[Goodies-commits] r2690 - in xfce4-places-plugin/trunk: . panel-plugin po scripts

Diego Ongaro ongardie at xfce.org
Fri Apr 20 09:10:30 CEST 2007


Author: ongardie
Date: 2007-04-20 07:10:30 +0000 (Fri, 20 Apr 2007)
New Revision: 2690

Added:
   xfce4-places-plugin/trunk/po/ar.po
   xfce4-places-plugin/trunk/po/be.po
   xfce4-places-plugin/trunk/po/ca.po
   xfce4-places-plugin/trunk/po/cs.po
   xfce4-places-plugin/trunk/po/dz.po
   xfce4-places-plugin/trunk/po/el.po
   xfce4-places-plugin/trunk/po/en_GB.po
   xfce4-places-plugin/trunk/po/eo.po
   xfce4-places-plugin/trunk/po/es.po
   xfce4-places-plugin/trunk/po/et.po
   xfce4-places-plugin/trunk/po/eu.po
   xfce4-places-plugin/trunk/po/fi.po
   xfce4-places-plugin/trunk/po/fr.po
   xfce4-places-plugin/trunk/po/gl.po
   xfce4-places-plugin/trunk/po/he.po
   xfce4-places-plugin/trunk/po/hu.po
   xfce4-places-plugin/trunk/po/it.po
   xfce4-places-plugin/trunk/po/ja.po
   xfce4-places-plugin/trunk/po/ka.po
   xfce4-places-plugin/trunk/po/ko.po
   xfce4-places-plugin/trunk/po/lt.po
   xfce4-places-plugin/trunk/po/mk.po
   xfce4-places-plugin/trunk/po/pa.po
   xfce4-places-plugin/trunk/po/pl.po
   xfce4-places-plugin/trunk/po/pt_BR.po
   xfce4-places-plugin/trunk/po/ro.po
   xfce4-places-plugin/trunk/po/ru.po
   xfce4-places-plugin/trunk/po/sq.po
   xfce4-places-plugin/trunk/po/sv.po
   xfce4-places-plugin/trunk/po/tr.po
   xfce4-places-plugin/trunk/po/uk.po
   xfce4-places-plugin/trunk/po/zh_CN.po
   xfce4-places-plugin/trunk/po/zh_TW.po
   xfce4-places-plugin/trunk/scripts/
   xfce4-places-plugin/trunk/scripts/po_parser.py
   xfce4-places-plugin/trunk/scripts/pogen.sh
Modified:
   xfce4-places-plugin/trunk/ChangeLog
   xfce4-places-plugin/trunk/configure.ac
   xfce4-places-plugin/trunk/panel-plugin/places.desktop.in.in
   xfce4-places-plugin/trunk/po/LINGUAS
   xfce4-places-plugin/trunk/po/POTFILES.in
   xfce4-places-plugin/trunk/po/de.po
   xfce4-places-plugin/trunk/po/nl.po
Log:
2007-04-20	Diego Ongaro <ongardie at gmail.com>

* Created script to take translations from thunar, gnome-panel



Modified: xfce4-places-plugin/trunk/ChangeLog
===================================================================
--- xfce4-places-plugin/trunk/ChangeLog	2007-04-15 20:55:09 UTC (rev 2689)
+++ xfce4-places-plugin/trunk/ChangeLog	2007-04-20 07:10:30 UTC (rev 2690)
@@ -1,3 +1,7 @@
+2007-04-20	Diego Ongaro <ongardie at gmail.com>
+
+	* Created script to take translations from thunar, gnome-panel
+
 2007-04-14	Diego Ongaro <ongardie at gmail.com>
 
 	* view.c: rewrite

Modified: xfce4-places-plugin/trunk/configure.ac
===================================================================
--- xfce4-places-plugin/trunk/configure.ac	2007-04-15 20:55:09 UTC (rev 2689)
+++ xfce4-places-plugin/trunk/configure.ac	2007-04-20 07:10:30 UTC (rev 2690)
@@ -20,7 +20,7 @@
 AC_PROG_INTLTOOL([0.31], [no-xml])
 
 dnl check for i18n support
-XDT_I18N([de])
+XDT_I18N([@LINGUAS@])
 
 dnl check for required packages
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])

Modified: xfce4-places-plugin/trunk/panel-plugin/places.desktop.in.in
===================================================================
--- xfce4-places-plugin/trunk/panel-plugin/places.desktop.in.in	2007-04-15 20:55:09 UTC (rev 2689)
+++ xfce4-places-plugin/trunk/panel-plugin/places.desktop.in.in	2007-04-20 07:10:30 UTC (rev 2690)
@@ -2,7 +2,7 @@
 Type=X-XFCE-PanelPlugin
 Encoding=UTF-8
 _Name=Places
-_Comment=A file browser launcher with quick access to bookmarks.
+_Comment=Access folders, documents, and removable media
 Icon=file-manager
 X-XFCE-Exec=@libexecdir@/xfce4/panel-plugins/xfce4-places-plugin
 

Modified: xfce4-places-plugin/trunk/po/LINGUAS
===================================================================
--- xfce4-places-plugin/trunk/po/LINGUAS	2007-04-15 20:55:09 UTC (rev 2689)
+++ xfce4-places-plugin/trunk/po/LINGUAS	2007-04-20 07:10:30 UTC (rev 2690)
@@ -1,2 +1,2 @@
 # set of available languages (in alphabetic order)
-de nl
+ar be ca cs de dz el en_GB eo es et eu fi fr gl he hu it ja ka ko lt mk nl pa pl pt_BR ro ru sq sv tr uk zh_CN zh_TW
\ No newline at end of file

Modified: xfce4-places-plugin/trunk/po/POTFILES.in
===================================================================
--- xfce4-places-plugin/trunk/po/POTFILES.in	2007-04-15 20:55:09 UTC (rev 2689)
+++ xfce4-places-plugin/trunk/po/POTFILES.in	2007-04-20 07:10:30 UTC (rev 2690)
@@ -1,3 +1,13 @@
 panel-plugin/places.c
 panel-plugin/places.h
 panel-plugin/places.desktop.in.in
+panel-plugin/model.c
+panel-plugin/model.h
+panel-plugin/model_system.c
+panel-plugin/model_system.h
+panel-plugin/model_user.c
+panel-plugin/model_user.h
+panel-plugin/model_volumes.c
+panel-plugin/model_volumes.h
+panel-plugin/view.c
+panel-plugin/view.h

Added: xfce4-places-plugin/trunk/po/ar.po
===================================================================
--- xfce4-places-plugin/trunk/po/ar.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/ar.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,52 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# translation of ar.po to Arabic
+# Hassan Dibani <hdibani at wanadoo.nl>, 2006.
+# Ahmed Mansour <911freak at gmail.com>, 2007.
+# Khaled Hosny <khaledhosny at eglug.org>, 2007.
+# Arabic translation for thunar
+# Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006
+# This file is distributed under the same license as the thunar package.
+# ###
+# translation of gnome-panel.HEAD.ar.po to Arabic
+# This file is distributed under the same license as the PACKAGE package.
+# Copyright (C) 2004 THE PACKAGE'S COPYRIGHT HOLDER
+#
+# Sayed Jaffer Al-Mosawi <mosawi at arabeyes.org>, 2002.
+# Abdulaziz Al-Arfaj <alarfaj0 at yahoo.com>, 2004.
+# Djihed Afifi <djihed at gmail.com>, 2006.
+# Khaled Hosny <khaledhosny at eglug.org>, 2006, 2007.
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "أماكن"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr ""
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "سطح المكتب"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "نظام الملفات"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "المستندات الحديثة"

