[Goodies-commits] r2385 - in xfce4-mount-plugin/trunk: . panel-plugin po

Nick Schermer nick at xfce.org
Tue Jan 16 20:11:22 CET 2007


Author: nick
Date: 2007-01-16 19:11:22 +0000 (Tue, 16 Jan 2007)
New Revision: 2385

Removed:
   xfce4-mount-plugin/trunk/panel-plugin/Makefile
Modified:
   xfce4-mount-plugin/trunk/configure.ac
   xfce4-mount-plugin/trunk/panel-plugin/Makefile.am
   xfce4-mount-plugin/trunk/po/ca.po
   xfce4-mount-plugin/trunk/po/cs.po
   xfce4-mount-plugin/trunk/po/de.po
   xfce4-mount-plugin/trunk/po/el.po
   xfce4-mount-plugin/trunk/po/eu.po
   xfce4-mount-plugin/trunk/po/fr.po
   xfce4-mount-plugin/trunk/po/gl.po
   xfce4-mount-plugin/trunk/po/hu.po
   xfce4-mount-plugin/trunk/po/ja.po
   xfce4-mount-plugin/trunk/po/ko.po
   xfce4-mount-plugin/trunk/po/lt.po
   xfce4-mount-plugin/trunk/po/no.po
   xfce4-mount-plugin/trunk/po/pl.po
   xfce4-mount-plugin/trunk/po/ru.po
   xfce4-mount-plugin/trunk/po/uk.po
   xfce4-mount-plugin/trunk/po/vi.po
   xfce4-mount-plugin/trunk/po/xfce4-mount-plugin.pot
   xfce4-mount-plugin/trunk/po/zh_TW.po
Log:
Fix makedist problems

Modified: xfce4-mount-plugin/trunk/configure.ac
===================================================================
--- xfce4-mount-plugin/trunk/configure.ac	2007-01-16 19:10:59 UTC (rev 2384)
+++ xfce4-mount-plugin/trunk/configure.ac	2007-01-16 19:11:22 UTC (rev 2385)
@@ -7,7 +7,7 @@
 dnl
 dnl for Xfce4-panel 4.3 and higher only!
 
-m4_define([mount_version],[0.4.7])
+m4_define([mount_version],[0.4.8])
 
 AC_INIT([xfce4-mount-plugin], [mount_version()],
 	[timystery at arcor.de])
@@ -59,6 +59,7 @@
 AC_SUBST(SOLLIBS)
 
 dnl configure the panel plugin
+XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.20])
 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.20])
 
 dnl Check for i18n support

Deleted: xfce4-mount-plugin/trunk/panel-plugin/Makefile

Modified: xfce4-mount-plugin/trunk/panel-plugin/Makefile.am
===================================================================
--- xfce4-mount-plugin/trunk/panel-plugin/Makefile.am	2007-01-16 19:10:59 UTC (rev 2384)
+++ xfce4-mount-plugin/trunk/panel-plugin/Makefile.am	2007-01-16 19:11:22 UTC (rev 2385)
@@ -10,12 +10,14 @@
 	mount-plugin.h
 
 xfce4_mount_plugin_CFLAGS =			         \
-	     -DPACKAGE_LOCALE_DIR=\"$(localedir)\"               \
-	     @LIBXFCE4PANEL_CFLAGS@
+	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"               \
+	@LIBXFCE4PANEL_CFLAGS@				\
+	@LIBXFCEGUI4_CFLAGS@
 
-xfce4_mount_plugin_LDFLAGS =                                \
+xfce4_mount_plugin_LDADD =                                \
         @SOLLIBS@                                   			\
-	     @LIBXFCE4PANEL_LIBS@
+	@LIBXFCE4PANEL_LIBS@				\
+	@LIBXFCEGUI4_LIBS@
 
 # .desktop file
 #

