[Xfce4-commits] thunar:master Improve the extension selection to not match hidden names.

2013-07-29 Thread Nick Schermer
Updating branch refs/heads/master
 to 54d71ef576e443e204e13d10f4396a38dbb9 (commit)
   from 821c9b480b7feb625461b5ec1f35e92dcc87e3d9 (commit)

commit 54d71ef576e443e204e13d10f4396a38dbb9
Author: Nick Schermer n...@xfce.org
Date:   Mon Jul 29 10:17:07 2013 +0200

Improve the extension selection to not match hidden names.

 thunar/thunar-util.c |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/thunar/thunar-util.c b/thunar/thunar-util.c
index 77a36f9..22ffcce 100644
--- a/thunar/thunar-util.c
+++ b/thunar/thunar-util.c
@@ -119,7 +119,9 @@ thunar_util_str_get_extension (const gchar *filename)
 
   /* check if there is an possible extension part in the name */
   dot = strrchr (filename, '.');
-  if (dot == NULL || dot[1] == '\0')
+  if (dot == NULL
+  || dot == filename
+  || dot[1] == '\0')
 return NULL;
 
   /* skip the . */
@@ -132,7 +134,8 @@ thunar_util_str_get_extension (const gchar *filename)
 {
   /* look for a possible container part (tar, psd, epsf) */
   dot2 = thunar_util_strrchr_offset (filename, dot - 1, '.');
-  if (dot2 != NULL)
+  if (dot2 != NULL
+   dot2 != filename)
 {
   /* check the 2nd part range, keep it between 2 and 5 chars */
   len = dot - dot2 - 1;
@@ -154,7 +157,9 @@ thunar_util_str_get_extension (const gchar *filename)
   dot2 = thunar_util_strrchr_offset (filename, dot - 1, '.');
   /* the extension before .in could be long. check that it's at least 
2 chars */
   len = dot - dot2 - 1;
-  if (dot2 == NULL || len  2)
+  if (dot2 == NULL
+  || dot2 == filename
+  || len  2)
 break;
 
   /* continue if another .in was found */
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:master Directorymenu: Pass path to argument (bug #10270).

2013-07-29 Thread Nick Schermer
Updating branch refs/heads/master
 to db012e9468c61f60cb4e0f2a9a48d3d62f36560c (commit)
   from efac2544c34c69bcb752e403837f623cb8540b49 (commit)

commit db012e9468c61f60cb4e0f2a9a48d3d62f36560c
Author: Nick Schermer n...@xfce.org
Date:   Mon Jul 29 10:20:12 2013 +0200

Directorymenu: Pass path to argument (bug #10270).

 plugins/directorymenu/directorymenu.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/directorymenu/directorymenu.c 
b/plugins/directorymenu/directorymenu.c
index d2e20a6..069e02a 100644
--- a/plugins/directorymenu/directorymenu.c
+++ b/plugins/directorymenu/directorymenu.c
@@ -709,7 +709,7 @@ directory_menu_plugin_menu_open (GtkWidget   *mi,
 }
 
   if (!result
-   !exo_execute_preferred_application_on_screen (category, NULL, 
working_dir, NULL,
+   !exo_execute_preferred_application_on_screen (category, working_dir, 
working_dir, NULL,
gtk_widget_get_screen 
(mi), error))
 {
   xfce_dialog_show_error (NULL, error,
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 954503e523ba13113cc8331a5b818beba0ab578e (commit)
   from 18ef2b426b039f7d50512d2836f48d2dedc76975 (commit)

commit 954503e523ba13113cc8331a5b818beba0ab578e
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:31:30 2013 +0200

I18n: Add new translation en_AU (100%).

3 translated messages.

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

 po/{en_GB.po = en_AU.po} |   27 ---
 1 file changed, 12 insertions(+), 15 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 56%
copy from po/en_GB.po
copy to po/en_AU.po
index fc62173..f11486e 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,28 +1,28 @@
-# en_GB translation of transd.
+# SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Jeff Bailes thepizzak...@gmail.com, 2010.
-#
+# 
+# Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: \n
+Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-13 21:04+0200\n
-PO-Revision-Date: 2010-12-19 20:28+1100\n
-Last-Translator: Jeff Bailes thepizzak...@gmail.com\n
-Language-Team: en_GB\n
-Language: \n
+POT-Creation-Date: 2013-07-03 20:33+0200\n
+PO-Revision-Date: 2013-07-29 08:47+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../src/transd.c:192
 msgid 
 Transd now uses a new configuration file format.  Please see the README for 
 details.  Transd will now exit.
-msgstr 
-Transd now uses a new configuration file format.  Please see the README for 
-details.  Transd will now exit.
+msgstr Transd now uses a new configuration file format.  Please see the 
README for details.  Transd will now exit.
 
 #: ../transd.desktop.in.h:1
 msgid Transparency Daemon
@@ -31,6 +31,3 @@ msgstr Transparency Daemon
 #: ../transd.desktop.in.h:2
 msgid Daemon which monitors windows and sets transparency based on rulesets
 msgstr Daemon which monitors windows and sets transparency based on rulesets
-
-#~ msgid Configuration format changed.
-#~ msgstr Configuration format changed.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] thunar-volman:xfce-4.10 I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to 96d1b38bc3be34124d896ac8bbfffb1d7eb2714a (commit)
   from 045c5314b61e3ef99250a541ef81ca45d059b712 (commit)

commit 96d1b38bc3be34124d896ac8bbfffb1d7eb2714a
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:30:43 2013 +0200

I18n: Add new translation en_AU (100%).

113 translated messages.

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

 po/{en_GB.po = en_AU.po} |   96 +++--
 1 file changed, 15 insertions(+), 81 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 86%
copy from po/en_GB.po
copy to po/en_AU.po
index 16bde53..f95b526 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,29 +1,29 @@
-# English/GB translation of thunar-volman.
-# Copyright (C) 2007 THE thunar-volman'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the thunar-volman package.
-# Jeff Bailes thepizzak...@gmail.com, 2007.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
 # 
-# 
-#, fuzzy
+# Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: thunar-volman 0.2.0\n
+Project-Id-Version: Thunar-volman\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-19 01:00+\n
-PO-Revision-Date: 2009-08-18 11:54+1000\n
-Last-Translator: Jeff Bailes thepizzak...@gmail.com\n
-Language-Team: English/GB\n
+POT-Creation-Date: 2013-07-02 23:06+0200\n
+PO-Revision-Date: 2013-07-29 05:55+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: \n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../thunar-volman/main.c:59
 msgid The syfs path of the newly added device
 msgstr The syfs path of the newly added device
 
 #: ../thunar-volman/main.c:60
-#: ../thunar-volman-settings/thunar-volman-settings.desktop.in.in.h:1
+#: ../thunar-volman-settings/thunar-volman-settings.desktop.in.in.h:2
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:104
 msgid Configure management of removable drives and media
 msgstr Configure management of removable drives and media
@@ -101,9 +101,7 @@ msgstr A photo card has been detected
 msgid 
 There are photos on the card. Would you like to add these photos to your 
 album?
-msgstr 
-There are photos on the card. Would you like to add these photos to your 
-album?
+msgstr There are photos on the card. Would you like to add these photos to 
your album?
 
 #. prompt the user to execute the file
 #. prompt the user to execute this file
@@ -325,7 +323,7 @@ msgstr Unsupported USB device type
 msgid Thunar Volume Manager Settings
 msgstr Thunar Volume Manager Settings
 
-#: ../thunar-volman-settings/thunar-volman-settings.desktop.in.in.h:2
+#: ../thunar-volman-settings/thunar-volman-settings.desktop.in.in.h:1
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:102
 msgid Removable Drives and Media
 msgstr Removable Drives and Media
@@ -533,67 +531,3 @@ msgstr Com_mand:
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:755
 msgid Failed to open the documentation browser
 msgstr Failed to open the documentation browser
-
-#~ msgid input-keyboard
-#~ msgstr input-keyboard
-
-#~ msgid input-tablet
-#~ msgstr input-tablet
-
-#~ msgid input-mouse
-#~ msgstr input-mouse
-
-#~ msgid Failed to open display
-#~ msgstr Failed to open display
-
-#~ msgid The Thunar development team. All rights reserved.
-#~ msgstr The Thunar development team. All rights reserved.
-
-#~ msgid Written by Benedikt Meurer be...@xfce.org.
-#~ msgstr Written by Benedikt Meurer be...@xfce.org.
-
-#~ msgid The specified UDI \%s\ is not a valid HAL device UDI
-#~ msgstr The specified UDI \%s\ is not a valid HAL device UDI
-
-#~ msgid Encrypted volume
-#~ msgstr Encrypted volume
-
-#~ msgid 
-#~ span weight=\bold\ size=\larger\Mounting encrypted volume.../span
-#~ msgstr 
-#~ span weight=\bold\ size=\larger\Mounting encrypted volume.../span
-
-#~ msgid Setting up the crypto layer...
-#~ msgstr Setting up the crypto layer...
-
-#~ msgid You are not privileged to setup the crypto layer
-#~ msgstr You are not privileged to setup the crypto layer
-
-#~ msgid Wrong password
-#~ msgstr Wrong password
-
-#~ msgid span weight=\bold\ size=\larger\Wrong password./span
-#~ msgstr span weight=\bold\ size=\larger\Wrong password./span
-
-#~ msgid 
-#~ span weight=\bold\ size=\larger\This volume is encrypted./span
-#~ msgstr 
-#~ span weight=\bold\ size=\larger\This volume is encrypted./span
-
-#~ msgid Please enter your password to decrypt and mount the volume.
-#~ msgstr Please enter your password to decrypt and mount the volume.
-
-#~ msgid _Mount
-#~ msgstr _Mount
-
-#~ msgid Failed to setup the encrypted volume
-#~ msgstr Failed to setup 

[Xfce4-commits] xfce4-panel:xfce-4.10 I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to 959567a8f41cc72da54ce956827e0a88f8d27374 (commit)
   from 190bf4b685bf2a90de91e1d290fbb66840af5842 (commit)

commit 959567a8f41cc72da54ce956827e0a88f8d27374
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:31:00 2013 +0200

I18n: Add new translation en_AU (100%).

387 translated messages.

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

 po/{en_GB.po = en_AU.po} |  983 +
 1 file changed, 451 insertions(+), 532 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 89%
copy from po/en_GB.po
copy to po/en_AU.po
index 26f97d1..1082712 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,45 +1,43 @@
-# British English translations for xfce4-panel package.
-# Copyright (C) 2002-2006 The Xfce development team.
-# This file is distributed under the same license as the xfce4-panel package.
-# Zuza Software Foundation (Translate.org.za), 2004.
-# Translate.org.za i...@translate.org.za, 2007.
-# Jeff Bailes thepizzak...@gmail.com, 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:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-panel 4.8.0\n
+Project-Id-Version: Xfce4-panel\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-19 02:42+\n
-PO-Revision-Date: 2010-12-13 18:41+1100\n
-Last-Translator: \n
-Language-Team: \n
+POT-Creation-Date: 2013-07-02 23:10+0200\n
+PO-Revision-Date: 2013-07-29 06:01+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=utf-8\n
-Content-Transfer-Encoding: \n
-Language: \n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-desktop-handler.desktop.in.h:1
-msgid 
-Add a new launcher to the panel based on the information of this desktop file
-msgstr 
-Add a new launcher to the panel based on the information of this desktop file
-
-#: ../panel-desktop-handler.desktop.in.h:2
 msgid Create Launcher on the panel
 msgstr Create Launcher on the panel
 
-#: ../panel-preferences.desktop.in.h:1
-msgid Customize the panel
-msgstr Customise the panel
+#: ../panel-desktop-handler.desktop.in.h:2
+msgid 
+Add a new launcher to the panel based on the information of this desktop 
+file
+msgstr Add a new launcher to the panel based on the information of this 
desktop file
 
-#: ../panel-preferences.desktop.in.h:2
-#: ../panel/panel-preferences-dialog.glade.h:29 ../panel/panel-window.c:2353
+#: ../panel-preferences.desktop.in.h:1
+#: ../panel/panel-preferences-dialog.glade.h:7 ../panel/panel-window.c:2353
 #: ../migrate/main.c:117
 msgid Panel
 msgstr Panel
 
+#: ../panel-preferences.desktop.in.h:2
+msgid Customize the panel
+msgstr Customise the panel
+
 #. I18N: %s is the name of the plugin
 #: ../libxfce4panel/xfce-panel-plugin.c:1037
 #: ../panel/panel-preferences-dialog.c:1099
@@ -177,51 +175,47 @@ msgstr Failed to send D-Bus message
 
 #: ../panel/main.c:400
 msgid 
-Do you want to start the panel? If you do, make sure you save the session on 
-logout, so the panel is automatically started the next time you login.
-msgstr 
-Do you want to start the panel? If you do, make sure you save the session on 
-logout, so the panel is automatically started the next time you login.
+Do you want to start the panel? If you do, make sure you save the session on
+ logout, so the panel is automatically started the next time you login.
+msgstr Do you want to start the panel? If you do, make sure you save the 
session on logout, so the panel is automatically started the next time you 
login.
 
 #: ../panel/main.c:403 ../panel/main.c:417
 #, c-format
 msgid No running instance of %s was found
 msgstr No running instance of %s was found
 
-#: ../panel/panel-application.c:212
+#: ../panel/panel-application.c:216
 msgid Failed to launch the migration application
 msgstr Failed to launch the migration application
 
-#: ../panel/panel-application.c:936
+#: ../panel/panel-application.c:982
 msgid Create _Launcher
 msgstr Create _Launcher
 
-#: ../panel/panel-application.c:937
+#: ../panel/panel-application.c:983
 msgid 
 This will create a new launcher plugin on the panel and inserts the dropped 
 files as menu items.
 msgstr This will create a new launcher plugin on the panel and inserts the 
dropped files as menu items.
 
-#: ../panel/panel-application.c:939
+#: ../panel/panel-application.c:985
 #, c-format
 msgid Create new launcher from %d desktop file
 msgid_plural Create new launcher from %d desktop files
 msgstr[0] Create new launcher from %d desktop file
 msgstr[1] Create new launcher from %d desktop files
 
-#: ../panel/panel-application.c:1673
+#: 

[Xfce4-commits] libxfce4util:xfce-4.10 I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to 21b569a7dfa2e0eb89cb4b4118ab738c91cc84e7 (commit)
   from 5f9dd63e24156b97e353112a519d8bd182321836 (commit)

commit 21b569a7dfa2e0eb89cb4b4118ab738c91cc84e7
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:30:28 2013 +0200

I18n: Add new translation en_AU (100%).

7 translated messages.

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

 po/{nn.po = en_AU.po} |   80 ++--
 1 file changed, 17 insertions(+), 63 deletions(-)

diff --git a/po/nn.po b/po/en_AU.po
similarity index 52%
copy from po/nn.po
copy to po/en_AU.po
index a743a7a..f6b39b8 100644
--- a/po/nn.po
+++ b/po/en_AU.po
@@ -1,27 +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.
-# FIRST AUTHOR EMAIL@ADDRESS, YEAR.
-#
+# 
+# Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: libxfce4util\n
+Project-Id-Version: Libxfce4util\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-01-06 21:21+\n
-PO-Revision-Date: 2012-01-07 00:51+0100\n
-Last-Translator: Eivind Ødegård ginge...@yahoo.no\n
-Language-Team: Norwegian Nynorsk i18n...@lister.ping.uio.no\n
-Language: \n
+POT-Creation-Date: 2013-07-02 23:01+0200\n
+PO-Revision-Date: 2013-07-29 05:50+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-X-Poedit-Language: Norwegian nynorsk\n
-X-Poedit-Country: NORWAY\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../libxfce4util/xfce-fileutils.c:153
 #, c-format
 msgid Error creating directory '%s': %s
-msgstr Greidde ikkje laga mappa «%s»: %s
+msgstr Error creating directory '%s': %s
 
 #: ../libxfce4util/xfce-license.c:37
 msgid 
@@ -45,28 +45,7 @@ msgid 
  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\n
  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n
-msgstr 
-Engelsk lovtekst for programvara i samsvar med lisensen:\n
- Redistribution and use in source and binary forms, with or without\n
- modification, are permitted provided that the following conditions\n
- are met:\n
-\n
- 1. Redistributions of source code must retain the above copyright\n
-notice, this list of conditions and the following disclaimer.\n
- 2. Redistributions in binary form must reproduce the above copyright\n
-notice, this list of conditions and the following disclaimer in the\n
-documentation and/or other materials provided with the distribution.\n
-\n
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR\n
- IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n
- OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\n
- IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,\n
- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\n
- NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\n
- THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n
+msgstr  Redistribution and use in source and binary forms, with or without\n 
modification, are permitted provided that the following conditions\n are 
met:\n\n 1. Redistributions of source code must retain the above copyright\n
notice, this list of conditions and the following disclaimer.\n 2. 
Redistributions in binary form must reproduce the above copyright\nnotice, 
this list of conditions and the following disclaimer in the\ndocumentation 
and/or other materials provided with the distribution.\n\n THIS SOFTWARE IS 
PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR\n IMPLIED WARRANTIES, 
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n OF MERCHANTABILITY AND 
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\n IN NO EVENT SHALL THE AUTHOR 
BE LIABLE FOR ANY DIRECT, INDIRECT,\n INCIDENTAL, SPECIAL, EXEMPLARY, OR 
CONSEQUENTIAL DAMAGES (INCLUDING, BUT\n NOT LIMITED TO, PROCUREMENT OF 
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS 
INTERRUPTION)
  HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 
OF THE USE OF\n THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 
DAMAGE.\n
 
 #: ../libxfce4util/xfce-license.c:66
 msgid 
@@ -83,19 +62,7 @@ msgid 
 You should have received a copy of the GNU General Public License along 

[Xfce4-commits] thunar-media-tags-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 6bf7863f8fee0b582b1aa059f0bcade334892df1 (commit)
   from 3d64bd41cc45314f4a16684225e853530494b52f (commit)

commit 6bf7863f8fee0b582b1aa059f0bcade334892df1
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:30:34 2013 +0200

I18n: Add new translation en_AU (100%).

58 translated messages.

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

 po/{en_GB.po = en_AU.po} |   32 +++-
 1 file changed, 15 insertions(+), 17 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 88%
copy from po/en_GB.po
copy to po/en_AU.po
index 48bbb46..b124890 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,20 +1,22 @@
-# British English translation of the thunar-media-tags-plugin.
-# Copyright (C) 2006-2007 Jannis Pohlmann jan...@xfce.org
-# This file is distributed under the same license as the 
thunar-media-tags-plugin package.
-# Jeff Bailes thepizzak...@gmail.com, 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:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: thunar-media-tags-plugin\n
+Project-Id-Version: Thunar Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-22 20:48+\n
-PO-Revision-Date: 2007-03-29 19:12+1000\n
-Last-Translator: Jeff Bailes thepizzak...@gmail.com\n
-Language-Team: British English xfce-i...@xfce.org\n
+POT-Creation-Date: 2013-07-03 20:09+0200\n
+PO-Revision-Date: 2013-07-29 05:39+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\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: \n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657
 msgid Title
@@ -66,9 +68,7 @@ msgstr _Underscores
 msgid 
 Activating this option will replace all spaces in the target filename with 
 underscores.
-msgstr 
-Activating this option will replace all spaces in the target filename with 
-underscores.
+msgstr Activating this option will replace all spaces in the target filename 
with underscores.
 
 #: ../thunar-plugin/tag-renamer.c:319
 msgid _Lowercase
@@ -78,9 +78,7 @@ msgstr _Lowercase
 msgid 
 If you activate this, the resulting filename will only contain lowercase 
 letters.
-msgstr 
-If you activate this, the resulting filename will contain only lowercase 
-letters.
+msgstr If you activate this, the resulting filename will only contain 
lowercase letters.
 
 #: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182
 msgid Unknown Artist
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-appfinder:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 98a64326cb46dd95a8a2ce379e288a5bdfcea851 (commit)
   from 01e103fbf908845fc76ad25a42e2cd8f9e4f898d (commit)

commit 98a64326cb46dd95a8a2ce379e288a5bdfcea851
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:30:51 2013 +0200

I18n: Add new translation en_AU (100%).

69 translated messages.

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

 po/{en_GB.po = en_AU.po} |  359 -
 1 file changed, 127 insertions(+), 232 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 63%
copy from po/en_GB.po
copy to po/en_AU.po
index bc93701..9bdf8cb 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,306 +1,306 @@
-# British English translations for xfce4-appfinder package.
-# Copyright (C) 2004-2005 Eduard Roccatello.
-# This file is distributed under the same license as the xfce4-appfinder 
package.
-# Zuza Software Foundation (Translate.org.za), 2004.
-# Translate.org.za i...@translate.org.za, 2008.
-# Jeff Bailes thepizzak...@gmail.com, 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:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-appfinder 4.6.0\n
+Project-Id-Version: Xfce4-appfinder\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-19 01:24+\n
-PO-Revision-Date: 2009-01-27 12:48+1100\n
-Last-Translator: \n
-Language-Team: \n
+POT-Creation-Date: 2013-07-29 00:30+0200\n
+PO-Revision-Date: 2013-07-29 05:57+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=utf-8\n
-Content-Transfer-Encoding: \n
-Language: \n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../src/appfinder-category-model.c:146
 msgid All Applications
 msgstr All Applications
 
-#: ../src/appfinder-model.c:545
+#: ../src/appfinder-model.c:575
 msgid Name
 msgstr Name
 
-#: ../src/appfinder-model.c:546
+#: ../src/appfinder-model.c:576
 msgid Comment
 msgstr Comment
 
-#: ../src/appfinder-model.c:547
+#: ../src/appfinder-model.c:577
 msgid Command
 msgstr Command
 
-#: ../src/appfinder-model.c:548
+#: ../src/appfinder-model.c:578
 msgid Categories
 msgstr Categories
 
-#: ../src/appfinder-model.c:549
+#: ../src/appfinder-model.c:579
 msgid Filename
 msgstr Filename
 
-#: ../src/appfinder-model.c:1825
+#: ../src/appfinder-model.c:2100
 msgid Application has no command
 msgstr Application has no command
 
-#: ../src/appfinder-model.c:2149
+#: ../src/appfinder-model.c:2519
 msgid Commands History
 msgstr Commands History
 
-#: ../src/appfinder-preferences.c:221
+#: ../src/appfinder-model.c:2543
+msgid Bookmarks
+msgstr Bookmarks
+
+#: ../src/appfinder-preferences.c:219
 msgid C_lear
 msgstr C_lear
 
-#: ../src/appfinder-preferences.c:222
+#: ../src/appfinder-preferences.c:220
 msgid This will permanently clear the custom command history.
 msgstr This will permanently clear the custom command history.
 
-#: ../src/appfinder-preferences.c:223
+#: ../src/appfinder-preferences.c:221
 msgid Are you sure you want to clear the command history?
 msgstr Are you sure you want to clear the command history?
 
-#: ../src/appfinder-preferences.c:333
+#: ../src/appfinder-preferences.c:331
 msgid The custom action will be deleted permanently.
 msgstr The custom action will be deleted permanently.
 
-#: ../src/appfinder-preferences.c:334
+#: ../src/appfinder-preferences.c:332
 #, c-format
 msgid Are you sure you want to delete pattern \%s\?
 msgstr Are you sure you want to delete pattern \%s\?
 
-#: ../src/appfinder-window.c:219 ../src/main.c:446
-#: ../src/appfinder-preferences.glade.h:4
+#: ../src/appfinder-window.c:222 ../src/appfinder-preferences.glade.h:10
 #: ../data/xfce4-appfinder.desktop.in.h:1
 msgid Application Finder
 msgstr Application Finder
 
-#: ../src/appfinder-window.c:271
+#: ../src/appfinder-window.c:289
 msgid Toggle view mode
 msgstr Toggle view mode
 
-#: ../src/appfinder-window.c:363
+#: ../src/appfinder-window.c:394
 msgid La_unch
 msgstr La_unch
 
-#: ../src/appfinder-window.c:798
+#: ../src/appfinder-window.c:880
 msgid Failed to launch desktop item editor
 msgstr Failed to launch desktop item editor
 
-#: ../src/appfinder-window.c:824
+#: ../src/appfinder-window.c:906
 msgid 
 This will permanently remove the custom desktop file from your home 
 directory.
 msgstr This will permanently remove the custom desktop file from your home 
directory.
 
-#: ../src/appfinder-window.c:825
+#: ../src/appfinder-window.c:907
 #, c-format
 msgid Are you sure you want to revert \%s\?
 msgstr Are you sure you want to revert \%s\?
 
-#: ../src/appfinder-window.c:835
+#: ../src/appfinder-window.c:917

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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to a4883d9d40046e23d6ea8c1202637a51bb009aac (commit)
   from 8ef194e8fbf1652b27cf26c0a519c9be08631964 (commit)

commit a4883d9d40046e23d6ea8c1202637a51bb009aac
Author: cybercop cybercop_mont...@abv.bg
Date:   Mon Jul 29 12:30:51 2013 +0200

I18n: Update translation bg (100%).

69 translated messages.

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

 po/bg.po |  232 +-
 1 file changed, 124 insertions(+), 108 deletions(-)

diff --git a/po/bg.po b/po/bg.po
index 7e1e273..cea2081 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -1,54 +1,60 @@
-# Bilgarian translations for xfce4-appfinder package.
-# Copyright (C) 2004-2009 The Xfce development team.
-# This file is distributed under the same license as the xfce4-appfinder 
package.
-# Kiril Kirilov (Cybercop) cybercop_mont...@abv.bg, 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:
+# cybercop cybercop_mont...@abv.bg, 2012
+# cybercop cybercop_mont...@abv.bg, 2012
 msgid 
 msgstr 
-Project-Id-Version: xfce4-appfinder\n
+Project-Id-Version: Xfce4-appfinder\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-01-27 06:45+\n
-PO-Revision-Date: 2013-01-27 10:40+0200\n
-Last-Translator: Cybercop cybercop_mont...@abv.bg\n
-Language-Team: Bulgarian\n
-Language: bg\n
+POT-Creation-Date: 2013-07-29 00:30+0200\n
+PO-Revision-Date: 2013-07-29 07:46+\n
+Last-Translator: cybercop cybercop_mont...@abv.bg\n
+Language-Team: Bulgarian 
(http://www.transifex.com/projects/p/xfce/language/bg/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n
+Language: bg\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../src/appfinder-category-model.c:146
 msgid All Applications
 msgstr Всички приложения
 
-#: ../src/appfinder-model.c:549
+#: ../src/appfinder-model.c:575
 msgid Name
 msgstr Име
 
-#: ../src/appfinder-model.c:550
+#: ../src/appfinder-model.c:576
 msgid Comment
 msgstr Коментар
 
-#: ../src/appfinder-model.c:551
+#: ../src/appfinder-model.c:577
 msgid Command
 msgstr Команда
 
-#: ../src/appfinder-model.c:552
+#: ../src/appfinder-model.c:578
 msgid Categories
 msgstr Категории
 
-#: ../src/appfinder-model.c:553
+#: ../src/appfinder-model.c:579
 msgid Filename
 msgstr Име на файл
 
-#: ../src/appfinder-model.c:1833
+#: ../src/appfinder-model.c:2100
 msgid Application has no command
 msgstr Не е зададена команда за приложението
 
-#: ../src/appfinder-model.c:2157
+#: ../src/appfinder-model.c:2519
 msgid Commands History
 msgstr История на командите
 
+#: ../src/appfinder-model.c:2543
+msgid Bookmarks
+msgstr Отметки
+
 #: ../src/appfinder-preferences.c:219
 msgid C_lear
 msgstr Изчистване
@@ -70,54 +76,64 @@ msgstr Потребителското действие ще бъде према
 msgid Are you sure you want to delete pattern \%s\?
 msgstr Премахване на шаблон \%s\?
 
-#: ../src/appfinder-window.c:221
-#: ../src/appfinder-preferences.glade.h:4
+#: ../src/appfinder-window.c:222 ../src/appfinder-preferences.glade.h:10
 #: ../data/xfce4-appfinder.desktop.in.h:1
 msgid Application Finder
 msgstr Търсене на програма
 
-#: ../src/appfinder-window.c:288
+#: ../src/appfinder-window.c:289
 msgid Toggle view mode
 msgstr Превключване в режим на преглед
 
-#: ../src/appfinder-window.c:393
+#: ../src/appfinder-window.c:394
 msgid La_unch
 msgstr Стартиране
 
-#: ../src/appfinder-window.c:837
+#: ../src/appfinder-window.c:880
 msgid Failed to launch desktop item editor
 msgstr Не може да стартира редакторът на елементите върху работният плот
 
-#: ../src/appfinder-window.c:863
-msgid This will permanently remove the custom desktop file from your home 
directory.
+#: ../src/appfinder-window.c:906
+msgid 
+This will permanently remove the custom desktop file from your home 
+directory.
 msgstr Това ще премахне завинаги този потребителски декстоп файл от домашната 
директория.
 
-#: ../src/appfinder-window.c:864
+#: ../src/appfinder-window.c:907
 #, c-format
 msgid Are you sure you want to revert \%s\?
 msgstr Сигурен ли сте, че искате да върнете \%s\?
 
-#: ../src/appfinder-window.c:874
+#: ../src/appfinder-window.c:917
 msgid Failed to remove desktop file
 msgstr Не може да бъде премахнат десктоп файл
 
 #. I18N: the first %s will be replace with users' applications directory, the
 #. * second with Hidden=true
-#: ../src/appfinder-window.c:907
+#: ../src/appfinder-window.c:950
 #, c-format
-msgid To unhide the item you have to manually remove the desktop file from 
\%s\ or open the file in the same directory and remove the line \%s\.
+msgid 
+To unhide the item you have to manually remove the desktop file from \%s\ 
+or open the file in the same directory and remove the line \%s\.
 msgstr За 

[Xfce4-commits] thunar:xfce-4.10 I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to 2af4bba3f353c370e6573400b247353a15f64e00 (commit)
   from 32b7b926a3f8b15f08bcfe6e3f6452e386474415 (commit)

commit 2af4bba3f353c370e6573400b247353a15f64e00
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:30:45 2013 +0200

I18n: Add new translation en_AU (100%).

681 translated messages.

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

 po/{en_GB.po = en_AU.po} |  624 +++--
 1 file changed, 150 insertions(+), 474 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 84%
copy from po/en_GB.po
copy to po/en_AU.po
index bb0c19b..6062eee 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,21 +1,22 @@
-# British English translation of the thunar package.
-# Copyright (C) 2004-2007 Benedikt Meurer.
-# This file is distributed under the same license as the thunar package.
-# Jeff Bailes thepizzak...@gmail.com, 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:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: Thunar 0.9.0\n
+Project-Id-Version: Thunar\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-19 00:45+\n
-PO-Revision-Date: 2009-01-27 12:46+1100\n
-Last-Translator: Jeff Bailes thepizzak...@gmail.com\n
-Language-Team: English/GB xfce-i...@xfce.org\n
+POT-Creation-Date: 2013-07-02 23:03+0200\n
+PO-Revision-Date: 2013-07-29 05:52+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: \n
-Plural-Forms: nplurals=2; plural=(n  1);\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../thunar/main.c:62
 msgid Open the bulk rename dialog
@@ -204,9 +205,7 @@ msgstr Moving files into \%s\...
 msgid 
 Are you sure that you want to\n
 permanently delete \%s\?
-msgstr 
-Are you sure that you want to\n
-permanently delete \%s\?
+msgstr Are you sure that you want to\npermanently delete \%s\?
 
 #: ../thunar/thunar-application.c:1759
 #, c-format
@@ -216,12 +215,8 @@ msgid 
 msgid_plural 
 Are you sure that you want to permanently\n
 delete the %u selected files?
-msgstr[0] 
-Are you sure that you want to permanently\n
-delete the selected file?
-msgstr[1] 
-Are you sure that you want to permanently\n
-delete the %u selected files?
+msgstr[0] Are you sure that you want to permanently\ndelete the selected 
file?
+msgstr[1] Are you sure that you want to permanently\ndelete the %u selected 
files?
 
 #: ../thunar/thunar-application.c:1779
 msgid If you delete a file, it is permanently lost.
@@ -233,7 +228,7 @@ msgstr Deleting files...
 
 #: ../thunar/thunar-application.c:1824
 msgid Moving files into the trash...
-msgstr Moving files into the Wastebasket...
+msgstr Moving files into the rubbish...
 
 #: ../thunar/thunar-application.c:1863
 msgid Creating files...
@@ -245,7 +240,7 @@ msgstr Creating directories...
 
 #: ../thunar/thunar-application.c:1941
 msgid Remove all files and folders from the Trash?
-msgstr Remove all files and folders from the Wastebasket?
+msgstr Remove all files and folders from the Rubbish?
 
 #. append the Empty Trash menu action
 #. prepare the menu item
@@ -253,19 +248,17 @@ msgstr Remove all files and folders from the 
Wastebasket?
 #: ../thunar/thunar-shortcuts-view.c:875 ../thunar/thunar-tree-view.c:1145
 #: ../thunar/thunar-window.c:297 ../plugins/thunar-tpa/thunar-tpa.c:189
 msgid _Empty Trash
-msgstr _Empty Wastebasket
+msgstr _Empty Rubbish
 
 #: ../thunar/thunar-application.c:1951
 msgid 
 If you choose to empty the Trash, all items in it will be permanently lost. 
 Please note that you can also delete them separately.
-msgstr 
-If you choose to empty the Wastebasket, all items in it will be permanently 
-lost. Please note that you can also delete them separately.
+msgstr If you choose to empty the Rubbish, all items in it will be 
permanently lost. Please note that you can also delete them separately.
 
 #: ../thunar/thunar-application.c:1968
 msgid Emptying the Trash...
-msgstr Emptying the Wastebasket...
+msgstr Emptying the Rubbish...
 
 #: ../thunar/thunar-application.c:2014
 #, c-format
@@ -290,9 +283,9 @@ msgstr Failed to set default application for \%s\
 #: ../thunar/thunar-chooser-button.c:440
 #, c-format
 msgid 
-The selected application is used to open this and other files of type \%s\.
-msgstr 
-The selected application is used to open this and other files of type \%s\.
+The selected application is used to open this and other files of type 
+\%s\.
+msgstr The selected application is used to open this and other files of type 
\%s\.
 
 #: ../thunar/thunar-chooser-button.c:492
 msgid No application selected
@@ -313,11 +306,9 @@ msgstr Use a _custom 

[Xfce4-commits] xfce4-power-manager:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to b89ff239b96f2d7374c644b079bbfe6975c803f7 (commit)
   from 05d12e12596512f7a31d3cdb4845a69dc2d4c611 (commit)

commit b89ff239b96f2d7374c644b079bbfe6975c803f7
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:31:04 2013 +0200

I18n: Add new translation en_AU (100%).

213 translated messages.

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

 po/{en_GB.po = en_AU.po} |  270 ++---
 1 file changed, 108 insertions(+), 162 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 90%
copy from po/en_GB.po
copy to po/en_AU.po
index 4a487de..2f8b16c 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,124 +1,125 @@
-# en_GB translation for xfce4-power-manager.
+# SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Jeff Bailes thepizzak...@gmail.com, 2010.
 # 
+# Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: \n
+Project-Id-Version: Xfce4-power-manager\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-22 22:51+\n
-PO-Revision-Date: 2010-12-24 14:21+1100\n
-Last-Translator: Jeff Bailes thepizzak...@gmail.com\n
-Language-Team: \n
+POT-Creation-Date: 2013-07-02 22:42+0200\n
+PO-Revision-Date: 2013-07-29 06:02+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: \n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
-#: ../data/interfaces/xfpm-settings.ui.h:1
-msgid bActions/b
-msgstr bActions/b
+#: ../data/interfaces/xfpm-settings.ui.h:1 ../settings/xfpm-settings.c:809
+#: ../settings/xfpm-settings.c:877 ../settings/xfpm-settings.c:1026
+#: ../settings/xfpm-settings.c:1203 ../settings/xfpm-settings.c:1260
+#: ../settings/xfpm-settings.c:1312
+msgid Nothing
+msgstr Nothing
 
 #: ../data/interfaces/xfpm-settings.ui.h:2
-msgid bAdvanced Options/b
-msgstr bAdvanced Options/b
+#: ../settings/xfpm-settings-main.c:121 ../src/xfpm-main.c:413
+msgid Xfce Power Manager
+msgstr Xfce Power Manager
 
 #: ../data/interfaces/xfpm-settings.ui.h:3
-msgid bBrightness/b
-msgstr bBrightness/b
+msgid Power manager settings
+msgstr Power manager settings
 
 #: ../data/interfaces/xfpm-settings.ui.h:4
-msgid bGeneral Options/b
-msgstr bGeneral Options/b
+msgid When sleep button is pressed:
+msgstr When sleep button is pressed:
 
 #: ../data/interfaces/xfpm-settings.ui.h:5
-msgid bMonitor/b
-msgstr bMonitor/b
+msgid When hibernate button is pressed:
+msgstr When hibernate button is pressed:
 
 #: ../data/interfaces/xfpm-settings.ui.h:6
-msgid Actions
-msgstr Actions
+msgid When power button is pressed:
+msgstr When power button is pressed:
 
 #: ../data/interfaces/xfpm-settings.ui.h:7
-msgid Consider the computer on low power at:
-msgstr Consider the computer on low power at:
+msgid System tray icon: 
+msgstr System tray icon: 
 
-#. Hibernate menu option
-#: ../data/interfaces/xfpm-settings.ui.h:8 ../settings/xfpm-settings.c:820
-#: ../settings/xfpm-settings.c:888 ../settings/xfpm-settings.c:1037
-#: ../settings/xfpm-settings.c:1214 ../settings/xfpm-settings.c:1271
-#: ../settings/xfpm-settings.c:1323 ../src/xfpm-power.c:484
-#: ../src/xfpm-power.c:779
-msgid Hibernate
-msgstr Hibernate
+#: ../data/interfaces/xfpm-settings.ui.h:8
+msgid Monitor power management control
+msgstr Monitor power management control
 
 #: ../data/interfaces/xfpm-settings.ui.h:9
-msgid Level:
-msgstr Level:
+msgid Show notifications to notify about the battery state
+msgstr Show notifications to notify about the battery state
 
 #: ../data/interfaces/xfpm-settings.ui.h:10
-msgid Lock screen when going for suspend/hibernate
-msgstr Lock screen when going for suspend/hibernate
+msgid bGeneral Options/b
+msgstr bGeneral Options/b
 
-#: ../data/interfaces/xfpm-settings.ui.h:11 ../src/xfpm-power-common.c:132
-msgid Monitor
-msgstr Monitor
+#: ../data/interfaces/xfpm-settings.ui.h:11
+msgid When laptop lid is closed:
+msgstr When laptop lid is closed:
 
 #: ../data/interfaces/xfpm-settings.ui.h:12
-msgid Monitor power management control
-msgstr Monitor power management control
+msgid Put the computer to sleep when inactive for:
+msgstr Put the computer to sleep when inactive for:
 
-#: ../data/interfaces/xfpm-settings.ui.h:13 ../settings/xfpm-settings.c:809
-#: ../settings/xfpm-settings.c:877 ../settings/xfpm-settings.c:1026
-#: ../settings/xfpm-settings.c:1203 ../settings/xfpm-settings.c:1260
-#: ../settings/xfpm-settings.c:1312
-msgid Nothing
-msgstr Nothing
+#: ../data/interfaces/xfpm-settings.ui.h:13
+msgid Spin down hard disks
+msgstr Spin down hard disks
 
 #: ../data/interfaces/xfpm-settings.ui.h:14
-msgid Power manager settings
-msgstr Power manager settings

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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to a5bf50732c841756b4b33009df05a67ee6a57085 (commit)
   from f8ee452289c3d24abf71529469fb8ad511d1c89f (commit)

commit a5bf50732c841756b4b33009df05a67ee6a57085
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:31:28 2013 +0200

I18n: Add new translation en_AU (100%).

90 translated messages.

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

 po/{en_GB.po = en_AU.po} |  243 ++---
 1 file changed, 28 insertions(+), 215 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 67%
copy from po/en_GB.po
copy to po/en_AU.po
index 4904e2e..3efee63 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,21 +1,22 @@
-# British English translation of the squeeze package.
-# Copyright (C) 2006-2007 Stephan Arts.
-# This file is distributed under the same license as the squeeze package.
-# Jeff Bailes thepizzak...@gmail.com, 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:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: squeeze 0.2.0\n
+Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-19 06:15+\n
-PO-Revision-Date: 2008-05-10 12:15+1000\n
-Last-Translator: Jeff Bailes thepizzak...@gmail.com\n
-Language-Team: English/GB\n
+POT-Creation-Date: 2013-07-03 20:32+0200\n
+PO-Revision-Date: 2013-07-29 08:45+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\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: \n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../libsqueeze/archive.c:266
 msgid Name
@@ -26,16 +27,16 @@ msgid Mime type
 msgstr Mime type
 
 #: ../squeeze.desktop.in.h:1
-msgid Archive Manager
-msgstr Archive Manager
+msgid Squeeze Archive Manager
+msgstr Squeeze Archive Manager
 
 #: ../squeeze.desktop.in.h:2
 msgid Create and manage archives with the archive manager
 msgstr Create and manage archives with the archive manager
 
 #: ../squeeze.desktop.in.h:3
-msgid Squeeze Archive Manager
-msgstr Squeeze Archive Manager
+msgid Archive Manager
+msgstr Archive Manager
 
 #. * Could not open archive (mime type not supported or file did not exist)
 #. * Should be a more specific error message.
@@ -48,9 +49,7 @@ msgstr Could not open archive, MIME-type unsupported or file 
did not exist
 msgid 
 Squeeze cannot extract this archive type,\n
 the application to support this is missing.
-msgstr 
-Squeeze cannot extract this archive type,\n
-the application to support this is missing.
+msgstr Squeeze cannot extract this archive type,\nthe application to support 
this is missing.
 
 #. * Could not create archive (mime type unsupported)
 #. 
@@ -62,9 +61,7 @@ msgstr Could not create archive, MIME-type unsupported
 msgid 
 Squeeze cannot add files to this archive type,\n
 the application to support this is missing.
-msgstr 
-Squeeze cannot add files to this archive type,\n
-the application to support this is missing.
+msgstr Squeeze cannot add files to this archive type,\nthe application to 
support this is missing.
 
 #: ../src/archive_store.c:250 ../src/notebook.c:181
 msgid Show full path
@@ -161,9 +158,7 @@ msgstr [archive name]
 msgid 
 %s: %s\n
 Try %s --help to see a full list of available command line options.\n
-msgstr 
-%s: %s\n
-Try %s --help to see a full list of available command line options.\n
+msgstr %s: %s\nTry %s --help to see a full list of available command line 
options.\n
 
 #: ../src/main_window.c:134
 msgid Internal Style
@@ -185,9 +180,7 @@ msgstr Navigation Style
 msgid 
 Style of navigation\n
 The style to navigate trough the archive
-msgstr 
-Style of navigation\n
-The style to navigate trough the archive
+msgstr Style of navigation\nThe style to navigate trough the archive
 
 #. File menu
 #: ../src/main_window.c:300
@@ -241,9 +234,7 @@ msgstr Open archive
 msgid 
 Squeeze cannot add folders to this archive type,\n
 the application to support this is missing.
-msgstr 
-Squeeze cannot add folders to this archive type,\n
-the application to support this is missing.
+msgstr Squeeze cannot add folders to this archive type,\nthe application to 
support this is missing.
 
 #: ../src/main_window.c:958
 msgid Are you sure you want to remove the selected files?
@@ -253,17 +244,13 @@ msgstr Are you sure you want to remove the selected 
files?
 msgid 
 Squeeze cannot remove files from this archive type,\n
 the application to support this is missing.
-msgstr 
-Squeeze cannot remove files from this archive type,\n
-the application to support this is missing.
+msgstr Squeeze cannot remove files from this archive type,\nthe application 
to support this is missing.
 
 

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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 01e103fbf908845fc76ad25a42e2cd8f9e4f898d (commit)
   from a4883d9d40046e23d6ea8c1202637a51bb009aac (commit)

commit 01e103fbf908845fc76ad25a42e2cd8f9e4f898d
Author: salepetronije salepetron...@gmail.com
Date:   Mon Jul 29 12:30:51 2013 +0200

I18n: Update translation sr (100%).

69 translated messages.

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

 po/sr.po |  269 ++
 1 file changed, 131 insertions(+), 138 deletions(-)

diff --git a/po/sr.po b/po/sr.po
index c6e4a35..0ece230 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -1,314 +1,307 @@
-# This file is distributed under the same license as the xfce4-appfinder 
package.
-# salepetronije salepetron...@gmail.com, 2012.
-# Саша Петровић salepetron...@gmail.com, 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:
+# salepetronije salepetron...@gmail.com, 2012
+# salepetronije salepetron...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-appfinder.master\n
+Project-Id-Version: Xfce4-appfinder\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-06-20 08:54+\n
-PO-Revision-Date: 2013-03-05 14:02+0100\n
-Last-Translator: Саша Петровић salepetron...@gmail.com\n
-Language-Team: српски \n
-Language: sr\n
+POT-Creation-Date: 2013-07-29 00:30+0200\n
+PO-Revision-Date: 2013-07-29 05:28+\n
+Last-Translator: salepetronije salepetron...@gmail.com\n
+Language-Team: Serbian 
(http://www.transifex.com/projects/p/xfce/language/sr/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  n
-%10=4  (n%10010 || n%100=20) ? 1 : 2) \n
+Language: sr\n
+Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n
 
 #: ../src/appfinder-category-model.c:146
 msgid All Applications
 msgstr Сви програми
 
-#: ../src/appfinder-model.c:545
+#: ../src/appfinder-model.c:575
 msgid Name
 msgstr Назив
 
-#: ../src/appfinder-model.c:546
+#: ../src/appfinder-model.c:576
 msgid Comment
 msgstr Напомена
 
-#: ../src/appfinder-model.c:547
+#: ../src/appfinder-model.c:577
 msgid Command
 msgstr Наредба
 
-#: ../src/appfinder-model.c:548
+#: ../src/appfinder-model.c:578
 msgid Categories
 msgstr Врсте
 
-#: ../src/appfinder-model.c:549
+#: ../src/appfinder-model.c:579
 msgid Filename
 msgstr Назив датотеке
 
-#: ../src/appfinder-model.c:1829
+#: ../src/appfinder-model.c:2100
 msgid Application has no command
 msgstr Програм нема наредбу
 
-#: ../src/appfinder-model.c:2153
+#: ../src/appfinder-model.c:2519
 msgid Commands History
 msgstr Историјат наредби
 
-#: ../src/appfinder-preferences.c:221
+#: ../src/appfinder-model.c:2543
+msgid Bookmarks
+msgstr Забелешке
+
+#: ../src/appfinder-preferences.c:219
 msgid C_lear
 msgstr О_чисти
 
-#: ../src/appfinder-preferences.c:222
+#: ../src/appfinder-preferences.c:220
 msgid This will permanently clear the custom command history.
 msgstr Ово ће трајно избрисати произвољни историјат наредби.
 
-#: ../src/appfinder-preferences.c:223
+#: ../src/appfinder-preferences.c:221
 msgid Are you sure you want to clear the command history?
 msgstr Да ли сте сигурни да желите обрисати историјат наредби?
 
-#: ../src/appfinder-preferences.c:333
+#: ../src/appfinder-preferences.c:331
 msgid The custom action will be deleted permanently.
 msgstr Произвољна радња ће бити трајно избрисана.
 
-#: ../src/appfinder-preferences.c:334
+#: ../src/appfinder-preferences.c:332
 #, c-format
 msgid Are you sure you want to delete pattern \%s\?
 msgstr Да ли сте сигурни да желите избрисати образац „%s“?
 
-#: ../src/appfinder-window.c:219 ../src/main.c:446
-#: ../src/appfinder-preferences.glade.h:4
+#: ../src/appfinder-window.c:222 ../src/appfinder-preferences.glade.h:10
 #: ../data/xfce4-appfinder.desktop.in.h:1
 msgid Application Finder
 msgstr Проналазач програма
 
-#: ../src/appfinder-window.c:271
+#: ../src/appfinder-window.c:289
 msgid Toggle view mode
 msgstr Промени начин прегледа
 
-#: ../src/appfinder-window.c:363
+#: ../src/appfinder-window.c:394
 msgid La_unch
 msgstr По_крени
 
-#: ../src/appfinder-window.c:798
+#: ../src/appfinder-window.c:880
 msgid Failed to launch desktop item editor
 msgstr Нисам успео да покренем уређивача ставки радне површи
 
-#: ../src/appfinder-window.c:824
+#: ../src/appfinder-window.c:906
 msgid 
 This will permanently remove the custom desktop file from your home 
 directory.
-msgstr 
-Ово ће трајно уклонити прилагођену датотеку покретача програма из ваше личне 
-фасцикле.
+msgstr Ово ће трајно уклонити прилагођену датотеку покретача програма из ваше 
личне фасцикле.
 
-#: ../src/appfinder-window.c:825
+#: ../src/appfinder-window.c:907
 #, c-format
 msgid Are you sure you want to revert \%s\?
 msgstr Да 

[Xfce4-commits] xfce4-panel:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 76fdd30d90ba1b48d6bd7d154d7c19140774ca1a (commit)
   from db012e9468c61f60cb4e0f2a9a48d3d62f36560c (commit)

commit 76fdd30d90ba1b48d6bd7d154d7c19140774ca1a
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:30:56 2013 +0200

I18n: Add new translation en_AU (100%).

392 translated messages.

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

 po/{en_GB.po = en_AU.po} |   19 ---
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 98%
copy from po/en_GB.po
copy to po/en_AU.po
index a0e031e..0211bcc 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -3,22 +3,19 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Noskcaj nosk...@ubuntu.com, 2013
-# Jeff Bailes thepizzak...@gmail.com, 2009
-# Translate.org.za i...@translate.org.za, 2007
-# Zuza Software Foundation (Translate.org.za), 2004
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce4-panel\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-02 22:26+0200\n
-PO-Revision-Date: 2013-07-23 21:56+\n
-Last-Translator: Noskcaj nosk...@ubuntu.com\n
-Language-Team: English (United Kingdom) 
(http://www.transifex.com/projects/p/xfce/language/en_GB/)\n
+PO-Revision-Date: 2013-07-29 06:00+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: en_GB\n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-desktop-handler.desktop.in.h:1
@@ -253,7 +250,7 @@ msgstr The panel of the Xfce Desktop Environment
 
 #: ../panel/panel-dialogs.c:87
 msgid translator-credits
-msgstr Jeff Bailes thepizzak...@gmail.com, 2010
+msgstr translator-credits
 
 #. setup the dialog
 #: ../panel/panel-dialogs.c:158 ../plugins/launcher/launcher-dialog.glade.h:27
@@ -339,7 +336,7 @@ msgstr Are you sure you want to remove panel %d?
 #: ../panel/panel-preferences-dialog.c:958
 #, c-format
 msgid %s span color=\grey\ size=\small\(external)/span
-msgstr %s span color=\grey\ size=\small\(external)/span
+msgstr %s span colour=\grey\ size=\small\(external)/span
 
 #. I18N: tooltip in preferences dialog when hovering an item in the list
 #. * for external plugins
@@ -432,7 +429,7 @@ msgstr Don't _reserve space on borders
 msgid 
 Select this option if you want maximized windows to cover the area behind 
 the panel. This only works when the panel is attached to a screen edge.
-msgstr Select this option to hide the panel when the pointer is not above it. 
This only works when the panel is attached to a screen edge.
+msgstr Select this option if you want maximised windows to cover the area 
behind the panel. This only works when the panel is attached to a screen edge.
 
 #: ../panel/panel-preferences-dialog.glade.h:20
 #: ../plugins/actions/actions-dialog.glade.h:6
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to d945da53944bb68a9095f572e760a8ed83bc8110 (commit)
   from 938b066b88179b13b7d84e610e224d3a140ecf69 (commit)

commit d945da53944bb68a9095f572e760a8ed83bc8110
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:30:16 2013 +0200

I18n: Add new translation en_AU (100%).

31 translated messages.

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

 po/{en_GB.po = en_AU.po} |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 93%
copy from po/en_GB.po
copy to po/en_AU.po
index ad78656..742edd2 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -3,19 +3,19 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Noskcaj nosk...@ubuntu.com, 2013
+# k3lt01 keltoi...@gmail.com, 2013
 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-24 08:10+\n
-Last-Translator: Noskcaj nosk...@ubuntu.com\n
-Language-Team: English (United Kingdom) 
(http://www.transifex.com/projects/p/xfce/language/en_GB/)\n
+PO-Revision-Date: 2013-07-29 05:47+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: en_GB\n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../data/xfce/xfce-accessories.directory.in.h:1
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 28f3aa53b0d8726cffbf8981b4a29ccefb3ddcc3 (commit)
   from e7961635c6678a1305a5a2c5cbde8313a586f7e7 (commit)

commit 28f3aa53b0d8726cffbf8981b4a29ccefb3ddcc3
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:30:25 2013 +0200

I18n: Add new translation en_AU (100%).

7 translated messages.

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

 po/{nn.po = en_AU.po} |   80 ++--
 1 file changed, 17 insertions(+), 63 deletions(-)

diff --git a/po/nn.po b/po/en_AU.po
similarity index 52%
copy from po/nn.po
copy to po/en_AU.po
index a743a7a..623f3c7 100644
--- a/po/nn.po
+++ b/po/en_AU.po
@@ -1,27 +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.
-# FIRST AUTHOR EMAIL@ADDRESS, YEAR.
-#
+# 
+# Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: libxfce4util\n
+Project-Id-Version: Libxfce4util\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-01-06 21:21+\n
-PO-Revision-Date: 2012-01-07 00:51+0100\n
-Last-Translator: Eivind Ødegård ginge...@yahoo.no\n
-Language-Team: Norwegian Nynorsk i18n...@lister.ping.uio.no\n
-Language: \n
+POT-Creation-Date: 2013-07-02 22:35+0200\n
+PO-Revision-Date: 2013-07-29 06:10+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-X-Poedit-Language: Norwegian nynorsk\n
-X-Poedit-Country: NORWAY\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../libxfce4util/xfce-fileutils.c:153
 #, c-format
 msgid Error creating directory '%s': %s
-msgstr Greidde ikkje laga mappa «%s»: %s
+msgstr Error creating directory '%s': %s
 
 #: ../libxfce4util/xfce-license.c:37
 msgid 
@@ -45,28 +45,7 @@ msgid 
  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\n
  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n
-msgstr 
-Engelsk lovtekst for programvara i samsvar med lisensen:\n
- Redistribution and use in source and binary forms, with or without\n
- modification, are permitted provided that the following conditions\n
- are met:\n
-\n
- 1. Redistributions of source code must retain the above copyright\n
-notice, this list of conditions and the following disclaimer.\n
- 2. Redistributions in binary form must reproduce the above copyright\n
-notice, this list of conditions and the following disclaimer in the\n
-documentation and/or other materials provided with the distribution.\n
-\n
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR\n
- IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n
- OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\n
- IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,\n
- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\n
- NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\n
- THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n
+msgstr  Redistribution and use in source and binary forms, with or without\n 
modification, are permitted provided that the following conditions\n are 
met:\n\n 1. Redistributions of source code must retain the above copyright\n
notice, this list of conditions and the following disclaimer.\n 2. 
Redistributions in binary form must reproduce the above copyright\nnotice, 
this list of conditions and the following disclaimer in the\ndocumentation 
and/or other materials provided with the distribution.\n\n THIS SOFTWARE IS 
PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR\n IMPLIED WARRANTIES, 
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n OF MERCHANTABILITY AND 
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\n IN NO EVENT SHALL THE AUTHOR 
BE LIABLE FOR ANY DIRECT, INDIRECT,\n INCIDENTAL, SPECIAL, EXEMPLARY, OR 
CONSEQUENTIAL DAMAGES (INCLUDING, BUT\n NOT LIMITED TO, PROCUREMENT OF 
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS 
INTERRUPTION)
  HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 
OF THE USE OF\n THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 
DAMAGE.\n
 
 #: ../libxfce4util/xfce-license.c:66
 msgid 
@@ -83,19 +62,7 @@ msgid 
 You should have received a copy of the GNU General Public License along 

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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to d868964e15a26b12f2b657eb2b2ce8b348d2d631 (commit)
   from aee15cc2bcf3284ae7390c618cb169ad237da52e (commit)

commit d868964e15a26b12f2b657eb2b2ce8b348d2d631
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:31:15 2013 +0200

I18n: Add new translation en_AU (100%).

142 translated messages.

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

 po/{sv.po = en_AU.po} |  271 
 1 file changed, 135 insertions(+), 136 deletions(-)

diff --git a/po/sv.po b/po/en_AU.po
similarity index 68%
copy from po/sv.po
copy to po/en_AU.po
index 6bc7720..a488936 100644
--- a/po/sv.po
+++ b/po/en_AU.po
@@ -3,53 +3,52 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Alex Nordlund deep.alexan...@gmail.com, 2013
-# Daniel Nylander p...@danielnylander.se, 2008-2009
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-03 20:23+0200\n
-PO-Revision-Date: 2013-07-14 20:29+\n
-Last-Translator: Alex Nordlund deep.alexan...@gmail.com\n
-Language-Team: Swedish 
(http://www.transifex.com/projects/p/xfce/language/sv/)\n
+PO-Revision-Date: 2013-07-29 08:34+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: sv\n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../src/main.c:47
 msgid Connect all bookmarks marked as 'auto connect' and exit
-msgstr 
+msgstr Connect all bookmarks marked as 'auto connect' and exit
 
 #: ../src/main.c:48
 msgid Ignore running instances, enforce opening a new instance
-msgstr Ignorera körande instanser, tvinga öppnande av en ny instans
+msgstr Ignore running instances, enforce opening a new instance
 
 #: ../src/main.c:49
 msgid Print a list of supported URI schemes
-msgstr Skriv ut en lista över URI-scheman som stöds
+msgstr Print a list of supported URI schemes
 
 #: ../src/main.c:50
 msgid Be verbose
-msgstr Var informativ
+msgstr Be verbose
 
 #: ../src/main.c:51
 msgid Show version information
-msgstr Visa versionsinformation
+msgstr Show version information
 
 #: ../src/main.c:112
 msgid - a simple frontend to easily connect to remote filesystems
-msgstr - ett enkelt gränssnitt för att enkelt ansluta till fjärrfilsystem
+msgstr - a simple frontend to easily connect to remote filesystems
 
 #: ../src/common.c:77
 msgid Unix Device
-msgstr Unix-enhet
+msgstr Unix Device
 
 #: ../src/common.c:79
 msgid Windows Share
-msgstr Windows-utdelning
+msgstr Windows Share
 
 #: ../src/common.c:81
 msgid FTP
@@ -73,33 +72,33 @@ msgstr WebDAV
 
 #: ../src/common.c:91
 msgid WebDAV (secure)
-msgstr WebDAV (säker)
+msgstr WebDAV (secure)
 
 #: ../src/common.c:93 ../src/window.c:1508
 msgid Network
-msgstr Nätverk
+msgstr Network
 
 #: ../src/common.c:95
 msgid Archive
-msgstr Arkiv
+msgstr Archive
 
 #: ../src/common.c:97
 msgid Photos
-msgstr Foton
+msgstr Photos
 
 #: ../src/common.c:99
 msgid Custom Location
-msgstr Anpassad plats
+msgstr Custom Location
 
 #: ../src/window.c:262
 #, c-format
 msgid Connecting to \%s\
-msgstr Ansluter till \%s\
+msgstr Connecting to \%s\
 
 #: ../src/window.c:430
 msgid 
 A simple frontend to easily connect/mount to local and remote filesystems
-msgstr Ett enkelt gränssnitt för att enkelt ansluta/montera till lokala och 
fjärrfilsystem
+msgstr A simple frontend to easily connect/mount to local and remote 
filesystems
 
 #: ../src/window.c:431
 msgid Copyright 2008-2011 Enrico Tröger
@@ -107,145 +106,145 @@ msgstr Copyright 2008-2011 Enrico Tröger
 
 #: ../src/window.c:434
 msgid translator-credits
-msgstr Daniel Nylander p...@danielnylander.se\n\nSkicka synpunkter på 
översättningen till\ntp...@listor.tp-sv.se.
+msgstr translator-credits
 
 #: ../src/window.c:466
 msgid Gigolo can use the following protocols provided by GVfs:
-msgstr Gigolo kan använda följande protokoll som tillhandahålls av GVfs:
+msgstr Gigolo can use the following protocols provided by GVfs:
 
 #: ../src/window.c:579 ../src/window.c:638
 #, c-format
 msgid The command '%s' failed
-msgstr Kommandot \%s\ misslyckades
+msgstr The command '%s' failed
 
 #: ../src/window.c:580 ../src/window.c:613 ../src/window.c:626
 #: ../src/window.c:639 ../src/window.c:797 ../src/bookmarkeditdialog.c:233
 #: ../src/bookmarkeditdialog.c:252 ../src/bookmarkeditdialog.c:265
 #: ../src/bookmarkeditdialog.c:276 ../src/bookmarkeditdialog.c:287
 msgid Error
-msgstr Fel
+msgstr Error
 
 #: ../src/window.c:613
 msgid Invalid terminal command
-msgstr 
+msgstr Invalid terminal command
 
 #: ../src/window.c:625
 #, c-format
 msgid No default location available for \%s\
-msgstr 
+msgstr No default location available for \%s\
 
 #: ../src/window.c:705
 

[Xfce4-commits] exo:xfce-4.10 I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to 633bc1fba995c40315fc1edcc275c493fab41c1f (commit)
   from 3ecfad031cd1ad0264c29e0701dfd6621fa9e7d5 (commit)

commit 633bc1fba995c40315fc1edcc275c493fab41c1f
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:30:10 2013 +0200

I18n: Add new translation en_AU (100%).

275 translated messages.

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

 po/{en_GB.po = en_AU.po} |  397 ++---
 1 file changed, 53 insertions(+), 344 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 76%
copy from po/en_GB.po
copy to po/en_AU.po
index 99fc5b0..a536c0f 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,22 +1,22 @@
-# British English translations for exo package.
-# Copyright (C) 2004-2006 os-cillation e.K.
-# This file is distributed under the same license as the exo package.
-# Dwayne Bailey dwa...@translate.org.za, 2005.
-# Dwayne Bailey dwa...@translate.org.za, 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:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: exo 0.3.4\n
+Project-Id-Version: Exo\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-19 05:15+\n
-PO-Revision-Date: 2009-01-27 12:37+1100\n
-Last-Translator: Jeff Bailes thepizzak...@gmail.com\n
-Language-Team: English/GB\n
+POT-Creation-Date: 2013-07-02 22:55+0200\n
+PO-Revision-Date: 2013-07-29 05:46+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: \n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../exo/exo-cell-renderer-ellipsized-text.c:131
 #: ../exo/exo-cell-renderer-icon.c:144
@@ -64,10 +64,8 @@ msgstr Failed to read file \%s\: %s
 
 #: ../exo/exo-gdk-pixbuf-extensions.c:890
 #, c-format
-msgid 
-Failed to load image \%s\: Unknown reason, probably a corrupt image file
-msgstr 
-Failed to load image \%s\: Unknown reason, probably a corrupt image file
+msgid Failed to load image \%s\: Unknown reason, probably a corrupt image 
file
+msgstr Failed to load image \%s\: Unknown reason, probably a corrupt image 
file
 
 #: ../exo/exo-gtk-extensions.c:227
 #, c-format
@@ -289,8 +287,7 @@ msgstr The model for the icon view
 #: ../exo/exo-icon-view.c:777
 msgid 
 How the text and icon of each item are positioned relative to each other
-msgstr 
-How the text and icon of each item are positioned relative to each other
+msgstr How the text and icon of each item are positioned relative to each 
other
 
 #: ../exo/exo-icon-view.c:809
 msgid Reorderable
@@ -340,9 +337,7 @@ msgstr Single Click Timeout
 msgid 
 The amount of time after which the item under the mouse cursor will be 
 selected automatically in single click mode
-msgstr 
-The amount of time after which the item under the mouse cursor will be 
-selected automatically in single click mode
+msgstr The amount of time after which the item under the mouse cursor will be 
selected automatically in single click mode
 
 #: ../exo/exo-icon-view.c:904
 msgid Spacing
@@ -404,9 +399,7 @@ msgstr _Add a new toolbar
 msgid 
 Drag an item onto the toolbars above to add it, from the toolbars in the 
 items table to remove it.
-msgstr 
-Drag an item onto the toolbars above to add it, from the toolbars in the 
-items table to remove it.
+msgstr Drag an item onto the toolbars above to add it, from the toolbars in 
the items table to remove it.
 
 #: ../exo/exo-toolbars-editor.c:538
 msgid Separator
@@ -543,12 +536,7 @@ msgid 
 \n
 Written by Benedikt Meurer be...@xfce.org.\n
 \n
-msgstr 
-Copyright (c) %s\n
-os-cillation e.K. All rights reserved.\n
-\n
-Written by Benedikt Meurer be...@xfce.org.\n
-\n
+msgstr Copyright (c) %s\nos-cillation e.K. All rights 
reserved.\n\nWritten by Benedikt Meurer be...@xfce.org.\n\n
 
 #: ../exo-csource/main.c:308 ../exo-desktop-item-edit/main.c:197
 #: ../exo-open/main.c:500
@@ -559,12 +547,7 @@ msgid 
 the GNU Lesser General Public License which can be found in the\n
 %s source package.\n
 \n
-msgstr 
-%s comes with ABSOLUTELY NO WARRANTY,\n
-You may redistribute copies of %s under the terms of\n
-the GNU Lesser General Public License which can be found in the\n
-%s source package.\n
-\n
+msgstr %s comes with ABSOLUTELY NO WARRANTY,\nYou may redistribute copies of 
%s under the terms of\nthe GNU Lesser General Public Licence which can be found 
in the\n%s source package.\n\n
 
 #: ../exo-csource/main.c:312 ../exo-desktop-item-edit/main.c:201
 #: ../exo-open/main.c:504
@@ -674,10 +657,7 @@ msgid 
 Select this option to enable startup notification when the command is run 
 from the file manager or the menu. Not every application supports 

[Xfce4-commits] xfce4-appfinder:xfce-4.10 I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to 26c21c0be69678f9c633c3a10d5402edd6c93e1a (commit)
   from f02e11832a2a84e4ab330623064f9b89f7533e1f (commit)

commit 26c21c0be69678f9c633c3a10d5402edd6c93e1a
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:30:53 2013 +0200

I18n: Add new translation en_AU (100%).

68 translated messages.

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

 po/{en_GB.po = en_AU.po} |  319 +++--
 1 file changed, 106 insertions(+), 213 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 67%
copy from po/en_GB.po
copy to po/en_AU.po
index bc93701..0eb356c 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,54 +1,52 @@
-# British English translations for xfce4-appfinder package.
-# Copyright (C) 2004-2005 Eduard Roccatello.
-# This file is distributed under the same license as the xfce4-appfinder 
package.
-# Zuza Software Foundation (Translate.org.za), 2004.
-# Translate.org.za i...@translate.org.za, 2008.
-# Jeff Bailes thepizzak...@gmail.com, 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:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-appfinder 4.6.0\n
+Project-Id-Version: Xfce4-appfinder\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-19 01:24+\n
-PO-Revision-Date: 2009-01-27 12:48+1100\n
-Last-Translator: \n
-Language-Team: \n
+POT-Creation-Date: 2013-07-02 23:08+0200\n
+PO-Revision-Date: 2013-07-29 05:58+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=utf-8\n
-Content-Transfer-Encoding: \n
-Language: \n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../src/appfinder-category-model.c:146
 msgid All Applications
 msgstr All Applications
 
-#: ../src/appfinder-model.c:545
+#: ../src/appfinder-model.c:549
 msgid Name
 msgstr Name
 
-#: ../src/appfinder-model.c:546
+#: ../src/appfinder-model.c:550
 msgid Comment
 msgstr Comment
 
-#: ../src/appfinder-model.c:547
+#: ../src/appfinder-model.c:551
 msgid Command
 msgstr Command
 
-#: ../src/appfinder-model.c:548
+#: ../src/appfinder-model.c:552
 msgid Categories
 msgstr Categories
 
-#: ../src/appfinder-model.c:549
+#: ../src/appfinder-model.c:553
 msgid Filename
 msgstr Filename
 
-#: ../src/appfinder-model.c:1825
+#: ../src/appfinder-model.c:1833
 msgid Application has no command
 msgstr Application has no command
 
-#: ../src/appfinder-model.c:2149
+#: ../src/appfinder-model.c:2157
 msgid Commands History
 msgstr Commands History
 
@@ -73,53 +71,53 @@ msgstr The custom action will be deleted permanently.
 msgid Are you sure you want to delete pattern \%s\?
 msgstr Are you sure you want to delete pattern \%s\?
 
-#: ../src/appfinder-window.c:219 ../src/main.c:446
-#: ../src/appfinder-preferences.glade.h:4
+#: ../src/appfinder-window.c:220 ../src/main.c:446
+#: ../src/appfinder-preferences.glade.h:10
 #: ../data/xfce4-appfinder.desktop.in.h:1
 msgid Application Finder
 msgstr Application Finder
 
-#: ../src/appfinder-window.c:271
+#: ../src/appfinder-window.c:272
 msgid Toggle view mode
 msgstr Toggle view mode
 
-#: ../src/appfinder-window.c:363
+#: ../src/appfinder-window.c:364
 msgid La_unch
 msgstr La_unch
 
-#: ../src/appfinder-window.c:798
+#: ../src/appfinder-window.c:805
 msgid Failed to launch desktop item editor
 msgstr Failed to launch desktop item editor
 
-#: ../src/appfinder-window.c:824
+#: ../src/appfinder-window.c:831
 msgid 
 This will permanently remove the custom desktop file from your home 
 directory.
 msgstr This will permanently remove the custom desktop file from your home 
directory.
 
-#: ../src/appfinder-window.c:825
+#: ../src/appfinder-window.c:832
 #, c-format
 msgid Are you sure you want to revert \%s\?
 msgstr Are you sure you want to revert \%s\?
 
-#: ../src/appfinder-window.c:835
+#: ../src/appfinder-window.c:842
 msgid Failed to remove desktop file
 msgstr Failed to remove desktop file
 
 #. I18N: the first %s will be replace with users' applications directory, the
 #. * second with Hidden=true
-#: ../src/appfinder-window.c:868
+#: ../src/appfinder-window.c:875
 #, c-format
 msgid 
 To unhide the item you have to manually remove the desktop file from \%s\ 
 or open the file in the same directory and remove the line \%s\.
 msgstr To unhide the item you have to manually remove the desktop file from 
\%s\ or open the file in the same directory and remove the line \%s\.
 
-#: ../src/appfinder-window.c:873 ../src/appfinder-window.c:958
+#: ../src/appfinder-window.c:880 ../src/appfinder-window.c:972
 msgid _Hide
 msgstr _Hide
 
-#: ../src/appfinder-window.c:874
+#: 

[Xfce4-commits] thunar-vcs-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to e3c9323915b184ff9f6daafcac33317f812d7cd1 (commit)
   from cfc9b51045a3f5080507e6aee820318d4a4e18db (commit)

commit e3c9323915b184ff9f6daafcac33317f812d7cd1
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:30:38 2013 +0200

I18n: Add new translation en_AU (100%).

311 translated messages.

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

 po/{en_GB.po = en_AU.po} |   27 +--
 1 file changed, 13 insertions(+), 14 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 98%
copy from po/en_GB.po
copy to po/en_AU.po
index 31dfa9f..596806c 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -3,26 +3,25 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Noskcaj nosk...@ubuntu.com, 2013
-# Jeff Bailes thepizzak...@gamil.com, 2009
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Thunar Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-03 20:11+0200\n
-PO-Revision-Date: 2013-07-24 09:28+\n
-Last-Translator: Noskcaj nosk...@ubuntu.com\n
-Language-Team: English (United Kingdom) 
(http://www.transifex.com/projects/p/xfce/language/en_GB/)\n
+PO-Revision-Date: 2013-07-29 05:42+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: en_GB\n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../thunar-vcs-plugin/tvp-git-action.c:263
 #: ../thunar-vcs-plugin/tvp-svn-action.c:300
 msgid Menu|Add
-msgstr Add
+msgstr Menu|Add
 
 #: ../thunar-vcs-plugin/tvp-git-action.c:263
 #: ../thunar-vcs-plugin/tvp-svn-action.c:300 ../tvp-git-helper/main.c:153
@@ -34,7 +33,7 @@ msgstr Add
 
 #: ../thunar-vcs-plugin/tvp-git-action.c:264
 msgid Menu|Bisect
-msgstr Bisect
+msgstr Menu|Bisect
 
 #: ../thunar-vcs-plugin/tvp-git-action.c:264
 msgid Bisect
@@ -43,7 +42,7 @@ msgstr Bisect
 #: ../thunar-vcs-plugin/tvp-git-action.c:266
 #: ../thunar-vcs-plugin/tvp-svn-action.c:305
 msgid Menu|Blame
-msgstr Blame
+msgstr Menu|Blame
 
 #: ../thunar-vcs-plugin/tvp-git-action.c:266
 #: ../thunar-vcs-plugin/tvp-svn-action.c:305 ../tvp-git-helper/main.c:157
@@ -54,7 +53,7 @@ msgstr Blame
 
 #: ../thunar-vcs-plugin/tvp-git-action.c:268
 msgid Menu|Branch
-msgstr Branch
+msgstr Menu|Branch
 
 #: ../thunar-vcs-plugin/tvp-git-action.c:268 ../tvp-git-helper/main.c:161
 #: ../tvp-git-helper/tgh-branch-dialog.c:144
@@ -65,7 +64,7 @@ msgstr Branch
 #: ../thunar-vcs-plugin/tvp-git-action.c:269
 #: ../thunar-vcs-plugin/tvp-svn-action.c:322
 msgid Menu|Checkout
-msgstr Checkout
+msgstr Menu|Checkout
 
 #: ../thunar-vcs-plugin/tvp-git-action.c:269
 #: ../thunar-vcs-plugin/tvp-svn-action.c:322 ../tvp-svn-helper/main.c:271
@@ -75,7 +74,7 @@ msgstr Checkout
 
 #: ../thunar-vcs-plugin/tvp-git-action.c:270
 msgid Menu|Clean
-msgstr Clean
+msgstr Menu|Clean
 
 #: ../thunar-vcs-plugin/tvp-git-action.c:270 ../tvp-git-helper/main.c:165
 #: ../tvp-git-helper/tgh-clean.c:152 ../tvp-git-helper/tgh-clean-dialog.c:96
@@ -84,7 +83,7 @@ msgstr Clean
 
 #: ../thunar-vcs-plugin/tvp-git-action.c:272
 msgid Menu|Clone
-msgstr Clone
+msgstr Menu|Clone
 
 #: ../thunar-vcs-plugin/tvp-git-action.c:272 ../tvp-git-helper/main.c:169
 #: ../tvp-git-helper/tgh-clone.c:115
@@ -971,7 +970,7 @@ msgstr Commit Message
 
 #: ../tvp-svn-helper/tsh-common.c:291
 msgid Store password a plaintext?
-msgstr Store password in plaintext?
+msgstr Store password a plaintext?
 
 #: ../tvp-svn-helper/tsh-common.c:530 ../tvp-svn-helper/tsh-common.c:539
 #: ../tvp-svn-helper/tsh-common.c:546 ../tvp-svn-helper/tsh-common.c:734
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 2edf4ff56ec4d3b1721b283ed6ceb1eaeb1ddcbb (commit)
   from a4452142fb845780e813cc94fa2b96ed6ececa84 (commit)

commit 2edf4ff56ec4d3b1721b283ed6ceb1eaeb1ddcbb
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:30:03 2013 +0200

I18n: Add new translation en_AU (100%).

279 translated messages.

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

 po/{en_GB.po = en_AU.po} |   17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 98%
copy from po/en_GB.po
copy to po/en_AU.po
index 180c065..df55c3e 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -3,20 +3,19 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Dwayne Bailey dwa...@translate.org.za, 2005,2007
-# Noskcaj nosk...@ubuntu.com, 2013
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Exo\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-02 22:30+0200\n
-PO-Revision-Date: 2013-07-26 20:36+\n
-Last-Translator: Noskcaj nosk...@ubuntu.com\n
-Language-Team: English (United Kingdom) 
(http://www.transifex.com/projects/p/xfce/language/en_GB/)\n
+PO-Revision-Date: 2013-07-29 05:45+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: en_GB\n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../exo/exo-cell-renderer-ellipsized-text.c:131
@@ -532,7 +531,7 @@ msgid 
 the GNU Lesser General Public License which can be found in the\n
 %s source package.\n
 \n
-msgstr %s comes with ABSOLUTELY NO WARRANTY,\nYou may redistribute copies of 
%s under the terms of\nthe GNU Lesser General Public License which can be found 
in the\n%s source package.\n\n
+msgstr %s comes with ABSOLUTELY NO WARRANTY,\nYou may redistribute copies of 
%s under the terms of\nthe GNU Lesser General Public Licence which can be found 
in the\n%s source package.\n\n
 
 #: ../exo-csource/main.c:312 ../exo-desktop-item-edit/main.c:203
 #: ../exo-open/main.c:504
@@ -731,7 +730,7 @@ msgstr Print version information and exit
 #. initialize Gtk+
 #: ../exo-desktop-item-edit/main.c:171
 msgid [FILE|FOLDER]
-msgstr [FILE|FOLDER]
+msgstr FOLDER]
 
 #. no error message, the GUI initialization failed
 #: ../exo-desktop-item-edit/main.c:183
@@ -825,7 +824,7 @@ msgstr Mail Reader
 msgid 
 The preferred Mail Reader will be used to compose\n
 emails when you click on email addresses.
-msgstr The preferred Mail Reader will be used to compose\ne-mails when you 
click on e-mail addresses.
+msgstr The preferred Mail Reader will be used to compose\nemails when you 
click on email addresses.
 
 #. Utilities
 #. 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 50860b87080a3307d8a74e8b3b47571503ebe910 (commit)
   from 10028a423643ec79942c17dc0f320a0e78423879 (commit)

commit 50860b87080a3307d8a74e8b3b47571503ebe910
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:30:21 2013 +0200

I18n: Add new translation en_AU (100%).

164 translated messages.

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

 po/{en_GB.po = en_AU.po} |   20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 97%
copy from po/en_GB.po
copy to po/en_AU.po
index aa0f667..49fbc68 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -3,19 +3,19 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Noskcaj nosk...@ubuntu.com, 2013
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Libxfce4ui\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-02 22:33+0200\n
-PO-Revision-Date: 2013-07-27 05:37+\n
-Last-Translator: Noskcaj nosk...@ubuntu.com\n
-Language-Team: English (United Kingdom) 
(http://www.transifex.com/projects/p/xfce/language/en_GB/)\n
+PO-Revision-Date: 2013-07-29 05:49+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: en_GB\n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../libxfce4ui/xfce-dialogs.c:98
@@ -193,7 +193,7 @@ msgstr Press now the keyboard keys you want to use to 
trigger the %s '%s'.
 
 #: ../libxfce4kbd-private/xfce-shortcut-dialog.c:291
 msgid Shortcut:
-msgstr No shortcut
+msgstr Shortcut:
 
 #: ../libxfce4kbd-private/xfce-shortcut-dialog.c:296
 #: ../libxfce4kbd-private/xfce-shortcut-dialog.c:475
@@ -494,7 +494,7 @@ msgstr Delete active workspace
 
 #: ../glade/libxfce4ui.xml.in.h:1
 msgid Titled Dialog
-msgstr Titled Dialog
+msgstr Titled Dialogue
 
 #: ../glade/libxfce4ui.xml.in.h:2
 msgid Subtitle
@@ -603,7 +603,7 @@ msgid 
  for applications and LGPL or BSDL for libraries. Look at the documentation,
  the source code or the Xfce website (http://www.xfce.org) for more 
 information.
-msgstr Xfce components are licensed under free or open source licences; GPL 
or BSDL for applications and LGPL or BSDL for libraries. Look at the 
documentation, the source code or the Xfce website (http://www.xfce.org) for 
more information.
+msgstr Xfce components are licenced under free or open source licences; GPL 
or BSDL for applications and LGPL or BSDL for libraries. Look at the 
documentation, the source code or the Xfce website (http://www.xfce.org) for 
more information.
 
 #: ../xfce4-about/main.c:149
 msgid Thank you for your interest in Xfce.
@@ -635,7 +635,7 @@ msgid 
 distributed under the terms of the GNU Library General Public License as 
 published by the Free Software Foundation; either version 2 of the License, 
 or (at your option) any later version.
-msgstr The libxfce4ui, libxfcegui4, libxfce4util, thunar-vfs and exo packages 
are distributed under the terms of the GNU Library General Public License as 
published by the Free Software Foundation; either version 2 of the Licence, or 
(at your option) any later version.
+msgstr The libxfce4ui, libxfcegui4, libxfce4util, thunar-vfs and exo packages 
are distributed under the terms of the GNU Library General Public Licence as 
published by the Free Software Foundation; either version 2 of the Licence, or 
(at your option) any later version.
 
 #: ../xfce4-about/main.c:295
 msgid 
@@ -644,7 +644,7 @@ msgid 
 under the terms of the GNU General Public License as published by the Free 
 Software Foundation; either version 2 of the License, or (at your option) 
 any later version.
-msgstr The packages thunar, xfce4-appfinder, xfce4-panel, xfce4-session, 
xfce4-settings, xfce-utils, xfconf, xfdesktop and xfwm4 are distributed under 
the terms of the GNU General Public License as published by the Free Software 
Foundation; either version 2 of the Licence, or (at your option) any later 
version.
+msgstr The packages thunar, xfce4-appfinder, xfce4-panel, xfce4-session, 
xfce4-settings, xfce-utils, xfconf, xfdesktop and xfwm4 are distributed under 
the terms of the GNU General Public Licence as published by the Free Software 
Foundation; either version 2 of the Licence, or (at your option) any later 
version.
 
 #: ../xfce4-about/main.c:442
 #, c-format
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 4478548401cfa049c24d9cd7171c10fe679fdb24 (commit)
   from 8cd3d11a5ba083043c8a103bc6066301d7be593f (commit)

commit 4478548401cfa049c24d9cd7171c10fe679fdb24
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:31:32 2013 +0200

I18n: Add new translation en_AU (100%).

291 translated messages.

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

 po/{en_GB.po = en_AU.po} |  304 +
 1 file changed, 88 insertions(+), 216 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 85%
copy from po/en_GB.po
copy to po/en_AU.po
index eda09a0..3fd194e 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,56 +1,54 @@
-# English/GB translation of xfburn.
-# Copyright (C) 2007 THE xfburn'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the xfburn package.
-# Jeff Bailes thepizzak...@gmail.com, 2007.
-#
-#
-#, fuzzy
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfburn\n
+Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-03-19 09:46+0100\n
-PO-Revision-Date: 2010-02-04 10:01+1100\n
-Last-Translator: Jeff Bailes thepizzak...@gmail.com\n
-Language-Team: English/GB\n
-Language: \n
+POT-Creation-Date: 2013-07-03 20:34+0200\n
+PO-Revision-Date: 2013-07-29 08:50+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../xfburn/xfburn-global.h:28
 msgid Capacity:
-msgstr 
+msgstr Capacity:
 
 #: ../xfburn/xfburn-global.h:29
 msgid addr:
-msgstr 
+msgstr addr:
 
 #: ../xfburn/xfburn-global.h:30
 msgid Time total:
-msgstr 
+msgstr Time total:
 
 #: ../xfburn/xfburn-global.h:32
-#, fuzzy
 msgid length
-msgstr Length
+msgstr length
 
 #: ../xfburn/xfburn-global.h:33 ../xfburn/xfburn-copy-cd-progress-dialog.c:93
 msgid Flushing cache...
 msgstr Flushing cache...
 
 #: ../xfburn/xfburn-global.h:34
-#, fuzzy
 msgid Please insert a recordable disc and hit enter
-msgstr Please insert a recordable disc.
+msgstr Please insert a recordable disc and hit enter
 
 #: ../xfburn/xfburn-global.h:35
 msgid Cannot determine disc status - hit enter to try again.
-msgstr 
+msgstr Cannot determine disc status - hit enter to try again.
 
 #: ../xfburn/xfburn-global.h:36
 msgid CD copying finished successfully.
-msgstr 
+msgstr CD copying finished successfully.
 
 #: ../xfburn/xfburn-global.h:42
 msgid Data composition
@@ -90,7 +88,7 @@ msgstr Eject the disc
 
 #: ../xfburn/xfburn-blank-dialog.c:150
 msgid Default value for eject checkbox
-msgstr Default value for eject tickbox
+msgstr Default value for eject checkbox
 
 #: ../xfburn/xfburn-blank-dialog.c:197
 msgid Blank Disc
@@ -125,13 +123,14 @@ msgstr Options
 #: ../xfburn/xfburn-copy-dvd-dialog.c:143
 #: ../xfburn/xfburn-burn-audio-cd-composition-dialog.c:198
 msgid E_ject disk
-msgstr E_ject disc
+msgstr E_ject disk
 
 #: ../xfburn/xfburn-blank-dialog.c:244
 msgid _Blank
 msgstr _Blank
 
-#. blanking can only be performed on blank discs, format and deformat are 
allowed to be blank ones
+#. blanking can only be performed on blank discs, format and deformat are
+#. allowed to be blank ones
 #: ../xfburn/xfburn-blank-dialog.c:356
 msgid The inserted disc is already blank.
 msgstr The inserted disc is already blank.
@@ -161,7 +160,7 @@ msgid Done
 msgstr Done
 
 #: ../xfburn/xfburn-blank-dialog.c:444 ../xfburn/xfburn-perform-burn.c:372
-#: ../xfburn/xfburn-progress-dialog.c:637
+#: ../xfburn/xfburn-progress-dialog.c:649
 msgid Failure
 msgstr Failure
 
@@ -236,7 +235,7 @@ msgstr Writing ISO...
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:494
 #, c-format
 msgid An error occured while writing ISO: %s
-msgstr An error occured while writing ISO: %s
+msgstr An error occurred while writing ISO: %s
 
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:548
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:554
@@ -272,8 +271,8 @@ msgid ISO images
 msgstr ISO images
 
 #: ../xfburn/xfburn-burn-image-dialog.c:226
-msgid _Quit after successful completion
-msgstr 
+msgid _Quit after success
+msgstr _Quit after success
 
 #: ../xfburn/xfburn-burn-image-dialog.c:236
 msgid _Burn image
@@ -302,17 +301,14 @@ msgstr Burning image...
 
 #: ../xfburn/xfburn-burn-image-dialog.c:465
 msgid 
-span weight=\bold\ foreground=\darkred\ stretch=\semiexpanded\Please 
-select an image to burn/span
-msgstr 
-span weight=\bold\ foreground=\darkred\ stretch=\semiexpanded\Please 
-select an image to burn/span
+span weight=\bold\ foreground=\darkred\ 

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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to d3795ec08f584641794aafd4153f104ddea346eb (commit)
   from 0e49e651af8c4821b620e8e051c5332af5fcb715 (commit)

commit d3795ec08f584641794aafd4153f104ddea346eb
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:31:26 2013 +0200

I18n: Add new translation en_AU (100%).

183 translated messages.

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

 po/{nl.po = en_AU.po} |  370 
 1 file changed, 185 insertions(+), 185 deletions(-)

diff --git a/po/nl.po b/po/en_AU.po
similarity index 67%
copy from po/nl.po
copy to po/en_AU.po
index bfcebda2e..d74fb90 100644
--- a/po/nl.po
+++ b/po/en_AU.po
@@ -3,36 +3,36 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Stephan Arts step...@xfce.org, 2007
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: xfce-i...@xfce.org\n
 POT-Creation-Date: 2013-07-03 20:30+0200\n
-PO-Revision-Date: 2013-07-04 08:37+\n
-Last-Translator: Pjotr123 pjotrverta...@gmail.com\n
-Language-Team: Dutch 
(http://www.transifex.com/projects/p/xfce/language/nl/)\n
+PO-Revision-Date: 2013-07-29 08:43+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: nl\n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../src/main.c:62
 msgid Version information
-msgstr Versie-informatie
+msgstr Version information
 
 #: ../src/main.c:66
 msgid Start in fullscreen mode
-msgstr Start in schermvullende modus
+msgstr Start in fullscreen mode
 
 #: ../src/main.c:70
 msgid Start a slideshow
-msgstr Begin een diavertoning
+msgstr Start a slideshow
 
 #: ../src/main.c:78
 msgid Show settings dialog
-msgstr Toon dialoogvenster voor instellingen
+msgstr Show settings dialogue
 
 #: ../src/main.c:106
 #, c-format
@@ -41,425 +41,425 @@ msgid 
 \n
 Try %s --help to see a full list of\n
 available command line options.\n
-msgstr %s: %s\nProbeer %s --help voor een lijst van beschikbare 
opdrachtregelopties.\n
+msgstr %s: %s\n\nTry %s --help to see a full list of\navailable command line 
options.\n
 
 #: ../src/main_window.c:57 ../ristretto.desktop.in.h:3
 msgid Image Viewer
-msgstr Afbeeldingkijker
+msgstr Image Viewer
 
 #: ../src/main_window.c:365
 msgid _File
-msgstr _Bestand
+msgstr _File
 
 #. Icon-name
 #: ../src/main_window.c:369
 msgid _Open...
-msgstr _Openen...
+msgstr _Open...
 
 #. Label-text
 #. Keyboard shortcut
 #: ../src/main_window.c:371
 msgid Open an image
-msgstr Open een afbeelding
+msgstr Open an image
 
 #. Icon-name
 #: ../src/main_window.c:375
 msgid _Save copy...
-msgstr Kopie op_slaan...
+msgstr _Save copy...
 
 #. Label-text
 #. Keyboard shortcut
 #: ../src/main_window.c:377
 msgid Save a copy of the image
-msgstr Sla een kopie van de afbeelding op
+msgstr Save a copy of the image
 
 #. Icon-name
 #: ../src/main_window.c:381
 msgid _Properties...
-msgstr _Eigenschappen...
+msgstr _Properties...
 
 #. Label-text
 #. Keyboard shortcut
 #: ../src/main_window.c:383
 msgid Show file properties
-msgstr Toon bestandeigenschappen
+msgstr Show file properties
 
 #. Icon-name
 #: ../src/main_window.c:387 ../src/main_window.c:406
 msgid _Edit
-msgstr Be_werken
+msgstr _Edit
 
 #. Label-text
 #. Keyboard shortcut
 #: ../src/main_window.c:389
 msgid Edit this image
-msgstr Bewerk deze afbeelding
+msgstr Edit this image
 
 #. Icon-name
 #: ../src/main_window.c:393
 msgid _Close
-msgstr _Sluiten
+msgstr _Close
 
 #. Label-text
 #. Keyboard shortcut
 #: ../src/main_window.c:395
 msgid Close this image
-msgstr Sluit deze afbeelding
+msgstr Close this image
 
 #. Icon-name
 #: ../src/main_window.c:399
 msgid _Quit
-msgstr _Afsluiten
+msgstr _Quit
 
 #. Label-text
 #. Keyboard shortcut
 #: ../src/main_window.c:401
 msgid Quit Ristretto
-msgstr Sluit Ristretto
+msgstr Quit Ristretto
 
 #: ../src/main_window.c:410
 msgid _Open with
-msgstr _Openen met
+msgstr _Open with
 
 #: ../src/main_window.c:414
 msgid _Sorting
-msgstr _Sorteren
+msgstr _Sorting
 
 #. Icon-name
 #: ../src/main_window.c:418
 msgid _Delete
-msgstr _Verwijderen
+msgstr _Delete
 
 #. Label-text
 #. Keyboard shortcut
 #: ../src/main_window.c:420
 msgid Delete this image from disk
-msgstr Verwijder deze afbeelding van de schijf
+msgstr Delete this image from disk
 
 #. Icon-name
 #: ../src/main_window.c:424
 msgid _Clear private data...
-msgstr Verwijder _privégegevens...
+msgstr _Clear private data...
 
 #. Icon-name
 #: ../src/main_window.c:430
 msgid _Preferences...
-msgstr _Voorkeuren...
+msgstr _Preferences...
 
 #: ../src/main_window.c:437
 msgid _View
-msgstr Beel_d
+msgstr _View
 
 #. Icon-name
 #: ../src/main_window.c:441
 msgid _Fullscreen
-msgstr _Volledig scherm
+msgstr _Fullscreen
 

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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to d6f78d30d51f70ca33805ae98e8d66745a7bbdcd (commit)
   from 0d0c375de7218936b5cd6c596393b1f5ccf41aed (commit)

commit d6f78d30d51f70ca33805ae98e8d66745a7bbdcd
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:31:23 2013 +0200

I18n: Add new translation en_AU (100%).

224 translated messages.

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

 po/{id.po = en_AU.po} |  429 
 1 file changed, 214 insertions(+), 215 deletions(-)

diff --git a/po/id.po b/po/en_AU.po
similarity index 73%
copy from po/id.po
copy to po/en_AU.po
index c144b2f..8c7f6bc 100644
--- a/po/id.po
+++ b/po/en_AU.po
@@ -3,26 +3,25 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Andhika Padmawan andhika.padma...@gmail.com, 2010
-# Mohamad Hasan Al Banna, 2013
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-03 20:28+0200\n
-PO-Revision-Date: 2013-07-06 15:36+\n
-Last-Translator: Mohamad Hasan Al Banna\n
-Language-Team: Indonesian 
(http://www.transifex.com/projects/p/xfce/language/id/)\n
+PO-Revision-Date: 2013-07-29 08:39+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: id\n
-Plural-Forms: nplurals=1; plural=0;\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../data/interfaces/parole.ui.h:1 ../data/desktop/parole.desktop.in.in.h:1
 #: ../src/parole-about.c:68
 msgid Parole Media Player
-msgstr Pemutar Media Parole
+msgstr Parole Media Player
 
 #: ../data/interfaces/parole.ui.h:2
 msgid _Media
@@ -30,52 +29,52 @@ msgstr _Media
 
 #: ../data/interfaces/parole.ui.h:3
 msgid Open _Location
-msgstr Buka _Lokasi
+msgstr Open _Location
 
 #: ../data/interfaces/parole.ui.h:4
 msgid Open Recent
-msgstr Buku Terakhir
+msgstr Open Recent
 
 #: ../data/interfaces/parole.ui.h:5 ../src/parole-disc.c:110
 #: ../src/parole-disc.c:156
 msgid Insert Disc
-msgstr Masukkan Diska
+msgstr Insert Disc
 
 #: ../data/interfaces/parole.ui.h:6
 msgid _Edit
-msgstr _Sunting
+msgstr _Edit
 
 #: ../data/interfaces/parole.ui.h:7
 msgid _Repeat
-msgstr Ulang_i
+msgstr _Repeat
 
 #: ../data/interfaces/parole.ui.h:8
 msgid _Shuffle
-msgstr A_cak
+msgstr _Shuffle
 
 #: ../data/interfaces/parole.ui.h:9
 msgid Plugins
-msgstr Pengaya
+msgstr Plugins
 
 #: ../data/interfaces/parole.ui.h:10
 msgid _View
-msgstr _Tampilan
+msgstr _View
 
 #: ../data/interfaces/parole.ui.h:11
 msgid _Aspect Ratio
-msgstr Rasio _Aspek
+msgstr _Aspect Ratio
 
 #: ../data/interfaces/parole.ui.h:12
 msgid None
-msgstr Tak Ada
+msgstr None
 
 #: ../data/interfaces/parole.ui.h:13
 msgid Auto
-msgstr Otomatis
+msgstr Auto
 
 #: ../data/interfaces/parole.ui.h:14
 msgid Square
-msgstr Kotak
+msgstr Square
 
 #: ../data/interfaces/parole.ui.h:15
 msgid 4:3 (TV)
@@ -83,7 +82,7 @@ msgstr 4:3 (TV)
 
 #: ../data/interfaces/parole.ui.h:16
 msgid 16:9 (Widescreen)
-msgstr 16:9 (Layar Lebar)
+msgstr 16:9 (Widescreen)
 
 #: ../data/interfaces/parole.ui.h:17
 msgid 20:9 (DVB)
@@ -91,15 +90,15 @@ msgstr 20:9 (DVB)
 
 #: ../data/interfaces/parole.ui.h:18
 msgid Subtitles
-msgstr bSubtitel/b
+msgstr Subtitles
 
 #: ../data/interfaces/parole.ui.h:19
 msgid Select Text Subtitles...
-msgstr Pilih Teks Subtitel...
+msgstr Select Text Subtitles...
 
 #: ../data/interfaces/parole.ui.h:20
 msgid Show _playlist
-msgstr Tampilkan daftar putar
+msgstr Show _playlist
 
 #: ../data/interfaces/parole.ui.h:21 ../src/misc/parole-filters.c:64
 msgid Audio
@@ -107,172 +106,172 @@ msgstr Audio
 
 #: ../data/interfaces/parole.ui.h:22
 msgid Languages
-msgstr Bahasa
+msgstr Languages
 
 #: ../data/interfaces/parole.ui.h:23 ../src/parole-player.c:746
 msgid Empty
-msgstr Kosong
+msgstr Empty
 
 #: ../data/interfaces/parole.ui.h:24
 msgid Volume _Up
-msgstr Volume _Naik
+msgstr Volume _Up
 
 #: ../data/interfaces/parole.ui.h:25
 msgid Volume _Down
-msgstr Volume _Turun
+msgstr Volume _Down
 
 #: ../data/interfaces/parole.ui.h:26
 msgid _Mute
-msgstr Dia_m
+msgstr _Mute
 
 #: ../data/interfaces/parole.ui.h:27
 msgid _Help
-msgstr Ba_ntuan
+msgstr _Help
 
 #: ../data/interfaces/parole.ui.h:28
 msgid Audio Track:
-msgstr Trek Audio:
+msgstr Audio Track:
 
 #: ../data/interfaces/parole.ui.h:29
 msgid Subtitles:
-msgstr bSubtitel:/b
+msgstr Subtitles:
 
 #: ../data/interfaces/parole.ui.h:30
 msgid span color='#F4F4F4'bbigUnknown Song/big/b/span
-msgstr span color='#F4F4F4'bbigLagu Tidak diKenal/big/b/span
+msgstr span colour='#F4F4F4'bbigUnknown Song/big/b/span
 
 #: ../data/interfaces/parole.ui.h:31
 msgid 
 bigspan color='#BB'ion/i/span span color='#F4F4F4'Unknown 
 Album/span/big
-msgstr bigspan color='#BB'idi/i/span span 

[Xfce4-commits] xfce4-screenshooter:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 1e5e61e79deaec35d57697e08d23c33e68f53090 (commit)
   from 9e7de534e4a173ae6290769d6dad7666c04a04a1 (commit)

commit 1e5e61e79deaec35d57697e08d23c33e68f53090
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:31:41 2013 +0200

I18n: Add new translation en_AU (100%).

74 translated messages.

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

 po/{en_GB.po = en_AU.po} |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 97%
copy from po/en_GB.po
copy to po/en_AU.po
index 9e22733..720991c 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -3,20 +3,19 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Noskcaj nosk...@ubuntu.com, 2013
-# Jeff Bailes thepizzak...@gmail.com, 2007
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-13 22:14+0200\n
-PO-Revision-Date: 2013-07-26 21:39+\n
-Last-Translator: Noskcaj nosk...@ubuntu.com\n
-Language-Team: English (United Kingdom) 
(http://www.transifex.com/projects/p/xfce/language/en_GB/)\n
+PO-Revision-Date: 2013-07-29 09:12+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: en_GB\n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../lib/screenshooter-dialogs.c:453
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-taskmanager:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to d823a7dd6035ffec9157d4a2a11b4202613b2834 (commit)
   from 4f5436e8682e76139afa2885985e0f203942e58d (commit)

commit d823a7dd6035ffec9157d4a2a11b4202613b2834
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:31:44 2013 +0200

I18n: Add new translation en_AU (100%).

75 translated messages.

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

 po/{en_GB.po = en_AU.po} |  155 +++--
 1 file changed, 52 insertions(+), 103 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 78%
copy from po/en_GB.po
copy to po/en_AU.po
index 042419a..2dc9be9 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,27 +1,24 @@
-# English/GB translation of xfce4-taskmanager.
-# Copyright (C) 2007 THE xfce4-taskmanager'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the xfce4-taskmanager 
package.
-# Jeff Bailes thepizzak...@gmail.com, 2007.
-#, fuzzy
-# 
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
 # 
+# Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-taskmanager\n
+Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2010-12-16 05:14+\n
-PO-Revision-Date: 2009-08-18 12:01+1000\n
-Last-Translator: Jeff Bailes thepizzak...@gmail.com\n
-Language-Team: English/GB\n
+POT-Creation-Date: 2013-07-03 20:41+0200\n
+PO-Revision-Date: 2013-07-29 09:13+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: en_AU\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 Easy to use task manager
-
-#: ../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
@@ -29,6 +26,10 @@ msgstr Easy to use task manager
 msgid Task Manager
 msgstr Task Manager
 
+#: ../xfce4-taskmanager.desktop.in.h:2 ../src/process-window.c:309
+msgid Easy to use task manager
+msgstr Easy to use task manager
+
 #: ../src/exec-tool-button.c:87 ../src/exec-tool-button.c:131
 msgid Execution error
 msgstr Execution error
@@ -65,11 +66,7 @@ msgid 
 bCPU:/b %.0f%%\n
 bMemory:/b %.0f%%\n
 bSwap:/b %.0f%%
-msgstr 
-bProcesses:/b %u\n
-bCPU:/b %.0f%%\n
-bMemory:/b %.0f%%\n
-bSwap:/b %.0f%%
+msgstr bProcesses:/b %u\nbCPU:/b %.0f%%\nbMemory:/b 
%.0f%%\nbSwap:/b %.0f%%
 
 #: ../src/main.c:108
 #, c-format
@@ -78,11 +75,7 @@ msgid 
 CPU: %.0f%%\n
 Memory: %.0f%%\n
 Swap: %.0f%%
-msgstr 
-Processes: %u\n
-CPU: %.0f%%\n
-Memory: %.0f%%\n
-Swap: %.0f%%
+msgstr Processes: %u\nCPU: %.0f%%\nMemory: %.0f%%\nSwap: %.0f%%
 
 #: ../src/process-statusbar.c:148 ../src/process-window.c:374
 #, c-format
@@ -161,7 +154,9 @@ msgstr Error sending signal
 
 #: ../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.
+msgid 
+An error was encountered by sending a signal to the PID %d. It is likely you
+ don't have the required privileges.
 msgstr An error was encountered by sending a signal to the PID %d. It is 
likely you don't have the required privileges.
 
 #: ../src/process-tree-view.c:395
@@ -170,7 +165,9 @@ msgstr Error setting priority
 
 #: ../src/process-tree-view.c:396
 #, c-format
-msgid An error was encountered by setting a priority to the PID %d. It is 
likely you don't have the required privileges.
+msgid 
+An error was encountered by setting a priority to the PID %d. It is likely 
+you don't have the required privileges.
 msgstr An error was encountered by setting a priority to the PID %d. It is 
likely you don't have the required privileges.
 
 #: ../src/process-tree-view.c:412
@@ -215,7 +212,7 @@ msgstr Priority
 
 #: ../src/process-window.c:312
 msgid translator-credits
-msgstr Jeff Bailes
+msgstr translator-credits
 
 #: ../src/process-window.ui.h:2
 msgid Warning, you are using the root account, you may harm your system.
@@ -238,60 +235,60 @@ msgid Text
 msgstr Text
 
 #: ../src/settings-dialog.ui.h:1
-msgid bInformation/b
-msgstr bInformation/b
+msgid Settings for Task Manager
+msgstr Settings for Task Manager
 
 #: ../src/settings-dialog.ui.h:2
-msgid bInterface style/b
-msgstr bInterface style/b
+msgid Show application icons
+msgstr Show application icons
 
 #: ../src/settings-dialog.ui.h:3
-msgid bMiscellaneous/b
-msgstr bMiscellaneous/b
+msgid Show full command lines
+msgstr Show 

[Xfce4-commits] xfce4-cddrive-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to e512a46944ca28be43bef269f38b00ea49dae657 (commit)
   from 8489be2e171b92bcea9d8799eabbc42b9d7716d2 (commit)

commit e512a46944ca28be43bef269f38b00ea49dae657
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:31:56 2013 +0200

I18n: Add new translation en_AU (100%).

84 translated messages.

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

 po/{en_GB.po = en_AU.po} |   43 ++-
 1 file changed, 26 insertions(+), 17 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 92%
copy from po/en_GB.po
copy to po/en_AU.po
index ec9a76b..5109f4a 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,22 +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.
-# FIRST AUTHOR EMAIL@ADDRESS, YEAR.
-#
+# 
+# Translators:
+# Noskcaj nosk...@ubuntu.com, 2013
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-cddrive-plugin\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2007-06-29 12:12+0200\n
-PO-Revision-Date: 2008-05-10 13:13+1000\n
-Last-Translator: Jeff Bailes thepizzak...@gmail.com\n
-Language-Team: English/GB\n
+PO-Revision-Date: 2013-07-29 08:30+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\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: English\n
-X-Poedit-Country: UNITED KINGDOM\n
-X-Poedit-SourceCharset: utf-8\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/cddrive.c:185
 msgid Drive status is unavailable... is HAL installed and hald running ?
@@ -102,7 +103,8 @@ msgstr Open %s
 msgid No disc in %s
 msgstr No disc in %s
 
-#. translation note: Eject blank disc type from drive name (e.g. Eject 
blank cd-rw from cdrom1)
+#. translation note: Eject blank disc type from drive name (e.g. Eject
+#. blank cd-rw from cdrom1)
 #: ../panel-plugin/cddrive.c:293
 #, c-format
 msgid Eject blank %s from %s
@@ -120,19 +122,22 @@ msgstr Eject \%s\ from %s
 msgid Eject audio %s from %s
 msgstr Eject audio %s from %s
 
-#. translation note: Eject disc type from drive name (e.g. Eject dvd 
from my-dvd-drive)
+#. translation note: Eject disc type from drive name (e.g. Eject dvd
+#. from my-dvd-drive)
 #: ../panel-plugin/cddrive.c:304
 #, c-format
 msgid Eject %s from %s
 msgstr Eject %s from %s
 
-#. translation note: Blank disc type in drive name (e.g. Blank cd-rw in 
cdrom1)
+#. translation note: Blank disc type in drive name (e.g. Blank cd-rw in
+#. cdrom1)
 #: ../panel-plugin/cddrive.c:311
 #, c-format
 msgid Blank %s in %s
 msgstr Blank %s in %s
 
-#. translation note: \disc label\ in drive name (e.g. Backup #36 in 
cdrom1)
+#. translation note: \disc label\ in drive name (e.g. Backup #36 in
+#. cdrom1)
 #: ../panel-plugin/cddrive.c:315
 #, c-format
 msgid \%s\ in %s
@@ -223,7 +228,10 @@ msgstr Enter a command to use if the HAL system fails to 
unmount the disc.
 
 #: ../panel-plugin/cddrive-dialogs.c:382
 #, c-format
-msgid You can use \%d\, \%m\ and \%u\ character sequences as arguments 
for your command. These will be replaced respectively with the device path, the 
disc mount point and the disc UDI.
+msgid 
+You can use \%d\, \%m\ and \%u\ character sequences as arguments for 
+your command. These will be replaced respectively with the device path, the 
+disc mount point and the disc UDI.
 msgstr You can use \%d\, \%m\ and \%u\ character sequences as arguments 
for your command. These will be replaced respectively with the device path, the 
disc mount point and the disc UDI.
 
 #: ../panel-plugin/cddrive-dialogs.c:406
@@ -290,7 +298,9 @@ msgid Allow freedb.org connections
 msgstr Allow freedb.org connections
 
 #: ../panel-plugin/cddrive-dialogs.c:653
-msgid Enabling this option allows the plugin to query the freedb.org servers 
in order to get the title of an audio CD.
+msgid 
+Enabling this option allows the plugin to query the freedb.org servers in 
+order to get the title of an audio CD.
 msgstr Enabling this option allows the plugin to query the freedb.org servers 
in order to get the title of an audio CD.
 
 #: ../panel-plugin/cddrive-dialogs.c:681
@@ -411,4 +421,3 @@ msgstr Failed to store monitor in HAL context.
 #: ../panel-plugin/cddrive-monitor.c:1042
 msgid unknown title
 msgstr unknown title
-
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 13fd98c09a251a7bfd3a741b43db20bb02af8614 (commit)
   from 7ab68e39f5a7f1af6b7f94f0ad73c71582df2293 (commit)

commit 13fd98c09a251a7bfd3a741b43db20bb02af8614
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:31:51 2013 +0200

I18n: Add new translation en_AU (100%).

70 translated messages.

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

 po/{en_GB.po = en_AU.po} |   30 +++---
 1 file changed, 11 insertions(+), 19 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 91%
copy from po/en_GB.po
copy to po/en_AU.po
index 2dbef73..72a4e45 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,22 +1,22 @@
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Jeff Bailes thepizzak...@gmail.com
 # 
+# Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfmpc\n
+Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2011-10-23 17:29+0200\n
-PO-Revision-Date: 2009-08-18 13:17+1000\n
-Last-Translator: Jeff Bailes thepizzak...@gmail.com\n
-Language-Team: English/GB\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
 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: \n
-X-Poedit-Language: English\n
-X-Poedit-Country: UNITED KINGDOM\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../src/dbbrowser.c:1508
 msgid Replace
@@ -52,7 +52,7 @@ msgstr MPD client written in GTK+ for Xfce
 
 #: ../src/extended-interface.c:749
 msgid translator-credits
-msgstr Jeff Bailes thepizzak...@gmail.com
+msgstr translator-credits
 
 #: ../src/extended-interface.c:890
 msgid Clear Playlist
@@ -133,9 +133,7 @@ msgstr Use _default system settings
 msgid 
 If checked, Xfmpc will try to read the environment variables MPD_HOST and 
 MPD_PORT otherwise it will use localhost
-msgstr 
-If ticked, 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
 
 #: ../src/preferences-dialog.c:775
 msgid Hostname:
@@ -309,9 +307,3 @@ msgstr MPD client
 #: ../xfmpc.desktop.in.h:3
 msgid Xfmpc
 msgstr Xfmpc
-
-#~ msgid Statusbar
-#~ msgstr Statusbar
-
-#~ msgid Song format:
-#~ msgstr Song format:
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-dict:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 527489d5556468790ca40316287ba8b12472e12e (commit)
   from 33c01d014df7d964f935f1b591d89a3986092415 (commit)

commit 527489d5556468790ca40316287ba8b12472e12e
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:31:35 2013 +0200

I18n: Add new translation en_AU (100%).

111 translated messages.

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

 po/{en_GB.po = en_AU.po} |   15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 96%
copy from po/en_GB.po
copy to po/en_AU.po
index ec4d9e4..502d6ee 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -3,20 +3,19 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Noskcaj nosk...@ubuntu.com, 2013
-# Jeff Bailes thepizzak...@gmail.com, 2007
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-03 20:36+0200\n
-PO-Revision-Date: 2013-07-26 21:38+\n
-Last-Translator: Noskcaj nosk...@ubuntu.com\n
-Language-Team: English (United Kingdom) 
(http://www.transifex.com/projects/p/xfce/language/en_GB/)\n
+PO-Revision-Date: 2013-07-29 09:05+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: en_GB\n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/xfce4-dict-plugin.desktop.in.h:1
@@ -294,7 +293,7 @@ msgstr Querying %s...
 
 #: ../lib/dictd.c:735
 msgid An error occured while querying server information.
-msgstr An error occured while querying server information.
+msgstr An error occurred while querying server information.
 
 #: ../lib/dictd.c:748
 #, c-format
@@ -347,7 +346,7 @@ msgstr Copyright © 2006-2013 Enrico Tröger
 
 #: ../lib/gui.c:966
 msgid translator-credits
-msgstr Jeff Bailes thepizzak...@gmail.com, 2009
+msgstr translator-credits
 
 #: ../lib/prefs.c:55
 msgid dict.leo.org - German - English
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-mixer:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 89436595be84d81e2e2c07aad9ba1333814da736 (commit)
   from 1c91fed57685718b769852bef3dab1d8cf02a1ac (commit)

commit 89436595be84d81e2e2c07aad9ba1333814da736
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:31:37 2013 +0200

I18n: Add new translation en_AU (100%).

36 translated messages.

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

 po/{zh_TW.po = en_AU.po} |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

diff --git a/po/zh_TW.po b/po/en_AU.po
similarity index 68%
copy from po/zh_TW.po
copy to po/en_AU.po
index 6a8916e..f2c6ae9 100644
--- a/po/zh_TW.po
+++ b/po/en_AU.po
@@ -3,39 +3,39 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Cheng-Chia Tseng pswo10...@gmail.com, 2011
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2012-09-29 13:30+\n
-PO-Revision-Date: 2013-07-06 15:58+\n
-Last-Translator: Cheng-Chia Tseng pswo10...@gmail.com\n
-Language-Team: Chinese (Taiwan) 
(http://www.transifex.com/projects/p/xfce/language/zh_TW/)\n
+PO-Revision-Date: 2013-07-29 09:06+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: zh_TW\n
-Plural-Forms: nplurals=1; plural=0;\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #. Add menu item for muting
 #: ../panel-plugin/xfce-mixer-plugin.c:306
 msgid Mu_te
-msgstr 靜音(_T)
+msgstr Mu_te
 
 #: ../panel-plugin/xfce-mixer-plugin.c:314
 msgid Run Audio Mi_xer
-msgstr 執行混音器(_X)
+msgstr Run Audio Mi_xer
 
 #: ../panel-plugin/xfce-mixer-plugin.c:581 ../xfce4-mixer/main.c:148
 msgid 
 GStreamer was unable to detect any sound devices. Some sound system specific
  GStreamer packages may be missing. It may also be a permissions problem.
-msgstr GStreamer 無法偵測到任何音效裝置。某些音效系統特定的 GStreamer 套件可能遺失。又或者是許可權的問題。
+msgstr GStreamer was unable to detect any sound devices. Some sound system 
specific GStreamer packages may be missing. It may also be a permissions 
problem.
 
 #: ../panel-plugin/xfce-mixer-plugin.c:931
 msgid No command defined
-msgstr 未定義指令
+msgstr No command defined
 
 #. Generate error message and insert the current command
 #: ../panel-plugin/xfce-mixer-plugin.c:939
@@ -44,38 +44,38 @@ msgid 
 Could not execute the command \%s\. Ensure that either the location of the
  command is included in the PATH environment variable or that you are 
 providing the full path to the command.
-msgstr 無法執行「%s」指令。請確定指令的位置包含在 PATH 環境變數中,或是您需提供指令的完整路徑。
+msgstr Could not execute the command \%s\. Ensure that either the location 
of the command is included in the PATH environment variable or that you are 
providing the full path to the command.
 
 #: ../panel-plugin/xfce-plugin-dialog.c:150
 msgid Audio Mixer Plugin
-msgstr 混音器外掛
+msgstr Audio Mixer Plugin
 
 #: ../panel-plugin/xfce-plugin-dialog.c:152
 msgid Configure the sound card and mixer track
-msgstr 設定音效卡與混音器聲軌
+msgstr Configure the sound card and mixer track
 
 #: ../panel-plugin/xfce-plugin-dialog.c:165
 #: ../xfce4-mixer/xfce-mixer-window.c:185
 msgid Sound _card:
-msgstr 音效卡(_C):
+msgstr Sound _card:
 
 #: ../panel-plugin/xfce-plugin-dialog.c:174
 msgid Mixer _track:
-msgstr 混音器聲軌(_T):
+msgstr Mixer _track:
 
 #: ../panel-plugin/xfce-volume-button.c:854
 msgid No valid device and/or element.
-msgstr 無有效裝置及/或元素。
+msgstr No valid device and/or element.
 
 #: ../panel-plugin/xfce-volume-button.c:859
 #, c-format
 msgid %s: muted
-msgstr %s:靜音
+msgstr %s: muted
 
 #: ../panel-plugin/xfce-volume-button.c:861
 #, c-format
 msgid %s: %i%%
-msgstr %s:%i%%
+msgstr %s: %i%%
 
 #. Set application name
 #: ../panel-plugin/mixer.desktop.in.h:1 ../xfce4-mixer/main.c:99
@@ -84,106 +84,106 @@ msgstr %s:%i%%
 #: ../xfce4-mixer/xfce-mixer-window.c:427
 #: ../xfce4-mixer/xfce4-mixer.desktop.in.h:1
 msgid Audio Mixer
-msgstr 混音器
+msgstr Audio Mixer
 
 #: ../panel-plugin/mixer.desktop.in.h:2
 #: ../xfce4-mixer/xfce4-mixer.desktop.in.h:2
 msgid Adjust volume levels
-msgstr 調整音量
+msgstr Adjust volume levels
 
 #: ../libxfce4mixer/libxfce4mixer.c:422
 #, c-format
 msgid Unknown Volume Control %d
-msgstr 未知音量控制 %d
+msgstr Unknown Volume Control %d
 
 #: ../xfce4-mixer/main.c:86
 msgid Enable debugging output
-msgstr 啟用除錯輸出
+msgstr Enable debugging output
 
 #: ../xfce4-mixer/main.c:87
 msgid Show version and exit
-msgstr 顯示版本並結束
+msgstr Show version and exit
 
 #: ../xfce4-mixer/main.c:130
 #, c-format
 msgid xfce4-mixer: Failed to initialize xfconf: %s\n
-msgstr xfce4-mixer:未能初始化 xfconf:%s\n
+msgstr xfce4-mixer: Failed to initialise xfconf: %s\n
 
 #: ../xfce4-mixer/xfce-mixer-container.c:218
 msgid _Playback
-msgstr 播放(_P)
+msgstr _Playback
 
 

[Xfce4-commits] xfce4-notifyd:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 3120291c1c7943c170c118e705b0129a80a3d1c2 (commit)
   from f760154265f5ddbe5a334e6e207d6a80f17b438a (commit)

commit 3120291c1c7943c170c118e705b0129a80a3d1c2
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:31:39 2013 +0200

I18n: Add new translation en_AU (100%).

29 translated messages.

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

 po/{hr.po = en_AU.po} |  104 
 1 file changed, 51 insertions(+), 53 deletions(-)

diff --git a/po/hr.po b/po/en_AU.po
similarity index 65%
copy from po/hr.po
copy to po/en_AU.po
index 3abffe7..51c9b34 100644
--- a/po/hr.po
+++ b/po/en_AU.po
@@ -1,146 +1,144 @@
-# Croatian translations for xfce4-notifyd package
+# SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the xfce4-notifyd package.
-# Ivica Kolić ik...@yahoo.com, 2013.
+# This file is distributed under the same license as the PACKAGE package.
 # 
-#
+# Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-notifyd \n
+Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-04-17 09:39+\n
-PO-Revision-Date: 2013-04-17 16:46+0200\n
-Last-Translator: Ivica Kolić ik...@yahoo.com\n
-Language-Team: hrvatski ik...@yahoo.com\n
-Language: \n
+POT-Creation-Date: 2013-07-03 20:38+0200\n
+PO-Revision-Date: 2013-07-29 09:09+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  n
-%10=4  (n%10010 || n%100=20) ? 1 : 2);\n
-X-Generator: Gtranslator 2.91.6\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../xfce4-notifyd/main.c:74 ../xfce4-notifyd/main.c:84
 #: ../xfce4-notifyd-config/main.c:258
 msgid Xfce Notify Daemon
-msgstr 
+msgstr Xfce Notify Daemon
 
 #: ../xfce4-notifyd/main.c:77
 #, c-format
 msgid Unknown option \%s\\n
-msgstr Nepoznata opcija \%s\\n
+msgstr Unknown option \%s\\n
 
 #: ../xfce4-notifyd/main.c:86
 msgid Unable to start notification daemon
-msgstr 
+msgstr Unable to start notification daemon
 
 #: ../xfce4-notifyd/xfce-notify-daemon.c:1142
 #: ../xfce4-notifyd/xfce-notify-daemon.c:1162
 msgid Failed to set new theme
-msgstr Neuspjelo postavljanje nove teme
+msgstr Failed to set new theme
 
 #: ../xfce4-notifyd/xfce-notify-daemon.c:1215
 #, c-format
 msgid Unable to connect to D-Bus session bus
-msgstr 
+msgstr Unable to connect to D-Bus session bus
 
 #: ../xfce4-notifyd/xfce-notify-daemon.c:1232
 #, c-format
 msgid Another notification xndaemon is already running
-msgstr 
+msgstr Another notification xndaemon is already running
 
 #: ../xfce4-notifyd-config/main.c:57
 msgid Notification Preview
-msgstr Pregled obavijesti
+msgstr Notification Preview
 
 #: ../xfce4-notifyd-config/main.c:58
 msgid This is how notifications will look like
-msgstr Ovako će obavijesti izgledati
+msgstr This is how notifications will look like
 
 #: ../xfce4-notifyd-config/main.c:63
 msgid Button
-msgstr Dugme
+msgstr Button
 
 #: ../xfce4-notifyd-config/main.c:70
 msgid Notification preview failed
-msgstr Neuspjeli pregled obavijesti
+msgstr Notification preview failed
 
 #: ../xfce4-notifyd-config/main.c:260
 msgid Settings daemon is unavailable
-msgstr 
+msgstr Settings daemon is unavailable
 
 #: ../xfce4-notifyd-config/main.c:310
 msgid Display version information
-msgstr Prikaži informaciju o verziji
+msgstr Display version information
 
 #: ../xfce4-notifyd-config/main.c:311
 msgid Settings manager socket
-msgstr 
+msgstr Settings manager socket
 
 #: ../xfce4-notifyd-config/main.c:311
 msgid SOCKET_ID
-msgstr 
+msgstr SOCKET_ID
 
 #: ../xfce4-notifyd-config/main.c:321
 #, c-format
 msgid Type '%s --help' for usage.
-msgstr Upišite '%s --help' za upotrebu.
+msgstr Type '%s --help' for usage.
 
 #: ../xfce4-notifyd-config/main.c:334
 #, c-format
 msgid Released under the terms of the GNU General Public License, version 2\n
-msgstr 
+msgstr Released under the terms of the GNU General Public Licence, version 
2\n
 
 #: ../xfce4-notifyd-config/main.c:335
 #, c-format
 msgid Please report bugs to %s.\n
-msgstr Molim prijavite probleme  %s\n
+msgstr Please report bugs to %s.\n
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:1
-msgid Bottom left
-msgstr Dolje lijevo
+msgid Top left
+msgstr Top left
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:2
-msgid Bottom right
-msgstr Dolje desno
+msgid Bottom left
+msgstr Bottom left
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:3
-msgid Default _position:
-msgstr Zadana _pozicija
+msgid Top right
+msgstr Top right
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:4
-#: 

[Xfce4-commits] xfce4-terminal:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to b369f0aa97ffaf0cd181b73dd22881c2232db803 (commit)
   from 91fa2c232ac49754594e2444a914de92392f044f (commit)

commit b369f0aa97ffaf0cd181b73dd22881c2232db803
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:31:46 2013 +0200

I18n: Add new translation en_AU (100%).

282 translated messages.

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

 po/{en_GB.po = en_AU.po} |  215 ++---
 1 file changed, 107 insertions(+), 108 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 90%
copy from po/en_GB.po
copy to po/en_AU.po
index 96ebd94..c71bab3 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -3,20 +3,19 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Dwayne Bailey dwa...@translate.org.za, 2005,2007
-# Noskcaj nosk...@ubuntu.com, 2013
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-03 20:42+0200\n
-PO-Revision-Date: 2013-07-26 21:39+\n
-Last-Translator: Noskcaj nosk...@ubuntu.com\n
-Language-Team: English (United Kingdom) 
(http://www.transifex.com/projects/p/xfce/language/en_GB/)\n
+PO-Revision-Date: 2013-07-29 09:16+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: en_GB\n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../colorschemes/black-on-white.theme.in.h:1
@@ -33,7 +32,7 @@ msgstr Green on Black
 
 #: ../colorschemes/solarized-dark.theme.in.h:1
 msgid Solarized
-msgstr 
+msgstr Solarised
 
 #: ../colorschemes/tango.theme.in.h:1
 msgid Tango
@@ -171,58 +170,58 @@ msgstr Turkish
 
 #: ../terminal/terminal-encoding-action.c:75
 msgid Cyrillic
-msgstr 
+msgstr Cyrillic
 
 #: ../terminal/terminal-encoding-action.c:76
 msgid Chinese Traditional
-msgstr 
+msgstr Chinese Traditional
 
 #: ../terminal/terminal-encoding-action.c:77
 msgid Chinese Simplified
-msgstr 
+msgstr Chinese Simplified
 
 #: ../terminal/terminal-encoding-action.c:78
 msgid Korean
-msgstr 
+msgstr Korean
 
 #: ../terminal/terminal-encoding-action.c:79
 msgid Japanese
-msgstr 
+msgstr Japanese
 
 #: ../terminal/terminal-encoding-action.c:80
 msgid Greek
-msgstr 
+msgstr Greek
 
 #: ../terminal/terminal-encoding-action.c:81
 msgid Arabic
-msgstr 
+msgstr Arabic
 
 #: ../terminal/terminal-encoding-action.c:82
 msgid Hebrew
-msgstr 
+msgstr Hebrew
 
 #: ../terminal/terminal-encoding-action.c:83
 msgid Thai
-msgstr 
+msgstr Thai
 
 #: ../terminal/terminal-encoding-action.c:84
 msgid Vietnamese
-msgstr 
+msgstr Vietnamese
 
 #: ../terminal/terminal-encoding-action.c:85
 msgid Unicode
-msgstr 
+msgstr Unicode
 
 #: ../terminal/terminal-encoding-action.c:86
 msgid Other
-msgstr 
+msgstr Other
 
 #. action to reset to the default
 #: ../terminal/terminal-encoding-action.c:254
 #: ../terminal/terminal-encoding-action.c:386
 #, c-format
 msgid Default (%s)
-msgstr 
+msgstr Default (%s)
 
 #: ../terminal/terminal-gdbus.c:104
 msgid User id mismatch
@@ -294,7 +293,7 @@ msgstr Option \--role\ requires specifying the window 
role as its parameter
 msgid 
 Option \--sm-client-id\ requires specifying the unique session id as its 
 parameter
-msgstr 
+msgstr Option \--sm-client-id\ requires specifying the unique session id as 
its parameter
 
 #: ../terminal/terminal-options.c:373
 #, c-format
@@ -324,7 +323,7 @@ msgstr Image Files
 
 #: ../terminal/terminal-preferences-dialog.c:732
 msgid Load Presets...
-msgstr 
+msgstr Load Presets...
 
 #: ../terminal/terminal-preferences.c:879
 msgid Terminal
@@ -350,35 +349,35 @@ msgstr Close this tab
 
 #: ../terminal/terminal-search-dialog.c:90
 msgid Find
-msgstr 
+msgstr Find
 
 #: ../terminal/terminal-search-dialog.c:95
 msgid _Previous
-msgstr 
+msgstr _Previous
 
 #: ../terminal/terminal-search-dialog.c:100
 msgid _Next
-msgstr 
+msgstr _Next
 
 #: ../terminal/terminal-search-dialog.c:113
 msgid _Search for:
-msgstr 
+msgstr _Search for:
 
 #: ../terminal/terminal-search-dialog.c:128
 msgid C_ase sensitive
-msgstr 
+msgstr C_ase sensitive
 
 #: ../terminal/terminal-search-dialog.c:134
 msgid Match as _regular expression
-msgstr 
+msgstr Match as _regular expression
 
 #: ../terminal/terminal-search-dialog.c:140
 msgid Match _entire word only
-msgstr 
+msgstr Match _entire word only
 
 #: ../terminal/terminal-search-dialog.c:146
 msgid _Wrap around
-msgstr 
+msgstr _Wrap around
 
 #: ../terminal/terminal-util.c:79 ../xfce4-terminal-default-apps.xml.in.in.h:1
 msgid Xfce Terminal Emulator
@@ -386,7 +385,7 @@ msgstr Xfce Terminal Emulator
 
 #: ../terminal/terminal-util.c:86
 msgid translator-credits
-msgstr Dwayne Bailey dwa...@translate.org.za, 2005.Jeff Bailes 
thepizzak...@gmail.com, 2007.
+msgstr 

[Xfce4-commits] xfce4-cellmodem-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 14cb5a06afa7ed07c304fbe40986c02cb72fe475 (commit)
   from 4e5432a08adf40a87644f06fa00623041848b30f (commit)

commit 14cb5a06afa7ed07c304fbe40986c02cb72fe475
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:31:58 2013 +0200

I18n: Add new translation en_AU (100%).

63 translated messages.

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

 po/{pt.po = en_AU.po} |  137 
 1 file changed, 68 insertions(+), 69 deletions(-)

diff --git a/po/pt.po b/po/en_AU.po
similarity index 67%
copy from po/pt.po
copy to po/en_AU.po
index ed24ccb..98d284b 100644
--- a/po/pt.po
+++ b/po/en_AU.po
@@ -3,296 +3,295 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Álvaro Lopes alvie...@alvie.com, 2006
-# Sérgio Marques smarque...@gmail.com, 2013
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-03 20:50+0200\n
-PO-Revision-Date: 2013-07-06 00:37+\n
-Last-Translator: Sérgio Marques smarque...@gmail.com\n
-Language-Team: Portuguese 
(http://www.transifex.com/projects/p/xfce/language/pt/)\n
+PO-Revision-Date: 2013-07-29 08:36+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: pt\n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/cellmodem.c:579
 msgid Initializing plugin now
-msgstr A iniciar \plug-in\
+msgstr Initialising plugin now
 
 #: ../panel-plugin/cellmodem.c:603
 #, c-format
 msgid 
 Error detected:\n
 %s
-msgstr Erro detetado:\n%s
+msgstr Error detected:\n%s
 
 #: ../panel-plugin/cellmodem.c:611
 #, c-format
 msgid Not registered
-msgstr Não registado
+msgstr Not registered
 
 #: ../panel-plugin/cellmodem.c:614
 #, c-format
 msgid Modem needs PIN
-msgstr O modem requer PIN
+msgstr Modem needs PIN
 
 #: ../panel-plugin/cellmodem.c:617
 #, c-format
 msgid Registering
-msgstr A registar
+msgstr Registering
 
 #: ../panel-plugin/cellmodem.c:622
 #, c-format
 msgid 
 Registered [GPRS] to %s\n
 Quality: %d (%d%%)
-msgstr [GPRS] registado em %s\nQualidade: %d (%d%%)
+msgstr Registered [GPRS] to %s\nQuality: %d (%d%%)
 
 #: ../panel-plugin/cellmodem.c:628
 #, c-format
 msgid 
 Registered [UMTS] to %s\n
 Quality: %d (%d%%)
-msgstr [UMTS] registado em %s\nQualidade: %d (%d%%)
+msgstr Registered [UMTS] to %s\nQuality: %d (%d%%)
 
 #: ../panel-plugin/cellmodem.c:634
 #, c-format
 msgid 
 Registered [HSDPA] to %s\n
 Quality: %d (%d%%)
-msgstr [HSDPA] registado em %s\nQualidade: %d (%d%%)
+msgstr Registered [HSDPA] to %s\nQuality: %d (%d%%)
 
 #: ../panel-plugin/cellmodem.c:640
 #, c-format
 msgid 
 Registered to %s\n
 Quality: %d (%d%%)
-msgstr Registrado em %s\nQualidade: %d (%d%%)
+msgstr Registered to %s\nQuality: %d (%d%%)
 
 #: ../panel-plugin/cellmodem.c:649
 #, c-format
 msgid 
 \n
 No SMS support
-msgstr \nSem suporte a SMS
+msgstr \nNo SMS support
 
 #: ../panel-plugin/cellmodem.c:669
 #, c-format
 msgid 
 \n
 SMS not checked yet
-msgstr \nSMS não verificada
+msgstr \nSMS not checked yet
 
 #: ../panel-plugin/cellmodem.c:849
 msgid Error in modem reply to CREG
-msgstr Erro na resposta CREG do modem
+msgstr Error in modem reply to CREG
 
 #: ../panel-plugin/cellmodem.c:862
 msgid Invalid reply to +CREG
-msgstr Resposta inválida a +CREG
+msgstr Invalid reply to +CREG
 
 #: ../panel-plugin/cellmodem.c:893
 msgid Invalid CREG reply from modem
-msgstr Resposta CREG inválida
+msgstr Invalid CREG reply from modem
 
 #: ../panel-plugin/cellmodem.c:940
 msgid Error in modem reply to COPS
-msgstr Erro na resposta COPS do modem
+msgstr Error in modem reply to COPS
 
 #: ../panel-plugin/cellmodem.c:1012
 msgid Invalid COPS reply from modem
-msgstr Resposta COPS inválida
+msgstr Invalid COPS reply from modem
 
 #: ../panel-plugin/cellmodem.c:1068
 msgid Error in modem reply to CPIN
-msgstr Erro na resposta CPIN do modem
+msgstr Error in modem reply to CPIN
 
 #: ../panel-plugin/cellmodem.c:1105
 msgid Invalid CPIN reply from modem
-msgstr Resposta CPIN inválida
+msgstr Invalid CPIN reply from modem
 
 #: ../panel-plugin/cellmodem.c:1112
 msgid Unsupportted CPIN reply from modem
-msgstr Resposta CPIN não suportada
+msgstr Unsupported CPIN reply from modem
 
 #: ../panel-plugin/cellmodem.c:1165
 msgid Invalid OHCIP reply from modem
-msgstr Resposta OHCIP inválida
+msgstr Invalid OHCIP reply from modem
 
 #: ../panel-plugin/cellmodem.c:1172
 msgid Unsupportted OHCIP reply from modem
-msgstr Resposta OHCIP não suportada
+msgstr Unsupported OHCIP reply from modem
 
 #: ../panel-plugin/cellmodem.c:1231
 msgid Invalid CMFG reply from modem
-msgstr Resposta CMFG inválida
+msgstr Invalid CMFG reply from modem
 
 #: 

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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 3dbcf47c0efeee10e2f95504335fa7e83d00da97 (commit)
   from adf90ade6fff3f1abcce5c67c899c89a7ccc8fcf (commit)

commit 3dbcf47c0efeee10e2f95504335fa7e83d00da97
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:31:17 2013 +0200

I18n: Add new translation en_AU (100%).

247 translated messages.

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

 po/{hu.po = en_AU.po} |  500 
 1 file changed, 250 insertions(+), 250 deletions(-)

diff --git a/po/hu.po b/po/en_AU.po
similarity index 71%
copy from po/hu.po
copy to po/en_AU.po
index 16acde7..e6920a0 100644
--- a/po/hu.po
+++ b/po/en_AU.po
@@ -3,32 +3,32 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Gabor Kelemen kelemeng at gnome dot hu, 2013
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-03 20:24+0200\n
-PO-Revision-Date: 2013-07-09 23:06+\n
-Last-Translator: kelemeng kelem...@gnome.hu\n
-Language-Team: Hungarian 
(http://www.transifex.com/projects/p/xfce/language/hu/)\n
+PO-Revision-Date: 2013-07-29 08:33+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: hu\n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../mousepad/main.c:53
 msgid Do not register with the D-BUS session message bus
-msgstr 
+msgstr Do not register with the D-BUS session message bus
 
 #: ../mousepad/main.c:54
 msgid Quit a running Mousepad instance
-msgstr 
+msgstr Quit a running Mousepad instance
 
 #: ../mousepad/main.c:56
 msgid Print version information and exit
-msgstr Verzióinformációk kiírása és kilépés
+msgstr Print version information and exit
 
 #. default application name
 #: ../mousepad/main.c:81 ../mousepad.desktop.in.in.h:1
@@ -38,215 +38,215 @@ msgstr Mousepad
 #. initialize gtk+
 #: ../mousepad/main.c:95
 msgid [FILES...]
-msgstr [FÁJLOK…]
+msgstr [FILES...]
 
 #. no error message, the gui initialization failed
 #: ../mousepad/main.c:101
 msgid Failed to open display.
-msgstr A képernyő megnyitása meghiúsult.
+msgstr Failed to open display.
 
 #: ../mousepad/main.c:118
 msgid The Xfce development team. All rights reserved.
-msgstr Az Xfce fejlesztőcsapata. Minden jog fenntartva.
+msgstr The Xfce development team. All rights reserved.
 
 #: ../mousepad/main.c:119
 #, c-format
 msgid Please report bugs to %s.
-msgstr A hibákat ide jelentse: %s.
+msgstr Please report bugs to %s.
 
 #: ../mousepad/mousepad-dialogs.c:41
 msgid Mousepad is a fast text editor for the Xfce Desktop Environment.
-msgstr A Mousepad egy gyors szövegszerkesztő az Xfce asztali környezethez.
+msgstr Mousepad is a fast text editor for the Xfce Desktop Environment.
 
 #: ../mousepad/mousepad-dialogs.c:50
 msgid translator-credits
-msgstr Kelemen Gábor kelemeng at gnome dot hu
+msgstr translator-credits
 
 #. display an error message to the user
 #: ../mousepad/mousepad-dialogs.c:105
 msgid Failed to open the documentation browser
-msgstr 
+msgstr Failed to open the documentation browser
 
 #. build dialog
 #: ../mousepad/mousepad-dialogs.c:120
 msgid Select Tab Size
-msgstr 
+msgstr Select Tab Size
 
 #. build the dialog
 #: ../mousepad/mousepad-dialogs.c:201
 msgid Go To
-msgstr Ugrás
+msgstr Go To
 
 #: ../mousepad/mousepad-dialogs.c:223
 msgid _Line number:
-msgstr _Sorszám:
+msgstr _Line number:
 
 #: ../mousepad/mousepad-dialogs.c:242
 msgid C_olumn number:
-msgstr 
+msgstr C_olumn number:
 
 #: ../mousepad/mousepad-dialogs.c:300
 msgid Remove all entries from the documents history?
-msgstr 
+msgstr Remove all entries from the documents history?
 
 #: ../mousepad/mousepad-dialogs.c:305
 msgid Clear Documents History
-msgstr 
+msgstr Clear Documents History
 
 #: ../mousepad/mousepad-dialogs.c:308
 msgid 
 Clearing the documents history will permanently remove all currently listed 
 entries.
-msgstr 
+msgstr Clearing the documents history will permanently remove all currently 
listed entries.
 
 #: ../mousepad/mousepad-dialogs.c:339
 msgid Do you want to save the changes before closing?
-msgstr 
+msgstr Do you want to save the changes before closing?
 
 #: ../mousepad/mousepad-dialogs.c:340
 msgid Save Changes
-msgstr Változtatások mentése
+msgstr Save Changes
 
 #: ../mousepad/mousepad-dialogs.c:341
 msgid _Don't Save
-msgstr _Ne legyen mentve
+msgstr _Don't Save
 
 #. secondary text
 #: ../mousepad/mousepad-dialogs.c:363
 msgid If you don't save the document, all the changes will be lost.
-msgstr Ha nem ment, az összes változtatása elvész.
+msgstr If you don't save the document, all the changes will be lost.
 
 #: ../mousepad/mousepad-dialogs.c:385
 msgid 
 The document has been externally 

[Xfce4-commits] xfce4-battery-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 5ebed8bb1ae0c0ad18b98723be5fea6c340ce583 (commit)
   from 095ced91d040398bba8c4de215e038a9a4a10b39 (commit)

commit 5ebed8bb1ae0c0ad18b98723be5fea6c340ce583
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:31:53 2013 +0200

I18n: Add new translation en_AU (100%).

43 translated messages.

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

 po/{es.po = en_AU.po} |  112 +++-
 1 file changed, 54 insertions(+), 58 deletions(-)

diff --git a/po/es.po b/po/en_AU.po
similarity index 62%
copy from po/es.po
copy to po/en_AU.po
index 676b7e8..e26a68f 100644
--- a/po/es.po
+++ b/po/en_AU.po
@@ -1,204 +1,200 @@
-# Spanish translations for xfce package
-# Traducciones al español para el paquete xfce.
-# Copyright (C) 2009 THE xfce'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the xfce package.
-#  abel.martin.r...@gmail.com, 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:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce 4-battery-plugin\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-12-23 06:54+\n
-PO-Revision-Date: 2012-04-18 22:59-0600\n
-Last-Translator: Sergio oigres...@gmail.com\n
-Language-Team: Spanish\n
+POT-Creation-Date: 2013-07-03 20:48+0200\n
+PO-Revision-Date: 2013-07-29 08:31+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: \n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/battery.c:536
 msgid (No battery, AC on-line)
-msgstr (Sin batería, CA conectada)
+msgstr (No battery, AC on-line)
 
 #: ../panel-plugin/battery.c:538
 msgid (Charging from AC)
-msgstr (Cargar CA)
+msgstr (Charging from AC)
 
 #: ../panel-plugin/battery.c:538
 msgid (AC on-line)
-msgstr (CA conectada)
+msgstr (AC on-line)
 
 #: ../panel-plugin/battery.c:548
 #, c-format
 msgid %d%% (%02d:%02d) remaining
-msgstr %d%% (%02d:%02d) restante
+msgstr %d%% (%02d:%02d) remaining
 
 #: ../panel-plugin/battery.c:550
 #, c-format
 msgid %02d:%02d remaining
-msgstr %02d:%02d restante
+msgstr %02d:%02d remaining
 
 #: ../panel-plugin/battery.c:552
 #, c-format
 msgid %d%% remaining
-msgstr %d%% restante
+msgstr %d%% remaining
 
 #: ../panel-plugin/battery.c:554
 #, c-format
 msgid AC off-line
-msgstr Alimentación desconectada
+msgstr AC off-line
 
 #: ../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 
-ATENCIÓN: La batería ha alcanzado un estado crítico. Debe enchufar o apagar 
-su ordenador para evitar una posible pérdida de datos.
+msgstr WARNING: Your battery has reached critical status. You should plug in 
or shutdown your computer now to avoid possible data loss.
 
 #: ../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 
-ATENCIÓN: La batería se está agotando. Debería considerar enchufar o apagar 
-su ordenador pronto para evitar una posible pérdida de datos.
+msgstr WARNING: Your battery is running low. You should consider plugging in 
or shutting down your computer soon to avoid possible data loss.
 
 #: ../panel-plugin/battery.c:678
 msgid Battery
-msgstr Batería
+msgstr Battery
 
 #: ../panel-plugin/battery.c:1207
 msgid Select file
-msgstr Seleccionar archivo
+msgstr Select file
 
 #: ../panel-plugin/battery.c:1248
 msgid Select command
-msgstr Seleccionar orden
+msgstr Select command
 
 #: ../panel-plugin/battery.c:1263
 msgid Select color
-msgstr Seleccionar color
+msgstr Select colour
 
 #: ../panel-plugin/battery.c:1305
 #, c-format
 msgid Unable to open the following url: %s
-msgstr Imposible abrir la siguiente URL: %s
+msgstr Unable to open the following url: %s
 
 #: ../panel-plugin/battery.c:1330 ../panel-plugin/battery.desktop.in.h:1
 msgid Battery Monitor
-msgstr Monitor de batería
+msgstr Battery Monitor
 
 #: ../panel-plugin/battery.c:1337
 msgid Properties
-msgstr Propiedades
+msgstr Properties
 
 #: ../panel-plugin/battery.c:1363
 msgid On AC:
-msgstr Con CA:
+msgstr On AC:
 
 #: ../panel-plugin/battery.c:1380
 msgid Battery high:
-msgstr Batería alta:
+msgstr Battery high:
 
 #: ../panel-plugin/battery.c:1397
 msgid Battery low:
-msgstr Batería baja:
+msgstr Battery low:
 
 #: ../panel-plugin/battery.c:1414
 msgid Battery critical:
-msgstr Batería crítica:
+msgstr Battery critical:
 
 #: ../panel-plugin/battery.c:1428
 msgid Bar _colors
-msgstr _Colores de 

[Xfce4-commits] xfce4-volstatus-icon:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 0b844fda84e9dde0e920bb0e617402a96dcb5bd6 (commit)
   from 8013214b8e0c5e17637f25211a21ead930528215 (commit)

commit 0b844fda84e9dde0e920bb0e617402a96dcb5bd6
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:31:49 2013 +0200

I18n: Add new translation en_AU (100%).

56 translated messages.

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

 po/{en_GB.po = en_AU.po} |   42 +-
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 86%
copy from po/en_GB.po
copy to po/en_AU.po
index 9c77737..160618f 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,24 +1,24 @@
-# English/GB translation of xfce4-volstatus-icon.
-# Copyright (C) 2007 THE xfce4-volstatus-icon'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the xfce4-volstatus-icon 
package.
-# Jeff Bailes thepizzak...@gmail.com, 2007.
-# , fuzzy
-#
-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-volstatus-icon\n
+Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2007-05-27 20:15-0700\n
-PO-Revision-Date: 2008-05-10 13:38+1000\n
-Last-Translator: Jeff Bailes thepizzak...@gmail.com\n
-Language-Team: English/GB\n
+PO-Revision-Date: 2013-07-29 09:17+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
-#: xfce4-volstatus-icon/main.c:102
-#: xfce4-volstatus-icon/main.c:115
+#: xfce4-volstatus-icon/main.c:102 xfce4-volstatus-icon/main.c:115
 #: xfce4-volstatus-icon/xfce-volstatus-dialog.c:733
 msgid Removable Volumes
 msgstr Removable Volumes
@@ -28,7 +28,10 @@ msgid This is the first time you've run the Xfce Volstatus 
Icon application
 msgstr This is the first time you've run the Xfce Volstatus Icon application
 
 #: xfce4-volstatus-icon/main.c:105
-msgid Would you like Xfce Volstatus to run automatically each time your 
session begins?  You can disable this behavior later by using the \Autostarted 
Applications\ settings panel.
+msgid 
+Would you like Xfce Volstatus to run automatically each time your session 
+begins?  You can disable this behavior later by using the \Autostarted 
+Applications\ settings panel.
 msgstr Would you like Xfce Volstatus to run automatically each time your 
session begins?  You can disable this behaviour later by using the 
\Autostarted Applications\ settings panel.
 
 #: xfce4-volstatus-icon/main.c:117
@@ -36,7 +39,9 @@ msgid Failed to write autostart file
 msgstr Failed to write autostart file
 
 #: xfce4-volstatus-icon/main.c:118
-msgid For some reason, the autostart location could not be found or written 
to.  This location is usually in your home directory, in ~/.config/autostart/.
+msgid 
+For some reason, the autostart location could not be found or written to.  
+This location is usually in your home directory, in ~/.config/autostart/.
 msgstr For some reason, the autostart location could not be found or written 
to.  This location is usually in your home directory, in ~/.config/autostart/.
 
 #: xfce4-volstatus-icon/main.c:125
@@ -51,8 +56,7 @@ msgstr Safe removal of removable volumes
 msgid An unknown error occurred.
 msgstr An unknown error occurred.
 
-#: xfce4-volstatus-icon/main.c:215
-#: xfce4-volstatus-icon/main.c:226
+#: xfce4-volstatus-icon/main.c:215 xfce4-volstatus-icon/main.c:226
 #: xfce4-volstatus-icon/main.c:241
 msgid Xfce Volstatus
 msgstr Xfce Volstatus
@@ -253,7 +257,3 @@ msgstr Safely remove \%s\
 #: xfce4-volstatus-icon/xfce-volstatus-icon.c:243
 msgid (no removable drives)
 msgstr (no removable drives)
-
-#~ msgid Data or Video DVD
-#~ msgstr Data or Video DVD
-
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-clipman-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 3d4d8405232860c6d61dd3b35bfcb06883d1 (commit)
   from acb672f0760c1a9cb402f2f4995ac6d979c268e1 (commit)

commit 3d4d8405232860c6d61dd3b35bfcb06883d1
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:32:00 2013 +0200

I18n: Add new translation en_AU (100%).

62 translated messages.

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

 po/{en_GB.po = en_AU.po} |  302 ++---
 1 file changed, 121 insertions(+), 181 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 72%
copy from po/en_GB.po
copy to po/en_AU.po
index 8d6ad69..9befa64 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,67 +1,69 @@
-# British English translation of the xfce4-clipman-plugin package.
-# Copyright (C) 2005-2007 The Xfce development team.
-# This file is distributed under the same license as the xfce4-clipman-plugin 
package.
-# Jeff Bailes thepizzak...@gmail.com, 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:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-clipman-plugin 0.8.0\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-27 23:48+\n
-PO-Revision-Date: 2009-04-18 12:27+0200\n
-Last-Translator: Jeff Bailes thepizzak...@gmail.com\n
-Language-Team: British English xfce-i...@xfce.org\n
+POT-Creation-Date: 2013-07-03 20:51+0200\n
+PO-Revision-Date: 2013-07-29 08:38+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: \n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/xfce4-clipman.desktop.in.h:1
 #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1
 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:1
-msgid Clipboard manager
-msgstr Clipboard manager
-
-#: ../panel-plugin/xfce4-clipman.desktop.in.h:2
-#: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:2
-#: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:2
 #: ../panel-plugin/main-panel-plugin.c:72
 #: ../panel-plugin/main-status-icon.c:61 ../panel-plugin/main-status-icon.c:94
 #: ../panel-plugin/plugin.c:336
 msgid Clipman
 msgstr Clipman
 
+#: ../panel-plugin/xfce4-clipman.desktop.in.h:2
+#: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:2
+#: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:2
+msgid Clipboard manager
+msgstr Clipboard manager
+
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:1
-msgid Bugz
-msgstr Bugz
+msgid Image
+msgstr Image
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:2
 msgid Edit with Gimp
 msgstr Edit with Gimp
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:3
-msgid GNOME Bug
-msgstr GNOME Bug
+msgid View with Ristretto
+msgstr View with Ristretto
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:4
-msgid Image
-msgstr Image
+msgid Bugz
+msgstr Bugz
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:5
-msgid Long URL
-msgstr Long URL
+msgid Xfce Bug
+msgstr Xfce Bug
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:6
-msgid Shrink the URL
-msgstr Shrink the URL
+msgid GNOME Bug
+msgstr GNOME Bug
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:7
-msgid View with Ristretto
-msgstr View with Ristretto
+msgid Long URL
+msgstr Long URL
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:8
-msgid Xfce Bug
-msgstr Xfce Bug
+msgid Shrink the URL
+msgstr Shrink the URL
 
 #: ../panel-plugin/xfce4-clipman-settings.c:190
 msgid None
@@ -84,190 +86,176 @@ msgstr bReset actions/b
 #: ../panel-plugin/xfce4-clipman-settings.c:519
 msgid 
 Are you sure you want to reset the actions to the system default values?
-msgstr 
-Are you sure you want to reset the actions to the system default values?
+msgstr Are you sure you want to reset the actions to the system default 
values?
 
 #: ../panel-plugin/settings-dialog.ui.h:1
-msgid bAction/b
-msgstr bAction/b
+msgid Configure the plugin
+msgstr Configure the plugin
 
 #: ../panel-plugin/settings-dialog.ui.h:2
-msgid bBehavior/b
-msgstr bBehaviour/b
+msgid Sync _selections
+msgstr Sync _selections
 
 #: ../panel-plugin/settings-dialog.ui.h:3
-msgid bCommands/b
-msgstr bCommands/b
+msgid 
+If checked, the selections will be synced with the default clipboard in a 
+way that you can paste what you select
+msgstr If checked, the selections will be synced with the default clipboard 
in a way that you can paste what you select
 
 #: ../panel-plugin/settings-dialog.ui.h:4
-msgid bHistory/b
-msgstr bHistory/b
+msgid bBehavior/b
+msgstr bBehaviour/b
 
 #: ../panel-plugin/settings-dialog.ui.h:5
-msgid Actions
-msgstr Actions
+msgid Save on _quit
+msgstr Save on _quit
 

[Xfce4-commits] xfce4-datetime-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 03be28083baaa35a80b7edf096d413cfbc2ad9f9 (commit)
   from 7030711a2d2f5ea1b0ca266ce84836844b82265b (commit)

commit 03be28083baaa35a80b7edf096d413cfbc2ad9f9
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:32:49 2013 +0200

I18n: Add new translation en_AU (100%).

19 translated messages.

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

 po/{it.po = en_AU.po} |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

diff --git a/po/it.po b/po/en_AU.po
similarity index 71%
copy from po/it.po
copy to po/en_AU.po
index 3f959a7..584b955 100644
--- a/po/it.po
+++ b/po/en_AU.po
@@ -3,105 +3,105 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Francesco Scarrone p...@gmail.com, 2009
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-03 20:55+0200\n
-PO-Revision-Date: 2013-07-13 08:55+\n
-Last-Translator: cri cri.pe...@gmail.com\n
-Language-Team: Italian 
(http://www.transifex.com/projects/p/xfce/language/it/)\n
+PO-Revision-Date: 2013-07-29 08:48+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: it\n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/datetime.c:87
 msgid Invalid format
-msgstr Formato non valido
+msgstr Invalid format
 
 #: ../panel-plugin/datetime.c:92
 msgid Error
-msgstr Errore
+msgstr Error
 
 #: ../panel-plugin/datetime-dialog.c:42
 msgid Date, then time
-msgstr Prima la data, poi l'ora
+msgstr Date, then time
 
 #: ../panel-plugin/datetime-dialog.c:43
 msgid Time, then date
-msgstr Prima l'ora, poi la data
+msgstr Time, then date
 
 #: ../panel-plugin/datetime-dialog.c:44
 msgid Date only
-msgstr Solo la data
+msgstr Date only
 
 #: ../panel-plugin/datetime-dialog.c:45
 msgid Time only
-msgstr Solo l'ora
+msgstr Time only
 
 #. placeholder
 #: ../panel-plugin/datetime-dialog.c:85 ../panel-plugin/datetime-dialog.c:96
 msgid Custom...
-msgstr Personalizza...
+msgstr Custom...
 
 #: ../panel-plugin/datetime-dialog.c:131
 msgid Select font
-msgstr Seleziona il carattere
+msgstr Select font
 
 #: ../panel-plugin/datetime-dialog.c:313
 #, c-format
 msgid Unable to open the following url: %s
-msgstr Impossibile aprire il seguente url: %s
+msgstr Unable to open the following url: %s
 
 #: ../panel-plugin/datetime-dialog.c:352
 msgid Datetime
-msgstr Orario
+msgstr Datetime
 
 #. * layout frame
 #. 
 #: ../panel-plugin/datetime-dialog.c:372
 msgid Layout
-msgstr Stile
+msgstr Layout
 
 #. Format label
 #. format label
 #: ../panel-plugin/datetime-dialog.c:386 ../panel-plugin/datetime-dialog.c:446
 #: ../panel-plugin/datetime-dialog.c:547
 msgid Format:
-msgstr Formato:
+msgstr Format:
 
 #. * Date frame
 #. 
 #: ../panel-plugin/datetime-dialog.c:406
 msgid Date
-msgstr Data
+msgstr Date
 
 #: ../panel-plugin/datetime-dialog.c:417
 msgid The date will appear in a tooltip.
-msgstr La data apparirà in un messaggio a scomparsa.
+msgstr The date will appear in a tooltip.
 
 #. font label
 #: ../panel-plugin/datetime-dialog.c:429 ../panel-plugin/datetime-dialog.c:530
 msgid Font:
-msgstr Carattere:
+msgstr Font:
 
 #. * time frame
 #. 
 #: ../panel-plugin/datetime-dialog.c:507
 msgid Time
-msgstr Ora
+msgstr Time
 
 #: ../panel-plugin/datetime-dialog.c:518
 msgid The time will appear in a tooltip.
-msgstr L'ora apparirà in un messaggio a scomparsa.
+msgstr The time will appear in a tooltip.
 
 #: ../panel-plugin/datetime.desktop.in.h:1
 msgid DateTime
-msgstr Orario
+msgstr DateTime
 
 #: ../panel-plugin/datetime.desktop.in.h:2
 msgid Date and Time plugin with a simple calendar
-msgstr Plugin di data e ora con un calendario base
+msgstr Date and Time plugin with a simple calendar
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-indicator-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to e0f5d31abbec2adf2b64faf043be48be3c165558 (commit)
   from 8e346db1e4ac232370de9e3ee953b4f5aac9081f (commit)

commit e0f5d31abbec2adf2b64faf043be48be3c165558
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:33:07 2013 +0200

I18n: Add new translation en_AU (100%).

31 translated messages.

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

 po/{en_GB.po = en_AU.po} |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 93%
copy from po/en_GB.po
copy to po/en_AU.po
index f2709d2..77d7f46 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -3,19 +3,19 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Noskcaj nosk...@ubuntu.com, 2013
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-03 21:02+0200\n
-PO-Revision-Date: 2013-07-26 21:35+\n
-Last-Translator: Noskcaj nosk...@ubuntu.com\n
-Language-Team: English (United Kingdom) 
(http://www.transifex.com/projects/p/xfce/language/en_GB/)\n
+PO-Revision-Date: 2013-07-29 09:14+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: en_GB\n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/indicator.desktop.in.in.h:1
@@ -99,7 +99,7 @@ msgstr Align left in deskbar mode
 msgid 
 Controls the indicator button layout when the panel is in a Deskbar mode. 
 Possible choices are \centered\ or \aligned left\.
-msgstr Controls the indicator button layout when the panel is in a Deskbar 
mode. Possible choices are \centered\ or \aligned left\.
+msgstr Controls the indicator button layout when the panel is in a Deskbar 
mode. Possible choices are \centred\ or \aligned left\.
 
 #: ../panel-plugin/indicator-dialog.glade.h:6
 msgid Appearance
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-diskperf-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to e01926a788f84f88d12b71f8e4c11e541020fc80 (commit)
   from 597ad0c26661e9ebef0ee8353bc49d20252fe2ad (commit)

commit e01926a788f84f88d12b71f8e4c11e541020fc80
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:32:52 2013 +0200

I18n: Add new translation en_AU (100%).

38 translated messages.

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

 po/{en_GB.po = en_AU.po} |  108 +
 1 file changed, 31 insertions(+), 77 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 63%
copy from po/en_GB.po
copy to po/en_AU.po
index 9a04331..2a22073 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,22 +1,22 @@
-# English/GB translation of xfce4-diskperf-plugin.
-# Copyright (C) 2007 THE xfce4-diskperf-plugin'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the xfce4-diskperf-plugin 
package.
-# Jeff Bailes thepizzak...@gmail.com, 2007.
-#
-#
-#, fuzzy
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-diskperf-plugin\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-05-04 16:57+0200\n
-PO-Revision-Date: 2007-03-30 22:22+1000\n
-Last-Translator: Jeff Bailes thepizzak...@gmail.com\n
-Language-Team: English/GB\n
-Language: \n
+POT-Creation-Date: 2013-07-03 20:57+0200\n
+PO-Revision-Date: 2013-07-29 08:49+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/config_gui.c:101
 msgid Device
@@ -27,9 +27,8 @@ msgid Input the device name, then press Enter
 msgstr Input the device name, then press Enter
 
 #: ../panel-plugin/config_gui.c:118
-#, fuzzy
 msgid /dev/sda1
-msgstr /dev/hda1
+msgstr /dev/sda1
 
 #: ../panel-plugin/config_gui.c:136
 msgid Data collection period
@@ -64,9 +63,8 @@ msgid I/O transfer
 msgstr I/O transfer
 
 #: ../panel-plugin/config_gui.c:181
-#, fuzzy
 msgid MiB transferred / second
-msgstr MB transferred / second
+msgstr MiB transferred / second
 
 #: ../panel-plugin/config_gui.c:187
 msgid Busy time
@@ -77,9 +75,8 @@ msgid Percentage of time the device is busy
 msgstr Percentage of time the device is busy
 
 #: ../panel-plugin/config_gui.c:202
-#, fuzzy
 msgid Max. I/O rate (MiB/s) 
-msgstr Max. I/O rate (MB/s) 
+msgstr Max. I/O rate (MiB/s) 
 
 #: ../panel-plugin/config_gui.c:213
 msgid Input the maximum I/O transfer rate of the device, then press Enter
@@ -134,12 +131,12 @@ msgstr Write-Read
 msgid \Write\ monitor first
 msgstr \Write\ monitor first
 
-#: ../panel-plugin/main.c:180
+#: ../panel-plugin/main.c:196
 #, c-format
 msgid %s: Device statistics unavailable.
-msgstr 
+msgstr %s: Device statistics unavailable.
 
-#: ../panel-plugin/main.c:219
+#: ../panel-plugin/main.c:236
 #, c-format
 msgid 
 %s\n
@@ -152,13 +149,13 @@ msgid 
   Read : %3d\n
   Write : %3d\n
   Total : %3d
-msgstr 
+msgstr %s\n\nI/O(MiB/s)\n  Read :%3.2f\n  Write :%3.2f\n  
Total :%3.2f\nBusy time (%c)\n  Read : %3d\n  Write : %3d\n  Total : %3d
 
-#: ../panel-plugin/main.c:823
+#: ../panel-plugin/main.c:850
 msgid Select color
 msgstr Select colour
 
-#: ../panel-plugin/main.c:873
+#: ../panel-plugin/main.c:900
 #, c-format
 msgid 
 %s\n
@@ -166,14 +163,9 @@ msgid 
 \n
 This monitor will not work!\n
 Please remove it.
-msgstr 
-%s\n
-%s: %s (%d)\n
-\n
-This monitor will not work!\n
-Please remove it.
+msgstr %s\n%s: %s (%d)\n\nThis monitor will not work!\nPlease remove it.
 
-#: ../panel-plugin/main.c:884
+#: ../panel-plugin/main.c:911
 #, c-format
 msgid 
 %s: No disk extended statistics found!\n
@@ -182,69 +174,31 @@ msgid 
 \n
 This monitor will not work!\n
 Please remove it.
-msgstr 
-%s: No disk extended statistics found!\n
-Either old kernel ( 2.4.20) or not\n
-compiled with CONFIG_BLK_STATS turned on.\n
-\n
-This monitor will not work!\n
-Please remove it.
+msgstr %s: No disk extended statistics found!\nEither old kernel ( 2.4.20) 
or not\ncompiled with CONFIG_BLK_STATS turned on.\n\nThis monitor will not 
work!\nPlease remove it.
 
-#: ../panel-plugin/main.c:892
+#: ../panel-plugin/main.c:919
 #, c-format
 msgid 
 %s: Unknown error\n
 \n
 This monitor will not work!\n
 Please remove it.
-msgstr 
-%s: Unknown error\n
-\n
-This monitor will not work!\n
-Please remove it.
+msgstr %s: Unknown error\n\nThis monitor will not work!\nPlease remove it.
 
-#: ../panel-plugin/main.c:914
+#: ../panel-plugin/main.c:941
 msgid 
 Diskperf monitor displays instantaneous disk I/O transfer rates and busy 
 times
-msgstr 
-Diskperf 

[Xfce4-commits] xfce4-cpugraph-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 24e98fa9b297b2c0713c25a13abb8b0c31e0ee8c (commit)
   from 418d022ade49133e4b5bfc676d7d557e17265b59 (commit)

commit 24e98fa9b297b2c0713c25a13abb8b0c31e0ee8c
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:32:46 2013 +0200

I18n: Add new translation en_AU (100%).

37 translated messages.

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

 po/{en_GB.po = en_AU.po} |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 92%
copy from po/en_GB.po
copy to po/en_AU.po
index 88fb520..6cd0f9f 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -3,20 +3,19 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Noskcaj nosk...@ubuntu.com, 2013
-# Jeff Bailes thepizzak...@gmail.com, 2007
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-03 20:54+0200\n
-PO-Revision-Date: 2013-07-26 21:33+\n
-Last-Translator: Noskcaj nosk...@ubuntu.com\n
-Language-Team: English (United Kingdom) 
(http://www.transifex.com/projects/p/xfce/language/en_GB/)\n
+PO-Revision-Date: 2013-07-29 08:44+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: en_GB\n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/cpu.c:153 ../panel-plugin/cpugraph.desktop.in.h:2
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-teatime-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 103794dbb4c352cb667bfb22cba4f9fe68cfcdd3 (commit)
   from abfafd37c22e3ad9e7fa401e738125ffb2e4438c (commit)

commit 103794dbb4c352cb667bfb22cba4f9fe68cfcdd3
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:33:48 2013 +0200

I18n: Add new translation en_AU (100%).

21 translated messages.

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

 po/{en_GB.po = en_AU.po} |   24 
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 76%
copy from po/en_GB.po
copy to po/en_AU.po
index 09f5cab..36a0bbd 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,21 +1,22 @@
-# English/GB translation of xfce4-teatime-plugin.
-# Copyright (C) 2007 THE xfce4-teatime-plugin'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the xfce4-teatime-plugin 
package.
-# Jeff Bailes thepizzak...@gmail.com, 2007.
-# , fuzzy
-# 
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
 # 
+# Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-teatime-plugin\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2006-09-10 21:29+0200\n
-PO-Revision-Date: 2007-03-31 10:30+1000\n
-Last-Translator: Jeff Bailes thepizzak...@gmail.com\n
-Language-Team: English/GB\n
+PO-Revision-Date: 2013-07-29 09:36+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
-Content-Transfer-Encoding: 8bit
+Content-Transfer-Encoding: 8bit\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../src/interface.c:69
 msgid Edit properties
@@ -101,4 +102,3 @@ msgstr bNotification/b
 #, c-format
 msgid Couldn't find pixmap file: %s
 msgstr Couldn't find pixmap file: %s
-
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-mpc-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 1f1537637b42c0446ea9ca229c7104c472bfd261 (commit)
   from f7898b1359a954a30b62899f5cd4c5fa7153ffd0 (commit)

commit 1f1537637b42c0446ea9ca229c7104c472bfd261
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:33:20 2013 +0200

I18n: Add new translation en_AU (100%).

24 translated messages.

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

 po/{es.po = en_AU.po} |   55 
 1 file changed, 27 insertions(+), 28 deletions(-)

diff --git a/po/es.po b/po/en_AU.po
similarity index 69%
copy from po/es.po
copy to po/en_AU.po
index 4aa67d6..acb02a1 100644
--- a/po/es.po
+++ b/po/en_AU.po
@@ -3,67 +3,66 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-#  abel.martin.r...@gmail.com, 2009
-# Pablo Lezaeta prfl...@gmail.com, 2013
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-03 21:07+0200\n
-PO-Revision-Date: 2013-07-07 06:47+\n
-Last-Translator: Pablo Lezaeta prfl...@gmail.com\n
-Language-Team: Spanish 
(http://www.transifex.com/projects/p/xfce/language/es/)\n
+PO-Revision-Date: 2013-07-29 09:22+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: es\n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:137
 #: ../panel-plugin/xfce4-mpc-plugin.c:213
 #: ../panel-plugin/xfce4-mpc-plugin.c:758
 msgid Launch
-msgstr Lanzar
+msgstr Launch
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:270
 msgid Mpd Client Plugin
-msgstr Complemento de cliente MPD
+msgstr Mpd Client Plugin
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:276
 msgid Properties
-msgstr Propiedades
+msgstr Properties
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:289
 msgid Host : 
-msgstr Equipo Host: 
+msgstr Host : 
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:290
 msgid Port : 
-msgstr Puerto: 
+msgstr Port : 
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:291
 msgid Password : 
-msgstr Contraseña: 
+msgstr Password : 
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:292
 msgid MPD Client : 
-msgstr Cliente MPD: 
+msgstr MPD Client : 
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:293
 msgid Tooltip Format : 
-msgstr Formato de descripción :
+msgstr Tooltip Format : 
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:294
 msgid Playlist Format : 
-msgstr Formato de lista de reproducción :
+msgstr Playlist Format : 
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:328
 msgid Hostname or IP address
-msgstr Nombre del equipo host o dirección ip
+msgstr Hostname or IP address
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:329
 msgid Graphical MPD Client to launch in plugin context menu
-msgstr Cliente gráfico MPD que se ejecutar en el complemento del menú 
contextual
+msgstr Graphical MPD Client to launch in plugin context menu
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:330
 msgid Variables : %artist%, %album%, %track% and %title%
@@ -77,45 +76,45 @@ msgstr Variables : %vol%, %status%, %newline%, %artist%, 
%album%, %track% and %
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:336
 msgid Show _frame
-msgstr Mostrar _marco
+msgstr Show _frame
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:458
 #: ../panel-plugin/xfce4-mpc-plugin.c:689
 msgid  not connected ?
-msgstr  ¿no conectado?
+msgstr  not connected ?
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:542
 msgid Mpd playlist
-msgstr Lista de reproducción MPD
+msgstr Mpd playlist
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:754
 msgid Random
-msgstr Aleatorio
+msgstr Random
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:756
 msgid Repeat
-msgstr Repetir
+msgstr Repeat
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:761
 msgid biCommands/i/b
-msgstr biComandos/i/b
+msgstr biCommands/i/b
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:765
 msgid biOutputs/i/b
-msgstr biSalidas/i/b
+msgstr biOutputs/i/b
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:789
 msgid A simple panel-plugin client for Music Player Daemon
-msgstr Un simple complemento de panel para el cliente del demonio de 
reproducción de música MPD
+msgstr A simple panel-plugin client for Music Player Daemon
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:791
 msgid Copyright (c) 2006-2012 Landry Breuil\n
-msgstr Copyright (c) 2006-2012 Landry Breuil\n\n
+msgstr Copyright (c) 2006-2012 Landry Breuil\n
 
 #: ../panel-plugin/xfce4-mpc-plugin.desktop.in.h:1
 msgid MPD Client Plugin
-msgstr Complemento del cliente MPD
+msgstr MPD Client Plugin
 
 #: ../panel-plugin/xfce4-mpc-plugin.desktop.in.h:2
 msgid A client for MPD, The Music Player Daemon
-msgstr Un cliente para MPD, el demonio de reproducción de música
+msgstr A client for MPD, The Music Player Daemon
___
Xfce4-commits mailing 

[Xfce4-commits] xfce4-quicklauncher-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to b55858fcba1c265c65d6b307afc2cf6eaf845a30 (commit)
   from 707dfbf34674b13fede9c458846c12b752175efc (commit)

commit b55858fcba1c265c65d6b307afc2cf6eaf845a30
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:33:30 2013 +0200

I18n: Add new translation en_AU (100%).

17 translated messages.

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

 po/{en_GB.po = en_AU.po} |   36 ++--
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 69%
copy from po/en_GB.po
copy to po/en_AU.po
index a142491..c063e6f 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,21 +1,22 @@
-# English/GB translation of xfce4-quicklauncher-plugin.
-# Copyright (C) 2007 THE xfce4-quicklauncher-plugin'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the 
xfce4-quicklauncher-plugin package.
-# Jeff Bailes thepizzak...@gmail.com, 2007.
-# , fuzzy
-# 
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
 # 
+# Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-quicklauncher-plugin\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2007-05-17 21:37+0200\n
-PO-Revision-Date: 2007-03-31 10:17+1000\n
-Last-Translator: Jeff Bailes thepizzak...@gmail.com\n
-Language-Team: English/GB\n
+PO-Revision-Date: 2013-07-29 09:26+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
-Content-Transfer-Encoding: 8bit
+Content-Transfer-Encoding: 8bit\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/callbacks.c:79
 msgid Configure Quicklauncher
@@ -27,27 +28,27 @@ msgstr Lines: 
 
 #: ../panel-plugin/callbacks.c:123
 msgid Espace entre les lanceurs :
-msgstr Space between launchers
+msgstr Espace entre les lanceurs :
 
 #: ../panel-plugin/callbacks.c:131
 msgid afficher les tooltips
-msgstr Show tooltips
+msgstr afficher les tooltips
 
 #: ../panel-plugin/callbacks.c:135
 msgid afficher les labels
-msgstr Show labels
+msgstr afficher les labels
 
 #: ../panel-plugin/callbacks.c:216
 msgid icone
-msgstr icon
+msgstr icone
 
 #: ../panel-plugin/callbacks.c:222
 msgid commande
-msgstr command
+msgstr commande
 
 #: ../panel-plugin/callbacks.c:228
 msgid nom
-msgstr name
+msgstr nom
 
 #: ../panel-plugin/callbacks.c:327
 msgid Open icon
@@ -84,4 +85,3 @@ msgstr Help
 #: ../panel-plugin/quicklauncher.desktop.in.in.h:1
 msgid Program with several launchers
 msgstr Program with several launchers
-
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-cpufreq-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 970380078c7f895a716c3dc952d3d030912e38b4 (commit)
   from 08b4863cda315c614bc358e7c4b4a99cdc87ec74 (commit)

commit 970380078c7f895a716c3dc952d3d030912e38b4
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:32:02 2013 +0200

I18n: Add new translation en_AU (100%).

25 translated messages.

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

 po/{it.po = en_AU.po} |   61 
 1 file changed, 30 insertions(+), 31 deletions(-)

diff --git a/po/it.po b/po/en_AU.po
similarity index 67%
copy from po/it.po
copy to po/en_AU.po
index cb0b002..7f8b924 100644
--- a/po/it.po
+++ b/po/en_AU.po
@@ -3,29 +3,28 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# cri cri.pe...@gmail.com, 2013
-# Fabio Riga u...@aruba.it, 2007
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-03 20:53+0200\n
-PO-Revision-Date: 2013-07-11 12:13+\n
-Last-Translator: cri cri.pe...@gmail.com\n
-Language-Team: Italian 
(http://www.transifex.com/projects/p/xfce/language/it/)\n
+PO-Revision-Date: 2013-07-29 08:40+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: it\n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:110
 msgid Configure CPU Frequency Monitor
-msgstr Configurazione del monitor della frequenza della CPU
+msgstr Configure CPU Frequency Monitor
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:112
 msgid Configure the CPU frequency plugin
-msgstr Configurazione del plugin per la frequenza della CPU
+msgstr Configure the CPU frequency plugin
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:129
 msgid bMonitor/b
@@ -33,96 +32,96 @@ msgstr bMonitor/b
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:144
 msgid Timeout Interval:
-msgstr Intervallo di timeout:
+msgstr Timeout Interval:
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:160
 msgid bPanel/b
-msgstr bPannello/b
+msgstr bPanel/b
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:177
 msgid Display CPU:
-msgstr Visualizza CPU:
+msgstr Display CPU:
 
 #. check buttons for display widgets in panel
 #: ../panel-plugin/xfce4-cpufreq-configure.c:196
 msgid Show frame
-msgstr Mostra cornice
+msgstr Show frame
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:201
 msgid Show CPU icon
-msgstr Mostra l'icona della CPU
+msgstr Show CPU icon
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:206
 msgid Show CPU frequency
-msgstr Mostra la frequenza della CPU
+msgstr Show CPU frequency
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:211
 msgid Show CPU governor
-msgstr Mostra profilo CPU
+msgstr Show CPU governor
 
 #: ../panel-plugin/xfce4-cpufreq-linux.c:413
 msgid 
 Your system does not support cpufreq.\n
 The applet only shows the current cpu frequency
-msgstr Il proprio sistema non supporta cpufreq.\nL'applet mostra solamente la 
frequenza della CPU 
+msgstr Your system does not support cpufreq.\nThe applet only shows the 
current cpu frequency
 
 #: ../panel-plugin/xfce4-cpufreq-overview.c:65
 msgid Scaling driver:
-msgstr Driver per lo scaling:
+msgstr Scaling driver:
 
 #: ../panel-plugin/xfce4-cpufreq-overview.c:71
 #, c-format
 msgid No scaling driver available
-msgstr Nessun driver disponibile per lo scaling
+msgstr No scaling driver available
 
 #: ../panel-plugin/xfce4-cpufreq-overview.c:82
 msgid Available frequencies:
-msgstr Frequenze disponibili:
+msgstr Available frequencies:
 
 #: ../panel-plugin/xfce4-cpufreq-overview.c:137
 msgid Available governors:
-msgstr Profili disponibili:
+msgstr Available governors:
 
 #: ../panel-plugin/xfce4-cpufreq-overview.c:160
 msgid Current governor:
-msgstr Profilo corrente:
+msgstr Current governor:
 
 #: ../panel-plugin/xfce4-cpufreq-overview.c:195
 msgid CPU Information
-msgstr Informazioni CPU
+msgstr CPU Information
 
 #: ../panel-plugin/xfce4-cpufreq-overview.c:202
 msgid An overview of all the CPUs in the system
-msgstr Una panoramica di tutte le CPU presenti nel sistema
+msgstr An overview of all the CPUs in the system
 
 #: ../panel-plugin/xfce4-cpufreq-plugin.c:97
 #, c-format
 msgid %d cpu available
 msgid_plural %d cpus available
-msgstr[0] %d cpu disponibile
-msgstr[1] %d cpu disponibili
+msgstr[0] %d cpu available
+msgstr[1] %d cpus available
 
 #: ../panel-plugin/xfce4-cpufreq-plugin.c:99
 msgid Frequency: 
-msgstr Frequenza: 
+msgstr Frequency: 
 
 #: ../panel-plugin/xfce4-cpufreq-plugin.c:106
 msgid Governor: 
-msgstr Profilo: 
+msgstr Governor: 
 
 #: ../panel-plugin/xfce4-cpufreq-plugin.c:332
 msgid 
 Your system is not configured correctly to support cpu frequency scaling !
-msgstr Il 

[Xfce4-commits] xfce4-smartbookmark-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 1899f782973caa79e1b55aff89ff137af0f3ade0 (commit)
   from 9b0912506aa991c987a9b6a774b27e08c5afde93 (commit)

commit 1899f782973caa79e1b55aff89ff137af0f3ade0
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:33:39 2013 +0200

I18n: Add new translation en_AU (100%).

9 translated messages.

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

 po/{ja.po = en_AU.po} |   25 -
 1 file changed, 12 insertions(+), 13 deletions(-)

diff --git a/po/ja.po b/po/en_AU.po
similarity index 64%
copy from po/ja.po
copy to po/en_AU.po
index dc2abcd..9a172b8 100644
--- a/po/ja.po
+++ b/po/en_AU.po
@@ -3,26 +3,25 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Masato HASHIMOTO cabezon.hashim...@gmail.com, 2013
-# Nobuhiro Iwamatsu iwama...@nigauri.org, 2007-2008
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-03 21:17+0200\n
-PO-Revision-Date: 2013-07-12 12:54+\n
-Last-Translator: Masato HASHIMOTO cabezon.hashim...@gmail.com\n
-Language-Team: Japanese xfce-users...@googlegroups.com\n
+PO-Revision-Date: 2013-07-29 09:31+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: ja\n
-Plural-Forms: nplurals=1; plural=0;\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../src/smartbookmark.c:90
 #, c-format
 msgid Failed to send %s to your preferred browser
-msgstr お気に入りのブラウザーへの %s の送信に失敗しました。
+msgstr Failed to send %s to your preferred browser
 
 #: ../src/smartbookmark.c:259
 msgid Smartbookmark
@@ -30,22 +29,22 @@ msgstr Smartbookmark
 
 #: ../src/smartbookmark.c:264
 msgid Preferences
-msgstr 設定
+msgstr Preferences
 
 #. text label
 #: ../src/smartbookmark.c:279
 msgid Label:
-msgstr ラベル:
+msgstr Label:
 
 #. size label
 #: ../src/smartbookmark.c:294
 msgid Size:
-msgstr サイズ:
+msgstr Size:
 
 #. Hide label option
 #: ../src/smartbookmark.c:305
 msgid Hide label
-msgstr ラベルを隠す
+msgstr Hide label
 
 #. url label
 #: ../src/smartbookmark.c:316
@@ -58,4 +57,4 @@ msgstr SmartBookmark
 
 #: ../src/smartbookmark.desktop.in.h:2
 msgid Query websites from the Xfce panel
-msgstr Xfce パネルから ウェブサイトに質問する
+msgstr Query websites from the Xfce panel
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-sensors-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 500fce94f6c8d6b4c3e149faf4b4056671fc381d (commit)
   from 71e5a55def46d5d9fa2d745823bff5c1aad537a7 (commit)

commit 500fce94f6c8d6b4c3e149faf4b4056671fc381d
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:33:36 2013 +0200

I18n: Add new translation en_AU (100%).

73 translated messages.

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

 po/{en_GB.po = en_AU.po} |  162 -
 1 file changed, 41 insertions(+), 121 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 68%
copy from po/en_GB.po
copy to po/en_AU.po
index 29767f5..5911bc7 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,22 +1,22 @@
-# English/GB translation of xfce4-sensors-plugin.
-# Copyright (C) 2007 THE xfce4-sensors-plugin'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the xfce4-sensors-plugin 
package.
-# Jeff Bailes thepizzak...@gmail.com, 2007.
-#
-#
-#, fuzzy
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-sensors-plugin\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-06-03 11:30+0200\n
-PO-Revision-Date: 2009-08-30 17:10+1000\n
-Last-Translator: Jeff Bailes thepizzak...@gmail.com\n
-Language-Team: English/GB\n
-Language: \n
+POT-Creation-Date: 2013-07-03 21:16+0200\n
+PO-Revision-Date: 2013-07-29 09:30+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: en_AU\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 +36,7 @@ msgid 
 Sensors Plugin:\n
 Seems like there was a problem reading a sensor feature value.\n
 Proper proceeding cannot be guaranteed.\n
-msgstr 
-Sensors Plugin:\n
-Seems like there was a problem reading a sensor feature value.\n
-Proper proceeding cannot be guaranteed.\n
+msgstr Sensors Plugin:\nSeems like there was a problem reading a sensor 
feature value.\nProper proceeding cannot be guaranteed.\n
 
 #: ../panel-plugin/sensors-plugin.c:1684
 msgid UI style:
@@ -77,7 +74,8 @@ msgstr _Number of text lines:
 msgid F_ont size:
 msgstr F_ont size:
 
-#. gtk_widget_set_sensitive(myFontBox, 
!sd-sensors-display_values_graphically);
+#. gtk_widget_set_sensitive(myFontBox,
+#. !sd-sensors-display_values_graphically);
 #: ../panel-plugin/sensors-plugin.c:1858
 msgid x-small
 msgstr x-small
@@ -139,10 +137,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 
-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 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.
 
 #. only use this if no hddtemp sensor
 #. or do only use this , if it is an lmsensors device. whatever.
@@ -158,7 +153,8 @@ msgid ACPI
 msgstr ACPI
 
 #. to be displayed
-#. chip-description = g_strdup(_(Advanced Configuration and Power 
Interface));
+#. chip-description = g_strdup(_(Advanced Configuration and Power
+#. Interface));
 #: ../lib/acpi.c:527
 #, c-format
 msgid ACPI v%s zones
@@ -179,11 +175,10 @@ msgid nvidia
 msgstr nvidia
 
 #. if (scale == FAHRENHEIT) {
-#. cf-formatted_value = g_strdup_printf(_(%.1f °F), (float) (value * 9/5 + 
32) );
+#. cf-formatted_value = g_strdup_printf(_(%.1f °F), (float) (value * 9/5 +
+#. 32) );
 #. } else { // Celsius
-#. Celsius
 #: ../lib/nvidia.c:126 ../lib/hddtemp.c:720
-#: ../lib/sensors-interface-common.c:147
 #, c-format
 msgid %.1f °C
 msgstr %.1f °C
@@ -195,27 +190,14 @@ msgstr S.M.A.R.T. harddisk temperatures
 #: ../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
-\n
-Calling \%s\ gave the following error:\n
-%s\n
-with a return value of %d.\n
-msgstr 

[Xfce4-commits] xfce4-mailwatch-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to e1c42578644d63a354f8ebc01513164e7c7a96f6 (commit)
   from 70836340428c7de8e58363d21f397f42df744a1e (commit)

commit e1c42578644d63a354f8ebc01513164e7c7a96f6
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:33:10 2013 +0200

I18n: Add new translation en_AU (100%).

110 translated messages.

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

 po/{en_GB.po = en_AU.po} |  157 +
 1 file changed, 43 insertions(+), 114 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 79%
copy from po/en_GB.po
copy to po/en_AU.po
index 7a8e068..f4d88e2 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,21 +1,21 @@
-# English/GB translation of xfce4-mailwatch-plugin.
-# Copyright (C) 2007 THE xfce4-mailwatch-plugin'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the 
xfce4-mailwatch-plugin package.
-# Jeff Bailes thepizzak...@gmail.com, 2007.
-# , fuzzy
-#
-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-mailwatch-plugin\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: 2009-08-18 19:35+1000\n
-Last-Translator: Jeff Bailes thepizzak...@gmail.com\n
-Language-Team: English/GB\n
+POT-Creation-Date: 2013-07-03 21:03+0200\n
+PO-Revision-Date: 2013-07-29 09:15+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:204
@@ -30,20 +30,15 @@ msgstr TLS handshake failed: %s
 msgid 
 Received HTTP response code %d.  The most likely reason for this is that 
 your GMail username or password is incorrect.
-msgstr 
-Received HTTP response code %d.  The most likely reason for this is that 
-your GMail username or password is incorrect.
+msgstr Received HTTP response code %d.  The most likely reason for this is 
that your GMail username or password is 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.
-msgstr 
-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.
+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 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.
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:394
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:735
@@ -75,7 +70,7 @@ msgstr Check for _new messages every
 #: ../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).
@@ -89,23 +84,20 @@ msgstr Remote GMail Mailbox
 msgid 
 The GMail plugin can connect to Google's mail service and securely retrieve 
 the number of new messages.
-msgstr 
-The GMail plugin can connect to Google's mail service and securely retrieve 
-the number of new messages.
+msgstr The GMail plugin can connect to Google's mail service and securely 
retrieve the number of new messages.
 
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:286
 msgid 
-Secure IMAP is not available, and the IMAP server does not support plaintext 
-logins.
-msgstr 
-Secure IMAP is not available, and the IMAP server does not support plaintext 
-logins.
+Secure IMAP is not available, and the IMAP server does not support plaintext
+ logins.
+msgstr Secure IMAP is not available, and the IMAP server does not support 
plaintext logins.
 
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:337
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:370
 #: ../libmailwatch-core/mailwatch-mailbox-pop3.c:242
 #: ../libmailwatch-core/mailwatch-mailbox-pop3.c:284
-msgid Authentication failed.  Perhaps your username or 

[Xfce4-commits] xfce4-mount-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 9734c3f5542096dd1773490221ea3e8655d3ddb4 (commit)
   from 78cf0695a1efd1c351406907059c384267a1324b (commit)

commit 9734c3f5542096dd1773490221ea3e8655d3ddb4
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:33:17 2013 +0200

I18n: Add new translation en_AU (100%).

52 translated messages.

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

 po/{en_GB.po = en_AU.po} |  103 +
 1 file changed, 39 insertions(+), 64 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 73%
copy from po/en_GB.po
copy to po/en_AU.po
index 721aea6..b06e95b 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,21 +1,22 @@
-# British English 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.
-# Jeff Bailes thepizzak...@gmail.com, 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:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-mount-plugin 0.5.2\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-05-16 15:44+0200\n
-PO-Revision-Date: 2009-08-18 19:28+1000\n
-Last-Translator: Jeff Bailes thepizzak...@gmail.com\n
-Language-Team: British English xfce-i...@xfce.org\n
-Language: \n
+POT-Creation-Date: 2013-07-03 21:06+0200\n
+PO-Revision-Date: 2013-07-29 09:21+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/devices.c:71
 #, c-format
@@ -50,7 +51,7 @@ msgstr used size:   %g\n
 #: ../panel-plugin/devices.c:85
 #, c-format
 msgid available siz:   %g\n
-msgstr available size:   %g\n
+msgstr available siz:   %g\n
 
 #: ../panel-plugin/devices.c:86
 #, c-format
@@ -83,29 +84,32 @@ msgid not mounted\n
 msgstr not mounted\n
 
 #. show error message if smth failed
-#. xfce_dialog_show_error (NULL, error, %s %s %d, %s %s, _(Mount 
Plugin:\n\nError executing command.),
-#. _(Return value:), WEXITSTATUS(exit_status), _(\nError was:), erroutput);
+#. xfce_dialog_show_error (NULL, error, %s %s %d, %s %s, _(Mount
+#. Plugin:\n\nError executing command.),
+#. _(Return value:), WEXITSTATUS(exit_status), _(\nError was:),
+#. erroutput);
 #: ../panel-plugin/devices.c:288
 #, c-format
 msgid Failed to mount device \%s\.
-msgstr 
+msgstr Failed to mount device \%s\.
 
 #: ../panel-plugin/devices.c:303
-#, fuzzy, c-format
+#, c-format
 msgid Error executing on-mount command \%s\.
-msgstr Mount Plugin: Error executing on-mount command.
+msgstr Error executing on-mount command \%s\.
 
-#. xfce_dialog_show_error (NULL, error, %s %s %d, %s %s, _(Mount Plugin: 
Error executing command.),
+#. xfce_dialog_show_error (NULL, error, %s %s %d, %s %s, _(Mount Plugin:
+#. Error executing command.),
 #. _(Returned), WEXITSTATUS(exit_status), _(error was), erroutput);
 #: ../panel-plugin/devices.c:357
 #, c-format
 msgid Failed to umount device \%s\.
-msgstr 
+msgstr Failed to umount device \%s\.
 
 #: ../panel-plugin/devices.c:360
 #, c-format
 msgid The device \%s\ should be removable safely now.
-msgstr The device \%s\ should be now be safely removable.
+msgstr The device \%s\ should be removable safely now.
 
 #: ../panel-plugin/devices.c:362
 #, c-format
@@ -132,9 +136,7 @@ msgstr Properties
 msgid 
 This is only useful and recommended if you specify \sync\ as part of the 
 \unmount\ command string.
-msgstr 
-This is only useful and recommended if you specify \sync\ as part of the 
-\unmount\ command string.
+msgstr This is only useful and recommended if you specify \sync\ as part of 
the \unmount\ command string.
 
 #: ../panel-plugin/mount-plugin.c:750
 msgid Show _message after unmount
@@ -159,15 +161,10 @@ msgstr _General
 #: ../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
-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 
-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 This command will be executed after mounting the device with the mount 
point of the device as 

[Xfce4-commits] xfce4-stopwatch-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to ad9c4e84a020ffdaaaffd4a5da294dfcaff0b94d (commit)
   from e8c91f9f692cc7593e8705bab6391aaf8e35c74c (commit)

commit ad9c4e84a020ffdaaaffd4a5da294dfcaff0b94d
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:33:44 2013 +0200

I18n: Add new translation en_AU (100%).

2 translated messages.

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

 po/{pt.po = en_AU.po} |   22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/po/pt.po b/po/en_AU.po
similarity index 53%
copy from po/pt.po
copy to po/en_AU.po
index ec86800..54fa89b 100644
--- a/po/pt.po
+++ b/po/en_AU.po
@@ -1,21 +1,22 @@
 # 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:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: stopwatch\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2010-11-09 05:05+\n
-PO-Revision-Date: 2010-11-09 10:16-\n
-Last-Translator: Sérgio Marques smarque...@gmail.com\n
-Language-Team: \n
+POT-Creation-Date: 2013-07-03 21:19+0200\n
+PO-Revision-Date: 2013-07-29 09:33+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-X-Poedit-Language: Portuguese\n
-X-Poedit-Country: Portugal\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/xfce4-stopwatch-plugin.desktop.in.in.h:1
 msgid Stopwatch
@@ -23,5 +24,4 @@ msgstr Stopwatch
 
 #: ../panel-plugin/xfce4-stopwatch-plugin.desktop.in.in.h:2
 msgid Time yourself
-msgstr Vigie o tempo decorrido
-
+msgstr Time yourself
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-trigger-launcher:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 6ae2ff39e3489a9a039886abf6b0b00c39cbf8e2 (commit)
   from 1ef5e3d2f7929bf90488cb4d5804fdf557fc213a (commit)

commit 6ae2ff39e3489a9a039886abf6b0b00c39cbf8e2
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:33:55 2013 +0200

I18n: Add new translation en_AU (100%).

23 translated messages.

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

 po/{en_GB.po = en_AU.po} |   23 ---
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 84%
copy from po/en_GB.po
copy to po/en_AU.po
index b69643b..2621c70 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,20 +1,22 @@
-# British English translations for xfce4-trigger-launcher package.
-# Copyright (C) 2003-2006 The Xfce development team.
-# This file is distributed under the same license as the 
xfce4-trigger-launcher package.
-# Zuza Software Foundation (Translate.org.za), 2004.
-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-trigger-launcher 4.3.90.2\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2006-05-18 00:44+0900\n
-PO-Revision-Date: 2007-03-27 22:33+1000\n
-Last-Translator: Translate.org.za i...@translate.org.za\n
-Language-Team: English/GB en...@li.org\n
+PO-Revision-Date: 2013-07-29 09:39+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=2; plural=(n != 1);
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/triggerlauncher-old2.c:287
 msgid Check status every
@@ -112,4 +114,3 @@ msgstr Keeps track of the state of something and can 
control it
 #: ../panel-plugin/xfce4-trigger-launcher.desktop.in.in.h:2
 msgid Trigger Launcher Plugin
 msgstr Trigger Launcher Plugin
-
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-places-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to d64038ae4f84e9d98e0d66d9cb3dfce3cb3bc229 (commit)
   from bf70ef938f159380d644350c97e6b941de4e015b (commit)

commit d64038ae4f84e9d98e0d66d9cb3dfce3cb3bc229
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:33:27 2013 +0200

I18n: Add new translation en_AU (100%).

44 translated messages.

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

 po/{en_GB.po = en_AU.po} |   66 +
 1 file changed, 25 insertions(+), 41 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 78%
copy from po/en_GB.po
copy to po/en_AU.po
index 2773ec4..62a20e7 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,33 +1,22 @@
-# This file was automatically generated for the xfce4-places-plugin (2007)
-# This file is distributed under the same license as the xfce4-places-plugin 
package
-# It is based on the following:
-# ###
-# English/GB translation of thunar.
-# Copyright (C) 2007 THE thunar'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the thunar package.
-# Jeff Bailes thepizzak...@gmail.com, 2007.
-#
-#
-# ###
-# English (British) translation of gnome-core
-# Copyright (C) 1999-2000 Free Software Foundation, Inc.
-# Robert Brady rob...@susu.org.uk, 1999-2000.
-# Gareth Owen gowe...@yahoo.com, David Lodge d...@cirt.net, 2004.
-#
-# ###
-#, fuzzy
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: \n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2012-09-28 17:07+0100\n
-PO-Revision-Date: 2009-08-30 17:11+1000\n
-Last-Translator: Jeff Bailes thepizzak...@gmail.com\n
-Language-Team: \n
-Language: \n
+PO-Revision-Date: 2013-07-29 09:25+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #. vim: set ai et tabstop=4:
 #: ../panel-plugin/places.desktop.in.h:1 ../panel-plugin/cfg.c:102
@@ -42,7 +31,7 @@ msgstr Access folders, documents, and removable media
 #. Trash
 #: ../panel-plugin/model_system.c:155
 msgid Trash
-msgstr Wastebasket
+msgstr Rubbish
 
 #: ../panel-plugin/model_system.c:189
 msgid Desktop
@@ -93,11 +82,9 @@ msgstr Unmounting device
 #: ../panel-plugin/model_volumes_notify.c:131
 #, c-format
 msgid 
-The device \%s\ is being unmounted by the system. Please do not remove the 
-media or disconnect the drive
-msgstr 
-The device \%s\ is being unmounted by the system. Please do not remove the 
-media or disconnect the drive
+The device \%s\ is being unmounted by the system. Please do not remove the
+ media or disconnect the drive
+msgstr The device \%s\ is being unmounted by the system. Please do not 
remove the media or disconnect the drive
 
 #. TRANSLATORS: Please use the same translation here as in Thunar
 #: ../panel-plugin/model_volumes_notify.c:138
@@ -110,11 +97,9 @@ msgstr Writing data to device
 #: ../panel-plugin/model_volumes_notify.c:265
 #, c-format
 msgid 
-There is data that needs to be written to the device \%s\ before it can be 
-removed. Please do not remove the media or disconnect the drive
-msgstr 
-There is data that needs to be written to the device \%s\ before it can be 
-removed. Please do not remove the media or disconnect the drive
+There is data that needs to be written to the device \%s\ before it can be
+ removed. Please do not remove the media or disconnect the drive
+msgstr There is data that needs to be written to the device \%s\ before it 
can be removed. Please do not remove the media or disconnect the drive
 
 #. TRANSLATORS: Please use the same translation here as in Thunar
 #: ../panel-plugin/model_volumes_notify.c:253
@@ -214,25 +199,24 @@ msgstr Open Terminal Here
 
 #: ../panel-plugin/xfce4-popup-places.sh:28
 msgid Usage:
-msgstr 
+msgstr Usage:
 
 #: ../panel-plugin/xfce4-popup-places.sh:29
 msgid OPTION
-msgstr 
+msgstr OPTION
 
 #: ../panel-plugin/xfce4-popup-places.sh:31
 msgid Options:
-msgstr 
+msgstr Options:
 
 #: ../panel-plugin/xfce4-popup-places.sh:32
 msgid Popup menu at current mouse position
-msgstr 
+msgstr Popup menu at current mouse position
 
 #: ../panel-plugin/xfce4-popup-places.sh:33
-#, fuzzy
 msgid Show help options
-msgstr Show cl_ear option
+msgstr Show help options
 
 #: ../panel-plugin/xfce4-popup-places.sh:34
 msgid Print version information and exit
-msgstr 
+msgstr Print version information and exit
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 85eeb64ac39ad7675610f83a83c6afd4303b4626 (commit)
   from 89a10b397d4469128437e2708aceb302cd560b42 (commit)

commit 85eeb64ac39ad7675610f83a83c6afd4303b4626
Author: 潇波 周 zhouxiaobo@gmail.com
Date:   Mon Jul 29 12:33:41 2013 +0200

I18n: Update translation zh_CN (100%).

44 translated messages.

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

 po/zh_CN.po |  119 +++
 1 file changed, 62 insertions(+), 57 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index c916630..3df2054 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1,200 +1,205 @@
-# Simplified Chinese translations for
-# the xfce4-smartpm-plugin package.
-# This file is distributed under the same license as
-# the xfce4-smartpm-plugin package.
-# Hunt Xu hun...@live.cn, 2009.
-# 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:
+# Chipong Luo chipong@yahoo.com, 2011-2012
+# Hunt Xu hun...@live.cn, 2009
+# 潇波 周 zhouxiaobo@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-smartpm-plugin\n
-Report-Msgid-Bugs-To: xfce-i...@xfce.org\n
-POT-Creation-Date: 2008-04-22 08:54+0200\n
-PO-Revision-Date: 2009-06-22 01:18+0800\n
-Last-Translator: Chipong Luo chipong@yahoo.com\n
-Language-Team: Chinese (Simplified) xfce-i18n...@xfce.org\n
-Language: zh_CN\n
+Project-Id-Version: Xfce Panel Plugins\n
+Report-Msgid-Bugs-To: \n
+POT-Creation-Date: 2013-07-13 22:15+0200\n
+PO-Revision-Date: 2013-07-29 10:19+\n
+Last-Translator: 潇波 周 zhouxiaobo@gmail.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
 
-#: ../src/xfcesmart.c:149
+#: ../src/xfcesmart.c:154
 msgid No upgrades
 msgstr 无升级
 
-#: ../src/xfcesmart.c:158
+#: ../src/xfcesmart.c:163
 #, c-format
 msgid %d upgrade available
 msgstr %d 个可用升级
 
-#: ../src/xfcesmart.c:159
+#: ../src/xfcesmart.c:164
 #, c-format
 msgid %d upgrades available
 msgstr %d 个可用升级
 
-#: ../src/xfcesmart.c:162
+#: ../src/xfcesmart.c:167
 msgid Package Upgrades
 msgstr 软件包升级
 
-#: ../src/xfcesmart.c:248
+#: ../src/xfcesmart.c:257
 msgid No new packages
 msgstr 无新软件包
 
-#: ../src/xfcesmart.c:250
+#: ../src/xfcesmart.c:259
 #, c-format
 msgid Channels have %d new packages
 msgstr 列表中有 %d 个新软件包
 
 #. unknown
-#: ../src/xfcesmart.c:252
+#: ../src/xfcesmart.c:261
 msgid Channels updated
 msgstr 列表已更新
 
-#: ../src/xfcesmart.c:256
+#: ../src/xfcesmart.c:265
 msgid Package Updates
 msgstr 软件包更新
 
-#: ../src/xfcesmart.c:261 ../src/xfcesmart.c:367
+#: ../src/xfcesmart.c:270 ../src/xfcesmart.c:384
 #, c-format
 msgid Error updating%s%s
 msgstr 更新 %s%s 时出错
 
-#: ../src/xfcesmart.c:274
+#: ../src/xfcesmart.c:283
 msgid Smart Read-Only
 msgstr Smart 只读
 
-#: ../src/xfcesmart.c:275
+#: ../src/xfcesmart.c:284
 msgid Another process seems to be using Smart ?
 msgstr 另一个进程似乎正在使用 Smart?
 
-#: ../src/xfcesmart.c:306
+#: ../src/xfcesmart.c:315
 msgid Updating channels...
 msgstr 正在更新列表...
 
-#: ../src/xfcesmart.c:359 ../src/xfcesmart.c:1118
+#: ../src/xfcesmart.c:376 ../src/xfcesmart.c:1186
 msgid Update Channels
 msgstr 更新列表
 
-#: ../src/xfcesmart.c:364 ../src/xfcesmart.c:405
+#: ../src/xfcesmart.c:381 ../src/xfcesmart.c:422
 msgid Failed to run update
 msgstr 无法运行更新
 
-#: ../src/xfcesmart.c:379 ../src/xfcesmart.c:400
+#: ../src/xfcesmart.c:396 ../src/xfcesmart.c:417
 msgid Channels updated.
 msgstr 列表已更新。
 
-#: ../src/xfcesmart.c:404 ../src/xfcesmart.c:645
+#: ../src/xfcesmart.c:421 ../src/xfcesmart.c:675
 msgid Smart Unavailable
 msgstr Smart 不可用
 
-#: ../src/xfcesmart.c:555
+#: ../src/xfcesmart.c:580
 #, c-format
 msgid Error checking%s%s
 msgstr 检查 %s%s 时出错
 
-#: ../src/xfcesmart.c:595
+#: ../src/xfcesmart.c:620
 msgid Checking for upgrades...
 msgstr 正在检查升级...
 
-#: ../src/xfcesmart.c:646
+#: ../src/xfcesmart.c:676
 msgid Failed to run upgrade
 msgstr 无法运行升级...
 
-#: ../src/xfcesmart.c:729
+#: ../src/xfcesmart.c:765
 msgid Smart Failed
 msgstr Smart 失效
 
-#: ../src/xfcesmart.c:730
+#: ../src/xfcesmart.c:766
 msgid Failed to run smart program
 msgstr 无法运行 Smart 程序
 
-#: ../src/xfcesmart.c:801
+#: ../src/xfcesmart.c:862
 msgid Upgrade Now
 msgstr 现在升级
 
-#: ../src/xfcesmart.c:948
+#: ../src/xfcesmart.c:1010
 msgid Upgrade In Progress
 msgstr 升级在进行
 
-#: ../src/xfcesmart.c:949
+#: ../src/xfcesmart.c:1011
 msgid An upgrade is already in progress, please wait.
 msgstr 已有一个升级在进行,请等待。
 
-#: ../src/xfcesmart.c:1331
+#: ../src/xfcesmart.c:1405
 #, c-format
 msgid Unable to open the following url: %s
 msgstr 未能打开以下 url:%s
 
-#: ../src/xfcesmart.c:1337
+#: ../src/xfcesmart.c:1411
 msgid Update In Progress
 msgstr 更新在进行
 
-#: 

[Xfce4-commits] xfce4-timer-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 6ded0028b4e5fa68542248c163866a69e442be43 (commit)
   from 8c986eeabd59a1089331f48af226b622e96b1753 (commit)

commit 6ded0028b4e5fa68542248c163866a69e442be43
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:33:52 2013 +0200

I18n: Add new translation en_AU (100%).

41 translated messages.

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

 po/{en_GB.po = en_AU.po} |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 93%
copy from po/en_GB.po
copy to po/en_AU.po
index 2fdc6b9..f86d7d6 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -3,20 +3,19 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Noskcaj nosk...@ubuntu.com, 2013
-# Jeff Bailes thepizzak...@gmail.com, 2007
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-13 22:15+0200\n
-PO-Revision-Date: 2013-07-26 21:36+\n
-Last-Translator: Noskcaj nosk...@ubuntu.com\n
-Language-Team: English (United Kingdom) 
(http://www.transifex.com/projects/p/xfce/language/en_GB/)\n
+PO-Revision-Date: 2013-07-29 09:38+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: en_GB\n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../src/xfcetimer.c:141
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-smartpm-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to eb6fba745c16fb325ced2e0d20f4eb14e99f3739 (commit)
   from 85eeb64ac39ad7675610f83a83c6afd4303b4626 (commit)

commit eb6fba745c16fb325ced2e0d20f4eb14e99f3739
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:33:42 2013 +0200

I18n: Add new translation en_AU (100%).

44 translated messages.

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

 po/{zh_CN.po = en_AU.po} |   92 ++---
 1 file changed, 45 insertions(+), 47 deletions(-)

diff --git a/po/zh_CN.po b/po/en_AU.po
similarity index 67%
copy from po/zh_CN.po
copy to po/en_AU.po
index 3df2054..1d67dd7 100644
--- a/po/zh_CN.po
+++ b/po/en_AU.po
@@ -3,150 +3,148 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Chipong Luo chipong@yahoo.com, 2011-2012
-# Hunt Xu hun...@live.cn, 2009
-# 潇波 周 zhouxiaobo@gmail.com, 2013
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-13 22:15+0200\n
-PO-Revision-Date: 2013-07-29 10:19+\n
-Last-Translator: 潇波 周 zhouxiaobo@gmail.com\n
-Language-Team: Chinese (China) 
(http://www.transifex.com/projects/p/xfce/language/zh_CN/)\n
+PO-Revision-Date: 2013-07-29 09:32+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\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
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../src/xfcesmart.c:154
 msgid No upgrades
-msgstr 无升级
+msgstr No upgrades
 
 #: ../src/xfcesmart.c:163
 #, c-format
 msgid %d upgrade available
-msgstr %d 个可用升级
+msgstr %d upgrade available
 
 #: ../src/xfcesmart.c:164
 #, c-format
 msgid %d upgrades available
-msgstr %d 个可用升级
+msgstr %d upgrades available
 
 #: ../src/xfcesmart.c:167
 msgid Package Upgrades
-msgstr 软件包升级
+msgstr Package Upgrades
 
 #: ../src/xfcesmart.c:257
 msgid No new packages
-msgstr 无新软件包
+msgstr No new packages
 
 #: ../src/xfcesmart.c:259
 #, c-format
 msgid Channels have %d new packages
-msgstr 列表中有 %d 个新软件包
+msgstr Channels have %d new packages
 
 #. unknown
 #: ../src/xfcesmart.c:261
 msgid Channels updated
-msgstr 列表已更新
+msgstr Channels updated
 
 #: ../src/xfcesmart.c:265
 msgid Package Updates
-msgstr 软件包更新
+msgstr Package Updates
 
 #: ../src/xfcesmart.c:270 ../src/xfcesmart.c:384
 #, c-format
 msgid Error updating%s%s
-msgstr 更新 %s%s 时出错
+msgstr Error updating%s%s
 
 #: ../src/xfcesmart.c:283
 msgid Smart Read-Only
-msgstr Smart 只读
+msgstr Smart Read-Only
 
 #: ../src/xfcesmart.c:284
 msgid Another process seems to be using Smart ?
-msgstr 另一个进程似乎正在使用 Smart?
+msgstr Another process seems to be using Smart ?
 
 #: ../src/xfcesmart.c:315
 msgid Updating channels...
-msgstr 正在更新列表...
+msgstr Updating channels...
 
 #: ../src/xfcesmart.c:376 ../src/xfcesmart.c:1186
 msgid Update Channels
-msgstr 更新列表
+msgstr Update Channels
 
 #: ../src/xfcesmart.c:381 ../src/xfcesmart.c:422
 msgid Failed to run update
-msgstr 无法运行更新
+msgstr Failed to run update
 
 #: ../src/xfcesmart.c:396 ../src/xfcesmart.c:417
 msgid Channels updated.
-msgstr 列表已更新。
+msgstr Channels updated.
 
 #: ../src/xfcesmart.c:421 ../src/xfcesmart.c:675
 msgid Smart Unavailable
-msgstr Smart 不可用
+msgstr Smart Unavailable
 
 #: ../src/xfcesmart.c:580
 #, c-format
 msgid Error checking%s%s
-msgstr 检查 %s%s 时出错
+msgstr Error checking%s%s
 
 #: ../src/xfcesmart.c:620
 msgid Checking for upgrades...
-msgstr 正在检查升级...
+msgstr Checking for upgrades...
 
 #: ../src/xfcesmart.c:676
 msgid Failed to run upgrade
-msgstr 无法运行升级...
+msgstr Failed to run upgrade
 
 #: ../src/xfcesmart.c:765
 msgid Smart Failed
-msgstr Smart 失效
+msgstr Smart Failed
 
 #: ../src/xfcesmart.c:766
 msgid Failed to run smart program
-msgstr 无法运行 Smart 程序
+msgstr Failed to run smart program
 
 #: ../src/xfcesmart.c:862
 msgid Upgrade Now
-msgstr 现在升级
+msgstr Upgrade Now
 
 #: ../src/xfcesmart.c:1010
 msgid Upgrade In Progress
-msgstr 升级在进行
+msgstr Upgrade In Progress
 
 #: ../src/xfcesmart.c:1011
 msgid An upgrade is already in progress, please wait.
-msgstr 已有一个升级在进行,请等待。
+msgstr An upgrade is already in progress, please wait.
 
 #: ../src/xfcesmart.c:1405
 #, c-format
 msgid Unable to open the following url: %s
-msgstr 未能打开以下 url:%s
+msgstr Unable to open the following url: %s
 
 #: ../src/xfcesmart.c:1411
 msgid Update In Progress
-msgstr 更新在进行
+msgstr Update In Progress
 
 #: ../src/xfcesmart.c:1412
 msgid An update is already in progress, please wait.
-msgstr 已有一个更新在进行,请等待。
+msgstr An update is already in progress, please wait.
 
 #. create the dialog
 #: ../src/xfcesmart.c:1498 ../src/xfce4-smart.desktop.in.in.h:1
 msgid Smart Package Manager
-msgstr Smart 软件包管理器
+msgstr Smart Package Manager
 
 #: 

[Xfce4-commits] xfce4-time-out-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 74422935a54968b306a7991a5800fd54ece6ef77 (commit)
   from cf46faff6b7f60170d99a28e08a976f26e08ae1a (commit)

commit 74422935a54968b306a7991a5800fd54ece6ef77
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:33:50 2013 +0200

I18n: Add new translation en_AU (100%).

32 translated messages.

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

 po/{fr.po = en_AU.po} |   77 
 1 file changed, 39 insertions(+), 38 deletions(-)

diff --git a/po/fr.po b/po/en_AU.po
similarity index 78%
copy from po/fr.po
copy to po/en_AU.po
index 23c760b..7958230 100644
--- a/po/fr.po
+++ b/po/en_AU.po
@@ -3,59 +3,60 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-03 21:22+0200\n
-PO-Revision-Date: 2013-07-04 16:40+\n
-Last-Translator: jc1 jc1.quebe...@gmail.com\n
-Language-Team: French 
(http://www.transifex.com/projects/p/xfce/language/fr/)\n
+PO-Revision-Date: 2013-07-29 09:37+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\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
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #. Create menu item for taking an instant break
 #: ../panel-plugin/time-out.c:260
 msgid Take a break
-msgstr Prenez une pause
+msgstr Take a break
 
 #. Create menu item for resetting the timer
 #: ../panel-plugin/time-out.c:268
 msgid Reset timer
-msgstr Réinitialiser le compteur
+msgstr Reset timer
 
 #. Create menu item for enabling/disabling the countdown
 #: ../panel-plugin/time-out.c:276
 msgid Enabled
-msgstr Activé
+msgstr Enabled
 
 #. Update tooltips
 #: ../panel-plugin/time-out.c:340
 msgid Paused
-msgstr En attente
+msgstr Paused
 
 #: ../panel-plugin/time-out.c:419
 msgid 
 Xfce Panel plugin for taking a break from computer work every now and then.
-msgstr Le Greffon du panneau Xfce pour prendre une pause de l'ordinateur 
fonctionne de temps en temps.
+msgstr Xfce Panel plugin for taking a break from computer work every now and 
then.
 
 #: ../panel-plugin/time-out.c:428
 msgid translator-credits
-msgstr Crédits - traducteur
+msgstr translator-credits
 
 #. Create properties dialog
 #: ../panel-plugin/time-out.c:460
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.h:1
 msgid Time Out
-msgstr Fin du délai
+msgstr Time Out
 
 #. Create time settings section
 #: ../panel-plugin/time-out.c:477
 msgid Time settings
-msgstr Paramètres de l'heure
+msgstr Time settings
 
 #. Create the labels for the minutes and seconds spins
 #: ../panel-plugin/time-out.c:490
@@ -64,77 +65,77 @@ msgstr Minutes
 
 #: ../panel-plugin/time-out.c:495
 msgid Seconds
-msgstr Secondes
+msgstr Seconds
 
 #. Create break countdown time label
 #: ../panel-plugin/time-out.c:501
 msgid Time between breaks:
-msgstr Temps entre les pauses :
+msgstr Time between breaks:
 
 #. Create lock countdown time label
 #: ../panel-plugin/time-out.c:525
 msgid Break length:
-msgstr Longueur brisée :
+msgstr Break length:
 
 #. Create postpone countdown time label
 #: ../panel-plugin/time-out.c:543
 msgid Postpone length:
-msgstr Longueur du report :
+msgstr Postpone length:
 
 #. Create behaviour section
 #: ../panel-plugin/time-out.c:561
 msgid Behaviour
-msgstr Comportement
+msgstr Behaviour
 
 #. Create postpone check button
 #: ../panel-plugin/time-out.c:572
 msgid Allow postpone
-msgstr Permettre le report
+msgstr Allow postpone
 
 #. Create resume check button
 #: ../panel-plugin/time-out.c:579
 msgid Resume automatically
-msgstr Reprendre automatiquement
+msgstr Resume automatically
 
 #. Create appearance section
 #: ../panel-plugin/time-out.c:586
 msgid Appearance
-msgstr Aspect
+msgstr Appearance
 
 #. Create display time check button
 #: ../panel-plugin/time-out.c:597
 msgid Display remaining time in the panel
-msgstr Affichage du temps restant dans le panneau
+msgstr Display remaining time in the panel
 
 #. Create display hours check button
 #: ../panel-plugin/time-out.c:604
 msgid Display hours
-msgstr Afficher heures
+msgstr Display hours
 
 #. Create display seconds check button
 #: ../panel-plugin/time-out.c:611
 msgid Display seconds
-msgstr Afficher les secondes
+msgstr Display seconds
 
 #. Create postpone button
 #: ../panel-plugin/time-out-lock-screen.c:219
 msgid _Postpone
-msgstr Report
+msgstr _Postpone
 
 #. Create resume button
 #: ../panel-plugin/time-out-lock-screen.c:225
 msgid _Resume
-msgstr _Reprendre
+msgstr _Resume
 
 #: ../panel-plugin/time-out-countdown.c:377
 msgid The break is over.
-msgstr La pause est terminée.
+msgstr The break is over.
 
 #. 

[Xfce4-commits] xfce4-radio-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to c9162ff50885d7dde90f9cd684a02103b61c9a19 (commit)
   from c82f0f9b5f5d048a7790c09ddf867805247d99c6 (commit)

commit c9162ff50885d7dde90f9cd684a02103b61c9a19
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:33:32 2013 +0200

I18n: Add new translation en_AU (100%).

34 translated messages.

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

 po/{en_GB.po = en_AU.po} |   75 -
 1 file changed, 12 insertions(+), 63 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 72%
copy from po/en_GB.po
copy to po/en_AU.po
index 9d1d340..3832e06 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,22 +1,22 @@
-# English/GB translation of xfce4-radio-plugin.
-# Copyright (C) 2007 THE xfce4-radio-plugin'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the xfce4-radio-plugin 
package.
-# Jeff Bailes thepizzak...@gmail.com, 2007.
-#, fuzzy
-# 
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
 # 
+# Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-radio-plugin\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: 2009-08-30 17:12+1000\n
-Last-Translator: Jeff Bailes thepizzak...@gmail.com\n
-Language-Team: English/GB\n
+PO-Revision-Date: 2013-07-29 09:28+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: \n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/radio.desktop.in.in.h:1
 msgid Radio Plugin
@@ -153,10 +153,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 
-This watches your radio card for changes done by other\n
-applications. Note that this may cause issues with some\n
-tuner cards.
+msgstr This watches your radio card for changes done by other\napplications. 
Note that this may cause issues with some\ntuner cards.
 
 #: ../panel-plugin/xfce4-radio.c:1351
 msgid Command to run after startup
@@ -165,51 +162,3 @@ msgstr Command to run after startup
 #: ../panel-plugin/xfce4-radio.c:1385
 msgid Command to run after shutdown
 msgstr Command to run after shutdown
-
-#~ msgid Properties
-#~ msgstr Properties
-
-#~ msgid Options
-#~ msgstr Options
-
-#~ msgid Device
-#~ msgstr Device
-
-#~ msgid yes
-#~ msgstr yes
-
-#~ msgid no
-#~ msgstr no
-
-#~ msgid preset
-#~ msgstr preset
-
-#~ msgid Show the label
-#~ msgstr Show the label
-
-#~ msgid Show graphics
-#~ msgstr Show graphics
-
-#~ msgid When radio is running
-#~ msgstr When radio is running
-
-#~ msgid as a bar
-#~ msgstr as a bar
-
-#~ msgid graphically
-#~ msgstr graphically
-
-#~ msgid Not tuned
-#~ msgstr Not tuned
-
-#~ msgid Add preset
-#~ msgstr Add preset
-
-#~ msgid Station name:
-#~ msgstr Station name:
-
-#~ msgid There is already a preset with this frequency.
-#~ msgstr There is already a preset with this frequency.
-
-#~ msgid Rename active preset
-#~ msgstr Rename active preset
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-rss-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 98690730f618bf62c5b325ae12c053d648060c8b (commit)
   from 5df916434dbccfdaefad789d9398e7bbade48f14 (commit)

commit 98690730f618bf62c5b325ae12c053d648060c8b
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:33:34 2013 +0200

I18n: Add new translation en_AU (100%).

8 translated messages.

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

 po/{ug.po = en_AU.po} |   29 -
 1 file changed, 16 insertions(+), 13 deletions(-)

diff --git a/po/ug.po b/po/en_AU.po
similarity index 61%
copy from po/ug.po
copy to po/en_AU.po
index 61a26da..4cbe465 100644
--- a/po/ug.po
+++ b/po/en_AU.po
@@ -1,31 +1,34 @@
-# Uyghur translation for xfce4-rss-plugin.
+# SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Gheyret Kenji ghey...@gmail.com, YEAR.
-#
+# 
+# Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-rss-plugin\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2006-09-10 21:12+0200\n
-PO-Revision-Date: 2011-11-09 16:10+0900\n
-Last-Translator: Gheyret Kenji ghey...@gmail.com\n
-Language-Team: Uyghur Computer Science Association u...@yahoogroups.com\n
+PO-Revision-Date: 2013-07-29 09:29+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/props.py:25 ../panel-plugin/rss.desktop.in.in.h:2
 msgid RSS Aggregator
-msgstr ر س س(RSS) يىغقۇچ
+msgstr RSS Aggregator
 
 #: ../panel-plugin/props.py:46
 msgid RSS Feeds:
-msgstr ر س س(RSS) ئېمىزگۈ(Feeds)لىرى:
+msgstr RSS Feeds:
 
 #: ../panel-plugin/props.py:63 ../panel-plugin/props.py:107
 msgid Name
-msgstr ئاتى
+msgstr Name
 
 #: ../panel-plugin/props.py:73
 msgid URL
@@ -34,11 +37,11 @@ msgstr URL
 #. Start with an empty feeds menu
 #: ../panel-plugin/plugin.py:51
 msgid Feeds
-msgstr فىدلار(Feeds)
+msgstr Feeds
 
 #: ../panel-plugin/plugin.py:61
 msgid Refresh all
-msgstr ھەممىنى يېڭىلا
+msgstr Refresh all
 
 #: ../panel-plugin/plugin.py:66
 msgid RSS
@@ -46,4 +49,4 @@ msgstr RSS
 
 #: ../panel-plugin/rss.desktop.in.in.h:1
 msgid Check and display RSS feeds
-msgstr RSS feeds نى تەكشۈرۈش ۋە كۆرسىتىش
+msgstr Check and display RSS feeds
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-modemlights-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 013baaa48a5aabe9f5501146d2d88058278e0180 (commit)
   from 44293d0c1c1f02c36f91ecb6cf99f3f4973e9225 (commit)

commit 013baaa48a5aabe9f5501146d2d88058278e0180
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:33:13 2013 +0200

I18n: Add new translation en_AU (100%).

16 translated messages.

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

 po/{es.po = en_AU.po} |   54 +---
 1 file changed, 24 insertions(+), 30 deletions(-)

diff --git a/po/es.po b/po/en_AU.po
similarity index 59%
copy from po/es.po
copy to po/en_AU.po
index 2c2774d..59fa05f 100644
--- a/po/es.po
+++ b/po/en_AU.po
@@ -1,36 +1,38 @@
 # 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:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-modemlights-plugin\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2007-11-08 09:45+0100\n
-PO-Revision-Date: 2011-07-19 14:56-0500\n
-Last-Translator: Andres Sanchez afsanche...@gmail.com\n
-Language-Team: Spanish\n
+PO-Revision-Date: 2013-07-29 09:19+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-X-Poedit-Language: Spanish\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/panel-plugin.c:183 ../panel-plugin/panel-plugin.c:330
 msgid No connection
-msgstr Sin conexión
+msgstr No connection
 
 #: ../panel-plugin/panel-plugin.c:191
 msgid Connection Established
-msgstr Conexión Establecida
+msgstr Connection Established
 
 #: ../panel-plugin/panel-plugin.c:200
 msgid Dialing
-msgstr Marcando
+msgstr Dialling
 
 #: ../panel-plugin/panel-plugin.c:517
 msgid Select lock file
-msgstr Seleccionar archivo de bloqueo
+msgstr Select lock file
 
 #: ../panel-plugin/panel-plugin.c:555
 msgid 
@@ -39,60 +41,52 @@ msgid 
 To determine the device name, you can execute the next command before and 
after establishing the connection:\n
  bcat /proc/net/dev/b \n
 This will show the active devices/interfaces in the first column. The new 
device after establishing the connection is the device/interface name required.
-msgstr 
-Este es el nombre del dispositivo (nombre de la interfaz) para la conexión 
establecida, tal como:\n
- bppp0/b \n
-Para determinar el nombre del dispositivo, puede ejecutar el siguiente 
comando antes y después de establecer la conexión:\n
- bcat /proc/net/dev/b \n
-Este mostrará los dispositivos/interfaces activas en la primera columna. El 
nuevo dispositivo/interfaz después de establecer conexión necesita un nombre.
+msgstr This is the device name (interface name) for the established 
connection, such as:\n bppp0/b \nTo determine the device name, you can 
execute the next command before and after establishing the connection:\n bcat 
/proc/net/dev/b \nThis will show the active devices/interfaces in the first 
column. The new device after establishing the connection is the 
device/interface name required.
 
 #: ../panel-plugin/panel-plugin.c:592
 msgid Lockfile:
-msgstr Archivo de bloqueo:
+msgstr Lockfile:
 
 #: ../panel-plugin/panel-plugin.c:604
 msgid 
 This is the name of the lock file created by the connection command, such 
as:\n
  b/var/lock/LCK..ttyS1/b \n
 You can frequently find this name by checking the content of /var/lock before 
and after establishing the connection. The absence of that file indicates to 
the plugin that no connection has been established and that no dialing is in 
progress.
-msgstr 
-Este es el nombre del archivo de bloqueo creado por el comando de conexión, 
tal como:\n
- b/var/lock/LCK..ttyS1/b \n
-Puede frecuentemente buscar este nombre chequeando el contenido de /var/lock 
antes y después de establecer la conexión. La ausencia de este archivo le 
indica a el complemento que ninguna conexión ha sido establecida y no hay 
ningún marcado en progreso.
+msgstr This is the name of the lock file created by the connection command, 
such as:\n b/var/lock/LCK..ttyS1/b \nYou can frequently find this name by 
checking the content of /var/lock before and after establishing the connection. 
The absence of that file indicates to the plugin that no connection has been 
established and that no dialling is in progress.
 
 #: ../panel-plugin/panel-plugin.c:641
 msgid Select icon
-msgstr Seleccionar icono
+msgstr Select icon
 
 #: ../panel-plugin/panel-plugin.c:756
 msgid _Connection Command:
-msgstr _Comando de Conexión:
+msgstr _Connection Command:
 
 #: ../panel-plugin/panel-plugin.c:764
 msgid _Disconnection Command:
-msgstr _Comando de Des-conexión:
+msgstr _Disconnection Command:
 
 #: 

[Xfce4-commits] xfce4-notes-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 67850bee6b624d654bb38a7190d12cba11d73925 (commit)
   from 602637ef5e1338da125fd19d52ebeab7c683c7eb (commit)

commit 67850bee6b624d654bb38a7190d12cba11d73925
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:33:25 2013 +0200

I18n: Add new translation en_AU (100%).

57 translated messages.

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

 po/en_AU.po |  270 +++
 1 file changed, 270 insertions(+)

diff --git a/po/en_AU.po b/po/en_AU.po
new file mode 100644
index 000..799a579
--- /dev/null
+++ b/po/en_AU.po
@@ -0,0 +1,270 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# k3lt01 keltoi...@gmail.com, 2013
+msgid 
+msgstr 
+Project-Id-Version: Xfce Panel Plugins\n
+Report-Msgid-Bugs-To: \n
+POT-Creation-Date: 2013-07-03 21:09+0200\n
+PO-Revision-Date: 2013-07-29 09:24+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+Language: en_AU\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: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:760
+msgid Ideal for your quick notes
+msgstr Ideal for your quick notes
+
+#: ../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 Select notes path
+
+#: ../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 The selected directory (%s) for the new notes path already contains 
files. You must select or create an empty directory.
+
+#: ../lib/application.vala:137
+#, c-format
+msgid Unable to select directory for new notes path: %s
+msgstr Unable to select directory for new notes path: %s
+
+#: ../lib/application.vala:195 ../lib/window.vala:958
+#, c-format
+msgid Notes %d
+msgstr Notes %d
+
+#: ../lib/application.vala:435
+msgid Rename group
+msgstr Rename group
+
+#: ../lib/application.vala:463 ../lib/window.vala:1085
+#, c-format
+msgid The name %s is already in use
+msgstr The name %s is already in use
+
+#: ../lib/application.vala:492
+msgid Are you sure you want to delete this group?
+msgstr Are you sure you want to delete this group?
+
+#: ../lib/application.vala:536
+#, c-format
+msgid The group \%s\ has been modified on the disk
+msgstr The group \%s\ has been modified on the disk
+
+#: ../lib/application.vala:539
+msgid Do you want to reload the group?
+msgstr Do you want to reload the group?
+
+#: ../lib/application.vala:662
+#, c-format
+msgid The name \%s\ is invalid.
+msgstr The name \%s\ is invalid.
+
+#: ../lib/application.vala:663
+#, c-format
+msgid The invalid characters are: %s
+msgstr The invalid characters are: %s
+
+#: ../lib/application.vala:720
+msgid Unable to open the settings dialog
+msgstr Unable to open the settings dialogue
+
+#: ../lib/application.vala:767
+msgid translator-credits
+msgstr translator-credits
+
+#: ../lib/application.vala:802 ../lib/window.vala:822
+msgid _Add a new group
+msgstr _Add a new group
+
+#: ../lib/window.vala:239
+msgid Menu
+msgstr Menu
+
+#: ../lib/window.vala:268
+msgid Refresh notes
+msgstr Refresh notes
+
+#: ../lib/window.vala:281
+#, c-format
+msgid Hide (%s)
+msgstr Hide (%s)
+
+#: ../lib/window.vala:689 ../src/main-panel-plugin.vala:50
+#: ../src/main-status-icon.vala:53
+msgid _Groups
+msgstr _Groups
+
+#: ../lib/window.vala:712
+msgid _Rename
+msgstr _Rename
+
+#. Always on top
+#: ../lib/window.vala:728 ../src/main-settings-dialog.c:236
+msgid Always on top
+msgstr Always on top
+
+#: ../lib/window.vala:733
+msgid Sticky window
+msgstr Sticky window
+
+#: ../lib/window.vala:808
+msgid _Rename group
+msgstr _Rename group
+
+#: ../lib/window.vala:815
+msgid _Delete group
+msgstr _Delete group
+
+#: ../lib/window.vala:1033
+msgid Are you sure you want to delete this note?
+msgstr Are you sure you want to delete this note?
+
+#: ../lib/window.vala:1059
+msgid Rename note
+msgstr Rename note
+
+#: ../src/main-settings-dialog.c:115
+msgid Configure the plugin

[Xfce4-commits] xfce4-netload-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 67ed44ee42ad7172c2e71eb61182c420b192 (commit)
   from 1e9fd867c328bdcc89376fd58bff6998864689b4 (commit)

commit 67ed44ee42ad7172c2e71eb61182c420b192
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:33:23 2013 +0200

I18n: Add new translation en_AU (100%).

30 translated messages.

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

 po/{zh_TW.po = en_AU.po} |   57 +++--
 1 file changed, 29 insertions(+), 28 deletions(-)

diff --git a/po/zh_TW.po b/po/en_AU.po
similarity index 70%
copy from po/zh_TW.po
copy to po/en_AU.po
index 5051343..451f9d5 100644
--- a/po/zh_TW.po
+++ b/po/en_AU.po
@@ -3,19 +3,20 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-03 21:08+0200\n
-PO-Revision-Date: 2013-07-06 15:56+\n
-Last-Translator: Cheng-Chia Tseng pswo10...@gmail.com\n
-Language-Team: Chinese (Taiwan) 
(http://www.transifex.com/projects/p/xfce/language/zh_TW/)\n
+PO-Revision-Date: 2013-07-29 09:23+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: zh_TW\n
-Plural-Forms: nplurals=1; plural=0;\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/netload.c:61
 msgid Xfce4-Netload-Plugin
@@ -23,20 +24,20 @@ msgstr Xfce4-Netload-Plugin
 
 #: ../panel-plugin/netload.c:64
 msgid Unknown error.
-msgstr 未知錯誤。
+msgstr Unknown error.
 
 #: ../panel-plugin/netload.c:65
 msgid Linux proc device '/proc/net/dev' not found.
-msgstr 找不到 Linux proc 裝置「/proc/net/dev」。
+msgstr Linux proc device '/proc/net/dev' not found.
 
 #: ../panel-plugin/netload.c:66
 msgid Interface was not found.
-msgstr 找不到介面。
+msgstr Interface was not found.
 
 #: ../panel-plugin/netload.c:163
 #, c-format
 msgid  %s  (Interface down)
-msgstr  %s  (介面 down)
+msgstr  %s  (Interface down)
 
 #: ../panel-plugin/netload.c:250
 #, c-format
@@ -47,54 +48,54 @@ msgid 
 Incoming: %s\n
 Outgoing: %s\n
 Total: %s
-msgstr  %s  (%s)\n最近 %d 次測量平均\n間隔 %.2fs:\n傳入:%s\n傳出:%s\n總計:%s
+msgstr  %s  (%s)\nAverage of last %d measures\nwith an interval of 
%.2fs:\nIncoming: %s\nOutgoing: %s\nTotal: %s
 
 #: ../panel-plugin/netload.c:253
 msgid no IP address
-msgstr 無 IP 位址
+msgstr no IP address
 
 #: ../panel-plugin/netload.c:567
 #, c-format
 msgid 
 %s: Error in initializing:\n
 %s
-msgstr %s:初始化發生錯誤:\n%s
+msgstr %s: Error in initialising:\n%s
 
 #: ../panel-plugin/netload.c:882
 msgid Select color
-msgstr 選取色彩
+msgstr Select colour
 
 #: ../panel-plugin/netload.c:948
 msgid Bar color (i_ncoming):
-msgstr 條色彩 (傳入)(_N):
+msgstr Bar colour (i_ncoming):
 
 #: ../panel-plugin/netload.c:949
 msgid Bar color (_outgoing):
-msgstr 條色彩 (傳出)(_O):
+msgstr Bar colour (_outgoing):
 
 #: ../panel-plugin/netload.c:952
 msgid Maximum (inco_ming):
-msgstr 最大 (傳入)(_M):
+msgstr Maximum (inco_ming):
 
 #: ../panel-plugin/netload.c:953
 msgid Maximum (o_utgoing):
-msgstr 最大 (傳出)(_U):
+msgstr Maximum (o_utgoing):
 
 #: ../panel-plugin/netload.c:958 ../panel-plugin/netload.desktop.in.in.h:1
 msgid Network Monitor
-msgstr 網路監視器
+msgstr Network Monitor
 
 #: ../panel-plugin/netload.c:987
 msgid _Text to display:
-msgstr 要顯示的文字(_T):
+msgstr _Text to display:
 
 #: ../panel-plugin/netload.c:1018
 msgid Network _device:
-msgstr 網路裝置(_D):
+msgstr Network _device:
 
 #: ../panel-plugin/netload.c:1046
 msgid Update _interval:
-msgstr 更新時間隔 (_I):
+msgstr Update _interval:
 
 #: ../panel-plugin/netload.c:1059
 msgid s
@@ -102,7 +103,7 @@ msgstr s
 
 #: ../panel-plugin/netload.c:1072
 msgid _Automatic maximum
-msgstr 自動最大(_A)
+msgstr _Automatic maximum
 
 #: ../panel-plugin/netload.c:1106
 msgid KiB/s
@@ -110,27 +111,27 @@ msgstr KiB/s
 
 #: ../panel-plugin/netload.c:1131
 msgid _Present data as:
-msgstr 顯示資料為(_P):
+msgstr _Present data as:
 
 #: ../panel-plugin/netload.c:1140
 msgid Bars
-msgstr 條
+msgstr Bars
 
 #: ../panel-plugin/netload.c:1141
 msgid Values
-msgstr 值
+msgstr Values
 
 #: ../panel-plugin/netload.c:1142
 msgid Bars and values
-msgstr 條與值
+msgstr Bars and values
 
 #: ../panel-plugin/netload.c:1192
 msgid _Colorize values
-msgstr 色彩化值(_C)
+msgstr _Colourise values
 
 #: ../panel-plugin/netload.desktop.in.in.h:2
 msgid Show network traffic
-msgstr 顯示網路流量
+msgstr Show network traffic
 
 #: ../panel-plugin/utils.c:78
 msgid B
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-verve-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 53a5cc32c2ca48b54edb3469a3fb4889fd79e594 (commit)
   from c7493586bc6d559a671fe9f32105ee013d2b1dda (commit)

commit 53a5cc32c2ca48b54edb3469a3fb4889fd79e594
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:33:57 2013 +0200

I18n: Add new translation en_AU (100%).

10 translated messages.

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

 po/{sr.po = en_AU.po} |   44 +---
 1 file changed, 21 insertions(+), 23 deletions(-)

diff --git a/po/sr.po b/po/en_AU.po
similarity index 53%
copy from po/sr.po
copy to po/en_AU.po
index a97a55f..9ff62cc 100644
--- a/po/sr.po
+++ b/po/en_AU.po
@@ -1,72 +1,70 @@
 # 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.
-# Саша Петровић salepetron...@gmail.com, 2013.
 # 
+# Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: master\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-03-06 12:03+\n
-PO-Revision-Date: 2013-01-30 15:50+0100\n
-Last-Translator: Саша Петровић salepetron...@gmail.com\n
-Language-Team: српски \n
+POT-Creation-Date: 2013-07-03 21:26+0200\n
+PO-Revision-Date: 2013-07-29 09:40+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: \n
-Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2)\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #. Generate error message
 #: ../panel-plugin/verve-plugin.c:407
 msgid Could not execute command:
-msgstr Нисам успео да извршим наредбу:
+msgstr Could not execute command:
 
 #. Create properties dialog
 #: ../panel-plugin/verve-plugin.c:787
 msgid Verve
-msgstr Полет
+msgstr Verve
 
 #. Frame for appearance settings
 #: ../panel-plugin/verve-plugin.c:805
 msgid Appearance
-msgstr Изглед
+msgstr Appearance
 
 #. Plugin size label
 #: ../panel-plugin/verve-plugin.c:816
 msgid Width (in chars):
-msgstr Ширина (у знацима)
+msgstr Width (in chars):
 
 #. Frame for behaviour settings
 #: ../panel-plugin/verve-plugin.c:836
 msgid Behaviour
-msgstr Понашање
+msgstr Behaviour
 
 #. History length label
 #: ../panel-plugin/verve-plugin.c:847
 msgid Number of saved history items:
-msgstr Број ставки које се чувају у историји:
+msgstr Number of saved history items:
 
 #. vim:set expandtab sts=2 ts=2 sw=2:
 #: ../panel-plugin/xfce4-verve-plugin.desktop.in.h:1
-msgid Command line interface with auto-completion and command history
-msgstr Сучеље наредбене линије са самосталном допуном и историјом наредби
+msgid Verve Command Line
+msgstr Verve Command Line
 
 #: ../panel-plugin/xfce4-verve-plugin.desktop.in.h:2
-msgid Verve Command Line
-msgstr Полетна наредбена линија
+msgid Command line interface with auto-completion and command history
+msgstr Command line interface with auto-completion and command history
 
 #. Print error message
 #: ../scripts/verve-focus.c:60
 msgid Failed to connect to the D-BUS session bus.
-msgstr Нисам успео да се повежем на сабирницу сесије Д-сабирнице.
+msgstr Failed to connect to the D-BUS session bus.
 
 #. Print error message
 #: ../scripts/verve-focus.c:83
 msgid 
 There seems to be no Verve D-BUS provider (e.g. the Verve panel plugin) 
 running.
-msgstr 
-Изгледа да нема достављача Полета Д-сабирнице (тј. нема прикључка на плочи) 
-у погону. 
+msgstr There seems to be no Verve D-BUS provider (e.g. the Verve panel 
plugin) running.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-systemload-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to b6ffb68f583bd1fbe35f97d9e6ee70b8476328da (commit)
   from 66c05cfa59da2d05e6bff2fc4eb171aa3b44128d (commit)

commit b6ffb68f583bd1fbe35f97d9e6ee70b8476328da
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:33:46 2013 +0200

I18n: Add new translation en_AU (100%).

22 translated messages.

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

 po/{id.po = en_AU.po} |   56 +---
 1 file changed, 29 insertions(+), 27 deletions(-)

diff --git a/po/id.po b/po/en_AU.po
similarity index 68%
copy from po/id.po
copy to po/en_AU.po
index 6d15f0a..c4b0e2d 100644
--- a/po/id.po
+++ b/po/en_AU.po
@@ -3,89 +3,91 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Andhika Padmawan andhika.padma...@gmail.com, 2011
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-03 21:20+0200\n
-PO-Revision-Date: 2013-07-06 08:55+\n
-Last-Translator: Ardjuna asyur...@gmail.com\n
-Language-Team: Indonesian 
(http://www.transifex.com/projects/p/xfce/language/id/)\n
+PO-Revision-Date: 2013-07-29 09:34+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: id\n
-Plural-Forms: nplurals=1; plural=0;\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/cpu.c:63
 msgid File /proc/stat not found!
-msgstr Berkas /proc/stat tak ditemukan!
+msgstr File /proc/stat not found!
 
 #: ../panel-plugin/systemload.c:159
 #, c-format
 msgid System Load: %ld%%
-msgstr Beban Sistem: %ld%%
+msgstr System Load: %ld%%
 
 #: ../panel-plugin/systemload.c:166
 #, c-format
 msgid Memory: %ldMB of %ldMB used
-msgstr Memori: %ldMB dari %ldMB yang terpakai
+msgstr Memory: %ldMB of %ldMB used
 
 #: ../panel-plugin/systemload.c:174
 #, c-format
 msgid Swap: %ldMB of %ldMB used
-msgstr Swap: %ldMB dari %ldMB yang terpakai
+msgstr Swap: %ldMB of %ldMB used
 
 #: ../panel-plugin/systemload.c:177
 #, c-format
 msgid No swap
-msgstr Tak ada swap
+msgstr No swap
 
 #: ../panel-plugin/systemload.c:188
 #, c-format
 msgid %d day
 msgid_plural %d days
-msgstr[0] %d hari
+msgstr[0] %d day
+msgstr[1] %d days
 
 #: ../panel-plugin/systemload.c:192
 #, c-format
 msgid Uptime: %d day %d:%02d
 msgid_plural Uptime: %d days %d:%02d
-msgstr[0] Waktu Hidup: %d hari %d:%02d
+msgstr[0] Uptime: %d day %d:%02d
+msgstr[1] Uptime: %d days %d:%02d
 
 #: ../panel-plugin/systemload.c:200
 #, c-format
 msgid Uptime: %d:%02d
-msgstr Waktu Hidup: %d:%02d
+msgstr Uptime: %d:%02d
 
 #: ../panel-plugin/systemload.c:816
 msgid CPU monitor
-msgstr Monitor CPU
+msgstr CPU monitor
 
 #: ../panel-plugin/systemload.c:817
 msgid Memory monitor
-msgstr Monitor memori
+msgstr Memory monitor
 
 #: ../panel-plugin/systemload.c:818
 msgid Swap monitor
-msgstr Monitor swap
+msgstr Swap monitor
 
 #: ../panel-plugin/systemload.c:819
 msgid Uptime monitor
-msgstr Monitor waktu hidup
+msgstr Uptime monitor
 
 #: ../panel-plugin/systemload.c:824 ../panel-plugin/systemload.desktop.in.h:1
 msgid System Load Monitor
-msgstr Monitor Beban Sistem
+msgstr System Load Monitor
 
 #: ../panel-plugin/systemload.c:839
 msgid General
-msgstr Umum
+msgstr General
 
 #: ../panel-plugin/systemload.c:841
 msgid Update interval:
-msgstr Interval pemutakhiran:
+msgstr Update interval:
 
 #: ../panel-plugin/systemload.c:841 ../panel-plugin/systemload.c:846
 msgid s
@@ -93,24 +95,24 @@ msgstr s
 
 #: ../panel-plugin/systemload.c:846
 msgid Power-saving interval:
-msgstr Interval penyimpanan daya:
+msgstr Power-saving interval:
 
 #: ../panel-plugin/systemload.c:860
 msgid Text to display:
-msgstr Teks untuk ditampilkan:
+msgstr Text to display:
 
 #: ../panel-plugin/systemload.c:864
 msgid Bar color:
-msgstr Warna mistar:
+msgstr Bar colour:
 
 #: ../panel-plugin/systemload.c:889 ../panel-plugin/systemload.desktop.in.h:2
 msgid Monitor CPU load, swap usage and memory footprint
-msgstr Monitor beban CPU, penggunaan swap dan jejak memori
+msgstr Monitor CPU load, swap usage and memory footprint
 
 #: ../panel-plugin/systemload.c:891
 msgid Copyright (c) 2003-2012\n
-msgstr Hak Cipta (c) 2003-2012\n
+msgstr Copyright (c) 2003-2012\n
 
 #: ../panel-plugin/uptime.c:53
 msgid File /proc/uptime not found!
-msgstr Berkas /proc/uptime tak ditemukan!
+msgstr File /proc/uptime not found!
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-wavelan-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 0641f9de3c90b9687924721541eb3dc8982fd2ea (commit)
   from 80366224967128a09fda1a2f64af71dced673c3d (commit)

commit 0641f9de3c90b9687924721541eb3dc8982fd2ea
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:33:59 2013 +0200

I18n: Add new translation en_AU (100%).

12 translated messages.

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

 po/{zh_TW.po = en_AU.po} |   51 +++--
 1 file changed, 26 insertions(+), 25 deletions(-)

diff --git a/po/zh_TW.po b/po/en_AU.po
similarity index 50%
copy from po/zh_TW.po
copy to po/en_AU.po
index a82aa43..21c5892 100644
--- a/po/zh_TW.po
+++ b/po/en_AU.po
@@ -1,68 +1,69 @@
 # 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:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-wavelan-plugin master\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-07-19 10:57+\n
-PO-Revision-Date: 2012-07-19 22:08+0800\n
-Last-Translator: Cheng-Chia Tseng pswo10...@gmail.com\n
-Language-Team: chinese-l10n chinese-l...@googlegroups.com\n
-Language: \n
+POT-Creation-Date: 2013-07-03 21:27+0200\n
+PO-Revision-Date: 2013-07-29 09:42+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=1; plural=0;\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/wavelan.c:156
 msgid No carrier signal
-msgstr 無載波信號
+msgstr No carrier signal
 
 #: ../panel-plugin/wavelan.c:175
 msgid No device configured
-msgstr 未設定裝置
+msgstr No device configured
 
 #: ../panel-plugin/wavelan.c:508
 msgid Wavelan Plugin Options
-msgstr Wavelan 插件選項
+msgstr Wavelan Plugin Options
 
 #: ../panel-plugin/wavelan.c:523
 msgid Properties
-msgstr 屬性
+msgstr Properties
 
 #: ../panel-plugin/wavelan.c:534
 msgid Interface
-msgstr 介面
+msgstr Interface
 
 #: ../panel-plugin/wavelan.c:555
 msgid _Autohide when offline
-msgstr 離線時自動隱藏(_A)
+msgstr _Autohide when offline
 
 #: ../panel-plugin/wavelan.c:565
 msgid Autohide when no hardware present
-msgstr 當沒有硬體時自動隱藏
+msgstr Autohide when no hardware present
 
 #: ../panel-plugin/wavelan.c:576
-msgid Note: This will make it difficult to remove or configure the plugin if 
there is no device detected.
-msgstr 注意:當沒偵測到裝置時,這會讓它難以移除或難以設定插件。
+msgid 
+Note: This will make it difficult to remove or configure the plugin if there
+ is no device detected.
+msgstr Note: This will make it difficult to remove or configure the plugin if 
there is no device detected.
 
 #: ../panel-plugin/wavelan.c:584
 msgid Enable signal quality colors
-msgstr 啟用訊號品質色彩
+msgstr Enable signal quality colours
 
 #: ../panel-plugin/wavelan.c:595
 msgid Show icon
-msgstr 顯示圖示
+msgstr Show icon
 
-#: ../panel-plugin/wavelan.c:623
-#: ../panel-plugin/wavelan.desktop.in.h:1
+#: ../panel-plugin/wavelan.c:623 ../panel-plugin/wavelan.desktop.in.h:2
 msgid View the status of a wireless network
-msgstr 檢視無線網路狀態
+msgstr View the status of a wireless network
 
-#: ../panel-plugin/wavelan.desktop.in.h:2
+#: ../panel-plugin/wavelan.desktop.in.h:1
 msgid Wavelan
 msgstr Wavelan
-
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-xkb-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to e7f55ef47bcf4152ce3c27811c11b32c8c201cae (commit)
   from ef03df43c77701f1dffcb2fc912f99712e4ee979 (commit)

commit e7f55ef47bcf4152ce3c27811c11b32c8c201cae
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:34:45 2013 +0200

I18n: Add new translation en_AU (100%).

17 translated messages.

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

 po/{it.po = en_AU.po} |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

diff --git a/po/it.po b/po/en_AU.po
similarity index 68%
copy from po/it.po
copy to po/en_AU.po
index ad8dd57..cf53e30 100644
--- a/po/it.po
+++ b/po/en_AU.po
@@ -3,88 +3,88 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# cri cri.pe...@gmail.com, 2009,2013
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-03 21:34+0200\n
-PO-Revision-Date: 2013-07-13 10:10+\n
-Last-Translator: cri cri.pe...@gmail.com\n
-Language-Team: Italian 
(http://www.transifex.com/projects/p/xfce/language/it/)\n
+PO-Revision-Date: 2013-07-29 09:48+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: it\n
+Language: en_AU\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 Disposizione della tastiera
+msgstr Keyboard Layouts
 
 #. ***
 #: ../panel-plugin/xkb-settings-dialog.c:122
 msgid Show layout as:
-msgstr Mostra la disposizione come:
+msgstr Show layout as:
 
 #: ../panel-plugin/xkb-settings-dialog.c:127
 msgid image
-msgstr immagine
+msgstr image
 
 #: ../panel-plugin/xkb-settings-dialog.c:128
 msgid text
-msgstr testo
+msgstr text
 
 #. text size option
 #: ../panel-plugin/xkb-settings-dialog.c:133
 msgid Text size:
-msgstr Dimensione testo:
+msgstr Text size:
 
 #: ../panel-plugin/xkb-settings-dialog.c:138
 msgid small
-msgstr piccolo
+msgstr small
 
 #: ../panel-plugin/xkb-settings-dialog.c:139
 msgid medium
-msgstr medio
+msgstr medium
 
 #: ../panel-plugin/xkb-settings-dialog.c:140
 msgid large
-msgstr grande
+msgstr large
 
 #: ../panel-plugin/xkb-settings-dialog.c:144
 msgid Manage layout:
-msgstr Gestisci disposizione:
+msgstr Manage layout:
 
 #: ../panel-plugin/xkb-settings-dialog.c:149
 msgid globally
-msgstr globalmente
+msgstr globally
 
 #: ../panel-plugin/xkb-settings-dialog.c:150
 msgid per window
-msgstr per finestra
+msgstr per window
 
 #: ../panel-plugin/xkb-settings-dialog.c:151
 msgid per application
-msgstr per applicazione
+msgstr per application
 
 #: ../panel-plugin/xkb-settings-dialog.c:185
 msgid Keyboard Layouts Plugin
-msgstr Plugin per la disposizione della tastiera
+msgstr Keyboard Layouts Plugin
 
 #: ../panel-plugin/xkb-settings-dialog.c:195
 msgid Allows you to configure and use multiple keyboard layouts.
-msgstr Permette di configurare e utilizzare diverse disposizioni della 
tastiera
+msgstr Allows you to configure and use multiple keyboard layouts.
 
 #: ../panel-plugin/xkb-settings-dialog.c:199
 msgid Other plugins available here
-msgstr Altri plugin sono disponibili qui
+msgstr Other plugins available here
 
 #: ../panel-plugin/xfce4-xkb-plugin.c:128
 msgid Keyboard settings
-msgstr Impostazioni della tastiera
+msgstr Keyboard settings
 
 #: ../panel-plugin/xkb-plugin.desktop.in.in.h:2
 msgid Keyboard layouts setup and switch plugin
-msgstr Impostazione della disposizione tastiera e plugin di scelta
+msgstr Keyboard layouts setup and switch plugin
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-websearch-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 43f43e21b5b560272850ca146b20cebd5f1bf2b9 (commit)
   from 8a131bf745582f9e71a23dd3386170e797380e1c (commit)

commit 43f43e21b5b560272850ca146b20cebd5f1bf2b9
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:34:38 2013 +0200

I18n: Add new translation en_AU (100%).

5 translated messages.

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

 po/{ug.po = en_AU.po} |   27 +++
 1 file changed, 15 insertions(+), 12 deletions(-)

diff --git a/po/ug.po b/po/en_AU.po
similarity index 54%
copy from po/ug.po
copy to po/en_AU.po
index f6f3772..bb0d4f5 100644
--- a/po/ug.po
+++ b/po/en_AU.po
@@ -1,36 +1,39 @@
-# Uyghur translation for xfce4-websearch-plugin.
+# SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Gheyret Kenji ghey...@gmail.com, YEAR.
-#
+# 
+# Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-websearch-plugin\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2006-09-10 21:29+0200\n
-PO-Revision-Date: 2011-11-09 16:10+0900\n
-Last-Translator: Gheyret Kenji ghey...@gmail.com\n
-Language-Team: Uyghur Computer Science Association u...@yahoogroups.com\n
+PO-Revision-Date: 2013-07-29 09:44+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../src/websearch.c:312
 msgid Properties
-msgstr خاسلىق
+msgstr Properties
 
 #: ../src/websearch.c:321
 msgid Browser command: 
-msgstr توركۆرگۈ بۇيرۇقى: 
+msgstr Browser command: 
 
 #: ../src/websearch.c:328
 msgid Search engine: 
-msgstr ئىزدەش ماتورى: 
+msgstr Search engine: 
 
 #: ../src/websearch.c:345 ../src/websearch.desktop.in.in.h:2
 msgid WebSearch
-msgstr ئىزدەش
+msgstr WebSearch
 
 #: ../src/websearch.desktop.in.in.h:1
 msgid Search the Web directly from the Panel
-msgstr تاختىدا تۇرۇپلا بىۋاسىتە توردىن ئىزدەش
+msgstr Search the Web directly from the Panel
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-wmdock-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 55acb79c8cdc28d10d82af65e1401a0781484d8a (commit)
   from c91ccc856419502e76c780b22f7322edca6b30b9 (commit)

commit 55acb79c8cdc28d10d82af65e1401a0781484d8a
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:34:41 2013 +0200

I18n: Add new translation en_AU (100%).

12 translated messages.

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

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

diff --git a/po/es.po b/po/en_AU.po
similarity index 65%
copy from po/es.po
copy to po/en_AU.po
index 0431e3f..1ac2d89 100644
--- a/po/es.po
+++ b/po/en_AU.po
@@ -3,34 +3,34 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Pablo Lezaeta prfl...@gmail.com, 2013
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-13 22:15+0200\n
-PO-Revision-Date: 2013-07-15 23:52+\n
-Last-Translator: Pablo Lezaeta prfl...@gmail.com\n
-Language-Team: Spanish 
(http://www.transifex.com/projects/p/xfce/language/es/)\n
+PO-Revision-Date: 2013-07-29 09:45+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: es\n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/wmdock.c:246
 #, c-format
 msgid Do you want remove the dockapp \%s\?
-msgstr ¿Quiere quitar la dockapp \%s\?
+msgstr Do you want remove the dockapp \%s\?
 
 #: ../panel-plugin/wmdock.c:448
 msgid No dockapp is running!
-msgstr Ningún dockapp se está ejecutando!
+msgstr No dockapp is running!
 
 #: ../panel-plugin/wmdock.c:907
 #, c-format
 msgid Failed to start %s!
-msgstr Falló al iniciar %s!
+msgstr Failed to start %s!
 
 #. Create the configure dialog.
 #: ../panel-plugin/wmdock.c:1211
@@ -39,36 +39,36 @@ msgstr WMdock
 
 #: ../panel-plugin/wmdock.c:1214
 msgid Remove dockapp
-msgstr Quitar dockapp
+msgstr Remove dockapp
 
 #: ../panel-plugin/wmdock.c:1230
 msgid General settings
-msgstr Configuración general
+msgstr General settings
 
 #: ../panel-plugin/wmdock.c:1231
 msgid Dockapp detection
-msgstr Detección de dockapp
+msgstr Dockapp detection
 
 #: ../panel-plugin/wmdock.c:1279
 msgid Select dockapp to configure:
-msgstr Seleccione dockapp para configurar:
+msgstr Select dockapp to configure:
 
 #: ../panel-plugin/wmdock.c:1288
 msgid Shell command:
-msgstr Comando de shell:
+msgstr Shell command:
 
 #: ../panel-plugin/wmdock.c:1299
 msgid Display tile in the background.
-msgstr Mostrar cuadrícula en el fondo.
+msgstr Display tile in the background.
 
 #: ../panel-plugin/wmdock.c:1300
 msgid 
 Display a separate WMdock properties\n
 button in the panel.
-msgstr Mostrar un botón separado de propiedades\nde WMdock en el panel
+msgstr Display a separate WMdock properties\nbutton in the panel.
 
 #: ../panel-plugin/wmdock.c:1301
 msgid 
 Add only dockapps which start with\n
 pattern in list. (e.g.: ^wm;^as)
-msgstr Agrega solo dockapps que inicien\ncon un patrón en lista. (ejm: 
^wm;^as)
+msgstr Add only dockapps which start with\npattern in list. (e.g.: ^wm;^as)
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-xfapplet-plugin:master I18n: Add new translation en_AU (100%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to c86b88ee5769053382dd4f6b201050cafdd5e521 (commit)
   from 19c868e7ca63bbaed3a40dc3676f483b807b50d4 (commit)

commit c86b88ee5769053382dd4f6b201050cafdd5e521
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:34:43 2013 +0200

I18n: Add new translation en_AU (100%).

14 translated messages.

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

 po/{en_GB.po = en_AU.po} |   32 ++--
 1 file changed, 14 insertions(+), 18 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 69%
copy from po/en_GB.po
copy to po/en_AU.po
index edc91ec..738947b 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,21 +1,22 @@
-# English/GB translation of xfce4-xfapplet-plugin.
-# Copyright (C) 2007 THE xfce4-xfapplet-plugin'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the xfce4-xfapplet-plugin 
package.
-# Jeff Bailes thepizzak...@gmail.com, 2007.
-# , fuzzy
-# 
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
 # 
+# Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-xfapplet-plugin\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2006-09-10 21:12+0200\n
-PO-Revision-Date: 2007-03-31 10:46+1000\n
-Last-Translator: Jeff Bailes thepizzak...@gmail.com\n
-Language-Team: English/GB\n
+PO-Revision-Date: 2013-07-29 09:46+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
-Content-Transfer-Encoding: 8bit
+Content-Transfer-Encoding: 8bit\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #. creation of the dialog
 #: ../panel-plugin/chooser.c:444 ../panel-plugin/xfapplet.desktop.in.in.h:2
@@ -30,9 +31,7 @@ msgstr Choose an applet
 msgid 
 Choose an applet from the list. If you have already chosen an applet 
 previously, it will be substituted by the one you choose.
-msgstr 
-Choose an applet from the list. If you have already chosen an applet 
-previously, it will be substituted by the one you choose.
+msgstr Choose an applet from the list. If you have already chosen an applet 
previously, it will be substituted by the one you choose.
 
 #: ../panel-plugin/chooser.c:486
 msgid Available applets
@@ -47,9 +46,7 @@ msgstr '%s' has quit unexpectedly.
 msgid 
 If you don't reload the applet, XfApplet plugin will go back to its initial 
 empty state.
-msgstr 
-If you don't reload the applet, XfApplet plugin will go back to its initial 
-empty state.
+msgstr If you don't reload the applet, XfApplet plugin will go back to its 
initial empty state.
 
 #: ../panel-plugin/xfapplet.c:153
 msgid Don't Reload
@@ -84,4 +81,3 @@ msgstr An internal error occurred and the applet could not 
be loaded.
 #: ../panel-plugin/xfapplet.desktop.in.in.h:1
 msgid Display Gnome applets in the panel
 msgstr Display Gnome applets in the panel
-
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to b3c5b18105a4285f9ea398313592a7a5082d35f4 (commit)
   from a8019b112171e76707af118ae9f208ef56eb87ad (commit)

commit b3c5b18105a4285f9ea398313592a7a5082d35f4
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:35:03 2013 +0200

I18n: Add new translation en_AU (100%).

67 translated messages.

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

 po/{en_GB.po = en_AU.po} |   72 -
 1 file changed, 18 insertions(+), 54 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 83%
copy from po/en_GB.po
copy to po/en_AU.po
index 1ccae0f..2be386e 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,22 +1,24 @@
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Jeff Bailes thepizzak...@gmail.com, 2010.
 # 
+# Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfconf 4.8\n
+Project-Id-Version: Xfconf\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-19 04:30+\n
-PO-Revision-Date: 2010-12-13 19:30+1100\n
-Last-Translator: Jeff Bailes thepizzak...@gmail.com\n
-Language-Team: en_GB\n
+POT-Creation-Date: 2013-07-02 22:48+0200\n
+PO-Revision-Date: 2013-07-29 06:05+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: \n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
-#: ../xfconf/xfconf-cache.c:876
+#: ../xfconf/xfconf-cache.c:897
 #, c-format
 msgid Failed to make ResetProperty DBus call
 msgstr Failed to make ResetProperty DBus call
@@ -97,9 +99,7 @@ msgstr The root element ('/') is not a valid property name
 msgid 
 Property names can only include the ASCII characters A-Z, a-z, 0-9, '_', 
 '-', '' and '', as well as '/' as a separator
-msgstr 
-Property names can only include the ASCII characters A-Z, a-z, 0-9, '_', 
-'-', '' and '', as well as '/' as a separator
+msgstr Property names can only include the ASCII characters A-Z, a-z, 0-9, 
'_', '-', '' and '', as well as '/' as a separator
 
 #: ../xfconfd/xfconf-backend.c:135
 #, c-format
@@ -121,18 +121,14 @@ msgstr Channel name cannot be an empty string
 msgid 
 Channel names can only include the ASCII characters A-Z, a-z, 0-9, '_', and 
 '-'
-msgstr 
-Channel names can only include the ASCII characters A-Z, a-z, 0-9, '_', and 
-'-'
+msgstr Channel names can only include the ASCII characters A-Z, a-z, 0-9, 
'_', and '-'
 
 #: ../xfconfd/xfconf-backend.c:398
 #, c-format
 msgid 
 The property name can only be empty or \/\ if a recursive reset was 
 specified
-msgstr 
-The property name can only be empty or \/\ if a recursive reset was 
-specified
+msgstr The property name can only be empty or \/\ if a recursive reset was 
specified
 
 #: ../xfconfd/main.c:134
 msgid Prints the xfconfd version.
@@ -140,11 +136,9 @@ msgstr Prints the xfconfd version.
 
 #: ../xfconfd/main.c:136
 msgid 
-Configuration backends to use.  The first backend specified is opened read/
-write; the others, read-only.
-msgstr 
-Configuration backends to use.  The first backend specified is opened read/
-write; the others, read-only.
+Configuration backends to use.  The first backend specified is opened 
+read/write; the others, read-only.
+msgstr Configuration backends to use.  The first backend specified is opened 
read/write; the others, read-only.
 
 #: ../xfconfd/main.c:139
 msgid Fork into background after starting; only useful for testing purposes
@@ -304,9 +298,7 @@ msgstr Value is an array with %d items:
 msgid 
 Property \%s\ does not exist on channel \%s\. If a new property should 
 be created, use the --create option
-msgstr 
-Property \%s\ does not exist on channel \%s\. If a new property should 
-be created, use the --create option
+msgstr Property \%s\ does not exist on channel \%s\. If a new property 
should be created, use the --create option
 
 #: ../xfconf-query/main.c:407
 msgid When creating a new property, the value type must be specified
@@ -322,8 +314,7 @@ msgstr Unable to determine the type of the value
 
 #: ../xfconf-query/main.c:441
 msgid A value type must be specified to change an array into a single value
-msgstr 
-A value type must be specified to change an array into a single value.
+msgstr A value type must be specified to change an array into a single value
 
 #: ../xfconf-query/main.c:451 ../xfconf-query/main.c:512
 #, c-format
@@ -344,30 +335,3 @@ msgstr Unable to determine type of value at index %d
 #, c-format
 msgid Channel \%s\ contains no properties
 msgstr Channel \%s\ contains no properties
-
-#~ msgid Property '%s' changed: %s\n
-#~ msgstr Property '%s' changed: %s\n
-
-#~ msgid Property '%s' changed\n
-#~ msgstr Property '%s' changed\n
-
-#~ msgid 

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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 771ba95e86be03aac6dcda54c20712e3236a930c (commit)
   from 7332df7662c490e1c553e5deaa324dd9e4c5e051 (commit)

commit 771ba95e86be03aac6dcda54c20712e3236a930c
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:35:08 2013 +0200

I18n: Add new translation en_AU (100%).

184 translated messages.

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

 po/{en_GB.po = en_AU.po} |   33 +++--
 1 file changed, 15 insertions(+), 18 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 96%
copy from po/en_GB.po
copy to po/en_AU.po
index 98c688f..44e12f6 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -3,22 +3,19 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Noskcaj nosk...@ubuntu.com, 2013
-# Jeff Bailes thepizzak...@gmail.com, 2009
-# Translate.org.za i...@translate.org.za, 2007
-# Zuza Software Foundation (Translate.org.za), 2004
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfdesktop\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-02 22:50+0200\n
-PO-Revision-Date: 2013-07-26 20:39+\n
-Last-Translator: Noskcaj nosk...@ubuntu.com\n
-Language-Team: English (United Kingdom) 
(http://www.transifex.com/projects/p/xfce/language/en_GB/)\n
+PO-Revision-Date: 2013-07-29 06:06+\n
+Last-Translator: k3lt01 keltoi...@gmail.com\n
+Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: en_GB\n
+Language: en_AU\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #. no need to escape markup; it's already done for us
@@ -40,7 +37,7 @@ msgstr Filesystem
 
 #: ../settings/main.c:267
 msgid Trash
-msgstr Wastebasket
+msgstr Rubbish
 
 #: ../settings/main.c:269
 msgid Removable Devices
@@ -477,12 +474,12 @@ msgstr A normal file with the same name already exists. 
Please delete or rename
 #: ../src/xfdesktop-file-utils.c:878 ../src/xfdesktop-file-utils.c:910
 #: ../src/xfdesktop-file-utils.c:924
 msgid Trash Error
-msgstr Wastebasket Error
+msgstr Rubbish Error
 
 #: ../src/xfdesktop-file-icon-manager.c:632
 #: ../src/xfdesktop-file-icon-manager.c:676
 msgid The selected files could not be trashed
-msgstr The selected files could not be trashed
+msgstr The selected files could not be rubbished
 
 #: ../src/xfdesktop-file-icon-manager.c:633
 #: ../src/xfdesktop-file-icon-manager.c:677 ../src/xfdesktop-file-utils.c:762
@@ -670,17 +667,17 @@ msgstr The selected files could not be deleted
 
 #: ../src/xfdesktop-file-utils.c:864 ../src/xfdesktop-file-utils.c:879
 msgid The selected files could not be moved to the trash
-msgstr The selected files could not be moved to the wastebasket
+msgstr The selected files could not be moved to the rubbish
 
 #: ../src/xfdesktop-file-utils.c:880 ../src/xfdesktop-file-utils.c:926
 msgid 
 This feature requires a trash service to be present (such as the one 
 supplied by Thunar).
-msgstr This feature requires a wastebasket service to be present (such as the 
one supplied by Thunar).
+msgstr This feature requires a rubbish service to be present (such as the one 
supplied by Thunar).
 
 #: ../src/xfdesktop-file-utils.c:911 ../src/xfdesktop-file-utils.c:925
 msgid Could not empty the trash
-msgstr Could not empty the wastebasket
+msgstr Could not empty the rubbish
 
 #: ../src/xfdesktop-file-utils.c:962 ../src/xfdesktop-file-utils.c:977
 msgid Create File Error
@@ -794,16 +791,16 @@ msgstr File System
 
 #: ../src/xfdesktop-special-file-icon.c:426
 msgid Trash is empty
-msgstr Wastebasket is empty
+msgstr Rubbish is empty
 
 #: ../src/xfdesktop-special-file-icon.c:429
 msgid Trash contains one item
-msgstr Wastebasket contains one item
+msgstr Rubbish contains one item
 
 #: ../src/xfdesktop-special-file-icon.c:430
 #, c-format
 msgid Trash contains %d items
-msgstr Wastebasket contains %d items
+msgstr Rubbish contains %d items
 
 #: ../src/xfdesktop-special-file-icon.c:462
 #, c-format
@@ -815,7 +812,7 @@ msgstr %s\nSize: %s\nLast modified: %s
 
 #: ../src/xfdesktop-special-file-icon.c:531
 msgid _Empty Trash
-msgstr _Empty Wastebasket
+msgstr _Empty Rubbish
 
 #: ../src/xfdesktop-volume-icon.c:455
 #, c-format
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 64a85144edc727db7482eeb7cee0611b2197e28b (commit)
   from e809c961b53ac9f110c99b0fc1bfb16e1fbbbf78 (commit)

commit 64a85144edc727db7482eeb7cee0611b2197e28b
Author: k3lt01 keltoi...@gmail.com
Date:   Mon Jul 29 12:35:00 2013 +0200

I18n: Add new translation en_AU (100%).

3 translated messages.

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

 po/{en_GB.po = en_AU.po} |   17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/po/en_GB.po b/po/en_AU.po
similarity index 67%
copy from po/en_GB.po
copy to po/en_AU.po
index e87c766..627ae97 100644
--- a/po/en_GB.po
+++ b/po/en_AU.po
@@ -1,19 +1,22 @@
-# en_GB translation for xfswitch-plugin.
+# SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Jeff Bailes thepizzak...@gmail.com, 2010.
-#
+# 
+# Translators:
+# k3lt01 keltoi...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: \n
+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: 2010-12-24 14:36+1100\n
-Last-Translator: Jeff Bailes thepizzak...@gmail.com\n
-Language-Team: en_GB\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
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: en_AU\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/main.c:141
 msgid Do you really want to switch to another user?
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to c6c4f97b738bb69e577e8e18e4b8d5db9e51eaa8 (commit)
   from 98a64326cb46dd95a8a2ce379e288a5bdfcea851 (commit)

commit c6c4f97b738bb69e577e8e18e4b8d5db9e51eaa8
Author: MC correomc2000-...@yahoo.es
Date:   Mon Jul 29 18:30:39 2013 +0200

I18n: Update translation es (100%).

69 translated messages.

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

 po/es.po |  340 +-
 1 file changed, 116 insertions(+), 224 deletions(-)

diff --git a/po/es.po b/po/es.po
index 19dd07e..4591184 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1,57 +1,61 @@
-# Spanish translations for xfce4-appfinder package.
-# Copyright (C) 2004-2005 Eduard Roccatello.
-# This file is distributed under the same license as the xfce4-appfinder 
package.
-# Edscott Wilson Garcia edsc...@xfce.org, 2004.
-# Rudy Godoy r...@stone-head.org, 2005.
-# Abel Martín abel.martin.r...@gmail.com, 2008-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:
+# Edscott Wilson Garcia edsc...@xfce.org, 2004
+# MC correomc2000-...@yahoo.es, 2013
+# Rudy Godoy r...@stone-head.org, 2005
 msgid 
 msgstr 
-Project-Id-Version: xfce4-appfinder 4.4.0\n
+Project-Id-Version: Xfce4-appfinder\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-03-29 19:21+\n
-PO-Revision-Date: 2012-04-27 22:51-0600\n
-Last-Translator: Sergio García oigres...@gmail.com\n
-Language-Team: Spanish/ES xfce-i...@xfce.org\n
+POT-Creation-Date: 2013-07-29 00:30+0200\n
+PO-Revision-Date: 2013-07-29 12:06+\n
+Last-Translator: MC correomc2000-...@yahoo.es\n
+Language-Team: Spanish 
(http://www.transifex.com/projects/p/xfce/language/es/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-X-Poedit-Country: SPAIN\n
-Language: \n
-X-Poedit-Language: Spanish\n
+Language: es\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../src/appfinder-category-model.c:146
 msgid All Applications
 msgstr Todas las aplicaciones
 
-#: ../src/appfinder-model.c:549
+#: ../src/appfinder-model.c:575
 msgid Name
 msgstr Nombre
 
-#: ../src/appfinder-model.c:550
+#: ../src/appfinder-model.c:576
 msgid Comment
 msgstr Comentario
 
-#: ../src/appfinder-model.c:551
+#: ../src/appfinder-model.c:577
 msgid Command
 msgstr Comando
 
-#: ../src/appfinder-model.c:552
+#: ../src/appfinder-model.c:578
 msgid Categories
 msgstr Categorías
 
-#: ../src/appfinder-model.c:553
+#: ../src/appfinder-model.c:579
 msgid Filename
 msgstr Nombre del archivo
 
-#: ../src/appfinder-model.c:1833
+#: ../src/appfinder-model.c:2100
 msgid Application has no command
 msgstr La aplicación no tiene comandos
 
-#: ../src/appfinder-model.c:2157
+#: ../src/appfinder-model.c:2519
 msgid Commands History
 msgstr Historial de comandos
 
+#: ../src/appfinder-model.c:2543
+msgid Bookmarks
+msgstr Favoritos
+
 #: ../src/appfinder-preferences.c:219
 msgid C_lear
 msgstr _Limpiar
@@ -73,7 +77,7 @@ msgstr La acción personalizada será borrada permanentemente.
 msgid Are you sure you want to delete pattern \%s\?
 msgstr ¿Está seguro de querer eliminar el patrón «%s»?
 
-#: ../src/appfinder-window.c:222 ../src/appfinder-preferences.glade.h:4
+#: ../src/appfinder-window.c:222 ../src/appfinder-preferences.glade.h:10
 #: ../data/xfce4-appfinder.desktop.in.h:1
 msgid Application Finder
 msgstr Buscador de aplicaciones
@@ -86,48 +90,51 @@ msgstr Cambiar el modo de vista
 msgid La_unch
 msgstr E_jecutar
 
-#: ../src/appfinder-window.c:844
+#: ../src/appfinder-window.c:880
 msgid Failed to launch desktop item editor
 msgstr Fallo al ejecutar editor de elemento de escritorio
 
-#: ../src/appfinder-window.c:870
+#: ../src/appfinder-window.c:906
 msgid 
 This will permanently remove the custom desktop file from your home 
 directory.
-msgstr 
-Esto eliminará permanentemente el archivo de escritorio personalizado de su 
-directorio home.
+msgstr Esto eliminará permanentemente el archivo de escritorio personalizado 
de su directorio home.
 
-#: ../src/appfinder-window.c:871
+#: ../src/appfinder-window.c:907
 #, c-format
 msgid Are you sure you want to revert \%s\?
 msgstr ¿Está seguro de querer revertir «%s»?
 
-#: ../src/appfinder-window.c:881
+#: ../src/appfinder-window.c:917
 msgid Failed to remove desktop file
 msgstr Fallo al remover archivo de escritorio
 
 #. I18N: the first %s will be replace with users' applications directory, the
 #. * second with Hidden=true
-#: ../src/appfinder-window.c:914
+#: ../src/appfinder-window.c:950
 #, c-format
 msgid 
 To unhide the item you have to manually remove the desktop file from \%s\ 
 or open the file in the same directory and remove the line \%s\.
-msgstr 
-Para mostrar el elemento tiene que eliminar manualmente el archivo de 
-escritorio de \%s\ o abrir el archivo en el mismo directorio y elminiar la 
-línea \%s\.
+msgstr 

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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to a0bbb1ff5deffbdeca2e09e716be18107d869fbf (commit)
   from c6c4f97b738bb69e577e8e18e4b8d5db9e51eaa8 (commit)

commit a0bbb1ff5deffbdeca2e09e716be18107d869fbf
Author: jc1 jc1.quebe...@gmail.com
Date:   Mon Jul 29 18:30:39 2013 +0200

I18n: Update translation fr (100%).

69 translated messages.

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

 po/fr.po |  277 --
 1 file changed, 144 insertions(+), 133 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index b31bf1b..28ebb2f 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,299 +1,311 @@
-# French translation for the xfce4-appfinder package
-# Copyright (C) 2004-2008 The Xfce development team.
-# This file is distributed under the same license as the xfce4-appfinder 
package.
-# Collet Etienne xanax...@gmail.com, 2005.
-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# Collet Etienne xanax...@gmail.com, 2005
+# jc1 jc1.quebe...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: xfce4-appfinder 4.6 RC1\n
+Project-Id-Version: Xfce4-appfinder\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-13 13:09+\n
-PO-Revision-Date: 2012-04-13 16:51+0100\n
-Last-Translator: Iliyas Jorio inv.jo...@gmail.com\n
-Language-Team: French xfce-i...@xfce.org\n
-Language: fr\n
+POT-Creation-Date: 2013-07-29 00:30+0200\n
+PO-Revision-Date: 2013-07-29 12:46+\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/appfinder-category-model.c:146
 msgid All Applications
 msgstr Toutes les applications
 
-#: ../src/appfinder-model.c:545
+#: ../src/appfinder-model.c:575
 msgid Name
 msgstr Nom
 
-#: ../src/appfinder-model.c:546
+#: ../src/appfinder-model.c:576
 msgid Comment
 msgstr Commentaire
 
-#: ../src/appfinder-model.c:547
+#: ../src/appfinder-model.c:577
 msgid Command
 msgstr Commande
 
-#: ../src/appfinder-model.c:548
+#: ../src/appfinder-model.c:578
 msgid Categories
 msgstr Catégories
 
-#: ../src/appfinder-model.c:549
+#: ../src/appfinder-model.c:579
 msgid Filename
-msgstr Nom de fichier
+msgstr Nom du fichier
 
-#: ../src/appfinder-model.c:1825
+#: ../src/appfinder-model.c:2100
 msgid Application has no command
 msgstr L'application n'a pas de commande
 
-#: ../src/appfinder-model.c:2149
+#: ../src/appfinder-model.c:2519
 msgid Commands History
 msgstr Historique des commandes
 
-#: ../src/appfinder-preferences.c:221
+#: ../src/appfinder-model.c:2543
+msgid Bookmarks
+msgstr Signets
+
+#: ../src/appfinder-preferences.c:219
 msgid C_lear
 msgstr _Effacer
 
-#: ../src/appfinder-preferences.c:222
+#: ../src/appfinder-preferences.c:220
 msgid This will permanently clear the custom command history.
 msgstr Ceci effacera l'historique des commandes de manière permanente.
 
-#: ../src/appfinder-preferences.c:223
+#: ../src/appfinder-preferences.c:221
 msgid Are you sure you want to clear the command history?
 msgstr Voulez-vous vraiment effacer l'historique des commandes ?
 
-#: ../src/appfinder-preferences.c:333
+#: ../src/appfinder-preferences.c:331
 msgid The custom action will be deleted permanently.
 msgstr Ceci supprimera l'action personnalisée de manière permanente.
 
-#: ../src/appfinder-preferences.c:334
+#: ../src/appfinder-preferences.c:332
 #, c-format
 msgid Are you sure you want to delete pattern \%s\?
 msgstr Voulez-vous vraiment supprimer le motif « %s » ?
 
-#: ../src/appfinder-window.c:219
-#: ../src/main.c:446
-#: ../src/appfinder-preferences.glade.h:4
+#: ../src/appfinder-window.c:222 ../src/appfinder-preferences.glade.h:10
 #: ../data/xfce4-appfinder.desktop.in.h:1
 msgid Application Finder
 msgstr Liste des applications
 
-#: ../src/appfinder-window.c:271
+#: ../src/appfinder-window.c:289
 msgid Toggle view mode
-msgstr Basculer le mode compact
+msgstr Basculer vers le mode vue
 
-#: ../src/appfinder-window.c:363
+#: ../src/appfinder-window.c:394
 msgid La_unch
 msgstr _Lancer
 
-#: ../src/appfinder-window.c:798
+#: ../src/appfinder-window.c:880
 msgid Failed to launch desktop item editor
 msgstr Échec du lancement de l'éditeur d'élément de bureau
 
-#: ../src/appfinder-window.c:824
-msgid This will permanently remove the custom desktop file from your home 
directory.
-msgstr Ceci effacera définitivement le fichier .desktop personnalisé de votre 
dossier personnel.
+#: ../src/appfinder-window.c:906
+msgid 
+This will permanently remove the custom desktop file from your home 
+directory.
+msgstr Ceci effacera définitivement le fichier du bureau personnalisé de 
votre dossier personnel.
 
-#: ../src/appfinder-window.c:825
+#: 

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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to f81a4fb5926a0368cf223bc799a2ad33bfec00be (commit)
   from fca04dcd2c9032d7f07aa93135a0ca2aee1ae4c6 (commit)

commit f81a4fb5926a0368cf223bc799a2ad33bfec00be
Author: jc1 jc1.quebe...@gmail.com
Date:   Mon Jul 29 18:30:31 2013 +0200

I18n: Update translation fr (100%).

113 translated messages.

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

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

diff --git a/po/fr.po b/po/fr.po
index eb1156e..b658573 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,30 +1,32 @@
-# French translation for the thunar-volman package.
-# Copyright (C) 2007 Benedikt Meurer.
-# This file is distributed under the same license as the thunar-volman 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: thunar-volman\n
+Project-Id-Version: Thunar-volman\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-12-15 11:09+\n
-PO-Revision-Date: 2008-11-29 23:50+0100\n
-Last-Translator: Maximilian Schleiss maximil...@xfce.org\n
-Language-Team: French xfce-i...@xfce.org\n
+POT-Creation-Date: 2013-07-02 22:37+0200\n
+PO-Revision-Date: 2013-07-29 14:16+\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
 
 #: ../thunar-volman/main.c:59
 msgid The syfs path of the newly added device
 msgstr Le chemin syfs du périphérique nouvellement ajouté
 
 #: ../thunar-volman/main.c:60
-#: ../thunar-volman-settings/thunar-volman-settings.desktop.in.in.h:1
+#: ../thunar-volman-settings/thunar-volman-settings.desktop.in.in.h:2
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:104
 msgid Configure management of removable drives and media
-msgstr Configurer la gestion de disques amovibles et de médias
+msgstr Configurer la gestion des disques amovibles et des médias 
 
 #: ../thunar-volman/main.c:61
 msgid Print version information and exit
@@ -42,19 +44,17 @@ msgstr Tous droits réservés.
 #: ../thunar-volman/main.c:122
 #, c-format
 msgid Please report bugs to %s.
-msgstr Veuillez envoyer vos rapports de bogues à %s.
+msgstr S'il vous plait rapporter les bogues à %s.
 
 #: ../thunar-volman/main.c:176
 #, c-format
 msgid There is no device with the sysfs path \%s\
-msgstr Il n'y a pas de périphérique correspondant au chemin sysfs \%s\
+msgstr Il n'y a pas de périphérique correspondant au chemin sysfs « %s »
 
 #: ../thunar-volman/main.c:188
 #, c-format
 msgid Must specify the sysfs path of new devices with --device-added
-msgstr 
-Spécifier le chemin sysfs des nouveaux périphériques avec l'iption --device-
-added
+msgstr Spécifier le chemin sysfs des nouveaux périphériques avec l'iption 
--device-added
 
 #. ...so we need to prompt what to do
 #: ../thunar-volman/tvm-block-device.c:204
@@ -101,8 +101,7 @@ msgstr Une carte mémoire a été détectée.
 msgid 
 There are photos on the card. Would you like to add these photos to your 
 album?
-msgstr 
-Des photos se trouvent sur la carte. Voulez-vous les ajouter à votre album ?
+msgstr Des photos se trouvent sur la carte. Voulez-vous les ajouter à votre 
album ?
 
 #. prompt the user to execute the file
 #. prompt the user to execute this file
@@ -110,7 +109,7 @@ msgstr 
 #: ../thunar-volman/tvm-block-device.c:420
 #, c-format
 msgid Would you like to allow \%s\ to run?
-msgstr Permettez-vous l'exécution de \%s\ ?
+msgstr Permettez-vous l'exécution de « %s » ?
 
 #: ../thunar-volman/tvm-block-device.c:376
 #: ../thunar-volman/tvm-block-device.c:423
@@ -131,7 +130,7 @@ msgstr _Permettre l'auto-exécution
 #: ../thunar-volman/tvm-block-device.c:502
 #, c-format
 msgid Would you like to open \%s\?
-msgstr Voulez-vous ouvrir \%s\ ?
+msgstr Voulez-vous ouvrir « %s » ?
 
 #: ../thunar-volman/tvm-block-device.c:505
 msgid Auto-Open Confirmation
@@ -168,7 +167,7 @@ msgstr Volume monté
 #: ../thunar-volman/tvm-block-device.c:635
 #, c-format
 msgid The volume \%s\ was mounted automatically
-msgstr Le volume \%s\ a été monté automatiquement
+msgstr Le volume « %s » a été monté automatiquement
 
 #: ../thunar-volman/tvm-block-device.c:640
 #, c-format
@@ -192,7 +191,7 @@ msgstr Ne peux pas détecter le volume correspondant au 
périphérique
 
 #: ../thunar-volman/tvm-block-device.c:824
 msgid Audio/Data CD
-msgstr Audio/Data CD
+msgstr CD Audio/Données
 
 #: ../thunar-volman/tvm-block-device.c:825
 msgid The CD in the drive contains both music and files
@@ -200,11 +199,11 @@ msgstr Le CD dans le lecteur contient de la musique et 
des 

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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to d2dac97a6a1753664afbc3c94fb1dc8b0de64b79 (commit)
   from b4a9a81442a34dc902689f7e2d5d2b540f5f1704 (commit)

commit d2dac97a6a1753664afbc3c94fb1dc8b0de64b79
Author: jc1 jc1.quebe...@gmail.com
Date:   Mon Jul 29 18:30:37 2013 +0200

I18n: Update translation fr (100%).

44 translated messages.

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

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

diff --git a/po/fr.po b/po/fr.po
index 0957843..3d212bf 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,27 +1,22 @@
-# French translation for tumbler.
+# SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Mike Massonnet mmasson...@xfce.org
-# Douart Patrick patric...@laspote.net 2010
-# 
-# Les mentions de ou pour Tumbler ont été volotairement omis dans les
-# traductions des messages de types Tumbler ... plugin. -- Mike
 # 
+# Translators:
+# jc1 jc1.quebe...@gmail.com, 2013
 msgid 
 msgstr 
-Project-Id-Version: tumbler\n
+Project-Id-Version: Tumbler\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-05-06 11:51+\n
-PO-Revision-Date: 2011-08-05 18:12+0100\n
-Last-Translator: Jérôme Guelfucci jero...@xfce.org\n
-Language-Team: French i18n-x...@xfce.org\n
+POT-Creation-Date: 2013-07-02 22:38+0200\n
+PO-Revision-Date: 2013-07-29 12:20+\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
-X-Poedit-Language: French\n
-X-Poedit-SourceCharset: utf-8\n
-X-Poedit-Country: FRANCE\n
+Plural-Forms: nplurals=2; plural=(n  1);\n
 
 #: ../tumblerd/tumbler-cache-service.c:413
 #, c-format
@@ -36,7 +31,7 @@ msgstr Pas de générateur de miniatures disponible pour « %s 
»
 
 #: ../tumblerd/tumbler-lifecycle-manager.c:208
 msgid The thumbnailer service is shutting down
-msgstr Arrêt du service de miniature
+msgstr Arrêt du service générateur de miniatures
 
 #: ../tumblerd/tumbler-service.c:758
 #, c-format
@@ -72,9 +67,7 @@ msgstr Section mal formée « %s » dans le fichier « %s » : %s
 msgid 
 Malformed section \%s\ in file \%s\: Mismatch between section name and 
 UriScheme/MimeType
-msgstr 
-Section mal formée \%s\ dans le fichier \%s\: Incompatibilité entre le 
-nom de section et UriScheme/MimeType
+msgstr Section mal formée « %s » dans le fichier « %s » : Incompatibilité 
entre le nom de section et le schéma URI / Type Mime
 
 #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922
 #: ../tumblerd/tumbler-manager.c:936
@@ -109,20 +102,17 @@ msgstr Impossible de se connecter au bus de session 
D-Bus : %s
 #: ../tumblerd/main.c:363
 #, c-format
 msgid Failed to load specialized thumbnailers into the registry: %s
-msgstr 
-Impossible de charger des générateurs de miniatures spécialisés dans le 
-registre : %s
+msgstr Impossible de charger les générateurs de miniatures spécialisés dans 
le registre : %s
 
 #: ../tumblerd/main.c:375
 #, c-format
 msgid Failed to start the thumbnail cache service: %s
-msgstr Impossible de démarrer le service de cache des miniatures : %s
+msgstr Impossible de démarrer le service de cache de miniatures : %s
 
 #: ../tumblerd/main.c:385
 #, c-format
 msgid Failed to start the thumbnailer manager: %s
-msgstr 
-Impossible de démarrer le gestionnaire de générateurs de miniatures : %s
+msgstr Impossible de démarrer le gestionnaire de générateurs de miniatures : 
%s
 
 #: ../tumblerd/main.c:395
 #, c-format
@@ -144,12 +134,12 @@ msgstr Espace de couleur RGB
 #: ../tumbler/tumbler-cache-plugin.c:145
 #, c-format
 msgid Cache plugin \%s\ lacks required symbols
-msgstr L'extension de cache « %s » n'a pas les symboles requis
+msgstr Le greffon de cache « %s » manque de symboles requis
 
 #: ../tumbler/tumbler-cache-plugin.c:153
 #, c-format
 msgid Failed to load the cache plugin \%s\: %s
-msgstr Impossible de charger le l'extension de cache « %s » : %s
+msgstr Impossible de charger le greffon de cache « %s » : %s
 
 #: ../tumbler/tumbler-file-info.c:297
 #, c-format
@@ -159,12 +149,12 @@ msgstr Le fichier « %s » est lui-même une miniature
 #: ../tumbler/tumbler-provider-plugin.c:135
 #, c-format
 msgid Plugin \%s\ lacks required symbols.
-msgstr L'extension « %s » n'a pas les symboles requis.
+msgstr Le greffon « %s » manque de symboles requis
 
 #: ../tumbler/tumbler-provider-plugin.c:143
 #, c-format
 msgid Failed to load plugin \%s\: %s
-msgstr Impossible de charger l'extension « %s » : %s
+msgstr Impossible de charger le greffon « %s » : %s
 
 #: ../plugins/cover-thumbnailer/cover-thumbnailer-plugin.c:59
 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59
@@ -180,29 +170,27 @@ msgstr Impossible de charger l'extension « %s » : %s
 msgid 

[Xfce4-commits] xfce4-panel:xfce-4.10 I18n: Update translation es (57%).

2013-07-29 Thread Transifex
Updating branch refs/heads/xfce-4.10
 to d33412215970fcf81263756697ad6b26c4d68c45 (commit)
   from 959567a8f41cc72da54ce956827e0a88f8d27374 (commit)

commit d33412215970fcf81263756697ad6b26c4d68c45
Author: MC correomc2000-...@yahoo.es
Date:   Mon Jul 29 18:30:47 2013 +0200

I18n: Update translation es (57%).

223 translated messages, 164 untranslated messages.

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

 po/es.po |   20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/po/es.po b/po/es.po
index 1bc85c0..7b6411e 100644
--- a/po/es.po
+++ b/po/es.po
@@ -9,7 +9,7 @@ msgstr 
 Project-Id-Version: Xfce4-panel\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-02 23:10+0200\n
-PO-Revision-Date: 2013-07-26 15:05+\n
+PO-Revision-Date: 2013-07-29 12:17+\n
 Last-Translator: MC correomc2000-...@yahoo.es\n
 Language-Team: Spanish 
(http://www.transifex.com/projects/p/xfce/language/es/)\n
 MIME-Version: 1.0\n
@@ -660,7 +660,7 @@ msgstr Panel de configuración ha sido actualizado
 #: ../plugins/actions/actions-dialog.glade.h:1
 #: ../plugins/actions/actions.desktop.in.h:1
 msgid Action Buttons
-msgstr 
+msgstr Botones de Acción
 
 #: ../plugins/actions/actions-dialog.glade.h:2
 msgid Appeara_nce:
@@ -705,7 +705,7 @@ msgstr 
 
 #: ../plugins/actions/actions.c:153
 msgid Are you sure you want to log out?
-msgstr 
+msgstr ¿Está seguro de querer cerrar sesión?
 
 #: ../plugins/actions/actions.c:154
 #, c-format
@@ -746,7 +746,7 @@ msgstr _Hibernar
 
 #: ../plugins/actions/actions.c:182
 msgid Do you want to suspend to disk?
-msgstr 
+msgstr ¿Desea suspender a disco?
 
 #: ../plugins/actions/actions.c:183
 #, c-format
@@ -763,7 +763,7 @@ msgstr 
 
 #: ../plugins/actions/actions.c:190
 msgid Do you want to suspend to RAM?
-msgstr 
+msgstr ¿Desea suspender a RAM?
 
 #: ../plugins/actions/actions.c:191
 #, c-format
@@ -828,7 +828,7 @@ msgstr Cerrar sesión, bloquear u otras acciones del 
sistema
 #: ../plugins/applicationsmenu/applicationsmenu.c:38
 #: ../plugins/applicationsmenu/applicationsmenu.desktop.in.h:1
 msgid Applications Menu
-msgstr 
+msgstr Menú de Aplicaciones
 
 #: ../plugins/applicationsmenu/applicationsmenu-dialog.glade.h:2
 msgid Show generic application n_ames
@@ -1537,7 +1537,7 @@ msgstr 
 
 #: ../plugins/separator/separator-dialog.glade.h:7
 msgid Dots
-msgstr 
+msgstr Puntos
 
 #: ../plugins/separator/separator.desktop.in.h:2
 msgid Adds a separator or space between panel items
@@ -1668,11 +1668,11 @@ msgstr Cuando espacio es limitado
 
 #: ../plugins/tasklist/tasklist-dialog.glade.h:19
 msgid Timestamp
-msgstr 
+msgstr Marca Horaria
 
 #: ../plugins/tasklist/tasklist-dialog.glade.h:20
 msgid Group title and timestamp
-msgstr 
+msgstr Título del grupo y marca horaria
 
 #: ../plugins/tasklist/tasklist-dialog.glade.h:21
 msgid Window title
@@ -1680,7 +1680,7 @@ msgstr Nombre de las ventana
 
 #: ../plugins/tasklist/tasklist-dialog.glade.h:22
 msgid Group title and window title
-msgstr 
+msgstr Título del grupo y título de la ventana
 
 #: ../plugins/tasklist/tasklist-dialog.glade.h:23
 msgid None, allow drag-and-drop
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 487cca48b3a094a23c409ab355bd913e0ac649bc (commit)
   from b89ff239b96f2d7374c644b079bbfe6975c803f7 (commit)

commit 487cca48b3a094a23c409ab355bd913e0ac649bc
Author: jc1 jc1.quebe...@gmail.com
Date:   Mon Jul 29 18:30:50 2013 +0200

I18n: Update translation fr (100%).

213 translated messages.

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

 po/fr.po |  508 +-
 1 file changed, 140 insertions(+), 368 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index f85f696..270a83b 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,128 +1,125 @@
-# French translations for xfce4-power-manager package.
-# Copyright (C) 2008 Ali Abdallah al...@xfce.org
-# This file is distributed under the same license as the xfce4-power-manager 
package.
-# Maximilian Schleiss maximil...@xfce.org
-# Yves-Alexis Perez cor...@debian.org
-# Mike Massonnet mmasson...@xfce.org
-#
+# 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-power-manager\n
+Project-Id-Version: Xfce4-power-manager\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-21 06:36+\n
-PO-Revision-Date: 2012-04-21 09:45+0200\n
-Last-Translator: Douart Patrick patric...@laposte.net\n
-Language-Team: French xfce-i...@xfce.org\n
-Language: fr\n
+POT-Creation-Date: 2013-07-02 22:42+0200\n
+PO-Revision-Date: 2013-07-29 13: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
-Content-Type: text/plain; charset=utf-8\n
+Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-X-Poedit-Country: FRANCE\n
-Plural-Forms: nplurals=2; plural=(n != 1);\n
-X-Poedit-Language: French\n
+Language: fr\n
+Plural-Forms: nplurals=2; plural=(n  1);\n
 
-#: ../data/interfaces/xfpm-settings.ui.h:1
-msgid bActions/b
-msgstr bActions/b
+#: ../data/interfaces/xfpm-settings.ui.h:1 ../settings/xfpm-settings.c:809
+#: ../settings/xfpm-settings.c:877 ../settings/xfpm-settings.c:1026
+#: ../settings/xfpm-settings.c:1203 ../settings/xfpm-settings.c:1260
+#: ../settings/xfpm-settings.c:1312
+msgid Nothing
+msgstr Rien
 
 #: ../data/interfaces/xfpm-settings.ui.h:2
-msgid bAdvanced Options/b
-msgstr bOptions avancées/b
+#: ../settings/xfpm-settings-main.c:121 ../src/xfpm-main.c:413
+msgid Xfce Power Manager
+msgstr Gestionnaire d'alimentation Xfce
 
 #: ../data/interfaces/xfpm-settings.ui.h:3
-msgid bBrightness/b
-msgstr bLuminosité/b
+msgid Power manager settings
+msgstr Configuration du gestionnaire d'alimentation
 
 #: ../data/interfaces/xfpm-settings.ui.h:4
-msgid bGeneral Options/b
-msgstr bOptions générales/b
+msgid When sleep button is pressed:
+msgstr Quand le bouton de la mise en veille est pressé :
 
 #: ../data/interfaces/xfpm-settings.ui.h:5
-msgid bMonitor/b
-msgstr bMoniteur/b
+msgid When hibernate button is pressed:
+msgstr Quand le bouton hibernation est pressé :
 
 #: ../data/interfaces/xfpm-settings.ui.h:6
-msgid Actions
-msgstr Actions
+msgid When power button is pressed:
+msgstr Quand le bouton alimentation est pressé :
 
 #: ../data/interfaces/xfpm-settings.ui.h:7
-msgid Consider the computer on low power at:
-msgstr Niveau du seuil critique de la puissance :
+msgid System tray icon: 
+msgstr Icône de la zone de notification :
 
-#. Hibernate menu option
-#: ../data/interfaces/xfpm-settings.ui.h:8 ../settings/xfpm-settings.c:820
-#: ../settings/xfpm-settings.c:888 ../settings/xfpm-settings.c:1037
-#: ../settings/xfpm-settings.c:1214 ../settings/xfpm-settings.c:1271
-#: ../settings/xfpm-settings.c:1323 ../src/xfpm-power.c:484
-#: ../src/xfpm-power.c:779
-msgid Hibernate
-msgstr Mettre en veille prolongée
+#: ../data/interfaces/xfpm-settings.ui.h:8
+msgid Monitor power management control
+msgstr Contrôle la gestion de l'alimentation de l'écran
 
 #: ../data/interfaces/xfpm-settings.ui.h:9
-msgid Level:
-msgstr Niveau :
+msgid Show notifications to notify about the battery state
+msgstr Afficher des notifications pour vous informer de l'état de la batterie
 
 #: ../data/interfaces/xfpm-settings.ui.h:10
-msgid Lock screen when going for suspend/hibernate
-msgstr Activer l'écran de veille lors de la mise en veille/veille prolongée
+msgid bGeneral Options/b
+msgstr bOptions générales/b
 
-#: ../data/interfaces/xfpm-settings.ui.h:11 ../src/xfpm-power-common.c:132
-msgid Monitor
-msgstr Écran
+#: ../data/interfaces/xfpm-settings.ui.h:11
+msgid When laptop lid is closed:
+msgstr Fermeture du couvercle du portable :
 
 #: ../data/interfaces/xfpm-settings.ui.h:12
-msgid Monitor power management control
-msgstr Contrôler l'alimentation de l'écran
+msgid Put the computer to sleep when inactive for:
+msgstr Mettre la machine en veille si inactive 

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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to beb2624f787ff007bb2dc8daae6183fd5bda3801 (commit)
   from eb6fba745c16fb325ced2e0d20f4eb14e99f3739 (commit)

commit beb2624f787ff007bb2dc8daae6183fd5bda3801
Author: ahmadzxc ahmad.almoma...@gmail.com
Date:   Mon Jul 29 18:31:54 2013 +0200

I18n: Update translation ar (100%).

44 translated messages.

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

 po/ar.po |  118 --
 1 file changed, 61 insertions(+), 57 deletions(-)

diff --git a/po/ar.po b/po/ar.po
index 3eeec75..b767b5b 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -1,200 +1,204 @@
-# Arabic translations for xfce4-smartpm-plugin.
-# Copyright (C) 2008 THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the xfce4-smartpm-plugin 
package.
-# mohammad malh...@gmail.com, 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:
+# ahmadzxc ahmad.almoma...@gmail.com, 2013
+# محمد الحرقان malh...@gmail.com, 2012
 msgid 
 msgstr 
-Project-Id-Version: xfce4-smartpm-plugin\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2008-04-22 08:54+0200\n
-PO-Revision-Date: 2012-02-03 14:58+0300\n
-Last-Translator: mohammad malh...@gmail.com\n
-Language-Team: http://www.vertaal.com.ar/files/factory/ar/list/\n;
-Language: ar\n
+POT-Creation-Date: 2013-07-13 22:15+0200\n
+PO-Revision-Date: 2013-07-29 13:02+\n
+Last-Translator: ahmadzxc ahmad.almoma...@gmail.com\n
+Language-Team: Arabic 
(http://www.transifex.com/projects/p/xfce/language/ar/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100=3 
- n%100=10 ? 3 : n%100=11 ? 4 : 5;\n
-X-Generator: Virtaal 0.7.0\n
-X-Poedit-Language: Arabic\n
+Language: ar\n
+Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100=3  
n%100=10 ? 3 : n%100=11  n%100=99 ? 4 : 5;\n
 
-#: ../src/xfcesmart.c:149
+#: ../src/xfcesmart.c:154
 msgid No upgrades
 msgstr لا توجد ترقيات
 
-#: ../src/xfcesmart.c:158
+#: ../src/xfcesmart.c:163
 #, c-format
 msgid %d upgrade available
 msgstr %d ترقية متاحة
 
-#: ../src/xfcesmart.c:159
+#: ../src/xfcesmart.c:164
 #, c-format
 msgid %d upgrades available
 msgstr %d ترقيات متاحة
 
-#: ../src/xfcesmart.c:162
+#: ../src/xfcesmart.c:167
 msgid Package Upgrades
 msgstr تم ترقية الحزم
 
-#: ../src/xfcesmart.c:248
+#: ../src/xfcesmart.c:257
 msgid No new packages
 msgstr لا توجد حزم جديدة
 
-#: ../src/xfcesmart.c:250
+#: ../src/xfcesmart.c:259
 #, c-format
 msgid Channels have %d new packages
 msgstr القنوات بها %d حزمة جديدة
 
 #. unknown
-#: ../src/xfcesmart.c:252
+#: ../src/xfcesmart.c:261
 msgid Channels updated
 msgstr تم تحديث القنوات
 
-#: ../src/xfcesmart.c:256
+#: ../src/xfcesmart.c:265
 msgid Package Updates
 msgstr تم تحديث الحزم
 
-#: ../src/xfcesmart.c:261 ../src/xfcesmart.c:367
+#: ../src/xfcesmart.c:270 ../src/xfcesmart.c:384
 #, c-format
 msgid Error updating%s%s
 msgstr خطأ أثناء تحديث %s%s
 
-#: ../src/xfcesmart.c:274
+#: ../src/xfcesmart.c:283
 msgid Smart Read-Only
 msgstr Smart القراءة-فقط
 
-#: ../src/xfcesmart.c:275
+#: ../src/xfcesmart.c:284
 msgid Another process seems to be using Smart ?
 msgstr هناك عملية أخرى تستخدم Smart ؟
 
-#: ../src/xfcesmart.c:306
+#: ../src/xfcesmart.c:315
 msgid Updating channels...
 msgstr يتم الآن تحديث القنوات...
 
-#: ../src/xfcesmart.c:359 ../src/xfcesmart.c:1118
+#: ../src/xfcesmart.c:376 ../src/xfcesmart.c:1186
 msgid Update Channels
 msgstr تحديث القنوات
 
-#: ../src/xfcesmart.c:364 ../src/xfcesmart.c:405
+#: ../src/xfcesmart.c:381 ../src/xfcesmart.c:422
 msgid Failed to run update
 msgstr فشل تشغيل التحديث
 
-#: ../src/xfcesmart.c:379 ../src/xfcesmart.c:400
+#: ../src/xfcesmart.c:396 ../src/xfcesmart.c:417
 msgid Channels updated.
 msgstr تم تحديث القنوات.
 
-#: ../src/xfcesmart.c:404 ../src/xfcesmart.c:645
+#: ../src/xfcesmart.c:421 ../src/xfcesmart.c:675
 msgid Smart Unavailable
 msgstr Smart غير متوفر
 
-#: ../src/xfcesmart.c:555
+#: ../src/xfcesmart.c:580
 #, c-format
 msgid Error checking%s%s
 msgstr خطأ التحقق من %s%s
 
-#: ../src/xfcesmart.c:595
+#: ../src/xfcesmart.c:620
 msgid Checking for upgrades...
 msgstr التحقق من الترقيات...
 
-#: ../src/xfcesmart.c:646
+#: ../src/xfcesmart.c:676
 msgid Failed to run upgrade
 msgstr فشل تشغيل الترقية
 
-#: ../src/xfcesmart.c:729
+#: ../src/xfcesmart.c:765
 msgid Smart Failed
 msgstr فشل Smart
 
-#: ../src/xfcesmart.c:730
+#: ../src/xfcesmart.c:766
 msgid Failed to run smart program
 msgstr فشل في تشغيل برنامج Smart
 
-#: ../src/xfcesmart.c:801
+#: ../src/xfcesmart.c:862
 msgid Upgrade Now
 msgstr ترقية الآن
 
-#: ../src/xfcesmart.c:948
+#: ../src/xfcesmart.c:1010
 msgid Upgrade In Progress
 msgstr الترقية في تقدم
 
-#: ../src/xfcesmart.c:949
+#: 

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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 3d5a9c38699832bc614198ef0331d0f7bd1574fb (commit)
   from b3c5b18105a4285f9ea398313592a7a5082d35f4 (commit)

commit 3d5a9c38699832bc614198ef0331d0f7bd1574fb
Author: jc1 jc1.quebe...@gmail.com
Date:   Mon Jul 29 18:32:25 2013 +0200

I18n: Update translation fr (100%).

67 translated messages.

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

 po/fr.po |  114 --
 1 file changed, 43 insertions(+), 71 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 8783280..60ff38c 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,23 +1,24 @@
-# French translation of the xfconf package.
-# Copyright (C) 2008-2009 The Xfce development team.
-# This file is distributed under the same license as the xfconf package.
-# Maximilian Schleiss maximil...@xfce.org, 2008-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: Xfconf\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-02-03 18:06+\n
-PO-Revision-Date: 2012-02-03 20:49+0100\n
-Last-Translator: Benoit THIBAUD frombe...@gmail.com\n
-Language-Team: French xfce-i...@xfce.org\n
+POT-Creation-Date: 2013-07-02 22:48+0200\n
+PO-Revision-Date: 2013-07-29 16:32+\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: \n
+Plural-Forms: nplurals=2; plural=(n  1);\n
 
-#: ../xfconf/xfconf-cache.c:876
+#: ../xfconf/xfconf-cache.c:897
 #, c-format
 msgid Failed to make ResetProperty DBus call
 msgstr Échec à l'appel DBus ResetProperty
@@ -25,13 +26,13 @@ msgstr Échec à l'appel DBus ResetProperty
 #: ../xfconfd/xfconf-backend-perchannel-xml.c:277
 #, c-format
 msgid Unable to create configuration directory \%s\
-msgstr Échec à la création du dossier de configuration \%s\
+msgstr Échec à la création du dossier de configuration « %s »
 
 #: ../xfconfd/xfconf-backend-perchannel-xml.c:322
 #: ../xfconfd/xfconf-daemon.c:238
 #, c-format
 msgid Permission denied while modifying property \%s\ on channel \%s\
-msgstr Vous n'avez pas les permissions nécessaires à la modification de la 
propriété \%s\ du canal \%s\
+msgstr Permission refusée lors de la modification de la propriété « %s » du 
canal « %s »
 
 #: ../xfconfd/xfconf-backend-perchannel-xml.c:387
 #: ../xfconfd/xfconf-backend-perchannel-xml.c:469
@@ -39,23 +40,23 @@ msgstr Vous n'avez pas les permissions nécessaires à la 
modification de la pr
 #: ../xfconfd/xfconf-backend-perchannel-xml.c:654 ../xfconf-query/main.c:341
 #, c-format
 msgid Property \%s\ does not exist on channel \%s\
-msgstr La propriété \%s\ n'existe pas dans le canal \%s\
+msgstr La propriété « %s » n'existe pas dans le canal « %s »
 
 #: ../xfconfd/xfconf-backend-perchannel-xml.c:601
 #, c-format
 msgid Unable to remove channel \%s\: %s
-msgstr Échec à la suppression du canal \%s\ : %s
+msgstr Échec à la suppression du canal « %s » : %s
 
 #: ../xfconfd/xfconf-backend-perchannel-xml.c:1298
 #, c-format
 msgid Invalid type for property: \%s\
-msgstr Type incorrect pour valeur : \%s\
+msgstr Type incorrect pour propriete : « %s »
 
 #: ../xfconfd/xfconf-backend-perchannel-xml.c:1314
 #: ../xfconfd/xfconf-backend-perchannel-xml.c:1390
 #, c-format
 msgid Unable to parse value of type \%s\ from \%s\
-msgstr Les valeurs de type \%s\ de \%s\ n'ont pas pu être analysées
+msgstr Impossible d'analyser la valeur de type « %s » à partir de « %s »
 
 #: ../xfconfd/xfconf-backend-perchannel-xml.c:1370
 #, c-format
@@ -65,23 +66,23 @@ msgstr Le type d'attribut de valeur ne peut pas être un 
ensemble
 #: ../xfconfd/xfconf-backend-perchannel-xml.c:1379
 #, c-format
 msgid Invalid type for value: \%s\
-msgstr Type incorrect pour valeur : \%s\
+msgstr Type incorrect pour valeur : « %s »
 
 #: ../xfconfd/xfconf-backend-perchannel-xml.c:1655
 #: ../xfconfd/xfconf-backend-perchannel-xml.c:1904
 #, c-format
 msgid Channel \%s\ does not exist
-msgstr Le canal \%s\ n'existe pas
+msgstr Le canal « %s » n'existe pas
 
 #: ../xfconfd/xfconf-backend-perchannel-xml.c:1962
 #, c-format
 msgid Unable to write channel \%s\: %s
-msgstr Échec à l'écriture du canal \%s\ : %s
+msgstr Échec à l'écriture du canal « %s » : %s
 
 #: ../xfconfd/xfconf-backend-factory.c:76
 #, c-format
 msgid Unable to find Xfconf backend of type \%s\
-msgstr Impossible de trouver un backend de Xfconf pour le type \%s\
+msgstr Impossible de trouver un le moteur Xfconf pour le type « %s »
 
 #: ../xfconfd/xfconf-backend.c:103
 #, c-format
@@ -95,7 +96,9 @@ msgstr L'élément à la racine n'est pas un nom de propriété 
valide
 
 #: 

[Xfce4-commits] www:master I18n: Update translation es (86%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 9ac259360490f437e59e7e699cf627caeb0efdd5 (commit)
   from 6c199cb0412d48a25ce9c7f00353960cbc2dfe92 (commit)

commit 9ac259360490f437e59e7e699cf627caeb0efdd5
Author: MC correomc2000-...@yahoo.es
Date:   Mon Jul 29 18:32:23 2013 +0200

I18n: Update translation es (86%).

510 translated messages, 81 untranslated messages.

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

 lib/po/es.po |   36 ++--
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/lib/po/es.po b/lib/po/es.po
index 56860d0..d08ed52 100644
--- a/lib/po/es.po
+++ b/lib/po/es.po
@@ -13,7 +13,7 @@ msgstr 
 Project-Id-Version: Xfce Websites\n
 Report-Msgid-Bugs-To: https://bugzilla.xfce.org\n;
 POT-Creation-Date: 2013-07-03 22:08+0200\n
-PO-Revision-Date: 2013-07-26 13:08+\n
+PO-Revision-Date: 2013-07-29 12:03+\n
 Last-Translator: MC correomc2000-...@yahoo.es\n
 Language-Team: Spanish 
(http://www.transifex.com/projects/p/xfce/language/es/)\n
 MIME-Version: 1.0\n
@@ -411,7 +411,7 @@ msgstr Capturas de pantalla
 
 #: frontpage.php:88 about/nav.php:26
 msgid examples of Xfce desktops ordered by version
-msgstr 
+msgstr ejemplos de escritorios Xfce ordenados por versión
 
 #: frontpage.php:97 about/news.php:12
 msgid Subscribe to RSS feed
@@ -507,7 +507,7 @@ msgstr Wiki
 
 #: community/nav.php:15
 msgid community wiki and development resources
-msgstr 
+msgstr wiki de la comunidad y recursos de desarrollo
 
 #: 404.php:1
 msgid Page not found
@@ -690,7 +690,7 @@ msgstr Construyendo
 
 #: download/nav.php:23
 msgid documentation on building Xfce from source
-msgstr 
+msgstr documentación de como 
 
 #: download/nav.php:27
 msgid GIT
@@ -698,7 +698,7 @@ msgstr GIT
 
 #: download/nav.php:28
 msgid browse the source repositories
-msgstr 
+msgstr navegar los repositorios fuente
 
 #: download/nav.php:32 projects/nav.php:9
 msgid Goodies
@@ -788,7 +788,7 @@ msgstr 
 
 #: news-array.php:24
 msgid An online tour of the changes in Xfce 4.10 can be viewed here:
-msgstr 
+msgstr Un tour visual de los cambios en Xfce 4.10 se puede ver aquí:
 
 #: news-array.php:26
 msgid 
@@ -1204,7 +1204,7 @@ msgstr Un resumen visual de Xfce 4.6 está disponible a 
href=\/about/tour46\
 
 #: projects/index.php:7
 msgid Learnnbsp;Morenbsp;rarr;
-msgstr 
+msgstr Aprendenbsp;Másnbsp;rarr;
 
 #: projects/index.php:12
 msgid 
@@ -1478,7 +1478,7 @@ msgstr Xfce 4.4.0 proporciona un acceso fácil a unidades 
externas. Sólo tiene
 
 #: about/tour44.php:52
 msgid Removable Volumes
-msgstr 
+msgstr Volúmenes extraíbles
 
 #: about/tour44.php:55
 msgid 
@@ -1991,7 +1991,7 @@ msgstr Han habido muchas correcciones de errores y 
mejoras de rendimiento en b
 
 #: about/tour46.php:98
 msgid Set an image in a Thunar folder as wallpaper
-msgstr 
+msgstr Establecer una imagen de una carpeta Thunar como fondo de pantalla
 
 #: about/tour46.php:101
 msgid 
@@ -2192,7 +2192,7 @@ msgstr 
 
 #: about/tour.php:17
 msgid Collapsed view of the Application Finder
-msgstr 
+msgstr Vista compacta del Buscador de Aplicaciones
 
 #: about/tour.php:19
 msgid 
@@ -2204,11 +2204,11 @@ msgstr 
 
 #: about/tour.php:21
 msgid Expanded view of the Application Finder
-msgstr 
+msgstr Vista expandida del Buscador de Aplicaciones
 
 #: about/tour.php:25
 msgid Multiple Rows
-msgstr 
+msgstr Múltiples filas
 
 #: about/tour.php:27
 msgid 
@@ -2298,11 +2298,11 @@ msgstr 
 #: about/tour.php:59
 msgid 
 Applications, which are not a part of Xfce, are listed using an italic font
-msgstr 
+msgstr Aplicaciones, que no forman parte de Xfce, son listadas en letra 
cursiva
 
 #: about/tour.php:63
 msgid Settings Daemon
-msgstr 
+msgstr Demonio de Configuración
 
 #: about/tour.php:65
 msgid 
@@ -2327,7 +2327,7 @@ msgstr 
 
 #: about/tour.php:73
 msgid Settings Editor
-msgstr 
+msgstr Editor de Configuración
 
 #: about/tour.php:75
 msgid 
@@ -2388,7 +2388,7 @@ msgstr 
 
 #: about/tour.php:93
 msgid Appearance Settings
-msgstr 
+msgstr Configuración de la apariencia
 
 #: about/tour.php:95
 msgid 
@@ -3342,7 +3342,7 @@ msgstr Al lado del conjunto básico de módulos, Xfce 
también ofrece numerosas
 
 #: about/nav.php:5
 msgid general information about the Xfce desktop
-msgstr 
+msgstr Información general acerca del escritorio Xfce
 
 #: about/nav.php:9
 msgid 4.10 Tour
@@ -3370,7 +3370,7 @@ msgstr notas de publicación
 
 #: about/nav.php:31
 msgid list of all contributors
-msgstr 
+msgstr Listado de todos los colaboradores
 
 #: about/nav.php:36
 msgid the Xfce release policy for core modules
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-weather-plugin:master I18n: Update translation es (64%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to d07724875c9066ab7b2041cf2aeacb5a211e1367 (commit)
   from 82c688d6bc9aff6e9269b9bc6250b50b44fd06cc (commit)

commit d07724875c9066ab7b2041cf2aeacb5a211e1367
Author: MC correomc2000-...@yahoo.es
Date:   Mon Jul 29 18:32:06 2013 +0200

I18n: Update translation es (64%).

207 translated messages, 112 untranslated messages.

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

 po/es.po |   64 +++---
 1 file changed, 32 insertions(+), 32 deletions(-)

diff --git a/po/es.po b/po/es.po
index c10ff6c..fb2ca95 100644
--- a/po/es.po
+++ b/po/es.po
@@ -10,7 +10,7 @@ msgstr 
 Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-03 21:29+0200\n
-PO-Revision-Date: 2013-07-26 12:25+\n
+PO-Revision-Date: 2013-07-29 14:44+\n
 Last-Translator: MC correomc2000-...@yahoo.es\n
 Language-Team: Spanish 
(http://www.transifex.com/projects/p/xfce/language/es/)\n
 MIME-Version: 1.0\n
@@ -30,51 +30,51 @@ msgstr P
 
 #: ../panel-plugin/weather.c:128
 msgid WS
-msgstr 
+msgstr VV
 
 #: ../panel-plugin/weather.c:131
 msgid WB
-msgstr 
+msgstr VB
 
 #: ../panel-plugin/weather.c:134 ../panel-plugin/weather.c:137
 msgid WD
-msgstr 
+msgstr DV
 
 #: ../panel-plugin/weather.c:140
 msgid H
-msgstr 
+msgstr H
 
 #: ../panel-plugin/weather.c:143
 msgid D
-msgstr 
+msgstr R
 
 #: ../panel-plugin/weather.c:146
 msgid A
-msgstr 
+msgstr A
 
 #: ../panel-plugin/weather.c:149
 msgid CL
-msgstr 
+msgstr NB
 
 #: ../panel-plugin/weather.c:152
 msgid CM
-msgstr 
+msgstr NM
 
 #: ../panel-plugin/weather.c:155
 msgid CH
-msgstr 
+msgstr NA
 
 #: ../panel-plugin/weather.c:158
 msgid C
-msgstr 
+msgstr N
 
 #: ../panel-plugin/weather.c:161
 msgid F
-msgstr 
+msgstr F
 
 #: ../panel-plugin/weather.c:164
 msgid R
-msgstr 
+msgstr R
 
 #: ../panel-plugin/weather.c:352 ../panel-plugin/weather.c:354
 msgid No Data
@@ -281,7 +281,7 @@ msgstr Niebla (F)
 
 #: ../panel-plugin/weather-config.c:110
 msgid Precipitation (R)
-msgstr Precipitaciòn (R)
+msgstr Precipitación (R)
 
 #: ../panel-plugin/weather-config.c:222 ../panel-plugin/weather-config.c:328
 #: ../panel-plugin/weather-config.c:517
@@ -556,7 +556,7 @@ msgstr 
 
 #: ../panel-plugin/weather-config.c:974
 msgid Torr (mmHg)
-msgstr 
+msgstr Torr (mmHg)
 
 #: ../panel-plugin/weather-config.c:979
 msgid _Wind speed:
@@ -608,19 +608,19 @@ msgstr 
 
 #: ../panel-plugin/weather-config.c:1022
 msgid Windchill/Heat index
-msgstr 
+msgstr Sensación Térmica/ Temperatura de bochorno
 
 #: ../panel-plugin/weather-config.c:1024
 msgid Windchill/Humidex
-msgstr 
+msgstr Sensación Térmica/ Índice Humidex
 
 #: ../panel-plugin/weather-config.c:1025
 msgid Steadman
-msgstr 
+msgstr Steadman
 
 #: ../panel-plugin/weather-config.c:1026
 msgid Quayle-Steadman
-msgstr 
+msgstr Quayle-Steadman
 
 #: ../panel-plugin/weather-config.c:1049
 msgid Choose an icon theme.
@@ -1180,7 +1180,7 @@ msgstr Lugar sin nombre
 #: ../panel-plugin/weather-summary.c:70
 #, c-format
 msgid \t%s%s%s%s%s\n
-msgstr 
+msgstr \t%s%s%s%s%s\n
 
 #. TRANSLATORS: DO NOT TRANSLATE THIS STRING. This string is
 #. not visible to the user but controls the alignment of the
@@ -1239,7 +1239,7 @@ msgid 
 \tNext:\t%s\n
 \tCurrent failed attempts: %d\n
 \n
-msgstr 
+msgstr \tDatos meteorológicos:\n\tÚltimos:\t%s\n\tPróximos:\t%s\n\tIntentos 
actuales fallidos: %d\n\n
 
 #: ../panel-plugin/weather-summary.c:383
 #, c-format
@@ -1255,7 +1255,7 @@ msgstr 
 msgid 
 \n
 Times Used for Calculations\n
-msgstr 
+msgstr \nHora utilizada para los cálculos\n
 
 #: ../panel-plugin/weather-summary.c:398
 #, c-format
@@ -1361,7 +1361,7 @@ msgstr \nViento\n
 #: ../panel-plugin/weather-summary.c:483
 #, c-format
 msgid \tSpeed: %s %s (%s on the Beaufort scale)\n
-msgstr 
+msgstr \tVelocidad: %s %s (%s en escala Beaufort)\n
 
 #: ../panel-plugin/weather-summary.c:495
 #, c-format
@@ -1482,12 +1482,12 @@ msgstr 
 #: ../panel-plugin/weather-summary.c:613
 #, c-format
 msgid ttsmallInterval start:   %s/small/tt\n
-msgstr 
+msgstr ttsmallInicio del Intervalo:   %s/small/tt\n
 
 #: ../panel-plugin/weather-summary.c:619
 #, c-format
 msgid ttsmallInterval end: %s/small/tt\n
-msgstr 
+msgstr ttsmallFinal del Intervalo: %s/small/tt\n
 
 #: ../panel-plugin/weather-summary.c:625
 #, c-format
@@ -1510,7 +1510,7 @@ msgstr ttsmallPunto de Rocío: %s%s%s/small/tt\n
 msgid 
 ttsmallApparent temperature: %s%s%s/small/tt\n
 \n
-msgstr 
+msgstr ttsmallTemperature aparente: %s%s%s/small/tt\n\n
 
 #: ../panel-plugin/weather-summary.c:641
 msgid bAtmosphere/b\n
@@ -1537,7 +1537,7 @@ msgstr bPrecipitación/b\n
 msgid 
 ttsmallAmount:%s%s%s/small/tt\n
 \n
-msgstr 
+msgstr ttsmallCantidad:%s%s%s/small/tt\n\n
 
 #: ../panel-plugin/weather-summary.c:657
 msgid bClouds/b\n
@@ -1559,7 +1559,7 @@ msgstr ttsmallNubes bajas:%5s%s%s/small/tt\n
 #: ../panel-plugin/weather-summary.c:667
 #, 

[Xfce4-commits] xfdesktop:master I18n: Update translation es (95%).

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to e388a153366b59c2727d3eea997f5c89c07fded6 (commit)
   from 771ba95e86be03aac6dcda54c20712e3236a930c (commit)

commit e388a153366b59c2727d3eea997f5c89c07fded6
Author: MC correomc2000-...@yahoo.es
Date:   Mon Jul 29 18:32:29 2013 +0200

I18n: Update translation es (95%).

175 translated messages, 9 untranslated messages.

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

 po/es.po |  122 +++---
 1 file changed, 61 insertions(+), 61 deletions(-)

diff --git a/po/es.po b/po/es.po
index 72951a1..a175f8a 100644
--- a/po/es.po
+++ b/po/es.po
@@ -9,7 +9,7 @@ msgstr 
 Project-Id-Version: Xfdesktop\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-02 22:50+0200\n
-PO-Revision-Date: 2013-07-26 12:44+\n
+PO-Revision-Date: 2013-07-29 12:33+\n
 Last-Translator: MC correomc2000-...@yahoo.es\n
 Language-Team: Spanish 
(http://www.transifex.com/projects/p/xfce/language/es/)\n
 MIME-Version: 1.0\n
@@ -46,12 +46,12 @@ msgstr Dispositivos extraíbles
 #: ../settings/main.c:454
 #, c-format
 msgid Wallpaper for %s on Monitor %d (%s)
-msgstr 
+msgstr Fondo de pantalla para %s en el Monitor %d (%s)
 
 #: ../settings/main.c:458
 #, c-format
 msgid Wallpaper for %s on Monitor %d
-msgstr 
+msgstr Fondo de pantalla para %s en el Monitor %d
 
 #: ../settings/main.c:862
 msgid Spanning screens
@@ -158,7 +158,7 @@ msgstr Ampliado
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:14
 msgid St_yle:
-msgstr 
+msgstr Est_ilo:
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:15
 msgid Color:
@@ -196,7 +196,7 @@ msgstr 
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:23
 msgid Number of minutes before a different background is selected.
-msgstr 
+msgstr Número de minutos antes que un fondo diferente sea selecionado
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:24
 msgid _Random Order
@@ -232,7 +232,7 @@ msgstr Iconos de aplicaciones minimizadas
 
 #: ../settings/xfdesktop-settings-ui.glade.h:9
 msgid File/launcher icons
-msgstr 
+msgstr Iconos de archivo/lanzador
 
 #: ../settings/xfdesktop-settings-ui.glade.h:10 ../src/xfce-desktop.c:813
 msgid Desktop
@@ -248,7 +248,7 @@ msgstr _Fondo
 
 #: ../settings/xfdesktop-settings-ui.glade.h:13
 msgid Show applications menu on _desktop right click
-msgstr 
+msgstr Mostrar menú de aplicaciones al hacer clic con el botón derecho sobre 
el _escritorio
 
 #: ../settings/xfdesktop-settings-ui.glade.h:14
 msgid _Button:
@@ -256,15 +256,15 @@ msgstr _Botón:
 
 #: ../settings/xfdesktop-settings-ui.glade.h:15
 msgid Mo_difier:
-msgstr 
+msgstr Mo_dificador:
 
 #: ../settings/xfdesktop-settings-ui.glade.h:16
 msgid Show _application icons in menu
-msgstr 
+msgstr Mostrar iconos de _aplicación en el menú
 
 #: ../settings/xfdesktop-settings-ui.glade.h:17
 msgid _Edit desktop menu
-msgstr 
+msgstr _Editar menú de escritorio
 
 #: ../settings/xfdesktop-settings-ui.glade.h:18
 msgid bDesktop Menu/b
@@ -272,65 +272,65 @@ msgstr bMenú de escritorio/b
 
 #: ../settings/xfdesktop-settings-ui.glade.h:19
 msgid Show _window list menu on desktop middle click
-msgstr 
+msgstr Mostrar menú de lista de _ventanas al hacer clic con el botón central 
sobre el escritorio
 
 #: ../settings/xfdesktop-settings-ui.glade.h:20
 msgid B_utton:
-msgstr 
+msgstr B_otón:
 
 #: ../settings/xfdesktop-settings-ui.glade.h:21
 msgid Modi_fier:
-msgstr 
+msgstr Modi_ficador:
 
 #: ../settings/xfdesktop-settings-ui.glade.h:22
 msgid Sh_ow application icons in menu
-msgstr 
+msgstr _Mostrar iconos de aplicación en el menú
 
 #: ../settings/xfdesktop-settings-ui.glade.h:23
 msgid Show workspace _names in list
-msgstr 
+msgstr Mostrar _nombres de áreas de trabajo en la lista
 
 #: ../settings/xfdesktop-settings-ui.glade.h:24
 msgid Use _submenus for the windows in each workspace
-msgstr 
+msgstr Usar _submenús para las ventanas en cada área de trabajo
 
 #: ../settings/xfdesktop-settings-ui.glade.h:25
 msgid Show s_ticky windows only in active workspace
-msgstr 
+msgstr Mostrar ventanas adhe_sivas sólo en el área de trabajo activa
 
 #: ../settings/xfdesktop-settings-ui.glade.h:26
 msgid bWindow List Menu/b
-msgstr 
+msgstr bMenú de lista de ventanas/b
 
 #: ../settings/xfdesktop-settings-ui.glade.h:27
 msgid _Menus
-msgstr 
+msgstr _Menús
 
 #: ../settings/xfdesktop-settings-ui.glade.h:28
 msgid Icon _type:
-msgstr 
+msgstr _Tipo de icono:
 
 #: ../settings/xfdesktop-settings-ui.glade.h:29
 msgid Icon _size:
-msgstr 
+msgstr Ta_maño de icono:
 
 #: ../settings/xfdesktop-settings-ui.glade.h:30
 msgid Show t_humbnails
-msgstr 
+msgstr Mostrar mi_niaturas
 
 #: ../settings/xfdesktop-settings-ui.glade.h:31
 msgid 
 Select this option to display preview-able files on the desktop as 
 automatically generated thumbnail icons.
-msgstr 
+msgstr Seleccione ésta opción para mostrar una vista previa de archivos en el 
escritorio como iconos de 

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

2013-07-29 Thread Transifex
Updating branch refs/heads/master
 to 7bae1cfc4d941098e523e40c974ffbaab04fe334 (commit)
   from d945da53944bb68a9095f572e760a8ed83bc8110 (commit)

commit 7bae1cfc4d941098e523e40c974ffbaab04fe334
Author: jc1 jc1.quebe...@gmail.com
Date:   Mon Jul 29 18:30:11 2013 +0200

I18n: Update translation fr (100%).

31 translated messages.

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

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

diff --git a/po/fr.po b/po/fr.po
index 1a11ae7..9e80237 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,20 +1,23 @@
-# French translation for the libxfce4menu package.
-# Copyright (C) 2007-2009 Jannis Pohlmann jan...@xfce.org
-# This file is distributed under the same license as the libxfce4menu 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
+# Maximilian Schleiss maximil...@xfce.org, 2009
 msgid 
 msgstr 
-Project-Id-Version: 0.1.0\n
+Project-Id-Version: Garcon\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-02-03 13:12+\n
-PO-Revision-Date: 2009-10-10 14:26+0100\n
-Last-Translator: Steve Dodier sidnio...@gmail.com\n
-Language-Team: French i18n-x...@xfce.org\n
+POT-Creation-Date: 2013-07-02 22:32+0200\n
+PO-Revision-Date: 2013-07-29 11:49+\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
 
 #: ../data/xfce/xfce-accessories.directory.in.h:1
 msgid Accessories
@@ -22,7 +25,7 @@ msgstr Accessoires
 
 #: ../data/xfce/xfce-accessories.directory.in.h:2
 msgid Common desktop tools and applications
-msgstr Outils et applications pour le bureau
+msgstr Outils et des applications bureautiques courantes
 
 #: ../data/xfce/xfce-development.directory.in.h:1
 msgid Development
@@ -54,7 +57,7 @@ msgstr Infographie
 
 #: ../data/xfce/xfce-graphics.directory.in.h:2
 msgid Graphics creation and manipulation applications
-msgstr Applications de dessin
+msgstr Applications graphiques pour la création et la manipulation
 
 #: ../data/xfce/xfce-hardware.directory.in.h:1
 msgid Hardware
@@ -62,40 +65,40 @@ msgstr Matériel
 
 #: ../data/xfce/xfce-hardware.directory.in.h:2
 msgid Settings for several hardware devices
-msgstr Paramètres pour une partie du matériel
+msgstr Paramètres pour plusieurs périphériques
 
 #: ../data/xfce/xfce-multimedia.directory.in.h:1
-msgid Audio and video players and editors
-msgstr Lecteurs et éditeurs audio et vidéo
-
-#: ../data/xfce/xfce-multimedia.directory.in.h:2
 msgid Multimedia
 msgstr Multimédia
 
-#: ../data/xfce/xfce-network.directory.in.h:1
-msgid Applications for Internet access
-msgstr Applications Internet
+#: ../data/xfce/xfce-multimedia.directory.in.h:2
+msgid Audio and video players and editors
+msgstr Lecteurs et éditeurs audio et vidéo
 
-#: ../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 Applications Internet
+
 #: ../data/xfce/xfce-office.directory.in.h:1
 msgid Office
 msgstr Bureau
 
 #: ../data/xfce/xfce-office.directory.in.h:2
 msgid Office and productivity applications
-msgstr Applications de bureau
+msgstr Applications bureautiques et de productivité
 
 #: ../data/xfce/xfce-other.directory.in.h:1
-msgid Applications that don't fit into other categories
-msgstr Logiciels ne rentrant dans aucune autre catégorie
-
-#: ../data/xfce/xfce-other.directory.in.h:2
 msgid Other
 msgstr Autres
 
+#: ../data/xfce/xfce-other.directory.in.h:2
+msgid Applications that don't fit into other categories
+msgstr Logiciels ne rentrant pas dans les autres catégories
+
 #: ../data/xfce/xfce-personal.directory.in.h:1
 msgid Personal
 msgstr Personnel
@@ -105,21 +108,21 @@ msgid Personal settings
 msgstr Paramètres personnels
 
 #: ../data/xfce/xfce-screensavers.directory.in.h:1
-msgid Screensaver applets
-msgstr Greffons d'économiseur d'écran
-
-#: ../data/xfce/xfce-screensavers.directory.in.h:2
 msgid Screensavers
 msgstr Économiseurs d'écran
 
-#: ../data/xfce/xfce-settings.directory.in.h:1
-msgid Desktop and system settings applications
-msgstr Applications de paramétrage du bureau et du système
+#: ../data/xfce/xfce-screensavers.directory.in.h:2
+msgid Screensaver applets
+msgstr Greffons d'économiseur d'écran
 
-#: ../data/xfce/xfce-settings.directory.in.h:2
+#: ../data/xfce/xfce-settings.directory.in.h:1
 msgid Settings
 msgstr Paramètres
 
+#: 

[Xfce4-commits] xfce4-panel:master Bump all glade gtk versions to 2.24.

2013-07-29 Thread Nick Schermer
Updating branch refs/heads/master
 to b28eef61923e1fcd0750a1dafbb232905a9284c4 (commit)
   from 1bb2209b1fba3c128d9596fa9d29b17649f3fca0 (commit)

commit b28eef61923e1fcd0750a1dafbb232905a9284c4
Author: Nick Schermer n...@xfce.org
Date:   Mon Jul 29 19:01:52 2013 +0200

Bump all glade gtk versions to 2.24.

 panel/panel-preferences-dialog.glade   |2 +-
 plugins/actions/actions-dialog.glade   |2 +-
 plugins/applicationsmenu/applicationsmenu-dialog.glade |2 +-
 plugins/directorymenu/directorymenu-dialog.glade   |2 +-
 plugins/launcher/launcher-dialog.glade |2 +-
 plugins/pager/pager-dialog.glade   |2 +-
 plugins/separator/separator-dialog.glade   |2 +-
 plugins/systray/systray-dialog.glade   |2 +-
 plugins/windowmenu/windowmenu-dialog.glade |2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/panel/panel-preferences-dialog.glade 
b/panel/panel-preferences-dialog.glade
index 79b3d47..0f9f73d 100644
--- a/panel/panel-preferences-dialog.glade
+++ b/panel/panel-preferences-dialog.glade
@@ -1,6 +1,6 @@
 ?xml version=1.0?
 interface
-  requires lib=gtk+ version=2.20/
+  requires lib=gtk+ version=2.24/
   !-- interface-requires libxfce4ui 0.0 --
   !-- interface-naming-policy project-wide --
   object class=GtkListStore id=mode-store
diff --git a/plugins/actions/actions-dialog.glade 
b/plugins/actions/actions-dialog.glade
index f2a26cd..7b1a424 100644
--- a/plugins/actions/actions-dialog.glade
+++ b/plugins/actions/actions-dialog.glade
@@ -1,6 +1,6 @@
 ?xml version=1.0 encoding=UTF-8?
 interface
-  requires lib=gtk+ version=2.20/
+  requires lib=gtk+ version=2.24/
   !-- interface-requires libxfce4ui 4.5 --
   !-- interface-naming-policy project-wide --
   object class=XfceTitledDialog id=dialog
diff --git a/plugins/applicationsmenu/applicationsmenu-dialog.glade 
b/plugins/applicationsmenu/applicationsmenu-dialog.glade
index a95e359..fdb7704 100644
--- a/plugins/applicationsmenu/applicationsmenu-dialog.glade
+++ b/plugins/applicationsmenu/applicationsmenu-dialog.glade
@@ -1,6 +1,6 @@
 ?xml version=1.0?
 interface
-  requires lib=gtk+ version=2.14/
+  requires lib=gtk+ version=2.24/
   !-- interface-requires libxfce4ui 0.0 --
   !-- interface-naming-policy toplevel-contextual --
   object class=XfceTitledDialog id=dialog
diff --git a/plugins/directorymenu/directorymenu-dialog.glade 
b/plugins/directorymenu/directorymenu-dialog.glade
index 9b268b0..c8b4797 100644
--- a/plugins/directorymenu/directorymenu-dialog.glade
+++ b/plugins/directorymenu/directorymenu-dialog.glade
@@ -1,6 +1,6 @@
 ?xml version=1.0?
 interface
-  requires lib=gtk+ version=2.14/
+  requires lib=gtk+ version=2.24/
   !-- interface-requires libxfce4ui 0.0 --
   !-- interface-naming-policy toplevel-contextual --
   object class=XfceTitledDialog id=dialog
diff --git a/plugins/launcher/launcher-dialog.glade 
b/plugins/launcher/launcher-dialog.glade
index 8a64158..cd4f7b8 100644
--- a/plugins/launcher/launcher-dialog.glade
+++ b/plugins/launcher/launcher-dialog.glade
@@ -1,6 +1,6 @@
 ?xml version=1.0?
 interface
-  requires lib=gtk+ version=2.14/
+  requires lib=gtk+ version=2.24/
   !-- interface-requires libxfce4ui 0.0 --
   !-- interface-naming-policy project-wide --
   object class=GtkListStore id=arrow-position-model
diff --git a/plugins/pager/pager-dialog.glade b/plugins/pager/pager-dialog.glade
index bec47f1..02fbcde 100644
--- a/plugins/pager/pager-dialog.glade
+++ b/plugins/pager/pager-dialog.glade
@@ -1,6 +1,6 @@
 ?xml version=1.0?
 interface
-  requires lib=gtk+ version=2.14/
+  requires lib=gtk+ version=2.24/
   !-- interface-requires libxfce4ui 0.0 --
   !-- interface-naming-policy toplevel-contextual --
   object class=XfceTitledDialog id=dialog
diff --git a/plugins/separator/separator-dialog.glade 
b/plugins/separator/separator-dialog.glade
index b8fae9a..5bf9152 100644
--- a/plugins/separator/separator-dialog.glade
+++ b/plugins/separator/separator-dialog.glade
@@ -1,6 +1,6 @@
 ?xml version=1.0?
 interface
-  requires lib=gtk+ version=2.14/
+  requires lib=gtk+ version=2.24/
   !-- interface-requires libxfce4ui 0.0 --
   !-- interface-naming-policy toplevel-contextual --
   object class=XfceTitledDialog id=dialog
diff --git a/plugins/systray/systray-dialog.glade 
b/plugins/systray/systray-dialog.glade
index a960c6e..a322f39 100644
--- a/plugins/systray/systray-dialog.glade
+++ b/plugins/systray/systray-dialog.glade
@@ -1,6 +1,6 @@
 ?xml version=1.0?
 interface
-  requires lib=gtk+ version=2.14/
+  requires lib=gtk+ version=2.24/
   !-- interface-requires libxfce4ui 0.0 --
   !-- interface-naming-policy toplevel-contextual --
   object class=GtkListStore id=applications-store
diff --git a/plugins/windowmenu/windowmenu-dialog.glade 
b/plugins/windowmenu/windowmenu-dialog.glade
index e430b2f..fa2b146 100644
--- a/plugins/windowmenu/windowmenu-dialog.glade
+++ 

[Xfce4-commits] xfce4-panel:master Tasklist: Make middle-click action configurable.

2013-07-29 Thread Nick Schermer
Updating branch refs/heads/master
 to 1bb2209b1fba3c128d9596fa9d29b17649f3fca0 (commit)
   from d2a8baaf7b972ae5ea5ead7801736fee80237678 (commit)

commit 1bb2209b1fba3c128d9596fa9d29b17649f3fca0
Author: Nick Schermer n...@xfce.org
Date:   Mon Jul 29 18:59:38 2013 +0200

Tasklist: Make middle-click action configurable.

Allow the set different actions to middle-click:

Nothing:
Nothing happens.

Close Window:
Do i have to explain?

Minimize Window:
Only minimize the window, this also means button-1
events never minimize, only activate. So you never
get lost in minimized windows anymore.

 plugins/tasklist/tasklist-dialog.glade |  293 ++--
 plugins/tasklist/tasklist-widget.c |   71 +---
 plugins/tasklist/tasklist-widget.h |   12 ++
 plugins/tasklist/tasklist.c|4 +-
 4 files changed, 261 insertions(+), 119 deletions(-)

diff --git a/plugins/tasklist/tasklist-dialog.glade 
b/plugins/tasklist/tasklist-dialog.glade
index 8fa64c4..ec57311 100644
--- a/plugins/tasklist/tasklist-dialog.glade
+++ b/plugins/tasklist/tasklist-dialog.glade
@@ -1,41 +1,129 @@
-?xml version=1.0?
+?xml version=1.0 encoding=UTF-8?
 interface
-  requires lib=gtk+ version=2.14/
+  requires lib=gtk+ version=2.24/
   !-- interface-requires libxfce4ui 0.0 --
   !-- interface-naming-policy toplevel-contextual --
+  object class=GtkListStore id=grouping-model
+columns
+  !-- column-name title --
+  column type=gchararray/
+/columns
+data
+  row
+col id=0 translatable=yesNever/col
+  /row
+  row
+col id=0 translatable=yesAlways/col
+  /row
+  row
+col id=0 translatable=yesWhen space is limited/col
+  /row
+/data
+  /object
+  object class=GtkListStore id=sort-order-model
+columns
+  !-- column-name title --
+  column type=gchararray/
+/columns
+data
+  row
+col id=0 translatable=yesTimestamp/col
+  /row
+  row
+col id=0 translatable=yesGroup title and timestamp/col
+  /row
+  row
+col id=0 translatable=yesWindow title/col
+  /row
+  row
+col id=0 translatable=yesGroup title and window title/col
+  /row
+  row
+col id=0 translatable=yesNone, allow drag-and-drop/col
+  /row
+/data
+  /object
   object class=XfceTitledDialog id=dialog
+property name=can_focusFalse/property
 property name=title translatable=yesWindow Buttons/property
 property name=icon_namegtk-properties/property
 property name=type_hintnormal/property
 child internal-child=vbox
   object class=GtkVBox id=dialog-vbox2
 property name=visibleTrue/property
-property name=orientationvertical/property
+property name=can_focusFalse/property
 property name=spacing2/property
+child internal-child=action_area
+  object class=GtkHButtonBox id=dialog-action_area2
+property name=visibleTrue/property
+property name=can_focusFalse/property
+property name=layout_styleend/property
+child
+  object class=GtkButton id=close-button
+property name=labelgtk-close/property
+property name=use_action_appearanceFalse/property
+property name=visibleTrue/property
+property name=can_focusTrue/property
+property name=receives_defaultTrue/property
+property name=use_stockTrue/property
+  /object
+  packing
+property name=expandFalse/property
+property name=fillFalse/property
+property name=position0/property
+  /packing
+/child
+child
+  object class=GtkButton id=help-button
+property name=labelgtk-help/property
+property name=use_action_appearanceFalse/property
+property name=visibleTrue/property
+property name=can_focusTrue/property
+property name=receives_defaultTrue/property
+property name=use_stockTrue/property
+  /object
+  packing
+property name=expandFalse/property
+property name=fillFalse/property
+property name=position1/property
+property name=secondaryTrue/property
+  /packing
+/child
+  /object
+  packing
+property name=expandFalse/property
+property name=fillTrue/property
+property name=pack_typeend/property
+property name=position0/property
+  /packing
+/child
 child
   object class=GtkVBox id=vbox1
 property name=visibleTrue/property
+property name=can_focusFalse/property
 property name=border_width6/property
-

[Xfce4-commits] thunar:master Change name of file copies (and links) (bug #7518).

2013-07-29 Thread Nick Schermer
Updating branch refs/heads/master
 to 3d20b81250eddcd3df0b027478831b0f38817a1c (commit)
   from ebf5922c99ea90341a8e98ef327817699e0626b7 (commit)

commit 3d20b81250eddcd3df0b027478831b0f38817a1c
Author: Jeff Shipley jship...@fastmail.fm
Date:   Mon Jul 29 10:24:53 2013 -0600

Change name of file copies (and links) (bug #7518).

Put (copy #) between basename and extension. This avoids
jumping around in the list and keeps the sorting aligned.

For links some simplification to avoid long names, the first
link is still named link to X after that link # to X.

Signed-off-by: Nick Schermer n...@xfce.org

 thunar/thunar-io-jobs-util.c |   78 +-
 1 file changed, 39 insertions(+), 39 deletions(-)

diff --git a/thunar/thunar-io-jobs-util.c b/thunar/thunar-io-jobs-util.c
index 1f9a151..8348e12 100644
--- a/thunar/thunar-io-jobs-util.c
+++ b/thunar/thunar-io-jobs-util.c
@@ -28,19 +28,7 @@
 #include thunar/thunar-io-jobs-util.h
 #include thunar/thunar-job.h
 #include thunar/thunar-private.h
-
-
-
-static const gchar *duplicate_names[4][2] = 
-{
-  /* Copy/link name for n = 3 */
-  { N_(copy of %s), N_(link to %s), },
-  { N_(another copy of %s), N_(another link to %s), },
-  { N_(third copy of %s),   N_(third link to %s),   },
-
-  /* Fallback copy/link name for n = 4 */
-  { N_(%uth copy of %s),N_(%uth link to %s),},
-};
+#include thunar/thunar-util.h
 
 
 
@@ -54,14 +42,10 @@ static const gchar *duplicate_names[4][2] =
  *
  * Determines the #GFile for the next copy/link of/to @file.
  *
- * Copies of a file called X are named:
- *   n  = 1: copy of X
- *   n  = 2: another copy of X
- *   n  = 3: third copy of X
- *   n = 4: @n!th copy of X
+ * Copies of a file called X are named X (copy 1)
  *
- * Links follow the same naming scheme, except that they use
- * link to X instead of copy of X. 
+ * Links follow have a bit different scheme, since the first link
+ * is renamed to link to # and after that link Y to X.
  *
  * If there are errors or the job was cancelled, the return value
  * will be %NULL and @error will be set.
@@ -76,13 +60,14 @@ thunar_io_jobs_util_next_duplicate_file (ThunarJob *job,
  guint  n,
  GError   **error)
 {
-  GFileInfo *info;
-  GError*err = NULL;
-  GFile *duplicate_file = NULL;
-  GFile *parent_file = NULL;
-  gchar *display_name;
-  gint   type_index;
-  gint   name_index;
+  GFileInfo   *info;
+  GError  *err = NULL;
+  GFile   *duplicate_file = NULL;
+  GFile   *parent_file = NULL;
+  const gchar *old_display_name;
+  gchar   *display_name;
+  gchar   *file_basename;
+  gchar   *dot;
   
   _thunar_return_val_if_fail (THUNAR_IS_JOB (job), NULL);
   _thunar_return_val_if_fail (G_IS_FILE (file), NULL);
@@ -106,22 +91,37 @@ thunar_io_jobs_util_next_duplicate_file (ThunarJob *job,
   return NULL;
 }
 
-  /* determine the type index (copy = 0, link = 1) */
-  type_index = (copy ? 0 : 1);
-
-  /* make sure the name index is not out of bounds */
-  name_index = MIN (n-1, G_N_ELEMENTS (duplicate_names)-1);
-  
-  /* generate the display name for the nth copy/link of the source file */
-  if (name_index  (gint) G_N_ELEMENTS (duplicate_names)-1)
+  old_display_name = g_file_info_get_display_name (info);
+  if (copy)
 {
-  display_name = g_strdup_printf (gettext 
(duplicate_names[name_index][type_index]),
-  g_file_info_get_display_name (info));
+  /* get file extension */
+  dot = thunar_util_str_get_extension (old_display_name);
+  if (dot != NULL)
+{
+  file_basename = g_strndup (old_display_name, dot - old_display_name);
+  /* I18N: put  (copy #) between basename and extension */
+  display_name = g_strdup_printf (_(%s (copy %u)%s), file_basename, 
n, dot);
+  g_free(file_basename);
+}
+  else
+{
+  /* I18N: put  (copy #) after filename (for files without 
extension) */
+  display_name = g_strdup_printf (_(%s (copy %u)), old_display_name, 
n);
+}
 }
   else
 {
-  display_name = g_strdup_printf (gettext 
(duplicate_names[name_index][type_index]),
-  n, g_file_info_get_display_name (info));
+  /* create name for link */
+  if (n == 1)
+{
+  /* I18N: name for first link to basename */
+  display_name = g_strdup_printf (_(link to %s), old_display_name);
+}
+  else
+{
+  /* I18N: name for nth link to basename */
+  display_name = g_strdup_printf (_(link %u to %s), n, 
old_display_name);
+}
 }
 
   /* create the GFile for the copy/link */
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org