Added: xfce4-places-plugin/trunk/po/be.po
===================================================================
--- xfce4-places-plugin/trunk/po/be.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/be.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,49 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# Belarusian translation for thunar
+# Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007
+# This file is distributed under the same license as the thunar package.
+# Alexander Nyakhaychyk <nyakhaychyk at gmail.com>, 2007.
+#
+# ###
+# Беларускі пераклад gnome-panel.HEAD.
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+# Vital Khilko <dojlid at mova.org>, 2003.
+# Ales Nyakhaychyk <nab at mail.by>, 2004, 2005.
+# Ihar Hrachyshka <ihar.hrachyshka at gmail.com>, 2006.
+#
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "Месцы"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "Сьметніца"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "Тэчка стальца"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "Файлавая сыстэма"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "Ранейшыя дакумэнты"

Added: xfce4-places-plugin/trunk/po/ca.po
===================================================================
--- xfce4-places-plugin/trunk/po/ca.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/ca.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,51 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# translation of ca.po to Catalan
+# Catalan translation of Thunar.
+# Copyright (C) 2004-2006 Benedikt Meurer.
+# This file is distributed under the same license as the Thunar package.
+# Pau Ruŀlan Ferragut <paurullan at bulma.net> 2005, 2006, 2007
+# Carles Muñoz Gorriz <carlesmu at internautas.org>, 2006.
+#
+# ###
+# gnome-panel translation to Catalan.
+# Copyright © 2000-2007 Free Software Foundation, Inc.
+# Ivan Vilata i Balaguer <ivan at selidor.net>, 2000.
+# Softcatalà <info at softcatala.org>, 2000.
+# Jordi Mallach <jordi at sindominio.net>, 2002, 2003, 2004, 2005, 2006.
+# Josep Puigdemont i Casamajó <josep.puigdemont at gmail.com>, 2006, 2007.
+#
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "Llocs"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "Paperera"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "Escriptori"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "Sistema de fitxers"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "Documents recents"

Added: xfce4-places-plugin/trunk/po/cs.po
===================================================================
--- xfce4-places-plugin/trunk/po/cs.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/cs.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,54 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# Čeština translation of Thunar.
+# Copyright (C) 2004-2006 Benedikt Meurer.
+# This file is distributed under the same license as the Thunar package.
+# Michal Várady <miko.vaji at gmail.com>, 2006.
+#
+# ###
+# translation of cs.po to Czech
+# Czech translation of gnome-panel.
+# Copyright (C) 1999, 2006, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2005, 2006 Miloslav Trmac <mitr at volny.cz>
+# GIS <gis at academy.cas.cz>, 1999.
+# David Šauer <davids at penguin.cz>, 1999.
+# George Lebl <jirka at 5z.com>, 2000-2001.
+# Stanislav Brabec <utx at penguin.cz>, 2000-2001.
+# Miloslav Trmac <mitr at volny.cz>, 2002 - 2006.
+# Petr Tomeš <ptomes at gmail.com>, 2006.
+# Jakub Friedl <jfriedl at suse.cz>, 2006, 2007.
+#
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "Místa"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "Koš"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "Pracovní plocha"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "Systém souborů"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "Nedávné dokumenty"

Modified: xfce4-places-plugin/trunk/po/de.po
===================================================================
--- xfce4-places-plugin/trunk/po/de.po	2007-04-15 20:55:09 UTC (rev 2689)
+++ xfce4-places-plugin/trunk/po/de.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -1,46 +1,57 @@
-# German translations for xfce4-places-plugin package.
-# Copyright (C) 2007 THE xfce4-places-plugin'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the xfce4-places-plugin package.
-# Automatically generated, 2007.
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# German translations for Thunar.
+# Copyright (C) 2004-2007 Benedikt Meurer.
+# This file is distributed under the same license as the Thunar package.
+# Benedikt Meurer <benny at xfce.org>, 2005-2007.
+# Fabian Nowak <timystery at arcor.de>, 2006, 2007.
+# Jannis Pohlmann <jannis at xfce.org>, 2006.
 #
+# ###
+# German gnome-panel translation.
+# Copyright (C) 1998-2004 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gnome-panel package.
+# Carsten Schaar <nhadcasc at fs-maphy.uni-hannover.de>, 1998.
+# Matthias Warkus <mawa at iname.com>, 1999-2001.
+# Karl Eichwalder <ke at suse.de>, 2000, 2001.
+# Christian Meyer <chrisime at gnome.org>, 2000, 2001.
+# Benedikt Roth <Benedikt.Roth at gmx.net>, 2000, 2001.
+# Jörgen Scheibengruber <mfcn at gmx.de>, 2002.
+# Christian Neumair <chris at gnome-de.org>, 2002-2004.
+# Hendrik Richter <hendrikr at gnome.org>, 2004, 2005, 2006, 2007.
+# Christian Kintner <mail at christian-kintner.de>, 2006.
+#
+# ###
 msgid ""
 msgstr ""
-"Project-Id-Version: xfce4-places-plugin 0.1.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-04-05 10:41+0200\n"
-"PO-Revision-Date: 2007-03-31 23:29-0500\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-# translation from Thunar
-#. Trash
-#: ../panel-plugin/places.c:115
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "Orte"
+
+#: ../panel-plugin/model_system.c:56
 msgid "Trash"
 msgstr "Papierkorb"
 
-# translation (or lack thereof) from GNOME
-#. Desktop
-#: ../panel-plugin/places.c:119
+#: ../panel-plugin/model_system.c:66
 msgid "Desktop"
 msgstr "Desktop"
 
-# translation from Thunar
-#. File System (/)
-#: ../panel-plugin/places.c:123
+#: ../panel-plugin/model_system.c:74
 msgid "File System"
 msgstr "Dateisystem"
 
-# fuzzy (babelfish says this means "Access Places")
-#. vim: ai et tabstop=4
-#: ../panel-plugin/places.desktop.in.in.h:1
-msgid "A file browser launcher with quick access to bookmarks."
-msgstr "Auf Orte zugreifen"
-
-# translation from GNOME
-#: ../panel-plugin/places.desktop.in.in.h:2
-msgid "Places"
-msgstr "Orte"
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "Zuletzt geöffnete Dokumente"

Added: xfce4-places-plugin/trunk/po/dz.po
===================================================================
--- xfce4-places-plugin/trunk/po/dz.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/dz.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,46 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+# ###
+# Dzongkha translation of gnome-panel.
+# Copyright @ 2006 Free Software Foundation, Inc.
+# Mindu Dorji.
+#
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "ས་གནས་ཚུ།"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "ཕྱགས་ཧོད།"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "ཌེཀསི་ཊོཔ།"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "ཡིག་སྣོད་རིམ་ལུགས།"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "འཕྲལ་གྱི་ཡིག་ཆ་ཚུ།"

