[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] branch master updated (ebbf338 -> 001c0aa)

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

hjudt pushed a change to branch master
in repository panel-plugins/xfce4-weather-plugin.

  from  ebbf338   Updates for release.
   new  001c0aa   Post release tag bump.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure.ac.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] 01/01: Post release tag bump.

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

hjudt pushed a commit to branch master
in repository panel-plugins/xfce4-weather-plugin.

commit 001c0aa3f8cff3f828eae886ca34581516a153b9
Author: Harald Judt 
Date:   Mon Nov 3 07:41:22 2014 +0100

Post release tag bump.
---
 configure.ac.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac.in b/configure.ac.in
index a1a30bb..494e755 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,7 +12,7 @@ m4_define([weather_version_major], [0])
 m4_define([weather_version_minor], [8])
 m4_define([weather_version_micro], [4])
 m4_define([weather_version_build], [@REVISION@])
-m4_define([weather_version_tag], [])
+m4_define([weather_version_tag], [git])
 m4_define([weather_version], 
[weather_version_major().weather_version_minor().weather_version_micro()ifelse(weather_version_tag(),
 [git], [weather_version_tag()-weather_version_build()], 
[weather_version_tag()])])
 
 dnl ***

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] 01/01: Updates for release.

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

hjudt pushed a commit to branch master
in repository panel-plugins/xfce4-weather-plugin.

commit ebbf338c67cc2210d284ca3205adb44596f2273f
Author: Harald Judt 
Date:   Mon Nov 3 07:13:18 2014 +0100

Updates for release.
---
 configure.ac.in |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index deaf85c..a1a30bb 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,9 +10,9 @@ dnl *** Version information ***
 dnl ***
 m4_define([weather_version_major], [0])
 m4_define([weather_version_minor], [8])
-m4_define([weather_version_micro], [3])
+m4_define([weather_version_micro], [4])
 m4_define([weather_version_build], [@REVISION@])
-m4_define([weather_version_tag], [git])
+m4_define([weather_version_tag], [])
 m4_define([weather_version], 
[weather_version_major().weather_version_minor().weather_version_micro()ifelse(weather_version_tag(),
 [git], [weather_version_tag()-weather_version_build()], 
[weather_version_tag()])])
 
 dnl ***

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] branch master updated (dab11e4 -> ebbf338)

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

hjudt pushed a change to branch master
in repository panel-plugins/xfce4-weather-plugin.

  from  dab11e4   I18n: Update translation pl (100%).
   new  ebbf338   Updates for release.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure.ac.in |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] annotated tag xfce4-weather-plugin-0.8.4 created (now ce5107c)

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

hjudt pushed a change to annotated tag xfce4-weather-plugin-0.8.4
in repository panel-plugins/xfce4-weather-plugin.

at  ce5107c   (tag)
   tagging  ebbf338c67cc2210d284ca3205adb44596f2273f (commit)
  replaces  xfce4-weather-plugin-0.8.3
 tagged by  Harald Judt
on  Mon Nov 3 07:13:51 2014 +0100

- Log -
0.8.4
=

- Improve UI feedback when resetting weather data
- Show API deprecation warnings in the details tab of the summary
  window instead of the standard output