Modified: xfce4-mount-plugin/trunk/po/ca.po
===================================================================
--- xfce4-mount-plugin/trunk/po/ca.po	2007-01-16 19:10:59 UTC (rev 2384)
+++ xfce4-mount-plugin/trunk/po/ca.po	2007-01-16 19:11:22 UTC (rev 2385)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.4.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2007-01-16 20:05+0100\n"
 "PO-Revision-Date: 2006-09-20 13:32+0200\n"
 "Last-Translator: Carles Muñoz Gorriz <carlesmu at internautas.org>\n"
 "Language-Team: catalan\n"
@@ -163,7 +163,9 @@
 msgid ""
 "Most users will only want to prepend \"sudo\" to both commands or prepend "
 "\"sync &&\" to the \"unmount\" command."
-msgstr "Molts usuaris només voldran afegir-li al inici «sudo» a ambdós ordres o «sync &&» a l'ordre «umount»."
+msgstr ""
+"Molts usuaris només voldran afegir-li al inici «sudo» a ambdós ordres o "
+"«sync &&» a l'ordre «umount»."
 
 #: ../panel-plugin/mount-plugin.c:746
 msgid "<b>General</b>"

Modified: xfce4-mount-plugin/trunk/po/cs.po
===================================================================
--- xfce4-mount-plugin/trunk/po/cs.po	2007-01-16 19:10:59 UTC (rev 2384)
+++ xfce4-mount-plugin/trunk/po/cs.po	2007-01-16 19:11:22 UTC (rev 2385)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2007-01-16 20:05+0100\n"
 "PO-Revision-Date: 2006-08-26 23:11+0100\n"
 "Last-Translator: Michal Várady <miko.vaji at gmail.com>\n"
 "Language-Team: Czech <translation-team-cs at lists.sourceforge.net>\n"

Modified: xfce4-mount-plugin/trunk/po/de.po
===================================================================
--- xfce4-mount-plugin/trunk/po/de.po	2007-01-16 19:10:59 UTC (rev 2384)
+++ xfce4-mount-plugin/trunk/po/de.po	2007-01-16 19:11:22 UTC (rev 2385)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.4.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2007-01-16 20:05+0100\n"
 "PO-Revision-Date: 2006-02-19 19:13+0100\n"
 "Last-Translator: Fabian Nowak <timystery at arcor.de>\n"
 "Language-Team: German <de at li.org>\n"

Modified: xfce4-mount-plugin/trunk/po/el.po
===================================================================
--- xfce4-mount-plugin/trunk/po/el.po	2007-01-16 19:10:59 UTC (rev 2384)
+++ xfce4-mount-plugin/trunk/po/el.po	2007-01-16 19:11:22 UTC (rev 2385)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.4.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2007-01-16 20:05+0100\n"
 "PO-Revision-Date: 2006-08-04 22:18+0200\n"
 "Last-Translator: Stavros Giannouris <stavrosg at serverhive.com>\n"
 "Language-Team: Greek <el at li.org>\n"

Modified: xfce4-mount-plugin/trunk/po/eu.po
===================================================================
--- xfce4-mount-plugin/trunk/po/eu.po	2007-01-16 19:10:59 UTC (rev 2384)
+++ xfce4-mount-plugin/trunk/po/eu.po	2007-01-16 19:11:22 UTC (rev 2385)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.4.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2007-01-16 20:05+0100\n"
 "PO-Revision-Date: 2006-04-20 22:26+0200\n"
 "Last-Translator: Piarres Beobide <pi at beobide.net>\n"
 "Language-Team: librezale <librezale at librezale.org>\n"

Modified: xfce4-mount-plugin/trunk/po/fr.po
===================================================================
--- xfce4-mount-plugin/trunk/po/fr.po	2007-01-16 19:10:59 UTC (rev 2384)
+++ xfce4-mount-plugin/trunk/po/fr.po	2007-01-16 19:11:22 UTC (rev 2385)
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.4.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2007-01-16 20:05+0100\n"
 "PO-Revision-Date: 2006-10-16 18:17+0100\n"
 "Last-Translator: Maximilian Schleiss <maxschleiss at bluewin.ch>\n"
 "Language-Team: French <xfce-i18n at xfce.org>\n"