Added: xfce4-places-plugin/trunk/po/el.po
===================================================================
--- xfce4-places-plugin/trunk/po/el.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/el.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,79 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# Translation of Thunar to Greek
+# Copyright (C) 2004-2006 Benedikt Meurer.
+# This file is distributed under the same license as the Thunar package.
+# Stavros Giannouris <stavrosg at hellug.gr>, 2005, 2006, 2007.
+# Stathis Kamperis <ekamperi at auth.gr>, 2006
+#
+# ###
+# translation of el.po to
+# translation of el.po to
+# translation of el.po to Greek
+# gnome-panel Greek PO file.
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+#
+# Comment: Most of the work done by Spiros (around 600 messages).
+# Comment: Simos/Sarantis did 12%.
+# Comment: Simos/Sarantis did review.
+# Comment: Simos did 10 new/unfuzzy 30.
+# Comment: Simos did 3 new/unfuzzy 1.
+# Comment: Simos did 2 new/unfuzzy 8.
+# Comment: Simos did 6 new/unfuzzy 8.
+# Comment: Simos did 2 new/unfuzzy 5.
+# simos: 874 messages, 18Feb2001, (sgpbea)
+# simos: 897 messages, 01Mar2001, (regmtsgpbea)
+# simos: 959 messages, 04Jun2001, (micumple)
+# simos: 959 messages, 06Jun2001, (fixed minor typo)
+# simos: 897 messages, 28Nov2001, (feeling good to translate HEAD)
+# Rename of module to gnome-panel.
+# simos: 272 messages, 20Apr2002, 118 messages remaining.
+# kostas: 513 messages, 19Oct2002, completed translation.
+# Comment: Kostas unfuzzy 1
+# kostas: 531 messages, 07Jan2003, updated translation for Gnome 2.1x
+# kostas:update for Gnome 2.4, 49 strings remain 02Jun2003
+# kostas:03Aug2003, 599 messages, updated translation
+# Nikos:29Aug2003, review tranlation
+# kostas: 30Oct2003, update translation for Gnome 2.6
+# kostas: 12Nov2003, fixes
+# kostas:27Jan2004, update
+# Spiros Papadimitriou <sapadim+ at cs.cmu.edu>, 1999.
+# Simos Xenitellis <simos at hellug.gr>, 1999, 2000, 2001, 2002.
+# Sarantis Paskalis <paskalis at di.uoa.gr>, 2000.
+# Kostas Papadimas <pkst at gnome.org>, 2002,2003, 2004, 2005, 2006.
+# Nikos Charonitakis <frolix68 at yahoo.gr>, 2003, 2004.
+# Nikos Charonitakis <charosn at her.forthnet.gr>, 2005.
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "Τοποθεσίες"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "Απορρίμματα"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "Επιφάνεια Εργασίας"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "Σύστημα αρχείων"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "Πρόσφατα έγγραφα"

Added: xfce4-places-plugin/trunk/po/en_GB.po
===================================================================
--- xfce4-places-plugin/trunk/po/en_GB.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/en_GB.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,49 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# English/GB translation of thunar.
+# Copyright (C) 2007 THE thunar'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the thunar package.
+# Jeff Bailes <thepizzaking at gmail.com>, 2007.
+# , fuzzy
+#
+#
+# ###
+# English (British) translation of gnome-core
+# Copyright (C) 1999-2000 Free Software Foundation, Inc.
+# Robert Brady <robert at susu.org.uk>, 1999-2000.
+# Gareth Owen <gowen72 at yahoo.com>, David Lodge <dave at cirt.net>, 2004.
+#
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "Places"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "Wastebasket"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "Desktop"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "File System"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "Recent Documents"

Added: xfce4-places-plugin/trunk/po/eo.po
===================================================================
--- xfce4-places-plugin/trunk/po/eo.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/eo.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,48 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# Esperanto translations for Thunar.
+# Copyright (C) 2004-2006 Benedikt Meurer.
+# This file is distributed under the same license as the Thunar package.
+# Antono Vasiljev <antono.vasiljev at gmail.com>, 2006
+# Sylvain Vedrenne <gnu_sylvain at xfce.org>, 2006
+# Jarbas Araujo <jarbasaraujojr at yahoo.com.br>, 2006
+#
+# ###
+# Esperanto translation of gnome-panel.
+# Copyright (C) 2003 Free Software Foundation, Inc.
+# Joël Brich <joel.brich at laposte.net>
+#
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr ""
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "Rubujo"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "TTT-dosierujo."
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "Dosier-sistemo"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr ""

Added: xfce4-places-plugin/trunk/po/es.po
===================================================================
--- xfce4-places-plugin/trunk/po/es.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/es.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,62 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# Spanish translations for Thunar.
+# Copyright (C) 2004-2006 Benedikt Meurer.
+# This file is distributed under the same license as the Thunar package.
+# Pablo Hernández-M. Saiz <homeless3d at gmail.com>, 2005.
+# Miguel Angel Ruiz Manzano <debianized at gmail.com>, 2006.
+# Daniel Fuertes Pérez (DaniFP) <danifp25 at yahoo.es>, 2006.
+#
+# ###
+# translation of gnome-panel.HEAD.es.po to Spanish
+# gnome-panel 2.12 Spanish translation file
+# Copyright © 1998-2003, 2006, 2007 Free Software Foundation, Inc.
+# Pablo Saratxaga <srtxg at chanae.alphanet.ch> 1999-2000.
+# Javier Gómez <jgomsi at apolo.umh.es> 2000.
+# Juanjo Alvarez 2000.
+# Ismael Olea <olea at hispafuentes.com> 2000.
+# Manuel de Vega Barreiro <barreiro at arrakis.es> 2000.
+# Juan Manuel García Molina <juanma_gm at wanadoo.es> 2001-2002.
+#
+# Miguel de Icaza,computo,622-4680 <miguel at metropolis.nuclecu.unam.mx> 1998.
+# Pablo Gonzalo del Campo, 2003.
+# Germán Poo Caamaño <gpoo at ubiobio.cl>, 2002 (Revisor).
+# Juan Manuel García Molina <juanma_gm at wanadoo.es>, 2003.
+# Yelitza Louze <ylouze at redhat.com>, 2003.
+# Francisco Javier F. Serrador <serrador at cvs.gnome.org>, 2003, 2004, 2005, 2006.
+# Francisco Javier F. Serrador <serrador at tecknolabs.com>, 2006.
+# Jorge González <jorge.gonzalez.gonzalez at hispalinux.es>, 2007.
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "Lugares"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr ""
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "Escritorio"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "Sistema de Ficheros"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "Documentos recientes"

Added: xfce4-places-plugin/trunk/po/et.po
===================================================================
--- xfce4-places-plugin/trunk/po/et.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/et.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,55 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# Estonian translation of Thunar.
+# Copyright (C) 2004-2006 Benedikt Meurer.
+# This file is distributed under the same license as the Thunar package.
+# Peeter Vois <Peeter.Vois at proekspert.ee>, 2006.
+#
+# ###
+# GNOME paneeli eesti keele tõlge.
+# Estonian translation of GNOME panel.
+#
+# Copyright (C) 1999, 2001-2006 Free Software Foundation, Inc.
+# Copyright (C) 2007, The GNOME Project.
+# This file is distributed under the same license as the gnome-panel package.
+#
+# Lauris Kaplinski <lauris at ariman.ee>, 1999.
+# Ilmar Kerm <ikerm at hot.ee>, 2001, 2002.
+# Tõivo Leedjärv <toivo at linux.ee>, 2002, 2003.
+# Priit Laes <amd at store20.com>, 2004-2006.
+# Ivar Smolin <okul at linux.ee>, 2005-2007.
+#
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "Asukohad"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr ""
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "Töölaud"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "Failisüsteem"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "Hiljutised dokumendid"

