[Xfce4-commits] parole:master Fix remembered playlist not being forgotten when setting disabled

2013-08-03 Thread Sean Davis
Updating branch refs/heads/master
 to b740804f795c3cf7d0dc06868f0a9499230324ce (commit)
   from d6f78d30d51f70ca33805ae98e8d66745a7bbdcd (commit)

commit b740804f795c3cf7d0dc06868f0a9499230324ce
Author: Sean Davis smd.seanda...@gmail.com
Date:   Sat Aug 3 06:26:18 2013 -0400

Fix remembered playlist not being forgotten when setting disabled

 ChangeLog  |3 +++
 src/parole-medialist.c |   10 ++
 2 files changed, 13 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 56ffb58..cb7eae3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-08-03: bluesa...@xfce.org
+* Fix remembered playlist not being forgotten when setting disabled.
+
 2013-07-25: bluesa...@xfce.org
 * Bugfix release 0.5.2
 * Revert Fix MKV subtitles being shown when automatically show subtitles 
is disabled (bug 9880)
diff --git a/src/parole-medialist.c b/src/parole-medialist.c
index 678eb82..0d2cfc8 100644
--- a/src/parole-medialist.c
+++ b/src/parole-medialist.c
@@ -1175,9 +1175,19 @@ play_opened_files_activated_cb (GtkWidget *mi, 
ParoleConf *conf)
 static void
 remember_playlist_activated_cb (GtkWidget *mi, ParoleConf *conf)
 {
+gchar *playlist_filename;
+GFile *playlist_file;
 g_object_set (G_OBJECT (conf),
  remember-playlist, gtk_check_menu_item_get_active 
(GTK_CHECK_MENU_ITEM (mi)),
  NULL);
+if (!gtk_check_menu_item_get_active (GTK_CHECK_MENU_ITEM (mi))) {
+playlist_filename = xfce_resource_save_location (XFCE_RESOURCE_DATA, 
+ 
PAROLE_AUTO_SAVED_PLAYLIST, 
+ FALSE);
+playlist_file = g_file_new_for_path(playlist_filename);
+g_file_delete(playlist_file, NULL, NULL);
+g_free(playlist_filename);
+}
 }
 
 static void
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:master I18n: Update translation fr (100%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to d89b3c56e4b83f9528c3cf2261356af30934ccfe (commit)
   from eb2098a7d18df0a2ecd995f781cc7c861337e1f6 (commit)

commit d89b3c56e4b83f9528c3cf2261356af30934ccfe
Author: jc1 jc1.quebe...@gmail.com
Date:   Sat Aug 3 12:30:47 2013 +0200

I18n: Update translation fr (100%).

393 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/fr.po |  261 ++
 1 file changed, 126 insertions(+), 135 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index f6f8205..1f54984 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -11,8 +11,8 @@ msgid 
 msgstr 
 Project-Id-Version: Xfce4-panel\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-07-30 00:30+0200\n
-PO-Revision-Date: 2013-07-30 15:07+\n
+POT-Creation-Date: 2013-08-03 00:30+0200\n
+PO-Revision-Date: 2013-08-03 09:18+\n
 Last-Translator: jc1 jc1.quebe...@gmail.com\n
 Language-Team: French 
(http://www.transifex.com/projects/p/xfce/language/fr/)\n
 MIME-Version: 1.0\n
@@ -29,7 +29,7 @@ msgstr Créer un lanceur sur le tableau de bord
 msgid 
 Add a new launcher to the panel based on the information of this desktop 
 file
-msgstr Ajouter un nouveau lanceur dans le tableau de bord avec les 
informations de ce fichier desktop
+msgstr Ajouter un nouveau lanceur dans le tableau de bord avec les 
informations de ce fichier de bureau
 
 #: ../panel-preferences.desktop.in.h:1
 #: ../panel/panel-preferences-dialog.glade.h:7 ../panel/panel-window.c:2353
@@ -51,7 +51,7 @@ msgstr Voulez-vous vraiment supprimer « %s » ?
 #: ../libxfce4panel/xfce-panel-plugin.c:1034
 #: ../panel/panel-preferences-dialog.c:1102
 msgid If you remove the item from the panel, it is permanently lost.
-msgstr Si vous supprimez le greffon du tableau de bord, il le sera 
définitivement.
+msgstr Si vous supprimez l'élément du tableau de bord, il le sera 
définitivement.
 
 #. move item
 #: ../libxfce4panel/xfce-panel-plugin.c:1194
@@ -65,7 +65,7 @@ msgstr Tableau de _bord
 #. add new items
 #: ../libxfce4panel/xfce-panel-plugin.c:1236 ../panel/panel-window.c:2365
 msgid Add _New Items...
-msgstr Ajouter des _greffons...
+msgstr Ajouter de _nouveaux éléments ...
 
 #. customize panel
 #: ../libxfce4panel/xfce-panel-plugin.c:1247 ../panel/panel-window.c:2376
@@ -79,7 +79,7 @@ msgstr Dé_connexion
 
 #: ../panel/main.c:79
 msgid Show the 'Panel Preferences' dialog
-msgstr Afficher la fenêtre de préférences du tableau de bord
+msgstr Afficher la fenêtre de 'Préférences du tableau de bord'
 
 #: ../panel/main.c:79 ../panel/main.c:80
 msgid PANEL-NUMBER
@@ -87,7 +87,7 @@ msgstr NUMERO-TABLBORD
 
 #: ../panel/main.c:80
 msgid Show the 'Add New Items' dialog
-msgstr Afficher la fenêtre d'ajout de nouveaux greffons
+msgstr Afficher la fenêtre 'Ajouter de nouveaux éléments'
 
 #: ../panel/main.c:81
 msgid Save the panel configuration
@@ -103,11 +103,11 @@ msgstr NOM-GREFFON
 
 #: ../panel/main.c:83
 msgid Restart the running panel instance
-msgstr Redémarrer le tableau de bord
+msgstr Redémarrer l'instance du tableau de bord en cours d'exécution
 
 #: ../panel/main.c:84
 msgid Quit the running panel instance
-msgstr Quitter le tableau de bord
+msgstr Quitter l'instance du tableau de bord en cours d'exécution
 
 #: ../panel/main.c:85
 msgid Do not wait for a window manager on startup
@@ -137,7 +137,7 @@ msgstr L'équipe de développement de Xfce. Tous droits 
réservés.
 #: ../panel/main.c:262
 #, c-format
 msgid Please report bugs to %s.
-msgstr Veuillez signaler tout bogue à %s.
+msgstr S'il vous plaît signaler les bogues à %s.
 
 #: ../panel/main.c:320
 msgid There is already a running instance
@@ -150,31 +150,31 @@ msgstr Redémarrage...
 
 #: ../panel/main.c:377
 msgid Failed to show the preferences dialog
-msgstr Échec à l'ouverture de la fenêtre des préférences
+msgstr Impossible de voir la fenêtre des préférences
 
 #: ../panel/main.c:379
 msgid Failed to show the add new items dialog
-msgstr Échec à l'ouverture de la fenêtre d'ajout de nouveaux greffons
+msgstr Impossible de voir la fenêtre 'Ajouter de nouveaux éléments'
 
 #: ../panel/main.c:381
 msgid Failed to save the panel configuration
-msgstr Échec à l'enregistrement de la configuration du tableau de bord
+msgstr Impossible d'enregistrer la configuration du tableau de bord
 
 #: ../panel/main.c:383
 msgid Failed to add a plugin to the panel
-msgstr Échec à l'ajout d'un greffon dans le tableau de bord
+msgstr Impossible d'ajouter un greffon dans le tableau de bord
 
 #: ../panel/main.c:385
 msgid Failed to restart the panel
-msgstr Échec au redémarrage du tableau de bord
+msgstr Impossible de redémarrer le tableau de bord
 
 #: ../panel/main.c:387
 msgid Failed to quit the panel
-msgstr Échec à la fermeture du tableau de bord
+msgstr Impossible de quitter le tableau de bord
 
 #: ../panel/main.c:389
 msgid Failed to send D-Bus message
-msgstr Échec à l'envoi d'un message D-Bus
+msgstr Impossible d’envoyer un 

[Xfce4-commits] garcon:master I18n: Update translation nl (100%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to 08b0dac0ae9a62c3959d43b4eaea0118970d3b4f (commit)
   from c28590ae518b0e5777eeafc01d4273ca6ec41361 (commit)

commit 08b0dac0ae9a62c3959d43b4eaea0118970d3b4f
Author: Pjotr123 pjotrverta...@gmail.com
Date:   Sat Aug 3 12:30:15 2013 +0200

I18n: Update translation nl (100%).

34 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/nl.po |   90 --
 1 file changed, 46 insertions(+), 44 deletions(-)

diff --git a/po/nl.po b/po/nl.po
index 4555483..dda3c17 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -1,21 +1,22 @@
-# Dutch translation of the garcon package.
-# Copyright (C) The Xfce development team.
-# This file is distributed under the same license as the
-# garcon package.
-# Pjotr pjotrverta...@gmail.com , 2011, 2013.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
 # 
+# Translators:
+# Pjotr123 pjotrverta...@gmail.com, 2013
+# Pjotr pjotrverta...@gmail.com , 2011,2013
 msgid 
 msgstr 
-Project-Id-Version: garcon\n
+Project-Id-Version: Garcon\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-17 07:24+\n
-PO-Revision-Date: 2011-09-07 16:15+0200\n
-Last-Translator: Pjotr pjotrverta...@gmail.com\n
-Language-Team: Dutch (Flemish)\n
+POT-Creation-Date: 2013-08-03 00:30+0200\n
+PO-Revision-Date: 2013-08-03 06:09+\n
+Last-Translator: Pjotr123 pjotrverta...@gmail.com\n
+Language-Team: Dutch 
(http://www.transifex.com/projects/p/xfce/language/nl/)\n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=utf-8\n
+Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: nl (Dutch)\n
+Language: nl\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../data/xfce/xfce-accessories.directory.in.h:1
@@ -67,21 +68,21 @@ msgid Settings for several hardware devices
 msgstr Instellingen voor verschillende apparaten
 
 #: ../data/xfce/xfce-multimedia.directory.in.h:1
-msgid Audio and video players and editors
-msgstr Geluid- en videospelers en -bewerkers
-
-#: ../data/xfce/xfce-multimedia.directory.in.h:2
 msgid Multimedia
 msgstr Multimedia
 
-#: ../data/xfce/xfce-network.directory.in.h:1
-msgid Applications for Internet access
-msgstr Toepassingen voor internettoegang
+#: ../data/xfce/xfce-multimedia.directory.in.h:2
+msgid Audio and video players and editors
+msgstr Geluid- en videospelers en -bewerkers
 
-#: ../data/xfce/xfce-network.directory.in.h:2
+#: ../data/xfce/xfce-network.directory.in.h:1
 msgid Internet
 msgstr Internet
 
+#: ../data/xfce/xfce-network.directory.in.h:2
+msgid Applications for Internet access
+msgstr Toepassingen voor internettoegang
+
 #: ../data/xfce/xfce-office.directory.in.h:1
 msgid Office
 msgstr Kantoor
@@ -91,13 +92,13 @@ msgid Office and productivity applications
 msgstr Kantoor- en productiviteitstoepassingen
 
 #: ../data/xfce/xfce-other.directory.in.h:1
-msgid Applications that don't fit into other categories
-msgstr Toepassingen die niet in andere categorieën passen
-
-#: ../data/xfce/xfce-other.directory.in.h:2
 msgid Other
 msgstr Overige
 
+#: ../data/xfce/xfce-other.directory.in.h:2
+msgid Applications that don't fit into other categories
+msgstr Toepassingen die niet in andere categorieën passen
+
 #: ../data/xfce/xfce-personal.directory.in.h:1
 msgid Personal
 msgstr Persoonlijk
@@ -107,21 +108,21 @@ msgid Personal settings
 msgstr Persoonlijke instellingen
 
 #: ../data/xfce/xfce-screensavers.directory.in.h:1
-msgid Screensaver applets
-msgstr Schermbeveiligingtoepassingen
-
-#: ../data/xfce/xfce-screensavers.directory.in.h:2
 msgid Screensavers
 msgstr Schermbeveiligingen
 
-#: ../data/xfce/xfce-settings.directory.in.h:1
-msgid Desktop and system settings applications
-msgstr Toepassingen voor werkomgeving- en systeeminstellingen
+#: ../data/xfce/xfce-screensavers.directory.in.h:2
+msgid Screensaver applets
+msgstr Schermbeveiligingtoepassingen
 
-#: ../data/xfce/xfce-settings.directory.in.h:2
+#: ../data/xfce/xfce-settings.directory.in.h:1
 msgid Settings
 msgstr Instellingen
 
+#: ../data/xfce/xfce-settings.directory.in.h:2
+msgid Desktop and system settings applications
+msgstr Toepassingen voor werkomgeving- en systeeminstellingen
+
 #: ../data/xfce/xfce-system.directory.in.h:1
 msgid System
 msgstr Systeem
@@ -130,29 +131,30 @@ msgstr Systeem
 msgid System tools and utilities
 msgstr Systeemgereedschap en hulpmiddelen
 
-#: ../garcon/garcon-menu.c:706
+#: ../garcon/garcon-menu.c:702
 #, c-format
 msgid File \%s\ not found
 msgstr Bestand '%s' niet gevonden
 
-#: ../garcon/garcon-menu-parser.c:280
+#: ../garcon/garcon-menu-parser.c:276
 #, c-format
 msgid Could not load menu file data from %s: %s
 msgstr Kon gegevens van menubestand niet laden vanuit %s: %s
 
-#: ../garcon/garcon-menu-parser.c:287
+#: ../garcon/garcon-menu-parser.c:283
 #, c-format
 msgid Could not load 

[Xfce4-commits] garcon:master I18n: Update translation fr (100%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to 5524c39a336522b1281d0b0e9ee51961b25b5f0c (commit)
   from 70bc6e0e3fbb0ee8b42daf13f446a809e06e77d0 (commit)

commit 5524c39a336522b1281d0b0e9ee51961b25b5f0c
Author: jc1 jc1.quebe...@gmail.com
Date:   Sat Aug 3 12:30:14 2013 +0200

I18n: Update translation fr (100%).

34 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/fr.po |   23 ++-
 1 file changed, 18 insertions(+), 5 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 9e80237..6648d53 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -9,8 +9,8 @@ msgid 
 msgstr 
 Project-Id-Version: Garcon\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-07-02 22:32+0200\n
-PO-Revision-Date: 2013-07-29 11:49+\n
+POT-Creation-Date: 2013-08-03 00:30+0200\n
+PO-Revision-Date: 2013-08-03 07:55+\n
 Last-Translator: jc1 jc1.quebe...@gmail.com\n
 Language-Team: French 
(http://www.transifex.com/projects/p/xfce/language/fr/)\n
 MIME-Version: 1.0\n
@@ -131,17 +131,30 @@ msgstr Système
 msgid System tools and utilities
 msgstr Outils et utilitaires système
 
-#: ../garcon/garcon-menu.c:706
+#: ../garcon/garcon-menu.c:702
 #, c-format
 msgid File \%s\ not found
 msgstr Fichier \%s\ non trouvé
 
-#: ../garcon/garcon-menu-parser.c:280
+#: ../garcon/garcon-menu-parser.c:276
 #, c-format
 msgid Could not load menu file data from %s: %s
 msgstr Impossible de charger les données du fichier de menu depuis %s : %s
 
-#: ../garcon/garcon-menu-parser.c:287
+#: ../garcon/garcon-menu-parser.c:283
 #, c-format
 msgid Could not load menu file data from %s
 msgstr Impossible de charger les données du fichier de menu depuis %s
+
+#: ../garcon-gtk/garcon-gtk-menu.c:389
+#, c-format
+msgid Failed to execute command \%s\.
+msgstr Impossible d'exécuter la commande « %s ».
+
+#: ../garcon-gtk/garcon-gtk-menu.c:652
+msgid No applications found
+msgstr Aucune application trouvée
+
+#: ../garcon-gtk/garcon-gtk-menu.c:664
+msgid Failed to load the applications menu
+msgstr Impossible de charger le menu des applications
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfmpc:master I18n: Add new translation he (100%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to 1deee91a5f90cb3e65880243cc6f4826db48 (commit)
   from 13fd98c09a251a7bfd3a741b43db20bb02af8614 (commit)

commit 1deee91a5f90cb3e65880243cc6f4826db48
Author: Yaron Shahrabani sh.ya...@gmail.com
Date:   Sat Aug 3 12:31:26 2013 +0200

I18n: Add new translation he (100%).

70 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/{en_AU.po = he.po} |  146 
 1 file changed, 73 insertions(+), 73 deletions(-)

diff --git a/po/en_AU.po b/po/he.po
similarity index 64%
copy from po/en_AU.po
copy to po/he.po
index 72a4e45..4b2ffa8 100644
--- a/po/en_AU.po
+++ b/po/he.po
@@ -3,119 +3,119 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# k3lt01 keltoi...@gmail.com, 2013
+# Yaron Shahrabani sh.ya...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2011-10-23 17:29+0200\n
-PO-Revision-Date: 2013-07-29 09:20+\n
-Last-Translator: k3lt01 keltoi...@gmail.com\n
-Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
+PO-Revision-Date: 2013-08-03 09:32+\n
+Last-Translator: Yaron Shahrabani sh.ya...@gmail.com\n
+Language-Team: Hebrew 
(http://www.transifex.com/projects/p/xfce/language/he/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: en_AU\n
+Language: he\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../src/dbbrowser.c:1508
 msgid Replace
-msgstr Replace
+msgstr החלפה
 
 #: ../src/dbbrowser.c:1524 ../src/playlist.c:1511
 msgid Browse
-msgstr Browse
+msgstr עיון
 
 #: ../src/extended-interface.c:495
 msgid Repeat
-msgstr Repeat
+msgstr חזרה
 
 #: ../src/extended-interface.c:505
 msgid Random
-msgstr Random
+msgstr אקראי
 
 #: ../src/extended-interface.c:515
 msgid Single Mode
-msgstr Single Mode
+msgstr מצב יחיד
 
 #: ../src/extended-interface.c:525
 msgid Consume Mode
-msgstr Consume Mode
+msgstr מצב צריכה
 
 #: ../src/extended-interface.c:548
 msgid _Shortcuts
-msgstr _Shortcuts
+msgstr _קיצורי דרך
 
 #: ../src/extended-interface.c:747 ../xfmpc.desktop.in.h:2
 msgid MPD client written in GTK+ for Xfce
-msgstr MPD client written in GTK+ for Xfce
+msgstr לקוח MPD שנכתב ב־GTK+‎ עבור Xfce
 
 #: ../src/extended-interface.c:749
 msgid translator-credits
-msgstr translator-credits
+msgstr ירון שהרבני sh.ya...@gmail.com
 
 #: ../src/extended-interface.c:890
 msgid Clear Playlist
-msgstr Clear Playlist
+msgstr פינוי רשימת ההשמעה
 
 #: ../src/extended-interface.c:908
 msgid Refresh Database
-msgstr Refresh Database
+msgstr רענון מסד הנתונים
 
 #: ../src/extended-interface.c:926
 msgid Context Menu
-msgstr Context Menu
+msgstr תפריט הקשר
 
 #: ../src/extended-interface.c:969
 msgid Current Playlist
-msgstr Current Playlist
+msgstr רשימת ההשמעה הנוכחית
 
 #: ../src/extended-interface.c:975
 msgid Browse database
-msgstr Browse database
+msgstr עיון במסד הנתונים
 
 #: ../src/interface.c:467
 #, c-format
 msgid by \%s\ from \%s\ (%s)
-msgstr by \%s\ from \%s\ (%s)
+msgstr מאת „%s“ על־ידי „%s“‏ (%s)
 
 #: ../src/interface.c:486
 msgid Stopped
-msgstr Stopped
+msgstr נעצר
 
 #: ../src/interface.c:496 ../src/interface.c:916
 msgid Not connected
-msgstr Not connected
+msgstr לא מחובר
 
 #: ../src/main-window.c:641
 #, c-format
 msgid %d songs, %d hours and %d minutes
-msgstr %d songs, %d hours and %d minutes
+msgstr %d שירים, %d שעות ו־‏%d דקות
 
 #: ../src/main-window.c:652
 #, c-format
 msgid %d songs, %d minutes
-msgstr %d songs, %d minutes
+msgstr %d שירים, %d דקות
 
 #: ../src/mpdclient.c:382
 msgid Failed to connect to MPD
-msgstr Failed to connect to MPD
+msgstr ההתחברות ל־MPD נכשלה
 
 #: ../src/mpdclient.c:387
 msgid Connected to MPD
-msgstr Connected to MPD
+msgstr מחובר ל־MPD
 
 #: ../src/mpdclient.c:627 ../src/mpdclient.c:657 ../src/mpdclient.c:672
 msgid n/a
-msgstr n/a
+msgstr לא זמין
 
 #: ../src/preferences-dialog.c:701
 msgid Xfmpc Preferences
-msgstr Xfmpc Preferences
+msgstr ההעדפות של Xfmpc
 
 #: ../src/preferences-dialog.c:703
 msgid Customize your MPD client
-msgstr Customise your MPD client
+msgstr התאמת לקוח ה־MPD שלך
 
 #: ../src/preferences-dialog.c:720
 msgid MPD
@@ -123,186 +123,186 @@ msgstr MPD
 
 #: ../src/preferences-dialog.c:731
 msgid Connection
-msgstr Connection
+msgstr חיבור
 
 #: ../src/preferences-dialog.c:739
 msgid Use _default system settings
-msgstr Use _default system settings
+msgstr שימוש בהגדרות המערכת כ_בררת המחדל
 
 #: ../src/preferences-dialog.c:745
 msgid 
 If checked, Xfmpc will try to read the environment variables MPD_HOST and 
 MPD_PORT otherwise it will use localhost
-msgstr If checked, Xfmpc will try to read the environment variables MPD_HOST 
and MPD_PORT otherwise it will use localhost
+msgstr אם האפשרות סומנה, יתבצע ניסיון ע״י Xfmpc לקרוא את משתני הסביבה 
MPD_HOST ו־MPD_PORT אחרת יעשה שימוש 

[Xfce4-commits] garcon:master I18n: Update translation he (100%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to c28590ae518b0e5777eeafc01d4273ca6ec41361 (commit)
   from 5524c39a336522b1281d0b0e9ee51961b25b5f0c (commit)

commit c28590ae518b0e5777eeafc01d4273ca6ec41361
Author: Yaron Shahrabani sh.ya...@gmail.com
Date:   Sat Aug 3 12:30:14 2013 +0200

I18n: Update translation he (100%).

34 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/he.po |   88 --
 1 file changed, 46 insertions(+), 42 deletions(-)

diff --git a/po/he.po b/po/he.po
index 0b41401..2a05de5 100644
--- a/po/he.po
+++ b/po/he.po
@@ -1,20 +1,23 @@
-# Hebrew translation of the garcon package.
-# Copyright (C) 2010 COPYRIGHT HOLDER
-# This file is distributed under the same license as the garcon package.
-# Hezy Amiel o...@hezyamiel.com, 2010.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# Hezy Amiel o...@hezyamiel.com, 2010
+# Yaron Shahrabani sh.ya...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: garcon\n
+Project-Id-Version: Garcon\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-02-29 12:36+\n
-PO-Revision-Date: \n
-Last-Translator: Hezy Amiel o...@hezyamiel.com\n
-Language-Team: Hebrew xfce-i...@xfce.org\n
+POT-Creation-Date: 2013-08-03 00:30+0200\n
+PO-Revision-Date: 2013-08-03 08:52+\n
+Last-Translator: Yaron Shahrabani sh.ya...@gmail.com\n
+Language-Team: Hebrew 
(http://www.transifex.com/projects/p/xfce/language/he/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Language: he\n
-X-Poedit-Language: Hebrew\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../data/xfce/xfce-accessories.directory.in.h:1
 msgid Accessories
@@ -65,21 +68,21 @@ msgid Settings for several hardware devices
 msgstr הגדרות הנוגעות למספר התקני חומרה
 
 #: ../data/xfce/xfce-multimedia.directory.in.h:1
-msgid Audio and video players and editors
-msgstr נגנים ועורכי אודיו ווידאו.
-
-#: ../data/xfce/xfce-multimedia.directory.in.h:2
 msgid Multimedia
 msgstr מולטימדיה
 
-#: ../data/xfce/xfce-network.directory.in.h:1
-msgid Applications for Internet access
-msgstr יישום המשמש לגישה לאינטרנט
+#: ../data/xfce/xfce-multimedia.directory.in.h:2
+msgid Audio and video players and editors
+msgstr נגנים ועורכי אודיו ווידאו.
 
-#: ../data/xfce/xfce-network.directory.in.h:2
+#: ../data/xfce/xfce-network.directory.in.h:1
 msgid Internet
 msgstr אינטרנט
 
+#: ../data/xfce/xfce-network.directory.in.h:2
+msgid Applications for Internet access
+msgstr יישום המשמש לגישה לאינטרנט
+
 #: ../data/xfce/xfce-office.directory.in.h:1
 msgid Office
 msgstr משרד
@@ -89,13 +92,13 @@ msgid Office and productivity applications
 msgstr יישומים משרדיים
 
 #: ../data/xfce/xfce-other.directory.in.h:1
-msgid Applications that don't fit into other categories
-msgstr יישומים שאינם מתאימים לקטגוריות אחרות
-
-#: ../data/xfce/xfce-other.directory.in.h:2
 msgid Other
 msgstr אחר
 
+#: ../data/xfce/xfce-other.directory.in.h:2
+msgid Applications that don't fit into other categories
+msgstr יישומים שאינם מתאימים לקטגוריות אחרות
+
 #: ../data/xfce/xfce-personal.directory.in.h:1
 msgid Personal
 msgstr אישי
@@ -105,21 +108,21 @@ msgid Personal settings
 msgstr הגדרות אישיות
 
 #: ../data/xfce/xfce-screensavers.directory.in.h:1
-msgid Screensaver applets
-msgstr יישומוני שמירת מסך  
-
-#: ../data/xfce/xfce-screensavers.directory.in.h:2
 msgid Screensavers
 msgstr שומרי מסך
 
-#: ../data/xfce/xfce-settings.directory.in.h:1
-msgid Desktop and system settings applications
-msgstr יישומי שולחן העבודה והמערכת
+#: ../data/xfce/xfce-screensavers.directory.in.h:2
+msgid Screensaver applets
+msgstr יישומוני שמירת מסך  
 
-#: ../data/xfce/xfce-settings.directory.in.h:2
+#: ../data/xfce/xfce-settings.directory.in.h:1
 msgid Settings
 msgstr הגדרות
 
+#: ../data/xfce/xfce-settings.directory.in.h:2
+msgid Desktop and system settings applications
+msgstr יישומי שולחן העבודה והמערכת
+
 #: ../data/xfce/xfce-system.directory.in.h:1
 msgid System
 msgstr מערכת
@@ -128,29 +131,30 @@ msgstr מערכת
 msgid System tools and utilities
 msgstr כלי מערכת
 
-#: ../garcon/garcon-menu.c:706
+#: ../garcon/garcon-menu.c:702
 #, c-format
 msgid File \%s\ not found
 msgstr הקובץ  \%s\ לא נמצא
 
-#: ../garcon/garcon-menu-parser.c:280
+#: ../garcon/garcon-menu-parser.c:276
 #, c-format
 msgid Could not load menu file data from %s: %s
 msgstr לא ניתן לטעון את קובץ המידע של התפריט מ־%s: %s
 
-#: ../garcon/garcon-menu-parser.c:287
+#: ../garcon/garcon-menu-parser.c:283
 #, c-format
 msgid Could not load menu file data from %s
 msgstr לא ניתן לטעון את קובץ המידע של התפריט מ־%s
 
-#~ msgid Network
-#~ msgstr רשת
-
-#~ msgid Network applications and utilities
-#~ msgstr יישומי וכלי רשת
+#: ../garcon-gtk/garcon-gtk-menu.c:389
+#, c-format
+msgid Failed to execute command \%s\.
+msgstr הפעלה הפקודה 

[Xfce4-commits] xfce4-taskmanager:master I18n: Update translation he (70%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to 2e49016638dc7b739613ab3eb96fb185a1d7bf8c (commit)
   from d823a7dd6035ffec9157d4a2a11b4202613b2834 (commit)

commit 2e49016638dc7b739613ab3eb96fb185a1d7bf8c
Author: Yaron Shahrabani sh.ya...@gmail.com
Date:   Sat Aug 3 12:31:21 2013 +0200

I18n: Update translation he (70%).

53 translated messages, 22 untranslated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/he.po |  267 ++
 1 file changed, 113 insertions(+), 154 deletions(-)

diff --git a/po/he.po b/po/he.po
index 2ddec30..94186cd 100644
--- a/po/he.po
+++ b/po/he.po
@@ -1,61 +1,55 @@
-# Hebrew translation of the xfce4-taskmanager.
-# Copyright (C) Johannes Zellner webmas...@nebulon.de, Mike Massonnet 
mmasson...@xfce.org
-# This file is distributed under the same license as the xfce4-taskmanager 
package.
-# Isratine Citizen genghisk...@gmx.ca, 2012.
-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# Yaron Shahrabani sh.ya...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-taskmanager 1.x\n
+Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-07 04:09+\n
-PO-Revision-Date: 2012-04-08 03:44+0200\n
-Last-Translator: my name em...@address.org\n
-Language-Team: Hebrew xfce-i...@xfce.org\n
-Language: \n
+POT-Creation-Date: 2013-07-03 20:41+0200\n
+PO-Revision-Date: 2013-08-03 09:38+\n
+Last-Translator: Yaron Shahrabani sh.ya...@gmail.com\n
+Language-Team: Hebrew 
(http://www.transifex.com/projects/p/xfce/language/he/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: he\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
-#: ../xfce4-taskmanager.desktop.in.h:1
-#: ../src/process-window.c:309
-msgid Easy to use task manager
-msgstr מנהל משימות ידידותי לשימוש
-
-#: ../xfce4-taskmanager.desktop.in.h:2
-#: ../src/exec-tool-button.c:89
-#: ../src/exec-tool-button.c:134
-#: ../src/main.c:156
-#: ../src/process-tree-view.c:355
-#: ../src/process-tree-view.c:370
-#: ../src/process-tree-view.c:398
-#: ../src/process-window.c:304
+#: ../xfce4-taskmanager.desktop.in.h:1 ../src/exec-tool-button.c:89
+#: ../src/exec-tool-button.c:134 ../src/main.c:156
+#: ../src/process-tree-view.c:355 ../src/process-tree-view.c:370
+#: ../src/process-tree-view.c:398 ../src/process-window.c:304
 #: ../src/process-window.ui.h:1
 msgid Task Manager
-msgstr מנהל משימות
+msgstr מנהל המשימות
+
+#: ../xfce4-taskmanager.desktop.in.h:2 ../src/process-window.c:309
+msgid Easy to use task manager
+msgstr מנהל משימות פשוט לשימוש
 
-#: ../src/exec-tool-button.c:87
-#: ../src/exec-tool-button.c:131
+#: ../src/exec-tool-button.c:87 ../src/exec-tool-button.c:131
 msgid Execution error
-msgstr שגיאת הרצה
+msgstr שגיאת הפעלה
 
 #: ../src/exec-tool-button.c:133
 msgid Couldn't find any default command to run.
-msgstr לא ניתן היה למצוא פקודת ברירת מחדל להרצה.
+msgstr לא ניתן למצוא פקודה להרצה.
 
-# Translated to: Run Task Manager as super-user
 #: ../src/exec-tool-button.c:164
 msgid Run Task Manager as root
-msgstr הרצת מנהל המשימות כמשתמש-על
+msgstr הפעלת מנהל המשימות כמשתמש העל (root)
 
-#: ../src/exec-tool-button.c:175
-#: ../src/exec-tool-button.c:177
+#: ../src/exec-tool-button.c:175 ../src/exec-tool-button.c:177
 #: ../src/exec-tool-button.c:179
 msgid Run Program...
-msgstr הרצת תוכנית...
+msgstr הפעלת תכנית…
 
 #: ../src/exec-tool-button.c:182
 msgid Application Finder
-msgstr מוצא היישומים
+msgstr מאתר תכניות
 
 #: ../src/exec-tool-button.c:185
 msgid Terminal emulator
@@ -65,7 +59,6 @@ msgstr מדמה מסוף
 msgid XTerm
 msgstr XTerm
 
-# זיכרון חליף
 #: ../src/main.c:100
 #, c-format
 msgid 
@@ -73,13 +66,8 @@ msgid 
 bCPU:/b %.0f%%\n
 bMemory:/b %.0f%%\n
 bSwap:/b %.0f%%
-msgstr 
-bתהליכים:/b %u\n
-bי.ע.מ:/b %.0f%%\n
-bזיכרון:/b %.0f%%\n
-bהחלפה:/b %.0f%%
+msgstr bתהליכים:/b %u\nbמעבד:/b %.0f%%\nbזיכרון:/b 
%.0f%%\nbהחלפה:/b %.0f%%
 
-# זיכרון חליף
 #: ../src/main.c:108
 #, c-format
 msgid 
@@ -87,25 +75,18 @@ msgid 
 CPU: %.0f%%\n
 Memory: %.0f%%\n
 Swap: %.0f%%
-msgstr 
-תהליכים: %u\n
-י.ע.מ: %.0f%%\n
-זיכרון: %.0f%%\n
-החלפה: %.0f%%
+msgstr תהליכים: %u\nמעבד: %.0f%%\nזיכרון: %.0f%%\nהחלפה: %.0f%%
 
-#: ../src/process-statusbar.c:148
-#: ../src/process-window.c:374
+#: ../src/process-statusbar.c:148 ../src/process-window.c:374
 #, c-format
 msgid CPU: %s%%
-msgstr : %s%%
+msgstr מעבד: %s%%
 
-#: ../src/process-statusbar.c:157
-#: ../src/process-window.c:379
+#: ../src/process-statusbar.c:157 ../src/process-window.c:379
 #, c-format
 msgid Memory: %s%%
 msgstr זיכרון: %s%%
 
-# תחלופה
 #: ../src/process-statusbar.c:166
 #, c-format
 msgid Swap: %s%%
@@ -120,22 +101,15 @@ msgstr תהליכים: %d
 msgid Task
 msgstr משימה
 
-# ז.ת. זהות תהליך
-# Process Identification
-#: ../src/process-tree-view.c:136
-#: 

[Xfce4-commits] xfce4-battery-plugin:master I18n: Update translation tr (81%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to faef664a6dc29788fcf6915a703af6ca6f2cbf8d (commit)
   from 5ebed8bb1ae0c0ad18b98723be5fea6c340ce583 (commit)

commit faef664a6dc29788fcf6915a703af6ca6f2cbf8d
Author: Anonymous nore...@xfce.org
Date:   Sat Aug 3 12:31:28 2013 +0200

I18n: Update translation tr (81%).

35 translated messages, 8 untranslated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/tr.po |  137 +-
 1 file changed, 65 insertions(+), 72 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index 5cf3374..b209dff 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -1,207 +1,200 @@
-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# wexaw, 2013
 msgid 
 msgstr 
-Project-Id-Version: XFCE\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-23 17:18+0200\n
-PO-Revision-Date: \n
-Last-Translator: Utku Aydın utkuaydi...@gmail.com\n
-Language-Team: XFCE Türkiye\n
-Language: \n
+POT-Creation-Date: 2013-07-03 20:48+0200\n
+PO-Revision-Date: 2013-08-03 08:37+\n
+Last-Translator: wexaw\n
+Language-Team: Turkish 
(http://www.transifex.com/projects/p/xfce/language/tr/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-X-Poedit-Language: Turkish\n
-X-Poedit-SourceCharset: utf-8\n
-X-Poedit-Country: TURKEY\n
+Language: tr\n
+Plural-Forms: nplurals=2; plural=(n  1);\n
 
-#: ../panel-plugin/battery.c:551
+#: ../panel-plugin/battery.c:536
 msgid (No battery, AC on-line)
 msgstr Fişe takılı
 
-#: ../panel-plugin/battery.c:553
+#: ../panel-plugin/battery.c:538
 msgid (Charging from AC)
 msgstr (Fişten şarj ediyor)
 
-#: ../panel-plugin/battery.c:553
+#: ../panel-plugin/battery.c:538
 msgid (AC on-line)
 msgstr Fişe takılı
 
-#: ../panel-plugin/battery.c:563
+#: ../panel-plugin/battery.c:548
 #, c-format
 msgid %d%% (%02d:%02d) remaining
 msgstr %d%% (%02d:%02d) kaldı
 
-#: ../panel-plugin/battery.c:565
+#: ../panel-plugin/battery.c:550
 #, c-format
 msgid %02d:%02d remaining
 msgstr %02d:%02d kaldı
 
-#: ../panel-plugin/battery.c:567
+#: ../panel-plugin/battery.c:552
 #, c-format
 msgid %d%% remaining
 msgstr %d%% kaldı
 
-#: ../panel-plugin/battery.c:569
+#: ../panel-plugin/battery.c:554
 #, c-format
 msgid AC off-line
 msgstr Fişe takılı değil
 
-#: ../panel-plugin/battery.c:637
+#: ../panel-plugin/battery.c:624
 msgid 
 WARNING: Your battery has reached critical status. You should plug in or 
 shutdown your computer now to avoid possible data loss.
-msgstr 
-UYARI: Piliniz çok az. Bilgisayarınızı hemen fişe takın veya kapatın yoksa 
-veri kaybı yaşayabilirsiniz.
+msgstr UYARI: Piliniz çok az. Bilgisayarınızı hemen fişe takın veya kapatın 
yoksa veri kaybı yaşayabilirsiniz.
 
-#: ../panel-plugin/battery.c:655
+#: ../panel-plugin/battery.c:642
 msgid 
 WARNING: Your battery is running low. You should consider plugging in or 
 shutting down your computer soon to avoid possible data loss.
-msgstr 
-UYARI: Piliniz bitmek üzere. Bilgisayarınızı en kısa sürede fişe takın ya da 
-kapatın, aksi takdirde veri kaybı yaşayabilirsiniz.
+msgstr UYARI: Piliniz bitmek üzere. Bilgisayarınızı en kısa sürede fişe takın 
ya da kapatın, aksi takdirde veri kaybı yaşayabilirsiniz.
 
-#: ../panel-plugin/battery.c:709
+#: ../panel-plugin/battery.c:678
 msgid Battery
 msgstr Pil
 
-#: ../panel-plugin/battery.c:1285
+#: ../panel-plugin/battery.c:1207
 msgid Select file
 msgstr Dosya seç
 
-#: ../panel-plugin/battery.c:1326
+#: ../panel-plugin/battery.c:1248
 msgid Select command
 msgstr Komut seç
 
-#: ../panel-plugin/battery.c:1341
-#, fuzzy
+#: ../panel-plugin/battery.c:1263
 msgid Select color
-msgstr Dosya seç
+msgstr Renk seç
 
-#: ../panel-plugin/battery.c:1383
+#: ../panel-plugin/battery.c:1305
 #, c-format
 msgid Unable to open the following url: %s
 msgstr Belirtilen URL açılamadı: %s
 
-#: ../panel-plugin/battery.c:1408 ../panel-plugin/battery.desktop.in.h:1
+#: ../panel-plugin/battery.c:1330 ../panel-plugin/battery.desktop.in.h:1
 msgid Battery Monitor
 msgstr Pil Gözlemcisi
 
-#: ../panel-plugin/battery.c:1415
+#: ../panel-plugin/battery.c:1337
 msgid Properties
 msgstr 
 
-#: ../panel-plugin/battery.c:1441
+#: ../panel-plugin/battery.c:1363
 msgid On AC:
 msgstr 
 
-#: ../panel-plugin/battery.c:1458
-#, fuzzy
+#: ../panel-plugin/battery.c:1380
 msgid Battery high:
-msgstr Pil
+msgstr 
 
-#: ../panel-plugin/battery.c:1475
-#, fuzzy
+#: ../panel-plugin/battery.c:1397
 msgid Battery low:
-msgstr Pil
+msgstr Düşük pil:
 
-#: ../panel-plugin/battery.c:1492
-#, fuzzy
+#: ../panel-plugin/battery.c:1414
 msgid Battery critical:
-msgstr Pil Gözlemcisi
+msgstr 
 
-#: ../panel-plugin/battery.c:1506
+#: ../panel-plugin/battery.c:1428
 msgid Bar _colors
 msgstr 
 
-#: ../panel-plugin/battery.c:1520
+#: 

[Xfce4-commits] xfmedia-remote-plugin:master I18n: Add new translation he (100%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to d87a3df6b8eb21ee4bd308b7f77259f53430323d (commit)
   from 4f7e327fdd0d94c98cd49aede1c347667610f841 (commit)

commit d87a3df6b8eb21ee4bd308b7f77259f53430323d
Author: Yaron Shahrabani sh.ya...@gmail.com
Date:   Sat Aug 3 12:32:21 2013 +0200

I18n: Add new translation he (100%).

27 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/{en_AU.po = he.po} |   64 
 1 file changed, 32 insertions(+), 32 deletions(-)

diff --git a/po/en_AU.po b/po/he.po
similarity index 70%
copy from po/en_AU.po
copy to po/he.po
index dd74212..5c8ca64 100644
--- a/po/en_AU.po
+++ b/po/he.po
@@ -3,115 +3,115 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# k3lt01 keltoi...@gmail.com, 2013
+# Yaron Shahrabani sh.ya...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2008-05-14 17:32-0400\n
-PO-Revision-Date: 2013-07-29 09:50+\n
-Last-Translator: k3lt01 keltoi...@gmail.com\n
-Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
+PO-Revision-Date: 2013-08-03 09:19+\n
+Last-Translator: Yaron Shahrabani sh.ya...@gmail.com\n
+Language-Team: Hebrew 
(http://www.transifex.com/projects/p/xfce/language/he/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: en_AU\n
+Language: he\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/xfmedia-remote-plugin.c:245
 msgid Choose playlist to load
-msgstr Choose playlist to load
+msgstr בחירת רשימת השמעה לטעינה
 
 #: ../panel-plugin/xfmedia-remote-plugin.c:280
 msgid Save playlist
-msgstr Save playlist
+msgstr שמירת רשימת ההשמעה
 
 #: ../panel-plugin/xfmedia-remote-plugin.c:301
 msgid Failed to save playlist
-msgstr Failed to save playlist
+msgstr שמירת רשימת ההשמעה נכשלה
 
 #: ../panel-plugin/xfmedia-remote-plugin.c:370
 msgid Please wait until the previous add operation completes.
-msgstr Please wait until the previous add operation completes.
+msgstr נא להמתין עד לסיום ביצוע הפעולות האחרונות.
 
 #: ../panel-plugin/xfmedia-remote-plugin.c:374
 msgid Add track(s) to playlist
-msgstr Add track(s) to playlist
+msgstr הוספת רצועות לרשימת ההשמעה
 
 #. Play
 #: ../panel-plugin/xfmedia-remote-plugin.c:509
 #: ../panel-plugin/xfmedia-remote-plugin.c:601
 msgid _Play
-msgstr _Play
+msgstr _נגינה
 
 #. Remove
 #: ../panel-plugin/xfmedia-remote-plugin.c:521
 msgid _Remove
-msgstr _Remove
+msgstr ה_סרה
 
 #: ../panel-plugin/xfmedia-remote-plugin.c:569
 #, c-format
 msgid Failed to execute xfmedia: %s
-msgstr Failed to execute xfmedia: %s
+msgstr הפעלת xfmedia נכשלה: %s
 
 #. Prev
 #: ../panel-plugin/xfmedia-remote-plugin.c:590
 msgid P_rev
-msgstr P_rev
+msgstr ה_קודם
 
 #. Pause
 #: ../panel-plugin/xfmedia-remote-plugin.c:612
 msgid P_ause
-msgstr P_ause
+msgstr ה_שהיה
 
 #. Stop
 #: ../panel-plugin/xfmedia-remote-plugin.c:623
 msgid _Stop
-msgstr _Stop
+msgstr _עצירה
 
 #. Next
 #: ../panel-plugin/xfmedia-remote-plugin.c:634
 msgid _Next
-msgstr _Next
+msgstr ה_בא
 
 #. Playlist
 #: ../panel-plugin/xfmedia-remote-plugin.c:651
 msgid P_laylist
-msgstr P_laylist
+msgstr _רשימת השמעה
 
 #: ../panel-plugin/xfmedia-remote-plugin.c:672
 msgid Playlist
-msgstr Playlist
+msgstr רשימת השמעה
 
 #. Load Playlist
 #: ../panel-plugin/xfmedia-remote-plugin.c:679
 msgid _Load...
-msgstr _Load...
+msgstr _טעינה…
 
 #. Save Playlist
 #: ../panel-plugin/xfmedia-remote-plugin.c:690
 msgid _Save...
-msgstr _Save...
+msgstr _שמירה…
 
 #. Clear Playlist
 #: ../panel-plugin/xfmedia-remote-plugin.c:701
 msgid _Clear
-msgstr _Clear
+msgstr _פינוי
 
 #. Add Track
 #: ../panel-plugin/xfmedia-remote-plugin.c:712
 msgid _Add track(s)...
-msgstr _Add track(s)...
+msgstr הוספת _רצועות…
 
 #. Quit
 #: ../panel-plugin/xfmedia-remote-plugin.c:729
 msgid _Quit
-msgstr _Quit
+msgstr י_ציאה
 
 #. Start Xfmedia
 #: ../panel-plugin/xfmedia-remote-plugin.c:800
 msgid Start _Xfmedia
-msgstr Start _Xfmedia
+msgstr ה_פעלת Xfmedia
 
 #. Header
 #: ../panel-plugin/xfmedia-remote-plugin.c:817
@@ -119,29 +119,29 @@ msgstr Start _Xfmedia
 #: ../panel-plugin/xfmedia-remote-plugin.c:1292
 #: ../panel-plugin/xfmedia-remote.desktop.in.in.h:2
 msgid Xfmedia Remote
-msgstr Xfmedia Remote
+msgstr שלט ל־Xfmedia
 
 #: ../panel-plugin/xfmedia-remote-plugin.c:942
 msgid Stopped
-msgstr Stopped
+msgstr נעצר
 
 #: ../panel-plugin/xfmedia-remote-plugin.c:960
 msgid No Xfmedia instances running
-msgstr No Xfmedia instances running
+msgstr אין מופעים פעילים של Xfmedia
 
 #: ../panel-plugin/xfmedia-remote-plugin.c:1117
 #: ../panel-plugin/xfmedia-remote-plugin.c:1119
 msgid Popup menu
-msgstr Popup menu
+msgstr תפריט קופץ
 
 #: ../panel-plugin/xfmedia-remote-plugin.c:1131
 msgid Show _playlist
-msgstr Show _playlist
+msgstr הצגת _רשימת השמעה
 
 #: 

[Xfce4-commits] xfswitch-plugin:master I18n: Add new translation he (100%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to 5ef03e90f3809c06802676918425548472bb26f3 (commit)
   from 64a85144edc727db7482eeb7cee0611b2197e28b (commit)

commit 5ef03e90f3809c06802676918425548472bb26f3
Author: Yaron Shahrabani sh.ya...@gmail.com
Date:   Sat Aug 3 12:32:24 2013 +0200

I18n: Add new translation he (100%).

3 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/{en_AU.po = he.po} |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/po/en_AU.po b/po/he.po
similarity index 64%
copy from po/en_AU.po
copy to po/he.po
index 627ae97..9573b17 100644
--- a/po/en_AU.po
+++ b/po/he.po
@@ -3,30 +3,30 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# k3lt01 keltoi...@gmail.com, 2013
+# Yaron Shahrabani sh.ya...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2009-02-08 10:26+0100\n
-PO-Revision-Date: 2013-07-29 09:51+\n
-Last-Translator: k3lt01 keltoi...@gmail.com\n
-Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
+PO-Revision-Date: 2013-08-03 09:04+\n
+Last-Translator: Yaron Shahrabani sh.ya...@gmail.com\n
+Language-Team: Hebrew 
(http://www.transifex.com/projects/p/xfce/language/he/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: en_AU\n
+Language: he\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/main.c:141
 msgid Do you really want to switch to another user?
-msgstr Do you really want to switch to another user?
+msgstr האם אכן לעבור למשתמש אחר?
 
 #: ../panel-plugin/main.c:187
 #: ../panel-plugin/xfswitch-plugin.desktop.in.in.h:1
 msgid Switch to another user without closing the current session
-msgstr Switch to another user without closing the current session
+msgstr מעבר למשתמש אחר מבלי לסגור את ההפעלה הנוכחית
 
 #: ../panel-plugin/xfswitch-plugin.desktop.in.in.h:2
 msgid User switching
-msgstr User switching
+msgstr החלפת משתמשים
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] parole:master Fix spacing in parole-plugins-manager.c

2013-08-03 Thread Sean Davis
Updating branch refs/heads/master
 to 473f3d4abc11dfecc03d1a181827967aaca7d3b1 (commit)
   from b740804f795c3cf7d0dc06868f0a9499230324ce (commit)

commit 473f3d4abc11dfecc03d1a181827967aaca7d3b1
Author: Sean Davis smd.seanda...@gmail.com
Date:   Sat Aug 3 07:10:33 2013 -0400

Fix spacing in parole-plugins-manager.c

 src/parole-plugins-manager.c |  583 +-
 1 file changed, 292 insertions(+), 291 deletions(-)

diff --git a/src/parole-plugins-manager.c b/src/parole-plugins-manager.c
index dafceff..7197dcc 100644
--- a/src/parole-plugins-manager.c
+++ b/src/parole-plugins-manager.c
@@ -73,28 +73,28 @@ typedef struct
 
 } PrefData;
 
-void parole_plugins_manager_pref_response_cb   (GtkDialog *dialog,
-gint reponse_id,
-PrefData *pref);
+void parole_plugins_manager_pref_response_cb   (GtkDialog *dialog,
+gint reponse_id,
+PrefData *pref);
 
-void parole_plugins_manager_cell_toggled_cb(GtkCellRendererToggle 
*cell_renderer, 
-gchar *path, 
-PrefData *pref);
+void parole_plugins_manager_cell_toggled_cb(GtkCellRendererToggle 
*cell_renderer, 
+gchar *path, 
+PrefData *pref);
 
-void parole_plugins_manager_tree_cursor_changed_cb (GtkTreeView *view,
-PrefData *pref);
+void parole_plugins_manager_tree_cursor_changed_cb (GtkTreeView *view,
+PrefData *pref);
 
-void parole_plugins_manager_show_configure (GtkButton *button,
-PrefData *pref);
+void parole_plugins_manager_show_configure (GtkButton *button,
+PrefData *pref);
 
-void parole_plugins_manager_show_about (GtkButton *button,
-PrefData *pref);
+void parole_plugins_manager_show_about (GtkButton *button,
+PrefData *pref);
 
-static void parole_plugins_manager_finalize (GObject *object);
-static void parole_plugins_manager_set_property (GObject *object,
-guint prop_id,
-const GValue *value,
-GParamSpec *pspec);
+static void parole_plugins_manager_finalize(GObject *object);
+static void parole_plugins_manager_set_property(GObject *object,
+guint prop_id,
+const GValue *value,
+GParamSpec *pspec);
 
 #define PAROLE_PLUGINS_MANAGER_GET_PRIVATE(o) \
 (G_TYPE_INSTANCE_GET_PRIVATE ((o), PAROLE_TYPE_PLUGINS_MANAGER, 
ParolePluginsManagerPrivate))
@@ -129,29 +129,29 @@ enum
 PROP_LOAD_PLUGIN
 };
 
-void parole_plugins_manager_pref_response_cb   (GtkDialog *dialog,
-gint reponse_id,
-PrefData *pref)
+void parole_plugins_manager_pref_response_cb   (GtkDialog *dialog,
+gint reponse_id,
+PrefData *pref)
 {
-GtkTreeIter   iter;
-gboolean valid;
+GtkTreeIter iter;
+gbooleanvalid;
 
 for ( valid = gtk_tree_model_get_iter_first (GTK_TREE_MODEL (pref-store), 
iter);
- valid;
- valid = gtk_tree_model_iter_next (GTK_TREE_MODEL (pref-store), 
iter) )
+  valid;
+  valid = gtk_tree_model_iter_next (GTK_TREE_MODEL (pref-store), 
iter) )
 {
-   ParolePluginInfo *info;
-   gtk_tree_model_get (GTK_TREE_MODEL (pref-store),
-   iter,
-   COL_INFO, info,
-   -1);
-   g_free (info-name);
-   g_free (info-authors);
-   g_free (info-website);
-   g_free (info-desc);
-   g_free (info);
+ParolePluginInfo *info;
+gtk_tree_model_get (GTK_TREE_MODEL (pref-store),
+iter,
+COL_INFO, info,
+-1);
+g_free (info-name);
+g_free (info-authors);
+g_free (info-website);
+g_free (info-desc);
+g_free (info);
 }
-
+
 gtk_widget_destroy (GTK_WIDGET (dialog));
 g_free (pref);
 }
@@ -159,7 +159,7 @@ 

[Xfce4-commits] parole:master Update copyrights

2013-08-03 Thread Sean Davis
Updating branch refs/heads/master
 to 788abbf3dba1418a614c6a503548289bee765645 (commit)
   from 473f3d4abc11dfecc03d1a181827967aaca7d3b1 (commit)

commit 788abbf3dba1418a614c6a503548289bee765645
Author: Sean Davis smd.seanda...@gmail.com
Date:   Sat Aug 3 09:35:33 2013 -0400

Update copyrights

 AUTHORS  |6 +++---
 src/common/parole-common.c   |2 ++
 src/common/parole-common.h   |2 ++
 src/common/parole-rc-utils.c |2 ++
 src/common/parole-rc-utils.h |2 ++
 src/common/parole-screensaver.c  |2 ++
 src/common/parole-screensaver.h  |2 ++
 src/dbus/parole-dbus.c   |2 ++
 src/dbus/parole-dbus.h   |2 ++
 src/gst/parole-gst.c |4 +++-
 src/gst/parole-gst.h |4 +++-
 src/main.c   |2 ++
 src/misc/parole-debug.c  |2 ++
 src/misc/parole-debug.h  |2 ++
 src/misc/parole-file.c   |2 ++
 src/misc/parole-file.h   |2 ++
 src/misc/parole-filters.c|2 ++
 src/misc/parole-filters.h|2 ++
 src/misc/parole-pl-parser.c  |2 ++
 src/misc/parole-pl-parser.h  |2 ++
 src/misc/parole-provider-player.c|4 +++-
 src/misc/parole-provider-player.h|4 +++-
 src/misc/parole-provider-plugin.c|2 ++
 src/misc/parole-provider-plugin.h|2 ++
 src/misc/parole-stream.c |4 +++-
 src/misc/parole-stream.h |4 +++-
 src/misc/parole.h.in |2 ++
 src/parole-about.c   |2 ++
 src/parole-about.h   |2 ++
 src/parole-builder.c |2 ++
 src/parole-builder.h |2 ++
 src/parole-button.c  |2 ++
 src/parole-button.h  |2 ++
 src/parole-conf-dialog.c |2 ++
 src/parole-conf-dialog.h |2 ++
 src/parole-conf.c|2 ++
 src/parole-conf.h|2 ++
 src/parole-disc.c|2 ++
 src/parole-disc.h|2 ++
 src/parole-mediachooser.c|2 ++
 src/parole-mediachooser.h|2 ++
 src/parole-medialist.c   |2 ++
 src/parole-medialist.h   |2 ++
 src/parole-module.c  |2 ++
 src/parole-module.h  |2 ++
 src/parole-open-location.c   |2 ++
 src/parole-open-location.h   |2 ++
 src/parole-player.c  |2 ++
 src/parole-player.h  |2 ++
 src/parole-plugin-player.c   |2 ++
 src/parole-plugin-player.h   |2 ++
 src/parole-plugins-manager.c |2 ++
 src/parole-plugins-manager.h |2 ++
 src/parole-utils.c   |2 ++
 src/parole-utils.h   |2 ++
 src/parole-vis.c |2 ++
 src/parole-vis.h |2 ++
 src/plugins/notify/notify-plugin.c   |2 +-
 src/plugins/notify/notify-provider.c |2 +-
 src/plugins/notify/notify-provider.h |2 +-
 60 files changed, 124 insertions(+), 12 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 956d3ec..226d843 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,3 @@
-Ali Abdallah al...@xfce.org
-Sean Davis bluesa...@xfce.org
-Simon Steinbeiss si...@xfce.org
+Copyright (C) 2009-2011 Ali Abdallah al...@xfce.org
+Copyright (C) 2012-2013 Sean Davis bluesa...@xfce.org
+Copyright (C) 2012-2013 Simon Steinbeiss och...@xfce.org
diff --git a/src/common/parole-common.c b/src/common/parole-common.c
index 358fc00..a405c5a 100644
--- a/src/common/parole-common.c
+++ b/src/common/parole-common.c
@@ -1,5 +1,7 @@
 /*
  * * Copyright (C) 2009-2011 Ali al...@xfce.org
+ * * Copyright (C) 2012-2013 Sean Davis smd.seanda...@gmail.com
+ * * Copyright (C) 2012-2013 Simon Steinbeiß och...@xfce.org
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/common/parole-common.h b/src/common/parole-common.h
index 1deabb8..fba48af 100644
--- a/src/common/parole-common.h
+++ b/src/common/parole-common.h
@@ -1,5 +1,7 @@
 /*
  * * Copyright (C) 2009-2011 Ali al...@xfce.org
+ * * Copyright (C) 2012-2013 Sean Davis smd.seanda...@gmail.com
+ * * Copyright (C) 2012-2013 Simon Steinbeiß och...@xfce.org
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/common/parole-rc-utils.c b/src/common/parole-rc-utils.c
index 3a17521..8797d84 100644
--- a/src/common/parole-rc-utils.c
+++ b/src/common/parole-rc-utils.c
@@ -1,5 +1,7 @@
 /*
  * * Copyright (C) 2009-2011 Ali al...@xfce.org
+ * * Copyright (C) 2012-2013 Sean Davis smd.seanda...@gmail.com
+ * * Copyright (C) 2012-2013 Simon Steinbeiß och...@xfce.org
  *
  * Licensed under the GNU General Public License Version 2
  *
diff --git a/src/common/parole-rc-utils.h b/src/common/parole-rc-utils.h

[Xfce4-commits] xfce4-mpc-plugin:master I18n: Update translation fr (100%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to b91b42dea4e76ce4b27f2633a6a55bb433ebe2f9 (commit)
   from ae69450fc9070e8ece6ce4080c9d100eaed0aa45 (commit)

commit b91b42dea4e76ce4b27f2633a6a55bb433ebe2f9
Author: jc1 jc1.quebe...@gmail.com
Date:   Sat Aug 3 18:31:45 2013 +0200

I18n: Update translation fr (100%).

24 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/fr.po |   98 +-
 1 file changed, 45 insertions(+), 53 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 0b155b2..9ff9589 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,128 +1,120 @@
 # 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@ADDRESS, YEAR.
 # 
+# Translators:
+# jc1 jc1.quebe...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-mpc-plugin 0.1.0\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-02-15 10:14+0100\n
-PO-Revision-Date: 2006-09-19 20:38+0100\n
-Last-Translator: Gerald Barre g.ba...@free.fr\n
-Language-Team: French xfce-i...@xfce.org\n
+POT-Creation-Date: 2013-07-03 21:07+0200\n
+PO-Revision-Date: 2013-08-03 15:08+\n
+Last-Translator: jc1 jc1.quebe...@gmail.com\n
+Language-Team: French 
(http://www.transifex.com/projects/p/xfce/language/fr/)\n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=utf-8\n
+Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Language: fr\n
-Plural-Forms: nplurals=1; plural=0;\n
-X-Poedit-Language: French\n
+Plural-Forms: nplurals=2; plural=(n  1);\n
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:128
-#: ../panel-plugin/xfce4-mpc-plugin.c:204
-#: ../panel-plugin/xfce4-mpc-plugin.c:749
+#: ../panel-plugin/xfce4-mpc-plugin.c:137
+#: ../panel-plugin/xfce4-mpc-plugin.c:213
+#: ../panel-plugin/xfce4-mpc-plugin.c:758
 msgid Launch
 msgstr Lancer
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:261
+#: ../panel-plugin/xfce4-mpc-plugin.c:270
 msgid Mpd Client Plugin
-msgstr Greffon de client mpd
+msgstr Greffon du client mpd
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:267
+#: ../panel-plugin/xfce4-mpc-plugin.c:276
 msgid Properties
 msgstr Propriétés
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:280
+#: ../panel-plugin/xfce4-mpc-plugin.c:289
 msgid Host : 
 msgstr Hôte :
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:281
+#: ../panel-plugin/xfce4-mpc-plugin.c:290
 msgid Port : 
 msgstr Port :
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:282
+#: ../panel-plugin/xfce4-mpc-plugin.c:291
 msgid Password : 
 msgstr Mot de passe :
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:283
+#: ../panel-plugin/xfce4-mpc-plugin.c:292
 msgid MPD Client : 
 msgstr Client MPD :
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:284
+#: ../panel-plugin/xfce4-mpc-plugin.c:293
 msgid Tooltip Format : 
 msgstr Format de l'info-bulle :
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:285
+#: ../panel-plugin/xfce4-mpc-plugin.c:294
 msgid Playlist Format : 
 msgstr Format de la liste de lecture :
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:319
+#: ../panel-plugin/xfce4-mpc-plugin.c:328
 msgid Hostname or IP address
 msgstr Nom d'hôte ou adresse IP
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:320
+#: ../panel-plugin/xfce4-mpc-plugin.c:329
 msgid Graphical MPD Client to launch in plugin context menu
-msgstr Client MPD grahique à lancer dans le menu contextuel du plug-in
+msgstr Client MPD grahique à lancer dans le menu contextuel du greffon
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:321
+#: ../panel-plugin/xfce4-mpc-plugin.c:330
 msgid Variables : %artist%, %album%, %track% and %title%
 msgstr Variables : %artist%, %album%, %track% and %title%
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:322
+#: ../panel-plugin/xfce4-mpc-plugin.c:331
 msgid 
-Variables : %vol%, %status%, %newline%, %artist%, %album%, %track% and %title
-%
-msgstr 
-Variables : %vol%, %status%, %newline%, %artist%, %album%, %track% and %title
-%
+Variables : %vol%, %status%, %newline%, %artist%, %album%, %track% and 
+%title%
+msgstr Variables : %vol%, %status%, %newline%, %artist%, %album%, %track% and 
%title%
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:327
+#: ../panel-plugin/xfce4-mpc-plugin.c:336
 msgid Show _frame
 msgstr Afficher le _cadre
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:449
-#: ../panel-plugin/xfce4-mpc-plugin.c:680
+#: ../panel-plugin/xfce4-mpc-plugin.c:458
+#: ../panel-plugin/xfce4-mpc-plugin.c:689
 msgid  not connected ?
 msgstr ... non connecté ?
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:533
+#: ../panel-plugin/xfce4-mpc-plugin.c:542
 msgid Mpd playlist
 msgstr Liste de lecture Mpd
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:745
+#: ../panel-plugin/xfce4-mpc-plugin.c:754
 msgid Random
 msgstr Aléatoire
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:747
+#: ../panel-plugin/xfce4-mpc-plugin.c:756
 msgid Repeat
-msgstr Répétition
+msgstr Répéter
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:752
+#: 

[Xfce4-commits] xfce4-netload-plugin:master I18n: Update translation fr (100%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to fe06e329d8503f0d1cb8f1d4d41d74c276709f40 (commit)
   from 67ed44ee42ad7172c2e71eb61182c420b192 (commit)

commit fe06e329d8503f0d1cb8f1d4d41d74c276709f40
Author: jc1 jc1.quebe...@gmail.com
Date:   Sat Aug 3 18:31:47 2013 +0200

I18n: Update translation fr (100%).

30 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/fr.po |   53 ++---
 1 file changed, 18 insertions(+), 35 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index ebb0968..280cdf0 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,21 +1,24 @@
-# French translation of the xfce4-netload-plugin package.
-# Copyright (C) 2003-2006 Bernhard Walle.
-# This file is distributed under the same license as the xfce4-netload-plugin 
package.
-# Stephane Roy s...@j2n.net, 2005.
-# Maximilian Schleiss maximil...@xfce.org, 2007.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
 # 
+# Translators:
+# jc1 jc1.quebe...@gmail.com, 2013
+# Maximilian Schleiss maximil...@xfce.org, 2007
+# Stephane Roy s...@j2n.net, 2005
 msgid 
 msgstr 
-Project-Id-Version: xfce4-netload-plugin 0.2.4\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-02-25 07:21+\n
-PO-Revision-Date: 2007-01-05 10:34+0100\n
-Last-Translator: Maximilian Schleiss maximil...@xfce.org\n
-Language-Team: French xfce-i...@xfce.org\n
+POT-Creation-Date: 2013-07-03 21:08+0200\n
+PO-Revision-Date: 2013-08-03 15:13+\n
+Last-Translator: jc1 jc1.quebe...@gmail.com\n
+Language-Team: French 
(http://www.transifex.com/projects/p/xfce/language/fr/)\n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=utf-8\n
+Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Language: fr\n
+Plural-Forms: nplurals=2; plural=(n  1);\n
 
 #: ../panel-plugin/netload.c:61
 msgid Xfce4-Netload-Plugin
@@ -27,7 +30,7 @@ msgstr Erreur inconnue.
 
 #: ../panel-plugin/netload.c:65
 msgid Linux proc device '/proc/net/dev' not found.
-msgstr Fichier '/proc/net/dev' non trouvé.
+msgstr Périphérique Linux proc '/proc/net/dev' non trouvé.
 
 #: ../panel-plugin/netload.c:66
 msgid Interface was not found.
@@ -47,13 +50,7 @@ msgid 
 Incoming: %s\n
 Outgoing: %s\n
 Total: %s
-msgstr 
- %s  (%s)\n
-Moyenne des %d dernières mesures\n
-avec un intervalle de %.2fs :\n
-Entrant : %s/s\n
-Sortant : %s/s\n
-Total : %s/s
+msgstr  %s  (%s)\nMoyenne des %d dernières mesures\navec un intervalle de 
%.2fs :\nEntrant : %s/s\nSortant : %s/s\nTotal : %s/s
 
 #: ../panel-plugin/netload.c:253
 msgid no IP address
@@ -64,9 +61,7 @@ msgstr pas d'adresse IP
 msgid 
 %s: Error in initializing:\n
 %s
-msgstr 
-%s : Erreur durant l'initialisation :\n
-%s
+msgstr %s : Erreur durant l'initialisation :\n%s
 
 #: ../panel-plugin/netload.c:882
 msgid Select color
@@ -118,7 +113,7 @@ msgstr Kio/s
 
 #: ../panel-plugin/netload.c:1131
 msgid _Present data as:
-msgstr P_résenter les données :
+msgstr P_résenter les données comme :
 
 #: ../panel-plugin/netload.c:1140
 msgid Bars
@@ -155,15 +150,3 @@ msgstr Mio
 #: ../panel-plugin/utils.c:78
 msgid GiB
 msgstr Gio
-
-#~ msgid %s
-#~ msgstr %s
-
-#~ msgid kByte/s
-#~ msgstr kOctet/s
-
-#~ msgid Edit Properties
-#~ msgstr Éditer les propriétés
-
-#~ msgid Netload
-#~ msgstr Moniteur réseau
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] parole:master I18n: Update translation tr (87%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to b4b777614d429c59d1fa5b5c4b6d8dfa6872965f (commit)
   from 788abbf3dba1418a614c6a503548289bee765645 (commit)

commit b4b777614d429c59d1fa5b5c4b6d8dfa6872965f
Author: Anonymous nore...@xfce.org
Date:   Sat Aug 3 18:30:59 2013 +0200

I18n: Update translation tr (87%).

195 translated messages, 29 untranslated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/tr.po |  766 ++
 1 file changed, 324 insertions(+), 442 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index bc981e0..095139c 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -1,181 +1,182 @@
-# Samed Beyribey ras...@eventualis.org
-# Osman Karagöz osma...@gmail.com
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# wexaw, 2013
 msgid 
 msgstr 
-Project-Id-Version: Parole Media Player Turkish Translation\n
+Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-02-11 09:27+\n
-PO-Revision-Date: \n
-Last-Translator: Murat PINAR muratpi...@archlinux.org.tr\n
-Language-Team: Xfce-TR xfce...@googlegroups.com\n
+POT-Creation-Date: 2013-07-03 20:28+0200\n
+PO-Revision-Date: 2013-08-03 10:44+\n
+Last-Translator: wexaw\n
+Language-Team: Turkish 
(http://www.transifex.com/projects/p/xfce/language/tr/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: \n
+Language: tr\n
+Plural-Forms: nplurals=2; plural=(n  1);\n
 
-#: ../data/interfaces/parole.ui.h:1
-msgid 16:9 (Widescreen)
-msgstr 16:9 (Geniş Ekran)
+#: ../data/interfaces/parole.ui.h:1 ../data/desktop/parole.desktop.in.in.h:1
+#: ../src/parole-about.c:68
+msgid Parole Media Player
+msgstr Parole Ortam Oynatıcısı
 
 #: ../data/interfaces/parole.ui.h:2
-msgid 20:9 (DVB)
-msgstr 20:9 (DVB)
+msgid _Media
+msgstr _Ortam
 
 #: ../data/interfaces/parole.ui.h:3
-msgid 4:3 (TV)
-msgstr 4:3 (TV)
+msgid Open _Location
+msgstr 
 
 #: ../data/interfaces/parole.ui.h:4
-msgid 
-bigspan color='#BB'iby/i/span span color='#F4F4F4'Unknown 
-Artist/span/big
-msgstr bigspan color='#BB'iby/i/span span 
color='#F4F4F4'Bilinmeyen sanatçı/span/big
+msgid Open Recent
+msgstr 
 
-#: ../data/interfaces/parole.ui.h:5
-msgid 
-bigspan color='#BB'ion/i/span span color='#F4F4F4'Unknown 
-Album/span/big
-msgstr bigspan color='#BB'ion/i/span span 
color='#F4F4F4'Bilinmeyen Albüm/span/big
+#: ../data/interfaces/parole.ui.h:5 ../src/parole-disc.c:110
+#: ../src/parole-disc.c:156
+msgid Insert Disc
+msgstr Disk Yerleştirin
 
 #: ../data/interfaces/parole.ui.h:6
-msgid span color='#F4F4F4'bbigUnknown Song/big/b/span
-msgstr span color='#F4F4F4'bbigBilinmeyen Şarkı/big/b/span
+msgid _Edit
+msgstr _Düzen
 
-#: ../data/interfaces/parole.ui.h:7 ../src/misc/parole-filters.c:64
-msgid Audio
-msgstr Ses
+#: ../data/interfaces/parole.ui.h:7
+msgid _Repeat
+msgstr _Tekrarla
 
 #: ../data/interfaces/parole.ui.h:8
-msgid Audio Track:
-msgstr Ses izi:
+msgid _Shuffle
+msgstr _Rastgele
 
 #: ../data/interfaces/parole.ui.h:9
-msgid Auto
-msgstr Otomatik
+msgid Plugins
+msgstr Eklentiler
+
+#: ../data/interfaces/parole.ui.h:10
+msgid _View
+msgstr _Görünüm
 
 #: ../data/interfaces/parole.ui.h:11
-#, no-c-format
-msgid Buffering (0%)
-msgstr Önbelleğe alınıyor (%0)
+msgid _Aspect Ratio
+msgstr _Görüntü Oranı
 
-#: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:740
-msgid Empty
-msgstr Boş
+#: ../data/interfaces/parole.ui.h:12
+msgid None
+msgstr Hiç
 
 #: ../data/interfaces/parole.ui.h:13
-msgid Fullscreen
-msgstr Tam ekran
+msgid Auto
+msgstr Otomatik
 
-#: ../data/interfaces/parole.ui.h:14 ../src/parole-disc.c:110
-#: ../src/parole-disc.c:156
-msgid Insert Disc
-msgstr Disk Yerleştirin
+#: ../data/interfaces/parole.ui.h:14
+msgid Square
+msgstr Kare
 
 #: ../data/interfaces/parole.ui.h:15
-msgid Languages
-msgstr Diller
+msgid 4:3 (TV)
+msgstr 4:3 (TV)
 
 #: ../data/interfaces/parole.ui.h:16
-msgid Media player
-msgstr Ortam oynatıcı
+msgid 16:9 (Widescreen)
+msgstr 16:9 (Geniş Ekran)
 
 #: ../data/interfaces/parole.ui.h:17
-msgid Next
-msgstr 
+msgid 20:9 (DVB)
+msgstr 20:9 (DVB)
 
 #: ../data/interfaces/parole.ui.h:18
-msgid None
-msgstr Hiç
+msgid Subtitles
+msgstr Altyazılar
 
 #: ../data/interfaces/parole.ui.h:19
-#, fuzzy
-msgid Open Recent
-msgstr Son oynatılanları aç
+msgid Select Text Subtitles...
+msgstr Altyazıları seç...
 
 #: ../data/interfaces/parole.ui.h:20
-#, fuzzy
-msgid Open _Location
-msgstr _Konum aç
+msgid Show _playlist
+msgstr Oynatma _listesini göster
 
-#: ../data/interfaces/parole.ui.h:21 ../src/parole-about.c:68
-msgid Parole Media Player
-msgstr Parole Ortam Oynatıcısı
+#: ../data/interfaces/parole.ui.h:21 ../src/misc/parole-filters.c:64
+msgid Audio
+msgstr Ses
 
-#: ../data/interfaces/parole.ui.h:22 ../src/parole-player.c:1398
-#: 

[Xfce4-commits] xfce4-radio-plugin:master I18n: Update translation fr (100%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to 26ed3ea1eac6c248c5ec8775afbe876d6796193a (commit)
   from 243824a8ed5686b93845b60c1b3e25e368d3de10 (commit)

commit 26ed3ea1eac6c248c5ec8775afbe876d6796193a
Author: jc1 jc1.quebe...@gmail.com
Date:   Sat Aug 3 18:31:53 2013 +0200

I18n: Update translation fr (100%).

34 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/fr.po |   90 +++---
 1 file changed, 21 insertions(+), 69 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index f31ecd1..80d1963 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,20 +1,23 @@
-# French translations for the xfce-radio-plugin
-# Copyright (C) 2006 Stefan Ott
-# This file is distributed under the same license as the xfce4-radio-plugin
-# Maximilian Schleiss maximil...@xfce.org, 2006.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
 # 
+# Translators:
+# jc1 jc1.quebe...@gmail.com, 2013
+# Maximilian Schleiss maximil...@xfce.org, 2006
 msgid 
 msgstr 
-Project-Id-Version: xfce4-radio-plugin v0.2.0\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2011-05-21 03:11+0200\n
-PO-Revision-Date: 2006-07-28 13:43+0100\n
-Last-Translator: Maximilian Schleiss maximil...@xfce.org\n
-Language-Team: French xfce-i...@xfce.org\n
+PO-Revision-Date: 2013-08-03 15:38+\n
+Last-Translator: jc1 jc1.quebe...@gmail.com\n
+Language-Team: French 
(http://www.transifex.com/projects/p/xfce/language/fr/)\n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=utf-8\n
+Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Language: fr\n
+Plural-Forms: nplurals=2; plural=(n  1);\n
 
 #: ../panel-plugin/radio.desktop.in.in.h:1
 msgid Radio Plugin
@@ -22,17 +25,17 @@ msgstr Greffon Radio
 
 #: ../panel-plugin/radio.desktop.in.in.h:2
 msgid V4l radio plugin
-msgstr Greffon de radio V4l
+msgstr Greffon radio V4l
 
 #: ../panel-plugin/xfce4-radio.c:191
 #, c-format
 msgid Tuned to station %s
-msgstr Syntonisé sur la station %s
+msgstr Réglé sur la station %s
 
 #: ../panel-plugin/xfce4-radio.c:196
 #, c-format
 msgid Tuned to %s MHz
-msgstr Syntonisé à %s MHz
+msgstr Réglé sur %s MHz
 
 #: ../panel-plugin/xfce4-radio.c:241
 msgid - off -
@@ -48,7 +51,7 @@ msgstr Erreur à l'ouverture du périphérique radio
 
 #: ../panel-plugin/xfce4-radio.c:416
 msgid Tune radio
-msgstr Régler une station
+msgstr Régler sur une station
 
 #: ../panel-plugin/xfce4-radio.c:422
 msgid Frequency [MHz]:
@@ -69,7 +72,7 @@ msgstr Régler une fréquence
 
 #: ../panel-plugin/xfce4-radio.c:868
 msgid unnamed
-msgstr anonyme
+msgstr sans nom
 
 #: ../panel-plugin/xfce4-radio.c:1001
 msgid Select command
@@ -81,7 +84,7 @@ msgstr Radio
 
 #: ../panel-plugin/xfce4-radio.c:1067
 msgid Configure the radio plugin
-msgstr Configurer le plugin Radio
+msgstr Configurer le greffon radio
 
 #: ../panel-plugin/xfce4-radio.c:1161
 msgid User interface
@@ -106,7 +109,7 @@ msgstr Afficher l'indicateur de puissance du signal
 
 #: ../panel-plugin/xfce4-radio.c:1207
 msgid Use graphics instead of text labels and progress bars
-msgstr Utiliser des graphiques au lieu d'étiquettes et des barres de 
progression
+msgstr Utiliser des graphiques au lieu d'étiquettes textuelles et des barres 
de progression
 
 #. - Current station
 #: ../panel-plugin/xfce4-radio.c:1212
@@ -140,7 +143,7 @@ msgstr Préréglage de station
 
 #: ../panel-plugin/xfce4-radio.c:1298
 msgid Radio device:
-msgstr Périphérique radio
+msgstr Périphérique radio :
 
 #: ../panel-plugin/xfce4-radio.c:1312
 msgid Synchronize state with the card
@@ -151,10 +154,7 @@ msgid 
 This watches your radio card for changes done by other\n
 applications. Note that this may cause issues with some\n
 tuner cards.
-msgstr 
-Observe les modifications faites par d'autres applications\n
-sur votre carte tuner radio. Cela peut causer quelques\n
-désagréments selon le type de carte.
+msgstr Ceci surveille votre carte radio pour modifications faites par 
d'autres\napplications. Notez que cela peut causer des problèmes avec 
certains\ntypes de carte.
 
 #: ../panel-plugin/xfce4-radio.c:1351
 msgid Command to run after startup
@@ -163,51 +163,3 @@ msgstr Commande à exécuter lors du démarrage du système
 #: ../panel-plugin/xfce4-radio.c:1385
 msgid Command to run after shutdown
 msgstr Commande à exécuter lors de l'arrêt du système
-
-#~ msgid Properties
-#~ msgstr Propriétés
-
-#~ msgid Options
-#~ msgstr Options
-
-#~ msgid Device
-#~ msgstr Périphérique
-
-#~ msgid yes
-#~ msgstr oui
-
-#~ msgid no
-#~ msgstr non
-
-#~ msgid preset
-#~ msgstr réglage
-
-#~ msgid Show the label
-#~ msgstr Afficher l'étiquette
-
-#~ msgid Show graphics
-#~ msgstr Afficher les graphiques
-
-#~ msgid When radio is running
-#~ msgstr Quand la radio fonctionne
-
-#~ msgid as a bar
-#~ msgstr comme une barre
-
-#~ msgid 

[Xfce4-commits] xfce4-datetime-plugin:master I18n: Update translation fr (100%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to 6ed0f965c28eb7327f79e7a14882009a900c4d67 (commit)
   from 03be28083baaa35a80b7edf096d413cfbc2ad9f9 (commit)

commit 6ed0f965c28eb7327f79e7a14882009a900c4d67
Author: jc1 jc1.quebe...@gmail.com
Date:   Sat Aug 3 18:31:27 2013 +0200

I18n: Update translation fr (100%).

19 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/fr.po |   78 ++
 1 file changed, 32 insertions(+), 46 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 06c4ca0..3fe54a3 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,37 +1,38 @@
-# French translation of the xfce4-datetime-plugin package.
-# Copyright (C) 2006-2007 Remco den Breeje
-# This file is distributed under the same license as the xfce4-datetime-plugin 
package.
-# Maximilian Schleiss maximil...@xfce.org, 2007-2008.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
 # 
+# Translators:
+# jc1 jc1.quebe...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-datetime-plugin\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2009-07-31 13:39-0500\n
-PO-Revision-Date: 2008-11-24 21:34+0100\n
-Last-Translator: Maximilian Schleiss maximil...@xfce.org\n
-Language-Team: French xfce-i...@xfce.org\n
+POT-Creation-Date: 2013-07-03 20:55+0200\n
+PO-Revision-Date: 2013-08-03 15:27+\n
+Last-Translator: jc1 jc1.quebe...@gmail.com\n
+Language-Team: French 
(http://www.transifex.com/projects/p/xfce/language/fr/)\n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=utf-8\n
+Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Language: fr\n
 Plural-Forms: nplurals=2; plural=(n  1);\n
 
-#: ../panel-plugin/datetime.c:82
+#: ../panel-plugin/datetime.c:87
 msgid Invalid format
 msgstr Format incorrect
 
-#: ../panel-plugin/datetime.c:87
+#: ../panel-plugin/datetime.c:92
 msgid Error
 msgstr Erreur
 
 #: ../panel-plugin/datetime-dialog.c:42
 msgid Date, then time
-msgstr Date et heure après
+msgstr Date, puis l'heure
 
 #: ../panel-plugin/datetime-dialog.c:43
 msgid Time, then date
-msgstr Heure et date après
+msgstr Heure, puis la date
 
 #: ../panel-plugin/datetime-dialog.c:44
 msgid Date only
@@ -50,72 +51,57 @@ msgstr Personnalisé...
 msgid Select font
 msgstr Choisir une police
 
-#: ../panel-plugin/datetime-dialog.c:332
+#: ../panel-plugin/datetime-dialog.c:313
 #, c-format
 msgid Unable to open the following url: %s
-msgstr Échec à l'ouverture du lien : %s
+msgstr Impossible d'ouvrir l'URL suivante : %s
 
-#: ../panel-plugin/datetime-dialog.c:371
+#: ../panel-plugin/datetime-dialog.c:352
 msgid Datetime
 msgstr Dateheure
 
 #. * layout frame
 #. 
-#: ../panel-plugin/datetime-dialog.c:391
+#: ../panel-plugin/datetime-dialog.c:372
 msgid Layout
 msgstr Disposition
 
 #. Format label
 #. format label
-#: ../panel-plugin/datetime-dialog.c:405 ../panel-plugin/datetime-dialog.c:467
-#: ../panel-plugin/datetime-dialog.c:570
+#: ../panel-plugin/datetime-dialog.c:386 ../panel-plugin/datetime-dialog.c:446
+#: ../panel-plugin/datetime-dialog.c:547
 msgid Format:
 msgstr Format :
 
 #. * Date frame
 #. 
-#: ../panel-plugin/datetime-dialog.c:425
+#: ../panel-plugin/datetime-dialog.c:406
 msgid Date
 msgstr Date
 
-#: ../panel-plugin/datetime-dialog.c:437
+#: ../panel-plugin/datetime-dialog.c:417
 msgid The date will appear in a tooltip.
-msgstr La date apparaît dans une infobulle.
+msgstr La date apparait dans une info-bulle.
 
 #. font label
-#: ../panel-plugin/datetime-dialog.c:450 ../panel-plugin/datetime-dialog.c:553
+#: ../panel-plugin/datetime-dialog.c:429 ../panel-plugin/datetime-dialog.c:530
 msgid Font:
 msgstr Police :
 
 #. * time frame
 #. 
-#: ../panel-plugin/datetime-dialog.c:528
+#: ../panel-plugin/datetime-dialog.c:507
 msgid Time
 msgstr Heure
 
-#: ../panel-plugin/datetime-dialog.c:540
+#: ../panel-plugin/datetime-dialog.c:518
 msgid The time will appear in a tooltip.
-msgstr L'heure apparaît dans une infobulle.
-
-#: ../panel-plugin/datetime.desktop.in.in.h:1
-msgid Date and Time plugin with a simple calendar
-msgstr Greffon date et heure avec un calendrier simple
+msgstr L'heure apparait dans une info-bulle.
 
-#: ../panel-plugin/datetime.desktop.in.in.h:2
+#: ../panel-plugin/datetime.desktop.in.h:1
 msgid DateTime
 msgstr DateHeure
 
-#~ msgid Datetime properties
-#~ msgstr Propriétés de Datetime
-
-#~ msgid Date:
-#~ msgstr Date :
-
-#~ msgid Calendar
-#~ msgstr Calendrier
-
-#~ msgid 
-#~ The information on which day the calendar week starts is derived from the 
-#~ locale.
-#~ msgstr 
-#~ Le choix de jour de début de semaine est défini par la locale du système.
+#: ../panel-plugin/datetime.desktop.in.h:2
+msgid Date and Time plugin with a simple calendar
+msgstr Greffon date et heure avec un calendrier simple

[Xfce4-commits] xfce4-genmon-plugin:master I18n: Update translation fr (100%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to 5a435f605e44ad6479d8cdbb2ddbbb8a44307f95 (commit)
   from a06f1a759031ad997b4cd4f4e96f562140a59a20 (commit)

commit 5a435f605e44ad6479d8cdbb2ddbbb8a44307f95
Author: jc1 jc1.quebe...@gmail.com
Date:   Sat Aug 3 18:31:36 2013 +0200

I18n: Update translation fr (100%).

19 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/fr.po |   69 --
 1 file changed, 31 insertions(+), 38 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index c1ca2e7..5f643fc 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,27 +1,30 @@
-# French translations for xfce4-genmon-plugin package.
-# Copyright (C) 2006 THE xfce4-genmon-plugin'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the xfce4-genmon-plugin 
package.
-# Julien Devemy jujuc...@gmail.com, 2006.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
 # 
+# Translators:
+# jc1 jc1.quebe...@gmail.com, 2013
+# Julien Devemy jujuc...@gmail.com, 2006
 msgid 
 msgstr 
-Project-Id-Version: xfce4-genmon-plugin 2.0\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-02-02 16:30+\n
-PO-Revision-Date: 2006-08-26 22:36+0100\n
-Last-Translator: Julien Devemy jujuc...@gmail.com\n
-Language-Team: French translation-team...@lists.sourceforge.net\n
+POT-Creation-Date: 2013-07-03 21:01+0200\n
+PO-Revision-Date: 2013-08-03 15:59+\n
+Last-Translator: jc1 jc1.quebe...@gmail.com\n
+Language-Team: French 
(http://www.transifex.com/projects/p/xfce/language/fr/)\n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=utf-8\n
+Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Language: fr\n
+Plural-Forms: nplurals=2; plural=(n  1);\n
 
-#: ../panel-plugin/cmdspawn.c:174
+#: ../panel-plugin/cmdspawn.c:166
 #, c-format
 msgid Error in command \%s\
-msgstr Erreur dans la commande \%s\
+msgstr Erreur dans la commande « %s »
 
-#: ../panel-plugin/cmdspawn.c:177 ../panel-plugin/main.c:104
+#: ../panel-plugin/cmdspawn.c:168 ../panel-plugin/main.c:94
 msgid Xfce Panel
 msgstr Panneau Xfce
 
@@ -31,7 +34,7 @@ msgstr Commande
 
 #: ../panel-plugin/config_gui.c:95
 msgid Input the shell command to spawn, then press Enter
-msgstr Entrer la commande shell et appuyer sur Entrée
+msgstr Entrer la commande shell à reproduire et appuyer sur Entrée
 
 #: ../panel-plugin/config_gui.c:114
 msgid Interval between 2 consecutive spawns
@@ -39,7 +42,7 @@ msgstr Intervalle entre 2 exécutions consécutives
 
 #: ../panel-plugin/config_gui.c:118
 msgid Period (s) 
-msgstr Période (s)
+msgstr Période(s)
 
 #: ../panel-plugin/config_gui.c:126
 msgid Label
@@ -51,7 +54,7 @@ msgstr Cocher pour afficher l'étiquette
 
 #: ../panel-plugin/config_gui.c:140
 msgid Input the plugin label, then press Enter
-msgstr Entrer l'étiquette du plugin et appuyer sur Entrée
+msgstr Entrer l'étiquette du greffon et appuyer sur Entrée
 
 #: ../panel-plugin/config_gui.c:143
 msgid (genmon)
@@ -65,46 +68,36 @@ msgstr Cliquer pour changer la police
 msgid (Default font)
 msgstr (Police par défaut)
 
-#: ../panel-plugin/main.c:103
+#: ../panel-plugin/main.c:93
 #, c-format
 msgid Could not run \%s\
-msgstr Impossible d'exécuter \%s\
+msgstr Impossible d'exécuter « %s »
 
-#: ../panel-plugin/main.c:595
+#: ../panel-plugin/main.c:574
 msgid 
-Cyclically spawns a script/program, captures its output and displays the 
-resulting string in the panel\n
-\n
-(c) 2004 Roger Seguin roger_seg...@msn.com\n
-(c) 2006 Julien Devemy jujuc...@gmail.com
-msgstr 
-%s %s - Moniteur Générique\n
-Exécute cycliquement un script/programme, capture sa sortie et affiche le 
-resultat dans le panneau\n
+Cyclically spawns a script/program, captures its output and displays the 
resulting string in the panel\n
 \n
 (c) 2004 Roger Seguin roger_seg...@msn.com\n
 (c) 2006 Julien Devemy jujuc...@gmail.com
+msgstr %s %s - Moniteur Générique\nExécute cycliquement un script/programme, 
capture sa sortie et affiche le resultat dans le panneau\n\n(c) 2004 Roger 
Seguin roger_seg...@msn.com\n(c) 2006 Julien Devemy jujuc...@gmail.com
 
-#: ../panel-plugin/main.c:599
+#: ../panel-plugin/main.c:578
 #, c-format
 msgid %s %s - Generic Monitor
-msgstr %s %s - Moniteur Générique
+msgstr %s %s - Moniteur générique
 
-#: ../panel-plugin/main.c:613
+#: ../panel-plugin/main.c:592
 msgid Font Selection
 msgstr Sélection de la police
 
-#: ../panel-plugin/main.c:658
+#: ../panel-plugin/main.c:637
 msgid Configuration
 msgstr Configuration
 
-#: ../panel-plugin/main.c:668 ../panel-plugin/genmon.desktop.in.in.h:1
+#: ../panel-plugin/main.c:647 ../panel-plugin/genmon.desktop.in.h:1
 msgid Generic Monitor
-msgstr Moniteur Générique
+msgstr Moniteur générique
 
-#: ../panel-plugin/genmon.desktop.in.in.h:2
+#: ../panel-plugin/genmon.desktop.in.h:2
 msgid 

[Xfce4-commits] xfce4-stopwatch-plugin:master I18n: Update translation fr (100%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to 5f426691d66a2a8a688924c494fe6c189695b330 (commit)
   from ad9c4e84a020ffdaaaffd4a5da294dfcaff0b94d (commit)

commit 5f426691d66a2a8a688924c494fe6c189695b330
Author: jc1 jc1.quebe...@gmail.com
Date:   Sat Aug 3 18:32:01 2013 +0200

I18n: Update translation fr (100%).

2 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/fr.po |   22 --
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 596177c..6f0fde4 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,25 +1,27 @@
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Xavier Devlamynck magicrhe...@ouranos.be, 2010
 # 
-#, fuzzy
+# Translators:
+# jc1 jc1.quebe...@gmail.com, 2013
+# Xavier Devlamynck magicrhe...@ouranos.be, 2010
 msgid 
 msgstr 
-Project-Id-Version: PACKAGE VERSION\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-02-15 18:18+\n
-PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
-Last-Translator: FULL NAME EMAIL@ADDRESS\n
-Language-Team: LANGUAGE l...@li.org\n
+POT-Creation-Date: 2013-07-03 21:19+0200\n
+PO-Revision-Date: 2013-08-03 13:27+\n
+Last-Translator: jc1 jc1.quebe...@gmail.com\n
+Language-Team: French 
(http://www.transifex.com/projects/p/xfce/language/fr/)\n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=CHARSET\n
+Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: \n
+Language: fr\n
+Plural-Forms: nplurals=2; plural=(n  1);\n
 
 #: ../panel-plugin/xfce4-stopwatch-plugin.desktop.in.in.h:1
 msgid Stopwatch
-msgstr chronomètre
+msgstr Chronomètre
 
 #: ../panel-plugin/xfce4-stopwatch-plugin.desktop.in.in.h:2
 msgid Time yourself
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-xkb-plugin:master I18n: Update translation fr (100%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to c5b9b98365c49f541977710dc9ae598867921059 (commit)
   from a88a371c03e69a7c5ab8d99907ca7a1a4a592a05 (commit)

commit c5b9b98365c49f541977710dc9ae598867921059
Author: jc1 jc1.quebe...@gmail.com
Date:   Sat Aug 3 18:32:23 2013 +0200

I18n: Update translation fr (100%).

17 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/fr.po |  117 ++
 1 file changed, 19 insertions(+), 98 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 9b26cfe..4fad767 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,25 +1,27 @@
-# French translation of the xfce4-xkb-plugin package.
-# Copyright (C) 2008 Alexander Iliev sasoil...@mamul.org
-# This file is distributed under the same license as the xfce4-rss-plugin 
package.
-# Maximilian Schleiss maximil...@xfce.org, 2006-2009.
-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# jc1 jc1.quebe...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-xkb-plugin\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-07-27 22:05-0400\n
-PO-Revision-Date: 2010-04-11 12:03+0200\n
-Last-Translator: Maximilian Schleiss maximil...@xfce.org\n
-Language-Team: French xfce-i...@xfce.org\n
-Language: fr\n
+POT-Creation-Date: 2013-07-03 21:34+0200\n
+PO-Revision-Date: 2013-08-03 13:03+\n
+Last-Translator: jc1 jc1.quebe...@gmail.com\n
+Language-Team: French 
(http://www.transifex.com/projects/p/xfce/language/fr/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: fr\n
+Plural-Forms: nplurals=2; plural=(n  1);\n
 
 #: ../panel-plugin/xkb-settings-dialog.c:112
 #: ../panel-plugin/xkb-plugin.desktop.in.in.h:1
 msgid Keyboard Layouts
-msgstr Dispositions de clavier
+msgstr Dispositions du clavier
 
 #. ***
 #: ../panel-plugin/xkb-settings-dialog.c:122
@@ -69,101 +71,20 @@ msgstr par application
 
 #: ../panel-plugin/xkb-settings-dialog.c:185
 msgid Keyboard Layouts Plugin
-msgstr Greffon de disposition de clavier
+msgstr Greffon de disposition du clavier
 
 #: ../panel-plugin/xkb-settings-dialog.c:195
 msgid Allows you to configure and use multiple keyboard layouts.
-msgstr Permet l'utilisation de plusieurs dispositions de clavier.
+msgstr Permet l'utilisation de plusieurs dispositions du clavier.
 
 #: ../panel-plugin/xkb-settings-dialog.c:199
 msgid Other plugins available here
 msgstr Autres greffons disponibles ici
 
-#: ../panel-plugin/xfce4-xkb-plugin.c:125
-#, fuzzy
+#: ../panel-plugin/xfce4-xkb-plugin.c:128
 msgid Keyboard settings
-msgstr Dispositions de clavier
+msgstr Paramètres clavier
 
 #: ../panel-plugin/xkb-plugin.desktop.in.in.h:2
 msgid Keyboard layouts setup and switch plugin
-msgstr Greffon de disposition de clavier
-
-#~ msgid 
-#~ XKB configuration modifications are\n
-#~ disabled from the config file.\n
-#~ \n
-#~ See the README file for more information.
-#~ msgstr 
-#~ Les modifications de la configuration XKB\n
-#~ sont désactivées dans le fichier de configuration.\n
-#~ \n
-#~ Veuillez consulter le fichier README pour\n
-#~ de plus amples informations.
-
-#~ msgid Keyboard model:
-#~ msgstr Type de clavier :
-
-#~ msgid Change layout option:
-#~ msgstr Changer la disposition :
-
-#~ msgid Compose key position:
-#~ msgstr Position de la touche compose :
-
-#~ msgid Keyboard layouts:
-#~ msgstr Dispositions de clavier :
-
-#~ msgid Default
-#~ msgstr Défaut
-
-#~ msgid Layout
-#~ msgstr Disposition
-
-#~ msgid Variant
-#~ msgstr Variante
-
-#~ msgid Add layout
-#~ msgstr Ajouter disposition
-
-#~ msgid 
-#~ Allows you to switch the keyboard layout and\n
-#~ displays the currently selected layout.
-#~ msgstr Permet d'afficher et changer la disposition du clavier
-
-#~ msgid Configure Keyboard Layout Switcher
-#~ msgstr Configurer le changeur de disposition du clavier
-
-#~ msgid _Remember layout for each application
-#~ msgstr _Retenir les dispositions pour chaque application
-
-#~ msgid Button to switch the X keyboard layout
-#~ msgstr Bouton de changement de disposition du clavier X
-
-#~ msgid 
-#~ Displays the current keyboard layout and switches the layout when clicked
-#~ msgstr 
-#~ Affiche la disposition de clavier actuelle et la change par un clic de 
-#~ souris
-
-#~ msgid RSS Aggregator
-#~ msgstr RSS agrégés
-
-#~ msgid RSS Feeds:
-#~ msgstr Flux RSS:
-
-#~ msgid Name
-#~ msgstr Nom
-
-#~ msgid URL
-#~ msgstr URL
-
-#~ msgid Feeds
-#~ msgstr Flux
-
-#~ msgid Refresh all
-#~ msgstr Rafraîchir
-
-#~ msgid RSS
-#~ msgstr RSS
-
-#~ msgid Check and display RSS feeds from the internet
-#~ msgstr Vérifier et afficher les flux RSS
+msgstr Greffon de disposition du clavier et de changement
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org

[Xfce4-commits] xfce4-verve-plugin:master I18n: Update translation fr (100%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to 44ae39adfee22e376b29e86c90b301565666429c (commit)
   from 53a5cc32c2ca48b54edb3469a3fb4889fd79e594 (commit)

commit 44ae39adfee22e376b29e86c90b301565666429c
Author: jc1 jc1.quebe...@gmail.com
Date:   Sat Aug 3 18:32:12 2013 +0200

I18n: Update translation fr (100%).

10 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/fr.po |   67 +-
 1 file changed, 31 insertions(+), 36 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 2e105bf..5aafbd3 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,76 +1,71 @@
-# French translation of the verve-plugin package.
-# Copyright (C) 2006-2007 Jannis Pohlmann.
-# This file is distributed under the same license as the verve-plugin package.
-# Maximilian Schleiss maximil...@xfce.org, 2006.
-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# jc1 jc1.quebe...@gmail.com, 2013
+# Maximilian Schleiss maximil...@xfce.org, 2006
 msgid 
 msgstr 
-Project-Id-Version: verve-plugin 0.3.5\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2008-11-23 16:23+0100\n
-PO-Revision-Date: 2006-09-16 22:57+0100\n
-Last-Translator: Maximilian Schleiss maximil...@xfce.org\n
-Language-Team: French xfce-i...@xfce.org\n
+POT-Creation-Date: 2013-07-03 21:26+0200\n
+PO-Revision-Date: 2013-08-03 13:26+\n
+Last-Translator: jc1 jc1.quebe...@gmail.com\n
+Language-Team: French 
(http://www.transifex.com/projects/p/xfce/language/fr/)\n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=utf-8\n
+Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: fr\n
+Plural-Forms: nplurals=2; plural=(n  1);\n
 
 #. Generate error message
-#: ../panel-plugin/verve-plugin.c:412
+#: ../panel-plugin/verve-plugin.c:407
 msgid Could not execute command:
 msgstr Échec à l'exécution de la commande :
 
 #. Create properties dialog
-#: ../panel-plugin/verve-plugin.c:790
+#: ../panel-plugin/verve-plugin.c:787
 msgid Verve
 msgstr Verve
 
 #. Frame for appearance settings
-#: ../panel-plugin/verve-plugin.c:808
+#: ../panel-plugin/verve-plugin.c:805
 msgid Appearance
 msgstr Apparence
 
 #. Plugin size label
-#: ../panel-plugin/verve-plugin.c:819
+#: ../panel-plugin/verve-plugin.c:816
 msgid Width (in chars):
 msgstr Largeur (en caractères) :
 
 #. Frame for behaviour settings
-#: ../panel-plugin/verve-plugin.c:839
+#: ../panel-plugin/verve-plugin.c:836
 msgid Behaviour
 msgstr Comportement
 
 #. History length label
-#: ../panel-plugin/verve-plugin.c:850
+#: ../panel-plugin/verve-plugin.c:847
 msgid Number of saved history items:
-msgstr Commandes max. dans l'historique :
+msgstr Nombre d'éléments sauvegardés dans l'historique :
 
 #. vim:set expandtab sts=2 ts=2 sw=2:
-#: ../panel-plugin/xfce4-verve-plugin.desktop.in.in.h:1
-msgid Command line interface with auto-completion and command history
-msgstr 
-Interface de ligne de commande avec saisie auto-complétée et historique
-
-#: ../panel-plugin/xfce4-verve-plugin.desktop.in.in.h:2
+#: ../panel-plugin/xfce4-verve-plugin.desktop.in.h:1
 msgid Verve Command Line
 msgstr Ligne de commande Verve
 
+#: ../panel-plugin/xfce4-verve-plugin.desktop.in.h:2
+msgid Command line interface with auto-completion and command history
+msgstr Interface de ligne de commande avec l'auto-complétion et l'historique 
des commandes
+
 #. Print error message
-#: ../scripts/verve-focus.c:61
+#: ../scripts/verve-focus.c:60
 msgid Failed to connect to the D-BUS session bus.
-msgstr Impossible de se connecter à la session D-BUS.
+msgstr Impossible de se connecter au bus de session D-BUS.
 
 #. Print error message
-#: ../scripts/verve-focus.c:84
+#: ../scripts/verve-focus.c:83
 msgid 
 There seems to be no Verve D-BUS provider (e.g. the Verve panel plugin) 
 running.
-msgstr 
-Il semblerait qu'il n'y a pas de fournisseur D-BUS pour Verve (p.ex. le 
-greffon verve pour le panneau) en cours.
-
-#~ msgid Verve Properties
-#~ msgstr Préférences Verve
-
-#~ msgid Unkown command.
-#~ msgstr Commande inconnue.
+msgstr Il semble n'y avoir aucun fournisseur D-BUS Verve (par exemple, le 
plugin panneau de Verve) en fonctionnement.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfmedia-remote-plugin:master I18n: Update translation fr (100%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to 809f72117a933a69e8c01e2d6831bfc19521feac (commit)
   from d87a3df6b8eb21ee4bd308b7f77259f53430323d (commit)

commit 809f72117a933a69e8c01e2d6831bfc19521feac
Author: jc1 jc1.quebe...@gmail.com
Date:   Sat Aug 3 18:32:27 2013 +0200

I18n: Update translation fr (100%).

27 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/fr.po |   30 +-
 1 file changed, 17 insertions(+), 13 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index a9a6bda..6a09a26 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,19 +1,23 @@
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Xavier Devlamynck magicrhe...@ouranos.be, 2010.
 # 
+# Translators:
+# jc1 jc1.quebe...@gmail.com, 2013
+# Xavier Devlamynck magicrhe...@ouranos.be, 2010
 msgid 
 msgstr 
-Project-Id-Version: PACKAGE VERSION\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2008-05-14 17:32-0400\n
-PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
-Last-Translator: FULL NAME EMAIL@ADDRESS\n
-Language-Team: LANGUAGE l...@li.org\n
+PO-Revision-Date: 2013-08-03 12:45+\n
+Last-Translator: jc1 jc1.quebe...@gmail.com\n
+Language-Team: French 
(http://www.transifex.com/projects/p/xfce/language/fr/)\n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=CHARSET\n
+Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: fr\n
+Plural-Forms: nplurals=2; plural=(n  1);\n
 
 #: ../panel-plugin/xfmedia-remote-plugin.c:245
 msgid Choose playlist to load
@@ -25,15 +29,15 @@ msgstr Sauver la liste de lecture
 
 #: ../panel-plugin/xfmedia-remote-plugin.c:301
 msgid Failed to save playlist
-msgstr Echec de sauvegarde la liste de lecture
+msgstr Impossible de sauver la liste de lecture
 
 #: ../panel-plugin/xfmedia-remote-plugin.c:370
 msgid Please wait until the previous add operation completes.
-msgstr Veuillez patienter jusqu'à la fin des précédentes opérations d'ajout.
+msgstr S'il vous plaît attendez que l'opération d'ajouter précédente se 
termine.
 
 #: ../panel-plugin/xfmedia-remote-plugin.c:374
 msgid Add track(s) to playlist
-msgstr Ajouter des pistes à la liste de lecture
+msgstr Ajouter piste(s) à la liste de lecture
 
 #. Play
 #: ../panel-plugin/xfmedia-remote-plugin.c:509
@@ -49,7 +53,7 @@ msgstr _Enlever
 #: ../panel-plugin/xfmedia-remote-plugin.c:569
 #, c-format
 msgid Failed to execute xfmedia: %s
-msgstr Echec de l'exécution de xfmedia: %s
+msgstr Impossible d'exécuter xfmedia : %s
 
 #. Prev
 #: ../panel-plugin/xfmedia-remote-plugin.c:590
@@ -83,12 +87,12 @@ msgstr Liste de lecture
 #. Load Playlist
 #: ../panel-plugin/xfmedia-remote-plugin.c:679
 msgid _Load...
-msgstr _Chargement...
+msgstr _Charger...
 
 #. Save Playlist
 #: ../panel-plugin/xfmedia-remote-plugin.c:690
 msgid _Save...
-msgstr _Sauvegarde...
+msgstr _Sauver...
 
 #. Clear Playlist
 #: ../panel-plugin/xfmedia-remote-plugin.c:701
@@ -124,7 +128,7 @@ msgstr Arrêté
 
 #: ../panel-plugin/xfmedia-remote-plugin.c:960
 msgid No Xfmedia instances running
-msgstr Aucune instance de Xfmedia n'est en route
+msgstr Aucune instance de Xfmedia n'est en fonctionnement
 
 #: ../panel-plugin/xfmedia-remote-plugin.c:1117
 #: ../panel-plugin/xfmedia-remote-plugin.c:1119
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-mount-plugin:master I18n: Update translation fr (100%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to 5419ff78076b09f1007d797580a6826523b7b8a8 (commit)
   from 4dbfbca2693501ede01d2fd4ebbe920ba2836aa0 (commit)

commit 5419ff78076b09f1007d797580a6826523b7b8a8
Author: jc1 jc1.quebe...@gmail.com
Date:   Sun Aug 4 00:31:34 2013 +0200

I18n: Update translation fr (100%).

52 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/fr.po |  119 +++---
 1 file changed, 37 insertions(+), 82 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index c4e0bb2..3d44e98 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,23 +1,23 @@
-# French translation of the xfce4-mount-plugin package.
-# Copyright (C) 2004-2005 Jean-Baptiste Dulong.
-# Copytight (C) 2005-2007 Fabian Nowak.
-# This file is distributed under the same license as the xfce4-mount-plugin 
package.
-# Stephane Roy s...@j2n.net, 2005-2006.
-# Fabian Nowak timyst...@arcor.de, 2005.
-# Maximilian Schleiss maximil...@xfce.org, 2006-2009.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
 # 
+# Translators:
+# Fabian Nowak timyst...@arcor.de, 2005
+# jc1 jc1.quebe...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-mount-plugin\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-12-15 12:33+\n
-PO-Revision-Date: 2009-01-27 22:40+0100\n
-Last-Translator: Maximilian Schleiss maximil...@xfce.org\n
-Language-Team: French xfce-i...@xfce.org\n
+POT-Creation-Date: 2013-07-03 21:06+0200\n
+PO-Revision-Date: 2013-08-03 20:37+\n
+Last-Translator: jc1 jc1.quebe...@gmail.com\n
+Language-Team: French 
(http://www.transifex.com/projects/p/xfce/language/fr/)\n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=utf-8\n
+Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Language: fr\n
+Plural-Forms: nplurals=2; plural=(n  1);\n
 
 #: ../panel-plugin/devices.c:71
 #, c-format
@@ -27,17 +27,17 @@ msgstr %.1f o
 #: ../panel-plugin/devices.c:72
 #, c-format
 msgid %.1f KB
-msgstr %.1f Ko
+msgstr %.1f Kio
 
 #: ../panel-plugin/devices.c:73
 #, c-format
 msgid %.1f MB
-msgstr %.1f Mo
+msgstr %.1f Mio
 
 #: ../panel-plugin/devices.c:74
 #, c-format
 msgid %.1f GB
-msgstr %.1f Go
+msgstr %.1f Gio
 
 #: ../panel-plugin/devices.c:83
 #, c-format
@@ -92,12 +92,12 @@ msgstr non monté\n
 #: ../panel-plugin/devices.c:288
 #, c-format
 msgid Failed to mount device \%s\.
-msgstr Impossible de monter le périphérique «%s ».
+msgstr Impossible de monter le périphérique « %s ».
 
 #: ../panel-plugin/devices.c:303
 #, c-format
 msgid Error executing on-mount command \%s\.
-msgstr Erreur d'exécution sur commande mount «%s ».
+msgstr Erreur d'exécution de la commande mount «%s ».
 
 #. xfce_dialog_show_error (NULL, error, %s %s %d, %s %s, _(Mount Plugin:
 #. Error executing command.),
@@ -110,15 +110,12 @@ msgstr Impossible de démonter le périphérique «%s ».
 #: ../panel-plugin/devices.c:360
 #, 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 être retiré en toute sécurité maintenant.
 
 #: ../panel-plugin/devices.c:362
 #, c-format
 msgid An error occurred. The device \%s\ should not be removed!
-msgstr 
-Une erreur s'est produite. Le périphérique \%s\ ne devrait pas être 
-déconnecté !
+msgstr Une erreur s'est produite. Le périphérique «%s » ne devrait pas être 
déconnecté !
 
 #: ../panel-plugin/mount-plugin.c:242
 msgid span foreground=\#FF\not mounted/span
@@ -140,9 +137,7 @@ msgstr Propriétés
 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\.
+msgstr C'est seulement utile et recommandé si vous spécifiez  « sync » en 
tant que partie de la chaine de commande  « unmount ».
 
 #: ../panel-plugin/mount-plugin.c:750
 msgid Show _message after unmount
@@ -150,7 +145,7 @@ msgstr Afficher un _message après le démontage
 
 #: ../panel-plugin/mount-plugin.c:762
 msgid You can specify a distinct icon to be displayed in the panel.
-msgstr Définir l'icône à afficher dans le panneau.
+msgstr Vous pouvez spécifier une icône distincte qui sera affiché dans le 
tableau de bord.
 
 #: ../panel-plugin/mount-plugin.c:769
 msgid Icon:
@@ -167,16 +162,10 @@ msgstr _Général
 #: ../panel-plugin/mount-plugin.c:795
 #, c-format
 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 \exo-open %m\.\n
 '%d' can be used to specify the device, '%m' for the mountpoint.
-msgstr 
-Cette 

[Xfce4-commits] xfce4-sensors-plugin:master I18n: Update translation fr (100%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to 5ee2f24fa6fade88efba91aa3dad459ad6d164ac (commit)
   from 9179656674234811af3719159e7328b457aa8549 (commit)

commit 5ee2f24fa6fade88efba91aa3dad459ad6d164ac
Author: jc1 jc1.quebe...@gmail.com
Date:   Sun Aug 4 00:31:46 2013 +0200

I18n: Update translation fr (100%).

73 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/fr.po |  124 ++
 1 file changed, 36 insertions(+), 88 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 51a7092..845f56d 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,22 +1,25 @@
-# French translations for xfce4-sensors-plugin package.
-# Copyright (C) 2004-2005 Fabian Nowak.
-# This file is distributed under the same license as the xfce4-sensors-plugin 
package.
-# Stephane Roy s...@j2n.net, 2005.
-# Fabian Nowak timyst...@arcor.de, 2005.
-# Maximilian Schleiss maximil...@xfce.org, 2006.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
 # 
+# Translators:
+# Fabian Nowak timyst...@arcor.de, 2005
+# jc1 jc1.quebe...@gmail.com, 2013
+# Maximilian Schleiss maximil...@xfce.org, 2006
+# Stephane Roy s...@j2n.net, 2005
 msgid 
 msgstr 
-Project-Id-Version: xfce4-sensors-plugin 0.9.0\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-01-05 22:54+\n
-PO-Revision-Date: 2009-03-19 21:00+0100\n
-Last-Translator: Mike Massonnet mmasson...@gmail.com\n
-Language-Team: French xfce-i...@xfce.org\n
+POT-Creation-Date: 2013-07-03 21:16+0200\n
+PO-Revision-Date: 2013-08-03 21:47+\n
+Last-Translator: jc1 jc1.quebe...@gmail.com\n
+Language-Team: French 
(http://www.transifex.com/projects/p/xfce/language/fr/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Language: fr\n
+Plural-Forms: nplurals=2; plural=(n  1);\n
 
 #: ../panel-plugin/sensors-plugin.c:287 ../panel-plugin/sensors-plugin.c:384
 #: ../panel-plugin/sensors-plugin.c:977
@@ -36,10 +39,7 @@ msgid 
 Sensors Plugin:\n
 Seems like there was a problem reading a sensor feature value.\n
 Proper proceeding cannot be guaranteed.\n
-msgstr 
-Greffon de Capteurs :\n
-Il semblerait qu'il y ait un problème de lecture de valeur sur un capteur.\n
-L'exécution normale ne peut pas être garantie.\n
+msgstr Greffon Capteurs :\nIl semblerait qu'il y ait un problème de lecture 
d'une valeur  caractéristique du capteur.\nL'exécution normale ne peut pas être 
garantie.\n\n\n\n
 
 #: ../panel-plugin/sensors-plugin.c:1684
 msgid UI style:
@@ -109,7 +109,7 @@ msgstr Afficher les _unités
 
 #: ../panel-plugin/sensors-plugin.c:1948
 msgid Small horizontal s_pacing
-msgstr E_space horizontal petit
+msgstr Petit e_space horizontal
 
 #: ../panel-plugin/sensors-plugin.c:1970
 msgid Suppress messages
@@ -130,7 +130,7 @@ msgstr _Divers
 #: ../panel-plugin/sensors-plugin.c:2145 ../panel-plugin/sensors-plugin.h:30
 #: ../lib/hddtemp.c:180
 msgid Sensors Plugin
-msgstr Greffon de Capteurs
+msgstr Greffon Capteurs
 
 #. gtk_cpu_paint(sensors-tachos [i][index_feature]);
 #. gtk_cpu_expose(sensors-tachos [i][index_feature], NULL);
@@ -140,10 +140,7 @@ msgid 
 You can change a feature's properties such as name, colours, min/max value 
 by double-clicking the entry, editing the content, and pressing \Return\ 
 or selecting a different field.
-msgstr 
-Vous pouvez changez les propriétés d'un aspect tel que le nom, les couleurs, 
-la valeur min/max en double-cliquant sur l'entrée, éditer le contenu et 
-presser \Entrée\ ou sélectionner un autre champ.
+msgstr Vous pouvez modifier les propriétés d'une entité comme le nom, les 
couleurs, la valeur min / max  en double-cliquant sur l'entrée, éditer le 
contenu, et en appuyant sur « Entrée » ou en sélectionnant un autre champ.
 
 #. only use this if no hddtemp sensor
 #. or do only use this , if it is an lmsensors device. whatever.
@@ -174,7 +171,7 @@ msgstr Inconnu
 
 #: ../lib/nvidia.c:60
 msgid NVidia GPU core temperature
-msgstr Température du GPU NVidia
+msgstr Température du coeur du GPU NVidia
 
 #: ../lib/nvidia.c:61
 msgid nvidia
@@ -196,27 +193,14 @@ msgstr Sondes de température du disque dur S.M.A.R.T.
 #: ../lib/hddtemp.c:605
 #, c-format
 msgid 
-\hddtemp\ was not executed correctly, although it is executable. This is 
-most probably due to the disks requiring root privileges to read their 
-temperatures, and \hddtemp\ not being setuid root.\n
+\hddtemp\ was not executed correctly, although it is executable. This is 
most probably due to the disks requiring root privileges to read their 
temperatures, and \hddtemp\ not being setuid root.\n
 \n
-An easy but dirty solution is to run \chmod u+s %s\ as root user and 
-restart this plugin or its panel.\n
+An easy but dirty solution is to run \chmod u+s %s\ as root user and 
restart this plugin or its panel.\n
 \n
 

[Xfce4-commits] xfce4-notes-plugin:master I18n: Update translation fr (100%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to 766da68f7105cdaf607a974780360353385bf0c4 (commit)
   from 68d0d6200856515e19604a3006b959c5f302c7ee (commit)

commit 766da68f7105cdaf607a974780360353385bf0c4
Author: jc1 jc1.quebe...@gmail.com
Date:   Sun Aug 4 00:31:39 2013 +0200

I18n: Update translation fr (100%).

57 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/fr.po |  192 --
 1 file changed, 87 insertions(+), 105 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index f3cc1bf..f3ee305 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,290 +1,272 @@
-# French translations for the Xfce4 notes plugin.
-# Copyright (C) 2003 Jakob Henriksson b0kaj+...@lysator.liu.se
-#   2006 Mike Massonnet mmasson...@gmail.com
-# This file is distributed under the same license as the xfce4-notes-plugin
-# package.
-# Mike Massonnet mmasson...@gmail.com, 2006, 2009.
-# Maximilian Schleiss maximil...@xfce.org, 2006.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# jc1 jc1.quebe...@gmail.com, 2013
+# Maximilian Schleiss maximil...@xfce.org, 2006
+# Mike Massonnet mmasson...@gmail.com, 2006,2009
 msgid 
 msgstr 
-Project-Id-Version: 1.3.99.2\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-10-24 17:16+0200\n
-PO-Revision-Date: 2010-03-08 21:23+0100\n
-Last-Translator: Mike Massonnet mmasson...@gmail.com\n
-Language-Team: French xfce-i...@xfce.org\n
-Language: fr\n
+POT-Creation-Date: 2013-07-03 21:09+0200\n
+PO-Revision-Date: 2013-08-03 20:47+\n
+Last-Translator: jc1 jc1.quebe...@gmail.com\n
+Language-Team: French 
(http://www.transifex.com/projects/p/xfce/language/fr/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: fr\n
+Plural-Forms: nplurals=2; plural=(n  1);\n
 
 #: ../src/xfce4-notes.desktop.in.h:1
 #: ../src/xfce4-notes-autostart.desktop.in.h:1
-#: ../src/xfce4-notes-plugin.desktop.in.h:1 ../lib/application.vala:184
-#: ../lib/application.vala:211 ../lib/application.vala:742
-#: ../lib/window.vala:85 ../lib/window.vala:176 ../lib/window.vala:914
-#: ../src/xfce4-notes-settings.c:99 ../src/main-panel-plugin.vala:46
-#: ../src/main-status-icon.vala:34 ../src/main-status-icon.vala:115
+#: ../src/xfce4-notes-plugin.desktop.in.h:1 ../lib/application.vala:191
+#: ../lib/application.vala:218 ../lib/application.vala:758
+#: ../lib/window.vala:89 ../lib/window.vala:180 ../lib/window.vala:955
+#: ../src/main-settings-dialog.c:107 ../src/main-panel-plugin.vala:46
+#: ../src/main-status-icon.vala:34 ../src/main-status-icon.vala:136
 msgid Notes
 msgstr Notes
 
 #: ../src/xfce4-notes.desktop.in.h:2
 #: ../src/xfce4-notes-autostart.desktop.in.h:2
-#: ../src/xfce4-notes-plugin.desktop.in.h:2 ../lib/application.vala:744
+#: ../src/xfce4-notes-plugin.desktop.in.h:2 ../lib/application.vala:760
 msgid Ideal for your quick notes
 msgstr Idéal pour vos petites notes
 
-#: ../lib/application.vala:119 ../lib/application.vala:134
-#: ../src/xfce4-notes-settings.c:223 ../src/xfce4-notes-settings.c:231
+#: ../lib/application.vala:121 ../lib/application.vala:136
+#: ../src/main-settings-dialog.c:279 ../src/main-settings-dialog.c:287
 msgid Select notes path
 msgstr Sélectionner le chemin des notes
 
-#: ../lib/application.vala:120
+#: ../lib/application.vala:122
 #, c-format
 msgid 
 The selected directory (%s) for the new notes path already contains files. 
 You must select or create an empty directory.
-msgstr 
-Le répertoire sélectionné (%s) comme nouveau chemin des notes contient déjà 
-des fichiers. Vous devez sélectionner ou créer un répertoire vide.
+msgstr Le répertoire sélectionné (%s) comme nouveau chemin des notes contient 
déjà des fichiers. Vous devez sélectionner ou créer un répertoire vide.
 
-#: ../lib/application.vala:135
+#: ../lib/application.vala:137
 #, c-format
 msgid Unable to select directory for new notes path: %s
-msgstr 
-Incapable de sélectionner le répertoire comme nouveau chemin de notes: %s
+msgstr Impossible de sélectionner le répertoire comme nouveau chemin de notes 
: %s
 
-#: ../lib/application.vala:188 ../lib/window.vala:917
+#: ../lib/application.vala:195 ../lib/window.vala:958
 #, c-format
 msgid Notes %d
 msgstr Notes %d
 
-#: ../lib/application.vala:428
+#: ../lib/application.vala:435
 msgid Rename group
 msgstr Renommer le groupe
 
-#: ../lib/application.vala:449 ../lib/window.vala:1039
+#: ../lib/application.vala:463 ../lib/window.vala:1085
 #, c-format
 msgid The name %s is already in use
 msgstr Le nom %s est déjà utilisé
 
-#: ../lib/application.vala:478
+#: ../lib/application.vala:492
 msgid Are you sure you want to delete this group?
-msgstr Êtes-vous certain(e) de vouloir supprimer ce groupe ?
+msgstr Êtes-vous sûr de vouloir supprimer ce 

[Xfce4-commits] xfce4-mailwatch-plugin:master I18n: Update translation fr (100%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to 00fe23f7aab1813e25e919756e0a5f93ad4eb0c1 (commit)
   from e1c42578644d63a354f8ebc01513164e7c7a96f6 (commit)

commit 00fe23f7aab1813e25e919756e0a5f93ad4eb0c1
Author: jc1 jc1.quebe...@gmail.com
Date:   Sun Aug 4 00:31:30 2013 +0200

I18n: Update translation fr (100%).

110 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/fr.po |  189 ++
 1 file changed, 90 insertions(+), 99 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index e54c5dd..eae2ace 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,20 +1,23 @@
-# French translation for xfce4-mailwatch-plugin.
-# Copyright (C) 2005-2008 Brian Tarricone, Pasi Orovuo.
-# This file is distributed under the same license as the 
xfce4-mailwatch-plugin package.
-# Stephane Roy s...@j2n.net, 2006.
-# Mike Massonnet mmasson...@xfce.org, 2008.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
 # 
+# Translators:
+# jc1 jc1.quebe...@gmail.com, 2013
+# Mike Massonnet mmasson...@xfce.org, 2008
+# Stephane Roy s...@j2n.net, 2006
 msgid 
 msgstr 
-Project-Id-Version: xfce4-mailwatch-plugin 1.0.1svn\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2009-07-15 22:43-0700\n
-PO-Revision-Date: 2008-08-30 17:22+0200\n
-Last-Translator: Mike Massonnet mmasson...@xfce.org\n
-Language-Team: French xfce-i...@xfce.org\n
+POT-Creation-Date: 2013-07-03 21:03+0200\n
+PO-Revision-Date: 2013-08-03 22:31+\n
+Last-Translator: jc1 jc1.quebe...@gmail.com\n
+Language-Team: French 
(http://www.transifex.com/projects/p/xfce/language/fr/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: fr\n
 Plural-Forms: nplurals=2; plural=(n  1);\n
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:204
@@ -26,12 +29,17 @@ msgstr Échec de la poignée de main TLS : %s
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:255
 #, c-format
-msgid Received HTTP response code %d.  The most likely reason for this is 
that your GMail username or password is incorrect.
-msgstr Le code de la réponse HTTP reçu est %d. La raison la plus probable est 
que le nom d'utilisateur ou le mot de passe GMail est incorrect.
+msgid 
+Received HTTP response code %d.  The most likely reason for this is that 
+your GMail username or password is incorrect.
+msgstr Le code de la réponse HTTP reçu est %d. La raison la plus probable est 
que le nom d'utilisateur ou le mot de passe GMail soit incorrect.
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:261
 #, c-format
-msgid Received HTTP response code %d, which should be 200.  There may be a 
problem with GMail's servers, or they have incompatibly changed their 
authentication method or location of the new messages feed.
+msgid 
+Received HTTP response code %d, which should be 200.  There may be a problem
+ with GMail's servers, or they have incompatibly changed their 
+authentication method or location of the new messages feed.
 msgstr Le code de la réponse HTTP reçu est %d, et devrait être 200. Il peut y 
avoir un problème avec les serveurs de GMail, ou ils ont changé de manière 
incompatibles la méthode d'authentification ou l'emplacement des nouveaux 
messages entrants.
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:394
@@ -64,7 +72,7 @@ msgstr Vérifier les _nouveaux messages toutes les
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:591
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:1821
 #: ../libmailwatch-core/mailwatch-mailbox-maildir.c:374
-#: ../libmailwatch-core/mailwatch-mailbox-mbox.c:411
+#: ../libmailwatch-core/mailwatch-mailbox-mbox.c:412
 #: ../libmailwatch-core/mailwatch-mailbox-mh.c:605
 #: ../libmailwatch-core/mailwatch-mailbox-pop3.c:929
 msgid minute(s).
@@ -72,21 +80,26 @@ msgstr minute(s).
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:668
 msgid Remote GMail Mailbox
-msgstr Boîte aux lettres GMail
+msgstr Boîte aux lettres GMail à distance
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:669
-msgid The GMail plugin can connect to Google's mail service and securely 
retrieve the number of new messages.
+msgid 
+The GMail plugin can connect to Google's mail service and securely retrieve 
+the number of new messages.
 msgstr Le greffon GMail peut se connecter sur le service de courrier de 
Google et récupérer le nombre de nouveaux messages.
 
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:286
-msgid Secure IMAP is not available, and the IMAP server does not support 
plaintext logins.
+msgid 
+Secure IMAP is not available, and the IMAP server does not support plaintext
+ logins.
 msgstr L'IMAP sécurisé n'est pas disponible, et le serveur IMAP ne supporte 
pas les identifications en texte clair.
 
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:337
 #: 

[Xfce4-commits] xfce4-cellmodem-plugin:master I18n: Update translation fr (100%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to 76f39486f2dd17afb17c8e6097faa2f543c57eab (commit)
   from 14cb5a06afa7ed07c304fbe40986c02cb72fe475 (commit)

commit 76f39486f2dd17afb17c8e6097faa2f543c57eab
Author: jc1 jc1.quebe...@gmail.com
Date:   Sun Aug 4 00:31:15 2013 +0200

I18n: Update translation fr (100%).

63 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/fr.po |  263 ++
 1 file changed, 160 insertions(+), 103 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 52933bb..5f26ada 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,242 +1,299 @@
-# French translation of the xfce4-cellmodem-plugin package.
-# Copyright (C) 2009 Álvaro Lopes alvie...@alvie.com
-# This file is distributed under the same license as the 
xfce4-cellmodem-plugin package.
-# Maximilian Schleiss maximil...@xfce.org, 2009.
-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# jc1 jc1.quebe...@gmail.com, 2013
+# jc jc, 2013
+# Maximilian Schleiss maximil...@xfce.org, 2009
 msgid 
 msgstr 
-Project-Id-Version: xfce4-cell-modem-plugin\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2008-07-22 19:01+0100\n
-PO-Revision-Date: 2009-03-11 19:59+0100\n
-Last-Translator: Maximilian Schleiss maximil...@xfce.org\n
-Language-Team:  i18n-x...@xfce.org\n
+POT-Creation-Date: 2013-07-03 20:50+0200\n
+PO-Revision-Date: 2013-08-03 21:56+\n
+Last-Translator: jc1 jc1.quebe...@gmail.com\n
+Language-Team: French 
(http://www.transifex.com/projects/p/xfce/language/fr/)\n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=utf-8\n
+Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-X-Poedit-Language: French\n
+Language: fr\n
+Plural-Forms: nplurals=2; plural=(n  1);\n
 
-#: ../panel-plugin/cellmodem.c:482
+#: ../panel-plugin/cellmodem.c:579
 msgid Initializing plugin now
-msgstr Initialisation du greffon
+msgstr Initialiser le greffon maintenant
 
-#: ../panel-plugin/cellmodem.c:505
+#: ../panel-plugin/cellmodem.c:603
 #, c-format
 msgid 
 Error detected:\n
 %s
-msgstr 
-Erreur détectée :\n
-%s
+msgstr Erreur détectée :\n%s
 
-#: ../panel-plugin/cellmodem.c:511
+#: ../panel-plugin/cellmodem.c:611
+#, c-format
 msgid Not registered
 msgstr Non enregistré
 
-#: ../panel-plugin/cellmodem.c:514
+#: ../panel-plugin/cellmodem.c:614
+#, c-format
 msgid Modem needs PIN
-msgstr PIN requis
+msgstr Le modem requière le code PIN
 
-#: ../panel-plugin/cellmodem.c:517
+#: ../panel-plugin/cellmodem.c:617
+#, c-format
 msgid Registering
 msgstr Enregistrement
 
-#: ../panel-plugin/cellmodem.c:520
+#: ../panel-plugin/cellmodem.c:622
 #, c-format
 msgid 
 Registered [GPRS] to %s\n
 Quality: %d (%d%%)
-msgstr 
-Enregistré [GPRS] à %s\n
-Qualité : %d (%d%%)
+msgstr Enregistré [GPRS] à %s\nQualité : %d (%d%%)
 
-#: ../panel-plugin/cellmodem.c:523
+#: ../panel-plugin/cellmodem.c:628
 #, c-format
 msgid 
 Registered [UMTS] to %s\n
 Quality: %d (%d%%)
-msgstr 
-Enregistré [UMTS] à %s\n
-Qualité : %d (%d%%)
+msgstr Enregistré [UMTS] à %s\nQualité : %d (%d%%)
 
-#: ../panel-plugin/cellmodem.c:526
+#: ../panel-plugin/cellmodem.c:634
 #, c-format
 msgid 
 Registered [HSDPA] to %s\n
 Quality: %d (%d%%)
-msgstr 
-Enregistré [HSDPA] à %s\n
-Qualité : %d (%d%%)
+msgstr Enregistré [HSDPA] à %s\nQualité : %d (%d%%)
 
-#: ../panel-plugin/cellmodem.c:529
+#: ../panel-plugin/cellmodem.c:640
 #, c-format
 msgid 
 Registered to %s\n
 Quality: %d (%d%%)
-msgstr 
-Enregistré à %s\n
-Qualité : %d (%d%%)
+msgstr Enregistré à %s\nQualité : %d (%d%%)
+
+#: ../panel-plugin/cellmodem.c:649
+#, c-format
+msgid 
+\n
+No SMS support
+msgstr \nPas de support SMS
+
+#: ../panel-plugin/cellmodem.c:669
+#, c-format
+msgid 
+\n
+SMS not checked yet
+msgstr \nSMS pas encore vérifié
 
-#. Error
-#: ../panel-plugin/cellmodem.c:687
+#: ../panel-plugin/cellmodem.c:849
 msgid Error in modem reply to CREG
-msgstr Erreur dans la réponse du CREG
+msgstr Erreur dans la réponse du modem au CREG
 
-#: ../panel-plugin/cellmodem.c:696
+#: ../panel-plugin/cellmodem.c:862
 msgid Invalid reply to +CREG
-msgstr Réponse incorrecte à +CREG
+msgstr Réponse invalide à +CREG
 
-#: ../panel-plugin/cellmodem.c:721
+#: ../panel-plugin/cellmodem.c:893
 msgid Invalid CREG reply from modem
-msgstr Réponse CREG incorrecte du modem
+msgstr Réponse CREG invalide du modem
 
-#: ../panel-plugin/cellmodem.c:760
+#: ../panel-plugin/cellmodem.c:940
 msgid Error in modem reply to COPS
-msgstr Erreur dans la réponse du COPS
+msgstr Erreur dans la réponse du modem au COPS
 
-#: ../panel-plugin/cellmodem.c:816
+#: ../panel-plugin/cellmodem.c:1012
 msgid Invalid COPS reply from modem
-msgstr Réponse COPS incorrecte du modem
+msgstr Réponse COPS invalide du modem
 
-#: ../panel-plugin/cellmodem.c:844
+#: ../panel-plugin/cellmodem.c:1068
 

[Xfce4-commits] thunar-shares-plugin:master I18n: Update translation fr (100%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to 8442d546102045a98d0530dd3ed59737088c2c0f (commit)
   from 96edfa7444c8154d35dfdd2352487d6b2a9362b8 (commit)

commit 8442d546102045a98d0530dd3ed59737088c2c0f
Author: jc1 jc1.quebe...@gmail.com
Date:   Sun Aug 4 06:30:29 2013 +0200

I18n: Update translation fr (100%).

28 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/fr.po |  122 --
 1 file changed, 38 insertions(+), 84 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 6e1a3d8..06060a5 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,33 +1,39 @@
-# French translation for the thunar-shares package.
-# Copyright (C) 2008 Daniel Morales
-# This file is distributed under the same license as the thunar-shares package.
-# Maximilian Schleiss maximil...@xfce.org, 2008.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
 # 
+# Translators:
+# jc1 jc1.quebe...@gmail.com, 2013
+# Maximilian Schleiss maximil...@xfce.org, 2008
 msgid 
 msgstr 
-Project-Id-Version: Thunar-Shares\n
+Project-Id-Version: Thunar Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2010-09-15 10:10+\n
-PO-Revision-Date: 2010-08-15 09:07+0100\n
-Last-Translator: Durand-Favreau Arnaud bigi...@free.fr\n
-Language-Team: French i18n-x...@xfce.org\n
+POT-Creation-Date: 2013-07-03 20:10+0200\n
+PO-Revision-Date: 2013-08-03 22:56+\n
+Last-Translator: jc1 jc1.quebe...@gmail.com\n
+Language-Team: French 
(http://www.transifex.com/projects/p/xfce/language/fr/)\n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=utf-8\n
+Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: fr\n
+Plural-Forms: nplurals=2; plural=(n  1);\n
 
 #: ../libshares/libshares-util.c:161
 msgid Please, write a name.
-msgstr Veuillez insérer un nom.
+msgstr S'il vous plaît, écrivez un nom.
 
 #. Warn the user
 #: ../libshares/libshares-util.c:169
-msgid Share name too long. Some old clients may have problems to access it, 
continue anyway?
-msgstr Le nom de partage est trop long. Certains clients anciens pourraient 
avoir des problèmes en voulant y accéder, continuer ?
+msgid 
+Share name too long. Some old clients may have problems to access it, 
+continue anyway?
+msgstr Le nom de partage est trop long. Certains clients anciens pourraient 
avoir des problèmes en voulant y accéder, continuer malgré tout ?
 
 #: ../libshares/libshares-util.c:182
 #, c-format
 msgid Error while getting share information: %s
-msgstr Erreur lors de l'obtention des informations du partage: %s
+msgstr Erreur lors de l'obtention des informations du partage : %s
 
 #: ../libshares/libshares-util.c:192
 msgid Another share has the same name
@@ -35,11 +41,13 @@ msgstr Un autre partage a le même nom
 
 #: ../libshares/libshares-util.c:246
 msgid Cannot modify the share:
-msgstr Échec à la modification du partage :
+msgstr Impossible de modifier le partage :
 
 #: ../libshares/libshares-util.c:345
-msgid Thunar needs to add some permissions to your folder in order to share 
it. Do you agree?
-msgstr Thunar doit ajouter des permissions à votre dossier pour en permettre 
le partage. Êtes-vous d'accord ?
+msgid 
+Thunar needs to add some permissions to your folder in order to share it. Do
+ you agree?
+msgstr Thunar a besoin d'ajouter des permissions à votre dossier afin de le 
partager. Êtes-vous d'accord ?
 
 #: ../libshares/libshares-util.c:384
 msgid Error when changing folder permissions.
@@ -68,7 +76,7 @@ msgstr 'net usershare' a renvoyé une erreur %d
 #: ../libshares/shares.c:231
 #, c-format
 msgid the output of 'net usershare' is not in valid UTF-8 encoding
-msgstr la sortie de 'net usershare' n'est pas au format UTF-8
+msgstr la sortie de 'net usershare' n'est pas dans un encodage UTF-8 valide
 
 #: ../libshares/shares.c:490 ../libshares/shares.c:702
 #, c-format
@@ -78,32 +86,34 @@ msgstr Échec
 #: ../libshares/shares.c:592
 #, c-format
 msgid Samba's testparm returned with signal %d
-msgstr testparm a renvoyé un signal %d
+msgstr Le testparm de Samba a renvoyé un signal %d
 
 #: ../libshares/shares.c:598
 #, c-format
 msgid Samba's testparm failed for an unknown reason
-msgstr testparm a échoué pour une raison inconnue
+msgstr Le testparm de Samba a échoué pour une raison inconnue
 
 #: ../libshares/shares.c:613
 #, c-format
 msgid Samba's testparm returned error %d: %s
-msgstr testparm a renvoyé une erreur %d : %s
+msgstr Le testparm de Samba a renvoyé une erreur %d : %s
 
 #: ../libshares/shares.c:615
 #, c-format
 msgid Samba's testparm returned error %d
-msgstr testparm a renvoyé une erreur %d
+msgstr Le testparm de Samba a renvoyé une erreur %d
 
 #: ../libshares/shares.c:784
 #, c-format
 msgid Cannot remove the share for path %s: that path is not shared
-msgstr Échec à la suppression du partage pour %s : le chemin d'accès n'est 

[Xfce4-commits] xfce4-taskmanager:master I18n: Update translation zh_CN (97%).

2013-08-03 Thread Transifex
Updating branch refs/heads/master
 to f450f9ed5fcc77cc54cc5307f252b20fd2781876 (commit)
   from 2e49016638dc7b739613ab3eb96fb185a1d7bf8c (commit)

commit f450f9ed5fcc77cc54cc5307f252b20fd2781876
Author: 玉堂白鹤 yjw...@qq.com
Date:   Sun Aug 4 06:31:15 2013 +0200

I18n: Update translation zh_CN (97%).

73 translated messages, 2 untranslated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/zh_CN.po |  162 ---
 1 file changed, 76 insertions(+), 86 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 0c24df6..34dd8a9 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1,29 +1,24 @@
-# Simplified Chinese translations for
-# the xfce4-taskmanager package.
-# This file is distributed under the same license as
-# the xfce4-taskmanager package.
-# Hunt Xu hun...@live.cn, 2008, 2010.
-# Chipong Luo chipong@yahoo.com, 2011, 2012.
-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# elhuevogrande kbusc...@yahoo.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-taskmanager\n
+Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-26 21:03+\n
-PO-Revision-Date: 2010-11-23 23:40+0800\n
-Last-Translator: Chipong Luo chipong@yahoo.com\n
-Language-Team: Chinese (Simplified) xfce-i18n...@xfce.org\n
-Language: zh_CN\n
+POT-Creation-Date: 2013-07-03 20:41+0200\n
+PO-Revision-Date: 2013-08-04 02:18+\n
+Last-Translator: 玉堂白鹤 yjw...@qq.com\n
+Language-Team: Chinese (China) 
(http://www.transifex.com/projects/p/xfce/language/zh_CN/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: zh_CN\n
 Plural-Forms: nplurals=1; plural=0;\n
 
-#: ../xfce4-taskmanager.desktop.in.h:1 ../src/process-window.c:309
-msgid Easy to use task manager
-msgstr 易于使用的任务管理器
-
-#: ../xfce4-taskmanager.desktop.in.h:2 ../src/exec-tool-button.c:89
+#: ../xfce4-taskmanager.desktop.in.h:1 ../src/exec-tool-button.c:89
 #: ../src/exec-tool-button.c:134 ../src/main.c:156
 #: ../src/process-tree-view.c:355 ../src/process-tree-view.c:370
 #: ../src/process-tree-view.c:398 ../src/process-window.c:304
@@ -31,22 +26,26 @@ msgstr 易于使用的任务管理器
 msgid Task Manager
 msgstr 任务管理器
 
+#: ../xfce4-taskmanager.desktop.in.h:2 ../src/process-window.c:309
+msgid Easy to use task manager
+msgstr 易用的任务管理器
+
 #: ../src/exec-tool-button.c:87 ../src/exec-tool-button.c:131
 msgid Execution error
 msgstr 执行错误
 
 #: ../src/exec-tool-button.c:133
 msgid Couldn't find any default command to run.
-msgstr 未能找到任何要运行的默认命令。
+msgstr 无法找到任何默认的命令来运行。
 
 #: ../src/exec-tool-button.c:164
 msgid Run Task Manager as root
-msgstr 使用 root 帐号运行任务管理器
+msgstr 使用 root 运行任务管理器
 
 #: ../src/exec-tool-button.c:175 ../src/exec-tool-button.c:177
 #: ../src/exec-tool-button.c:179
 msgid Run Program...
-msgstr 运行程序...
+msgstr 运行程序 ...
 
 #: ../src/exec-tool-button.c:182
 msgid Application Finder
@@ -67,11 +66,7 @@ msgid 
 bCPU:/b %.0f%%\n
 bMemory:/b %.0f%%\n
 bSwap:/b %.0f%%
-msgstr 
-b进程:/b %u\n
-bCPU:/b %.0f%%\n
-b内存:/b %.0f%%\n
-b交换分区:/b %.0f%%
+msgstr b进程数:/b %u\nbCPU:/b %.0f%%\nb内存:/b %.0f%%\nb交换区:/b 
%.0f%%
 
 #: ../src/main.c:108
 #, c-format
@@ -80,31 +75,27 @@ msgid 
 CPU: %.0f%%\n
 Memory: %.0f%%\n
 Swap: %.0f%%
-msgstr 
-进程:%u\n
-CPU:%.0f%%\n
-内存:%.0f%%\n
-交换分区:%.0f%%
+msgstr 进程数: %u\nCPU: %.0f%%\n内存: %.0f%%\n交换区: %.0f%%
 
 #: ../src/process-statusbar.c:148 ../src/process-window.c:374
 #, c-format
 msgid CPU: %s%%
-msgstr CPU:%s%%
+msgstr CPU: %s%%
 
 #: ../src/process-statusbar.c:157 ../src/process-window.c:379
 #, c-format
 msgid Memory: %s%%
-msgstr 内存:%s%%
+msgstr 内存: %s%%
 
 #: ../src/process-statusbar.c:166
 #, c-format
 msgid Swap: %s%%
-msgstr 交换分区:%s%%
+msgstr 交换分区: %s%%
 
 #: ../src/process-statusbar.c:181
 #, c-format
 msgid Processes: %d
-msgstr 进程:%d
+msgstr 进程数: %d
 
 #: ../src/process-tree-view.c:125
 msgid Task
@@ -138,10 +129,11 @@ msgstr UID
 msgid CPU
 msgstr CPU
 
-#. TRANSLATORS: “Prio.” is short for Priority, it appears in the tree view 
header.
+#. TRANSLATORS: “Prio.” is short for Priority, it appears in the tree view
+#. header.
 #: ../src/process-tree-view.c:194
 msgid Prio.
-msgstr 优先级
+msgstr 优先级.
 
 #: ../src/process-tree-view.c:352
 msgid Terminate task
@@ -154,29 +146,29 @@ msgstr 杀死任务
 #: ../src/process-tree-view.c:354
 #, c-format
 msgid Are you sure you want to send a signal to the PID %d?
-msgstr 您确定要发送一个信号至 PID %d 吗?
+msgstr 您确认要发送一个信号至 PID 为 %d 的进程吗?
 
 #: ../src/process-tree-view.c:366
 msgid Error sending signal
-msgstr 发送信号时出错
+msgstr 发送信号时发生错误
 
 #: ../src/process-tree-view.c:368
 #, c-format
 msgid 
-An error was encountered by sending a signal to the PID %d. It is likely you 
-don't have the required privileges.
-msgstr 发送信号至 PID %d 时遇到一个错误。您可能没有所需的权限。
+An error was encountered by sending a signal to the PID %d. It is