- Support upower-0.99 (bug #10922)
- Use locationforecastLTS-1.2 API (bug #10916)
- Add code to handle proxy authentication (bug #10820)
- Remove code dealing with laptop lid open/close (bug #10330)
- Show astrodata in forecast day header tooltip in summary window
- Fetch and cache astronomical data for multiple days
- Add a button for opening/creating the user icon themes directory in
  the config dialog
- Sort icon themes by path names (user themes are listed first)
- Correct spelling of precipitation (bug #9938)
- Context menu: Resolve mnemonic conflict for Refresh and Remove
  (bug #9911)
- Summary window: Fix clock not updating properly (bug #9933)
- Fix wind direction translation (bug #9895)
- Make using only a single row the default setting
- Better handle single row and icon size in various panel modes
- Fix text color not being remembered over restarts
- Build system cleanups and dependency bumps
- Many translation updates
---

No new revisions were added by this update.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/thunar] 02/02: I18n: Update translation es (100%).

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository xfce/thunar.

commit bccfd5d695db0b01effa5ff2c943c7296038cbcf
Author: Pablo Roberto Francisco Lezaeta Reyes 
Date:   Mon Nov 3 06:30:19 2014 +0100

I18n: Update translation es (100%).

737 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/es.po |   57 ++---
 1 file changed, 38 insertions(+), 19 deletions(-)

diff --git a/po/es.po b/po/es.po
index 681670d..1d9e642 100644
--- a/po/es.po
+++ b/po/es.po
@@ -14,8 +14,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-07-30 00:30+0200\n"
-"PO-Revision-Date: 2014-09-08 16:08+\n"
+"POT-Creation-Date: 2014-11-02 00:30+0100\n"
+"PO-Revision-Date: 2014-11-03 05:24+\n"
 "Last-Translator: Pablo Roberto Francisco Lezaeta Reyes \n"
 "Language-Team: Spanish 
(http://www.transifex.com/projects/p/thunar/language/es/)\n"
 "MIME-Version: 1.0\n"
@@ -253,7 +253,7 @@ msgstr "¿Quiere eliminar todos los archivos y carpetas de 
la papelera?"
 #. prepare the menu item
 #: ../thunar/thunar-application.c:2008 ../thunar/thunar-location-buttons.c:179
 #: ../thunar/thunar-shortcuts-view.c:1191 ../thunar/thunar-tree-view.c:1183
-#: ../thunar/thunar-window.c:351 ../plugins/thunar-tpa/thunar-tpa.c:189
+#: ../thunar/thunar-window.c:351 ../plugins/thunar-tpa/thunar-tpa.c:191
 msgid "_Empty Trash"
 msgstr "_Vaciar la papelera"
 
@@ -502,7 +502,7 @@ msgstr "_Expandir automáticamente las columnas según se 
necesite"
 #. tell the user that we're unable to determine the file info
 #: ../thunar/thunar-column-model.c:858 ../thunar/thunar-list-model.c:680
 #: ../thunar/thunar-list-model.c:708
-#: ../thunar/thunar-permissions-chooser.c:229 ../thunar/thunar-util.c:446
+#: ../thunar/thunar-permissions-chooser.c:229 ../thunar/thunar-util.c:454
 #: ../plugins/thunar-apr/thunar-apr-desktop-page.c:503
 #: ../plugins/thunar-apr/thunar-apr-image-page.c:285
 #: ../plugins/thunar-apr/thunar-apr-image-page.c:286
@@ -2042,7 +2042,7 @@ msgid ""
 msgstr "¿Quiere omitir este archivo y continuar renombrando los siguientes 
archivos?"
 
 #: ../thunar/thunar-shortcuts-model.c:597
-#: ../plugins/thunar-tpa/thunar-tpa.c:310
+#: ../plugins/thunar-tpa/thunar-tpa.c:308
 msgid "Trash is empty"
 msgstr "La papelera está vacía"
 
@@ -2455,46 +2455,46 @@ msgstr "_Pegar en la carpeta"
 msgid "P_roperties..."
 msgstr "P_ropiedades…"
 
-#: ../thunar/thunar-util.c:272
+#: ../thunar/thunar-util.c:280
 #, c-format
 msgid "Invalid path"
 msgstr "Ruta no válida"
 
-#: ../thunar/thunar-util.c:306
+#: ../thunar/thunar-util.c:314
 #, c-format
 msgid "Unknown user \"%s\""
 msgstr "Usuario «%s» desconocido"
 
 #. TRANSLATORS: file was modified less than one day ago
-#: ../thunar/thunar-util.c:395
+#: ../thunar/thunar-util.c:403
 msgid "Today"
 msgstr "Hoy"
 
 #. TRANSLATORS: file was modified less than one day ago
-#: ../thunar/thunar-util.c:400
+#: ../thunar/thunar-util.c:408
 #, c-format
 msgid "Today at %X"
 msgstr "Hoy a las %X"
 
 #. TRANSLATORS: file was modified less than two days ago
-#: ../thunar/thunar-util.c:408
+#: ../thunar/thunar-util.c:416
 msgid "Yesterday"
 msgstr "Ayer"
 
 #. TRANSLATORS: file was modified less than two days ago
-#: ../thunar/thunar-util.c:413
+#: ../thunar/thunar-util.c:421
 #, c-format
 msgid "Yesterday at %X"
 msgstr "Ayer a las %X"
 
 #. Days from last week
-#: ../thunar/thunar-util.c:421
+#: ../thunar/thunar-util.c:429
 #, c-format
 msgid "%A at %X"
 msgstr "%A a las %X"
 
 #. Any other date
-#: ../thunar/thunar-util.c:426
+#: ../thunar/thunar-util.c:434
 #, c-format
 msgid "%x at %X"
 msgstr "%x a las %X"
@@ -3280,15 +3280,15 @@ msgid "Mail Recipient"
 msgstr "Destinatario de correo-e"
 
 #. tell the user that we failed to connect to the trash
-#: ../plugins/thunar-tpa/thunar-tpa.c:295
-#: ../plugins/thunar-tpa/thunar-tpa.c:336
-#: ../plugins/thunar-tpa/thunar-tpa.c:358
-#: ../plugins/thunar-tpa/thunar-tpa.c:385
+#: ../plugins/thunar-tpa/thunar-tpa.c:293
+#: ../plugins/thunar-tpa/thunar-tpa.c:334
+#: ../plugins/thunar-tpa/thunar-tpa.c:356
+#: ../plugins/thunar-tpa/thunar-tpa.c:383
 msgid "Failed to connect to the Trash"
 msgstr "No se pudo conectar con la papelera"
 
 #. tell the user whether the trash is full or empty
-#: ../plugins/thunar-tpa/thunar-tpa.c:310
+#: ../plugins/thunar-tpa/thunar-tpa.c:308
 msgid "Trash contains files"
 msgstr "La papelera contiene archivos"
 
@@ -3555,7 +3555,7 @@ msgstr "Abrir un terminal aquí"
 msgid "Example for a custom action"
 msgstr "Ejemplo de una acción personalizada"
 
-#: ../plugins/thunar-wallpaper/twp-provider.c:173
+#: ../plugins/thunar-wallpaper/twp-provider.c:175
 msgid "Set as wallpaper"
 msgstr "Establecer como fondo de escritorio"
 
@@ -3582,3 +3582,22 @@ msgstr "Abrir carpeta"
 #: ../thunar/thunar-settings.desktop.in.h:2
 msgid "Configure the Thunar file

[Xfce4-commits] [xfce/thunar] branch master updated (fde8d7e -> bccfd5d)

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository xfce/thunar.

  from  fde8d7e   I18n: Update translation ru (100%).
   new  d583553   I18n: Update translation de (99%).
   new  bccfd5d   I18n: Update translation es (100%).

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/de.po |   38 +++---
 po/es.po |   57 ++---
 2 files changed, 57 insertions(+), 38 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/thunar] 01/02: I18n: Update translation de (99%).

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository xfce/thunar.

commit d583553458c1b0eccdb8102e64da83a159c795b9
Author: Anonymous 
Date:   Mon Nov 3 06:30:18 2014 +0100

I18n: Update translation de (99%).

736 translated messages, 1 untranslated message.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/de.po |   38 +++---
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/po/de.po b/po/de.po
index 6e119f6..5458fbe 100644
--- a/po/de.po
+++ b/po/de.po
@@ -15,7 +15,7 @@ msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-11-02 00:30+0100\n"
-"PO-Revision-Date: 2014-11-02 21:43+\n"
+"PO-Revision-Date: 2014-11-03 02:15+\n"
 "Last-Translator: Tobias Bannert\n"
 "Language-Team: German 
(http://www.transifex.com/projects/p/thunar/language/de/)\n"
 "MIME-Version: 1.0\n"
@@ -137,7 +137,7 @@ msgstr "Objekte in absteigender Richtung sortieren"
 #. display an error message to the user
 #: ../thunar/thunar-application.c:451
 msgid "Failed to launch operation"
-msgstr "Die Operation konnte nicht gestartet werden"
+msgstr "Der Vorgang konnte nicht gestartet werden"
 
 #. tell the user that we were unable to launch the file specified
 #: ../thunar/thunar-application.c:1168 ../thunar/thunar-application.c:1294
@@ -147,12 +147,12 @@ msgstr "Die Operation konnte nicht gestartet werden"
 #: ../thunar/thunar-shortcuts-view.c:1658 ../thunar/thunar-window.c:2236
 #, c-format
 msgid "Failed to open \"%s\""
-msgstr "Konnte »%s« nicht öffnen"
+msgstr "»%s« konnte nicht geöffnet werden"
 
 #: ../thunar/thunar-application.c:1298
 #, c-format
 msgid "Failed to open \"%s\": %s"
-msgstr "Konnte »%s« nicht öffnen: %s"
+msgstr "»%s« konnte nicht geöffnet werden: %s"
 
 #. display an error message
 #: ../thunar/thunar-application.c:1362
@@ -255,13 +255,13 @@ msgstr "Alle Dateien und Ordner aus dem Papierkorb 
entfernen?"
 #: ../thunar/thunar-shortcuts-view.c:1191 ../thunar/thunar-tree-view.c:1183
 #: ../thunar/thunar-window.c:351 ../plugins/thunar-tpa/thunar-tpa.c:191
 msgid "_Empty Trash"
-msgstr "Papierkorb l_eeren"
+msgstr "_Papierkorb leeren"
 
 #: ../thunar/thunar-application.c:2012
 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 "Wenn Sie den Papierkorb leeren, werden darin enthaltene Objekte 
dauerhaft gelöscht. Beachten Sie, dass Sie auch einzelne Objekte löschen 
können."
+msgstr "Wenn Sie den Papierkorb leeren, werden darin enthaltene Objekte 
dauerhaft gelöscht. Bitte beachten Sie, dass Sie auch einzelne Objekte löschen 
können."
 
 #: ../thunar/thunar-application.c:2029
 msgid "Emptying the Trash..."
@@ -285,7 +285,7 @@ msgstr "Dateien werden wiederhergestellt …"
 #: ../thunar/thunar-chooser-button.c:309 ../thunar/thunar-chooser-dialog.c:465
 #, c-format
 msgid "Failed to set default application for \"%s\""
-msgstr "Die Standardanwendung für »%s« konnte nicht gesetzt werden"
+msgstr "Die Standardanwendung für »%s« konnte nicht eingestellt werden"
 
 #: ../thunar/thunar-chooser-button.c:440
 #, c-format
@@ -820,7 +820,7 @@ msgstr "Das Exec-Feld fehlt oder ist leer"
 #. if the .desktop file is not secure, ask user what to do
 #: ../thunar/thunar-file.c:1552
 msgid "Untrusted link launcher"
-msgstr "Nicht vertrauenswürdiger Link-Starter"
+msgstr "Nicht vertrauenswürdiger Verknüpfungstarter"
 
 #: ../thunar/thunar-file.c:1568
 #, c-format
@@ -1785,15 +1785,15 @@ msgstr "Die Einstellungen der Datenträgerverwaltung 
konnten nicht geöffnet wer
 
 #: ../thunar/thunar-progress-dialog.c:94
 msgid "File Operation Progress"
-msgstr "Fortschritt der Dateioperation"
+msgstr "Dateivorgangsfortschritt"
 
 #. build the tooltip text
 #: ../thunar/thunar-progress-dialog.c:299
 #, c-format
 msgid "%d file operation running"
 msgid_plural "%d file operations running"
-msgstr[0] "%d Dateioperation wird ausgeführt"
-msgstr[1] "%d Dateioperationen werden ausgeführt"
+msgstr[0] "%d Dateivorgang wird ausgeführt"
+msgstr[1] "%d Dateivorgänge werden ausgeführt"
 
 #. update the status text
 #: ../thunar/thunar-progress-view.c:354
@@ -2240,7 +2240,7 @@ msgstr "Alle Objekte auswählen, die derzeit nicht 
markiert sind"
 
 #: ../thunar/thunar-standard-view.c:407
 msgid "Du_plicate"
-msgstr "_Duplizieren"
+msgstr "Ver_doppeln"
 
 #: ../thunar/thunar-standard-view.c:408 ../thunar/thunar-standard-view.c:4359
 msgid "Ma_ke Link"
@@ -2335,8 +2335,8 @@ msgstr[1] "Die ausgewählten Dateien dauerhaft löschen"
 #: ../thunar/thunar-standard-view.c:4352
 msgid "Duplicate the selected file"
 msgid_plural "Duplicate each selected file"
-msgstr[0] "Die ausgewählte Datei duplizieren"
-msgstr[1] "Die ausgewählten Dateien duplizieren"
+msgstr[0] "Die ausgewählte Datei verdoppeln"
+msgstr[1] "Die ausgewählten Dateien verdoppeln"
 
 #: ../thunar/thunar-standard-view.c:4

[Xfce4-commits] [xfce/thunar] 01/02: I18n: Update translation de (99%).

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository xfce/thunar.

commit 2046b465c97e6512fc9c35f4ce25e099f176e522
Author: Anonymous 
Date:   Mon Nov 3 00:30:18 2014 +0100

I18n: Update translation de (99%).

734 translated messages, 3 untranslated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/de.po |   79 ++
 1 file changed, 49 insertions(+), 30 deletions(-)

diff --git a/po/de.po b/po/de.po
index 5f52c1f..6e119f6 100644
--- a/po/de.po
+++ b/po/de.po
@@ -4,19 +4,19 @@
 # 
 # Translators:
 # Fabian Nowak , 2006-2008, 2010
-# gem , 2013
-# hjudt , 2013
+# Georg Eckert , 2013
+# Harald Judt , 2013
 # Jannis Pohlmann , 2006,2009
-# hannes_xfce , 2013
-# M4he, 2013
-# to_ba, 2013-2014
+# Johannes Lips , 2013
+# Markus, 2013
+# Tobias Bannert, 2013-2014
 msgid ""
 msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-07-30 00:30+0200\n"
-"PO-Revision-Date: 2014-05-24 14:08+\n"
-"Last-Translator: to_ba\n"
+"POT-Creation-Date: 2014-11-02 00:30+0100\n"
+"PO-Revision-Date: 2014-11-02 21:43+\n"
+"Last-Translator: Tobias Bannert\n"
 "Language-Team: German 
(http://www.transifex.com/projects/p/thunar/language/de/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -26,7 +26,7 @@ msgstr ""
 
 #: ../thunar/main.c:62
 msgid "Open the bulk rename dialog"
-msgstr "Den Bulk-Rename-Dialog öffnen"
+msgstr "Den Massenumbenennendialog öffnen"
 
 #: ../thunar/main.c:64
 msgid "Run in daemon mode"
@@ -253,7 +253,7 @@ msgstr "Alle Dateien und Ordner aus dem Papierkorb 
entfernen?"
 #. prepare the menu item
 #: ../thunar/thunar-application.c:2008 ../thunar/thunar-location-buttons.c:179
 #: ../thunar/thunar-shortcuts-view.c:1191 ../thunar/thunar-tree-view.c:1183
-#: ../thunar/thunar-window.c:351 ../plugins/thunar-tpa/thunar-tpa.c:189
+#: ../thunar/thunar-window.c:351 ../plugins/thunar-tpa/thunar-tpa.c:191
 msgid "_Empty Trash"
 msgstr "Papierkorb l_eeren"
 
@@ -502,7 +502,7 @@ msgstr "Listenspalten automatisch ver_größern"
 #. tell the user that we're unable to determine the file info
 #: ../thunar/thunar-column-model.c:858 ../thunar/thunar-list-model.c:680
 #: ../thunar/thunar-list-model.c:708
-#: ../thunar/thunar-permissions-chooser.c:229 ../thunar/thunar-util.c:446
+#: ../thunar/thunar-permissions-chooser.c:229 ../thunar/thunar-util.c:454
 #: ../plugins/thunar-apr/thunar-apr-desktop-page.c:503
 #: ../plugins/thunar-apr/thunar-apr-image-page.c:285
 #: ../plugins/thunar-apr/thunar-apr-image-page.c:286
@@ -1922,7 +1922,7 @@ msgstr "_Über"
 
 #: ../thunar/thunar-renamer-dialog.c:196
 msgid "Display information about Thunar Bulk Rename"
-msgstr "Würdigungen für die Schöpfer von Thunar Bulk-Rename anzeigen"
+msgstr "Informationen über Thunar-Massenumbenennen anzeigen"
 
 #: ../thunar/thunar-renamer-dialog.c:197 ../thunar/thunar-standard-view.c:397
 msgid "View the properties of the selected file"
@@ -1990,13 +1990,13 @@ msgstr "Videodateien"
 #: ../thunar/thunar-renamer-dialog.c:1216
 #: ../Thunar-bulk-rename.desktop.in.in.h:1
 msgid "Bulk Rename"
-msgstr "Bulk-Rename"
+msgstr "Massenumbenennen"
 
 #: ../thunar/thunar-renamer-dialog.c:1217
 msgid ""
 "Thunar Bulk Rename is a powerful and extensible\n"
 "tool to rename multiple files at once."
-msgstr "Thunar Bulk-Rename ist ein mächtiges, erweiterbares\nWerkzeug zum 
gleichzeitigen Umbenennen mehrerer Dateien."
+msgstr "Thunar-Massenumbenennen ist ein mächtiges, erweiterbares\nWerkzeug zum 
gleichzeitigen Umbenennen mehrerer Dateien."
 
 #: ../thunar/thunar-renamer-dialog.c:1690
 msgid "Remove File"
@@ -2013,7 +2013,7 @@ msgstr[1] "Aus der Liste der unten angezeigten Dateien 
die ausgewählten Dateien
 #. change title to reflect the standalone status
 #: ../thunar/thunar-renamer-dialog.c:1827
 msgid "Bulk Rename - Rename Multiple Files"
-msgstr "Bulk-Rename - Mehrere Dateien gleichzeitig umbenennen"
+msgstr "Massenumbenennen - Mehrere Dateien gleichzeitig umbenennen"
 
 #: ../thunar/thunar-renamer-progress.c:185
 #, c-format
@@ -2042,7 +2042,7 @@ msgid ""
 msgstr "Soll diese Datei übersprungen werden und mit den restlichen Dateien 
fortgefahren werden?"
 
 #: ../thunar/thunar-shortcuts-model.c:597
-#: ../plugins/thunar-tpa/thunar-tpa.c:310
+#: ../plugins/thunar-tpa/thunar-tpa.c:308
 msgid "Trash is empty"
 msgstr "Leerer Papierkorb "
 
@@ -2455,46 +2455,46 @@ msgstr "In Ordner e_infügen"
 msgid "P_roperties..."
 msgstr "_Eigenschaften …"
 
-#: ../thunar/thunar-util.c:272
+#: ../thunar/thunar-util.c:280
 #, c-format
 msgid "Invalid path"
 msgstr "Ungültiger Pfad"
 
-#: ../thunar/thunar-util.c:306
+#: ../thunar/thunar-util.c:314
 #, c-format
 msgid "Unknown user \"%s\""
 msgstr "Unbekannter Benutzer »%s«"
 
 #. TRANSLATORS: file was modified less than one day ago
-#: ../thunar/thunar-util.c:395
+#: ../thunar/thunar-util.c:403
 msgid "Today

[Xfce4-commits] [xfce/thunar] 02/02: I18n: Update translation ru (100%).

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository xfce/thunar.

commit fde8d7e67daa64f700286a2b6425f0ebce8844e4
Author: Sergey Alyoshin 
Date:   Mon Nov 3 00:30:18 2014 +0100

I18n: Update translation ru (100%).

737 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/ru.po |   69 +++---
 1 file changed, 44 insertions(+), 25 deletions(-)

diff --git a/po/ru.po b/po/ru.po
index 131306a..f63bc2f 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -4,16 +4,16 @@
 # 
 # Translators:
 # Dmitrij Smirnov , 2011
-# asvl , 2014
+# Sergey Alyoshin , 2014
 # Sergey Fedoseev , 2006
 msgid ""
 msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-07-30 00:30+0200\n"
-"PO-Revision-Date: 2014-03-27 06:08+\n"
-"Last-Translator: asvl \n"
-"Language-Team: Russian 
(http://www.transifex.com/projects/p/xfce/language/ru/)\n"
+"POT-Creation-Date: 2014-11-02 00:30+0100\n"
+"PO-Revision-Date: 2014-11-02 22:15+\n"
+"Last-Translator: Sergey Alyoshin \n"
+"Language-Team: Russian 
(http://www.transifex.com/projects/p/thunar/language/ru/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -250,7 +250,7 @@ msgstr "Удалить все файлы и каталоги из корзины
 #. prepare the menu item
 #: ../thunar/thunar-application.c:2008 ../thunar/thunar-location-buttons.c:179
 #: ../thunar/thunar-shortcuts-view.c:1191 ../thunar/thunar-tree-view.c:1183
-#: ../thunar/thunar-window.c:351 ../plugins/thunar-tpa/thunar-tpa.c:189
+#: ../thunar/thunar-window.c:351 ../plugins/thunar-tpa/thunar-tpa.c:191
 msgid "_Empty Trash"
 msgstr "_Очистить корзину"
 
@@ -499,7 +499,7 @@ msgstr "_Автоматически увеличивать ширину стол
 #. tell the user that we're unable to determine the file info
 #: ../thunar/thunar-column-model.c:858 ../thunar/thunar-list-model.c:680
 #: ../thunar/thunar-list-model.c:708
-#: ../thunar/thunar-permissions-chooser.c:229 ../thunar/thunar-util.c:446
+#: ../thunar/thunar-permissions-chooser.c:229 ../thunar/thunar-util.c:454
 #: ../plugins/thunar-apr/thunar-apr-desktop-page.c:503
 #: ../plugins/thunar-apr/thunar-apr-image-page.c:285
 #: ../plugins/thunar-apr/thunar-apr-image-page.c:286
@@ -1366,7 +1366,7 @@ msgstr "Обновить текущий каталог"
 #: ../thunar/thunar-location-entry.c:395
 #, c-format
 msgid "File does not exist"
-msgstr "Файл не найден"
+msgstr "Файл не существует"
 
 #: ../thunar/thunar-notify.c:168
 msgid "Unmounting device"
@@ -1388,7 +1388,7 @@ msgstr "Запись данных на устройство"
 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 "Необходимо записать некоторые данные на устройство «%s» перед его 
извлечением. Не вынимайте его до окончания выполнения операции."
+msgstr "Необходимо записать данные на устройство «%s» перед его извлечением. 
Не вынимайте его до окончания выполнения операции."
 
 #: ../thunar/thunar-notify.c:208
 msgid "Ejecting device"
@@ -2062,7 +2062,7 @@ msgid ""
 msgstr "Вы хотите пропустить этот файл и продолжить переименование остальных 
файлов?"
 
 #: ../thunar/thunar-shortcuts-model.c:597
-#: ../plugins/thunar-tpa/thunar-tpa.c:310
+#: ../plugins/thunar-tpa/thunar-tpa.c:308
 msgid "Trash is empty"
 msgstr "Корзина пуста"
 
@@ -2491,46 +2491,46 @@ msgstr "Вст_авить в каталог"
 msgid "P_roperties..."
 msgstr "_Свойства..."
 
-#: ../thunar/thunar-util.c:272
+#: ../thunar/thunar-util.c:280
 #, c-format
 msgid "Invalid path"
 msgstr "Неверный путь"
 
-#: ../thunar/thunar-util.c:306
+#: ../thunar/thunar-util.c:314
 #, c-format
 msgid "Unknown user \"%s\""
 msgstr "Неизвестный пользователь «%s»"
 
 #. TRANSLATORS: file was modified less than one day ago
-#: ../thunar/thunar-util.c:395
+#: ../thunar/thunar-util.c:403
 msgid "Today"
 msgstr "сегодня"
 
 #. TRANSLATORS: file was modified less than one day ago
-#: ../thunar/thunar-util.c:400
+#: ../thunar/thunar-util.c:408
 #, c-format
 msgid "Today at %X"
 msgstr "сегодня в %X"
 
 #. TRANSLATORS: file was modified less than two days ago
-#: ../thunar/thunar-util.c:408
+#: ../thunar/thunar-util.c:416
 msgid "Yesterday"
 msgstr "вчера"
 
 #. TRANSLATORS: file was modified less than two days ago
-#: ../thunar/thunar-util.c:413
+#: ../thunar/thunar-util.c:421
 #, c-format
 msgid "Yesterday at %X"
 msgstr "вчера в %X"
 
 #. Days from last week
-#: ../thunar/thunar-util.c:421
+#: ../thunar/thunar-util.c:429
 #, c-format
 msgid "%A at %X"
 msgstr "%A в %X"
 
 #. Any other date
-#: ../thunar/thunar-util.c:426
+#: ../thunar/thunar-util.c:434
 #, c-format
 msgid "%x at %X"
 msgstr "%x в %X"
@@ -3319,15 +3319,15 @@ msgid "Mail Recipient"
 msgstr "Электронную почту"
 
 #. tell the user that we failed to connect to the trash
-#: ../plugins/thunar-tpa/thunar-tpa.c:295
-#: ../plugins/thunar-tpa/thu

[Xfce4-commits] [xfce/thunar] branch master updated (303d2c7 -> fde8d7e)

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository xfce/thunar.

  from  303d2c7   I18n: Update translation pt_BR (100%).
   new  2046b46   I18n: Update translation de (99%).
   new  fde8d7e   I18n: Update translation ru (100%).

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/de.po |   79 ++
 po/ru.po |   69 ++
 2 files changed, 93 insertions(+), 55 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfce4-screenshooter] 01/01: I18n: Update translation fr (100%).

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository apps/xfce4-screenshooter.

commit 7bc727d695d8a6b437f7cd0832490085cfffd9ab
Author: Yannick Le Guen 
Date:   Sun Nov 2 18:31:05 2014 +0100

I18n: Update translation fr (100%).

75 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/fr.po |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 57d40ef..cb32e94 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -6,14 +6,15 @@
 # Douart Patrick , 2009
 # jc1 , 2013
 # jc1 , 2013
-# Urides , 2014
+# Urien Desterres , 2014
+# Yannick Le Guen , 2014
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-05-05 18:31+0200\n"
-"PO-Revision-Date: 2014-05-14 10:44+\n"
-"Last-Translator: Urides \n"
+"PO-Revision-Date: 2014-11-02 14:27+\n"
+"Last-Translator: Yannick Le Guen \n"
 "Language-Team: French 
(http://www.transifex.com/projects/p/xfce-apps/language/fr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -34,7 +35,7 @@ msgstr "Transfert"
 msgid ""
 "The screenshot is being "
 "transferred to:"
-msgstr "La capture d’écran est 
transferée vers :"
+msgstr "La capture d’écran est 
transférée vers :"
 
 #: ../lib/screenshooter-dialogs.c:682 ../lib/screenshooter-dialogs.c:699
 #: ../lib/screenshooter-dialogs.c:891 ../lib/screenshooter-utils.c:64

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfce4-screenshooter] branch master updated (59dc9f4 -> 7bc727d)

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository apps/xfce4-screenshooter.

  from  59dc9f4   I18n: Update translation de (100%).
   new  7bc727d   I18n: Update translation fr (100%).

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/fr.po |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/thunar] branch master updated (4ed7304 -> 303d2c7)

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository xfce/thunar.

  from  4ed7304   I18n: Update translation zh_TW (100%).
   new  303d2c7   I18n: Update translation pt_BR (100%).

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/pt_BR.po |   60 +++
 1 file changed, 40 insertions(+), 20 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/thunar] 01/01: I18n: Update translation pt_BR (100%).

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository xfce/thunar.

commit 303d2c759acdc388c82f96f4d7cd1ef45d663765
Author: Cleber de Souza Corrêa 
Date:   Sun Nov 2 18:30:18 2014 +0100

I18n: Update translation pt_BR (100%).

737 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/pt_BR.po |   60 +++
 1 file changed, 40 insertions(+), 20 deletions(-)

diff --git a/po/pt_BR.po b/po/pt_BR.po
index dfc7f30..678e2e4 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -4,6 +4,7 @@
 # 
 # Translators:
 # Adriano Winter Bess , 2006
+# Cleber de Souza Corrêa , 2014
 # Fábio Nogueira , 2007
 # Joao Pedrosa , 2005
 # Og Maciel , 2008,2010
@@ -16,9 +17,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-07-30 00:30+0200\n"
-"PO-Revision-Date: 2014-08-04 18:20+\n"
-"Last-Translator: André Miranda \n"
+"POT-Creation-Date: 2014-11-02 00:30+0100\n"
+"PO-Revision-Date: 2014-11-02 12:14+\n"
+"Last-Translator: Cleber de Souza Corrêa \n"
 "Language-Team: Portuguese (Brazil) 
(http://www.transifex.com/projects/p/thunar/language/pt_BR/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -255,7 +256,7 @@ msgstr "Remover todos os arquivos e pastas da lixeira?"
 #. prepare the menu item
 #: ../thunar/thunar-application.c:2008 ../thunar/thunar-location-buttons.c:179
 #: ../thunar/thunar-shortcuts-view.c:1191 ../thunar/thunar-tree-view.c:1183
-#: ../thunar/thunar-window.c:351 ../plugins/thunar-tpa/thunar-tpa.c:189
+#: ../thunar/thunar-window.c:351 ../plugins/thunar-tpa/thunar-tpa.c:191
 msgid "_Empty Trash"
 msgstr "_Esvaziar a lixeira"
 
@@ -504,7 +505,7 @@ msgstr "_Expandir automaticamente as colunas quando 
necessário"
 #. tell the user that we're unable to determine the file info
 #: ../thunar/thunar-column-model.c:858 ../thunar/thunar-list-model.c:680
 #: ../thunar/thunar-list-model.c:708
-#: ../thunar/thunar-permissions-chooser.c:229 ../thunar/thunar-util.c:446
+#: ../thunar/thunar-permissions-chooser.c:229 ../thunar/thunar-util.c:454
 #: ../plugins/thunar-apr/thunar-apr-desktop-page.c:503
 #: ../plugins/thunar-apr/thunar-apr-image-page.c:285
 #: ../plugins/thunar-apr/thunar-apr-image-page.c:286
@@ -2044,7 +2045,7 @@ msgid ""
 msgstr "Você deseja pular este arquivo e continuar renomeando os arquivos 
restantes?"
 
 #: ../thunar/thunar-shortcuts-model.c:597
-#: ../plugins/thunar-tpa/thunar-tpa.c:310
+#: ../plugins/thunar-tpa/thunar-tpa.c:308
 msgid "Trash is empty"
 msgstr "A lixeira está vazia"
 
@@ -2457,46 +2458,46 @@ msgstr "Colar na _pasta"
 msgid "P_roperties..."
 msgstr "P_ropriedades..."
 
-#: ../thunar/thunar-util.c:272
+#: ../thunar/thunar-util.c:280
 #, c-format
 msgid "Invalid path"
 msgstr "Caminho inválido"
 
-#: ../thunar/thunar-util.c:306
+#: ../thunar/thunar-util.c:314
 #, c-format
 msgid "Unknown user \"%s\""
 msgstr "Usuário desconhecido \"%s\""
 
 #. TRANSLATORS: file was modified less than one day ago
-#: ../thunar/thunar-util.c:395
+#: ../thunar/thunar-util.c:403
 msgid "Today"
 msgstr "Hoje"
 
 #. TRANSLATORS: file was modified less than one day ago
-#: ../thunar/thunar-util.c:400
+#: ../thunar/thunar-util.c:408
 #, c-format
 msgid "Today at %X"
 msgstr "Hoje às %X"
 
 #. TRANSLATORS: file was modified less than two days ago
-#: ../thunar/thunar-util.c:408
+#: ../thunar/thunar-util.c:416
 msgid "Yesterday"
 msgstr "Ontem"
 
 #. TRANSLATORS: file was modified less than two days ago
-#: ../thunar/thunar-util.c:413
+#: ../thunar/thunar-util.c:421
 #, c-format
 msgid "Yesterday at %X"
 msgstr "Ontem às %X"
 
 #. Days from last week
-#: ../thunar/thunar-util.c:421
+#: ../thunar/thunar-util.c:429
 #, c-format
 msgid "%A at %X"
 msgstr "%A às %X"
 
 #. Any other date
-#: ../thunar/thunar-util.c:426
+#: ../thunar/thunar-util.c:434
 #, c-format
 msgid "%x at %X"
 msgstr "%x às %X"
@@ -3282,15 +3283,15 @@ msgid "Mail Recipient"
 msgstr "Destinatário do e-mail"
 
 #. tell the user that we failed to connect to the trash
-#: ../plugins/thunar-tpa/thunar-tpa.c:295
-#: ../plugins/thunar-tpa/thunar-tpa.c:336
-#: ../plugins/thunar-tpa/thunar-tpa.c:358
-#: ../plugins/thunar-tpa/thunar-tpa.c:385
+#: ../plugins/thunar-tpa/thunar-tpa.c:293
+#: ../plugins/thunar-tpa/thunar-tpa.c:334
+#: ../plugins/thunar-tpa/thunar-tpa.c:356
+#: ../plugins/thunar-tpa/thunar-tpa.c:383
 msgid "Failed to connect to the Trash"
 msgstr "Falha ao conectar-se à lixeira"
 
 #. tell the user whether the trash is full or empty
-#: ../plugins/thunar-tpa/thunar-tpa.c:310
+#: ../plugins/thunar-tpa/thunar-tpa.c:308
 msgid "Trash contains files"
 msgstr "A lixeira contém arquivos"
 
@@ -3557,7 +3558,7 @@ msgstr "Abrir terminal aqui"
 msgid "Example for a custom action"
 msgstr "Exemplo de uma ação personalizada"
 
-#: ../plugins/thunar-wallpaper/twp-provider.c:173
+#: ../plugins/thunar-wallpaper/

[Xfce4-commits] [thunar-plugins/thunar-vcs-plugin] branch master updated (f910231 -> 26b1cfe)

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository thunar-plugins/thunar-vcs-plugin.

  from  f910231   I18n: Update translation hr (96%).
   new  26b1cfe   I18n: Update translation bg (89%).

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/bg.po |   42 +-
 1 file changed, 21 insertions(+), 21 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [thunar-plugins/thunar-vcs-plugin] 01/01: I18n: Update translation bg (89%).

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository thunar-plugins/thunar-vcs-plugin.

commit 26b1cfe7459a6b6a3d320e70a708a91a0d4c33d1
Author: Kiril Kirilov 
Date:   Sun Nov 2 18:30:25 2014 +0100

I18n: Update translation bg (89%).

277 translated messages, 34 untranslated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/bg.po |   42 +-
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/po/bg.po b/po/bg.po
index 2eb05e4..7effe1f 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -12,7 +12,7 @@ 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: 2014-09-22 20:06+\n"
+"PO-Revision-Date: 2014-11-02 13:02+\n"
 "Last-Translator: Kiril Kirilov \n"
 "Language-Team: Bulgarian 
(http://www.transifex.com/projects/p/thunar-plugins/language/bg/)\n"
 "MIME-Version: 1.0\n"
@@ -1199,19 +1199,19 @@ msgstr ""
 
 #: ../tvp-svn-helper/tsh-common.c:600
 msgid "Forbidden by server"
-msgstr ""
+msgstr "Забранено от сървъра"
 
 #: ../tvp-svn-helper/tsh-common.c:601
 msgid "Skipped conflicted"
-msgstr ""
+msgstr "Пропускане на конфликта"
 
 #: ../tvp-svn-helper/tsh-common.c:692
 msgid "Inapplicable"
-msgstr ""
+msgstr "Неприложимо"
 
 #: ../tvp-svn-helper/tsh-common.c:694
 msgid "Unchanged"
-msgstr ""
+msgstr "Непроменено"
 
 #: ../tvp-svn-helper/tsh-common.c:696 ../tvp-svn-helper/tsh-common.c:742
 msgid "Obstructed"
@@ -1227,17 +1227,17 @@ msgstr "Слято"
 
 #: ../tvp-svn-helper/tsh-common.c:699 ../tvp-svn-helper/tsh-common.c:740
 msgid "Conflicted"
-msgstr ""
+msgstr "Конфликт"
 
 #: ../tvp-svn-helper/tsh-common.c:701
 msgid "Source missing"
-msgstr ""
+msgstr "Липсващ източник"
 
 #. N_("None"),
 #. N_("Unversioned"),
 #: ../tvp-svn-helper/tsh-common.c:733
 msgid "Normal"
-msgstr ""
+msgstr "Нормално"
 
 #: ../tvp-svn-helper/tsh-common.c:741
 msgid "Ignored"
@@ -1253,53 +1253,53 @@ msgstr "Грешка"
 
 #: ../tvp-svn-helper/tsh-common.c:1094
 msgid "Local action"
-msgstr ""
+msgstr "Локално действие"
 
 #: ../tvp-svn-helper/tsh-copy.c:112
 msgid "Local copy"
-msgstr ""
+msgstr "Локално копиране"
 
 #: ../tvp-svn-helper/tsh-copy.c:159
 msgid "Copy To"
-msgstr ""
+msgstr "Копиране в"
 
 #: ../tvp-svn-helper/tsh-delete.c:118
 msgid "Local delete"
-msgstr ""
+msgstr "Локално изтриване"
 
 #: ../tvp-svn-helper/tsh-delete.c:158
 msgid "Delete Message"
-msgstr ""
+msgstr "Изтриване на Съобщение"
 
 #: ../tvp-svn-helper/tsh-file-dialog.c:59
 msgid "_Certificate:"
-msgstr ""
+msgstr "Сертификат:"
 
 #: ../tvp-svn-helper/tsh-file-dialog.c:66
 msgid "Select a file"
-msgstr ""
+msgstr "Избор на файл"
 
 #: ../tvp-svn-helper/tsh-file-dialog.c:77
 #: ../tvp-svn-helper/tsh-login-dialog.c:97
 #: ../tvp-svn-helper/tsh-trust-dialog.c:72
 msgid "Remember"
-msgstr ""
+msgstr "Запомняне"
 
 #: ../tvp-svn-helper/tsh-file-dialog.c:85
 msgid "Certificate"
-msgstr ""
+msgstr "Сертификат"
 
 #: ../tvp-svn-helper/tsh-import.c:138
 msgid "Import Message"
-msgstr ""
+msgstr "Внасяне на съобщение"
 
 #: ../tvp-svn-helper/tsh-log.c:123
 msgid "Log failed"
-msgstr ""
+msgstr "Неуспешно вписване"
 
 #: ../tvp-svn-helper/tsh-log-dialog.c:214
 msgid "Stop On Copy"
-msgstr ""
+msgstr "Спиране на копирането"
 
 #: ../tvp-svn-helper/tsh-log-dialog.c:218
 msgid "Show Merged Revisions"
@@ -1445,4 +1445,4 @@ msgstr ""
 
 #: ../tvp-svn-helper/tsh-trust-dialog.c:76
 msgid "Trust"
-msgstr ""
+msgstr "Удостоверяване"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] 01/01: Bump release 1.2.2

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

mmassonnet pushed a commit to branch master
in repository panel-plugins/xfce4-netload-plugin.

commit ad2168018ad7533e8a5234b98c06b4750f93817c
Author: Mike Massonnet 
Date:   Sun Nov 2 17:46:32 2014 +0100

Bump release 1.2.2
---
 configure.ac.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac.in b/configure.ac.in
index 135eb1c..f82c454 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -7,7 +7,7 @@ dnl Copyright 2010 Florian Rivoal 
 dnl Copyright 2014 Mike Massonnet 
 dnl
 
-m4_define([netload_version],[1.2.1])
+m4_define([netload_version],[1.2.2])
 
 AC_INIT([xfce4-netload-plugin], [netload_version],
[goodies-...@xfce.org])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] branch master updated (e27c703 -> ad21680)

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

mmassonnet pushed a change to branch master
in repository panel-plugins/xfce4-netload-plugin.

  from  e27c703   Fix plugin installation path
   new  ad21680   Bump release 1.2.2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure.ac.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] annotated tag version-1.2.2 created (now 2832e0b)

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

mmassonnet pushed a change to annotated tag version-1.2.2
in repository panel-plugins/xfce4-netload-plugin.

at  2832e0b   (tag)
   tagging  ad2168018ad7533e8a5234b98c06b4750f93817c (commit)
  replaces  version-1.2.1
 tagged by  Mike Massonnet
on  Sun Nov 2 17:47:24 2014 +0100

- Log -
tag version 1.2.2
---

No new revisions were added by this update.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] branch master updated (1a73b51 -> e27c703)

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

mmassonnet pushed a change to branch master
in repository panel-plugins/xfce4-netload-plugin.

  from  1a73b51   Build plugin as a module
   new  e27c703   Fix plugin installation path

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 panel-plugin/Makefile.am |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] 01/01: Fix plugin installation path

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

mmassonnet pushed a commit to branch master
in repository panel-plugins/xfce4-netload-plugin.

commit e27c70375702f6bd94625467f1cbcef2ed0e4bde
Author: Mike Massonnet 
Date:   Sun Nov 2 17:46:09 2014 +0100

Fix plugin installation path
---
 panel-plugin/Makefile.am |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index eeef70a..94f6b95 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -1,4 +1,4 @@
-plugindir = $(libdir)/xfce4/panel-plugins
+plugindir = $(libdir)/xfce4/panel/plugins
 plugin_LTLIBRARIES = libnetload.la
 
 LIBS = @LIBS@ @SOLLIBS@

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] annotated tag version-1.2.1 created (now 0346856)

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

mmassonnet pushed a change to annotated tag version-1.2.1
in repository panel-plugins/xfce4-netload-plugin.

at  0346856   (tag)
   tagging  1a73b511b8b4d59145b07b561fe015e6cc327522 (commit)
  replaces  version-1.2.0
 tagged by  Mike Massonnet
on  Sun Nov 2 16:27:57 2014 +0100

- Log -
tag version 1.2.1
---

No new revisions were added by this update.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] branch master updated (e751508 -> 1a73b51)

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

mmassonnet pushed a change to branch master
in repository panel-plugins/xfce4-netload-plugin.

  from  e751508   Update build environment
   new  1a73b51   Build plugin as a module

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 panel-plugin/Makefile.am   |   23 +++
 panel-plugin/netload.c |2 +-
 panel-plugin/netload.desktop.in.in |3 ++-
 3 files changed, 18 insertions(+), 10 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] 01/01: Build plugin as a module

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

mmassonnet pushed a commit to branch master
in repository panel-plugins/xfce4-netload-plugin.

commit 1a73b511b8b4d59145b07b561fe015e6cc327522
Author: Mike Massonnet 
Date:   Sun Nov 2 16:26:08 2014 +0100

Build plugin as a module
---
 panel-plugin/Makefile.am   |   23 +++
 panel-plugin/netload.c |2 +-
 panel-plugin/netload.desktop.in.in |3 ++-
 3 files changed, 18 insertions(+), 10 deletions(-)

diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 92e1d26..eeef70a 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -1,9 +1,9 @@
-plugindir = $(libexecdir)/xfce4/panel-plugins
-plugin_PROGRAMS = xfce4-netload-plugin
+plugindir = $(libdir)/xfce4/panel-plugins
+plugin_LTLIBRARIES = libnetload.la
 
 LIBS = @LIBS@ @SOLLIBS@
 
-xfce4_netload_plugin_SOURCES = \
+libnetload_la_SOURCES =
\
netload.c   \
monitor-label.c \
monitor-label.h \
@@ -16,14 +16,21 @@ xfce4_netload_plugin_SOURCES =  
\
global.h\
slurm.h
 
-xfce4_netload_plugin_CFLAGS =  \
+libnetload_la_CFLAGS = \
-DPACKAGE_LOCALE_DIR=\"$(localedir)\"   \
-   @LIBXFCE4PANEL_CFLAGS@  \
+   @LIBXFCE4PANEL_CFLAGS@  \
@LIBXFCE4UI_CFLAGS@
 
-xfce4_netload_plugin_LDADD =   \
-   @SOLLIBS@   \
-   @LIBXFCE4PANEL_LIBS@
\
+libnetload_la_LDFLAGS =
\
+   -avoid-version  \
+   -module \
+   -no-undefined   \
+   -export-symbols-regex '^xfce_panel_module_(preinit|init|construct)' \
+   $(PLATFORM_LDFLAGS)
+
+libnetload_la_LIBADD = \
+   @SOLLIBS@   \
+   @LIBXFCE4PANEL_LIBS@\
@LIBXFCE4UI_LIBS@
 
 # .desktop file
diff --git a/panel-plugin/netload.c b/panel-plugin/netload.c
index 0ec0148..79d6bdb 100644
--- a/panel-plugin/netload.c
+++ b/panel-plugin/netload.c
@@ -1271,4 +1271,4 @@ static void netload_construct (XfcePanelPlugin *plugin)
 run_update( global );
 }
 
-XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL (netload_construct);
+XFCE_PANEL_PLUGIN_REGISTER (netload_construct);
diff --git a/panel-plugin/netload.desktop.in.in 
b/panel-plugin/netload.desktop.in.in
index 6e5e57f..3a461f2 100644
--- a/panel-plugin/netload.desktop.in.in
+++ b/panel-plugin/netload.desktop.in.in
@@ -4,5 +4,6 @@ Encoding=UTF-8
 _Name=Network Monitor
 _Comment=Show network traffic
 Icon=xfce4-netload-plugin
-X-XFCE-Exec=@PLUGIN_PATH@/xfce4-netload-plugin
+X-XFCE-Module=netload
+X-XFCE-Internal=FALSE
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] branch master updated (be4078b -> e751508)

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