Added: xfce4-places-plugin/trunk/po/eu.po
===================================================================
--- xfce4-places-plugin/trunk/po/eu.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/eu.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,49 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# translation of eu.po to librezale
+# Basque translations for xfce package.
+# Copyright (C) 2004-2006 Benedikt Meurer.
+# This file is distributed under the same license as the Thunar package.
+#
+# Piarres Beobide <pi at beobide.net>, 2006.
+# ###
+# translation of eu.po to Basque
+# Copyright (C) 1999, 2004, 2006, 2007 Free Software Foundation, Inc.
+#
+# Joseba Bidaurrazaga van Dierdonck <gcpbivaj at lg.ehu.es>, 2000.
+# Hizkuntza Politikarako Sailburuordetza <hizpol at ej-gv.es>, 2004.
+# Iñaki Larrañaga Murgoitio <dooteo at euskalgnu.org>, 2004, 2005, 2006, 2007.
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "Lekuak"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "Zakarrontzia"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "Mahaigaina"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "Fitxategi Sistema"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "Azken dokumentuak"

Added: xfce4-places-plugin/trunk/po/fi.po
===================================================================
--- xfce4-places-plugin/trunk/po/fi.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/fi.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,51 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# Finnish translations for Thunar package.
+# Copyright (C) 2004-2007 Benedikt Meurer.
+# This file is distributed under the same license as the Thunar package.
+# Jari Rahkonen <jari.rahkonen at pp1.inet.fi>, 2006-2007.
+#
+# ###
+# gnome-panel Finnish translation
+# Suomennos: http://gnome-fi.sourceforge.net/
+#
+# Copyright (C) 2002 Free Software Foundation, Inc.
+# Ville Hautamäki <villeh at cs.joensuu.fi>, 1998, 2000
+# Mikko Rauhala <mjr at iki.fi>, 1999
+# Pauli Virtanen <pauli.virtanen at hut.fi>, 2000-2004
+# Ilkka Tuohela <hile at iki.fi>, 2005
+#
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "Sijainnit"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "Roskakori"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "Työpöytä"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "Tiedostojärjestelmä"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "Viimeisimmät asiakirjat"

Added: xfce4-places-plugin/trunk/po/fr.po
===================================================================
--- xfce4-places-plugin/trunk/po/fr.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/fr.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,58 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# French translation of the thunar package.
+# Copyright (C) 2004-2006 Benedikt Meurer.
+# This file is distributed under the same license as the thunar package.
+# Stephane Roy <sroy at j2n.net>, 2005-2006.
+# Rafaël Carré <wavael at yahoo.fr>, 2006.
+# Maximilian Schleiss <maxschleiss at solnet.ch>, 2006-2007.
+# Gérald Barré <g.barre at free.fr>, 2006.
+#
+# ###
+# French translation of gnome-panel.
+# Copyright (C) 1998-2007 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gnome-panel package.
+#
+# Vincent Renardias <vincent at ldsol.com>, 1998-2000.
+# Joaquim Fellmann <joaquim at hrnet.fr>, 2000.
+# Christophe Merlet <redfox at redfoxcenter.org>, 2000-2006.
+# Christophe Fergeau <teuf at users.sourceforge.net>, 2002.
+# Baptiste Mille-Mathias <bmm80 at free.fr>, 2004-2005.
+# Benoît Dejean <benoit at placenet.org>, 2006.
+# Robert-André Mauchin <zebob.m at gmail.com>, 2006-2007.
+# Damien Durand <splinux at fedoraproject.org>, 2006
+#
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "Raccourcis"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "Corbeille"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "Bureau"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "Système de fichiers"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "Documents récents"

Added: xfce4-places-plugin/trunk/po/gl.po
===================================================================
--- xfce4-places-plugin/trunk/po/gl.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/gl.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,53 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# Galician translation for thunar
+# Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006
+# This file is distributed under the same license as the thunar package.
+# Iván Seoane Pardo <talivan.ivan at gmail.com>, 2006.
+#
+# ###
+# translation of gl.po to Galego
+# Galician translation of gnome-panel.
+# Copyright (C) 1999-2004 Jesús Bravo Álvarez
+#
+# Proxecto Trasno - Adaptación do software libre á lingua galega:  Se desexas
+# colaborar connosco, podes atopar máis información en http://www.trasno.net
+#
+# First Version: 2002-06-02 18:57+0200
+#
+# Jesús Bravo Álvarez <suso at trasno.net>, 1999-2004.
+# Ignacio Casal Quinteiro <nacho.resa at gmail.com>, 2005, 2006.
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "Lugares"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr ""
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "Escritorio"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "Sistema de ficheiros"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "Documentos recentes"

Added: xfce4-places-plugin/trunk/po/he.po
===================================================================
--- xfce4-places-plugin/trunk/po/he.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/he.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,51 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# translation of he.po to Hebrew
+# Yo'av Moshe <bjesusATgmailDOTcom>, 2006.
+# Yuval Tanny <tanai at int.gov.il>, 2006, 2007.
+# Hebrew translation of Thunar.
+# Copyright (C) 2004-2006 Benedikt Meurer.
+# This file is distributed under the same license as the Thunar package.
+# ###
+# translation of gnome-panel.HEAD.he.po to Hebrew
+# translation of gnome-panel.gnome-2-10.he.po to
+# translation of gnome-panel.gnome-2-10.he.po to Hebrew
+# Copyright (C) 2005 THE PACKAGE'S COPYRIGHT HOLDER.
+# Gil 'Dolfin' Osher <dolfin at rpg.org.il>, 2002-2004.
+# Yuval Tanny <tanai at int.gov.il>, 2005.
+#
+#
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "מקומות"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "סל מחזור"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "שולחן עבודה"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "מערכת קבצים"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "מסמכים אחרונים"

Added: xfce4-places-plugin/trunk/po/hu.po
===================================================================
--- xfce4-places-plugin/trunk/po/hu.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/hu.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,55 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# Hungarian translations for Thunar.
+# Copyright (C) 2004-2006 Benedikt Meurer.
+# This file is distributed under the same license as the Thunar package.
+# SZERVÁC Attila <sas at 321.hu>, 2005.
+#
+# ###
+# Hungarian translation of gnome-panel.
+# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gnome-panel package.
+#
+#
+# Szabolcs Ban <shooby at gnome.hu>, 1998, 1999, 2000, 2001.
+# Emese Kovacs <emese at gnome.hu>, 2000, 2001, 2002.
+# Tamas Vamosi <tvamosi at suselinux.hu>, 2002.
+# Andras Timar <timar at gnome.hu>, 2001, 2002, 2003.
+# Gabor Sari <saga at gnome.hu>, 2003.
+# Laszlo Dvornik <dvornik at gnome.hu>, 2004.
+# Gabor Kelemen <kelemeng at gnome.hu>, 2004, 2005, 2006, 2007.
+# Mate ORY <orymate at gmail d0t com>, 2006.
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "Helyek"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "Kuka"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "Asztal"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "Fájlrendszer"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "Legutóbbi dokumentumok"

