[Xfce4-commits] [xfce/xfdesktop] branch master updated (c511324 -> bbfdae9)

2019-01-04 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  c511324   I18n: Update translation he (100%).
   new  bbfdae9   Avoid crash: do not clean up data to be used (#14609)

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:
 src/xfce-backdrop.c | 10 +-
 1 file changed, 5 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] 01/01: Avoid crash: do not clean up data to be used (#14609)

2019-01-04 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit bbfdae9b69a5fcc5156c1633b385ba6cb81ef4c1
Author: Andre Miranda 
Date:   Fri Jan 4 22:51:10 2019 -0300

Avoid crash: do not clean up data to be used (#14609)

Rationale: https://bugzilla.xfce.org/show_bug.cgi?id=14609#c4
---
 src/xfce-backdrop.c | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/xfce-backdrop.c b/src/xfce-backdrop.c
index f8bdc2b..503ba43 100644
--- a/src/xfce-backdrop.c
+++ b/src/xfce-backdrop.c
@@ -1711,10 +1711,8 @@ xfce_backdrop_loader_size_prepared_cb(GdkPixbufLoader 
*loader,
 return;
 }
 
-/* invalid backdrop? quit */
+/* invalid backdrop? quit but don't free image data */
 if(!XFCE_IS_BACKDROP(backdrop)) {
-xfce_backdrop_image_data_release(image_data);
-g_free(image_data);
 return;
 }
 
@@ -1785,9 +1783,11 @@ xfce_backdrop_loader_closed_cb(GdkPixbufLoader *loader,
 
 TRACE("entering");
 
-g_return_if_fail(XFCE_IS_BACKDROP(backdrop));
+/* invalid backdrop? just quit */
+if(!XFCE_IS_BACKDROP(backdrop))
+return;
 
-/* canceled? quit now */
+/* canceled? free data and quit now */
 if(g_cancellable_is_cancelled(image_data->cancellable)) {
 xfce_backdrop_image_data_release(image_data);
 g_free(image_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 el (100%).

2019-01-04 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 a297fade1dba64b015da1280dd6198aac78ed211
Author: Christos Arvanitis 
Date:   Fri Jan 4 18:34:09 2019 +0100

I18n: Update translation el (100%).

335 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/el.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/el.po b/po/el.po
index 3ff33e9..24d653b 100644
--- a/po/el.po
+++ b/po/el.po
@@ -11,8 +11,8 @@ msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-09-23 18:32+0200\n"
-"PO-Revision-Date: 2018-11-15 17:17+\n"
-"Last-Translator: Ioannis LM\n"
+"PO-Revision-Date: 2019-01-04 14:00+\n"
+"Last-Translator: Christos Arvanitis \n"
 "Language-Team: Greek 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/el/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"

-- 
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 (012b279 -> a297fad)

2019-01-04 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  012b279   I18n: Update translation hu (97%).
   new  a297fad   I18n: Update translation el (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/el.po | 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-mpc-plugin] branch master updated (ef33fef -> 8939709)

2019-01-04 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-mpc-plugin.

  from  ef33fef   I18n: Update translation be (100%).
   new  8939709   I18n: Update translation el (91%).

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/el.po | 61 +++--
 1 file changed, 31 insertions(+), 30 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-sample-plugin] 01/01: I18n: Add new translation el (100%).

2019-01-04 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-sample-plugin.

commit 2e13d6f605c65d4236aeea152a3e163778a8058d
Author: Christos Arvanitis 
Date:   Fri Jan 4 18:33:36 2019 +0100

I18n: Add new translation el (100%).

7 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/el.po | 54 ++
 1 file changed, 54 insertions(+)

diff --git a/po/el.po b/po/el.po
new file mode 100644
index 000..c8be0c9
--- /dev/null
+++ b/po/el.po
@@ -0,0 +1,54 @@
+# 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 , YEAR.
+# 
+# Translators:
+# Apóstolos Papaðimitríu , 2017
+# Christos Arvanitis , 2019
+# 
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-11-28 14:00+0100\n"
+"PO-Revision-Date: 2017-07-25 11:30+\n"
+"Last-Translator: Christos Arvanitis , 2019\n"
+"Language-Team: Greek (https://www.transifex.com/xfce/teams/16840/el/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. some sample widgets
+#: ../panel-plugin/sample.c:161
+msgid "Sample"
+msgstr "Πρότυπο"
+
+#: ../panel-plugin/sample.c:165
+msgid "Plugin"
+msgstr "Πρόσθετο"
+
+#: ../panel-plugin/sample-dialogs.c:51
+#, c-format
+msgid "Unable to open the following url: %s"
+msgstr "Αδυναμία ανοίγματος της ακόλουθης διεύθυνσης: %s"
+
+#. create the dialog
+#: ../panel-plugin/sample-dialogs.c:81 ../panel-plugin/sample.desktop.in.h:1
+msgid "Sample Plugin"
+msgstr "Πρότυπο πρόσθετο"
+
+#: ../panel-plugin/sample-dialogs.c:127
+msgid "This is a sample plugin"
+msgstr "Αυτό είναι ένα πρότυπο πρόσθετο"
+
+#: ../panel-plugin/sample-dialogs.c:129
+msgid "Copyright © 2006-2017 Xfce Dev\n"
+msgstr "Πνευματικά δικαιώματα © 2006-2017 Xfce Dev\n"
+
+#: ../panel-plugin/sample.desktop.in.h:2
+msgid "Sample plugin for the Xfce panel"
+msgstr "Πρότυπο πρόσθετο για το Xfce panel"

-- 
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-sensors-plugin] 01/01: I18n: Update translation el (96%).

2019-01-04 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-sensors-plugin.

commit 23edc42403bbf8ceb102397a0be872411cb49c08
Author: Christos Arvanitis 
Date:   Fri Jan 4 18:33:44 2019 +0100

I18n: Update translation el (96%).

82 translated messages, 3 untranslated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/el.po | 209 ---
 1 file changed, 132 insertions(+), 77 deletions(-)

diff --git a/po/el.po b/po/el.po
index 5cb7b47..ca13ff8 100644
--- a/po/el.po
+++ b/po/el.po
@@ -3,6 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Christos Arvanitis , 2019
 # Efstathios Iosifidis , 2015
 # Efstathios Iosifidis , 2012
 # Stavros Giannouris , 2005
@@ -11,9 +12,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-03-19 18:31+0100\n"
-"PO-Revision-Date: 2018-02-24 17:08+\n"
-"Last-Translator: Πέτρος Σαμαράς \n"
+"POT-Creation-Date: 2018-11-02 00:32+0100\n"
+"PO-Revision-Date: 2019-01-04 14:22+\n"
+"Last-Translator: Christos Arvanitis \n"
 "Language-Team: Greek 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/el/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -22,19 +23,18 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #. initialize value label widget
-#: ../panel-plugin/sensors-plugin.c:381 ../panel-plugin/sensors-plugin.c:504
-#: ../panel-plugin/sensors-plugin.c:1136
+#: ../panel-plugin/sensors-plugin.c:383 ../panel-plugin/sensors-plugin.c:511
+#: ../panel-plugin/sensors-plugin.c:1141
 msgid "Sensors"
 msgstr "Αισθητήρες"
 
-#. widget = sensors->eventbox;
-#: ../panel-plugin/sensors-plugin.c:996
+#: ../panel-plugin/sensors-plugin.c:1008
 msgid "No sensors selected!"
 msgstr "Δεν επιλέχθηκαν αισθητήρες!"
 
-#. FIXME: either print nothing, or undertake appropriate action,
-#. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:1036
+#. output to stdout on command line, not very useful for user, except for
+#. tracing problems
+#: ../panel-plugin/sensors-plugin.c:1046
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -42,143 +42,188 @@ msgid ""
 "Proper proceeding cannot be guaranteed.\n"
 msgstr " \nΠρόσθετο αισθητήρων: \nΌπως φαίνεται υπήρξε πρόβλημα κατά την 
ανάγνωση κάποιου αισθητήρα.\nΔεν είναι εγγυημένη η κανονική συνέχεια.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1943
+#: ../panel-plugin/sensors-plugin.c:2011
 msgid "UI style:"
 msgstr "Στυλ διεπαφής:"
 
-#: ../panel-plugin/sensors-plugin.c:1944
+#: ../panel-plugin/sensors-plugin.c:2012
 msgid "_text"
 msgstr "_κείμενο"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:2014
 msgid "_progress bars"
 msgstr "_μπάρα προόδου"
 
-#: ../panel-plugin/sensors-plugin.c:1948
+#: ../panel-plugin/sensors-plugin.c:2016
 msgid "_tachos"
 msgstr "_κοντέρ"
 
-#: ../panel-plugin/sensors-plugin.c:1994
+#: ../panel-plugin/sensors-plugin.c:2062
 msgid "Show _labels"
 msgstr "Εμφάνιση _ετικετών"
 
-#: ../panel-plugin/sensors-plugin.c:2026
+#: ../panel-plugin/sensors-plugin.c:2092
 msgid "Show colored _bars"
 msgstr "Εμφάνιση χρωματιστών _μπαρών"
 
-#: ../panel-plugin/sensors-plugin.c:2056
+#: ../panel-plugin/sensors-plugin.c:2123
 msgid "_Show title"
 msgstr "Εμφάνιση _τίτλου"
 
-#: ../panel-plugin/sensors-plugin.c:2081
+#: ../panel-plugin/sensors-plugin.c:2148
 msgid "_Number of text lines:"
 msgstr "_Αριθμός γραμμών κειμένου:"
 
-#: ../panel-plugin/sensors-plugin.c:2118
+#: ../panel-plugin/sensors-plugin.c:2186
 msgid "_Cover all panel rows/columns"
 msgstr "_Κάλυψη όλων των γραμμών/στηλών πίνακα"
 
-#: ../panel-plugin/sensors-plugin.c:2142
+#: ../panel-plugin/sensors-plugin.c:2211
 msgid "F_ont size:"
 msgstr "_Μέγεθος γραμματοσειράς:"
 
-#. gtk_widget_set_sensitive(myFontBox,
-#. !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:2149
+#: ../panel-plugin/sensors-plugin.c:2217
 msgid "x-small"
 msgstr "πολύ μικρό"
 
-#: ../panel-plugin/sensors-plugin.c:2150
+#: ../panel-plugin/sensors-plugin.c:2218
 msgid "small"
 msgstr "Μικρό"
 
-#: ../panel-plugin/sensors-plugin.c:2151
+#: ../panel-plugin/sensors-plugin.c:2219
 msgid "medium"
 msgstr "μεσαίο"
 
-#: ../panel-plugin/sensors-plugin.c:2152
+#: ../panel-plugin/sensors-plugin.c:2220
 msgid "large"
 msgstr "μεγάλο"
 
-#: ../panel-plugin/sensors-plugin.c:2153
+#: ../panel-plugin/sensors-plugin.c:2221
 msgid "x-large"
 msgstr "πολύ μεγάλο"
 
-#: ../panel-plugin/sensors-plugin.c:2186
+#: ../panel-plugin/sensors-plugin.c:2255
 msgid "F_ont:"
 msgstr "_Γραμματοσειρά:"
 
-#: ../panel-plugin/sensors-plugin.c:2221
+#: ../panel-plugin/sensors-plugin.c:2288
 msgid 

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

2019-01-04 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-verve-plugin.

commit 04305f039192c051dc5354eda46f61385ee2a8d5
Author: Christos Arvanitis 
Date:   Fri Jan 4 18:33:57 2019 +0100

I18n: Update translation el (100%).

28 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/el.po | 62 +++---
 1 file changed, 39 insertions(+), 23 deletions(-)

diff --git a/po/el.po b/po/el.po
index 27c6c3b..e3720f8 100644
--- a/po/el.po
+++ b/po/el.po
@@ -4,15 +4,16 @@
 # 
 # Translators:
 # Apóstolos Papaðimitríu , 2016
+# Christos Arvanitis , 2019
 # Efstathios Iosifidis , 2015
 # Stavros Giannouris , 2006
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-04-17 06:31+0200\n"
-"PO-Revision-Date: 2017-09-19 18:06+\n"
-"Last-Translator: Apóstolos Papaðimitríu \n"
+"POT-Creation-Date: 2018-04-25 06:31+0200\n"
+"PO-Revision-Date: 2019-01-04 14:14+\n"
+"Last-Translator: Christos Arvanitis \n"
 "Language-Team: Greek 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/el/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -26,99 +27,114 @@ msgid "Could not execute command (exit status %d)"
 msgstr "Αδυναμία εκτέλεσης της εντολής (exit status %d)"
 
 #. Generate error message
-#: ../panel-plugin/verve-plugin.c:409
+#: ../panel-plugin/verve-plugin.c:434
 msgid "Could not execute command:"
 msgstr "Αδυναμία εκτέλεσης της εντολής:"
 
 #. Create properties dialog
-#: ../panel-plugin/verve-plugin.c:1031
+#: ../panel-plugin/verve-plugin.c:1153
 msgid "Verve"
 msgstr "Verve"
 
-#: ../panel-plugin/verve-plugin.c:1054
+#: ../panel-plugin/verve-plugin.c:1176
 msgid "General"
 msgstr "Γενικά"
 
 #. Frame for appearance settings
-#: ../panel-plugin/verve-plugin.c:1059
+#: ../panel-plugin/verve-plugin.c:1181
 msgid "Appearance"
 msgstr "Εμφάνιση"
 
 #. Plugin size label
-#: ../panel-plugin/verve-plugin.c:1075
+#: ../panel-plugin/verve-plugin.c:1197
 msgid "Width (in chars):"
 msgstr "Πλάτος (χαρακτήρες):"
 
 #. Plugin label label
-#: ../panel-plugin/verve-plugin.c:1100
+#: ../panel-plugin/verve-plugin.c:1222
 msgid "Label:"
 msgstr "Ετικέτα:"
 
+#. Frame for color settings
+#: ../panel-plugin/verve-plugin.c:1239
+msgid "Colors"
+msgstr "Χρώματα"
+
+#. Plugin background color label
+#: ../panel-plugin/verve-plugin.c:1255
+msgid "Background color:"
+msgstr "Χρώμα φόντου:"
+
+#. Plugin foreground color label
+#: ../panel-plugin/verve-plugin.c:1279
+msgid "Text color:"
+msgstr "Χρώμα κειμένου:"
+
 #. Frame for behaviour settings
-#: ../panel-plugin/verve-plugin.c:1117
+#: ../panel-plugin/verve-plugin.c:1298
 msgid "History"
 msgstr "Ιστορικό"
 
 #. History length label
-#: ../panel-plugin/verve-plugin.c:1133
+#: ../panel-plugin/verve-plugin.c:1314
 msgid "Number of saved history items:"
 msgstr "Μέγεθος λίστας ιστορικού:"
 
 #. Second tab
-#: ../panel-plugin/verve-plugin.c:1153 ../panel-plugin/verve-plugin.c:1157
+#: ../panel-plugin/verve-plugin.c:1334 ../panel-plugin/verve-plugin.c:1338
 msgid "Behaviour"
 msgstr "Συμπεριφορά"
 
 #. Pattern types frame label
-#: ../panel-plugin/verve-plugin.c:1166
+#: ../panel-plugin/verve-plugin.c:1347
 msgid "Enable support for:"
 msgstr "Ενεργοποίηση υποστήριξης για:"
 
 #. Command type: URL
-#: ../panel-plugin/verve-plugin.c:1172
+#: ../panel-plugin/verve-plugin.c:1353
 msgid "URLs (http/https/ftp/ftps)"
 msgstr "URLs (http/https/ftp/ftps)"
 
 #. Command type: email address
-#: ../panel-plugin/verve-plugin.c:1180
+#: ../panel-plugin/verve-plugin.c:1361
 msgid "Email addresses"
 msgstr "Διευθύνσεις ηλεκτρονικής αλληλογραφίας"
 
 #. Command type: directory path
-#: ../panel-plugin/verve-plugin.c:1188
+#: ../panel-plugin/verve-plugin.c:1369
 msgid "Directory paths"
 msgstr "Διαδρομές καταλόγων"
 
-#: ../panel-plugin/verve-plugin.c:1201
+#: ../panel-plugin/verve-plugin.c:1382
 msgid "Expand variables with wordexp"
 msgstr "Επέκταση μεταβλητών με το wordexp"
 
 #. Command type: !bang
-#: ../panel-plugin/verve-plugin.c:1211
+#: ../panel-plugin/verve-plugin.c:1392
 msgid "DuckDuckGo queries (starting with !)"
 msgstr "Ερωτήματα DuckDuckGo (ξεκινούν με !)"
 
 #. Command type: I'm feeling ducky (\)
-#: ../panel-plugin/verve-plugin.c:1219
+#: ../panel-plugin/verve-plugin.c:1400
 msgid "DuckDuckGo queries (starting with \\)"
 msgstr "Ερωτήματα DuckDuckGo (ξεκινούν με \\)"
 
 #. Fallback if the above don't match
-#: ../panel-plugin/verve-plugin.c:1227
+#: ../panel-plugin/verve-plugin.c:1408
 msgid "If the above patterns don't match:"
 msgstr "Εάν δεν ταιριάζουν τα παραπάνω μοτίβα:"
 
 #. Smart bookmark radio button
-#: ../panel-plugin/verve-plugin.c:1233
+#: 

[Xfce4-commits] [panel-plugins/xfce4-sample-plugin] branch master updated (20befa7 -> 2e13d6f)

2019-01-04 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-sample-plugin.

  from  20befa7   I18n: Add new translation is (100%).
   new  2e13d6f   I18n: Add new translation el (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/{is.po => el.po} | 25 +
 1 file changed, 13 insertions(+), 12 deletions(-)
 copy po/{is.po => el.po} (59%)

-- 
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-sensors-plugin] branch master updated (8c3c1ac -> 23edc42)

2019-01-04 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-sensors-plugin.

  from  8c3c1ac   I18n: Update translation de (100%).
   new  23edc42   I18n: Update translation el (96%).

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/el.po | 209 ---
 1 file changed, 132 insertions(+), 77 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-verve-plugin] branch master updated (6dabf2a -> 04305f0)

2019-01-04 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-verve-plugin.

  from  6dabf2a   I18n: Update translation is (100%).
   new  04305f0   I18n: Update translation el (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/el.po | 62 +++---
 1 file changed, 39 insertions(+), 23 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-mount-plugin] branch master updated (be815ba -> 5fa8a37)

2019-01-04 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-mount-plugin.

  from  be815ba   Merge branch 'master' of 
ssh://git.xfce.org/panel-plugins/xfce4-mount-plugin
   new  5fa8a37   I18n: Update translation el (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/el.po | 91 ++--
 1 file changed, 49 insertions(+), 42 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-mpc-plugin] 01/01: I18n: Update translation el (91%).

2019-01-04 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-mpc-plugin.

commit 8939709158eb180476cd3420159c9b2fa70b2e5a
Author: Christos Arvanitis 
Date:   Fri Jan 4 18:33:19 2019 +0100

I18n: Update translation el (91%).

22 translated messages, 2 untranslated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/el.po | 61 +++--
 1 file changed, 31 insertions(+), 30 deletions(-)

diff --git a/po/el.po b/po/el.po
index b49b335..c5f90b0 100644
--- a/po/el.po
+++ b/po/el.po
@@ -3,15 +3,16 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Christos Arvanitis , 2019
 # Efstathios Iosifidis , 2015
 # Efstathios Iosifidis , 2012
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-11-24 12:31+0100\n"
-"PO-Revision-Date: 2017-09-19 18:06+\n"
-"Last-Translator: Xfce Bot \n"
+"POT-Creation-Date: 2018-12-09 00:31+0100\n"
+"PO-Revision-Date: 2019-01-04 13:54+\n"
+"Last-Translator: Christos Arvanitis \n"
 "Language-Team: Greek 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/el/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,98 +20,98 @@ msgstr ""
 "Language: el\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:118
-#: ../panel-plugin/xfce4-mpc-plugin.c:194
-#: ../panel-plugin/xfce4-mpc-plugin.c:762
+#: ../panel-plugin/xfce4-mpc-plugin.c:125
+#: ../panel-plugin/xfce4-mpc-plugin.c:201
+#: ../panel-plugin/xfce4-mpc-plugin.c:792
 msgid "Launch"
 msgstr "Εκτέλεση"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:252
+#: ../panel-plugin/xfce4-mpc-plugin.c:259
 msgid "Mpd Client Plugin"
 msgstr "Πρόσθετο πελάτη Mpd"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:258
+#: ../panel-plugin/xfce4-mpc-plugin.c:265
 msgid "Properties"
 msgstr "Ιδιότητες"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:273
+#: ../panel-plugin/xfce4-mpc-plugin.c:281
 msgid "Host : "
 msgstr "Εξυπηρετητής:"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:274
+#: ../panel-plugin/xfce4-mpc-plugin.c:291
 msgid "Port : "
 msgstr "Θύρα :"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:275
+#: ../panel-plugin/xfce4-mpc-plugin.c:301
 msgid "Password : "
 msgstr "Κωδικός :"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:276
+#: ../panel-plugin/xfce4-mpc-plugin.c:311
 msgid "MPD Client : "
 msgstr "Πελάτης MPD :"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:277
+#: ../panel-plugin/xfce4-mpc-plugin.c:320
 msgid "Tooltip Format : "
 msgstr "Μορφή υποδείξεων :"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:278
+#: ../panel-plugin/xfce4-mpc-plugin.c:329
 msgid "Playlist Format : "
 msgstr "Μορφή λίστας αναπαραγωγής :"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:279
+#: ../panel-plugin/xfce4-mpc-plugin.c:338
 msgid "Show _frame"
 msgstr "Εμφάνιση _πλαισίου"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:319
+#: ../panel-plugin/xfce4-mpc-plugin.c:350
 msgid "Hostname or IP address"
 msgstr "Όνομα εξυπηρετητή ή διεύθυνση IP"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:320
+#: ../panel-plugin/xfce4-mpc-plugin.c:351
 msgid "Graphical MPD Client to launch in plugin context menu"
 msgstr "Γραφικός πελάτης του MPD για να ξεκινήσει από το μενού του πρόσθετου"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:321
+#: ../panel-plugin/xfce4-mpc-plugin.c:352
 msgid "Variables : %artist%, %album%, %file%, %track% and %title%"
 msgstr ""
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:322
+#: ../panel-plugin/xfce4-mpc-plugin.c:353
 msgid ""
 "Variables : %vol%, %status%, %newline%, %artist%, %album%, %file%, %track% "
 "and %title%"
 msgstr ""
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:444
-#: ../panel-plugin/xfce4-mpc-plugin.c:675
+#: ../panel-plugin/xfce4-mpc-plugin.c:477
+#: ../panel-plugin/xfce4-mpc-plugin.c:708
 msgid " not connected ?"
 msgstr " μη συνδεμένο;"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:529
+#: ../panel-plugin/xfce4-mpc-plugin.c:562
 msgid "Mpd playlist"
 msgstr "Λίστα αναπαραγωγής Mpd"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:758
+#: ../panel-plugin/xfce4-mpc-plugin.c:788
 msgid "Random"
 msgstr "Τυχαία"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:760
+#: ../panel-plugin/xfce4-mpc-plugin.c:790
 msgid "Repeat"
 msgstr "Επανάληψη"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:765
+#: ../panel-plugin/xfce4-mpc-plugin.c:795
 msgid "Commands"
 msgstr "Εντολές"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:769
+#: ../panel-plugin/xfce4-mpc-plugin.c:799
 msgid "Outputs"
 msgstr "Αποτελέσματα"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:789
+#: ../panel-plugin/xfce4-mpc-plugin.c:819
 msgid "A simple panel-plugin client for Music Player Daemon"
 msgstr "Ένα απλό πρόσθετο του ταμπλό, πελάτης για το Music Player Daemon"
 
-#: 

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

2019-01-04 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-mount-plugin.

commit 5fa8a37f63dd175538207d68544b421b37ce10f6
Author: Christos Arvanitis 
Date:   Fri Jan 4 18:33:12 2019 +0100

I18n: Update translation el (100%).

57 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/el.po | 91 ++--
 1 file changed, 49 insertions(+), 42 deletions(-)

diff --git a/po/el.po b/po/el.po
index cd35497..4f0943b 100644
--- a/po/el.po
+++ b/po/el.po
@@ -3,6 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Christos Arvanitis , 2019
 # Efstathios Iosifidis , 2015
 # Efstathios Iosifidis , 2012
 # ebal , 2008
@@ -11,9 +12,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-06-08 00:31+0200\n"
-"PO-Revision-Date: 2018-03-18 16:10+\n"
-"Last-Translator: Πέτρος Σαμαράς \n"
+"POT-Creation-Date: 2018-10-02 00:31+0200\n"
+"PO-Revision-Date: 2019-01-04 13:47+\n"
+"Last-Translator: Christos Arvanitis \n"
 "Language-Team: Greek 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/el/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -88,9 +89,9 @@ msgstr "μη προσαρτημένο\n"
 
 #: ../panel-plugin/devices.c:293 ../panel-plugin/devices.c:316
 #: ../panel-plugin/devices.c:379 ../panel-plugin/devices.c:390
-#: ../panel-plugin/devices.c:400 ../panel-plugin/devices.c:487
+#: ../panel-plugin/devices.c:400 ../panel-plugin/devices.c:486
 msgid "Xfce 4 Mount Plugin"
-msgstr "Πρόσθετο Προσάρτησης Δίσκων Xfce4"
+msgstr "Πρόσθετο Προσάρτησης Δίσκων Xfce 4"
 
 #: ../panel-plugin/devices.c:295
 msgid "Failed to mount device:"
@@ -112,64 +113,70 @@ msgstr "Η συσκευή θα πρέπει να μπορεί να αφαιρε
 msgid "An error occurred. The device should not be removed:"
 msgstr "Προέκυψε σφάλμα. Η συσκευή δεν θα πέπει να αφαιρεθεί:"
 
-#: ../panel-plugin/devices.c:489
+#: ../panel-plugin/devices.c:488
 msgid ""
 "Your /etc/fstab could not be read. This will severely degrade the plugin's "
 "abilities."
 msgstr "Αδυναμία ανάγνωσης του /etc/fstab. Αυτό θα υποβαθμίσει σοβαρά τις 
ικανότητες των προσθέτων."
 
-#: ../panel-plugin/mount-plugin.c:177
+#: ../panel-plugin/mount-plugin.c:198
 msgid " -> "
 msgstr " -> "
 
-#: ../panel-plugin/mount-plugin.c:230
+#: ../panel-plugin/mount-plugin.c:257
 #, c-format
 msgid "[%s/%s] %s free"
 msgstr "[%s/%s] %s ελεύθερα"
 
-#: ../panel-plugin/mount-plugin.c:249
+#: ../panel-plugin/mount-plugin.c:280
 msgid "not mounted"
 msgstr "μη προσαρτημένο"
 
-#: ../panel-plugin/mount-plugin.c:516
+#: ../panel-plugin/mount-plugin.c:355
+msgid ""
+"Xfce 4 Mount Plugin – Devices and Mount "
+"Points"
+msgstr "Πρόσθετο Προσάρτησης Δίσκων Xfce 4 - 
Συσκευές και σημεία προσάρτησης"
+
+#: ../panel-plugin/mount-plugin.c:572
 msgid "devices"
 msgstr "συσκευές"
 
-#: ../panel-plugin/mount-plugin.c:707
+#: ../panel-plugin/mount-plugin.c:763
 msgid "Mount Plugin"
 msgstr "Πρόσθετο προσαρτήσεων"
 
-#: ../panel-plugin/mount-plugin.c:712
+#: ../panel-plugin/mount-plugin.c:768
 msgid "Properties"
 msgstr "Ιδιότητες"
 
-#: ../panel-plugin/mount-plugin.c:743
+#: ../panel-plugin/mount-plugin.c:799
 msgid ""
 "This is only useful and recommended if you specify \"sync\" as part of the "
 "\"unmount\" command string."
 msgstr "Αυτό είναι χρήσιμο και συνιστάται μόνο αν έχετε το \"sync\" ως μέρος 
της εντολής αποπροσάρτησης."
 
-#: ../panel-plugin/mount-plugin.c:747
+#: ../panel-plugin/mount-plugin.c:803
 msgid "Show _message after unmount"
 msgstr "Προβολή μ_ηνύματος μετά την αποπροσάρτηση"
 
-#: ../panel-plugin/mount-plugin.c:759
+#: ../panel-plugin/mount-plugin.c:815
 msgid "You can specify a distinct icon to be displayed in the panel."
 msgstr "Μπορείτε να ορίσετε ένα ξεχωριστό εικονίδιο που θα προβάλλεται στο 
ταμπλό."
 
-#: ../panel-plugin/mount-plugin.c:765
+#: ../panel-plugin/mount-plugin.c:821
 msgid "Icon:"
 msgstr "Εικονίδιο:"
 
-#: ../panel-plugin/mount-plugin.c:769
+#: ../panel-plugin/mount-plugin.c:825
 msgid "Select an image"
 msgstr "Επιλογή μιας εικόνας"
 
-#: ../panel-plugin/mount-plugin.c:776
+#: ../panel-plugin/mount-plugin.c:832
 msgid "_General"
 msgstr "Γ_ενικά"
 
-#: ../panel-plugin/mount-plugin.c:791
+#: ../panel-plugin/mount-plugin.c:847
 #, c-format
 msgid ""
 "This command will be executed after mounting the device with the mount point 
of the device as argument.\n"
@@ -177,82 +184,82 @@ msgid ""
 "'%d' can be used to specify the device, '%m' for the mountpoint."
 msgstr "Αυτή η εντολή θα εκτελεστεί μετά την προσάρτηση της συσκευής με το 
σημείο προσάρτησης της συσκευής ως όρισμα.\nΕάν δεν είστε σίγουροι, δοκιμάστε 
\"exo-open %m\".\n'%d' που 

[Xfce4-commits] [panel-plugins/xfce4-indicator-plugin] branch master updated (d68e050 -> aa280cf)

2019-01-04 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-indicator-plugin.

  from  d68e050   I18n: Update translation is (100%).
   new  aa280cf   I18n: Update translation el (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/el.po | 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-indicator-plugin] 01/01: I18n: Update translation el (100%).

2019-01-04 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-indicator-plugin.

commit aa280cf2bbf1420e405db6e15490792db88f7e92
Author: Christos Arvanitis 
Date:   Fri Jan 4 18:33:01 2019 +0100

I18n: Update translation el (100%).

40 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/el.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/el.po b/po/el.po
index bacc92a..116bc04 100644
--- a/po/el.po
+++ b/po/el.po
@@ -11,8 +11,8 @@ msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-07-16 18:31+0200\n"
-"PO-Revision-Date: 2018-03-18 16:03+\n"
-"Last-Translator: Πέτρος Σαμαράς \n"
+"PO-Revision-Date: 2019-01-04 14:00+\n"
+"Last-Translator: Christos Arvanitis \n"
 "Language-Team: Greek 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/el/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"

-- 
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/xfce4-settings] 01/01: I18n: Update translation el (91%).

2019-01-04 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
master
in repository xfce/xfce4-settings.

commit cbdf69da2c9280b111549209249505f29e7dbf3d
Author: Christos Arvanitis 
Date:   Fri Jan 4 18:31:28 2019 +0100

I18n: Update translation el (91%).

366 translated messages, 36 untranslated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/el.po | 265 +++
 1 file changed, 181 insertions(+), 84 deletions(-)

diff --git a/po/el.po b/po/el.po
index 3c39585..56b2f0e 100644
--- a/po/el.po
+++ b/po/el.po
@@ -15,9 +15,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-settings\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-04 06:31+0200\n"
-"PO-Revision-Date: 2018-09-14 00:26+\n"
-"Last-Translator: Xfce Bot \n"
+"POT-Creation-Date: 2018-11-12 00:30+0100\n"
+"PO-Revision-Date: 2019-01-04 16:23+\n"
+"Last-Translator: Christos Arvanitis \n"
 "Language-Team: Greek 
(http://www.transifex.com/xfce/xfce4-settings/language/el/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -260,7 +260,7 @@ msgstr "Πληροφορίες έκδοσης"
 
 #: ../dialogs/accessibility-settings/main.c:200
 #: ../dialogs/appearance-settings/main.c:1166
-#: ../dialogs/display-settings/main.c:3115
+#: ../dialogs/display-settings/main.c:3740
 #: ../dialogs/keyboard-settings/main.c:78 ../dialogs/mime-settings/main.c:78
 #: ../dialogs/mouse-settings/main.c:1872 ../xfce4-settings-editor/main.c:120
 #: ../xfsettingsd/main.c:237 ../xfsettingsd/main.c:275
@@ -271,7 +271,7 @@ msgstr "Πληκτρολογήστε  '%s --help'  για χρήση."
 
 #: ../dialogs/accessibility-settings/main.c:219
 #: ../dialogs/appearance-settings/main.c:1185
-#: ../dialogs/display-settings/main.c:3134
+#: ../dialogs/display-settings/main.c:3759
 #: ../dialogs/keyboard-settings/main.c:94 ../dialogs/mime-settings/main.c:97
 #: ../dialogs/mouse-settings/main.c:1891 ../xfce4-settings-editor/main.c:139
 #: ../xfsettingsd/main.c:253 ../xfce4-settings-manager/main.c:80
@@ -280,7 +280,7 @@ msgstr "H ομάδα ανάπτυξης Xfce. Όλα τα δικαιώματα 
 
 #: ../dialogs/accessibility-settings/main.c:220
 #: ../dialogs/appearance-settings/main.c:1186
-#: ../dialogs/display-settings/main.c:3135
+#: ../dialogs/display-settings/main.c:3760
 #: ../dialogs/keyboard-settings/main.c:95 ../dialogs/mime-settings/main.c:98
 #: ../dialogs/mouse-settings/main.c:1892 ../xfce4-settings-editor/main.c:140
 #: ../xfsettingsd/main.c:254 ../xfce4-settings-manager/main.c:81
@@ -576,56 +576,115 @@ msgid ""
 msgstr "Οι προηγούμενες ρυθμίσεις θα επανέλθουν σε 10 δεπτερόλεπτα αν δεν 
απαντήσετε σε αυτή την ερώτηση."
 
 #: ../dialogs/display-settings/display-dialog.glade.h:1
-#: ../dialogs/display-settings/xfce-display-settings.desktop.in.h:1
-msgid "Display"
-msgstr "Οθόνη"
+msgid "The primary display is currently configured to show:"
+msgstr ""
 
 #: ../dialogs/display-settings/display-dialog.glade.h:2
-#: ../dialogs/display-settings/xfce-display-settings.desktop.in.h:2
-msgid "Configure screen settings and layout"
-msgstr "Ρύθμιση ιδιοτήτων και διάταξης οθονών"
+msgid "Xfce Panel"
+msgstr ""
 
 #: ../dialogs/display-settings/display-dialog.glade.h:3
-msgid "Ref_lection:"
-msgstr "_Αντανάκλαση:"
+msgid "Desktop icons"
+msgstr ""
 
 #: ../dialogs/display-settings/display-dialog.glade.h:4
-msgid "Ro_tation:"
-msgstr "Περισ_τροφή:"
+msgid "Notifications"
+msgstr ""
 
 #: ../dialogs/display-settings/display-dialog.glade.h:5
-msgid "Refresh _rate:"
-msgstr "_Ρυθμός ανανέωσης:"
+msgid "Configure..."
+msgstr "Παραμετροποίηση..."
 
 #: ../dialogs/display-settings/display-dialog.glade.h:6
-msgid "R_esolution:"
-msgstr "Ανάλ_υση:"
+#: ../dialogs/display-settings/xfce-display-settings.desktop.in.h:1
+msgid "Display"
+msgstr "Οθόνη"
 
 #: ../dialogs/display-settings/display-dialog.glade.h:7
-msgid "_Use this display"
-msgstr "_Χρήση αυτής της οθόνης"
+#: ../dialogs/display-settings/xfce-display-settings.desktop.in.h:2
+msgid "Configure screen settings and layout"
+msgstr "Ρύθμιση ιδιοτήτων και διάταξης οθονών"
 
 #: ../dialogs/display-settings/display-dialog.glade.h:8
-msgid "_Mirror displays"
-msgstr "Καθρεφτιζόμενες οθόνες"
+msgid "R_esolution:"
+msgstr "Ανάλ_υση:"
 
 #: ../dialogs/display-settings/display-dialog.glade.h:9
-msgid "_Primary display"
-msgstr "_Κύρια οθόνη"
+msgid "Refresh _rate:"
+msgstr "_Ρυθμός ανανέωσης:"
 
 #: ../dialogs/display-settings/display-dialog.glade.h:10
-msgid ""
-"This is a hint for panels, docks and desktop to show on this display "
-"preferably."
-msgstr "Αυτή είναι μια ένδειξη για τα ταμπλό, τα docks και την επιφάνεια 
εργασίας ώστε να φαίνονται κατά προτίμηση σε αυτήν την οθόνη."
+msgid "Ro_tation:"
+msgstr "Περισ_τροφή:"
 
 #: ../dialogs/display-settings/display-dialog.glade.h:11
-msgid "Configure _new 

[Xfce4-commits] [panel-plugins/xfce4-embed-plugin] branch master updated (e776d22 -> f9aef0b)

2019-01-04 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-embed-plugin.

  from  e776d22   I18n: Update translation ca (100%).
   new  f9aef0b   I18n: Update translation el (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/el.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] [panel-plugins/xfce4-embed-plugin] 01/01: I18n: Update translation el (100%).

2019-01-04 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-embed-plugin.

commit f9aef0b562d6345d7ae04ece02d0c9bdbd2dcd6d
Author: Christos Arvanitis 
Date:   Fri Jan 4 18:32:50 2019 +0100

I18n: Update translation el (100%).

33 translated messages.

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

diff --git a/po/el.po b/po/el.po
index 5ad9bda..5fd3041 100644
--- a/po/el.po
+++ b/po/el.po
@@ -4,6 +4,7 @@
 # 
 # Translators:
 # Apóstolos Papaðimitríu , 2016
+# Christos Arvanitis , 2019
 # Efstathios Iosifidis , 2015
 # Panagiotis Mantzios , 2018
 # Γιώργος Στεφανάκης , 2013
@@ -12,8 +13,8 @@ msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-07-03 20:58+0200\n"
-"PO-Revision-Date: 2018-07-14 07:51+\n"
-"Last-Translator: Panagiotis Mantzios \n"
+"PO-Revision-Date: 2019-01-04 13:46+\n"
+"Last-Translator: Christos Arvanitis \n"
 "Language-Team: Greek 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/el/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -73,7 +74,7 @@ msgid ""
 "optionally be launched. The command can either result in a window\n"
 "that matches the below criteria, or it can use the socket ID passed\n"
 "to it (%s) to embed itself automatically."
-msgstr ""
+msgstr "Αν δε βρεθεί παράθυρο (ή δεν υπάρχουν κριτήρια), μια εντολή δύναται 
να\nεκτελεστεί προαιρετικά. Η εντολή είτε θα έχει ως αποτέλεσμα ένα 
παράθυρο\nτο οποίο αντιστοιχεί στα ακόλουθα κριτήρια, είτε μπορεί να 
χρησιμοποιήσει το δοσμένο αναγνωριστικό socket (%s) ώστε να ενσωματωθεί 
αυτόματα"
 
 #: ../panel-plugin/embed-dialogs.c:348
 #, c-format
@@ -128,7 +129,7 @@ msgstr "_Τίτλος Παραθύρου"
 msgid ""
 "Match the window's title using a REGEX\n"
 "Leave blank if it is not a criterion"
-msgstr ""
+msgstr "Ταιριάξτε τον τίτλο του παραθύρου χρησιμοποιώντας μία κανονική 
έκφραση(REGEX)\nΑφήστε κενό, αν δεν είναι κριτήριο"
 
 #: ../panel-plugin/embed-dialogs.c:385
 msgid "Display"
@@ -139,7 +140,7 @@ msgstr "Προβολή"
 msgid ""
 "Leave blank to hide the label\n"
 "%s expands to the embedded window's title"
-msgstr ""
+msgstr "Αφήστε κενό για απόκρυψη της ετικέτας\n%s επεκτείνεται στον 
ενσωματωμένο τίτλο παραθύρου"
 
 #: ../panel-plugin/embed-dialogs.c:391
 msgid "_Label format"
@@ -161,7 +162,7 @@ msgstr "Ελάχιστο _μέγεθος (px)"
 msgid ""
 "Minimum size of the embedded window\n"
 "Set to 0 to keep the original window size"
-msgstr ""
+msgstr "Ελάχιστο μέγεθος ενσωματωμένου παραθύρου\nΟρίστε 0 για διατήρηση του 
αρχικού μεγέθους παραθύρου"
 
 #: ../panel-plugin/embed-dialogs.c:407
 msgid "_Expand"
@@ -181,4 +182,4 @@ msgstr "Εμφάνιση λαβής στην κορυφή του προσθέτ
 
 #: ../panel-plugin/embed.desktop.in.h:2
 msgid "Embeds an arbitrary window into the panel"
-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-battery-plugin] branch master updated (97d3e09 -> 6e0466d)

2019-01-04 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-battery-plugin.

  from  97d3e09   I18n: Update translation he (100%).
   new  6e0466d   I18n: Update translation el (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/el.po | 95 
 1 file changed, 48 insertions(+), 47 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-battery-plugin] 01/01: I18n: Update translation el (100%).

2019-01-04 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-battery-plugin.

commit 6e0466dfd3470aeadd0982387040beefd581831b
Author: Christos Arvanitis 
Date:   Fri Jan 4 18:32:33 2019 +0100

I18n: Update translation el (100%).

42 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/el.po | 95 
 1 file changed, 48 insertions(+), 47 deletions(-)

diff --git a/po/el.po b/po/el.po
index 1291de9..05182ce 100644
--- a/po/el.po
+++ b/po/el.po
@@ -4,15 +4,16 @@
 # 
 # Translators:
 # Apóstolos Papaðimitríu , 2017
+# Christos Arvanitis , 2019
 # Efstathios Iosifidis , 2012
 # ebal , 2008
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-29 12:30+0200\n"
-"PO-Revision-Date: 2017-09-19 18:06+\n"
-"Last-Translator: Apóstolos Papaðimitríu \n"
+"POT-Creation-Date: 2019-01-01 00:31+0100\n"
+"PO-Revision-Date: 2019-01-04 13:25+\n"
+"Last-Translator: Christos Arvanitis \n"
 "Language-Team: Greek 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/el/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -20,179 +21,179 @@ msgstr ""
 "Language: el\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../panel-plugin/battery.c:526
+#: ../panel-plugin/battery.c:346
 msgid "(No battery, AC on-line)"
 msgstr "(Χωρίς μπαταρία, AC στην πρίζα)"
 
-#: ../panel-plugin/battery.c:528
+#: ../panel-plugin/battery.c:348
 msgid "(Charging from AC)"
 msgstr "(Φόρτωση από το AC)"
 
-#: ../panel-plugin/battery.c:528
+#: ../panel-plugin/battery.c:348
 msgid "(AC on-line)"
 msgstr "(AC στην πρίζα)"
 
-#: ../panel-plugin/battery.c:538
+#: ../panel-plugin/battery.c:358
 #, c-format
 msgid "%d%% (%02d:%02d) remaining"
 msgstr "%d%% (%02d:%02d) απομένει"
 
-#: ../panel-plugin/battery.c:540
+#: ../panel-plugin/battery.c:360
 #, c-format
 msgid "%02d:%02d remaining"
 msgstr "%02d:%02d απομένει"
 
-#: ../panel-plugin/battery.c:542
+#: ../panel-plugin/battery.c:362
 #, c-format
 msgid "%d%% remaining"
 msgstr "%d%% απομένει"
 
-#: ../panel-plugin/battery.c:544
+#: ../panel-plugin/battery.c:364
 #, c-format
 msgid "AC off-line"
 msgstr "AC εκτός πρίζας"
 
-#: ../panel-plugin/battery.c:624
+#: ../panel-plugin/battery.c:447
 msgid ""
 "WARNING: Your battery has reached critical status. You should plug in or "
 "shutdown your computer now to avoid possible data loss."
 msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: Η μπαταρία έχει φτάσει σε κρίσιμο επίπεδο. Θα πρέπει 
είτε να μπει στην πρίζα ή να κλείσετε τον υπολογιστή τώρα ώστε να αποφύγετε 
απώλεια δεδομένων."
 
-#: ../panel-plugin/battery.c:642
+#: ../panel-plugin/battery.c:466
 msgid ""
 "WARNING: Your battery is running low. You should consider plugging in or "
 "shutting down your computer soon to avoid possible data loss."
 msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: Η μπαταρία είναι σε χαμηλό επίπεδο. Θα πρέπει να 
εξετάσετε είτε να βάλετε στην πρίζα είτε να κλείσετε τον υπολογιστή σας σύντομα 
ώστε να αποφύγετε πιθανή απώλεια δεδομένων."
 
-#: ../panel-plugin/battery.c:678
+#: ../panel-plugin/battery.c:509
 msgid "Battery"
 msgstr "Μπαταρία"
 
-#: ../panel-plugin/battery.c:1173
+#: ../panel-plugin/battery.c:1002
 msgid "Select file"
 msgstr "Επιλογή αρχείου"
 
-#: ../panel-plugin/battery.c:1214
+#: ../panel-plugin/battery.c:1043
 msgid "Select command"
 msgstr "Επιλογή εντολής"
 
-#: ../panel-plugin/battery.c:1258
+#: ../panel-plugin/battery.c:1096
 #, c-format
 msgid "Unable to open the following url: %s"
 msgstr "Δεν ήταν δυνατή η πρόσβαση στο εξής url: %s"
 
-#: ../panel-plugin/battery.c:1283 ../panel-plugin/battery.desktop.in.h:1
+#: ../panel-plugin/battery.c:1121 ../panel-plugin/battery.desktop.in.h:1
 msgid "Battery Monitor"
 msgstr "Παρακολούθηση μπαταρίας"
 
-#: ../panel-plugin/battery.c:1290
+#: ../panel-plugin/battery.c:1128
 msgid "Properties"
 msgstr "Ιδιότητες"
 
-#: ../panel-plugin/battery.c:1316
+#: ../panel-plugin/battery.c:1151
 msgid "On AC:"
 msgstr "Σε τροφοδοσία AC:"
 
-#: ../panel-plugin/battery.c:1329
+#: ../panel-plugin/battery.c:1165
 msgid "Battery high:"
 msgstr "Μπαταρία υψηλή:"
 
-#: ../panel-plugin/battery.c:1342
+#: ../panel-plugin/battery.c:1179
 msgid "Battery low:"
 msgstr "Μπαταρία χαμηλή:"
 
-#: ../panel-plugin/battery.c:1355
+#: ../panel-plugin/battery.c:1193
 msgid "Battery critical:"
 msgstr "Μπαταρία κρίσιμη:"
 
-#: ../panel-plugin/battery.c:1365
+#: ../panel-plugin/battery.c:1204
 msgid "Bar _colors"
 msgstr "_Χρώματα γραμμής"
 
-#: ../panel-plugin/battery.c:1379
+#: ../panel-plugin/battery.c:1218
 msgid "Low percentage:"
 msgstr "Χαμηλό ποσοστό:"
 
-#: ../panel-plugin/battery.c:1392
+#: ../panel-plugin/battery.c:1232
 msgid "Low battery action:"
 msgstr "Χαμηλή 

[Xfce4-commits] [xfce/xfce4-panel] 01/01: I18n: Update translation el (99%).

2019-01-04 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
master
in repository xfce/xfce4-panel.

commit b123aa0e4f8a4833b1768e337b4f0cf7f50f3d6a
Author: Christos Arvanitis 
Date:   Fri Jan 4 18:31:01 2019 +0100

I18n: Update translation el (99%).

410 translated messages, 2 untranslated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/el.po | 588 +++
 1 file changed, 290 insertions(+), 298 deletions(-)

diff --git a/po/el.po b/po/el.po
index 5311890..9da082e 100644
--- a/po/el.po
+++ b/po/el.po
@@ -5,6 +5,7 @@
 # Translators:
 # Apóstolos Papaðimitríu , 2016
 # Apóstolos Papaðimitríu , 2017
+# Christos Arvanitis , 2019
 # Efstathios Iosifidis , 2014-2015,2018
 # Efstathios Iosifidis , 2012
 # Evaggelos Balaskas , 2008-2010
@@ -17,9 +18,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-panel\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-05-04 06:31+0200\n"
-"PO-Revision-Date: 2018-09-14 00:27+\n"
-"Last-Translator: Panagiotis Mantzios \n"
+"POT-Creation-Date: 2018-12-03 22:34+0100\n"
+"PO-Revision-Date: 2019-01-04 16:25+\n"
+"Last-Translator: Christos Arvanitis \n"
 "Language-Team: Greek 
(http://www.transifex.com/xfce/xfce4-panel/language/el/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -38,8 +39,7 @@ msgid ""
 msgstr "Δημιουργία νέου εκκινητή στο ταμπλό από αυτό το αρχείο .desktop"
 
 #: ../panel-preferences.desktop.in.h:1
-#: ../panel/panel-preferences-dialog.glade.h:10 ../panel/panel-window.c:2666
-#: ../migrate/main.c:117
+#: ../panel/panel-preferences-dialog.glade.h:10 ../panel/panel-window.c:2692
 msgid "Panel"
 msgstr "Ταμπλό"
 
@@ -48,78 +48,77 @@ msgid "Customize the panel"
 msgstr "Προσαρμογή του ταμπλό"
 
 #. I18N: %s is the name of the plugin
-#: ../libxfce4panel/xfce-panel-plugin.c:1047
-#: ../panel/panel-preferences-dialog.c:1168
+#: ../libxfce4panel/xfce-panel-plugin.c:1079
+#: ../panel/panel-preferences-dialog.c:1308
 #, c-format
 msgid "Are you sure that you want to remove \"%s\"?"
 msgstr "Είστε σίγουροι ότι θέλετε να αφαιρέσετε το \"%s\";"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1052
-#: ../panel/panel-preferences-dialog.c:1171
+#: ../libxfce4panel/xfce-panel-plugin.c:1084
+#: ../panel/panel-preferences-dialog.c:1311
 msgid "If you remove the item from the panel, it is permanently lost."
 msgstr "Εάν αφαιρέσετε το αντικείμενο από το ταμπλό, χάνεται οριστικά."
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1053 ../panel/panel-dialogs.c:127
-#: ../panel/panel-preferences-dialog.c:1173
-#: ../plugins/applicationsmenu/applicationsmenu.c:538
-#: ../plugins/directorymenu/directorymenu.c:394
+#: ../libxfce4panel/xfce-panel-plugin.c:1085 ../panel/panel-dialogs.c:163
+#: ../panel/panel-preferences-dialog.c:1313
 msgid "Cancel"
 msgstr "Ακύρωση"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1054
-#: ../panel/panel-plugin-external.c:436
-#: ../panel/panel-preferences-dialog.c:896
-#: ../panel/panel-preferences-dialog.c:1174
-#: ../plugins/launcher/launcher-dialog.c:854
+#: ../libxfce4panel/xfce-panel-plugin.c:1086
+#: ../panel/panel-plugin-external.c:439
+#: ../panel/panel-preferences-dialog.c:956
+#: ../panel/panel-preferences-dialog.c:1314
+#: ../plugins/launcher/launcher-dialog.c:855
 msgid "Remove"
 msgstr "Αφαίρεση"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1195
+#: ../libxfce4panel/xfce-panel-plugin.c:1227
 msgid "_Properties"
 msgstr "_Ιδιότητες"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1210
+#: ../libxfce4panel/xfce-panel-plugin.c:1242 ../panel/panel-window.c:2780
 msgid "_About"
 msgstr "_Περί"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1225
+#: ../libxfce4panel/xfce-panel-plugin.c:1257
 msgid "_Move"
 msgstr "_Μετακίνηση"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1249
+#: ../libxfce4panel/xfce-panel-plugin.c:1281
 msgid "_Remove"
 msgstr "_Αφαίρεση"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1270
+#: ../libxfce4panel/xfce-panel-plugin.c:1302
 msgid "Pane_l"
 msgstr "Ταμπ_λό"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1279 ../panel/panel-window.c:2679
+#: ../libxfce4panel/xfce-panel-plugin.c:1311 ../panel/panel-window.c:2705
 msgid "Add _New Items..."
 msgstr "Προσθήκη _Νέων Αντικειμένων..."
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1294 ../panel/panel-window.c:2694
+#: ../libxfce4panel/xfce-panel-plugin.c:1326 ../panel/panel-window.c:2720
 msgid "Panel Pr_eferences..."
 msgstr "Π_ροτιμήσεις Ταμπλό..."
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1315 ../panel/panel-window.c:2726
+#: ../libxfce4panel/xfce-panel-plugin.c:1347 ../panel/panel-window.c:2752
 msgid "Log _Out"
 msgstr "Απ_οσύνδεση"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1335
-#: ../panel/panel-preferences-dialog.glade.h:12
+#: ../libxfce4panel/xfce-panel-plugin.c:1367 

[Xfce4-commits] [xfce/xfce4-settings] branch master updated (95e9e5a -> cbdf69d)

2019-01-04 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
change to branch 
master
in repository xfce/xfce4-settings.

  from  95e9e5a   I18n: Update translation be (97%).
   new  cbdf69d   I18n: Update translation el (91%).

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/el.po | 265 +++
 1 file changed, 181 insertions(+), 84 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-notifyd] branch master updated (2d11faf -> 3b39339)

2019-01-04 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-notifyd.

  from  2d11faf   Fix output of xfce4-notifyd-config --help (Bug #14922)
   new  3b39339   I18n: Update translation th (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/th.po | 58 ++
 1 file changed, 42 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] [apps/xfce4-notifyd] 01/01: I18n: Update translation th (100%).

2019-01-04 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-notifyd.

commit 3b39339afc628b9fb591d4764690144aecf5788b
Author: Theppitak Karoonboonyanan 
Date:   Fri Jan 4 18:32:12 2019 +0100

I18n: Update translation th (100%).

79 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/th.po | 58 ++
 1 file changed, 42 insertions(+), 16 deletions(-)

diff --git a/po/th.po b/po/th.po
index bec6455..dbb5569 100644
--- a/po/th.po
+++ b/po/th.po
@@ -4,13 +4,13 @@
 # 
 # Translators:
 # Theppitak Karoonboonyanan , 2013
-# Theppitak Karoonboonyanan , 2016-2017
+# Theppitak Karoonboonyanan , 2016-2017,2019
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-02-18 00:31+0100\n"
-"PO-Revision-Date: 2018-09-02 10:53+\n"
+"POT-Creation-Date: 2018-11-21 00:31+0100\n"
+"PO-Revision-Date: 2019-01-04 14:48+\n"
 "Last-Translator: Theppitak Karoonboonyanan \n"
 "Language-Team: Thai (http://www.transifex.com/xfce/xfce-apps/language/th/)\n"
 "MIME-Version: 1.0\n"
@@ -31,7 +31,7 @@ msgstr "ล้างปูมการแจ้งเหตุ"
 msgid "Cancel"
 msgstr "ยกเลิก"
 
-#: ../common/xfce-notify-log.c:351 ../xfce4-notifyd-config/main.c:953
+#: ../common/xfce-notify-log.c:351 ../xfce4-notifyd-config/main.c:954
 msgid "Clear"
 msgstr "ล้าง"
 
@@ -130,59 +130,85 @@ msgstr "ปุ่ม"
 msgid "Notification preview failed"
 msgstr "แสดงตัวอย่างการแจ้งเหตุไม่สำเร็จ"
 
+#: ../xfce4-notifyd-config/main.c:505
+#, c-format
+msgid ""
+"Currently only urgent notifications are shown.\n"
+"Notification logging is %s."
+msgstr 
"ขณะนี้จะแสดงเฉพาะรายการแจ้งเหตุด่วนเท่านั้น\nการบันทึกปูมการแจ้งเหตุ%s"
+
+#: ../xfce4-notifyd-config/main.c:512
+msgid "enabled"
+msgstr "เปิดใช้งานอยู่"
+
+#: ../xfce4-notifyd-config/main.c:512
+msgid "disabled"
+msgstr "ปิดใช้งาน"
+
+#: ../xfce4-notifyd-config/main.c:589
+msgid "Yesterday and before"
+msgstr "เมื่อวานและก่อนหน้า"
+
 #: ../xfce4-notifyd-config/main.c:807
 msgid "Settings daemon is unavailable"
 msgstr "ไม่มีดีมอนค่าตั้งอยู่"
 
-#: ../xfce4-notifyd-config/main.c:934
+#: ../xfce4-notifyd-config/main.c:893
+msgid ""
+"Currently there are no known applications.\n"
+"As soon as an application sends a notification\n"
+"it will appear in this list."
+msgstr 
"ขณะนี้ยังไม่มีโปรแกรมที่รู้จัก\nทันทีที่มีโปรแกรมแจ้งเหตุเข้ามา\nโปรแกรมนั้นก็จะปรากฏในรายชื่อนี้"
+
+#: ../xfce4-notifyd-config/main.c:935
 msgid ""
 "Empty log\n"
 "No notifications have been logged yet."
 msgstr "ปูมว่างเปล่า\nยังไม่มีรายการแจ้งเหตุในปูม"
 
-#: ../xfce4-notifyd-config/main.c:941
+#: ../xfce4-notifyd-config/main.c:942
 msgid "Refresh"
 msgstr "ปรับแสดง"
 
-#: ../xfce4-notifyd-config/main.c:942
+#: ../xfce4-notifyd-config/main.c:943
 msgid "Refresh the notification log"
 msgstr "ปรับแสดงเนื้อหาปูมการแจ้งเหตุ"
 
-#: ../xfce4-notifyd-config/main.c:947
+#: ../xfce4-notifyd-config/main.c:948
 msgid "Open"
 msgstr "เปิด"
 
-#: ../xfce4-notifyd-config/main.c:948
+#: ../xfce4-notifyd-config/main.c:949
 msgid "Open the notification log in an external editor"
 msgstr "เปิดปูมการแจ้งเหตุด้วยเครื่องมือแก้ไขภายนอก"
 
-#: ../xfce4-notifyd-config/main.c:954
+#: ../xfce4-notifyd-config/main.c:955
 msgid "Clear the notification log"
 msgstr "ล้างปูมการแจ้งเหตุ"
 
-#: ../xfce4-notifyd-config/main.c:976
+#: ../xfce4-notifyd-config/main.c:977
 msgid "Display version information"
 msgstr "แสดงข้อมูลรุ่น"
 
-#: ../xfce4-notifyd-config/main.c:977
+#: ../xfce4-notifyd-config/main.c:978
 msgid "Settings manager socket"
 msgstr "ซ็อกเก็ตของโปรแกรมจัดการค่าตั้ง"
 
-#: ../xfce4-notifyd-config/main.c:977
+#: ../xfce4-notifyd-config/main.c:978
 msgid "SOCKET_ID"
 msgstr "หมายเลขซ็อกเก็ต"
 
-#: ../xfce4-notifyd-config/main.c:987
+#: ../xfce4-notifyd-config/main.c:988
 #, c-format
 msgid "Type '%s --help' for usage."
 msgstr "สั่ง '%s --help' เพื่อดูวิธีใช้"
 
-#: ../xfce4-notifyd-config/main.c:1002
+#: ../xfce4-notifyd-config/main.c:1003
 #, c-format
 msgid "Released under the terms of the GNU General Public License, version 2\n"
 msgstr "เผยแพร่ภายใต้เงื่อนไขของ GNU General Public License รุ่นที่ 2\n"
 
-#: ../xfce4-notifyd-config/main.c:1003
+#: ../xfce4-notifyd-config/main.c:1004
 #, c-format
 msgid "Please report bugs to %s.\n"
 msgstr "หากพบปัญหา กรุณารายงานที่ %s\n"

-- 
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/xfce4-panel] branch master updated (dc1f684 -> b123aa0)

2019-01-04 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
change to branch 
master
in repository xfce/xfce4-panel.

  from  dc1f684   Revert "Applications menu icon sizing fixes" (Bug #14976)
   new  b123aa0   I18n: Update translation el (99%).

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/el.po | 588 +++
 1 file changed, 290 insertions(+), 298 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 el (98%).

2019-01-04 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 41a82e6f6e86d50b71d08bb4757b85059cad64a5
Author: Christos Arvanitis 
Date:   Fri Jan 4 18:30:40 2019 +0100

I18n: Update translation el (98%).

753 translated messages, 9 untranslated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/el.po | 650 ++-
 1 file changed, 351 insertions(+), 299 deletions(-)

diff --git a/po/el.po b/po/el.po
index 15b0add..322ba1f 100644
--- a/po/el.po
+++ b/po/el.po
@@ -3,14 +3,20 @@
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR , YEAR.
 # 
+# Translators:
+# Xfce Bot , 2018
+# Apóstolos Papaðimitríu , 2018
+# Spiros Georgaras , 2018
+# Christos Arvanitis , 2019
+# 
 #, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-08-20 18:31+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: Apóstolos Papaðimitríu , 
2018\n"
+"POT-Creation-Date: 2018-09-27 06:31+0200\n"
+"PO-Revision-Date: 2018-08-19 09:02+\n"
+"Last-Translator: Christos Arvanitis , 2019\n"
 "Language-Team: Greek (https://www.transifex.com/xfce/teams/16840/el/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -136,79 +142,79 @@ msgid "Please report bugs to <%s>."
 msgstr "Παρακαλώ αναφέρατε σφάλματα στο <%s>."
 
 #. display an error message to the user
-#: ../thunar/thunar-application.c:741
+#: ../thunar/thunar-application.c:743
 msgid "Failed to launch operation"
 msgstr "Η εκκίνηση της ενέργειας απέτυχε"
 
 #. tell the user that we were unable to launch the file specified
-#: ../thunar/thunar-application.c:1467 ../thunar/thunar-application.c:1599
+#: ../thunar/thunar-application.c:1469 ../thunar/thunar-application.c:1601
 #: ../thunar/thunar-launcher.c:1216 ../thunar/thunar-location-entry.c:356
 #: ../thunar/thunar-location-entry.c:384
 #: ../thunar/thunar-shortcuts-view.c:1680
-#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2316
+#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2360
 #, c-format
 msgid "Failed to open \"%s\""
 msgstr "Το άνοιγμα του \"%s\" απέτυχε"
 
-#: ../thunar/thunar-application.c:1603
+#: ../thunar/thunar-application.c:1605
 #, c-format
 msgid "Failed to open \"%s\": %s"
 msgstr "Η διαγραφή του \"%s\" απέτυχε: %s"
 
 #. display an error message
-#: ../thunar/thunar-application.c:1658
+#: ../thunar/thunar-application.c:1660
 #: ../thunar/thunar-properties-dialog.c:731
 #: ../thunar/thunar-standard-view.c:2834 ../thunar/thunar-tree-view.c:1959
 #, c-format
 msgid "Failed to rename \"%s\""
 msgstr "Η μετονομασία του \"%s\" απέτυχε"
 
-#: ../thunar/thunar-application.c:1760
+#: ../thunar/thunar-application.c:1762
 #: ../thunar/thunar-location-buttons.c:1347
 #: ../thunar/thunar-standard-view.c:2359 ../thunar/thunar-tree-view.c:1821
 msgid "New Folder"
 msgstr "Νέος φάκελος"
 
-#: ../thunar/thunar-application.c:1761
+#: ../thunar/thunar-application.c:1763
 #: ../thunar/thunar-location-buttons.c:1348
 #: ../thunar/thunar-standard-view.c:2360 ../thunar/thunar-tree-view.c:1822
 msgid "Create New Folder"
 msgstr "Δημιουργία νέου φακέλου"
 
-#: ../thunar/thunar-application.c:1765
+#: ../thunar/thunar-application.c:1767
 msgid "New File"
 msgstr "Νέο αρχείο"
 
-#: ../thunar/thunar-application.c:1766
+#: ../thunar/thunar-application.c:1768
 msgid "Create New File"
 msgstr "Δημιουργία νέου αρχείου"
 
 #. generate a title for the create dialog
-#: ../thunar/thunar-application.c:1823 ../thunar/thunar-standard-view.c:2406
+#: ../thunar/thunar-application.c:1825 ../thunar/thunar-standard-view.c:2406
 #, c-format
 msgid "Create Document from template \"%s\""
 msgstr "Δημιουργία εγγράφου από πρότυπο \"%s\""
 
-#: ../thunar/thunar-application.c:1887
+#: ../thunar/thunar-application.c:1889
 msgid "Copying files..."
 msgstr "Αντιγραφή αρχείων..."
 
-#: ../thunar/thunar-application.c:1923
+#: ../thunar/thunar-application.c:1925
 #, c-format
 msgid "Copying files to \"%s\"..."
 msgstr "Αντιγραφή αρχείων σε  \"%s\"..."
 
-#: ../thunar/thunar-application.c:1969
+#: ../thunar/thunar-application.c:1971
 #, c-format
 msgid "Creating symbolic links in \"%s\"..."
 msgstr "Δημιουργία συμβολικών δεσμών σε \"%s\"..."
 
-#: ../thunar/thunar-application.c:2022
+#: ../thunar/thunar-application.c:2024
 #, c-format
 msgid "Moving files into \"%s\"..."
 msgstr "Μετακίνηση αρχείων στο \"%s\"..."
 
-#: ../thunar/thunar-application.c:2104
+#: ../thunar/thunar-application.c:2106
 #, c-format
 msgid ""
 "Are you sure that you want to\n"
@@ -217,7 +223,7 @@ msgstr ""
 "Είστε σίγουρος/η ότι θέλετε να διαγράψετε\n"
 "οριστικά το \"%s\";"
 
-#: 

[Xfce4-commits] [xfce/thunar] branch master updated (ea9987f -> 396f5c3)

2019-01-04 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  ea9987f   I18n: Update translation th (100%).
   new  396f5c3   I18n: Update translation el (98%).

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/el.po | 716 +--
 1 file changed, 380 insertions(+), 336 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 xfce-4.14 updated (fa0df67 -> 41a82e6)

2019-01-04 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  fa0df67   I18n: Update translation th (100%).
   new  41a82e6   I18n: Update translation el (98%).

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/el.po | 650 ++-
 1 file changed, 351 insertions(+), 299 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 el (98%).

2019-01-04 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 396f5c3e6ed28dfdbcf5e6cca9f8d7e0fae4a37d
Author: Christos Arvanitis 
Date:   Fri Jan 4 18:30:15 2019 +0100

I18n: Update translation el (98%).

754 translated messages, 9 untranslated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/el.po | 716 +--
 1 file changed, 380 insertions(+), 336 deletions(-)

diff --git a/po/el.po b/po/el.po
index e149918..a67d818 100644
--- a/po/el.po
+++ b/po/el.po
@@ -4,6 +4,7 @@
 # 
 # Translators:
 # Apóstolos Papaðimitríu , 2016
+# Christos Arvanitis , 2019
 # Efstathios Iosifidis , 2014-2015
 # Spiros Georgaras , 2018
 # Spyros Papanastasiou , 2016
@@ -15,9 +16,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-08-20 18:30+0200\n"
-"PO-Revision-Date: 2018-08-22 17:09+\n"
-"Last-Translator: Apóstolos Papaðimitríu \n"
+"POT-Creation-Date: 2018-11-19 00:30+0100\n"
+"PO-Revision-Date: 2019-01-04 14:39+\n"
+"Last-Translator: Christos Arvanitis \n"
 "Language-Team: Greek (http://www.transifex.com/xfce/thunar/language/el/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -137,86 +138,86 @@ msgid "Please report bugs to <%s>."
 msgstr "Παρακαλώ αναφέρατε σφάλματα στο <%s>."
 
 #. display an error message to the user
-#: ../thunar/thunar-application.c:741
+#: ../thunar/thunar-application.c:743
 msgid "Failed to launch operation"
 msgstr "Η εκκίνηση της ενέργειας απέτυχε"
 
 #. tell the user that we were unable to launch the file specified
-#: ../thunar/thunar-application.c:1467 ../thunar/thunar-application.c:1599
+#: ../thunar/thunar-application.c:1469 ../thunar/thunar-application.c:1601
 #: ../thunar/thunar-launcher.c:1216 ../thunar/thunar-location-entry.c:356
 #: ../thunar/thunar-location-entry.c:384
 #: ../thunar/thunar-shortcuts-view.c:1680
-#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2316
+#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2360
 #, c-format
 msgid "Failed to open \"%s\""
 msgstr "Το άνοιγμα του \"%s\" απέτυχε"
 
-#: ../thunar/thunar-application.c:1603
+#: ../thunar/thunar-application.c:1605
 #, c-format
 msgid "Failed to open \"%s\": %s"
 msgstr "Η διαγραφή του \"%s\" απέτυχε: %s"
 
 #. display an error message
-#: ../thunar/thunar-application.c:1658
+#: ../thunar/thunar-application.c:1660
 #: ../thunar/thunar-properties-dialog.c:731
-#: ../thunar/thunar-standard-view.c:2864 ../thunar/thunar-tree-view.c:1959
+#: ../thunar/thunar-standard-view.c:2864 ../thunar/thunar-tree-view.c:1964
 #, c-format
 msgid "Failed to rename \"%s\""
 msgstr "Η μετονομασία του \"%s\" απέτυχε"
 
-#: ../thunar/thunar-application.c:1760
+#: ../thunar/thunar-application.c:1762
 #: ../thunar/thunar-location-buttons.c:1347
-#: ../thunar/thunar-standard-view.c:2389 ../thunar/thunar-tree-view.c:1821
+#: ../thunar/thunar-standard-view.c:2389 ../thunar/thunar-tree-view.c:1826
 msgid "New Folder"
 msgstr "Νέος φάκελος"
 
-#: ../thunar/thunar-application.c:1761
+#: ../thunar/thunar-application.c:1763
 #: ../thunar/thunar-location-buttons.c:1348
-#: ../thunar/thunar-standard-view.c:2390 ../thunar/thunar-tree-view.c:1822
+#: ../thunar/thunar-standard-view.c:2390 ../thunar/thunar-tree-view.c:1827
 msgid "Create New Folder"
 msgstr "Δημιουργία νέου φακέλου"
 
-#: ../thunar/thunar-application.c:1765
+#: ../thunar/thunar-application.c:1767
 msgid "New File"
 msgstr "Νέο αρχείο"
 
-#: ../thunar/thunar-application.c:1766
+#: ../thunar/thunar-application.c:1768
 msgid "Create New File"
 msgstr "Δημιουργία νέου αρχείου"
 
 #. generate a title for the create dialog
-#: ../thunar/thunar-application.c:1823 ../thunar/thunar-standard-view.c:2436
+#: ../thunar/thunar-application.c:1825 ../thunar/thunar-standard-view.c:2436
 #, c-format
 msgid "Create Document from template \"%s\""
 msgstr "Δημιουργία εγγράφου από πρότυπο \"%s\""
 
-#: ../thunar/thunar-application.c:1887
+#: ../thunar/thunar-application.c:1889
 msgid "Copying files..."
 msgstr "Αντιγραφή αρχείων..."
 
-#: ../thunar/thunar-application.c:1923
+#: ../thunar/thunar-application.c:1925
 #, c-format
 msgid "Copying files to \"%s\"..."
 msgstr "Αντιγραφή αρχείων σε  \"%s\"..."
 
-#: ../thunar/thunar-application.c:1969
+#: ../thunar/thunar-application.c:1971
 #, c-format
 msgid "Creating symbolic links in \"%s\"..."
 msgstr "Δημιουργία συμβολικών δεσμών σε \"%s\"..."
 
-#: ../thunar/thunar-application.c:2022
+#: ../thunar/thunar-application.c:2024
 #, c-format
 msgid "Moving files into \"%s\"..."
 msgstr "Μετακίνηση αρχείων στο \"%s\"..."
 
-#: ../thunar/thunar-application.c:2104
+#: ../thunar/thunar-application.c:2106
 #, c-format
 msgid ""
 "Are you 

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

2019-01-04 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit c511324ee00d1d2cf87803bdb458054729e4f3d0
Author: Elishai Eliyahu 
Date:   Fri Jan 4 12:32:48 2019 +0100

I18n: Update translation he (100%).

243 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/he.po | 112 +++
 1 file changed, 62 insertions(+), 50 deletions(-)

diff --git a/po/he.po b/po/he.po
index 38d0067..1857fc6 100644
--- a/po/he.po
+++ b/po/he.po
@@ -4,7 +4,7 @@
 # 
 # Translators:
 # Dotan Kamber , 2004,2006
-# Elishai Eliyahu , 2016-2018
+# Elishai Eliyahu , 2016-2019
 # GenghisKhan , 2015-2016
 # Jonatan Perry , 2004
 # Yaron Shahrabani , 2013
@@ -13,8 +13,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfdesktop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-12-22 06:31+0100\n"
-"PO-Revision-Date: 2018-12-22 14:55+\n"
+"POT-Creation-Date: 2018-12-31 00:31+0100\n"
+"PO-Revision-Date: 2019-01-04 08:51+\n"
 "Last-Translator: Elishai Eliyahu \n"
 "Language-Team: Hebrew 
(http://www.transifex.com/xfce/xfdesktop/language/he/)\n"
 "MIME-Version: 1.0\n"
@@ -115,54 +115,101 @@ msgstr "מבחר תמונה אינו זמין בעת שסגנון תמונה ה
 msgid "Spanning screens"
 msgstr "פריסה על פני כל המסכים"
 
-#: ../settings/main.c:1902
+#. TRANSLATORS: Please split the message in half '\n' so the dialog will not
+#. be too wide.
+#: ../settings/main.c:1760
+msgid ""
+"Would you like to arrange all existing\n"
+"icons according to the selected orientation?"
+msgstr "האם תרצה לסדר את כל האיקונים\nהקיימים לפי האוריינטציה הנבחרת?"
+
+#: ../settings/main.c:1766
+msgid "Arrange icons"
+msgstr "סדר איקונים"
+
+#. printf is to be translator-friendly
+#: ../settings/main.c:1774 ../src/xfdesktop-file-icon-manager.c:796
+#: ../src/xfdesktop-file-icon-manager.c:1345
+#, c-format
+msgid "Unable to launch \"%s\":"
+msgstr "אין אפשרות לשגר \"%s\":"
+
+#: ../settings/main.c:1775 ../src/xfdesktop-file-icon-manager.c:798
+#: ../src/xfdesktop-file-icon-manager.c:1092
+#: ../src/xfdesktop-file-icon-manager.c:1346 ../src/xfdesktop-file-utils.c:671
+#: ../src/xfdesktop-file-utils.c:1203 ../src/xfdesktop-file-utils.c:1281
+#: ../src/xfdesktop-file-utils.c:1305 ../src/xfdesktop-file-utils.c:1367
+msgid "Launch Error"
+msgstr "שגיאת שיגור"
+
+#: ../settings/main.c:1777 ../src/xfdesktop-file-icon-manager.c:560
+#: ../src/xfdesktop-file-icon-manager.c:579
+#: ../src/xfdesktop-file-icon-manager.c:664
+#: ../src/xfdesktop-file-icon-manager.c:800
+#: ../src/xfdesktop-file-icon-manager.c:1096
+#: ../src/xfdesktop-file-icon-manager.c:1348
+#: ../src/xfdesktop-file-icon-manager.c:2874 ../src/xfdesktop-file-utils.c:674
+#: ../src/xfdesktop-file-utils.c:693 ../src/xfdesktop-file-utils.c:747
+#: ../src/xfdesktop-file-utils.c:811 ../src/xfdesktop-file-utils.c:872
+#: ../src/xfdesktop-file-utils.c:933 ../src/xfdesktop-file-utils.c:981
+#: ../src/xfdesktop-file-utils.c:1036 ../src/xfdesktop-file-utils.c:1094
+#: ../src/xfdesktop-file-utils.c:1146 ../src/xfdesktop-file-utils.c:1207
+#: ../src/xfdesktop-file-utils.c:1283 ../src/xfdesktop-file-utils.c:1309
+#: ../src/xfdesktop-file-utils.c:1371 ../src/xfdesktop-file-utils.c:1430
+#: ../src/xfdesktop-file-utils.c:1446 ../src/xfdesktop-file-utils.c:1508
+#: ../src/xfdesktop-file-utils.c:1526 ../src/xfdesktop-volume-icon.c:525
+#: ../src/xfdesktop-volume-icon.c:571 ../src/xfdesktop-volume-icon.c:607
+msgid "_Close"
+msgstr "_סגור"
+
+#: ../settings/main.c:1932
 msgid "Image files"
 msgstr "קבצי תמונה"
 
 #. Change the title of the file chooser dialog
-#: ../settings/main.c:1910
+#: ../settings/main.c:1940
 msgid "Select a Directory"
 msgstr "בחירת ספרייה"
 
-#: ../settings/main.c:2113
+#: ../settings/main.c:2145
 msgid "Settings manager socket"
 msgstr "Settings manager socket"
 
-#: ../settings/main.c:2113
+#: ../settings/main.c:2145
 msgid "SOCKET ID"
 msgstr "SOCKET ID"
 
-#: ../settings/main.c:2114
+#: ../settings/main.c:2146
 msgid "Version information"
 msgstr "Version information"
 
-#: ../settings/main.c:2115 ../src/xfdesktop-application.c:836
+#: ../settings/main.c:2147 ../src/xfdesktop-application.c:836
 msgid "Enable debug messages"
 msgstr "Enable debug messages"
 
-#: ../settings/main.c:2143
+#: ../settings/main.c:2175
 #, c-format
 msgid "Type '%s --help' for usage."
 msgstr "Type '%s --help' for usage."
 
-#: ../settings/main.c:2155
+#: ../settings/main.c:2187
 msgid "The Xfce development team. All rights reserved."
 msgstr "The Xfce development team. All rights reserved."
 
-#: ../settings/main.c:2156
+#: ../settings/main.c:2188
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Please report bugs to <%s>."
 
-#: ../settings/main.c:2163
+#: ../settings/main.c:2195
 msgid "Desktop Settings"
 

[Xfce4-commits] [xfce/xfdesktop] branch master updated (57c9759 -> c511324)

2019-01-04 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  57c9759   I18n: Update translation sq (99%).
   new  c511324   I18n: Update translation he (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/he.po | 112 +++
 1 file changed, 62 insertions(+), 50 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] [www/www.xfce.org] 01/01: I18n: Update translation th (100%).

2019-01-04 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit f012c1ba5c6aee17d6ae1e74a21094e3dffbd44c
Author: Theppitak Karoonboonyanan 
Date:   Fri Jan 4 12:32:38 2019 +0100

I18n: Update translation th (100%).

680 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 lib/po/th.po | 29 +++--
 1 file changed, 15 insertions(+), 14 deletions(-)

diff --git a/lib/po/th.po b/lib/po/th.po
index 8295599..44df7db 100644
--- a/lib/po/th.po
+++ b/lib/po/th.po
@@ -4,14 +4,15 @@
 # 
 # Translators:
 # bpasu ​ , 2017
-# Theppitak Karoonboonyanan , 2014-2015
+# Theppitak Karoonboonyanan , 2014-2015,2019
+# Theppitak Karoonboonyanan , 2019
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Websites\n"
 "Report-Msgid-Bugs-To: https://bugzilla.xfce.org\n;
 "POT-Creation-Date: 2017-05-24 12:49+0200\n"
-"PO-Revision-Date: 2017-10-30 05:57+\n"
-"Last-Translator: bpasu ​ \n"
+"PO-Revision-Date: 2019-01-04 05:52+\n"
+"Last-Translator: Theppitak Karoonboonyanan \n"
 "Language-Team: Thai (http://www.transifex.com/xfce/xfce-www/language/th/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -1658,7 +1659,7 @@ msgid ""
 "therefore only available for Linux 2.6.x and FreeBSD 6.x and above at the "
 "time of this writing (there is limited removable media support for FreeBSD "
 "4.x and 5.x which does not require HAL)."
-msgstr ""
+msgstr "คุณสามารถคลิกที่ไอคอนเพื่อเมานท์โวลุมโดยอัตโนมัติ 
และคลิกขวาที่ไอคอนเมื่อต้องการเลิกเมานท์ไดรว์หรือเอาสื่อออกจากไดรว์ อย่างไรก็ดี 
ความสามารถนี้ต้องอาศัย https://freedesktop.org/wiki/Software_2fhal\;>HAL ในการทำงาน 
จึงสามารถใช้ได้กับลินุกซ์ 2.6.x และ FreeBSD 6.x 
ขึ้นไปเท่านั้นในขณะที่เขียนบทความนี้ 
(มีการรองรับการใช้สื่อถอดเสียบอย่างจำกัดสำหรับ FreeBSD 4.x และ 5.x 
ซึ่งไม่ต้องใช้ HAL)"
 
 #: about/tour44.php:62
 msgid ""
@@ -1772,7 +1773,7 @@ msgid ""
 "updated for the new panel, and several new plugins were added. For example, "
 "the brand new xfce4-xfapplet-plugin allows users to add GNOME panel "
 "applets to the Xfce panel."
-msgstr ""
+msgstr "ปลั๊กอินพาเนลเกือบทั้งหมดที่มีอยู่ใน https://goodies.xfce.org/\;>โครงการ Xfce Goodies 
ได้รับการปรับตามพาเนลรุ่นใหม่นี้แล้ว และยังมีปลั๊กอินใหม่เพิ่มใหม่อีกหลายรายการ 
ตัวอย่างเช่น ปลั๊กอินใหม่เอี่ยม xfce4-xfapplet-plugin 
ช่วยให้ผู้ใช้สามารถเพิ่มแอปเพล็ตของพาเนล GNOME ลงในพาเนลของ Xfce ได้"
 
 #: about/tour44.php:131
 msgid "Time Management"
@@ -1862,7 +1863,7 @@ msgstr "ดังที่เห็นในภาพ กล่องโต้
 
 #: about/tour44.php:176
 msgid "Autostart"
-msgstr "การเรียกอัตโนมัติ"
+msgstr "การเริ่มโปรแกรมอัตโนมัติ"
 
 #: about/tour44.php:179
 msgid ""
@@ -1870,7 +1871,7 @@ msgid ""
 "href=\"https://freedesktop.org/wiki/Standards_2fautostart_2dspec\;>Autostart"
 " Specification - actually Xfce was the first desktop to implement said "
 "feature, but the others were faster to release. ;-)"
-msgstr ""
+msgstr "Xfce 4.4.0 รองรับ https://freedesktop.org/wiki/Standards_2fautostart_2dspec\;>ข้อกำหนดการเริ่มโปรแกรมอัตโนมัติ
 (Autostart) แล้ว - อันที่จริง Xfce เป็นเดสก์ท็อปแรกที่รองรับความสามารถนี้ 
เพียงแต่เดสก์ท็อปอื่นออกรุ่นเร็วกว่าเราเท่านั้น ;-)"
 
 #: about/tour44.php:182
 msgid "Xfce Autostart Editor"
@@ -2016,7 +2017,7 @@ msgid ""
 "polished, and you can manage several different sound cards. Additionally, a "
 "panel plugin allows you to set the system sound quickly using the mouse "
 "scroll wheel."
-msgstr ""
+msgstr "เครื่องมือปรับเสียงของ Xfce4 
ได้ถูกเขียนขึ้นใหม่ทั้งหมดเพื่อให้ใช้ https://gstreamer.freedesktop.org/\;>Gstreamer 
ซึ่งทำให้เราสามารถรองรับระบบเสียงหลากหลายได้อย่างง่ายดาย 
ส่วนติดต่อผู้ใช้ก็มีการปรับแต่งใหม่ และคุณสามารถจัดการการ์ดเสียงต่างๆ 
ได้หลากหลายขึ้น นอกจากนี้ 
ยังมีปลั๊กอินพาเนลที่ช่วยให้คุณตั้งเสียงของระบบได้อย่างรวดเร็วด้วยการกลิ้งล้อเมาส์"
 
 #: about/tour46.php:41
 msgid "New sound mixer"
@@ -2123,7 +2124,7 @@ msgid ""
 "href=\"https://freedesktop.org/wiki/Software/xdg-user-dirs\;> XDG user "
 "directories specification; this allows you to have themed and localized "
 "user folders to store your music, documents, videos, templates, etcetera..."
-msgstr ""
+msgstr "Thunar รุ่นนี้ได้ทำตามข้อกำหนด https://freedesktop.org/wiki/Software/xdg-user-dirs\;>ไดเรกทอรีผู้ใช้แบบ 
XDG แล้ว 
ซึ่งช่วยให้คุณมีโฟลเดอร์ผู้ใช้ที่มีชุดไอคอนตกแต่งและแปลเป็นภาษาท้องถิ่นสำหรับเก็บดนตรี,
 เอกสาร, วีดิทัศน์, เทมเพลต และอื่นๆ ของคุณ"
 
 #: about/tour46.php:104
 msgid "Thunar menu for user directories"
@@ -2569,7 +2570,7 @@ msgid ""
 "recommended that you consult the https://docs.xfce.org/\; "
 "class=\"external\">documentation about your problem before asking your "
 "question."
-msgstr ""
+msgstr "ถ้าคุณมีปัญหาที่คุณแก้ไม่ได้ คุณอาจอยากลองถามคำถามในห้อง IRC #xfce ที่ irc.freenode.net ของเรา 
ห้องสนทนานี้มีผู้ใช้ที่แอคทีฟมากมาย 

[Xfce4-commits] [www/www.xfce.org] branch master updated (02c1b93 -> f012c1b)

2019-01-04 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  02c1b93   I18n: Update translation bg (58%).
   new  f012c1b   I18n: Update translation th (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:
 lib/po/th.po | 29 +++--
 1 file changed, 15 insertions(+), 14 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] 02/02: I18n: Update translation th (100%).

2019-01-04 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 8d8e4a58c6c0a9c2e432c4170e8aa23e504cb3b6
Author: Theppitak Karoonboonyanan 
Date:   Fri Jan 4 12:31:26 2019 +0100

I18n: Update translation th (100%).

57 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/th.po | 112 ++-
 1 file changed, 39 insertions(+), 73 deletions(-)

diff --git a/po/th.po b/po/th.po
index c954439..da2a2a6 100644
--- a/po/th.po
+++ b/po/th.po
@@ -9,8 +9,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-04-19 00:32+0200\n"
-"PO-Revision-Date: 2018-09-14 00:15+\n"
+"POT-Creation-Date: 2018-12-27 00:31+0100\n"
+"PO-Revision-Date: 2019-01-04 09:28+\n"
 "Last-Translator: Theppitak Karoonboonyanan \n"
 "Language-Team: Thai (http://www.transifex.com/xfce/xfce-apps/language/th/)\n"
 "MIME-Version: 1.0\n"
@@ -34,9 +34,10 @@ msgid ""
 "transferred to:"
 msgstr "กำลังถ่ายโอนภาพหน้าจอไปยัง:"
 
+#. Setup window
 #: ../lib/screenshooter-dialogs.c:688 ../lib/screenshooter-dialogs.c:704
-#: ../lib/screenshooter-dialogs.c:927 ../lib/screenshooter-utils.c:64
-#: ../lib/screenshooter-utils.c:96
+#: ../lib/screenshooter-dialogs.c:924 ../lib/screenshooter-utils.c:64
+#: ../lib/screenshooter-utils.c:96 ../lib/screenshooter-imgur-dialog.c:128
 #: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.h:1
 msgid "Screenshot"
@@ -96,176 +97,141 @@ msgstr "แสดงตัวชี้เมาส์ในภาพหน้า
 msgid "Delay before 
capturing"
 msgstr "หน่วงเวลาก่อนจับภาพ"
 
-#: ../lib/screenshooter-dialogs.c:873
+#: ../lib/screenshooter-dialogs.c:872
 msgid "Delay in seconds before the screenshot is taken"
 msgstr "ระยะเวลาเป็นวินาทีที่จะหยุดคอยก่อนจับภาพหน้าจอ"
 
-#: ../lib/screenshooter-dialogs.c:876
+#: ../lib/screenshooter-dialogs.c:875
 msgid "seconds"
 msgstr "วินาที"
 
-#: ../lib/screenshooter-dialogs.c:938
+#: ../lib/screenshooter-dialogs.c:935
 msgid "Action"
 msgstr "การกระทำ"
 
-#: ../lib/screenshooter-dialogs.c:972
+#: ../lib/screenshooter-dialogs.c:969
 msgid "Action"
 msgstr "การกระทำ"
 
 #. Save option radio button
-#: ../lib/screenshooter-dialogs.c:997
+#: ../lib/screenshooter-dialogs.c:994
 msgid "Save"
 msgstr "บันทึก"
 
-#: ../lib/screenshooter-dialogs.c:1002
+#: ../lib/screenshooter-dialogs.c:999
 msgid "Save the screenshot to a PNG file"
 msgstr "บันทึกภาพหน้าจอลงในแฟ้ม PNG"
 
-#: ../lib/screenshooter-dialogs.c:1011
+#: ../lib/screenshooter-dialogs.c:1008
 msgid "Copy to the clipboard"
 msgstr "คัดลอกลงในคลิปบอร์ด"
 
-#: ../lib/screenshooter-dialogs.c:1013
+#: ../lib/screenshooter-dialogs.c:1010
 msgid "Copy the screenshot to the clipboard so that it can be pasted later"
 msgstr "คัดลอกภาพหน้าจอลงในคลิปบอร์ด 
เพื่อที่จะสามารถแปะลงในโปรแกรมอื่นได้ในภายหลัง"
 
-#: ../lib/screenshooter-dialogs.c:1025
+#: ../lib/screenshooter-dialogs.c:1022
 msgid "Open with:"
 msgstr "เปิดด้วย:"
 
-#: ../lib/screenshooter-dialogs.c:1031
+#: ../lib/screenshooter-dialogs.c:1028
 msgid "Open the screenshot with the chosen application"
 msgstr "เปิดภาพหน้าจอด้วยโปรแกรมที่เลือก"
 
-#: ../lib/screenshooter-dialogs.c:1050 ../src/main.c:69
+#: ../lib/screenshooter-dialogs.c:1047 ../src/main.c:69
 msgid "Application to open the screenshot"
 msgstr "โปรแกรมที่จะใช้เปิดภาพหน้าจอ"
 
-#: ../lib/screenshooter-dialogs.c:1060
+#: ../lib/screenshooter-dialogs.c:1057
 msgid "Host on Imgur"
 msgstr "โฮสต์ที่ Imgur"
 
-#: ../lib/screenshooter-dialogs.c:1064 ../src/main.c:86
+#: ../lib/screenshooter-dialogs.c:1061 ../src/main.c:86
 msgid "Host the screenshot on Imgur, a free online image hosting service"
 msgstr "เก็บภาพหน้าจอไว้ที่ Imgur ซึ่งเป็นบริการโฮสต์ภาพออนไลน์ฟรี"
 
-#: ../lib/screenshooter-dialogs.c:1078
+#: ../lib/screenshooter-dialogs.c:1075
 msgid "Preview"
 msgstr "ภาพตัวอย่าง"
 
-#: ../lib/screenshooter-dialogs.c:1140
+#: ../lib/screenshooter-dialogs.c:1137
 msgid "Save screenshot as..."
 msgstr "บันทึกภาพหน้าจอเป็น..."
 
-#: ../lib/screenshooter-utils.c:199
+#: ../lib/screenshooter-utils.c:209
 #, c-format
 msgid ""
 "The application could not be launched.\n"
 "%s"
 msgstr "ไม่สามารถเรียกโปรแกรมทำงานได้\n%s"
 
-#: ../lib/screenshooter-imgur.c:105
+#: ../lib/screenshooter-imgur.c:106
 msgid "Upload the screenshot..."
 msgstr "อัปโหลดภาพหน้าจอ..."
 
-#: ../lib/screenshooter-imgur.c:115
+#: ../lib/screenshooter-imgur.c:116
 #, c-format
 msgid "An error occurred while transferring the data to imgur."
 msgstr "เกิดข้อผิดพลาดขณะถ่ายโอนข้อมูลไปที่ imgur"
 
-#: ../lib/screenshooter-imgur.c:166
+#: ../lib/screenshooter-imgur.c:171
 msgid "Imgur"
 msgstr "Imgur"
 
-#: ../lib/screenshooter-job-callbacks.c:72
+#: ../lib/screenshooter-imgur-dialog.c:133

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

2019-01-04 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-battery-plugin.

commit 97d3e09bdd1324be1bd0e55ff6d63550512ecf26
Author: Elishai Eliyahu 
Date:   Fri Jan 4 12:31:50 2019 +0100

I18n: Update translation he (100%).

42 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/he.po | 98 
 1 file changed, 49 insertions(+), 49 deletions(-)

diff --git a/po/he.po b/po/he.po
index e87b4cf..54d411c 100644
--- a/po/he.po
+++ b/po/he.po
@@ -3,195 +3,195 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Elishai Eliyahu , 2016
+# Elishai Eliyahu , 2016,2019
 # GenghisKhan , 2016
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-29 12:30+0200\n"
-"PO-Revision-Date: 2017-09-23 19:02+\n"
-"Last-Translator: GenghisKhan \n"
+"POT-Creation-Date: 2019-01-01 00:31+0100\n"
+"PO-Revision-Date: 2019-01-04 08:53+\n"
+"Last-Translator: Elishai Eliyahu \n"
 "Language-Team: Hebrew 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/he/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: he\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 
1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
 
-#: ../panel-plugin/battery.c:526
+#: ../panel-plugin/battery.c:346
 msgid "(No battery, AC on-line)"
 msgstr "(אין סוללה, זרם חילופין מחובר)"
 
-#: ../panel-plugin/battery.c:528
+#: ../panel-plugin/battery.c:348
 msgid "(Charging from AC)"
 msgstr "(טוען מזרם חילופין)"
 
-#: ../panel-plugin/battery.c:528
+#: ../panel-plugin/battery.c:348
 msgid "(AC on-line)"
 msgstr "(זרם חילופין מחובר)"
 
-#: ../panel-plugin/battery.c:538
+#: ../panel-plugin/battery.c:358
 #, c-format
 msgid "%d%% (%02d:%02d) remaining"
 msgstr "%d%% (%02d:%02d) נשאר"
 
-#: ../panel-plugin/battery.c:540
+#: ../panel-plugin/battery.c:360
 #, c-format
 msgid "%02d:%02d remaining"
 msgstr "%02d:%02d נשאר"
 
-#: ../panel-plugin/battery.c:542
+#: ../panel-plugin/battery.c:362
 #, c-format
 msgid "%d%% remaining"
 msgstr "%d%% נשאר"
 
-#: ../panel-plugin/battery.c:544
+#: ../panel-plugin/battery.c:364
 #, c-format
 msgid "AC off-line"
 msgstr "זרם חילופין מנותק"
 
-#: ../panel-plugin/battery.c:624
+#: ../panel-plugin/battery.c:447
 msgid ""
 "WARNING: Your battery has reached critical status. You should plug in or "
 "shutdown your computer now to avoid possible data loss."
 msgstr "אזהרה: הסוללה שלך הגיעה לסטטוס קריטי. אתה צריך להתחבר או לכבות את 
המחשב שלך עכשיו למנוע איבוד מידע אפשרי."
 
-#: ../panel-plugin/battery.c:642
+#: ../panel-plugin/battery.c:466
 msgid ""
 "WARNING: Your battery is running low. You should consider plugging in or "
 "shutting down your computer soon to avoid possible data loss."
 msgstr "אזהרה: הסוללה שלך מתרוקנת. אתה צריך לשקול להתחבר או לכבות את המחשב שלך 
בקרוב למנוע איבוד מידע אפשרי."
 
-#: ../panel-plugin/battery.c:678
+#: ../panel-plugin/battery.c:509
 msgid "Battery"
 msgstr "סוללה"
 
-#: ../panel-plugin/battery.c:1173
+#: ../panel-plugin/battery.c:1002
 msgid "Select file"
 msgstr "בחר קובץ"
 
-#: ../panel-plugin/battery.c:1214
+#: ../panel-plugin/battery.c:1043
 msgid "Select command"
 msgstr "בחר פקודה"
 
-#: ../panel-plugin/battery.c:1258
+#: ../panel-plugin/battery.c:1096
 #, c-format
 msgid "Unable to open the following url: %s"
 msgstr "לא יכול לפתוח את הכתובת הבאה: %s "
 
-#: ../panel-plugin/battery.c:1283 ../panel-plugin/battery.desktop.in.h:1
+#: ../panel-plugin/battery.c:1121 ../panel-plugin/battery.desktop.in.h:1
 msgid "Battery Monitor"
 msgstr "עוקב סוללה"
 
-#: ../panel-plugin/battery.c:1290
+#: ../panel-plugin/battery.c:1128
 msgid "Properties"
 msgstr "מאפיינים"
 
-#: ../panel-plugin/battery.c:1316
+#: ../panel-plugin/battery.c:1151
 msgid "On AC:"
 msgstr "בזרם חילופין:"
 
-#: ../panel-plugin/battery.c:1329
+#: ../panel-plugin/battery.c:1165
 msgid "Battery high:"
 msgstr "פסגת סוללה:"
 
-#: ../panel-plugin/battery.c:1342
+#: ../panel-plugin/battery.c:1179
 msgid "Battery low:"
 msgstr "שפל סוללה:"
 
-#: ../panel-plugin/battery.c:1355
+#: ../panel-plugin/battery.c:1193
 msgid "Battery critical:"
 msgstr "סוללה קריטית:"
 
-#: ../panel-plugin/battery.c:1365
+#: ../panel-plugin/battery.c:1204
 msgid "Bar _colors"
 msgstr "צבעי סרגל"
 
-#: ../panel-plugin/battery.c:1379
+#: ../panel-plugin/battery.c:1218
 msgid "Low percentage:"
 msgstr "אחוז נמוך:"
 
-#: ../panel-plugin/battery.c:1392
+#: ../panel-plugin/battery.c:1232
 msgid "Low battery action:"
 msgstr "פעולת סוללה נמוכה:"
 
-#: 

[Xfce4-commits] [apps/xfce4-screenshooter] branch master updated (b1df5bf -> 8d8e4a5)

2019-01-04 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  b1df5bf   I18n: Update translation ru (100%).
   new  7427b08   I18n: Update translation he (100%).
   new  8d8e4a5   I18n: Update translation th (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/he.po | 114 ++-
 po/th.po | 112 ++---
 2 files changed, 79 insertions(+), 147 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-battery-plugin] branch master updated (5afb930 -> 97d3e09)

2019-01-04 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-battery-plugin.

  from  5afb930   I18n: Update translation ru (100%).
   new  97d3e09   I18n: Update translation he (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/he.po | 98 
 1 file changed, 49 insertions(+), 49 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/02: I18n: Update translation he (100%).

2019-01-04 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 7427b0827a6a03c219e59770b948585846a55113
Author: Elishai Eliyahu 
Date:   Fri Jan 4 12:31:26 2019 +0100

I18n: Update translation he (100%).

57 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/he.po | 114 ++-
 1 file changed, 40 insertions(+), 74 deletions(-)

diff --git a/po/he.po b/po/he.po
index 4e89024..0f35921 100644
--- a/po/he.po
+++ b/po/he.po
@@ -3,14 +3,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Elishai Eliyahu , 2018
+# Elishai Eliyahu , 2018-2019
 # GenghisKhan , 2015
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-04-19 00:32+0200\n"
-"PO-Revision-Date: 2018-09-14 00:15+\n"
+"POT-Creation-Date: 2018-12-27 00:31+0100\n"
+"PO-Revision-Date: 2019-01-04 08:54+\n"
 "Last-Translator: Elishai Eliyahu \n"
 "Language-Team: Hebrew 
(http://www.transifex.com/xfce/xfce-apps/language/he/)\n"
 "MIME-Version: 1.0\n"
@@ -34,9 +34,10 @@ msgid ""
 "transferred to:"
 msgstr "הצילום מסך כעת מועבר 
אל:"
 
+#. Setup window
 #: ../lib/screenshooter-dialogs.c:688 ../lib/screenshooter-dialogs.c:704
-#: ../lib/screenshooter-dialogs.c:927 ../lib/screenshooter-utils.c:64
-#: ../lib/screenshooter-utils.c:96
+#: ../lib/screenshooter-dialogs.c:924 ../lib/screenshooter-utils.c:64
+#: ../lib/screenshooter-utils.c:96 ../lib/screenshooter-imgur-dialog.c:128
 #: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.h:1
 msgid "Screenshot"
@@ -96,176 +97,141 @@ msgstr "הצג סמן עכבר על הצילום מסך"
 msgid "Delay before 
capturing"
 msgstr "שיהוי בטרם לכידה"
 
-#: ../lib/screenshooter-dialogs.c:873
+#: ../lib/screenshooter-dialogs.c:872
 msgid "Delay in seconds before the screenshot is taken"
 msgstr "שיהוי בשניות בטרם צילום מסך נתפס"
 
-#: ../lib/screenshooter-dialogs.c:876
+#: ../lib/screenshooter-dialogs.c:875
 msgid "seconds"
 msgstr "שניות"
 
-#: ../lib/screenshooter-dialogs.c:938
+#: ../lib/screenshooter-dialogs.c:935
 msgid "Action"
 msgstr "פעולה"
 
-#: ../lib/screenshooter-dialogs.c:972
+#: ../lib/screenshooter-dialogs.c:969
 msgid "Action"
 msgstr "פעולה"
 
 #. Save option radio button
-#: ../lib/screenshooter-dialogs.c:997
+#: ../lib/screenshooter-dialogs.c:994
 msgid "Save"
 msgstr "שמור"
 
-#: ../lib/screenshooter-dialogs.c:1002
+#: ../lib/screenshooter-dialogs.c:999
 msgid "Save the screenshot to a PNG file"
 msgstr "שמור את הצילום מסך לקובץ PNG"
 
-#: ../lib/screenshooter-dialogs.c:1011
+#: ../lib/screenshooter-dialogs.c:1008
 msgid "Copy to the clipboard"
 msgstr "העתק אל לוח גזירה"
 
-#: ../lib/screenshooter-dialogs.c:1013
+#: ../lib/screenshooter-dialogs.c:1010
 msgid "Copy the screenshot to the clipboard so that it can be pasted later"
 msgstr "העתק את הצילום מסך אל הלוח גזירה כך שיהיה אפשר להדביק אותו לאחר מכן"
 
-#: ../lib/screenshooter-dialogs.c:1025
+#: ../lib/screenshooter-dialogs.c:1022
 msgid "Open with:"
 msgstr "פתח בעזרת:"
 
-#: ../lib/screenshooter-dialogs.c:1031
+#: ../lib/screenshooter-dialogs.c:1028
 msgid "Open the screenshot with the chosen application"
 msgstr "פתח את הצילום מסך בעזרת היישום הנבחר"
 
-#: ../lib/screenshooter-dialogs.c:1050 ../src/main.c:69
+#: ../lib/screenshooter-dialogs.c:1047 ../src/main.c:69
 msgid "Application to open the screenshot"
 msgstr "יישום כדי לפתוח את הצילום מסך"
 
-#: ../lib/screenshooter-dialogs.c:1060
+#: ../lib/screenshooter-dialogs.c:1057
 msgid "Host on Imgur"
 msgstr "ארח אצל Imgur"
 
-#: ../lib/screenshooter-dialogs.c:1064 ../src/main.c:86
+#: ../lib/screenshooter-dialogs.c:1061 ../src/main.c:86
 msgid "Host the screenshot on Imgur, a free online image hosting service"
 msgstr "ארח את הצילום מסך אצל Imgur, שירות אירוח תמונות חינמי"
 
-#: ../lib/screenshooter-dialogs.c:1078
+#: ../lib/screenshooter-dialogs.c:1075
 msgid "Preview"
 msgstr "תצוגה מקדימה"
 
-#: ../lib/screenshooter-dialogs.c:1140
+#: ../lib/screenshooter-dialogs.c:1137
 msgid "Save screenshot as..."
 msgstr "שמור צילום מסך בשם..."
 
-#: ../lib/screenshooter-utils.c:199
+#: ../lib/screenshooter-utils.c:209
 #, c-format
 msgid ""
 "The application could not be launched.\n"
 "%s"
 msgstr "היישום לא היה ניתן לשיגור.\n%s"
 
-#: ../lib/screenshooter-imgur.c:105
+#: ../lib/screenshooter-imgur.c:106
 msgid "Upload the screenshot..."
 msgstr "העלה את הצילום מסך..."
 
-#: ../lib/screenshooter-imgur.c:115
+#: ../lib/screenshooter-imgur.c:116
 #, c-format
 msgid "An error occurred while transferring the data to imgur."
 msgstr "אירעה שגיאה במהלך העברת הנתונים אל imgur."
 
-#: ../lib/screenshooter-imgur.c:166
+#: ../lib/screenshooter-imgur.c:171
 

[Xfce4-commits] [apps/xfce4-terminal] branch master updated (6100005 -> 6097b08)

2019-01-04 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-terminal.

  from  615   Fix typo in the comment
   new  6097b08   I18n: Update translation th (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/th.po | 205 ---
 1 file changed, 103 insertions(+), 102 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-terminal] 01/01: I18n: Update translation th (100%).

2019-01-04 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-terminal.

commit 6097b08b67d00c50f08ca2db634b9e304e11445b
Author: Theppitak Karoonboonyanan 
Date:   Fri Jan 4 12:31:38 2019 +0100

I18n: Update translation th (100%).

394 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/th.po | 205 ---
 1 file changed, 103 insertions(+), 102 deletions(-)

diff --git a/po/th.po b/po/th.po
index f336eca..2711514 100644
--- a/po/th.po
+++ b/po/th.po
@@ -9,8 +9,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-06-19 00:31+0200\n"
-"PO-Revision-Date: 2018-09-14 00:15+\n"
+"POT-Creation-Date: 2018-11-26 18:31+0100\n"
+"PO-Revision-Date: 2019-01-04 09:34+\n"
 "Last-Translator: Theppitak Karoonboonyanan \n"
 "Language-Team: Thai (http://www.transifex.com/xfce/xfce-apps/language/th/)\n"
 "MIME-Version: 1.0\n"
@@ -175,12 +175,12 @@ msgstr "หากพบปัญหา กรุณารายงานที
 msgid "Unable to register terminal service: %s\n"
 msgstr "ไม่สามารถลงทะเบียนบริการเทอร์มินัลได้: %s\n"
 
-#: ../terminal/terminal-app.c:883
+#: ../terminal/terminal-app.c:901
 #, c-format
 msgid "Invalid geometry string \"%s\"\n"
 msgstr "สตริงข้อกำหนดเรขาคณิต \"%s\" ไม่ถูกต้อง\n"
 
-#: ../terminal/terminal-app.c:962
+#: ../terminal/terminal-app.c:980
 #, c-format
 msgid "Failed to connect to session manager: %s\n"
 msgstr "ติดต่อกับโปรแกรมจัดการวาระไม่สำเร็จ: %s\n"
@@ -426,7 +426,7 @@ msgid "Terminal"
 msgstr "เทอร์มินัล"
 
 #: ../terminal/terminal-screen.c:443 ../terminal/terminal-screen.c:817
-#: ../terminal/terminal-screen.c:2155
+#: ../terminal/terminal-screen.c:2161
 msgid "Untitled"
 msgstr "ไม่มีชื่อ"
 
@@ -453,20 +453,20 @@ msgstr "โพรเซสลูกถูกยกเลิกการทำง
 msgid "The child process was aborted."
 msgstr "โพรเซสลูกถูกยกเลิกการทำงาน"
 
-#: ../terminal/terminal-screen.c:1383 ../terminal/terminal-window.c:861
+#: ../terminal/terminal-screen.c:1383 ../terminal/terminal-window.c:890
 msgid "Do _not ask me again"
 msgstr "ไ_ม่ต้องถามคำถามนี้อีก"
 
-#: ../terminal/terminal-screen.c:1745 ../terminal/terminal-screen.c:1822
-#: ../terminal/terminal-screen.c:1859
+#: ../terminal/terminal-screen.c:1745 ../terminal/terminal-screen.c:1829
+#: ../terminal/terminal-screen.c:1866
 msgid "Failed to execute child"
 msgstr "เรียกทำงานโพรเซสลูกไม่สำเร็จ"
 
-#: ../terminal/terminal-screen.c:2500
+#: ../terminal/terminal-screen.c:2506
 msgid "Close this tab"
 msgstr "ปิดแท็บนี้"
 
-#: ../terminal/terminal-screen.c:2553
+#: ../terminal/terminal-screen.c:2559
 #, c-format
 msgid "Failed to set encoding %s\n"
 msgstr "กำหนดใช้รหัสอักขระ %s ไม่สำเร็จ\n"
@@ -535,20 +535,20 @@ msgstr "คัดลอกที่อยู่ลิงก์"
 msgid "Open Link"
 msgstr "เปิดลิงก์"
 
-#: ../terminal/terminal-widget.c:486
+#: ../terminal/terminal-widget.c:484
 #, c-format
 msgid ""
 "Unable to drop selection of type text/plain to terminal: Wrong format (%d) "
 "or length (%d)\n"
 msgstr "ไม่สามารถวางสิ่งที่เลือกซึ่งเป็นชนิด text/plain ลงในเทอร์มินัลได้: 
ฟอร์แมต (%d) หรือความยาว (%d) ผิด\n"
 
-#: ../terminal/terminal-widget.c:502
+#: ../terminal/terminal-widget.c:500
 #, c-format
 msgid ""
 "Unable to drop Mozilla URL on terminal: Wrong format (%d) or length (%d)\n"
 msgstr "ไม่สามารถวาง URL ของ Mozilla ลงในเทอร์มินัลได้: ฟอร์แมต (%d) 
หรือความยาว (%d) ผิด\n"
 
-#: ../terminal/terminal-widget.c:528
+#: ../terminal/terminal-widget.c:527
 #, c-format
 msgid "Unable to drop URI list on terminal: Wrong format (%d) or length (%d)\n"
 msgstr "ไม่สามารถวางรายชื่อ URI ลงในเทอร์มินัลได้: ฟอร์แมต (%d) หรือความยาว 
(%d) ผิด\n"
@@ -576,361 +576,361 @@ msgstr "เทอร์มินัลทิ้งตัว"
 msgid "Toggle Drop-down Terminal"
 msgstr "เปิด-ปิดเทอร์มินัลทิ้งตัว"
 
-#: ../terminal/terminal-window.c:318
+#: ../terminal/terminal-window.c:330
 msgid "_File"
 msgstr "แ_ฟ้ม"
 
-#: ../terminal/terminal-window.c:319
+#: ../terminal/terminal-window.c:331
 msgid "Open _Tab"
 msgstr "เปิดแท็_บ"
 
-#: ../terminal/terminal-window.c:319
+#: ../terminal/terminal-window.c:331
 msgid "Open a new terminal tab"
 msgstr "เปิดแท็บเทอร์มินัลใหม่"
 
-#: ../terminal/terminal-window.c:320
+#: ../terminal/terminal-window.c:332
 msgid "Open T_erminal"
 msgstr "เปิดเทอร์มินั_ล"
 
-#: ../terminal/terminal-window.c:320
+#: ../terminal/terminal-window.c:332
 msgid "Open a new terminal window"
 msgstr "เปิดหน้าต่างเทอร์มินัลใหม่"
 
-#: ../terminal/terminal-window.c:321
+#: ../terminal/terminal-window.c:333
 msgid "_Undo Close Tab"
 msgstr "เ_รียกคืนแท็บที่ปิดไป"
 
-#: ../terminal/terminal-window.c:322
+#: ../terminal/terminal-window.c:334
 msgid "_Detach Tab"
 msgstr "แ_ยกแท็บ"
 
-#: ../terminal/terminal-window.c:323 ../terminal/terminal-window.c:825
+#: ../terminal/terminal-window.c:335 

[Xfce4-commits] [apps/mousepad] 01/01: I18n: Update translation th (100%).

2019-01-04 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
master
in repository apps/mousepad.

commit 48773a5067782bb66c46a6c9ef6fdca99cb9e8f0
Author: Theppitak Karoonboonyanan 
Date:   Fri Jan 4 12:30:58 2019 +0100

I18n: Update translation th (100%).

308 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/th.po | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/po/th.po b/po/th.po
index 1d2771b..0750183 100644
--- a/po/th.po
+++ b/po/th.po
@@ -6,13 +6,13 @@
 # bact' , 2013
 # bact' , 2013
 # Theppitak Karoonboonyanan , 2013-2014
-# Theppitak Karoonboonyanan , 2017
+# Theppitak Karoonboonyanan , 2017,2019
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-06-05 06:31+0200\n"
-"PO-Revision-Date: 2018-09-14 00:16+\n"
+"PO-Revision-Date: 2019-01-04 09:23+\n"
 "Last-Translator: Theppitak Karoonboonyanan \n"
 "Language-Team: Thai (http://www.transifex.com/xfce/xfce-apps/language/th/)\n"
 "MIME-Version: 1.0\n"
@@ -1340,8 +1340,8 @@ msgstr "เครื่องมือแก้ไขข้อความ"
 #. to. This isn't a good idea, but is common on single user systems.
 #: ../org.xfce.mousepad.policy.in.in.h:6
 msgid "Run Mousepad as root"
-msgstr ""
+msgstr "เรียก Mousepad ในฐานะ root"
 
 #: ../org.xfce.mousepad.policy.in.in.h:7
 msgid "Authentication is required to run Mousepad as root."
-msgstr ""
+msgstr "ต้องยืนยันตัวบุคคลก่อนเรียก Mousepad ในฐานะ root"

-- 
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/gigolo] 01/01: I18n: Update translation th (100%).

2019-01-04 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
master
in repository apps/gigolo.

commit d868ee2a84f21bcae357fa15622dfb8f719d2a96
Author: Theppitak Karoonboonyanan 
Date:   Fri Jan 4 12:30:50 2019 +0100

I18n: Update translation th (100%).

127 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/th.po | 374 +++
 1 file changed, 161 insertions(+), 213 deletions(-)

diff --git a/po/th.po b/po/th.po
index 5548a4c..184ffa9 100644
--- a/po/th.po
+++ b/po/th.po
@@ -3,13 +3,13 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Theppitak Karoonboonyanan , 2014
+# Theppitak Karoonboonyanan , 2014,2019
 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: 2018-09-14 00:15+\n"
+"POT-Creation-Date: 2018-10-25 12:30+0200\n"
+"PO-Revision-Date: 2019-01-04 09:07+\n"
 "Last-Translator: Theppitak Karoonboonyanan \n"
 "Language-Team: Thai (http://www.transifex.com/xfce/xfce-apps/language/th/)\n"
 "MIME-Version: 1.0\n"
@@ -18,27 +18,27 @@ msgstr ""
 "Language: th\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: ../src/main.c:47
+#: ../src/main.c:48
 msgid "Connect all bookmarks marked as 'auto connect' and exit"
 msgstr "เชื่อมต่อไปยังที่คั่นหน้าทั้งหมดที่ทำเครื่องหมาย 'เชื่อมต่ออัตโนมัติ' 
ไว้ แล้วจบโปรแกรม"
 
-#: ../src/main.c:48
+#: ../src/main.c:49
 msgid "Ignore running instances, enforce opening a new instance"
 msgstr "ไม่สนใจอินสแตนซ์ที่ทำงานอยู่ และบังคับเปิดอินสแตนซ์ใหม่"
 
-#: ../src/main.c:49
+#: ../src/main.c:50
 msgid "Print a list of supported URI schemes"
 msgstr "แสดงรายชื่อ URI scheme ที่รองรับ"
 
-#: ../src/main.c:50
+#: ../src/main.c:51
 msgid "Be verbose"
 msgstr "แสดงข้อความอย่างละเอียด"
 
-#: ../src/main.c:51
+#: ../src/main.c:52
 msgid "Show version information"
 msgstr "แสดงข้อมูลรุ่น"
 
-#: ../src/main.c:112
+#: ../src/main.c:124
 msgid "- a simple frontend to easily connect to remote filesystems"
 msgstr "- โปรแกรมส่วนหน้าสำหรับเชื่อมต่อไปยังระบบแฟ้มในเครือข่ายอย่างง่ายดาย"
 
@@ -74,7 +74,7 @@ msgstr "WebDAV"
 msgid "WebDAV (secure)"
 msgstr "WebDAV (นิรภัย)"
 
-#: ../src/common.c:93 ../src/window.c:1508
+#: ../src/common.c:93 ../src/window.c:1595
 msgid "Network"
 msgstr "เครือข่าย"
 
@@ -90,361 +90,302 @@ msgstr "ภาพถ่าย"
 msgid "Custom Location"
 msgstr "ตำแหน่งกำหนดเอง"
 
-#: ../src/window.c:262
+#: ../src/window.c:255
 #, c-format
 msgid "Connecting to \"%s\""
 msgstr "กำลังเชื่อมต่อไปยัง \"%s\""
 
-#: ../src/window.c:430
+#: ../src/window.c:409
 msgid ""
 "A simple frontend to easily connect/mount to local and remote filesystems"
 msgstr 
"โปรแกรมส่วนหน้าสำหรับเชื่อมต่อ/เมานท์ระบบแฟ้มในเครื่องและในเครือข่ายอย่างง่ายดาย"
 
-#: ../src/window.c:431
+#: ../src/window.c:410
 msgid "Copyright 2008-2011 Enrico Tröger"
 msgstr "Copyright 2008-2011 Enrico Tröger"
 
-#: ../src/window.c:434
+#: ../src/window.c:413
 msgid "translator-credits"
 msgstr "Theppitak Karoonboonyanan "
 
-#: ../src/window.c:466
+#. Translators: This is a list of "protocol description (protocol)"
+#: ../src/window.c:462
+#, c-format
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#: ../src/window.c:467
 msgid "Gigolo can use the following protocols provided by GVfs:"
 msgstr "Gigolo สามารถใช้โพรโทคอลต่อไปนี้ซึ่งจัดเตรียมโดย GVfs:"
 
-#: ../src/window.c:579 ../src/window.c:638
+#: ../src/window.c:480
+msgid "Supported Protocols"
+msgstr "โพรโทคอลที่รองรับ"
+
+#: ../src/window.c:582 ../src/window.c:641
 #, c-format
 msgid "The command '%s' failed"
 msgstr "คำสั่ง '%s' ล้มเหลว"
 
-#: ../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
+#: ../src/window.c:583 ../src/window.c:616 ../src/window.c:629
+#: ../src/window.c:642 ../src/window.c:840 ../src/bookmarkeditdialog.c:209
+#: ../src/bookmarkeditdialog.c:228 ../src/bookmarkeditdialog.c:241
+#: ../src/bookmarkeditdialog.c:252 ../src/bookmarkeditdialog.c:263
 msgid "Error"
 msgstr "ข้อผิดพลาด"
 
-#: ../src/window.c:613
+#: ../src/window.c:616
 msgid "Invalid terminal command"
 msgstr "คำสั่งเทอร์มินัลไม่ถูกต้อง"
 
-#: ../src/window.c:625
+#: ../src/window.c:628
 #, c-format
 msgid "No default location available for \"%s\""
 msgstr "ไม่มีตำแหน่งปริยายสำหรับ \"%s\""
 
-#: ../src/window.c:705
+#: ../src/window.c:748
 msgid "Edit _Bookmark"
 msgstr "แก้ไขที่_คั่นหน้า"
 
-#: ../src/window.c:707 ../src/window.c:1289 ../src/browsenetworkpanel.c:453
-#: ../src/browsenetworkpanel.c:497
+#: ../src/window.c:750 ../src/browsenetworkpanel.c:445

[Xfce4-commits] [apps/mousepad] branch master updated (a335c1e -> 48773a5)

2019-01-04 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
change to branch 
master
in repository apps/mousepad.

  from  a335c1e   I18n: Update translation is (100%).
   new  48773a5   I18n: Update translation th (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/th.po | 8 
 1 file changed, 4 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] [apps/gigolo] branch master updated (8e57d47 -> d868ee2)

2019-01-04 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
change to branch 
master
in repository apps/gigolo.

  from  8e57d47   I18n: Update translation pt (100%).
   new  d868ee2   I18n: Update translation th (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/th.po | 374 +++
 1 file changed, 161 insertions(+), 213 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