@@ -84,19 +84,20 @@
 msgid "not mounted\n"
 msgstr "non monté\n"
 
-#: ../panel-plugin/devices.c:225
-#: ../panel-plugin/devices.c:272
+#: ../panel-plugin/devices.c:225 ../panel-plugin/devices.c:272
 msgid "Mount Plugin: Error executing command."
 msgstr "Greffon de montage : erreur en exécutant la commande."
 
 #: ../panel-plugin/mount-plugin.c:50
 #, c-format
 msgid "The device \"%s\" should be removable safely now."
-msgstr "Le périphérique \"%s\" peut maintenant être déconnecté de manière sûre."
+msgstr ""
+"Le périphérique \"%s\" peut maintenant être déconnecté de manière sûre."
 
 #: ../panel-plugin/mount-plugin.c:53
 msgid "An error occured. The device should not be removed!"
-msgstr "Une erreur s'est produite. Le périphérique ne devrait pas être déconnecté !"
+msgstr ""
+"Une erreur s'est produite. Le périphérique ne devrait pas être déconnecté !"
 
 #: ../panel-plugin/mount-plugin.c:177
 msgid "<span foreground=\"#FF0000\">not mounted</span>"
@@ -130,19 +131,26 @@
 
 #: ../panel-plugin/mount-plugin.c:648
 msgid ""
-"This command will be executed after mounting the device with the mount point of the device as argument.\n"
+"This command will be executed after mounting the device with the mount point "
+"of the device as argument.\n"
 "If you are unsure what to insert, try \"xffm\" or \"rox\" or \"thunar\"."
 msgstr ""
-"Cette commande sera exécutée après avoir monté le périphérique avec le point de montage du périphérique en argument.\n"
-"Si vous n'êtes pas sûr de ce qu'il faut mettre, essayez d'utiliser \"xffm\" ou \"rox\" ou \"thunar\"."
+"Cette commande sera exécutée après avoir monté le périphérique avec le point "
+"de montage du périphérique en argument.\n"
+"Si vous n'êtes pas sûr de ce qu'il faut mettre, essayez d'utiliser \"xffm\" "
+"ou \"rox\" ou \"thunar\"."
 
 #: ../panel-plugin/mount-plugin.c:674
 msgid "Specify own commands"
 msgstr "Préciser vos propres commandes"
 
 #: ../panel-plugin/mount-plugin.c:685
-msgid "WARNING: These options are for experts only! If you do not know what they may be good for, keep your hands off!"
-msgstr "ATTENTION : ces options sont réservées aux experts ! Si vous ne savez pas à quoi elle servent, ne les touchez pas !"
+msgid ""
+"WARNING: These options are for experts only! If you do not know what they "
+"may be good for, keep your hands off!"
+msgstr ""
+"ATTENTION : ces options sont réservées aux experts ! Si vous ne savez pas à "
+"quoi elle servent, ne les touchez pas !"
 
 #: ../panel-plugin/mount-plugin.c:698
 msgid "Mount command:"
@@ -153,8 +161,12 @@
 msgstr "Commande de démontage :"
 
 #: ../panel-plugin/mount-plugin.c:728
-msgid "Most users will only want to prepend \"sudo\" to both commands or prepend \"sync &&\" to the \"unmount\" command."
-msgstr "La plupart des utilisateurs veulent seulement faire précéder les commandes par \"sudo\" ou la commande \"unmount\" par \"sync &&\"."
+msgid ""
+"Most users will only want to prepend \"sudo\" to both commands or prepend "
+"\"sync &&\" to the \"unmount\" command."
+msgstr ""
+"La plupart des utilisateurs veulent seulement faire précéder les commandes "
+"par \"sudo\" ou la commande \"unmount\" par \"sync &&\"."
 
 #: ../panel-plugin/mount-plugin.c:746
 msgid "<b>General</b>"