Added: xfce4-places-plugin/trunk/po/it.po
===================================================================
--- xfce4-places-plugin/trunk/po/it.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/it.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,48 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# Italian translations for Thunar.
+# Copyright (C) 2004-2006 Benedikt Meurer.
+# This file is distributed under the same license as the Thunar package.
+# Roberto Pariset <r.pariset at gmail.com>, 2005-2006.
+#
+# ###
+# Italian Translation for gnome-panel
+# Copyright (C) 1997-2006 Free Software Foundation, Inc.
+# Christopher R. Gabriel <cgabriel at pluto.linux.it>
+# Alessio Frusciante <algol at firenze.linux.it>, 2003
+# Luca Ferretti <elle.uca at libero.it>, 2003-2006
+#
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "Risorse"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "Cestino"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "Scrivania"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "Filesystem"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "Documenti recenti"

Added: xfce4-places-plugin/trunk/po/ja.po
===================================================================
--- xfce4-places-plugin/trunk/po/ja.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/ja.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,64 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# $Id: ja.po 25420 2007-04-07 09:50:55Z daichi $
+#
+# Japanese translations for Thunar package.
+# Copyright (C) 2004-2007 Benedikt Meurer.
+# This file is distributed under the same license as the Thunar package.
+# Daichi Kawahata <daichi at xfce.org>, 2005-2007.
+#
+# 対訳一覧:
+#
+# bulk            一括
+# context menu    右クリックメニュー
+# directory       フォルダ
+# emblem          シンボル
+#
+# ###
+# gnome-panel ja.po.
+# Copyright (C) 1998-2007 Free Software Foundation, Inc.
+# Yukihiro Nakai <Nakai at abricot.co.jp>, 1998
+# Yasuyuki Furukawa <yasu at on.cs.keio.ac.jp>, 1999
+# Eiichiro ITANI <emu at ceres.dti.ne.jp>, 1999
+# Takayuki KUSANO <AE5T-KSN at asahi-net.or.jp>, 1999-2003.
+# Yuusuke Tahara <tahara at gnome.gr.jp>, 2000
+# Shingo Akagaki <dora at kondara.org>, 2000
+# Akira TAGOH <tagoh at gnome.gr.jp>, 2001
+# Takeshi AIHANA <takeshi.aihana at gmail.com>, 2003-2007.
+# KAMAGASAKO Masatoshi <emerald at gnome.gr.jp>, 2003.
+# Satoru SATOH <ss at gnome.gr.jp>, 2006.
+#
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "場所"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "ゴミ箱"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "デスクトップ"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "ファイルシステム"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "最近開いたドキュメント"

Added: xfce4-places-plugin/trunk/po/ka.po
===================================================================
--- xfce4-places-plugin/trunk/po/ka.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/ka.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,39 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# ###
+# translation of ka.po to Georgian
+# Vladimer Sichinava <vsichi at gnome.org>, 2007.
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "მდებარეობა"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr ""
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "სამუშაო მაგიდა"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr ""
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "ბოლო დოკუმენტები"

Added: xfce4-places-plugin/trunk/po/ko.po
===================================================================
--- xfce4-places-plugin/trunk/po/ko.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/ko.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,46 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# Korean translations for Thunar package.
+# Copyright (C) 2004-2006 Benedikt Meurer.
+# This file is distributed under the same license as the Thunar package.
+# ByungHyun Choi <byunghyun.choi at debianusers.org>, 2006.
+#
+# ###
+# gnome-panel
+# Sung-Hyun Nam <namsh at kldp.org>, 2000
+# Young-Ho Cha <ganadist at chollian.net>, 2000, 2001, 2006, 2007
+# Changwoo Ryu <cwryu at debian.org>, 1998, 2002-2006, 2007.
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "위치"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "쓰레기통"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "바탕 화면"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "화일 시스템"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "최근 문서"

Added: xfce4-places-plugin/trunk/po/lt.po
===================================================================
--- xfce4-places-plugin/trunk/po/lt.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/lt.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,53 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# Lithuanian translations for PACKAGE package.
+# Japanese translations for Thunar package.
+# Copyright (C) 2004-2006 Benedikt Meurer.
+# This file is distributed under the same license as the Thunar package.
+# mantas <mantaz at users.sourceforge.net>, 2006.
+#
+# ###
+# translation of lt.po to Lithuanian
+# Lithuanian translation of gnome-panel
+# Copyright (C) 2000-2006, 2007 Free Software Foundation, Inc.
+#
+#
+# Gediminas Paulauskas <menesis at delfi.lt>, 2000-2002.
+# Vaidotas Zemlys <mpiktas at delfi.lt>, 2003.
+# Žygimantas Beručka <zygis at gnome.org>, 2004-2006.
+# Justina Klingaitė <justina.klingaite at gmail.com>, 2005.
+# Gintautas Miliauskas <gintas at akl.lt>, 2007.
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "Vietos"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr ""
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "Darbastalis"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr ""
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "Paskutinieji dokumentai"

Added: xfce4-places-plugin/trunk/po/mk.po
===================================================================
--- xfce4-places-plugin/trunk/po/mk.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/mk.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,57 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# translation of Thunar.po to Macedonian
+# Copyright (C) 2003-2007 Benedikt Meurer <benny at xfce.org>
+# This file is distributed under the same license as the Thunar package.
+#
+# Viktor Stojanovski <viktor at lugola.net>, 2006.
+# Jovan Naumovski <jovan at lugola.net>, 2006.
+# ###
+# translation of gnome-panel.HEAD.po to Macedonian
+# translation of gnome-panel.HEAD.mk.po to
+# translation of gnome-panel.HEAD.mk.po to
+# translation of gnome-panel.HEAD.mk.po to
+# Copyright (C) 2002,2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+#
+# Дамјан Георгиевски, 2002.
+# Ivan Stojmirov <stojmir at linux.net.mk>, 2002,2003.
+# Arangel Angov <ufo at linux.net.mk>, 2003, 2004, 2006.
+# Jovan Kostovski <chombium at freemail.com.mk>, 2003.
+# Dushan Vasilevski-DUVIX <dule_boki at mt.net.mk>, 2003.
+# Арангел Ангов <ufo at linux.net.mk>, 2005.
+# Jovan Naumovski <jovan at lugola.net>, 2006.
+# Arangel Angov <arangel at linux.net.mk>, 2007.
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "Места"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "Ѓубре"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "Работна површина"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "Датотечен систем"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "Скорешни документи"

Modified: xfce4-places-plugin/trunk/po/nl.po
===================================================================
--- xfce4-places-plugin/trunk/po/nl.po	2007-04-15 20:55:09 UTC (rev 2689)
+++ xfce4-places-plugin/trunk/po/nl.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -1,41 +1,64 @@
-# Dutch translations for xfce4-places-plugin package.
-# Copyright (C) 2007 THE xfce4-places-plugin'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the xfce4-places-plugin package.
-# Stephan Arts <stephan at xfce.org>, 2007.
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# Dutch translation for Thunar.
+# Copyright (C) 2004-2006 Benedikt Meurer.
+# This file is distributed under the same license as the Thunar package.
+# Vincent Tunru <imnotb at gmail.com>, 2006.
 #