mmassonnet pushed a change to branch master
in repository panel-plugins/xfce4-netload-plugin.

  from  be4078b   Reset correct orientation of box_bars
   new  e751508   Update build environment

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am |6 --
 autogen.sh  |7 +--
 configure.ac.in |   13 +
 3 files changed, 10 insertions(+), 16 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] 01/01: Update build environment

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

mmassonnet pushed a commit to branch master
in repository panel-plugins/xfce4-netload-plugin.

commit e751508043b500af8dba6bca0fe88187d051c3c8
Author: Mike Massonnet 
Date:   Sun Nov 2 16:09:37 2014 +0100

Update build environment
---
 Makefile.am |6 --
 autogen.sh  |7 +--
 configure.ac.in |   13 +
 3 files changed, 10 insertions(+), 16 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index a8be6ce..edbdd67 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,12 +5,6 @@ SUBDIRS = panel-plugin po icons
 distclean-local:
rm -rf *.cache *~
 
-dist-bz2: dist
-   zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > 
$(PACKAGE)-$(VERSION).tar.bz2
-
-distcheck-bz2: distcheck
-   zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > 
$(PACKAGE)-$(VERSION).tar.bz2
-
 .PHONY: ChangeLog
 
 ChangeLog: Makefile
diff --git a/autogen.sh b/autogen.sh
index 524cc63..050251d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,10 +1,4 @@
 #!/bin/sh