@@ -169,16 +181,24 @@
 msgstr "Afficher un message après le démontage"
 
 #: ../panel-plugin/mount-plugin.c:772
-msgid "This is only useful and recommended if you specify \"sync\" as part of the \"unmount\" command string."
-msgstr "Ceci est utile et recommandé uniquement si vous spécifiez \"sync\" dans la ligne de commande de \"unmount\"."
+msgid ""
+"This is only useful and recommended if you specify \"sync\" as part of the "
+"\"unmount\" command string."
+msgstr ""
+"Ceci est utile et recommandé uniquement si vous spécifiez \"sync\" dans la "
+"ligne de commande de \"unmount\"."
 
 #: ../panel-plugin/mount-plugin.c:785
 msgid "Also display network file systems"
 msgstr "Afficher aussi les systèmes de fichiers réseau"
 
 #: ../panel-plugin/mount-plugin.c:791
-msgid "Activate this option to also display network file systems like NFS, SMBFS, SHFS and SSHFS."
-msgstr "Activer cette option pour afficher aussi les systèmes de fichiers réseau comme NFS, SMBFS, SHFS et SSHFS."
+msgid ""
+"Activate this option to also display network file systems like NFS, SMBFS, "
+"SHFS and SSHFS."
+msgstr ""
+"Activer cette option pour afficher aussi les systèmes de fichiers réseau "
+"comme NFS, SMBFS, SHFS et SSHFS."
 
 #: ../panel-plugin/mount-plugin.c:802
 msgid "You can specify a distinct icon to be displayed in the panel."
@@ -194,8 +214,9 @@
 
 #: ../panel-plugin/xfce4-mount-plugin.desktop.in.in.h:2
 msgid "Shows all mountable devices and (un)mounts them on request."
-msgstr "Affiche tous les périphériques pouvant être montés et les (dé)monte à la demande. "
+msgstr ""
+"Affiche tous les périphériques pouvant être montés et les (dé)monte à la "
+"demande. "
 
 #~ msgid "Mount Plugin"
 #~ msgstr "Greffon de montage"
-

Modified: xfce4-mount-plugin/trunk/po/gl.po
===================================================================
--- xfce4-mount-plugin/trunk/po/gl.po	2007-01-16 19:10:59 UTC (rev 2384)
+++ xfce4-mount-plugin/trunk/po/gl.po	2007-01-16 19:11:22 UTC (rev 2385)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: 0.01\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2007-01-16 20:05+0100\n"
 "PO-Revision-Date: 2006-08-24 13:37+0100\n"
 "Last-Translator: Leandro Regueiro <leandro.regueiro at gmail.com>\n"
 "Language-Team: Galician <trasno at trasno.net>\n"
@@ -38,17 +38,17 @@
 #: ../panel-plugin/devices.c:65
 #, c-format
 msgid "size : %g\n"
-msgstr "tamaño : %g\n"
+msgstr "tamaño : %g\n"
 
 #: ../panel-plugin/devices.c:66
 #, c-format
 msgid "used size : %g\n"
-msgstr "tamaño usado : %g\n"
+msgstr "tamaño usado : %g\n"
 
 #: ../panel-plugin/devices.c:67
 #, c-format
 msgid "available size : %g\n"
-msgstr "tamaño dispoñible : %g\n"
+msgstr "tamaño dispoñible : %g\n"
 
 #: ../panel-plugin/devices.c:68
 #, c-format
@@ -82,7 +82,7 @@
 
 #: ../panel-plugin/devices.c:225 ../panel-plugin/devices.c:272
 msgid "Mount Plugin: Error executing command."
-msgstr "Plugin de Montaxe: Erro ó executar o comando."
+msgstr "Plugin de Montaxe: Erro ó executar o comando."
 
 #: ../panel-plugin/mount-plugin.c:50
 #, c-format
@@ -131,7 +131,7 @@
 msgstr ""
 "Este comando hase executar despois de montar o dispositivo co punto de "
 "montaxe do dispositivo coma argumento.\n"