+# ###
+# Dutch translation for gnome-panel
+#
+# Copyright (C) 1998 Free Software Foundation, Inc.
+# Dirk-Jan C. Binnema <djcb at dds.nl>, 1998, 1999.
+# Dennis Smit <synap at area101.penguin.nl>, 2000.
+# Almer S. Tigelaar <almer1 at dds.nl>, 2000.
+# Vincent van Adrighem <V.vanAdrighem at dirck.mine.nu>, 2001.
+# Huib Kleinhout <huib at stack.nl>, 2002.
+# Ronald Hummelink <ronald at hummelink.xs4all.nl>, 2002.
+# Tino Meinen <a.t.meinen at chello.nl>, 2002. 2006, 2007.
+# Reinout van Schouwen <reinout at cs.vu.nl>, 2002-2006
+# Wouter Bolsterlee <uws+gnome at xs4all.nl>, 2006
+#
+# desktop - bureaublad
+# workspace - werkblad
+#
+# TODO: Het Desktop/Werkplek-menu heet tegenwoordig System (overgenomen van
+# Ubuntu. Voorlopig hebben we nog gewoon Werkplek als vertaling, maar er
+# moet nog een keer over gesproken worden… wellicht is "Computer" of
+# "Systeem" wel wenselijker.
+#                                     -- Wouter Bolsterlee, 8 augustus 2006
+#
+# ###
 msgid ""
 msgstr ""
-"Project-Id-Version: xfce4-places-plugin 0.1.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-04-05 10:41+0200\n"
-"PO-Revision-Date: 2007-04-05 10:41+0200\n"
-"Last-Translator: Stephan Arts <stephan at xfce.org>\n"
-"Language-Team: Dutch <vertaling at vrijschrift.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#. Trash
-#: ../panel-plugin/places.c:115
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "Locaties"
+
+#: ../panel-plugin/model_system.c:56
 msgid "Trash"
 msgstr "Prullenbak"
 
-#. Desktop
-#: ../panel-plugin/places.c:119
+#: ../panel-plugin/model_system.c:66
 msgid "Desktop"
 msgstr "Bureaublad"
 
-#. File System (/)
-#: ../panel-plugin/places.c:123
+#: ../panel-plugin/model_system.c:74
 msgid "File System"
 msgstr "Bestandssysteem"
 
-#. vim: ai et tabstop=4
-#: ../panel-plugin/places.desktop.in.in.h:1
-msgid "A file browser launcher with quick access to bookmarks."
-msgstr ""
-
-#: ../panel-plugin/places.desktop.in.in.h:2
-msgid "Places"
-msgstr "Lokaties"
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "Recente documenten"

Added: xfce4-places-plugin/trunk/po/pa.po
===================================================================
--- xfce4-places-plugin/trunk/po/pa.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/pa.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,54 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# translation of pa.po to Punjabi
+# Punjabi translation of the thunar package.
+# Copyright (C) 2003-2007 Benedikt Meurer.
+# This file is distributed under the same license as the thunar package.
+#
+# Amanpreet Singh Alam <aalam at users.sf.net>, 2006-2007.
+# A S Alam <aalam at users.sf.net>, 2007.
+# ###
+# translation of gnome-panel.HEAD.po to Punjabi
+# Amanpreet Singh Alam (amanlinux at netscape.net)
+# KBST Punjab  (kbstpunjab at netscape.net)
+# KABHU NAA CHHADE KHAT
+#
+#
+# Amanpreet Singh Alam <aalam at redhat.com>, 2004, 2005, 2006.
+# Amanpreet Singh Alam <amanpreetalam at yahoo.com>, 2005, 2006.
+# A S Alam <apbrar at gmail.com>, 2006, 2007.
+# A S Alam <aalam at users.sf.net>, 2007.
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "ਥਾਵਾਂ"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "ਰੱਦੀ"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "ਡੈਸਕਟਾਪ"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "ਫਾਇਲ ਸਿਸਟਮ"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "ਤਾਜ਼ਾ ਦਸਤਾਵੇਜ਼"

Added: xfce4-places-plugin/trunk/po/pl.po
===================================================================
--- xfce4-places-plugin/trunk/po/pl.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/pl.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,45 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# Polish translations for Thunar.
+# Copyright (C) 2004-2006 Benedikt Meurer.
+# This file is distributed under the same license as the Thunar package.
+# Piotr Maliński <admin at rk.edu.pl>, 2006.
+# Tomasz Michał Łukaszewski <T.Lukaszewski at aster.pl>, 2006.
+# Szymon Kałasz <szymon_maestro at gazeta.pl>, 2007.
+#
+# ###
+# Copyright (C) 2001-2005 Free Software Foundation, Inc.
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "Miejsca"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "Śmietnik"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "Pulpit"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "System plików"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "Ostatnie dokumenty"

Added: xfce4-places-plugin/trunk/po/pt_BR.po
===================================================================
--- xfce4-places-plugin/trunk/po/pt_BR.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/pt_BR.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,60 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# Brazilian Portuguese translations for Thunar package.
+# Copyright (C) 2004-2006 Benedikt Meurer.
+# This file is distributed under the same license as the Thunar package.
+# Joao Pedrosa <joaopedrosa at gmail.com>, 2005.
+# Rodrigo Coacci <rcoacci at gmail.com>, 2006.
+# Adriano Winter Bess <awbess at gmail.com>, 2006
+#
+# ###
+# Brazilian Portuguese translation of gnome-panel.
+# Copyright (C) 1999-2005 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gnome-panel package.
+# Elvis Pfützenreuter <epx at netville.com.br>
+# Sandro Nunes Henrique <sandro at conectiva.com.br>
+# Rodrigo Stulzer Lopes <rodrigo at conectiva.com.br>
+# Ricardo Soares Guimarães <ricardo at conectiva.com.br>
+# Gustavo Maciel Dias Vieira <gdvieira at zaz.com.br>, 2000-2001.
+# Alexandre Folle de Menezes <afmenez at terra.com.br>, 2002.
+# Evandro Fernandes Giovanini <evandrofg at ig.com.br>, 2002, 2003, 2006.
+# Gustavo Noronha Silva <kov at debian.org>, 2003.
+# Welther José O. Esteves <weltherjoe at yahoo.com.br>, 2004.
+# Raphael Higino <raphaelh at uai.com.br>, 2004-2005.
+# Evandro Fernandes Giovanini <evandrofg at ig.com.br>, 2007.
+# Og Maciel <ogmaciel at ubuntu.com>, 2007.
+#
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "Locais"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "Lixeira"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "Área de Trabalho"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "Sistema de Arquivos"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "Documentos Recentes"

Added: xfce4-places-plugin/trunk/po/ro.po
===================================================================
--- xfce4-places-plugin/trunk/po/ro.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/ro.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,50 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# Romanian translation for Thunar.
+# Copyright (C) 2006 Free Software Foundation
+# This file is distributed under the same license as the Thunar package.
+# Mişu Moldovan <dumol at gnome.ro>, 2006-2007.
+#
+# ###
+# Romanian translation for gnome-panel
+# Copyright (C) 2000 - 2004 Free Software Foundation, Inc.
+# Marius Andreiana <marius galuna.ro>, 2000, 2002, 2003.
+# Mişu Moldovan <dumol at gnome.ro>, 2003, 2004.
+# Dan Damian <dand at gnome.ro>, 2000-2001, 2005-2006.
+#
+# TODO: "item" e tradus ca "item" şi "element"
+#
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "Locaţii"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "Coş de gunoi"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "Desktop"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "Sistem de fişiere"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "Documente recente"

Added: xfce4-places-plugin/trunk/po/ru.po
===================================================================
--- xfce4-places-plugin/trunk/po/ru.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/ru.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,52 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# Russian translation of Thunar
+# Copyright (C) 2004-2006 Benedikt Meurer.
+# This file is distributed under the same license as the Thunar package.
+# Andrey Fedoseev <andrey.fedoseev at gmail.com>, 2006.
+# Sergey Fedoseev <fedoseev.sergey at gmail.com>, 2006.
+#
+# ###
+# translation of ru.po to
+# Copyright (C) 1998-2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+#
+# Max Valianskiy <maxcom at vinchi.ru>, 1998-1999.
+# Sergey Panov <sipan at mit.edu>, 1999.
+# Valek Filippov <frob at df.ru>, 2000-2002.
+# Dmitry G. Mastrukov <dmitry at taurussoft.org>, 2002-2004.
+# Andrew W. Nosenko <awn at bcs.zp.ua>, 2003.
+# Leonid Kanter <leon at asplinux.ru>, 2003, 2004, 2005, 2006, 2007.
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "Переход"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "Корзина"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "Рабочий стол"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "Файловая система"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "Недавние документы"

Added: xfce4-places-plugin/trunk/po/sq.po
===================================================================
--- xfce4-places-plugin/trunk/po/sq.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/sq.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,47 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# Albanian translation of the thunar package.
+# Copyright (C) 2004-2006 Benedikt Meurer.
+# This file is distributed under the same license as the thunar package.
+# Besnik Bleta <besnik at programeshqip.org>, 2007.
+# ###
+# Përkthimi i mesazheve të gnome-panel në shqip
+# Copyright (C) 2006 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gnome-panel package.
+# Elian Myftiu <elian at alblinux.net>, 2003-2007.
+#
+#
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "Vendndodhje"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "Hedhurina"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "Hapësira e Punës"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "Sistem Kartelash "
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "Dokumentat e Fundit"

Added: xfce4-places-plugin/trunk/po/sv.po
===================================================================
--- xfce4-places-plugin/trunk/po/sv.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/sv.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,55 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# Swedish translation of thunar.
+# Copyright (C) 2004-2006 Benedikt Meurer.
+# This file is distributed under the same license as the Thunar package.
+# Daniel Nylander <po at danielnylander.se>, 2006.
+# Alexander Toresson <alexander.toresson at gmail.com>, 2006.
+#
+# ###
+# Swedish messages for gnome-panel.
+# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+# Daniel Nylander <po at danielnylander.se>, 2006, 2007.
+# Martin Wahlen <mva at sbbs.se>, 1998.
+# Anders Carlsson <anders.carlsson at tordata.se>, 1999.
+# Andreas Hyden  <a.hyden at cyberpoint.se>, 2000.
+# Martin Norbäck <d95mback at dtek.chalmers.se>, 2000, 2001.
+# Christian Rose <menthos at menthos.com>, 2000, 2001, 2002, 2003, 2004, 2005.
+# Johan Dahlin <jdahlin at telia.com>, 2002.
+#
+# $Id: sv.po,v 1.259 2006/08/16 05:46:26 dnylande Exp $
+#
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "Platser"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "Papperskorgen"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "Skrivbord"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "Filsystem"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "Senaste dokument"

Added: xfce4-places-plugin/trunk/po/tr.po
===================================================================
--- xfce4-places-plugin/trunk/po/tr.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/tr.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,53 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# translation of tr.po to Türkçe
+# translation of Thunar.
+# Copyright (C) 2007 THE Thunar'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the Thunar package.
+#
+# Eren Türkay <turkay.eren at gmail.com>, 2007.
+# Cem Ünal <admincemunal at gmail.com>, 2007,.
+# Türker SEZER <turkersezer at tsdesign.info>, 2007.
+# ###
+# translation of gnome-panel to Turkish
+#
+# Copyright (C) 2001-2005 Free Software Foundation, Inc.
+# Fatih Demir <kabalak at kabalak.net>, 2000.
+# Görkem Çetin <gorkem at kde.org>, 2003.
+# Baris Cicek <baris at teamforce.name.tr>, 2004, 2005.
+# Seha İslam <isla0015 at umn.edu>, 2005.
+#
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "Yerler"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "Çöp"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "Masaüstü Klasörü"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "Dosya Sistemi"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "Son Kullanılan Belgeler"

Added: xfce4-places-plugin/trunk/po/uk.po
===================================================================
--- xfce4-places-plugin/trunk/po/uk.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/uk.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,48 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# Ukrainian translation of Thunar.
+# Copyright (C) 2002-2006 The Xfce development team.
+# This file is distributed under the same license as the Thunar package.
+#
+# Maxim V. Dziumanenko <mvd at mylinux.ua>, 2006.
+# Dmitry Nikitin <luckas_fb at mail.ru>, 2007.
+# ###
+# Ukrainian translation of gnome-core module
+# Copyright (C) 1999-2002 Free Software Foundation, Inc.
+# Yuri Syrota <rasta at renome.rovno.ua>, 1999-2002.
+# Maxim Dziumanenko <dziumanenko at gmail.com>, 2002-2007.
+#
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "Місця"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "Смітник"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "Робочий стіл"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "Файлова система"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "Недавні документи"

Added: xfce4-places-plugin/trunk/po/zh_CN.po
===================================================================
--- xfce4-places-plugin/trunk/po/zh_CN.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/zh_CN.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,52 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# Simplified Chinese translation for Thunar.
+# Copyright (C) 2006 Benedikt Meurer.
+# This file is distributed under the same license as the Thunar package.
+# kangkang <kanger at gmail.com>, 2006.
+#
+# ###
+# translation of gnome-panel.po to zh_CN
+# Dillion Chen <dillon.chen at turbolinux.com.cn>
+#   Updated and QA by Wang Jian <lark at linux.net.cn>
+#   Updated and QA by Jiang Xiong <jxiong at gwu.edu>, 2001
+#   Updated and QA by Zipeco <zipeco at btamail.net.cn>, 2002
+#   Updated and QA by WangLi <charlesw1234 at 163.com>, 2002
+#   Updated by He Qiangqiang <carton at linux.net.cn>, 2002
+#   Funda Wang <fundawang at linux.net.cn>, 2003-2006
+# Xiong Jiang <jxiong at offtopic.org>, 2003
+#
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "位置"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "垃圾箱"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "桌面"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "文件系统"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "最近的文档"

Added: xfce4-places-plugin/trunk/po/zh_TW.po
===================================================================
--- xfce4-places-plugin/trunk/po/zh_TW.po	                        (rev 0)
+++ xfce4-places-plugin/trunk/po/zh_TW.po	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,56 @@
+# This file was automatically generated for the xfce4-places-plugin (2007)
+# This file is distributed under the same license as the xfce4-places-plugin package
+# It is based on the following:
+# ###
+# traditional Chinese translation for Thunar.
+# Copyright (C) 2006 Benedikt Meurer.
+# This file is distributed under the same license as the Thunar package.
+# Hydonsingore Cia <hydonsingore at educities.edu.tw>, 2006.
+# Cosmo Chene <cosmolax at gmail.com>, 2006.
+#
+# ###
+# Chinese (Taiwan) translation of gnome-panel.
+# Copyright (C) 1999-2007 Free Software Foundation, Inc.
+# gnome-core:
+# Yuan-Chung Cheng <platin at linux.org.tw>, 1999.
+# Jing-Jong SHYUE <shyue at sonoma.com.tw>, 2000.
+# Chih-Wei Huang <cwhuang at linux.org.tw>, 2000.
+# Abel Cheung <abel at oaka.org>, 2001-2002.
+# gnome-panel:
+# Kevin Kee <kevin at oaka.org>, 2004
+# Abel Cheung <abel at oaka.org>, 2002-2004.
+# Woodman Tuen <wmtuen at gmail.com>, 2005-07
+#
+#
+# ###
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-04-20 02:08-0500\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. vim: ai et tabstop=4
+#: ../panel-plugin/places.desktop.in.in.h:1
+msgid "Access folders, documents, and removable media"
+msgstr ""
+
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/view.c:99
+msgid "Places"
+msgstr "位置"
+
+#: ../panel-plugin/model_system.c:56
+msgid "Trash"
+msgstr "垃圾桶"
+
+#: ../panel-plugin/model_system.c:66
+msgid "Desktop"
+msgstr "桌面"
+
+#: ../panel-plugin/model_system.c:74
+msgid "File System"
+msgstr "檔案系統"
+
+#: ../panel-plugin/view.c:180
+msgid "Recent Documents"
+msgstr "最近存取文件"