-#
-# Copyright (c) 2002-2010
-# The Xfce development team. All rights reserved.
-#
-
-export XDT_AUTOGEN_REQUIRED_VERSION="4.7.0"
 
 (type xdt-autogen) >/dev/null 2>&1 || {
   cat >&2 <
 dnl Copyright 2010 Florian Rivoal 
+dnl Copyright 2014 Mike Massonnet 
 dnl
 
-m4_define([netload_version],[1.2.0])
+m4_define([netload_version],[1.2.1])
 
 AC_INIT([xfce4-netload-plugin], [netload_version],
[goodies-...@xfce.org])
-
-NETLOAD_VERSION=netload_version()
-AM_INIT_AUTOMAKE([xfce4-netload-plugin], [$NETLOAD_VERSION])
 AM_CONFIG_HEADER([config.h])
+AC_PREREQ([2.50])
+AC_CANONICAL_TARGET()
 
+AM_INIT_AUTOMAKE([1.8 no-dist-gzip dist-bzip2])
 AM_MAINTAINER_MODE
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
 
 dnl Check for basic programs
 AC_PROG_CC

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] 01/02: Only round to 0 digits for KiB/s values (bug #11152)

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

mmassonnet pushed a commit to branch master
in repository panel-plugins/xfce4-netload-plugin.

commit c7b9a893a3792ca9c6203a27b1fe6c78111b15ac
Author: Mike Massonnet 
Date:   Sun Nov 2 15:16:25 2014 +0100

Only round to 0 digits for KiB/s values (bug #11152)
---
 panel-plugin/netload.c |2 +-
 panel-plugin/utils.c   |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/panel-plugin/netload.c b/panel-plugin/netload.c
index 4fcde53..22b9699 100644
--- a/panel-plugin/netload.c
+++ b/panel-plugin/netload.c
@@ -241,7 +241,7 @@ static gboolean update_monitors(t_global_monitor *global)
 
gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(global->monitor->status[i]), 
temp);
 
 format_byte_humanreadable( buffer[i], BUFSIZ - 1, display[i], 2 );
-format_byte_humanreadable( buffer_panel[i], BUFSIZ - 1, display[i], 0 
);
+format_byte_humanreadable( buffer_panel[i], BUFSIZ - 1, display[i], 2 
);
 }
 
 format_byte_humanreadable( buffer[TOT], BUFSIZ - 1, 
(display[IN]+display[OUT]), 2 );
diff --git a/panel-plugin/utils.c b/panel-plugin/utils.c
index 30647af..c49744a 100644
--- a/panel-plugin/utils.c
+++ b/panel-plugin/utils.c
@@ -90,8 +90,8 @@ char* format_byte_humanreadable(char* string, int stringsize, 
double number, int
 digits = 2;
 }
 