-"Se non está seguro de que introducir, probe \"xffm\" ou \"rox\" ou \"thunar"
+"Se non está seguro de que introducir, probe \"xffm\" ou \"rox\" ou \"thunar"
 "\"."
 
 #: ../panel-plugin/mount-plugin.c:674
@@ -143,8 +143,8 @@
 "WARNING: These options are for experts only! If you do not know what they "
 "may be good for, keep your hands off!"
 msgstr ""
-"ADVERTENCIA: Estas opcións son só para expertos! Se non sabe para que son, "
-"manteña as súas mans alonxadas!"
+"ADVERTENCIA: Estas opcións son só para expertos! Se non sabe para que son, "
+"manteña as súas mans alonxadas!"
 
 #: ../panel-plugin/mount-plugin.c:698
 msgid "Mount command:"
@@ -180,14 +180,14 @@
 
 #: ../panel-plugin/mount-plugin.c:785
 msgid "Also display network file systems"
-msgstr "Amosar tamén sistemas de ficheiros por rede"
+msgstr "Amosar tamén sistemas de ficheiros por rede"
 
 #: ../panel-plugin/mount-plugin.c:791
 msgid ""
 "Activate this option to also display network file systems like NFS, SMBFS, "
 "SHFS and SSHFS."
 msgstr ""
-"Activar esta opción para amosar tamén sistemas de ficheiros por rede coma "
+"Activar esta opción para amosar tamén sistemas de ficheiros por rede coma "
 "NFS, SMBFS, SHFS e SSHFS."
 
 #: ../panel-plugin/mount-plugin.c:802

Modified: xfce4-mount-plugin/trunk/po/hu.po
===================================================================
--- xfce4-mount-plugin/trunk/po/hu.po	2007-01-16 19:10:59 UTC (rev 2384)
+++ xfce4-mount-plugin/trunk/po/hu.po	2007-01-16 19:11:22 UTC (rev 2385)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.4.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2007-01-16 20:05+0100\n"
 "PO-Revision-Date: 2006-07-08 00:48+0100\n"
 "Last-Translator: SZERVÁC Attila <sas at 321.hu>\n"
 "Language-Team: Hungarian <translation-team-hu at lists.sourceforge.net>\n"

Modified: xfce4-mount-plugin/trunk/po/ja.po
===================================================================
--- xfce4-mount-plugin/trunk/po/ja.po	2007-01-16 19:10:59 UTC (rev 2384)
+++ xfce4-mount-plugin/trunk/po/ja.po	2007-01-16 19:11:22 UTC (rev 2385)
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.4.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2007-01-16 20:05+0100\n"
 "PO-Revision-Date: 2006-04-02 20:42+0900\n"
 "Last-Translator: Daichi Kawahata <daichi at xfce.org>\n"
 "Language-Team: Japanese <xfce-users-jp at ml.fdiary.net>\n"

Modified: xfce4-mount-plugin/trunk/po/ko.po
===================================================================
--- xfce4-mount-plugin/trunk/po/ko.po	2007-01-16 19:10:59 UTC (rev 2384)
+++ xfce4-mount-plugin/trunk/po/ko.po	2007-01-16 19:11:22 UTC (rev 2385)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.4.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2007-01-16 20:05+0100\n"
 "PO-Revision-Date: 2006-10-20 11:42+0900\n"
 "Last-Translator: ByungHyun Choi <byunghyun.choi at debianusers.org>\n"
 "Language-Team: Korean <xfce4-users-kr-i18n at lists.sourceforge.net>\n"
@@ -131,9 +131,10 @@
 "This command will be executed after mounting the device with the mount point "
 "of the device as argument.\n"
 "If you are unsure what to insert, try \"xffm\" or \"rox\" or \"thunar\"."
-msgstr "이 명령어는 장치가 마운트되고 나서 실행됩니다.\n"
-"어떤 명령어를 입력할지 망설이신다면, \"xffm\" 또는 \"rox\", \"thunar\"를 "
-"입력해 보십시오."
+msgstr ""
+"이 명령어는 장치가 마운트되고 나서 실행됩니다.\n"
+"어떤 명령어를 입력할지 망설이신다면, \"xffm\" 또는 \"rox\", \"thunar\"를 입력"
+"해 보십시오."
 
 #: ../panel-plugin/mount-plugin.c:674
 msgid "Specify own commands"
@@ -143,7 +144,8 @@
 msgid ""
 "WARNING: These options are for experts only! If you do not know what they "
 "may be good for, keep your hands off!"
-msgstr "경고: 이 옵션은 고급사용자를 위한 것입니다. 무엇을 어떻게 해야할지 모르시면 "
+msgstr ""
+"경고: 이 옵션은 고급사용자를 위한 것입니다. 무엇을 어떻게 해야할지 모르시면 "
 "만지지 마십시오."
 
 #: ../panel-plugin/mount-plugin.c:698
@@ -158,8 +160,9 @@
 msgid ""
 "Most users will only want to prepend \"sudo\" to both commands or prepend "
 "\"sync &&\" to the \"unmount\" command."
-msgstr "대부분 사용자들은 명령어에 \"sudo\"를 덧붙이거나 "
-"\"unmount\" 명령에 \"sync &&\"를 덧붙여 사용하기를 원합니다."
+msgstr ""
+"대부분 사용자들은 명령어에 \"sudo\"를 덧붙이거나 \"unmount\" 명령에 \"sync &&"
+"\"를 덧붙여 사용하기를 원합니다."
 
 #: ../panel-plugin/mount-plugin.c:746
 msgid "<b>General</b>"
@@ -177,8 +180,9 @@
 msgid ""
 "This is only useful and recommended if you specify \"sync\" as part of the "
 "\"unmount\" command string."
-msgstr "\"unmount\" 명령의 일부로 \"sync\"를 추가하면 상당히 유용하기 때문에 "
-"추천하고자 합니다."
+msgstr ""
+"\"unmount\" 명령의 일부로 \"sync\"를 추가하면 상당히 유용하기 때문에 추천하고"
+"자 합니다."
 
 #: ../panel-plugin/mount-plugin.c:785
 msgid "Also display network file systems"
@@ -188,8 +192,9 @@
 msgid ""
 "Activate this option to also display network file systems like NFS, SMBFS, "
 "SHFS and SSHFS."
-msgstr "이 옵션은 NFS, SMBFS, SHFS 및 SSHFS등의 네트워크 화일 시스템을 "
-"보여주기 위한 것입니다."
+msgstr ""
+"이 옵션은 NFS, SMBFS, SHFS 및 SSHFS등의 네트워크 화일 시스템을 보여주기 위한 "
+"것입니다."
 
 #: ../panel-plugin/mount-plugin.c:802
 msgid "You can specify a distinct icon to be displayed in the panel."

Modified: xfce4-mount-plugin/trunk/po/lt.po
===================================================================
--- xfce4-mount-plugin/trunk/po/lt.po	2007-01-16 19:10:59 UTC (rev 2384)
+++ xfce4-mount-plugin/trunk/po/lt.po	2007-01-16 19:11:22 UTC (rev 2385)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.4.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2007-01-16 20:05+0100\n"
 "PO-Revision-Date: 2006-01-04 21:39+0900\n"
 "Last-Translator: Rimas Kudelis <rq at akl.lt>\n"
 "Language-Team: Lithuanian <komp_lt at konferencijos.lt>\n"

Modified: xfce4-mount-plugin/trunk/po/no.po
===================================================================
--- xfce4-mount-plugin/trunk/po/no.po	2007-01-16 19:10:59 UTC (rev 2384)
+++ xfce4-mount-plugin/trunk/po/no.po	2007-01-16 19:11:22 UTC (rev 2385)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.4.5\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2007-01-16 20:05+0100\n"
 "PO-Revision-Date: 2006-08-07 00:00+0200\n"
 "Last-Translator: Jon Kristian Nilsen <jonn3 at broadpark.no>\n"
 "Language-Team: NORWEGIAN <no at li.org>\n"

Modified: xfce4-mount-plugin/trunk/po/pl.po
===================================================================
--- xfce4-mount-plugin/trunk/po/pl.po	2007-01-16 19:10:59 UTC (rev 2384)
+++ xfce4-mount-plugin/trunk/po/pl.po	2007-01-16 19:11:22 UTC (rev 2385)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.4.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2007-01-16 20:05+0100\n"
 "PO-Revision-Date: 2006-04-08 13:09+0900\n"
 "Last-Translator: Piotr Maliński <admin at rk.edu.pl>\n"
 "Language-Team: Polish <translation-team-pl at lists.sourceforge.net>\n"

Modified: xfce4-mount-plugin/trunk/po/ru.po
===================================================================
--- xfce4-mount-plugin/trunk/po/ru.po	2007-01-16 19:10:59 UTC (rev 2384)
+++ xfce4-mount-plugin/trunk/po/ru.po	2007-01-16 19:11:22 UTC (rev 2385)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.4.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2007-01-16 20:05+0100\n"
 "PO-Revision-Date: 2006-01-04 21:40+0900\n"
 "Last-Translator: Eugene Ostapets <eostapets at altlinux.ru>\n"
 "Language-Team: Russian <eostapets at altlinux.ru>\n"

Modified: xfce4-mount-plugin/trunk/po/uk.po
===================================================================
--- xfce4-mount-plugin/trunk/po/uk.po	2007-01-16 19:10:59 UTC (rev 2384)
+++ xfce4-mount-plugin/trunk/po/uk.po	2007-01-16 19:11:22 UTC (rev 2385)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.4.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2007-01-16 20:05+0100\n"
 "PO-Revision-Date: 2006-01-04 21:41+0900\n"
 "Last-Translator: Eugene Ostapets <eostapets at altlinux.ru>\n"
 "Language-Team: Ukainian <eostapets at altlinux.ru>\n"

Modified: xfce4-mount-plugin/trunk/po/vi.po
===================================================================
--- xfce4-mount-plugin/trunk/po/vi.po	2007-01-16 19:10:59 UTC (rev 2384)
+++ xfce4-mount-plugin/trunk/po/vi.po	2007-01-16 19:11:22 UTC (rev 2385)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.4.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2007-01-16 20:05+0100\n"
 "PO-Revision-Date: 2006-02-19 22:51+0300\n"
 "Last-Translator: Phan Vĩnh Thịnh <teppi at vnlinux.org>\n"
 "Language-Team: Vietnamese <none at li.org>\n"

Modified: xfce4-mount-plugin/trunk/po/xfce4-mount-plugin.pot
===================================================================
--- xfce4-mount-plugin/trunk/po/xfce4-mount-plugin.pot	2007-01-16 19:10:59 UTC (rev 2384)
+++ xfce4-mount-plugin/trunk/po/xfce4-mount-plugin.pot	2007-01-16 19:11:22 UTC (rev 2385)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2007-01-16 20:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"

Modified: xfce4-mount-plugin/trunk/po/zh_TW.po
===================================================================
--- xfce4-mount-plugin/trunk/po/zh_TW.po	2007-01-16 19:10:59 UTC (rev 2384)
+++ xfce4-mount-plugin/trunk/po/zh_TW.po	2007-01-16 19:11:22 UTC (rev 2385)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-mount-plugin 0.4.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2007-01-16 20:05+0100\n"
 "PO-Revision-Date: 2006-07-28 23:47+0800\n"
 "Last-Translator: Cosmo Chene <cosmolax at gmail.com>\n"
 "Language-Team: Chinese/Traditional <zh-l10n at linux.org.tw>\n"




More information about the Goodies-commits mailing list