Added: xfce4-places-plugin/trunk/scripts/po_parser.py
===================================================================
--- xfce4-places-plugin/trunk/scripts/po_parser.py	                        (rev 0)
+++ xfce4-places-plugin/trunk/scripts/po_parser.py	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,166 @@
+#!/usr/bin/env python
+
+# Written by Diego Ongaro, 2007
+# This code is in the public domain
+
+import os, time
+import codecs
+
+class i18nFile:
+	def __init__(self, data=None):
+		self.header = [] # list of strings, beginning with '#'
+		if data is None:
+			self.map = []
+		else:
+			self.map = list(data)
+
+	def __contains__(self, needle):
+		for id, str in self.map:
+			if id == needle:
+				return True
+		return False
+
+	def __getitem__(self, needle):
+		for id, str in self.map:
+			if id == needle:
+				return str
+		raise KeyError
+
+	def __iter__(self):
+		return self.map.__iter__()
+
+	def __len__(self):
+		return len(self.map)
+
+	def __str__(self):
+		ret = []
+		for (id, str) in self.map:
+			ret.append("%s => %s" % (id, str))
+		return '\n'.join(ret)
+
+	def _allow(self, id, str):
+		return True
+
+	def append(self, id, str):
+		if self._allow(id, str):
+			self.map.append((id, str))
+
+	def intersect(self, pot):
+		ret = i18nFile(filter(lambda (id, str): id in pot, self.map))
+		ret.header = self.header
+		return ret
+
+	def replace_id(self, old, new):
+		old = 'msgid "%s"' % old
+		new = 'msgid "%s"' % new
+		for k, (id, str) in enumerate(self.map):
+			if id == old:
+				self.map[k] = (new, str)
+
+	def to_file(self, filename):
+		fp = codecs.open(filename, 'w', "utf-8")
+
+		for line in self.header:
+			fp.write('%s\n' % line)
+
+		fp.write('msgid ""\n')
+		fp.write('msgstr ""\n\n')
+		fp.write('"Content-Type: text/plain; charset=UTF-8\\n"\n')
+		fp.write('"Content-Transfer-Encoding: 8bit\\n"\n\n')
+
+		for id, str in self.map:   #  [('msgid ""', 'msgstr ""')] + self.map:
+			fp.write("%s\n%s\n\n" % (id, str))
+		
+		fp.close()
+
+class PoFile(i18nFile):
+	def _allow(self, id, str):
+		return id != 'msgid ""'
+
+class CleanPoFile(i18nFile):
+	def _allow(self, id, str):
+		return id != 'msgid ""' and str != 'msgstr ""'
+
+def parse_po(filename, PoClass):
+	po_file = PoClass()
+	
+	lines = codecs.open(filename, "r", "utf-8").readlines()
+	lines = map(unicode.strip, lines)
+
+	for line in lines:
+		if line[0] == '#':
+			po_file.header.append(line)
+		if line.startswith('msgid'):
+			break
+
+	# doesn't do msgid_plural
+	lines = filter(lambda line: line and (line.startswith('msgid ') or line.startswith('msgstr ')), lines)
+	
+	prev_id = None
+	for line in lines:
+		if line.startswith('msgid '):
+			prev_id = line
+		elif line.startswith('msgstr '):
+			assert prev_id is not None
+			po_file.append(prev_id, line)
+			prev_id = None
+
+	return po_file
+
+def priority_make_po(pot, po_list):
+	po_file = PoFile()
+	po_file.header = ['# This file was automatically generated for the xfce4-places-plugin (%s)' % time.localtime()[0], \
+			  '# This file is distributed under the same license as the xfce4-places-plugin package', \
+			  '# It is based on the following:']
+	for po in po_list:
+		po_file.header.append('####')
+		po_file.header += po.header
+	po_file.header.append('####')
+	po_file.header.append('')
+
+	misses = 0
+	for id, str in pot:
+		for po in po_list:
+			if id in po:
+				po_file.append(id, po[id])
+				break
+		else:
+			po_file.append(id, str)
+			misses += 1
+	return po_file, (misses, len(pot))
+
+
+pot = parse_po('../po/xfce4-places-plugin.pot', PoFile)
+
+gnome_po_files =  filter(lambda filename: filename.endswith('.po'), os.listdir('gnome-panel'))
+thunar_po_files = filter(lambda filename: filename.endswith('.po'), os.listdir('thunar'))
+
+linguas = []
+
+for po_file in set(gnome_po_files + thunar_po_files):
+	
+	if po_file in thunar_po_files:
+		thunar = parse_po('thunar/%s' % po_file, CleanPoFile)
+	else:
+		continue # If thunar doesn't translate it, I doubt Places is expected to
+
+	if po_file in gnome_po_files:
+		gnome = parse_po('gnome-panel/%s' % po_file, CleanPoFile)
+		gnome.replace_id('Desktop Folder|Desktop', 'Desktop')
+	else:
+		gnome = PoFile()
+	
+		
+	po, (misses, strings) = priority_make_po(pot, [thunar.intersect(pot), gnome.intersect(pot)])
+
+	print '%s [%s] strings translated' % (po_file.ljust(20), ('X'*(strings-misses)).ljust(strings))
+	po.to_file('../po/%s' % po_file)
+	
+	linguas.append(po_file[:-3]) # strip off .po
+
+linguas.sort()
+
+linguas_file = open('../po/LINGUAS', 'w')
+linguas_file.write('# set of available languages (in alphabetic order)\n')
+linguas_file.write(' '.join(linguas))
+linguas_file.close()


Property changes on: xfce4-places-plugin/trunk/scripts/po_parser.py
___________________________________________________________________
Name: svn:executable
   + *

Added: xfce4-places-plugin/trunk/scripts/pogen.sh
===================================================================
--- xfce4-places-plugin/trunk/scripts/pogen.sh	                        (rev 0)
+++ xfce4-places-plugin/trunk/scripts/pogen.sh	2007-04-20 07:10:30 UTC (rev 2690)
@@ -0,0 +1,14 @@
+#!/bin/sh
+svn co http://svn.gnome.org/svn/gnome-panel/trunk/po/ gnome-panel
+svn co http://svn.xfce.org/svn/xfce/thunar/trunk/po/ thunar
+
+cd ../po/
+intltool-update --pot
+
+cd ../scripts/
+
+./po_parser.py && rm -rf gnome-panel && rm -rf thunar
+
+cd ../po/
+intltool-update -r
+svn add *.po


Property changes on: xfce4-places-plugin/trunk/scripts/pogen.sh
___________________________________________________________________
Name: svn:executable
   + *




More information about the Goodies-commits mailing list