-/* no digits for smallest unit size */
-if (number <= 1024.0)
+/* no digits for values under MiB/s unit size */
+if (number < 1024.0 * 1024.0)
 {
 digits = 0;
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] branch master updated (23ec874 -> be4078b)

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

mmassonnet pushed a change to branch master
in repository panel-plugins/xfce4-netload-plugin.

  from  23ec874   Pack progress bars inside event box and hide/show (bug 
#10258)
   new  c7b9a89   Only round to 0 digits for KiB/s values (bug #11152)
   new  be4078b   Reset correct orientation of box_bars

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 panel-plugin/netload.c |5 -
 panel-plugin/utils.c   |4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] 02/02: Reset correct orientation of box_bars

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

mmassonnet pushed a commit to branch master
in repository panel-plugins/xfce4-netload-plugin.

commit be4078b027e566fa9f20c67764e265d48b6d4e63
Author: Mike Massonnet 
Date:   Sun Nov 2 15:28:16 2014 +0100

Reset correct orientation of box_bars

Follow-up from commit 23ec87473efc5dd9da19c1b1968915521d56b2eb
---
 panel-plugin/netload.c |3 +++
 1 file changed, 3 insertions(+)

diff --git a/panel-plugin/netload.c b/panel-plugin/netload.c
index 22b9699..0ec0148 100644
--- a/panel-plugin/netload.c
+++ b/panel-plugin/netload.c
@@ -338,6 +338,7 @@ static void monitor_set_mode (XfcePanelPlugin *plugin, 
XfcePanelPluginMode mode,
 if (mode == XFCE_PANEL_PLUGIN_MODE_DESKBAR)
 {
 xfce_hvbox_set_orientation(XFCE_HVBOX(global->box), 
GTK_ORIENTATION_VERTICAL);
+xfce_hvbox_set_orientation(XFCE_HVBOX(global->box_bars), 
GTK_ORIENTATION_VERTICAL);
 gtk_label_set_angle(GTK_LABEL(global->monitor->label), 0);
 gtk_misc_set_alignment(GTK_MISC(global->monitor->rcv_label), 0.5f, 
1.0f);
 gtk_misc_set_alignment(GTK_MISC(global->monitor->sent_label), 0.5f, 
0.0f);
@@ -350,6 +351,7 @@ static void monitor_set_mode (XfcePanelPlugin *plugin, 
XfcePanelPluginMode mode,
 else if (mode == XFCE_PANEL_PLUGIN_MODE_VERTICAL)
 {
 xfce_hvbox_set_orientation(XFCE_HVBOX(global->box), 
GTK_ORIENTATION_VERTICAL);
+xfce_hvbox_set_orientation(XFCE_HVBOX(global->box_bars), 
GTK_ORIENTATION_VERTICAL);
 gtk_label_set_angle(GTK_LABEL(global->monitor->label), 270);
 gtk_misc_set_alignment(GTK_MISC(global->monitor->rcv_label), 0.5f, 
1.0f);
 gtk_misc_set_alignment(GTK_MISC(global->monitor->sent_label), 0.5f, 
0.0f);
@@ -364,6 +366,7 @@ static void monitor_set_mode (XfcePanelPlugin *plugin, 
XfcePanelPluginMode mode,
 else /* mode == XFCE_PANEL_PLUGIN_MODE_HORIZONTAL */
 {
 xfce_hvbox_set_orientation(XFCE_HVBOX(global->box), 
GTK_ORIENTATION_HORIZONTAL);
+xfce_hvbox_set_orientation(XFCE_HVBOX(global->box_bars), 
GTK_ORIENTATION_HORIZONTAL);
 gtk_label_set_angle(GTK_LABEL(global->monitor->label), 0);
 gtk_misc_set_alignment(GTK_MISC(global->monitor->rcv_label), 1.0f, 
0.5f);
 gtk_misc_set_alignment(GTK_MISC(global->monitor->sent_label), 0.0f, 
0.5f);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] branch master updated (215438c -> 23ec874)

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

mmassonnet pushed a change to branch master
in repository panel-plugins/xfce4-netload-plugin.

  from  215438c   Do not enforce max length for text/device entries (bug 
#9869)
   new  23ec874   Pack progress bars inside event box and hide/show (bug 
#10258)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 panel-plugin/netload.c |   29 -
 1 file changed, 20 insertions(+), 9 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] 01/01: Pack progress bars inside event box and hide/show (bug #10258)

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

mmassonnet pushed a commit to branch master
in repository panel-plugins/xfce4-netload-plugin.

commit 23ec87473efc5dd9da19c1b1968915521d56b2eb
Author: Mike Massonnet 
Date:   Sun Nov 2 15:07:28 2014 +0100

Pack progress bars inside event box and hide/show (bug #10258)

After switching the option to show/hide the progress bars, the right click 
loses its
signal to display the panel context menu. Fixed by packing the progress 
bars inside
an event box.
---
 panel-plugin/netload.c |   29 -
 1 file changed, 20 insertions(+), 9 deletions(-)

diff --git a/panel-plugin/netload.c b/panel-plugin/netload.c
index 7acb676..4fcde53 100644
--- a/panel-plugin/netload.c
+++ b/panel-plugin/netload.c
@@ -134,6 +134,8 @@ typedef struct
 
 GtkWidget *ebox;
 GtkWidget *box;
+GtkWidget *ebox_bars;
+GtkWidget *box_bars;
 GtkWidget *tooltip_text;
 guint timeout_id;
 t_monitor *monitor;
@@ -471,12 +473,21 @@ static t_global_monitor * monitor_new(XfcePanelPlugin 
*plugin)
TRUE, FALSE, 2);
 
 /* Create the progress bars */
+global->ebox_bars = gtk_event_box_new();
+gtk_event_box_set_visible_window(GTK_EVENT_BOX(global->ebox_bars), FALSE);
+gtk_event_box_set_above_child(GTK_EVENT_BOX(global->ebox_bars), TRUE);
+gtk_widget_show(global->ebox_bars);
+global->box_bars = xfce_hvbox_new(GTK_ORIENTATION_HORIZONTAL, FALSE, 0);
+gtk_widget_show(global->box_bars);
 for (i = 0; i < SUM; i++)
 {
 global->monitor->status[i] = GTK_WIDGET(gtk_progress_bar_new());
-gtk_box_pack_start(GTK_BOX(global->box),
+gtk_box_pack_start(GTK_BOX(global->box_bars),
GTK_WIDGET(global->monitor->status[i]), FALSE, 
FALSE, 0);
+gtk_widget_show(global->monitor->status[i]);
 }
+gtk_container_add(GTK_CONTAINER(global->ebox_bars), 
GTK_WIDGET(global->box_bars));
+gtk_container_add(GTK_CONTAINER(global->box), 
GTK_WIDGET(global->ebox_bars));
 
 /* Append sent label after the progress bars */
 gtk_box_pack_start(GTK_BOX(global->box),
@@ -532,16 +543,16 @@ static void setup_monitor(t_global_monitor *global, 
gboolean supress_warnings)
 }
 
 /* Setup the progress bars */
-for (i = 0; i < SUM; i++)
+if (global->monitor->options.show_bars)
 {
-if (global->monitor->options.show_bars)
+gtk_widget_show(global->ebox_bars);
+for (i = 0; i < SUM; i++)
 {
 /* Automatic or fixed maximum */
 if (global->monitor->options.auto_max)
 global->monitor->net_max[i] = INIT_MAX;
 else
 global->monitor->net_max[i] = global->monitor->options.max[i];
-gtk_widget_show(global->monitor->status[i]);
 
 /* Set bar colors */
 gtk_widget_modify_bg(GTK_WIDGET(global->monitor->status[i]),
@@ -554,10 +565,10 @@ static void setup_monitor(t_global_monitor *global, 
gboolean supress_warnings)
GTK_STATE_SELECTED,
&global->monitor->options.color[i]);
 }
-else
-{
-gtk_widget_hide(global->monitor->status[i]);
-}
+}
+else
+{
+gtk_widget_hide(global->ebox_bars);
 }
 
 if (!init_netload( &(global->monitor->data), 
global->monitor->options.network_device)
@@ -1182,8 +1193,8 @@ static void monitor_create_options(XfcePanelPlugin 
*plugin, t_global_monitor *gl
 FALSE, FALSE, 0);
 
 gtk_size_group_add_widget(sg, color_label[i]);
-
 }
+
 global->monitor->opt_colorize_values =
 gtk_check_button_new_with_mnemonic(_("_Colorize values"));
 gtk_widget_show(global->monitor->opt_colorize_values);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] branch master updated (f206729 -> 215438c)

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

mmassonnet pushed a change to branch master
in repository panel-plugins/xfce4-netload-plugin.

  from  f206729   Fix stringsize - 1 (bug #9172)
   new  215438c   Do not enforce max length for text/device entries (bug 
#9869)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 panel-plugin/netload.c |4 
 1 file changed, 4 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] 01/01: Do not enforce max length for text/device entries (bug #9869)

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

mmassonnet pushed a commit to branch master
in repository panel-plugins/xfce4-netload-plugin.

commit 215438c9e674b642cc757b2c1ec04700c8a1141a
Author: Mike Massonnet 
Date:   Sun Nov 2 13:47:04 2014 +0100

Do not enforce max length for text/device entries (bug #9869)
---
 panel-plugin/netload.c |4 
 1 file changed, 4 deletions(-)

diff --git a/panel-plugin/netload.c b/panel-plugin/netload.c
index a5f55d9..7acb676 100644
--- a/panel-plugin/netload.c
+++ b/panel-plugin/netload.c
@@ -992,8 +992,6 @@ static void monitor_create_options(XfcePanelPlugin *plugin, 
t_global_monitor *gl
 gtk_size_group_add_widget(sg, global->monitor->opt_use_label);
 
 global->monitor->opt_entry = gtk_entry_new();
-gtk_entry_set_max_length(GTK_ENTRY(global->monitor->opt_entry),
- MAX_LENGTH);
 gtk_entry_set_text(GTK_ENTRY(global->monitor->opt_entry),
global->monitor->options.label_text);
 gtk_widget_show(global->monitor->opt_entry);
@@ -1024,8 +1022,6 @@ static void monitor_create_options(XfcePanelPlugin 
*plugin, t_global_monitor *gl
 global->monitor->net_entry = gtk_entry_new();
 gtk_label_set_mnemonic_widget(GTK_LABEL(device_label),
   global->monitor->net_entry);
-gtk_entry_set_max_length(GTK_ENTRY(global->monitor->net_entry),
- MAX_LENGTH);
 gtk_entry_set_text(GTK_ENTRY(global->monitor->net_entry),
global->monitor->options.network_device);
 gtk_widget_show(global->monitor->opt_entry);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] branch master updated (61dcdc4 -> f206729)

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

mmassonnet pushed a change to branch master
in repository panel-plugins/xfce4-netload-plugin.

  from  61dcdc4   I18n: Update translation ko (100%).
   new  f206729   Fix stringsize - 1 (bug #9172)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 panel-plugin/netload.c |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] 01/01: Fix stringsize - 1 (bug #9172)

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

mmassonnet pushed a commit to branch master
in repository panel-plugins/xfce4-netload-plugin.

commit f206729df5064f2414a542b37b18079ee3e13fe8
Author: Mike Massonnet 
Date:   Sun Nov 2 13:26:19 2014 +0100

Fix stringsize - 1 (bug #9172)
---
 panel-plugin/netload.c |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/panel-plugin/netload.c b/panel-plugin/netload.c
index 95811df..a5f55d9 100644
--- a/panel-plugin/netload.c
+++ b/panel-plugin/netload.c
@@ -238,11 +238,11 @@ static gboolean update_monitors(t_global_monitor *global)
 if (global->monitor->options.show_bars)
 
gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(global->monitor->status[i]), 
temp);
 
-format_byte_humanreadable( buffer[i], BUFSIZ, display[i], 2 );
-format_byte_humanreadable( buffer_panel[i], BUFSIZ, display[i], 0 );
+format_byte_humanreadable( buffer[i], BUFSIZ - 1, display[i], 2 );
+format_byte_humanreadable( buffer_panel[i], BUFSIZ - 1, display[i], 0 
);
 }
 
-format_byte_humanreadable( buffer[TOT], BUFSIZ, 
(display[IN]+display[OUT]), 2 );
+format_byte_humanreadable( buffer[TOT], BUFSIZ - 1, 
(display[IN]+display[OUT]), 2 );
 
 {
 char* ip = get_ip_address(&(global->monitor->data));

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] 01/01: I18n: Update translation pl (100%).

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository panel-plugins/xfce4-weather-plugin.

commit dab11e48f31cb59e299c74147a50613ea7326c13
Author: Piotr Sokół 
Date:   Sun Nov 2 12:31:44 2014 +0100

I18n: Update translation pl (100%).

330 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/pl.po |   15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/po/pl.po b/po/pl.po
index fd880ea..e16d092 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,13 +7,14 @@
 # Dawid , 2014
 # Piotr Sokół , 2009,2011-2014
 # Piotr Sokół , 2014
+# Piotr Sokół , 2014
 # Piotr Strębski , 2012-2014
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-10-24 18:31+0200\n"
-"PO-Revision-Date: 2014-11-01 09:05+\n"
+"PO-Revision-Date: 2014-11-02 08:41+\n"
 "Last-Translator: Piotr Sokół \n"
 "Language-Team: Polish 
(http://www.transifex.com/projects/p/xfce-panel-plugins/language/pl/)\n"
 "MIME-Version: 1.0\n"
@@ -453,7 +454,7 @@ msgid ""
 "Earth's equator to the North Pole at sea level, its definition has been "
 "periodically refined to reflect growing knowledge of metrology (the science "
 "of measurement)."
-msgstr "Określa wysokość bezwzględną lokalizacji w metrach. Metr jest 
podstawową jednostką długości stosowaną w układzie SI. Pierwotnie określany był 
jako jedna dziesięciomilionowa część odległości wyznaczonej pomiędzy równikiem 
a biegunem Północnym na poziomie morza. Definicja metra z czasem uległa 
udoskonaleniu odzwierciedlając stan wiedzy o metrologii."
+msgstr "Określa wysokość bezwzględną w metrach. Metr jest podstawową jednostką 
długości stosowaną w układzie SI. Pierwotnie określany był jako jedna 
dziesięciomilionowa część odległości wyznaczonej pomiędzy równikiem a biegunem 
Północnym na poziomie morza. Definicja metra z czasem uległa udoskonaleniu 
odzwierciedlając stan wiedzy o metrologii."
 
 #: ../panel-plugin/weather-config.c:858
 msgid ""
@@ -462,7 +463,7 @@ msgid ""
 "It is subdivided into 12 inches. The measurement of altitude in the aviation"
 " industry is one of the few areas where the foot is widely used outside the "
 "English-speaking world."
-msgstr "Wypisuje wskazania wysokości bezwzględnej w stopach. Jednostka 
długości używana w brytyjskim systemie miar jak i systemie miar Stanów 
Zjednoczonych. Jedna stopa wynosi 0,3048 m i dzieli się dokładnie na 12 cali. 
Jednym z nielicznych przykładów używania tej jednostki poza krajami 
anglojęzycznymi jest pomiar wysokości w awiacji."
+msgstr "Określa wysokość bezwzględną w stopach. Jednostka długości używana w 
brytyjskim systemie miar jak i systemie miar Stanów Zjednoczonych. Jedna stopa 
wynosi 0,3048 m i dzieli się dokładnie na 12 cali. Jednym z nielicznych 
przykładów używania tej jednostki poza krajami anglojęzycznymi jest pomiar 
wysokości w awiacji."
 
 #. * TRANSLATORS: The Summer Simmer Index is similar to the heat
 #. * index, but usually used at night because of its better accuracy
@@ -476,7 +477,7 @@ msgid ""
 "air temperature needs to be above 80 °F (26.7 °C) - or above 71.6 °F (22 °C)"
 " at night - and relative humidity at least 40%. If these conditions are not "
 "met, the air temperature will be shown."
-msgstr "Wypisuje wartości indeksu ciepła używanego w Ameryce Północnej. W 
przypadku niskich temperatur używany jest  indeks wind chill a w przypadku 
wyższych, indeks heat index. W porze nocnej zostanie użyty Letni Indeks 
Simmera. W przypadku indeksu wind chill, prędkość wiatru powinna być wyższa niż 
3,0 mph (4,828 km/h), a temperatura powietrza niższa niż 50,0 °F (10,0 °C). Dla 
indeksu heat indeks, temperatura powietrza musi być wyższa niż 80 °F (26,7 °C) 
- lub wyższa niż 71,6 °F (22 °C) [...]
+msgstr "Wypisuje wartości indeksu ciepła używanego w Ameryce Północnej. W 
przypadku niskich temperatur używany jest  chłód wiatru a w przypadku wyższych, 
heat index. W porze nocnej zostanie użyty Letni Indeks Simmera. Aby wyznaczyć 
chłód wiatru, jego prędkość powinna być wyższa niż 3,0 mph (4,828 km/h), a 
temperatura powietrza niższa niż 50,0 °F (10,0 °C). Dla heat index, temperatura 
powietrza musi być wyższa niż 80 °F (26,7 °C) - lub wyższa niż 71,6 °F (22 °C) 
w nocy, a wilgotność wzglę [...]
 
 #: ../panel-plugin/weather-config.c:908
 msgid ""
@@ -488,7 +489,7 @@ msgid ""
 "temperature needs to be at least 20.0 °C (68 °F), with a dewpoint greater "
 "than 0 °C (32 °F). If these conditions are not met, the air temperature will"
 " be shown."
-msgstr "Kanadyjski odpowiednik indeksu USA czynnik chłodzący wiatr/ciepło, 
odczuwalny jest podobnie do poprzedniego modelu, ale z nieco innymi 
ograniczeniami. Zamiast odczucia będzie używanyhumidex. Na zimnym 
wietrze, by stać się skuteczniejszy, prędkość wiatru musi wynosić powyżej 2,0 
km/h (1.24 mph), a temperatura powietrza być poniżej lub równej 0 °C (32 °F). 
Na humidex, tem

[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] branch master updated (90ffba7 -> dab11e4)

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository panel-plugins/xfce4-weather-plugin.

  from  90ffba7   I18n: Update translation pl (100%).
   new  dab11e4   I18n: Update translation pl (100%).

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/pl.po |   15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/thunar] 01/02: I18n: Update translation bg (100%).

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository xfce/thunar.

commit b791b35e4cc1342b89a8ddc57053aab5c4931018
Author: Kiril Kirilov 
Date:   Sun Nov 2 12:30:19 2014 +0100

I18n: Update translation bg (100%).

737 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/bg.po |   60 
 1 file changed, 40 insertions(+), 20 deletions(-)

diff --git a/po/bg.po b/po/bg.po
index ee78bfe..dbe3e41 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -5,14 +5,15 @@
 # Translators:
 # Kiril Kirilov , 2012
 # Kiril Kirilov , 2012
+# Kiril Kirilov , 2014
 # Lyubomir Vasilev, 2014
 msgid ""
 msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-07-30 00:30+0200\n"
-"PO-Revision-Date: 2014-09-24 10:51+\n"
-"Last-Translator: Lyubomir Vasilev\n"
+"POT-Creation-Date: 2014-11-02 00:30+0100\n"
+"PO-Revision-Date: 2014-11-02 09:30+\n"
+"Last-Translator: Kiril Kirilov \n"
 "Language-Team: Bulgarian 
(http://www.transifex.com/projects/p/thunar/language/bg/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -249,7 +250,7 @@ msgstr "Премахване на всички файлове и папки от
 #. prepare the menu item
 #: ../thunar/thunar-application.c:2008 ../thunar/thunar-location-buttons.c:179
 #: ../thunar/thunar-shortcuts-view.c:1191 ../thunar/thunar-tree-view.c:1183
-#: ../thunar/thunar-window.c:351 ../plugins/thunar-tpa/thunar-tpa.c:189
+#: ../thunar/thunar-window.c:351 ../plugins/thunar-tpa/thunar-tpa.c:191
 msgid "_Empty Trash"
 msgstr "Изпразване на Кошчето"
 
@@ -498,7 +499,7 @@ msgstr "Автоматично разширяване на ширината на
 #. tell the user that we're unable to determine the file info
 #: ../thunar/thunar-column-model.c:858 ../thunar/thunar-list-model.c:680
 #: ../thunar/thunar-list-model.c:708
-#: ../thunar/thunar-permissions-chooser.c:229 ../thunar/thunar-util.c:446
+#: ../thunar/thunar-permissions-chooser.c:229 ../thunar/thunar-util.c:454
 #: ../plugins/thunar-apr/thunar-apr-desktop-page.c:503
 #: ../plugins/thunar-apr/thunar-apr-image-page.c:285
 #: ../plugins/thunar-apr/thunar-apr-image-page.c:286
@@ -2038,7 +2039,7 @@ msgid ""
 msgstr "Искате ли да пропуснете този файл и да продължите с преименуването на 
останалите файлове?"
 
 #: ../thunar/thunar-shortcuts-model.c:597
-#: ../plugins/thunar-tpa/thunar-tpa.c:310
+#: ../plugins/thunar-tpa/thunar-tpa.c:308
 msgid "Trash is empty"
 msgstr "Кошчето е празно"
 
@@ -2451,46 +2452,46 @@ msgstr "Поставяне в папка"
 msgid "P_roperties..."
 msgstr "_Свойства..."
 
-#: ../thunar/thunar-util.c:272
+#: ../thunar/thunar-util.c:280
 #, c-format
 msgid "Invalid path"
 msgstr "Невалидно местоположение"
 
-#: ../thunar/thunar-util.c:306
+#: ../thunar/thunar-util.c:314
 #, c-format
 msgid "Unknown user \"%s\""
 msgstr "Неизвестен потребител \"%s\""
 
 #. TRANSLATORS: file was modified less than one day ago
-#: ../thunar/thunar-util.c:395
+#: ../thunar/thunar-util.c:403
 msgid "Today"
 msgstr "Днес"
 
 #. TRANSLATORS: file was modified less than one day ago
-#: ../thunar/thunar-util.c:400
+#: ../thunar/thunar-util.c:408
 #, c-format
 msgid "Today at %X"
 msgstr "Днес в %X"
 
 #. TRANSLATORS: file was modified less than two days ago
-#: ../thunar/thunar-util.c:408
+#: ../thunar/thunar-util.c:416
 msgid "Yesterday"
 msgstr "Вчера"
 
 #. TRANSLATORS: file was modified less than two days ago
-#: ../thunar/thunar-util.c:413
+#: ../thunar/thunar-util.c:421
 #, c-format
 msgid "Yesterday at %X"
 msgstr "Вчера в %X"
 
 #. Days from last week
-#: ../thunar/thunar-util.c:421
+#: ../thunar/thunar-util.c:429
 #, c-format
 msgid "%A at %X"
 msgstr "%A в %X"
 
 #. Any other date
-#: ../thunar/thunar-util.c:426
+#: ../thunar/thunar-util.c:434
 #, c-format
 msgid "%x at %X"
 msgstr "%x в %X"
@@ -3276,15 +3277,15 @@ msgid "Mail Recipient"
 msgstr "Електронна поща"
 
 #. tell the user that we failed to connect to the trash
-#: ../plugins/thunar-tpa/thunar-tpa.c:295
-#: ../plugins/thunar-tpa/thunar-tpa.c:336
-#: ../plugins/thunar-tpa/thunar-tpa.c:358
-#: ../plugins/thunar-tpa/thunar-tpa.c:385
+#: ../plugins/thunar-tpa/thunar-tpa.c:293
+#: ../plugins/thunar-tpa/thunar-tpa.c:334
+#: ../plugins/thunar-tpa/thunar-tpa.c:356
+#: ../plugins/thunar-tpa/thunar-tpa.c:383
 msgid "Failed to connect to the Trash"
 msgstr "Неуспех при свързването с Кошчето"
 
 #. tell the user whether the trash is full or empty
-#: ../plugins/thunar-tpa/thunar-tpa.c:310
+#: ../plugins/thunar-tpa/thunar-tpa.c:308
 msgid "Trash contains files"
 msgstr "Кошчето съдържа файлове"
 
@@ -3551,7 +3552,7 @@ msgstr "Отваряне на терминал тук"
 msgid "Example for a custom action"
 msgstr "Пример за потребителско действие"
 
-#: ../plugins/thunar-wallpaper/twp-provider.c:173
+#: ../plugins/thunar-wallpaper/twp-provider.c:175
 msgid "Set as wallpaper"
 msgstr "Задаване като фон на работният плот"
 
@@ -3578,3 +3579,22 @@ m

[Xfce4-commits] [xfce/thunar] branch master updated (8eeed6b -> 4ed7304)

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository xfce/thunar.

  from  8eeed6b   Add pkexec policy (Bug #11122)
   new  b791b35   I18n: Update translation bg (100%).
   new  4ed7304   I18n: Update translation zh_TW (100%).

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/bg.po|   60 ++--
 po/zh_TW.po |  230 +++
 2 files changed, 159 insertions(+), 131 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/thunar] 02/02: I18n: Update translation zh_TW (100%).

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository xfce/thunar.

commit 4ed73048ed68c902d58aae26be3a2fd61a5ebcca
Author: Jeff Huang 
Date:   Sun Nov 2 12:30:19 2014 +0100

I18n: Update translation zh_TW (100%).

737 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/zh_TW.po |  230 +++
 1 file changed, 119 insertions(+), 111 deletions(-)

diff --git a/po/zh_TW.po b/po/zh_TW.po
index 50e0026..6484574 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -6,14 +6,16 @@
 # Cheng-Chia Tseng , 2010,2013
 # Cosmo Chene , 2006
 # Hydonsingore Cia , 2006
+# Jeff Huang , 2014
+# Walter Cheuk , 2013
 msgid ""
 msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-07-30 00:30+0200\n"
-"PO-Revision-Date: 2013-09-13 03:54+\n"
-"Last-Translator: Cheng-Chia Tseng \n"
-"Language-Team: Chinese (Taiwan) 
(http://www.transifex.com/projects/p/xfce/language/zh_TW/)\n"
+"POT-Creation-Date: 2014-11-02 00:30+0100\n"
+"PO-Revision-Date: 2014-11-02 05:50+\n"
+"Last-Translator: Jeff Huang \n"
+"Language-Team: Chinese (Taiwan) 
(http://www.transifex.com/projects/p/thunar/language/zh_TW/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -47,7 +49,7 @@ msgstr "列印版本資訊後離開"
 #. setup application name
 #: ../thunar/main.c:128
 msgid "Thunar"
-msgstr "Thunar"
+msgstr "Thunar 檔案管理員"
 
 #. initialize Gtk+
 #: ../thunar/main.c:147
@@ -84,11 +86,11 @@ msgstr "整理項目(_G)"
 
 #: ../thunar/thunar-abstract-icon-view.c:122
 msgid "Sort By _Name"
-msgstr "依名稱排列(_N)"
+msgstr "依名稱排序(_N)"
 
 #: ../thunar/thunar-abstract-icon-view.c:122
 msgid "Keep items sorted by their name"
-msgstr "讓檔案保持依名稱排列"
+msgstr "讓檔案保持依名稱排序"
 
 #: ../thunar/thunar-abstract-icon-view.c:123
 msgid "Sort By _Size"
@@ -96,7 +98,7 @@ msgstr "依大小排序(_S)"
 
 #: ../thunar/thunar-abstract-icon-view.c:123
 msgid "Keep items sorted by their size"
-msgstr "讓檔案保持依大小排列"
+msgstr "讓檔案保持依大小排序"
 
 #: ../thunar/thunar-abstract-icon-view.c:124
 msgid "Sort By _Type"
@@ -104,15 +106,15 @@ msgstr "依類型排序(_T)"
 
 #: ../thunar/thunar-abstract-icon-view.c:124
 msgid "Keep items sorted by their type"
-msgstr "讓檔案保持依類型排列"
+msgstr "讓檔案保持依類型排序"
 
 #: ../thunar/thunar-abstract-icon-view.c:125
 msgid "Sort By Modification _Date"
-msgstr "依修改時間排序"
+msgstr "依修改日期排序(_D)"
 
 #: ../thunar/thunar-abstract-icon-view.c:125
 msgid "Keep items sorted by their modification date"
-msgstr "讓檔案保照依其修改日期排列"
+msgstr "讓檔案保持依其修改日期排序"
 
 #: ../thunar/thunar-abstract-icon-view.c:130
 msgid "_Ascending"
@@ -120,7 +122,7 @@ msgstr "遞增(_A)"
 
 #: ../thunar/thunar-abstract-icon-view.c:130
 msgid "Sort items in ascending order"
-msgstr "按照上升的順序排列"
+msgstr "按照上升的順序排序"
 
 #: ../thunar/thunar-abstract-icon-view.c:131
 msgid "_Descending"
@@ -128,7 +130,7 @@ msgstr "遞減(_D)"
 
 #: ../thunar/thunar-abstract-icon-view.c:131
 msgid "Sort items in descending order"
-msgstr "按照下降的順序排列"
+msgstr "按照下降的順序排序"
 
 #. display an error message to the user
 #: ../thunar/thunar-application.c:451
@@ -182,7 +184,7 @@ msgstr "建立新檔案"
 #: ../thunar/thunar-application.c:1527 ../thunar/thunar-standard-view.c:2341
 #, c-format
 msgid "Create Document from template \"%s\""
-msgstr "從模板「%s」中建立新的文件"
+msgstr "從「%s」模板建立文件"
 
 #: ../thunar/thunar-application.c:1591
 msgid "Copying files..."
@@ -208,7 +210,7 @@ msgstr "正在將檔案移動至「%s」..."
 msgid ""
 "Are you sure that you want to\n"
 "permanently delete \"%s\"?"
-msgstr "您確定要徹底刪除\n所選的檔案「%s」?"
+msgstr "您確定要永久刪除\n所選的檔案「%s」?"
 
 #: ../thunar/thunar-application.c:1813
 #, c-format
@@ -248,7 +250,7 @@ msgstr "將垃圾桶中所有檔案和資料夾清除?"
 #. prepare the menu item
 #: ../thunar/thunar-application.c:2008 ../thunar/thunar-location-buttons.c:179
 #: ../thunar/thunar-shortcuts-view.c:1191 ../thunar/thunar-tree-view.c:1183
-#: ../thunar/thunar-window.c:351 ../plugins/thunar-tpa/thunar-tpa.c:189
+#: ../thunar/thunar-window.c:351 ../plugins/thunar-tpa/thunar-tpa.c:191
 msgid "_Empty Trash"
 msgstr "倒垃圾(_E)"
 
@@ -436,7 +438,7 @@ msgstr "剪貼簿中沒有東西可以貼上"
 
 #: ../thunar/thunar-column-editor.c:121
 msgid "Configure Columns in the Detailed List View"
-msgstr "配置詳細清單檢視中的欄位"
+msgstr "設定詳細清單檢視中的欄位"
 
 #: ../thunar/thunar-column-editor.c:139
 msgid "Visible Columns"
@@ -497,7 +499,7 @@ msgstr "依需求自動延展欄位(_E)"
 #. tell the user that we're unable to determine the file info
 #: ../thunar/thunar-column-model.c:858 ../thunar/thunar-list-model.c:680
 #: ../thunar/thunar-list-model.c:708
-#: ../thunar/thunar-permissions-chooser.c:229 ../thunar/thunar-util.c:446
+#: ../thunar/thunar-permissions-chooser.c:229 ../thunar/thunar-util.c:454
 #: ../plugins/thunar-apr/thunar-apr-desktop-page.c:503
 #: ../plugins/thunar-apr/thunar-apr-image-page.c:285
 #: ../plugins/thunar-apr/thunar-apr-image-page.c:286
@@ -507,7 +509,7 @@ msgstr "未知的"
 
 #: ../thunar/thunar-compact-view.c:102
 msgid "Compa

[Xfce4-commits] [xfce/xfdesktop] branch master updated (2287081 -> de73451)

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

eric pushed a change to branch master
in repository xfce/xfdesktop.

  from  2287081   Editing menu items with right click optional (Bug #11031)
   new  ff63747   trivial: a better way to spell szie
   new  de73451   Add right-click-edits property to readme.xfconf

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/README.xfconf |1 +
 src/xfdesktop-icon-view.c |   10 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfdesktop] 02/02: Add right-click-edits property to readme.xfconf

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfdesktop.

commit de73451b0e02caa8a619640cf9a371ddf2826694
Author: Eric Koegel 
Date:   Sun Nov 2 13:57:57 2014 +0300

Add right-click-edits property to readme.xfconf
---
 doc/README.xfconf |1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/README.xfconf b/doc/README.xfconf
index 9b1ef8e..87c87e4 100644
--- a/doc/README.xfconf
+++ b/doc/README.xfconf
@@ -43,6 +43,7 @@ the same monitor is plugged in again those settings apply to 
it.
 
 
 
+
 
 
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfdesktop] 01/02: trivial: a better way to spell szie

2014-11-02 Thread noreply
This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfdesktop.

commit ff63747cff06b86fdc892e4887a30af4d1d5d742
Author: Eric Koegel 
Date:   Sun Nov 2 13:45:03 2014 +0300

trivial: a better way to spell szie
---
 src/xfdesktop-icon-view.c |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/xfdesktop-icon-view.c b/src/xfdesktop-icon-view.c
index dd18a42..9826bf3 100644
--- a/src/xfdesktop-icon-view.c
+++ b/src/xfdesktop-icon-view.c
@@ -192,7 +192,7 @@ struct _XfdesktopIconViewPrivate
  * xfdesktop_icon_view_get_tooltip_size will return the correct size. */
 gboolean show_tooltips;
 gint   tooltip_size_from_style;
-double tooltip_szie_from_xfconf;
+double tooltip_size_from_xfconf;
 
 gboolean single_click;
 };
@@ -766,7 +766,7 @@ xfce_icon_view_set_property(GObject *object,
 break;
 
 case PROP_TOOLTIP_SIZE:
-icon_view->priv->tooltip_szie_from_xfconf = 
g_value_get_double(value);
+icon_view->priv->tooltip_size_from_xfconf = 
g_value_get_double(value);
 break;
 
 default:
@@ -793,7 +793,7 @@ xfce_icon_view_get_property(GObject *object,
 break;
 
 case PROP_TOOLTIP_SIZE:
-g_value_set_double(value, 
icon_view->priv->tooltip_szie_from_xfconf);
+g_value_set_double(value, 
icon_view->priv->tooltip_size_from_xfconf);
 break;
 
 default:
@@ -983,8 +983,8 @@ xfdesktop_icon_view_get_tooltip_size(XfdesktopIconView 
*icon_view)
 return 0;
 
 /* If the xfconf size is set and sane, use it */
-if(icon_view->priv->tooltip_szie_from_xfconf >= 0)
-return icon_view->priv->tooltip_szie_from_xfconf;
+if(icon_view->priv->tooltip_size_from_xfconf >= 0)
+return icon_view->priv->tooltip_size_from_xfconf;
 
 /* if the style size is set and sane, use it */
 if(icon_view->priv->tooltip_size_from_style >= 0)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits