[Xfce4-commits] [apps/catfish] 01/01: Change "…" to "..." for consistency (bug #15407)

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

bluesabre pushed a 
commit to branch 
master
in repository apps/catfish.

commit fa082506c73e2ed233f0abb5fa5138e7a3c87c20
Author: Sean Davis 
Date:   Wed May 29 22:28:19 2019 -0400

Change "…" to "..." for consistency (bug #15407)
---
 catfish/CatfishWindow.py |  6 +++---
 data/ui/CatfishWindow.ui |  2 +-
 po/af.po |  6 +++---
 po/ar.po |  8 
 po/be.po | 12 ++--
 po/bg.po | 14 +++---
 po/ca.po | 14 +++---
 po/catfish.pot   |  6 +++---
 po/cs.po | 16 
 po/da.po | 12 ++--
 po/de.po | 20 ++--
 po/el.po |  8 
 po/en_AU.po  | 12 ++--
 po/eo.po | 12 ++--
 po/es.po | 16 
 po/eu.po | 16 
 po/fi.po |  8 
 po/fr.po | 20 ++--
 po/gl.po | 12 ++--
 po/he.po |  6 +++---
 po/hr.po |  8 
 po/hu.po | 10 +-
 po/id.po |  6 +++---
 po/ie.po |  6 +++---
 po/is.po | 10 +-
 po/it.po |  6 +++---
 po/ja.po |  8 
 po/ko.po |  8 
 po/ku.po |  6 +++---
 po/lt.po |  8 
 po/lv.po | 16 
 po/ml.po |  6 +++---
 po/ms.po |  8 
 po/nb.po |  6 +++---
 po/nl.po |  8 
 po/nn.po | 20 ++--
 po/pl.po | 12 ++--
 po/pt.po |  6 +++---
 po/pt_BR.po  | 12 ++--
 po/ru.po | 12 ++--
 po/si.po |  6 +++---
 po/sk.po | 10 +-
 po/sq.po | 20 ++--
 po/sr.po | 10 +-
 po/sv.po |  6 +++---
 po/th.po | 12 ++--
 po/tr.po |  6 +++---
 po/uk.po | 12 ++--
 po/zh_CN.po  |  6 +++---
 po/zh_TW.po  | 12 ++--
 50 files changed, 254 insertions(+), 254 deletions(-)

diff --git a/catfish/CatfishWindow.py b/catfish/CatfishWindow.py
index 0ec14c9..1251dbb 100644
--- a/catfish/CatfishWindow.py
+++ b/catfish/CatfishWindow.py
@@ -1059,7 +1059,7 @@ class CatfishWindow(Window):
 Return the filename, or None if cancelled."""
 basename = os.path.basename(filename)
 
-dialog = Gtk.FileChooserDialog(title=_('Save "%s" as…') % basename,
+dialog = Gtk.FileChooserDialog(title=_('Save "%s" as...') % basename,
transient_for=self,
action=Gtk.FileChooserAction.SAVE)
 dialog.add_buttons(Gtk.STOCK_CANCEL, Gtk.ResponseType.REJECT,
@@ -1578,7 +1578,7 @@ class CatfishWindow(Window):
 # Update the interface to Search Mode
 self.builder.get_object("results_scrolledwindow").hide()
 self.builder.get_object("splash").show()
-self.builder.get_object("splash_title").set_text(_("Searching…"))
+self.builder.get_object("splash_title").set_text(_("Searching..."))
 self.builder.get_object("splash_subtitle").set_text(
 _("Results will be displayed as soon as they are found."))
 self.builder.get_object("splash_hide").hide()
@@ -1587,7 +1587,7 @@ class CatfishWindow(Window):
 self.get_window().set_cursor(Gdk.Cursor(Gdk.CursorType.WATCH))
 self.set_title(_("Searching for \"%s\"") % keywords)
 self.spinner.show()
-self.statusbar_label.set_label(_("Searching…"))
+self.statusbar_label.set_label(_("Searching..."))
 
 self.search_in_progress = True
 self.refresh_search_entry()
diff --git a/data/ui/CatfishWindow.ui b/data/ui/CatfishWindow.ui
index 5a6f8f5..b2a0ee7 100644
--- a/data/ui/CatfishWindow.ui
+++ b/data/ui/CatfishWindow.ui
@@ -1247,7 +1247,7 @@
 True
 False
 5
-_Update Search 
Index…
+_Update Search 
Index...
 True
   
   
diff --git a/po/af.po b/po/af.po
index e090299..33b8e88 100644
--- a/po/af.po
+++ b/po/af.po
@@ -191,7 +191,7 @@ msgid "Show _Sidebar"
 msgstr ""
 
 #: ../data/ui/CatfishWindow.ui.h:39
-msgid "_Update Search Index…"
+msgid "_Update Search Index..."
 msgstr ""
 
 #: ../data/ui/CatfishWindow.ui.h:40
@@ -329,7 +329,7 @@ msgstr ""
 
 #: ../catfish/CatfishWindow.py:1032
 #, python-for

[Xfce4-commits] [apps/catfish] branch master updated (7f6b657 -> fa08250)

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

bluesabre pushed a 
change to branch 
master
in repository apps/catfish.

  from  7f6b657   I18n: Update translation en_AU (100%).
   new  fa08250   Change "…" to "..." for consistency (bug #15407)

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:
 catfish/CatfishWindow.py |  6 +++---
 data/ui/CatfishWindow.ui |  2 +-
 po/af.po |  6 +++---
 po/ar.po |  8 
 po/be.po | 12 ++--
 po/bg.po | 14 +++---
 po/ca.po | 14 +++---
 po/catfish.pot   |  6 +++---
 po/cs.po | 16 
 po/da.po | 12 ++--
 po/de.po | 20 ++--
 po/el.po |  8 
 po/en_AU.po  | 12 ++--
 po/eo.po | 12 ++--
 po/es.po | 16 
 po/eu.po | 16 
 po/fi.po |  8 
 po/fr.po | 20 ++--
 po/gl.po | 12 ++--
 po/he.po |  6 +++---
 po/hr.po |  8 
 po/hu.po | 10 +-
 po/id.po |  6 +++---
 po/ie.po |  6 +++---
 po/is.po | 10 +-
 po/it.po |  6 +++---
 po/ja.po |  8 
 po/ko.po |  8 
 po/ku.po |  6 +++---
 po/lt.po |  8 
 po/lv.po | 16 
 po/ml.po |  6 +++---
 po/ms.po |  8 
 po/nb.po |  6 +++---
 po/nl.po |  8 
 po/nn.po | 20 ++--
 po/pl.po | 12 ++--
 po/pt.po |  6 +++---
 po/pt_BR.po  | 12 ++--
 po/ru.po | 12 ++--
 po/si.po |  6 +++---
 po/sk.po | 10 +-
 po/sq.po | 20 ++--
 po/sr.po | 10 +-
 po/sv.po |  6 +++---
 po/th.po | 12 ++--
 po/tr.po |  6 +++---
 po/uk.po | 12 ++--
 po/zh_CN.po  |  6 +++---
 po/zh_TW.po  | 12 ++--
 50 files changed, 254 insertions(+), 254 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/xfwm4] 01/01: I18n: Update translation da (100%).

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

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

commit c0c143a027190905e38f497b3cd0fdb7cf4569d1
Author: Anonymous 
Date:   Thu May 30 00:33:13 2019 +0200

I18n: Update translation da (100%).

169 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/da.po | 208 +++
 1 file changed, 104 insertions(+), 104 deletions(-)

diff --git a/po/da.po b/po/da.po
index 330433a..78c7d68 100644
--- a/po/da.po
+++ b/po/da.po
@@ -13,7 +13,7 @@ msgstr ""
 "Project-Id-Version: Xfwm4\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-04-28 00:36+0200\n"
-"PO-Revision-Date: 2019-05-29 11:09+\n"
+"PO-Revision-Date: 2019-05-29 20:19+\n"
 "Last-Translator: scootergrisen\n"
 "Language-Team: Danish (http://www.transifex.com/xfce/xfwm4/language/da/)\n"
 "MIME-Version: 1.0\n"
@@ -26,7 +26,7 @@ msgstr ""
 msgid ""
 "This window might be busy and is not responding.\n"
 "Do you want to terminate the application?"
-msgstr "Dette vindue kan være optaget og reagerer ikke.\nVil du afbryde 
programmet?"
+msgstr "Vinduet kan være optaget og svarer ikke.\nVil du afslutte programmet?"
 
 #: ../helper-dialog/helper-dialog.c:99
 msgid "Warning"
@@ -65,7 +65,7 @@ msgstr "."
 msgid ""
 "%s: %s\n"
 "Try %s --help to see a full list of available command line options.\n"
-msgstr "%s: %s\nPrøv %s --help for at se en fuld liste af tilgængelige 
kommandolinjetilvalg.\n"
+msgstr "%s: %s\nPrøv %s --help for at se en fuld liste over tilgængelige 
kommandolinjetilvalg.\n"
 
 #: ../settings-dialogs/workspace-settings.c:81
 #: ../settings-dialogs/workspace-settings.c:96
@@ -90,7 +90,7 @@ msgstr "Vindueshåndtering"
 #: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
 #: ../settings-dialogs/xfwm4-dialog.glade.h:2
 msgid "Configure window behavior and shortcuts"
-msgstr "Konfigurer vinduesopførsel og genveje"
+msgstr "Konfigurer vinduesopførsel og -genveje"
 
 #: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:1
@@ -100,7 +100,7 @@ msgstr "Finjustering af vindueshåndtering"
 #: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:2
 msgid "Fine-tune window behaviour and effects"
-msgstr "Finjuster vinduesopførsel og effekter"
+msgstr "Finjuster vinduesopførsel og -effekter"
 
 #: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:1
 #: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:1
@@ -118,11 +118,11 @@ msgstr "_Tema"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:4
 msgid "Title fon_t"
-msgstr "Titelskri_fttype"
+msgstr "Skrifttype for _titel"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:5
 msgid "Title _alignment"
-msgstr "Titel_justering"
+msgstr "_Justering af titel"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:6
 msgid "Click and drag the buttons to change the layout"
@@ -134,11 +134,11 @@ msgstr "Titel"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:8
 msgid "The window title cannot be removed"
-msgstr "Vinduestitlen kan ikke fjernes"
+msgstr "Vinduets titel kan ikke fjernes"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:9
 msgid "Active"
-msgstr "Aktiv"
+msgstr "Aktive"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:10
 msgid "Menu"
@@ -146,11 +146,11 @@ msgstr "Menu"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:11
 msgid "Stick"
-msgstr "Klæb"
+msgstr "Fastgør"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:12
 msgid "Shade"
-msgstr "Skygge"
+msgstr "Rul op/ned"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:13
 msgid "Minimize"
@@ -166,11 +166,11 @@ msgstr "Luk"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:16
 msgid "Hidden"
-msgstr "Skjult"
+msgstr "Skjulte"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:17
 msgid "Button layout"
-msgstr "Knaplayout"
+msgstr "Layout for knapper"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:18
 msgid "_Style"
@@ -178,7 +178,7 @@ msgstr "_Stil"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:19
 msgid "Define shortcuts to perform _window manager actions:"
-msgstr "Definér genveje som skal udføre handlinger i _vindueshåndteringen:"
+msgstr "Angiv genveje til udførsel af handlinger i _vindueshåndteringen:"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:20
 msgid "_Reset to Defaults"
@@ -186,11 +186,11 @@ msgstr "_Nulstil til standarder"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:21
 msgid "_Keyboard"
-msgstr "Ta_statur"
+msgstr "_Tastatur"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:22
 msgid "Click to foc_us"
-msgstr "Kli_k for fokus"
+msgstr "_Klik for at fokusere"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:23
 msgid "Focus follows _mouse"
@@ -198,7 +198,7 @@ msgstr "Fokus følger _musen"
 
 #: ../settings-dialogs/xfwm4-dialog.glade

[Xfce4-commits] [xfce/xfwm4] branch master updated (807acac -> c0c143a)

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

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

  from  807acac   I18n: Update translation da (100%).
   new  c0c143a   I18n: Update translation da (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/da.po | 208 +++
 1 file changed, 104 insertions(+), 104 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 da (100%).

2019-05-29 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 49c474d02d107731f6d8ef7a3908ecd03d1fc576
Author: Anonymous 
Date:   Thu May 30 00:32:02 2019 +0200

I18n: Update translation da (100%).

402 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/da.po | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/po/da.po b/po/da.po
index c75e851..9bf43ff 100644
--- a/po/da.po
+++ b/po/da.po
@@ -14,7 +14,7 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-03-21 18:31+0100\n"
-"PO-Revision-Date: 2019-05-27 11:49+\n"
+"PO-Revision-Date: 2019-05-29 17:00+\n"
 "Last-Translator: scootergrisen\n"
 "Language-Team: Danish 
(http://www.transifex.com/xfce/xfce-apps/language/da/)\n"
 "MIME-Version: 1.0\n"
@@ -1397,7 +1397,7 @@ msgstr "Vis _menulinjen i nye vinduer"
 #: ../terminal/terminal-preferences.glade.h:104
 msgid ""
 "Enable this option to show the menubar in newly created terminal windows."
-msgstr "Aktivér denne indstilling for at vise menulinjen i nye oprettede 
terminalvinduer."
+msgstr "Aktivér denne indstilling for at vise menulinjen i nyligt oprettede 
terminalvinduer."
 
 #: ../terminal/terminal-preferences.glade.h:105
 msgid "Display _toolbar in new windows"
@@ -1406,7 +1406,7 @@ msgstr "Vis _værktøjslinjer i nye vinduer"
 #: ../terminal/terminal-preferences.glade.h:106
 msgid ""
 "Enable this option to show the toolbar in newly created terminal windows."
-msgstr "Aktivér denne indstilling for at vise værktøjslinjerne i nye 
terminalvinduer."
+msgstr "Aktivér denne indstilling for at vise værktøjslinjerne i nyligt 
oprettede terminalvinduer."
 
 #: ../terminal/terminal-preferences.glade.h:107
 msgid "Display _borders around new windows"
@@ -1416,7 +1416,7 @@ msgstr "Vis _kanter rundt om nye vinduer"
 msgid ""
 "Enable this option to show window decorations around newly created terminal "
 "windows."
-msgstr "Aktivér denne indstilling for at vise vinduesdekorationer rundt om nye 
terminalvinduer."
+msgstr "Aktivér denne indstilling for at vise vinduesdekorationer rundt om 
nyligt oprettede terminalvinduer."
 
 #: ../terminal/terminal-preferences.glade.h:109
 msgid "Default geometry:"
@@ -1643,7 +1643,7 @@ msgstr "Palet"
 
 #: ../terminal/terminal-preferences.glade.h:162
 msgid "Presets"
-msgstr "Forvalg"
+msgstr "Forudindstillinger"
 
 #: ../terminal/terminal-preferences.glade.h:163
 msgid "_Colors"

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

2019-05-29 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-cpugraph-plugin.

commit 8519435e4c18771cb3d893f2f51ab91633cddeba
Author: Emanuele Petriglia 
Date:   Thu May 30 00:32:19 2019 +0200

I18n: Update translation it (100%).

37 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/it.po | 52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

diff --git a/po/it.po b/po/it.po
index c4042b4..6069730 100644
--- a/po/it.po
+++ b/po/it.po
@@ -9,8 +9,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-07-03 20:54+0200\n"
-"PO-Revision-Date: 2018-07-15 10:48+\n"
+"POT-Creation-Date: 2019-05-29 06:31+0200\n"
+"PO-Revision-Date: 2019-05-29 17:06+\n"
 "Last-Translator: Emanuele Petriglia \n"
 "Language-Team: Italian 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/it/)\n"
 "MIME-Version: 1.0\n"
@@ -19,15 +19,15 @@ msgstr ""
 "Language: it\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../panel-plugin/cpu.c:153 ../panel-plugin/cpugraph.desktop.in.h:2
+#: ../panel-plugin/cpu.c:132 ../panel-plugin/cpugraph.desktop.in.h:2
 msgid "Graphical representation of the CPU load"
 msgstr "Rappresentazione grafica del carico della CPU"
 
-#: ../panel-plugin/cpu.c:155
-msgid "Copyright (c) 2003-2012\n"
-msgstr "Copyright © 2003-2012\n"
+#: ../panel-plugin/cpu.c:134
+msgid "Copyright (c) 2003-2019\n"
+msgstr "Copyright © 2003-2019\n"
 
-#: ../panel-plugin/cpu.c:368
+#: ../panel-plugin/cpu.c:342
 #, c-format
 msgid "Usage: %u%%"
 msgstr "Utilizzo: %u%%"
@@ -90,79 +90,79 @@ msgstr "Aspetto"
 msgid "Advanced"
 msgstr "Avanzate"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Più veloce (~250ms)"
 
-#: ../panel-plugin/properties.c:198
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Veloce (~500ms)"
 
-#: ../panel-plugin/properties.c:199
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Normale (~750ms)"
 
-#: ../panel-plugin/properties.c:200
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Lento (~1s)"
 
-#: ../panel-plugin/properties.c:204
+#: ../panel-plugin/properties.c:206
 msgid "Update Interval:"
 msgstr "Intervallo di aggiornamento:"
 
-#: ../panel-plugin/properties.c:212
+#: ../panel-plugin/properties.c:214
 msgid "All"
 msgstr "Tutti"
 
-#: ../panel-plugin/properties.c:217
+#: ../panel-plugin/properties.c:219
 msgid "Tracked Core:"
 msgstr "Processore tracciato:"
 
-#: ../panel-plugin/properties.c:228
+#: ../panel-plugin/properties.c:230
 msgid "Width:"
 msgstr "Larghezza:"
 
-#: ../panel-plugin/properties.c:230
+#: ../panel-plugin/properties.c:232
 msgid "Height:"
 msgstr "Altezza:"
 
-#: ../panel-plugin/properties.c:244
+#: ../panel-plugin/properties.c:246
 msgid "Associated command:"
 msgstr "Comando associato:"
 
-#: ../panel-plugin/properties.c:268
+#: ../panel-plugin/properties.c:270
 msgid "Normal"
 msgstr "Normale"
 
-#: ../panel-plugin/properties.c:269
+#: ../panel-plugin/properties.c:271
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:270
+#: ../panel-plugin/properties.c:272
 msgid "No history"
 msgstr "Istantaneo"
 
-#: ../panel-plugin/properties.c:271
+#: ../panel-plugin/properties.c:273
 msgid "Grid"
 msgstr "Griglia"
 
-#: ../panel-plugin/properties.c:275
+#: ../panel-plugin/properties.c:277
 msgid "Mode:"
 msgstr "Modalità:"
 
-#: ../panel-plugin/properties.c:280
+#: ../panel-plugin/properties.c:282
 msgid "Solid"
 msgstr "Solido"
 
-#: ../panel-plugin/properties.c:281
+#: ../panel-plugin/properties.c:283
 msgid "Gradient"
 msgstr "Gradiente"
 
-#: ../panel-plugin/properties.c:282
+#: ../panel-plugin/properties.c:284
 msgid "Fire"
 msgstr "Fuoco"
 
-#: ../panel-plugin/properties.c:286
+#: ../panel-plugin/properties.c:288
 msgid "Color mode: "
 msgstr "Modalità colore:"
 

-- 
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-diskperf-plugin] branch master updated (7235408 -> 0624505)

2019-05-29 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-diskperf-plugin.

  from  7235408   I18n: Update translation en_AU (100%).
   new  0624505   I18n: Update translation pt_BR (100%).

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


Summary of changes:
 po/pt_BR.po | 85 +++--
 1 file changed, 43 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-cpugraph-plugin] branch master updated (9eda4ed -> 8519435)

2019-05-29 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-cpugraph-plugin.

  from  9eda4ed   I18n: Update translation sq (97%).
   new  8519435   I18n: Update translation it (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/it.po | 52 ++--
 1 file changed, 26 insertions(+), 26 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-diskperf-plugin] 01/01: I18n: Update translation pt_BR (100%).

2019-05-29 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-diskperf-plugin.

commit 0624505b5d1d1bc25fdc517de2e9839d99b64e4c
Author: Tomas 
Date:   Thu May 30 00:32:28 2019 +0200

I18n: Update translation pt_BR (100%).

37 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/pt_BR.po | 85 +++--
 1 file changed, 43 insertions(+), 42 deletions(-)

diff --git a/po/pt_BR.po b/po/pt_BR.po
index 58f4bcb..c447adc 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -4,13 +4,14 @@
 # 
 # Translators:
 # Fábio Nogueira , 2007
+# Tomas , 2019
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-28 18:31+0200\n"
-"PO-Revision-Date: 2017-09-23 19:02+\n"
-"Last-Translator: Michael Martins \n"
+"POT-Creation-Date: 2019-05-17 00:35+0200\n"
+"PO-Revision-Date: 2019-05-29 20:35+\n"
+"Last-Translator: Tomas \n"
 "Language-Team: Portuguese (Brazil) 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/pt_BR/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -18,125 +19,125 @@ msgstr ""
 "Language: pt_BR\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
-#: ../panel-plugin/config_gui.c:99
+#: ../panel-plugin/config_gui.c:102
 msgid "Device"
 msgstr "Dispositivo"
 
-#: ../panel-plugin/config_gui.c:109
+#: ../panel-plugin/config_gui.c:116
 msgid "Input the device name, then press "
 msgstr "Digite o nome do dispositivo e pressione "
 
-#: ../panel-plugin/config_gui.c:111
+#: ../panel-plugin/config_gui.c:118
 msgid "/dev/sda1"
 msgstr "/dev/sda1"
 
-#: ../panel-plugin/config_gui.c:126
+#: ../panel-plugin/config_gui.c:132
 msgid "Data collection period"
 msgstr "Período de coleta de dados"
 
-#: ../panel-plugin/config_gui.c:129
+#: ../panel-plugin/config_gui.c:135
 msgid "Update interval (s) "
 msgstr "Intervalo(s) de atualização(ões) "
 
-#: ../panel-plugin/config_gui.c:135
+#: ../panel-plugin/config_gui.c:141
 msgid "Label"
 msgstr "Rótulo"
 
-#: ../panel-plugin/config_gui.c:138
+#: ../panel-plugin/config_gui.c:144
 msgid "Tick to display label"
 msgstr "Marcar para mostrar o rótulo"
 
-#: ../panel-plugin/config_gui.c:144
+#: ../panel-plugin/config_gui.c:150
 msgid "Input the label, then press "
 msgstr "Digite o nome do rótulo e pressione "
 
-#: ../panel-plugin/config_gui.c:146
+#: ../panel-plugin/config_gui.c:152
 msgid "hda1"
 msgstr "hda1"
 
-#: ../panel-plugin/config_gui.c:156
-msgid "Monitor"
-msgstr "Monitor"
+#: ../panel-plugin/config_gui.c:160
+msgid "Monitor"
+msgstr "Monitor"
 
-#: ../panel-plugin/config_gui.c:161
+#: ../panel-plugin/config_gui.c:166
 msgid "I/O transfer"
 msgstr "Transferência E/S"
 
-#: ../panel-plugin/config_gui.c:164
+#: ../panel-plugin/config_gui.c:169
 msgid "MiB transferred / second"
 msgstr "MB transferidos / segundo"
 
-#: ../panel-plugin/config_gui.c:169
+#: ../panel-plugin/config_gui.c:174
 msgid "Busy time"
 msgstr "Tempo ocupado"
 
-#: ../panel-plugin/config_gui.c:173
+#: ../panel-plugin/config_gui.c:178
 msgid "Percentage of time the device is busy"
 msgstr "Porcentagem de tempo em que o dispositivo está ocupado"
 
-#: ../panel-plugin/config_gui.c:183
+#: ../panel-plugin/config_gui.c:188
 msgid "Max. I/O rate (MiB/s) "
 msgstr "Taxa de E/S máx. (MB/s) "
 
-#: ../panel-plugin/config_gui.c:193
+#: ../panel-plugin/config_gui.c:202
 msgid "Input the maximum I/O transfer rate of the device, then press "
 msgstr "Digite a taxa de transferência máxima de E/S do dispositivo, em 
seguida pressione "
 
-#: ../panel-plugin/config_gui.c:195
+#: ../panel-plugin/config_gui.c:204
 msgid "35"
 msgstr "35"
 
-#: ../panel-plugin/config_gui.c:202
+#: ../panel-plugin/config_gui.c:213
 msgid "Combine Read/Write data"
 msgstr "Combinar Leitura/Escrita de dados"
 
-#: ../panel-plugin/config_gui.c:206
+#: ../panel-plugin/config_gui.c:217
 msgid "Combine Read/Write data into one single monitor?"
 msgstr "Combinar Leitura/Escrita de dados em um único monitor?"
 
-#: ../panel-plugin/config_gui.c:214
+#: ../panel-plugin/config_gui.c:225
 msgid "Bar color "
 msgstr "Cor da barra "
 
-#: ../panel-plugin/config_gui.c:223 ../panel-plugin/config_gui.c:281
-#: ../panel-plugin/config_gui.c:287
+#: ../panel-plugin/config_gui.c:237 ../panel-plugin/config_gui.c:294
+#: ../panel-plugin/config_gui.c:300
 msgid "Press to change color"
 msgstr "Pressione para alterar a cor"
 
-#: ../panel-plugin/config_gui.c:232
+#: ../panel-plugin/config_gui.c:246
 msgid "Read bar color "
 msgstr "Cor da barra de leitura "
 
-#: ../panel-plugin/config_gui.c:238
+#: ../panel-plugin/config_gui.c:255
 msgid "Write bar color "
 msgstr "Cor da barra de escrita "
 
-#: ../panel-plugin/config_gui.c:244
+#: ../panel-plugin/co

[Xfce4-commits] [apps/xfce4-terminal] branch master updated (d32fcad -> 49c474d)

2019-05-29 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  d32fcad   I18n: Update translation en_AU (100%).
   new  49c474d   I18n: Update translation da (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/da.po | 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/xfce4-session] branch master updated (f1c6926 -> f5be3b9)

2019-05-29 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-session.

  from  f1c6926   I18n: Update translation en_AU (100%).
   new  f5be3b9   I18n: Update translation da (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/da.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


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

2019-05-29 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 c555d5226809960f126b396bdcb9501b6196360a
Author: Anonymous 
Date:   Thu May 30 00:31:32 2019 +0200

I18n: Update translation da (100%).

310 translated messages.

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

diff --git a/po/da.po b/po/da.po
index a81e889..363c8a2 100644
--- a/po/da.po
+++ b/po/da.po
@@ -15,7 +15,7 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-19 00:30+0200\n"
-"PO-Revision-Date: 2019-05-28 15:56+\n"
+"PO-Revision-Date: 2019-05-29 18:14+\n"
 "Last-Translator: scootergrisen\n"
 "Language-Team: Danish 
(http://www.transifex.com/xfce/xfce-apps/language/da/)\n"
 "MIME-Version: 1.0\n"
@@ -521,7 +521,7 @@ msgstr "Vis altid faneblade, også ved én fil"
 
 #: ../mousepad/mousepad-prefs-dialog.glade.h:49
 msgid "Cycled notebook tab switching"
-msgstr "Cyklist skift af faneblade i notesbog"
+msgstr "Gennemløbende skift af faneblade i notesbog"
 
 #: ../mousepad/mousepad-prefs-dialog.glade.h:50
 msgid "Notebook tabs"

-- 
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 (2ccc13d -> 136fd1d)

2019-05-29 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  2ccc13d   I18n: Update translation da (100%).
   new  136fd1d   I18n: Update translation it (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/it.po | 200 +++
 1 file changed, 97 insertions(+), 103 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/mousepad] branch master updated (8a2e6b6 -> c555d52)

2019-05-29 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  8a2e6b6   I18n: Update translation en_AU (100%).
   new  c555d52   I18n: Update translation da (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/da.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] [xfce/xfce4-session] 01/01: I18n: Update translation da (100%).

2019-05-29 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-session.

commit f5be3b95c93fdf4563daada4d4809783848f538c
Author: Anonymous 
Date:   Thu May 30 00:31:11 2019 +0200

I18n: Update translation da (100%).

162 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/da.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/po/da.po b/po/da.po
index 60fb950..1a133a9 100644
--- a/po/da.po
+++ b/po/da.po
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: Xfce4-session\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-14 00:31+0200\n"
-"PO-Revision-Date: 2019-05-26 21:17+\n"
+"PO-Revision-Date: 2019-05-29 19:19+\n"
 "Last-Translator: scootergrisen\n"
 "Language-Team: Danish 
(http://www.transifex.com/xfce/xfce4-session/language/da/)\n"
 "MIME-Version: 1.0\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] 01/01: I18n: Update translation it (100%).

2019-05-29 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 136fd1d2eac9a62951b877605b5bdedf74f32682
Author: Emanuele Petriglia 
Date:   Thu May 30 00:30:56 2019 +0200

I18n: Update translation it (100%).

410 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/it.po | 200 +++
 1 file changed, 97 insertions(+), 103 deletions(-)

diff --git a/po/it.po b/po/it.po
index 6b75044..13e0ef7 100644
--- a/po/it.po
+++ b/po/it.po
@@ -17,8 +17,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-panel\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-12-03 22:34+0100\n"
-"PO-Revision-Date: 2018-12-07 07:32+\n"
+"POT-Creation-Date: 2019-05-29 00:30+0200\n"
+"PO-Revision-Date: 2019-05-29 17:06+\n"
 "Last-Translator: Emanuele Petriglia \n"
 "Language-Team: Italian 
(http://www.transifex.com/xfce/xfce4-panel/language/it/)\n"
 "MIME-Version: 1.0\n"
@@ -38,7 +38,7 @@ msgid ""
 msgstr "Aggiunge un nuovo avviatore sul pannello sulla base delle informazioni 
contenute in questo file desktop"
 
 #: ../panel-preferences.desktop.in.h:1
-#: ../panel/panel-preferences-dialog.glade.h:10 ../panel/panel-window.c:2692
+#: ../panel/panel-preferences-dialog.glade.h:10 ../panel/panel-window.c:2699
 msgid "Panel"
 msgstr "Pannello"
 
@@ -47,64 +47,63 @@ msgid "Customize the panel"
 msgstr "Personalizzazione del pannello"
 
 #. I18N: %s is the name of the plugin
-#: ../libxfce4panel/xfce-panel-plugin.c:1079
+#: ../libxfce4panel/xfce-panel-plugin.c:1078
 #: ../panel/panel-preferences-dialog.c:1308
 #, c-format
 msgid "Are you sure that you want to remove \"%s\"?"
 msgstr "Rimuovere davvero \"%s\"?"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1084
+#: ../libxfce4panel/xfce-panel-plugin.c:1083
 #: ../panel/panel-preferences-dialog.c:1311
 msgid "If you remove the item from the panel, it is permanently lost."
 msgstr "Se si rimuove l'elemento dal pannello, verrà perso per sempre."
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1085 ../panel/panel-dialogs.c:163
+#: ../libxfce4panel/xfce-panel-plugin.c:1084 ../panel/panel-dialogs.c:163
 #: ../panel/panel-preferences-dialog.c:1313
-msgid "Cancel"
-msgstr "Annulla"
+#: ../plugins/applicationsmenu/applicationsmenu.c:593
+#: ../plugins/directorymenu/directorymenu.c:394
+msgid "_Cancel"
+msgstr "A_nnulla"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1086
-#: ../panel/panel-plugin-external.c:439
+#: ../libxfce4panel/xfce-panel-plugin.c:1085
+#: ../libxfce4panel/xfce-panel-plugin.c:1280
+#: ../panel/panel-plugin-external.c:441
 #: ../panel/panel-preferences-dialog.c:956
 #: ../panel/panel-preferences-dialog.c:1314
 #: ../plugins/launcher/launcher-dialog.c:855
-msgid "Remove"
-msgstr "Rimuovi"
+msgid "_Remove"
+msgstr "_Rimuovi"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1227
+#: ../libxfce4panel/xfce-panel-plugin.c:1226
 msgid "_Properties"
 msgstr "_Proprietà"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1242 ../panel/panel-window.c:2780
+#: ../libxfce4panel/xfce-panel-plugin.c:1241 ../panel/panel-window.c:2787
 msgid "_About"
 msgstr "_Informazioni"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1257
+#: ../libxfce4panel/xfce-panel-plugin.c:1256
 msgid "_Move"
 msgstr "_Sposta"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1281
-msgid "_Remove"
-msgstr "_Rimuovi"
-
-#: ../libxfce4panel/xfce-panel-plugin.c:1302
+#: ../libxfce4panel/xfce-panel-plugin.c:1301
 msgid "Pane_l"
 msgstr "_Pannello"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1311 ../panel/panel-window.c:2705
+#: ../libxfce4panel/xfce-panel-plugin.c:1310 ../panel/panel-window.c:2712
 msgid "Add _New Items..."
 msgstr "A_ggiungi nuovi elementi…"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1326 ../panel/panel-window.c:2720
+#: ../libxfce4panel/xfce-panel-plugin.c:1325 ../panel/panel-window.c:2727
 msgid "Panel Pr_eferences..."
 msgstr "_Preferenze del pannello…"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1347 ../panel/panel-window.c:2752
+#: ../libxfce4panel/xfce-panel-plugin.c:1346 ../panel/panel-window.c:2759
 msgid "Log _Out"
 msgstr "_Esci"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1367 ../panel/panel-item-dialog.c:208
-#: ../panel/panel-preferences-dialog.glade.h:12 ../panel/panel-window.c:2771
+#: ../libxfce4panel/xfce-panel-plugin.c:1366 ../panel/panel-item-dialog.c:208
+#: ../panel/panel-preferences-dialog.glade.h:12 ../panel/panel-window.c:2778
 #: ../plugins/actions/actions-dialog.glade.h:4
 #: ../plugins/applicationsmenu/applicationsmenu-dialog.glade.h:2
 #: ../plugins/clock/clock-dialog.glade.h:8
@@ -117,7 +116,7 @@ msgstr "_Esci"
 msgid "_Help"
 msgstr "_Aiuto"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1382
+#: ../libxfce4panel/xfce-panel-plugin.c:1381
 msgid "About"
 msgstr "Informazioni"
 
@@ -225,7 +224,

[Xfce4-commits] [xfce/xfce4-settings] branch master updated (739012d -> e9e51b5)

2019-05-29 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  739012d   I18n: Update translation en_AU (100%).
   new  e9e51b5   I18n: Update translation da (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/da.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[Xfce4-commits] [xfce/xfce4-settings] 01/01: I18n: Update translation da (100%).

2019-05-29 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 e9e51b55c4d999796e0c7d55fcc18311790a000c
Author: Anonymous 
Date:   Thu May 30 00:31:19 2019 +0200

I18n: Update translation da (100%).

451 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/da.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/po/da.po b/po/da.po
index bdef779..03a4836 100644
--- a/po/da.po
+++ b/po/da.po
@@ -12,7 +12,7 @@ msgstr ""
 "Project-Id-Version: Xfce4-settings\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-29 00:31+0200\n"
-"PO-Revision-Date: 2019-05-29 12:07+\n"
+"PO-Revision-Date: 2019-05-29 18:10+\n"
 "Last-Translator: scootergrisen\n"
 "Language-Team: Danish 
(http://www.transifex.com/xfce/xfce4-settings/language/da/)\n"
 "MIME-Version: 1.0\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/libxfce4ui] 01/01: I18n: Update translation da (100%).

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

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

commit 93fccda5b5e00919086977f1729a1c1b7062a1c6
Author: Anonymous 
Date:   Thu May 30 00:30:22 2019 +0200

I18n: Update translation da (100%).

179 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/da.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/po/da.po b/po/da.po
index 9a03658..eff4600 100644
--- a/po/da.po
+++ b/po/da.po
@@ -17,7 +17,7 @@ msgstr ""
 "Project-Id-Version: Libxfce4ui\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-17 00:30+0200\n"
-"PO-Revision-Date: 2019-05-29 16:29+\n"
+"PO-Revision-Date: 2019-05-29 20:00+\n"
 "Last-Translator: scootergrisen\n"
 "Language-Team: Danish 
(http://www.transifex.com/xfce/libxfce4ui/language/da/)\n"
 "MIME-Version: 1.0\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/exo] 01/02: I18n: Update translation da (100%).

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

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

commit 6a199d24f21ee801220b5669daf9a617f6fc30f8
Author: Anonymous 
Date:   Thu May 30 00:30:03 2019 +0200

I18n: Update translation da (100%).

300 translated messages.

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

diff --git a/po/da.po b/po/da.po
index f2bd39d..9a53f76 100644
--- a/po/da.po
+++ b/po/da.po
@@ -12,7 +12,7 @@ msgstr ""
 "Project-Id-Version: Exo\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-25 18:30+0200\n"
-"PO-Revision-Date: 2019-05-27 11:48+\n"
+"PO-Revision-Date: 2019-05-29 17:42+\n"
 "Last-Translator: scootergrisen\n"
 "Language-Team: Danish (http://www.transifex.com/xfce/exo/language/da/)\n"
 "MIME-Version: 1.0\n"
@@ -925,7 +925,7 @@ msgstr "Kunne ikke vælge foretrukne postprogram"
 
 #: ../exo-helper/exo-helper-chooser.c:321
 msgid "Failed to set default File Manager"
-msgstr "Kunne ikke indstille forvalgt filhåndtering"
+msgstr "Kunne ikke indstille standardfilhåndtering"
 
 #: ../exo-helper/exo-helper-chooser.c:322
 msgid "Failed to set default Terminal Emulator"
@@ -968,7 +968,7 @@ msgstr "Angiv programmet du\nvil bruge som foretrukne 
postprogram i Xfce:"
 msgid ""
 "Specify the application you want to use\n"
 "as default File Manager for Xfce:"
-msgstr "Angiv programmet du\nvil bruge som forvalgt filhåndtering i Xfce:"
+msgstr "Angiv programmet du\nvil bruge som standardfilhåndtering i Xfce:"
 
 #: ../exo-helper/exo-helper-chooser.c:516
 msgid ""
@@ -1034,19 +1034,19 @@ msgstr "Foretrukne programmer (webbrowser, postprogram 
og terminalemulator)"
 
 #: ../exo-helper/main.c:42
 msgid "Failed to execute default Web Browser"
-msgstr "Kunne ikke køre foretrukne webbrowser"
+msgstr "Kunne ikke eksekvere standardwebbrowser"
 
 #: ../exo-helper/main.c:43
 msgid "Failed to execute default Mail Reader"
-msgstr "Kunne ikke køre foretrukne postprogram"
+msgstr "Kunne ikke eksekvere standardpostprogram"
 
 #: ../exo-helper/main.c:44
 msgid "Failed to execute default File Manager"
-msgstr "Kunne ikke køre forvalgt filhåndtering"
+msgstr "Kunne ikke eksekvere standardfilhåndtering"
 
 #: ../exo-helper/main.c:45
 msgid "Failed to execute default Terminal Emulator"
-msgstr "Kunne ikke køre foretrukne terminalemulator"
+msgstr "Kunne ikke eksekvere standardterminalemulator"
 
 #. Enable permanently dismissing this error.
 #: ../exo-helper/main.c:87

-- 
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/libxfce4ui] branch master updated (17069af -> 93fccda)

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

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

  from  17069af   I18n: Update translation en_AU (100%).
   new  93fccda   I18n: Update translation da (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/da.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


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

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

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

commit b1005bff3283753ae03eef5df9f8e41e250da1a6
Author: Tomas 
Date:   Thu May 30 00:30:03 2019 +0200

I18n: Update translation pt_BR (100%).

300 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/pt_BR.po | 234 +++-
 1 file changed, 120 insertions(+), 114 deletions(-)

diff --git a/po/pt_BR.po b/po/pt_BR.po
index 36fd6f2..f4c4e32 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -11,14 +11,15 @@
 # Marcos Miller , 2017
 # Pablo Lerina , 2007
 # Rafael Fontenelle , 2019
+# Tomas , 2019
 # Vladimir Melo , 2010
 msgid ""
 msgstr ""
 "Project-Id-Version: Exo\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-02 00:30+0200\n"
-"PO-Revision-Date: 2019-05-06 10:52+\n"
-"Last-Translator: Rafael Fontenelle \n"
+"POT-Creation-Date: 2019-05-25 18:30+0200\n"
+"PO-Revision-Date: 2019-05-29 20:32+\n"
+"Last-Translator: Tomas \n"
 "Language-Team: Portuguese (Brazil) 
(http://www.transifex.com/xfce/exo/language/pt_BR/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -26,37 +27,37 @@ msgstr ""
 "Language: pt_BR\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
-#: ../exo/exo-cell-renderer-ellipsized-text.c:131
-#: ../exo/exo-cell-renderer-icon.c:160
+#: ../exo/exo-cell-renderer-ellipsized-text.c:125
+#: ../exo/exo-cell-renderer-icon.c:154
 msgid "Follow state"
 msgstr "Seguir estado"
 
-#: ../exo/exo-cell-renderer-ellipsized-text.c:132
-#: ../exo/exo-cell-renderer-icon.c:161
+#: ../exo/exo-cell-renderer-ellipsized-text.c:126
+#: ../exo/exo-cell-renderer-icon.c:155
 msgid "Render differently based on the selection state."
 msgstr "Renderizar de acordo com o estado selecionado."
 
-#: ../exo/exo-cell-renderer-icon.c:182
+#: ../exo/exo-cell-renderer-icon.c:176
 msgid "Icon"
 msgstr "Ícone"
 
-#: ../exo/exo-cell-renderer-icon.c:183
+#: ../exo/exo-cell-renderer-icon.c:177
 msgid "The icon to render."
 msgstr "O ícone a renderizar."
 
-#: ../exo/exo-cell-renderer-icon.c:201
+#: ../exo/exo-cell-renderer-icon.c:195
 msgid "GIcon"
 msgstr "GIcon"
 
-#: ../exo/exo-cell-renderer-icon.c:202
+#: ../exo/exo-cell-renderer-icon.c:196
 msgid "The GIcon to render."
 msgstr "O GIcon a renderizar."
 
-#: ../exo/exo-cell-renderer-icon.c:223
+#: ../exo/exo-cell-renderer-icon.c:217
 msgid "size"
 msgstr "tamanho"
 
-#: ../exo/exo-cell-renderer-icon.c:224
+#: ../exo/exo-cell-renderer-icon.c:218
 msgid "The size of the icon to render in pixels."
 msgstr "O tamanho do ícone a renderizar em pixels."
 
@@ -80,287 +81,287 @@ msgstr "Falha ao carregar a imagem \"%s\": razão 
desconhecida, provavelmente um
 msgid "Failed to open \"%s\"."
 msgstr "Falha ao abrir \"%s\"."
 
-#: ../exo/exo-icon-bar.c:277 ../exo/exo-icon-view.c:928
+#: ../exo/exo-icon-bar.c:273 ../exo/exo-icon-view.c:914
 msgid "Orientation"
 msgstr "Orientação"
 
-#: ../exo/exo-icon-bar.c:278
+#: ../exo/exo-icon-bar.c:274
 msgid "The orientation of the iconbar"
 msgstr "A orientação da barra de ícones"
 
-#: ../exo/exo-icon-bar.c:294 ../exo/exo-icon-view.c:945
+#: ../exo/exo-icon-bar.c:290 ../exo/exo-icon-view.c:931
 msgid "Pixbuf column"
 msgstr "Coluna pixbuf"
 
-#: ../exo/exo-icon-bar.c:295 ../exo/exo-icon-view.c:946
+#: ../exo/exo-icon-bar.c:291 ../exo/exo-icon-view.c:932
 msgid "Model column used to retrieve the icon pixbuf from"
 msgstr "Coluna modelo usada para obter o ícone pixbuf"
 
-#: ../exo/exo-icon-bar.c:310 ../exo/exo-icon-view.c:1090
+#: ../exo/exo-icon-bar.c:306 ../exo/exo-icon-view.c:1076
 msgid "Text column"
 msgstr "Coluna de texto"
 
-#: ../exo/exo-icon-bar.c:311 ../exo/exo-icon-view.c:1091
+#: ../exo/exo-icon-bar.c:307 ../exo/exo-icon-view.c:1077
 msgid "Model column used to retrieve the text from"
 msgstr "Coluna modelo usada para obter o texto"
 
-#: ../exo/exo-icon-bar.c:323
+#: ../exo/exo-icon-bar.c:319
 msgid "Icon Bar Model"
 msgstr "Modelo de barra de ícones"
 
-#: ../exo/exo-icon-bar.c:324
+#: ../exo/exo-icon-bar.c:320
 msgid "Model for the icon bar"
 msgstr "Modelo para a barra de ícones"
 
-#: ../exo/exo-icon-bar.c:340
+#: ../exo/exo-icon-bar.c:336
 msgid "Active"
 msgstr "Atual"
 
-#: ../exo/exo-icon-bar.c:341
+#: ../exo/exo-icon-bar.c:337
 msgid "Active item index"
 msgstr "Índice do item atual"
 
-#: ../exo/exo-icon-bar.c:347 ../exo/exo-icon-bar.c:348
+#: ../exo/exo-icon-bar.c:343 ../exo/exo-icon-bar.c:344
 msgid "Active item fill color"
 msgstr "Cor de preenchimento do item atual"
 
-#: ../exo/exo-icon-bar.c:354 ../exo/exo-icon-bar.c:355
+#: ../exo/exo-icon-bar.c:350 ../exo/exo-icon-bar.c:351
 msgid "Active item border color"
 msgstr "Cor da borda do item atual"
 
-#: ../exo/exo-icon-bar.c:361 ../exo/exo-icon-bar.c:362
+#: ../exo/exo-icon-bar.c:3

[Xfce4-commits] [xfce/exo] branch master updated (dd79639 -> b1005bf)

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

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

  from  dd79639   I18n: Update translation tr (100%).
   new  6a199d2   I18n: Update translation da (100%).
   new  b1005bf   I18n: Update translation pt_BR (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/da.po|  14 ++--
 po/pt_BR.po | 234 +++-
 2 files changed, 127 insertions(+), 121 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: Removed # vi:set encoding=UTF-8: from .desktop files (Bug #15466)

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

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

commit 733de67fc6bb44c5e101996f4946b4ceaeef897a
Author: Alexander Schwinn 
Date:   Wed May 29 23:32:19 2019 +0200

Removed # vi:set encoding=UTF-8: from .desktop files (Bug #15466)
---
 Thunar-bulk-rename.desktop.in.in| 2 --
 Thunar-folder-handler.desktop.in.in | 2 --
 Thunar.desktop.in.in| 2 --
 3 files changed, 6 deletions(-)

diff --git a/Thunar-bulk-rename.desktop.in.in b/Thunar-bulk-rename.desktop.in.in
index 2e1299d..59b71a2 100644
--- a/Thunar-bulk-rename.desktop.in.in
+++ b/Thunar-bulk-rename.desktop.in.in
@@ -8,5 +8,3 @@ Terminal=false
 StartupNotify=true
 Type=Application
 Categories=System;Utility;Core;GTK;Filesystem;
-
-# vi:set encoding=UTF-8:
diff --git a/Thunar-folder-handler.desktop.in.in 
b/Thunar-folder-handler.desktop.in.in
index c3865c4..62232cd 100644
--- a/Thunar-folder-handler.desktop.in.in
+++ b/Thunar-folder-handler.desktop.in.in
@@ -11,5 +11,3 @@ StartupNotify=true
 Type=Application
 Categories=System;Utility;Core;GTK;FileTools;FileManager;
 MimeType=inode/directory;
-
-# vi:set encoding=UTF-8:
diff --git a/Thunar.desktop.in.in b/Thunar.desktop.in.in
index 739ea43..9daa2c8 100644
--- a/Thunar.desktop.in.in
+++ b/Thunar.desktop.in.in
@@ -8,5 +8,3 @@ Terminal=false
 StartupNotify=true
 Type=Application
 Categories=System;Utility;Core;GTK;FileTools;FileManager;
-
-# vi:set encoding=UTF-8:

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


[Xfce4-commits] [xfce/thunar] branch master updated (809fd75 -> 733de67)

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

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

  from  809fd75   Deactivate "Move to Trash" menu entry on volumes without 
trash (Bug #15352)
   new  733de67   Removed # vi:set encoding=UTF-8: from .desktop files (Bug 
#15466)

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:
 Thunar-bulk-rename.desktop.in.in| 2 --
 Thunar-folder-handler.desktop.in.in | 2 --
 Thunar.desktop.in.in| 2 --
 3 files changed, 6 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: Deactivate "Move to Trash" menu entry on volumes without trash (Bug #15352)

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

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

commit efcbf4d59a8bdd4d8197c92b857eead676ce2100
Author: Theo Linkspfeifer 
Date:   Fri May 10 12:27:02 2019 +0200

Deactivate "Move to Trash" menu entry on volumes without trash (Bug #15352)
---
 thunar/thunar-standard-view.c | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/thunar/thunar-standard-view.c b/thunar/thunar-standard-view.c
index 6fd92d7..111d999 100644
--- a/thunar/thunar-standard-view.c
+++ b/thunar/thunar-standard-view.c
@@ -4438,6 +4438,7 @@ thunar_standard_view_selection_changed 
(ThunarStandardView *standard_view)
   ThunarFile *current_directory;
   gbooleancan_paste_into_folder;
   gbooleanrestorable;
+  gbooleantrashable;
   gbooleanpastable;
   gbooleanwritable;
   gbooleantrashed;
@@ -4461,6 +4462,7 @@ thunar_standard_view_selection_changed 
(ThunarStandardView *standard_view)
   /* determine the new list of selected files (replacing GtkTreePath's with 
ThunarFile's) */
   selected_files = (*THUNAR_STANDARD_VIEW_GET_CLASS 
(standard_view)->get_selected_items) (standard_view);
   restorable = (selected_files != NULL);
+  trashable = (selected_files != NULL);
   for (lp = selected_files; lp != NULL; lp = lp->next, ++n_selected_files)
 {
   /* determine the iterator for the path */
@@ -4475,12 +4477,16 @@ thunar_standard_view_selection_changed 
(ThunarStandardView *standard_view)
   /* enable "Restore" if we have only trashed files (atleast one file) */
   if (!thunar_file_is_trashed (lp->data))
 restorable = FALSE;
+
+  /* enable "Move to Trash" if files can be trashed */
+  if (!thunar_file_can_be_trashed (lp->data))
+trashable = FALSE;
 }
 
   /* and setup the new selected files list */
   standard_view->priv->selected_files = selected_files;
 
-  /* check whether the folder displayed by the view is writable/in the trash */
+  /* check whether the folder displayed by the view is writable/in the 
trash/can be trashed */
   current_directory = thunar_navigator_get_current_directory (THUNAR_NAVIGATOR 
(standard_view));
   writable = (current_directory != NULL && thunar_file_is_writable 
(current_directory));
   trashed = (current_directory != NULL && thunar_file_is_trashed 
(current_directory));
@@ -4529,7 +4535,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
 
   /* update the "Move to Trash" action */
   g_object_set (G_OBJECT (standard_view->priv->action_move_to_trash),
-"sensitive", (n_selected_files > 0) && writable,
+"sensitive", (n_selected_files > 0) && trashable,
 "visible", !trashed && thunar_g_vfs_is_uri_scheme_supported 
("trash"),
 "tooltip", ngettext ("Move the selected file to the Trash",
  "Move the selected files to the Trash",

-- 
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 (6021efb -> efcbf4d)

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

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

  from  6021efb   I18n: Update translation en_AU (100%).
   new  efcbf4d   Deactivate "Move to Trash" menu entry on volumes without 
trash (Bug #15352)

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:
 thunar/thunar-standard-view.c | 10 --
 1 file changed, 8 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] [xfce/thunar] 01/01: Deactivate "Move to Trash" menu entry on volumes without trash (Bug #15352)

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

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

commit 809fd754c36d41f7556aecc576988a7c9dd3f067
Author: Theo Linkspfeifer 
Date:   Fri May 10 12:27:02 2019 +0200

Deactivate "Move to Trash" menu entry on volumes without trash (Bug #15352)
---
 thunar/thunar-standard-view.c | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/thunar/thunar-standard-view.c b/thunar/thunar-standard-view.c
index 0853d6c..c557465 100644
--- a/thunar/thunar-standard-view.c
+++ b/thunar/thunar-standard-view.c
@@ -4468,6 +4468,7 @@ thunar_standard_view_selection_changed 
(ThunarStandardView *standard_view)
   ThunarFile *current_directory;
   gbooleancan_paste_into_folder;
   gbooleanrestorable;
+  gbooleantrashable;
   gbooleanpastable;
   gbooleanwritable;
   gbooleantrashed;
@@ -4491,6 +4492,7 @@ thunar_standard_view_selection_changed 
(ThunarStandardView *standard_view)
   /* determine the new list of selected files (replacing GtkTreePath's with 
ThunarFile's) */
   selected_files = (*THUNAR_STANDARD_VIEW_GET_CLASS 
(standard_view)->get_selected_items) (standard_view);
   restorable = (selected_files != NULL);
+  trashable = (selected_files != NULL);
   for (lp = selected_files; lp != NULL; lp = lp->next, ++n_selected_files)
 {
   /* determine the iterator for the path */
@@ -4505,12 +4507,16 @@ thunar_standard_view_selection_changed 
(ThunarStandardView *standard_view)
   /* enable "Restore" if we have only trashed files (atleast one file) */
   if (!thunar_file_is_trashed (lp->data))
 restorable = FALSE;
+
+  /* enable "Move to Trash" if files can be trashed */
+  if (!thunar_file_can_be_trashed (lp->data))
+trashable = FALSE;
 }
 
   /* and setup the new selected files list */
   standard_view->priv->selected_files = selected_files;
 
-  /* check whether the folder displayed by the view is writable/in the trash */
+  /* check whether the folder displayed by the view is writable/in the 
trash/can be trashed */
   current_directory = thunar_navigator_get_current_directory (THUNAR_NAVIGATOR 
(standard_view));
   writable = (current_directory != NULL && thunar_file_is_writable 
(current_directory));
   trashed = (current_directory != NULL && thunar_file_is_trashed 
(current_directory));
@@ -4559,7 +4565,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
 
   /* update the "Move to Trash" action */
   g_object_set (G_OBJECT (standard_view->priv->action_move_to_trash),
-"sensitive", (n_selected_files > 0) && writable,
+"sensitive", (n_selected_files > 0) && trashable,
 "visible", !trashed && thunar_g_vfs_is_uri_scheme_supported 
("trash"),
 "tooltip", ngettext ("Move the selected file to the Trash",
  "Move the selected files to the Trash",

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


[Xfce4-commits] [xfce/thunar] branch master updated (81c8bc2 -> 809fd75)

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

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

  from  81c8bc2   I18n: Update translation en_AU (100%).
   new  809fd75   Deactivate "Move to Trash" menu entry on volumes without 
trash (Bug #15352)

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:
 thunar/thunar-standard-view.c | 10 --
 1 file changed, 8 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] [xfce/xfwm4] branch master updated (4efaeaf -> 807acac)

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

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

  from  4efaeaf   compositor: Rename unbind_glx_texture
   new  807acac   I18n: Update translation da (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/da.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] [xfce/xfwm4] 01/01: I18n: Update translation da (100%).

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

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

commit 807acace7d4d5c2d1df95a3e60a7bbfba6e0d87b
Author: Anonymous 
Date:   Wed May 29 18:35:05 2019 +0200

I18n: Update translation da (100%).

169 translated messages.

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

diff --git a/po/da.po b/po/da.po
index aeac548..330433a 100644
--- a/po/da.po
+++ b/po/da.po
@@ -13,7 +13,7 @@ msgstr ""
 "Project-Id-Version: Xfwm4\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-04-28 00:36+0200\n"
-"PO-Revision-Date: 2019-05-25 10:48+\n"
+"PO-Revision-Date: 2019-05-29 11:09+\n"
 "Last-Translator: scootergrisen\n"
 "Language-Team: Danish (http://www.transifex.com/xfce/xfwm4/language/da/)\n"
 "MIME-Version: 1.0\n"
@@ -745,4 +745,4 @@ msgstr "Fejl ved læsning af data fra underproces: %s\n"
 #: ../src/terminate.c:135
 #, c-format
 msgid "Cannot spawn helper-dialog: %s\n"
-msgstr "Kan ikke kalde hjælperdialog: %s\n"
+msgstr "Kan ikke starte hjælperdialog: %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/xfdesktop] 01/01: I18n: Update translation en_AU (100%).

2019-05-29 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 382059a79b1e7ce39fe868b7de67bc41563f8152
Author: John Humphrys 
Date:   Wed May 29 18:34:56 2019 +0200

I18n: Update translation en_AU (100%).

244 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/en_AU.po | 226 +++-
 1 file changed, 115 insertions(+), 111 deletions(-)

diff --git a/po/en_AU.po b/po/en_AU.po
index 4870b61..ff449b8 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# John Humphrys , 2018
+# John Humphrys , 2018-2019
 # John Humphrys , 2018
 # Michael Findlay , 2013-2015
 # Michael Findlay , 2016
@@ -11,9 +11,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfdesktop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-12-31 00:31+0100\n"
-"PO-Revision-Date: 2018-12-30 23:32+\n"
-"Last-Translator: Xfce Bot \n"
+"POT-Creation-Date: 2019-05-20 00:33+0200\n"
+"PO-Revision-Date: 2019-05-29 10:43+\n"
+"Last-Translator: John Humphrys \n"
 "Language-Team: English (Australia) 
(http://www.transifex.com/xfce/xfdesktop/language/en_AU/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -21,8 +21,8 @@ msgstr ""
 "Language: en_AU\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../settings/main.c:419 ../src/xfdesktop-special-file-icon.c:295
-#: ../src/xfdesktop-special-file-icon.c:481
+#: ../settings/main.c:419 ../src/xfdesktop-special-file-icon.c:292
+#: ../src/xfdesktop-special-file-icon.c:478
 msgid "Home"
 msgstr "Home"
 
@@ -30,7 +30,7 @@ msgstr "Home"
 msgid "Filesystem"
 msgstr "Filesystem"
 
-#: ../settings/main.c:423 ../src/xfdesktop-special-file-icon.c:299
+#: ../settings/main.c:423 ../src/xfdesktop-special-file-icon.c:296
 msgid "Trash"
 msgstr "Rubbish"
 
@@ -59,94 +59,94 @@ msgid ""
 "Size: %s"
 msgstr "%s\nType: %s\nSize: %s"
 
-#: ../settings/main.c:736
+#: ../settings/main.c:732
 #, c-format
 msgid "Wallpaper for Monitor %d (%s)"
 msgstr "Wallpaper for Monitor %d (%s)"
 
-#: ../settings/main.c:739
+#: ../settings/main.c:735
 #, c-format
 msgid "Wallpaper for Monitor %d"
 msgstr "Wallpaper for Monitor %d"
 
-#: ../settings/main.c:745
+#: ../settings/main.c:741
 msgid "Move this dialog to the display you want to edit the settings for."
 msgstr "Move this dialogue to the display you want to edit the settings for."
 
-#: ../settings/main.c:752
+#: ../settings/main.c:748
 #, c-format
 msgid "Wallpaper for %s on Monitor %d (%s)"
 msgstr "Wallpaper for %s on Monitor %d (%s)"
 
-#: ../settings/main.c:756
+#: ../settings/main.c:752
 #, c-format
 msgid "Wallpaper for %s on Monitor %d"
 msgstr "Wallpaper for %s on Monitor %d"
 
-#: ../settings/main.c:763
+#: ../settings/main.c:759
 msgid ""
 "Move this dialog to the display and workspace you want to edit the settings "
 "for."
 msgstr "Move this dialogue to the display and workspace you want to edit the 
settings for."
 
 #. Single monitor and single workspace
-#: ../settings/main.c:771
+#: ../settings/main.c:767
 #, c-format
 msgid "Wallpaper for my desktop"
 msgstr "Wallpaper for my desktop"
 
 #. Single monitor and per workspace wallpaper
-#: ../settings/main.c:777
+#: ../settings/main.c:773
 #, c-format
 msgid "Wallpaper for %s"
 msgstr "Wallpaper for %s"
 
-#: ../settings/main.c:782
+#: ../settings/main.c:778
 msgid "Move this dialog to the workspace you want to edit the settings for."
 msgstr "Move this dialogue to the workspace you want to edit the settings for."
 
-#: ../settings/main.c:1202
+#: ../settings/main.c:1198
 msgid "Image selection is unavailable while the image style is set to None."
 msgstr "Image selection is unavailable while the image style is set to None."
 
-#: ../settings/main.c:1587 ../settings/main.c:1592
+#: ../settings/main.c:1575
 msgid "Spanning screens"
 msgstr "Spanning screens"
 
-#. TRANSLATORS: Please split the message in half '\n' so the dialog will not
-#. be too wide.
-#: ../settings/main.c:1760
+#. TRANSLATORS: Please split the message in half with '\n' so the dialog will
+#. not be too wide.
+#: ../settings/main.c:1743
 msgid ""
 "Would you like to arrange all existing\n"
 "icons according to the selected orientation?"
-msgstr ""
+msgstr "Would you like to arrange all existing\nicons according to the 
selected orientation?"
 
-#: ../settings/main.c:1766
+#: ../settings/main.c:1749
 msgid "Arrange icons"
-msgstr ""
+msgstr "Arrange icons"
 
 #. printf is to be translator-friendly
-#: ../settings/main.c:1774 ../src/xfdesktop-file-icon-manager.c:796
-#: ../src/xfdesktop-file-icon-manager.c:1345
+#: ../settings/main.c:1757 ../src/xfdesktop-file-icon-manager.c:796
+#: ../src/xfdesktop-fi

[Xfce4-commits] [xfce/xfdesktop] branch master updated (be04da8 -> 382059a)

2019-05-29 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  be04da8   I18n: Update translation it (100%).
   new  382059a   I18n: Update translation en_AU (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/en_AU.po | 226 +++-
 1 file changed, 115 insertions(+), 111 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-cpugraph-plugin] 01/01: I18n: Update translation sq (97%).

2019-05-29 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-cpugraph-plugin.

commit 9eda4edda9d5a948878f1e015e039367d2827fc7
Author: Besnik 
Date:   Wed May 29 18:33:50 2019 +0200

I18n: Update translation sq (97%).

36 translated messages, 1 untranslated message.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/sq.po | 77 
 1 file changed, 39 insertions(+), 38 deletions(-)

diff --git a/po/sq.po b/po/sq.po
index 1d6eaea..df38a4c 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -4,13 +4,14 @@
 # 
 # Translators:
 # Besnik , 2007
+# Besnik , 2019
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-07-03 20:54+0200\n"
-"PO-Revision-Date: 2017-09-19 18:06+\n"
-"Last-Translator: Nick Schermer \n"
+"POT-Creation-Date: 2019-05-29 06:31+0200\n"
+"PO-Revision-Date: 2019-05-29 11:48+\n"
+"Last-Translator: Besnik \n"
 "Language-Team: Albanian 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/sq/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -18,22 +19,22 @@ msgstr ""
 "Language: sq\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../panel-plugin/cpu.c:153 ../panel-plugin/cpugraph.desktop.in.h:2
+#: ../panel-plugin/cpu.c:132 ../panel-plugin/cpugraph.desktop.in.h:2
 msgid "Graphical representation of the CPU load"
 msgstr "Paraqitje grafike e ngarkesës së CPU-së"
 
-#: ../panel-plugin/cpu.c:155
-msgid "Copyright (c) 2003-2012\n"
-msgstr ""
+#: ../panel-plugin/cpu.c:134
+msgid "Copyright (c) 2003-2019\n"
+msgstr "Të drejta kopjimi (c) 2003-2019\n"
 
-#: ../panel-plugin/cpu.c:368
+#: ../panel-plugin/cpu.c:342
 #, c-format
 msgid "Usage: %u%%"
-msgstr ""
+msgstr "Përdorim: %u%%"
 
 #: ../panel-plugin/properties.c:80
 msgid "CPU Graph Properties"
-msgstr ""
+msgstr "Veti grafiku CPU-je"
 
 #: ../panel-plugin/properties.c:98
 msgid "Use non-linear time-scale"
@@ -45,21 +46,21 @@ msgstr "Shfaq kornizë"
 
 #: ../panel-plugin/properties.c:100
 msgid "Show border"
-msgstr ""
+msgstr "Shfaq anë"
 
 #: ../panel-plugin/properties.c:101
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Shfaq shtyllë përdorimi të tanishëm"
+msgstr[1] "Shfaq shtylla përdorimi të tanishëm"
 
 #: ../panel-plugin/properties.c:103
 msgid "Run in terminal"
-msgstr ""
+msgstr "Xhiroje në terminal"
 
 #: ../panel-plugin/properties.c:104
 msgid "Use startup notification"
-msgstr ""
+msgstr "Përdor njoftim nisjeje"
 
 #: ../panel-plugin/properties.c:107
 msgid "Color 1:"
@@ -79,7 +80,7 @@ msgstr "Sfond:"
 
 #: ../panel-plugin/properties.c:114
 msgid "Bars color:"
-msgstr ""
+msgstr "Ngjyrë shtyllash:"
 
 #: ../panel-plugin/properties.c:119
 msgid "Appearance"
@@ -89,79 +90,79 @@ msgstr "Dukje"
 msgid "Advanced"
 msgstr "Të mëtejshme"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Më i shpejti (~250ms)"
 
-#: ../panel-plugin/properties.c:198
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "I shpejtë (~500ms)"
 
-#: ../panel-plugin/properties.c:199
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Normal (~750ms)"
 
-#: ../panel-plugin/properties.c:200
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "I ngadaltë (~1s)"
 
-#: ../panel-plugin/properties.c:204
+#: ../panel-plugin/properties.c:206
 msgid "Update Interval:"
 msgstr "Interval Përditësimi: "
 
-#: ../panel-plugin/properties.c:212
+#: ../panel-plugin/properties.c:214
 msgid "All"
-msgstr ""
+msgstr "Krejt"
 
-#: ../panel-plugin/properties.c:217
+#: ../panel-plugin/properties.c:219
 msgid "Tracked Core:"
 msgstr ""
 
-#: ../panel-plugin/properties.c:228
+#: ../panel-plugin/properties.c:230
 msgid "Width:"
 msgstr "Gjerësi:"
 
-#: ../panel-plugin/properties.c:230
+#: ../panel-plugin/properties.c:232
 msgid "Height:"
 msgstr "Lartësi:"
 
-#: ../panel-plugin/properties.c:244
+#: ../panel-plugin/properties.c:246
 msgid "Associated command:"
 msgstr "Urdhër përshoqërues:"
 
-#: ../panel-plugin/properties.c:268
+#: ../panel-plugin/properties.c:270
 msgid "Normal"
 msgstr "Normal"
 
-#: ../panel-plugin/properties.c:269
+#: ../panel-plugin/properties.c:271
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:270
+#: ../panel-plugin/properties.c:272
 msgid "No history"
 msgstr "Pa historik"
 
-#: ../panel-plugin/properties.c:271
+#: ../panel-plugin/properties.c:273
 msgid "Grid"
-msgstr ""
+msgstr "Rrjetë"
 
-#: ../panel-plugin/properties.c:275
+#: ../panel-plugin/properties.c:277
 msgid "Mode:"
 msgstr "Mënyrë:"
 
-#: ../panel-plugin/properties.c:280
+#: ../panel-plugin/properties.c:282
 msgid "Solid"
-m

[Xfce4-commits] [panel-plugins/xfce4-mpc-plugin] branch master updated (1cae2d9 -> 5ccef65)

2019-05-29 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  1cae2d9   I18n: Update translation da (100%).
   new  5ccef65   I18n: Update translation en_AU (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/en_AU.po | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

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


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

2019-05-29 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 5ccef654b53bc06b086731685505dd5bede6e938
Author: John Humphrys 
Date:   Wed May 29 18:34:19 2019 +0200

I18n: Update translation en_AU (100%).

24 translated messages.

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

diff --git a/po/en_AU.po b/po/en_AU.po
index ec84368..fc7ef4b 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -3,6 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# John Humphrys , 2019
 # John Humphrys , 2018
 # Michael Findlay , 2013,2015
 # Michael Findlay , 2016
@@ -11,8 +12,8 @@ msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-12-09 00:31+0100\n"
-"PO-Revision-Date: 2018-12-08 23:31+\n"
-"Last-Translator: Xfce Bot \n"
+"PO-Revision-Date: 2019-05-29 10:36+\n"
+"Last-Translator: John Humphrys \n"
 "Language-Team: English (Australia) 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/en_AU/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -111,7 +112,7 @@ msgstr "A simple panel-plugin client for Music Player 
Daemon"
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:821
 msgid "Copyright (c) 2006-2018 Landry Breuil\n"
-msgstr ""
+msgstr "Copyright (c) 2006-2018 Landry Breuil\n"
 
 #: ../panel-plugin/xfce4-mpc-plugin.desktop.in.h:1
 msgid "MPD Client Plugin"

-- 
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-diskperf-plugin] branch master updated (5ce586a -> 7235408)

2019-05-29 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-diskperf-plugin.

  from  5ce586a   I18n: Update translation th (100%).
   new  7235408   I18n: Update translation en_AU (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/en_AU.po | 85 +++--
 1 file changed, 43 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-diskperf-plugin] 01/01: I18n: Update translation en_AU (100%).

2019-05-29 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-diskperf-plugin.

commit 72354085b7745dbc38d2f6ba8bf0cf2a93c6a7aa
Author: John Humphrys 
Date:   Wed May 29 18:33:58 2019 +0200

I18n: Update translation en_AU (100%).

37 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/en_AU.po | 85 +++--
 1 file changed, 43 insertions(+), 42 deletions(-)

diff --git a/po/en_AU.po b/po/en_AU.po
index 5c8e338..3755a71 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -3,14 +3,15 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# John Humphrys , 2019
 # Michael Findlay , 2013
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-28 18:31+0200\n"
-"PO-Revision-Date: 2017-09-19 18:33+\n"
-"Last-Translator: Xfce Bot \n"
+"POT-Creation-Date: 2019-05-17 00:35+0200\n"
+"PO-Revision-Date: 2019-05-29 10:35+\n"
+"Last-Translator: John Humphrys \n"
 "Language-Team: English (Australia) 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/en_AU/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -18,125 +19,125 @@ msgstr ""
 "Language: en_AU\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../panel-plugin/config_gui.c:99
+#: ../panel-plugin/config_gui.c:102
 msgid "Device"
 msgstr "Device"
 
-#: ../panel-plugin/config_gui.c:109
+#: ../panel-plugin/config_gui.c:116
 msgid "Input the device name, then press "
 msgstr "Input the device name, then press "
 
-#: ../panel-plugin/config_gui.c:111
+#: ../panel-plugin/config_gui.c:118
 msgid "/dev/sda1"
 msgstr "/dev/sda1"
 
-#: ../panel-plugin/config_gui.c:126
+#: ../panel-plugin/config_gui.c:132
 msgid "Data collection period"
 msgstr "Data collection period"
 
-#: ../panel-plugin/config_gui.c:129
+#: ../panel-plugin/config_gui.c:135
 msgid "Update interval (s) "
 msgstr "Update interval (s) "
 
-#: ../panel-plugin/config_gui.c:135
+#: ../panel-plugin/config_gui.c:141
 msgid "Label"
 msgstr "Label"
 
-#: ../panel-plugin/config_gui.c:138
+#: ../panel-plugin/config_gui.c:144
 msgid "Tick to display label"
 msgstr "Tick to display label"
 
-#: ../panel-plugin/config_gui.c:144
+#: ../panel-plugin/config_gui.c:150
 msgid "Input the label, then press "
 msgstr "Input the label, then press "
 
-#: ../panel-plugin/config_gui.c:146
+#: ../panel-plugin/config_gui.c:152
 msgid "hda1"
 msgstr "hda1"
 
-#: ../panel-plugin/config_gui.c:156
-msgid "Monitor"
-msgstr "Monitor"
+#: ../panel-plugin/config_gui.c:160
+msgid "Monitor"
+msgstr "Monitor"
 
-#: ../panel-plugin/config_gui.c:161
+#: ../panel-plugin/config_gui.c:166
 msgid "I/O transfer"
 msgstr "I/O transfer"
 
-#: ../panel-plugin/config_gui.c:164
+#: ../panel-plugin/config_gui.c:169
 msgid "MiB transferred / second"
 msgstr "MiB transferred / second"
 
-#: ../panel-plugin/config_gui.c:169
+#: ../panel-plugin/config_gui.c:174
 msgid "Busy time"
 msgstr "Busy time"
 
-#: ../panel-plugin/config_gui.c:173
+#: ../panel-plugin/config_gui.c:178
 msgid "Percentage of time the device is busy"
 msgstr "Percentage of time the device is busy"
 
-#: ../panel-plugin/config_gui.c:183
+#: ../panel-plugin/config_gui.c:188
 msgid "Max. I/O rate (MiB/s) "
 msgstr "Max. I/O rate (MiB/s) "
 
-#: ../panel-plugin/config_gui.c:193
+#: ../panel-plugin/config_gui.c:202
 msgid "Input the maximum I/O transfer rate of the device, then press "
 msgstr "Input the maximum I/O transfer rate of the device, then press "
 
-#: ../panel-plugin/config_gui.c:195
+#: ../panel-plugin/config_gui.c:204
 msgid "35"
 msgstr "35"
 
-#: ../panel-plugin/config_gui.c:202
+#: ../panel-plugin/config_gui.c:213
 msgid "Combine Read/Write data"
 msgstr "Combine Read/Write data"
 
-#: ../panel-plugin/config_gui.c:206
+#: ../panel-plugin/config_gui.c:217
 msgid "Combine Read/Write data into one single monitor?"
 msgstr "Combine Read/Write data into one single monitor?"
 
-#: ../panel-plugin/config_gui.c:214
+#: ../panel-plugin/config_gui.c:225
 msgid "Bar color "
 msgstr "Bar colour "
 
-#: ../panel-plugin/config_gui.c:223 ../panel-plugin/config_gui.c:281
-#: ../panel-plugin/config_gui.c:287
+#: ../panel-plugin/config_gui.c:237 ../panel-plugin/config_gui.c:294
+#: ../panel-plugin/config_gui.c:300
 msgid "Press to change color"
 msgstr "Press to change colour"
 
-#: ../panel-plugin/config_gui.c:232
+#: ../panel-plugin/config_gui.c:246
 msgid "Read bar color "
 msgstr "Read bar colour "
 
-#: ../panel-plugin/config_gui.c:238
+#: ../panel-plugin/config_gui.c:255
 msgid "Write bar color "
 msgstr "Write bar colour "
 
-#: ../panel-plugin/config_gui.c:244
+#: ../panel-plugin/config_gui.c:262
 msgid "Bar order"
 msgst

[Xfce4-commits] [apps/xfmpc] branch master updated (0bccaf2 -> 6e1be34)

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

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

  from  0bccaf2   I18n: Update translation th (100%).
   new  6e1be34   I18n: Update translation en_AU (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/en_AU.po | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

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


[Xfce4-commits] [panel-plugins/xfce4-calculator-plugin] branch master updated (ce1ff94 -> 3e46e5d)

2019-05-29 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-calculator-plugin.

  from  ce1ff94   I18n: Add new translation is (100%).
   new  3e46e5d   I18n: Add new translation en_AU (100%).

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


Summary of changes:
 po/{pt.po => en_AU.po} | 38 +++---
 1 file changed, 19 insertions(+), 19 deletions(-)
 copy po/{pt.po => en_AU.po} (71%)

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

2019-05-29 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-taskmanager.

commit 1d417a7970a436af54418dd20303eae9265c2cdd
Author: John Humphrys 
Date:   Wed May 29 18:33:08 2019 +0200

I18n: Update translation en_AU (100%).

88 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/en_AU.po | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/po/en_AU.po b/po/en_AU.po
index cf19272..fc6ce54 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -3,6 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# John Humphrys , 2019
 # John Humphrys , 2018
 # Michael Findlay , 2013,2015
 msgid ""
@@ -10,8 +11,8 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-04-25 00:32+0200\n"
-"PO-Revision-Date: 2019-04-24 22:32+\n"
-"Last-Translator: Xfce Bot \n"
+"PO-Revision-Date: 2019-05-29 10:41+\n"
+"Last-Translator: John Humphrys \n"
 "Language-Team: English (Australia) 
(http://www.transifex.com/xfce/xfce-apps/language/en_AU/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -268,17 +269,17 @@ msgstr "Warning, you are using the root account, you may 
harm your system."
 #: ../src/process-window-gtk3.ui.h:3
 msgid ""
 " Starting task"
-msgstr ""
+msgstr " Starting 
task"
 
 #: ../src/process-window-gtk3.ui.h:4
 msgid ""
 " Changing task"
-msgstr ""
+msgstr " Changing 
task"
 
 #: ../src/process-window-gtk3.ui.h:5
 msgid ""
 " Terminating task"
-msgstr ""
+msgstr " 
Terminating task"
 
 #: ../src/settings.c:389
 msgid "Default"
@@ -399,7 +400,7 @@ msgstr "Private Bytes"
 
 #: ../src/settings-tool-button.c:186
 msgid "Show Legend"
-msgstr ""
+msgstr "Show Legend"
 
 #: ../src/task-manager.c:245
 #, c-format

-- 
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-calculator-plugin] 01/01: I18n: Add new translation en_AU (100%).

2019-05-29 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-calculator-plugin.

commit 3e46e5d3786dd3f931e22fc88d0e10f2c4ec8a7d
Author: John Humphrys 
Date:   Wed May 29 18:33:39 2019 +0200

I18n: Add new translation en_AU (100%).

15 translated messages.

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

diff --git a/po/en_AU.po b/po/en_AU.po
new file mode 100644
index 000..ac4b0d8
--- /dev/null
+++ b/po/en_AU.po
@@ -0,0 +1,85 @@
+# 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:
+# Michael Findlay , 2019
+# John Humphrys , 2019
+# 
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-01-14 18:35+0100\n"
+"PO-Revision-Date: 2019-01-14 12:47+\n"
+"Last-Translator: John Humphrys , 2019\n"
+"Language-Team: English (Australia) 
(https://www.transifex.com/xfce/teams/16840/en_AU/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: en_AU\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../panel-plugin/calculator.c:151
+#, c-format
+msgid "Calculator error: %s"
+msgstr "Calculator error: %s"
+
+#: ../panel-plugin/calculator.c:227
+msgid " Calc:"
+msgstr " Calc:"
+
+#: ../panel-plugin/calculator.c:399
+msgid "Calculator Plugin"
+msgstr "Calculator Plugin"
+
+#: ../panel-plugin/calculator.c:402
+msgid "_Close"
+msgstr "_Close"
+
+#: ../panel-plugin/calculator.c:416
+msgid "Appearance"
+msgstr "Appearance"
+
+#: ../panel-plugin/calculator.c:426
+msgid "Width (in chars):"
+msgstr "Width (in chars):"
+
+#: ../panel-plugin/calculator.c:438
+msgid "History"
+msgstr "History"
+
+#: ../panel-plugin/calculator.c:448
+msgid "Size:"
+msgstr "Size:"
+
+#: ../panel-plugin/calculator.c:474
+msgid "Calculator for Xfce panel"
+msgstr "Calculator for Xfce panel"
+
+#: ../panel-plugin/calculator.c:476
+msgid "Copyright (c) 2003-2019\n"
+msgstr "Copyright (c) 2003-2019\n"
+
+#: ../panel-plugin/calculator.c:526
+msgid "Trigonometrics use degrees"
+msgstr "Trigonometrics use degrees"
+
+#: ../panel-plugin/calculator.c:529
+msgid "Trigonometrics use radians"
+msgstr "Trigonometrics use radians"
+
+#. Add checkbox to enable hexadecimal output
+#: ../panel-plugin/calculator.c:549
+msgid "Hexadecimal output"
+msgstr "Hexadecimal output"
+
+#: ../panel-plugin/calculator.desktop.in.h:1
+msgid "Calculator"
+msgstr "Calculator"
+
+#: ../panel-plugin/calculator.desktop.in.h:2
+msgid "Calculator plugin for the Xfce panel"
+msgstr "Calculator plugin for the 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] [apps/xfce4-terminal] branch master updated (d1a6a4c -> d32fcad)

2019-05-29 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  d1a6a4c   I18n: Update translation da (100%).
   new  d32fcad   I18n: Update translation en_AU (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/en_AU.po | 24 
 1 file changed, 12 insertions(+), 12 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/xfmpc] 01/01: I18n: Update translation en_AU (100%).

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

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

commit 6e1be345e80fc1b682e6f50ef03d70a4b8d4ec6b
Author: John Humphrys 
Date:   Wed May 29 18:33:30 2019 +0200

I18n: Update translation en_AU (100%).

78 translated messages.

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

diff --git a/po/en_AU.po b/po/en_AU.po
index cdc0aad..ef7ec60 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -3,14 +3,15 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# John Humphrys , 2019
 # Michael Findlay , 2013
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-02-24 00:31+0100\n"
-"PO-Revision-Date: 2019-02-23 23:31+\n"
-"Last-Translator: Michael Findlay \n"
+"PO-Revision-Date: 2019-05-29 10:40+\n"
+"Last-Translator: John Humphrys \n"
 "Language-Team: English (Australia) 
(http://www.transifex.com/xfce/xfce-apps/language/en_AU/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -123,7 +124,7 @@ msgstr "Remove"
 
 #: ../src/playlist.vala:114
 msgid "Info"
-msgstr ""
+msgstr "Info"
 
 #: ../src/preferences-dialog.vala:45
 msgid "Xfmpc Preferences"
@@ -165,7 +166,7 @@ msgstr "Password:"
 
 #: ../src/preferences-dialog.vala:105
 msgid "Apply"
-msgstr ""
+msgstr "Apply"
 
 #: ../src/preferences-dialog.vala:112
 msgid "Appearance"

-- 
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-cpugraph-plugin] branch master updated (fed99f6 -> 9eda4ed)

2019-05-29 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-cpugraph-plugin.

  from  fed99f6   Updates for release
   new  9eda4ed   I18n: Update translation sq (97%).

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/sq.po | 77 
 1 file changed, 39 insertions(+), 38 deletions(-)

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


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

2019-05-29 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 d32fcad845252d682bd66853ece58a022df98c93
Author: John Humphrys 
Date:   Wed May 29 18:33:21 2019 +0200

I18n: Update translation en_AU (100%).

402 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/en_AU.po | 24 
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/po/en_AU.po b/po/en_AU.po
index 68d7d53..25c8960 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# John Humphrys , 2018
+# John Humphrys , 2018-2019
 # John Humphrys , 2018
 # Michael Findlay , 2013-2014
 # Michael Findlay , 2016
@@ -12,8 +12,8 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-03-21 18:31+0100\n"
-"PO-Revision-Date: 2019-03-21 17:31+\n"
-"Last-Translator: Xfce Bot \n"
+"PO-Revision-Date: 2019-05-29 10:40+\n"
+"Last-Translator: John Humphrys \n"
 "Language-Team: English (Australia) 
(http://www.transifex.com/xfce/xfce-apps/language/en_AU/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -461,7 +461,7 @@ msgstr "Do _not ask me again"
 
 #: ../terminal/terminal-screen.c:1787
 msgid "Warning: Unsafe Paste"
-msgstr ""
+msgstr "Warning: Unsafe Paste"
 
 #: ../terminal/terminal-screen.c:1789 ../terminal/terminal-window.c:865
 #: ../terminal/terminal-window.c:2438
@@ -476,7 +476,7 @@ msgstr "_Paste"
 msgid ""
 "Pasting this text to the terminal may be dangerous as it looks like\n"
 "some commands may be executed, potentially involving root access ('sudo')."
-msgstr ""
+msgstr "Pasting this text to the terminal may be dangerous as it looks 
like\nsome commands may be executed, potentially involving root access 
('sudo')."
 
 #: ../terminal/terminal-screen.c:1868 ../terminal/terminal-screen.c:1952
 #: ../terminal/terminal-screen.c:1990
@@ -776,11 +776,11 @@ msgstr "Switch to next tab"
 
 #: ../terminal/terminal-window.c:369
 msgid "Last _Active Tab"
-msgstr ""
+msgstr "Last _Active Tab"
 
 #: ../terminal/terminal-window.c:369
 msgid "Switch to last active tab"
-msgstr ""
+msgstr "Switch to last active tab"
 
 #: ../terminal/terminal-window.c:370
 msgid "Move Tab _Left"
@@ -1208,17 +1208,17 @@ msgstr "Automatically _copy selection to clipboard"
 
 #: ../terminal/terminal-preferences.glade.h:58
 msgid "Show unsafe _paste dialog"
-msgstr ""
+msgstr "Show unsafe _paste dialog"
 
 #: ../terminal/terminal-preferences.glade.h:59
 msgid ""
 "Show a dialog that allows to edit text that is considered unsafe for "
 "pasting."
-msgstr ""
+msgstr "Show a dialog that allows to edit text that is considered unsafe for 
pasting."
 
 #: ../terminal/terminal-preferences.glade.h:60
 msgid "Clipboard"
-msgstr ""
+msgstr "Clipboard"
 
 #: ../terminal/terminal-preferences.glade.h:61
 msgid "_General"
@@ -1274,7 +1274,7 @@ msgstr "ms"
 msgid ""
 "Opacity setting is not available since compositing is either disabled\n"
 "or not supported by your Window Manager."
-msgstr ""
+msgstr "Opacity setting is not available since compositing is either 
disabled\nor not supported by your Window Manager."
 
 #: ../terminal/terminal-preferences.glade.h:76
 msgid "Show window _borders"
@@ -1490,7 +1490,7 @@ msgstr "Choose tab activity colour"
 
 #: ../terminal/terminal-preferences.glade.h:127
 msgid "_Use system theme colors for text and background"
-msgstr ""
+msgstr "_Use system theme colours for text and background"
 
 #: ../terminal/terminal-preferences.glade.h:128
 msgid "_Vary the background color for each tab"

-- 
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-taskmanager] branch master updated (d7f91b2 -> 1d417a7)

2019-05-29 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-taskmanager.

  from  d7f91b2   I18n: Update translation th (100%).
   new  1d417a7   I18n: Update translation en_AU (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/en_AU.po | 13 +++--
 1 file changed, 7 insertions(+), 6 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-screensaver] 01/02: I18n: Update translation da (100%).

2019-05-29 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-screensaver.

commit 1fb4f818625eecbb408560ab0dbe9f1b50b9c337
Author: Anonymous 
Date:   Wed May 29 18:32:51 2019 +0200

I18n: Update translation da (100%).

151 translated messages.

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

diff --git a/po/da.po b/po/da.po
index bcd8043..c8e0b89 100644
--- a/po/da.po
+++ b/po/da.po
@@ -81,12 +81,12 @@ msgstr "billede - svæver billeder rundt på skærmen"
 #: ../savers/floaters.c:1124 ../savers/popsquares.c:49
 #, c-format
 msgid "%s. See --help for usage information.\n"
-msgstr "%s. Se --help for information om anvendelse.\n"
+msgstr "%s. Se --help for anvendelsesinformation.\n"
 
 #: ../savers/floaters.c:1132
 #, c-format
 msgid "You must specify one image.  See --help for usage information.\n"
-msgstr "Du skal angive et billede. Se --help for information om anvendelse.\n"
+msgstr "Du skal angive et billede. Se --help for anvendelsesinformation.\n"
 
 #: ../savers/slideshow.c:53
 msgid "Location to get images from"

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


[Xfce4-commits] [apps/xfce4-screenshooter] branch master updated (fd9ddad -> 354c749)

2019-05-29 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  fd9ddad   I18n: Update translation th (100%).
   new  354c749   I18n: Update translation en_AU (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/en_AU.po | 37 +++--
 1 file changed, 19 insertions(+), 18 deletions(-)

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


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

2019-05-29 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 354c7497d3176147391091b7738cb064095acbc2
Author: John Humphrys 
Date:   Wed May 29 18:32:58 2019 +0200

I18n: Update translation en_AU (100%).

76 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/en_AU.po | 37 +++--
 1 file changed, 19 insertions(+), 18 deletions(-)

diff --git a/po/en_AU.po b/po/en_AU.po
index 6c54bbb..5da8701 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -3,6 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# John Humphrys , 2019
 # John Humphrys , 2018
 # Michael Findlay , 2013-2015
 # Michael Findlay , 2015
@@ -11,8 +12,8 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-04-07 00:31+0200\n"
-"PO-Revision-Date: 2019-04-06 22:31+\n"
-"Last-Translator: Michael Findlay \n"
+"PO-Revision-Date: 2019-05-29 10:41+\n"
+"Last-Translator: John Humphrys \n"
 "Language-Team: English (Australia) 
(http://www.transifex.com/xfce/xfce-apps/language/en_AU/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -181,7 +182,7 @@ msgstr "Imgur"
 
 #: ../lib/screenshooter-imgur-dialog.c:133
 msgid "Your uploaded image"
-msgstr ""
+msgstr "Your uploaded image"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:1
 msgid "Size"
@@ -189,19 +190,19 @@ msgstr "Size"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:2
 msgid "Link"
-msgstr ""
+msgstr "Link"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:3
 msgid "Tiny"
-msgstr ""
+msgstr "Tiny"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:4
 msgid "Medium"
-msgstr ""
+msgstr "Medium"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:5
 msgid "Full"
-msgstr ""
+msgstr "Full"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:6
 msgid "Copy"
@@ -209,7 +210,7 @@ msgstr "Copy"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:7
 msgid "View in browser"
-msgstr ""
+msgstr "View in browser"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:8
 msgid "Image"
@@ -217,7 +218,7 @@ msgstr "Image"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:9
 msgid "Syntax"
-msgstr ""
+msgstr "Syntax"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:10
 msgid "HTML"
@@ -225,15 +226,15 @@ msgstr "HTML"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:11
 msgid "Markdown"
-msgstr ""
+msgstr "Markdown"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:12
 msgid "BBCODE"
-msgstr ""
+msgstr "BBCODE"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:13
 msgid "Code"
-msgstr ""
+msgstr "Code"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:14
 msgid "Type"
@@ -241,15 +242,15 @@ msgstr "Type"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:15
 msgid "Direct image"
-msgstr ""
+msgstr "Direct image"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:16
 msgid "Link to full size"
-msgstr ""
+msgstr "Link to full size"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:17
 msgid "Embed into code"
-msgstr ""
+msgstr "Embed into code"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:18
 msgid "Delete"
@@ -260,11 +261,11 @@ msgid ""
 "This link only shows up once. Make sure to save it if you think you might be"
 " deleting this image. We don't currently support linking images to Imgur "
 "accounts."
-msgstr ""
+msgstr "This link only shows up once. Make sure to save it if you think you 
might be deleting this image. We don't currently support linking images to 
Imgur accounts."
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:20
 msgid "Deletion link"
-msgstr ""
+msgstr "Deletion link"
 
 #: ../lib/screenshooter-job-callbacks.c:73
 msgid "Status"
@@ -330,7 +331,7 @@ msgstr "Display the mouse on the screenshot"
 
 #: ../src/main.c:81
 msgid "File path or directory where the screenshot will be saved"
-msgstr ""
+msgstr "File path or directory where the screenshot will be saved"
 
 #: ../src/main.c:91
 msgid "Version information"

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

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

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

commit c45ae37b267d911eee82bbb6abc8506913969b6d
Author: Anonymous 
Date:   Wed May 29 18:32:14 2019 +0200

I18n: Update translation da (100%).

1030 translated messages.

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

diff --git a/po/da.po b/po/da.po
index 95f02b5..672fb8f 100644
--- a/po/da.po
+++ b/po/da.po
@@ -14,7 +14,7 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-09-23 12:30+0200\n"
-"PO-Revision-Date: 2019-05-26 14:57+\n"
+"PO-Revision-Date: 2019-05-29 11:49+\n"
 "Last-Translator: scootergrisen\n"
 "Language-Team: Danish 
(http://www.transifex.com/xfce/xfce-apps/language/da/)\n"
 "MIME-Version: 1.0\n"
@@ -4433,7 +4433,7 @@ msgstr "Orage-præferencer"
 
 #: ../plugin/xfce-xfcalendar-settings.desktop.in.h:2
 msgid "Settings for the Xfce 4 Calendar Application (Orage)"
-msgstr "Indstillinger til Xfce 4's kalenderprogram (Orage)"
+msgstr "Indstillinger for Xfce 4's kalenderprogram (Orage)"
 
 #: ../plugin/xfce-xfcalendar-settings.desktop.in.h:3
 msgid "Orage Calendar Preferences"

-- 
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-screensaver] branch master updated (d06edc3 -> 66d9cab)

2019-05-29 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-screensaver.

  from  d06edc3   I18n: Update translation da (100%).
   new  1fb4f81   I18n: Update translation da (100%).
   new  66d9cab   I18n: Update translation en_AU (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/da.po| 4 ++--
 po/en_AU.po | 6 +++---
 2 files 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] [apps/xfce4-screensaver] 02/02: I18n: Update translation en_AU (100%).

2019-05-29 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-screensaver.

commit 66d9cab3cd722b5adef18e4e82807c62377f1941
Author: John Humphrys 
Date:   Wed May 29 18:32:51 2019 +0200

I18n: Update translation en_AU (100%).

151 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/en_AU.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/po/en_AU.po b/po/en_AU.po
index 49bd792..7ae4d57 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -6,7 +6,7 @@
 # Translators:
 # Michael Findlay , 2018
 # Xfce Bot , 2018
-# John Humphrys , 2018
+# John Humphrys , 2019
 # 
 #, fuzzy
 msgid ""
@@ -15,7 +15,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-03-15 06:31+0100\n"
 "PO-Revision-Date: 2018-10-16 16:27+\n"
-"Last-Translator: John Humphrys , 2018\n"
+"Last-Translator: John Humphrys , 2019\n"
 "Language-Team: English (Australia) 
(https://www.transifex.com/xfce/teams/16840/en_AU/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -639,7 +639,7 @@ msgstr "User Switching"
 
 #: ../src/xfce4-screensaver-preferences.ui.h:29
 msgid "Lock Screen with System Sleep"
-msgstr ""
+msgstr "Lock Screen with System Sleep"
 
 #: ../src/xfce4-screensaver-preferences.ui.h:30
 msgid "Lock Screen"

-- 
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/orage] branch master updated (b0a8401 -> c45ae37)

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

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

  from  b0a8401   I18n: Update translation da (100%).
   new  c45ae37   I18n: Update translation da (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/da.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] [apps/parole] branch master updated (da443d8 -> 67fdcbb)

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

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

  from  da443d8   I18n: Update translation da (100%).
   new  67fdcbb   I18n: Update translation da (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/da.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] [apps/parole] 01/01: I18n: Update translation da (100%).

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

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

commit 67fdcbb860c70618c6098b4b888203d6d6535c47
Author: Anonymous 
Date:   Wed May 29 18:32:25 2019 +0200

I18n: Update translation da (100%).

301 translated messages.

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

diff --git a/po/da.po b/po/da.po
index 7fb6bcb..f52f045 100644
--- a/po/da.po
+++ b/po/da.po
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-08-25 12:31+0200\n"
-"PO-Revision-Date: 2019-05-28 15:59+\n"
+"PO-Revision-Date: 2019-05-29 11:49+\n"
 "Last-Translator: scootergrisen\n"
 "Language-Team: Danish 
(http://www.transifex.com/xfce/xfce-apps/language/da/)\n"
 "MIME-Version: 1.0\n"
@@ -343,7 +343,7 @@ msgstr "X-vinduessystem (ingen Xv)"
 
 #: ../data/interfaces/parole-settings.ui.h:4
 msgid "Parole Settings"
-msgstr "Indstillinger til parole"
+msgstr "Indstillinger for Parole"
 
 #: ../data/interfaces/parole-settings.ui.h:5
 msgid "Configure your media player"

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

2019-05-29 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 8a2e6b6952e4524dd35e9416d7cd4596779b0505
Author: John Humphrys 
Date:   Wed May 29 18:32:01 2019 +0200

I18n: Update translation en_AU (100%).

310 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/en_AU.po | 413 +++-
 1 file changed, 211 insertions(+), 202 deletions(-)

diff --git a/po/en_AU.po b/po/en_AU.po
index 224c385..133438a 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -3,14 +3,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# John Humphrys , 2018
+# John Humphrys , 2018-2019
 # Michael Findlay , 2013-2014
 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-06-12 11:28+\n"
+"POT-Creation-Date: 2019-05-19 00:30+0200\n"
+"PO-Revision-Date: 2019-05-29 10:38+\n"
 "Last-Translator: John Humphrys \n"
 "Language-Team: English (Australia) 
(http://www.transifex.com/xfce/xfce-apps/language/en_AU/)\n"
 "MIME-Version: 1.0\n"
@@ -19,158 +19,158 @@ msgstr ""
 "Language: en_AU\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../mousepad/main.c:42
+#: ../mousepad/main.c:44
 msgid "Do not register with the D-BUS session message bus"
 msgstr "Do not register with the D-BUS session message bus"
 
-#: ../mousepad/main.c:43
+#: ../mousepad/main.c:45
 msgid "Quit a running Mousepad instance"
 msgstr "Quit a running Mousepad instance"
 
-#: ../mousepad/main.c:45
+#: ../mousepad/main.c:47
 msgid "Print version information and exit"
 msgstr "Print version information and exit"
 
 #. default application name
-#: ../mousepad/main.c:70 ../mousepad.desktop.in.in.h:1
+#: ../mousepad/main.c:72 ../mousepad.desktop.in.in.h:1
 msgid "Mousepad"
 msgstr "Mousepad"
 
 #. initialize gtk+
-#: ../mousepad/main.c:84
+#: ../mousepad/main.c:86
 msgid "[FILES...]"
 msgstr "[FILES...]"
 
 #. no error message, the gui initialization failed
-#: ../mousepad/main.c:90
+#: ../mousepad/main.c:92
 msgid "Failed to open display."
 msgstr "Failed to open display."
 
-#: ../mousepad/main.c:107
+#: ../mousepad/main.c:109
 msgid "The Xfce development team. All rights reserved."
 msgstr "The Xfce development team. All rights reserved."
 
-#: ../mousepad/main.c:108
+#: ../mousepad/main.c:110
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Please report bugs to <%s>."
 
-#: ../mousepad/mousepad-dialogs.c:41
+#: ../mousepad/mousepad-dialogs.c:44
 msgid "Mousepad is a fast text editor for the Xfce Desktop Environment."
 msgstr "Mousepad is a fast text editor for the Xfce Desktop Environment."
 
-#: ../mousepad/mousepad-dialogs.c:46
+#: ../mousepad/mousepad-dialogs.c:49
 msgid "translator-credits"
 msgstr "translator-credits"
 
 #. display an error message to the user
-#: ../mousepad/mousepad-dialogs.c:101
+#: ../mousepad/mousepad-dialogs.c:104
 msgid "Failed to open the documentation browser"
 msgstr "Failed to open the documentation browser"
 
 #. build dialog
-#: ../mousepad/mousepad-dialogs.c:116
+#: ../mousepad/mousepad-dialogs.c:119
 msgid "Select Tab Size"
 msgstr "Select Tab Size"
 
 #. build the dialog
-#: ../mousepad/mousepad-dialogs.c:197
+#: ../mousepad/mousepad-dialogs.c:200
 msgid "Go To"
 msgstr "Go To"
 
-#: ../mousepad/mousepad-dialogs.c:219
+#: ../mousepad/mousepad-dialogs.c:222
 msgid "_Line number:"
 msgstr "_Line number:"
 
-#: ../mousepad/mousepad-dialogs.c:238
+#: ../mousepad/mousepad-dialogs.c:241
 msgid "C_olumn number:"
 msgstr "C_olumn number:"
 
-#: ../mousepad/mousepad-dialogs.c:296
+#: ../mousepad/mousepad-dialogs.c:299
 msgid "Remove all entries from the documents history?"
 msgstr "Remove all entries from the documents history?"
 
-#: ../mousepad/mousepad-dialogs.c:301
+#: ../mousepad/mousepad-dialogs.c:304
 msgid "Clear Documents History"
 msgstr "Clear Documents History"
 
-#: ../mousepad/mousepad-dialogs.c:304
+#: ../mousepad/mousepad-dialogs.c:307
 msgid ""
 "Clearing the documents history will permanently remove all currently listed "
 "entries."
 msgstr "Clearing the documents history will permanently remove all currently 
listed entries."
 
-#: ../mousepad/mousepad-dialogs.c:335
+#: ../mousepad/mousepad-dialogs.c:338
 msgid "Do you want to save the changes before closing?"
 msgstr "Do you want to save the changes before closing?"
 
-#: ../mousepad/mousepad-dialogs.c:336
+#: ../mousepad/mousepad-dialogs.c:339
 msgid "Save Changes"
 msgstr "Save Changes"
 
-#: ../mousepad/mousepad-dialogs.c:337
+#: ../mousepad/mousepad-dialogs.c:340
 msgid "_Don't Save"
 msgstr "_Don't Save"
 
 #. secondary text
-#: ../mousepad/mousepad-dialogs.c:359
+#: ../mousepad/mousepad-dial

[Xfce4-commits] [apps/mousepad] branch master updated (8d43d7b -> 8a2e6b6)

2019-05-29 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  8d43d7b   I18n: Update translation hu (100%).
   new  8a2e6b6   I18n: Update translation en_AU (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/en_AU.po | 413 +++-
 1 file changed, 211 insertions(+), 202 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/catfish] 01/01: I18n: Update translation en_AU (100%).

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

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

commit 7f6b65714c81ed743e5fdb4c45f7c9e7e4b000f0
Author: John Humphrys 
Date:   Wed May 29 18:31:51 2019 +0200

I18n: Update translation en_AU (100%).

118 translated messages.

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

diff --git a/po/en_AU.po b/po/en_AU.po
index 4023137..1aac630 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -5,7 +5,7 @@
 # 
 # Translators:
 # Xfce Bot , 2018
-# John Humphrys , 2018
+# John Humphrys , 2019
 # 
 #, fuzzy
 msgid ""
@@ -14,7 +14,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-03-12 13:50+0100\n"
 "PO-Revision-Date: 2018-06-28 22:08+\n"
-"Last-Translator: John Humphrys , 2018\n"
+"Last-Translator: John Humphrys , 2019\n"
 "Language-Team: English (Australia) 
(https://www.transifex.com/xfce/teams/16840/en_AU/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -176,7 +176,7 @@ msgstr "Select a Directory"
 
 #: ../data/ui/CatfishWindow.ui.h:33
 msgid "Search for files"
-msgstr ""
+msgstr "Search for files"
 
 #: ../data/ui/CatfishWindow.ui.h:34
 msgid "Compact List"
@@ -506,13 +506,15 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:3
 msgid "The main Catfish window displaying image search results"
-msgstr ""
+msgstr "The main Catfish window displaying image search results"
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:4
 msgid ""
 "The main Catfish window displaying available filters and filtered search "
 "results"
 msgstr ""
+"The main Catfish window displaying available filters and filtered search "
+"results"
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
@@ -521,6 +523,10 @@ msgid ""
 "processed. Files can be dragged into other applications. Thumbnails are only"
 " generated when requested by the user."
 msgstr ""
+"This release features improved performance, better desktop integration, and "
+"a number of long-standing bugs. Quoted search strings are now correctly "
+"processed. Files can be dragged into other applications. Thumbnails are only"
+" generated when requested by the user."
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:6
 msgid ""

-- 
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/catfish] branch master updated (d790c69 -> 7f6b657)

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

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

  from  d790c69   I18n: Update translation th (100%).
   new  7f6b657   I18n: Update translation en_AU (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/en_AU.po | 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

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


[Xfce4-commits] [xfce/xfce4-settings] 02/02: I18n: Update translation en_AU (100%).

2019-05-29 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 739012dd6d70b806be88a78a7be759e09e8b45c8
Author: John Humphrys 
Date:   Wed May 29 18:31:36 2019 +0200

I18n: Update translation en_AU (100%).

451 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/en_AU.po | 66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

diff --git a/po/en_AU.po b/po/en_AU.po
index c1d3ab7..71bb3c0 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -12,7 +12,7 @@ msgstr ""
 "Project-Id-Version: Xfce4-settings\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-29 00:31+0200\n"
-"PO-Revision-Date: 2019-05-29 10:31+\n"
+"PO-Revision-Date: 2019-05-29 10:34+\n"
 "Last-Translator: John Humphrys \n"
 "Language-Team: English (Australia) 
(http://www.transifex.com/xfce/xfce4-settings/language/en_AU/)\n"
 "MIME-Version: 1.0\n"
@@ -670,19 +670,19 @@ msgstr "Delete the currently selected profile"
 
 #: ../dialogs/color-settings/color-dialog.glade.h:11
 msgid "Enable"
-msgstr ""
+msgstr "Enable"
 
 #: ../dialogs/color-settings/color-dialog.glade.h:12
 msgid "Enable the selected profile"
-msgstr ""
+msgstr "Enable the selected profile"
 
 #: ../dialogs/color-settings/color-dialog.glade.h:13
 msgid "Add Profile to Device"
-msgstr ""
+msgstr "Add Profile to Device"
 
 #: ../dialogs/color-settings/color-dialog.glade.h:14
 msgid "Add a Color Profile to your Device"
-msgstr ""
+msgstr "Add a Colour Profile to your Device"
 
 #: ../dialogs/color-settings/color-dialog.glade.h:15
 #: ../dialogs/color-settings/main.c:130
@@ -695,19 +695,19 @@ msgstr "_OK"
 
 #: ../dialogs/color-settings/color-dialog.glade.h:17
 msgid "Import color profile files (*.icc)"
-msgstr ""
+msgstr "Import colour profile files (*.icc)"
 
 #. TRANSLATORS: standard spaces are well known colorspaces like
 #. * sRGB, AdobeRGB and ProPhotoRGB
 #: ../dialogs/color-settings/color-profile.c:94
 msgid "Standard Space"
-msgstr ""
+msgstr "Standard Space"
 
 #. TRANSLATORS: test profiles do things like changing the screen
 #. * a different color, or swap the red and green channels
 #: ../dialogs/color-settings/color-profile.c:99
 msgid "Test Profile"
-msgstr ""
+msgstr "Test Profile"
 
 #. TRANSLATORS: automatic profiles are generated automatically
 #. * by the color management system based on manufacturing data,
@@ -724,13 +724,13 @@ msgstr "Automatic"
 #: ../dialogs/color-settings/color-profile.c:115
 msgctxt "Profile quality"
 msgid "Low Quality"
-msgstr ""
+msgstr "Low Quality"
 
 #. TRANSLATORS: the profile quality
 #: ../dialogs/color-settings/color-profile.c:119
 msgctxt "Profile quality"
 msgid "Medium Quality"
-msgstr ""
+msgstr "Medium Quality"
 
 #. TRANSLATORS: the profile quality - high quality profiles take
 #. * a *long* time, and have the best calibration and
@@ -738,42 +738,42 @@ msgstr ""
 #: ../dialogs/color-settings/color-profile.c:125
 msgctxt "Profile quality"
 msgid "High Quality"
-msgstr ""
+msgstr "High Quality"
 
 #. TRANSLATORS: this default RGB space is used for printers that
 #. * do not have additional printer profiles specified in the PPD
 #: ../dialogs/color-settings/color-profile.c:140
 msgctxt "Colorspace fallback"
 msgid "Default RGB"
-msgstr ""
+msgstr "Default RGB"
 
 #. TRANSLATORS: this default CMYK space is used for printers that
 #. * do not have additional printer profiles specified in the PPD
 #: ../dialogs/color-settings/color-profile.c:146
 msgctxt "Colorspace fallback"
 msgid "Default CMYK"
-msgstr ""
+msgstr "Default CMYK"
 
 #. TRANSLATORS: this default gray space is used for printers that
 #. * do not have additional printer profiles specified in the PPD
 #: ../dialogs/color-settings/color-profile.c:152
 msgctxt "Colorspace fallback"
 msgid "Default Gray"
-msgstr ""
+msgstr "Default Gray"
 
 #. TRANSLATORS: an ICC profile is a file containing colorspace data
 #: ../dialogs/color-settings/main.c:128
 msgid "Select ICC Profile File"
-msgstr ""
+msgstr "Select ICC Profile File"
 
 #: ../dialogs/color-settings/main.c:131
 msgid "_Import"
-msgstr ""
+msgstr "_Import"
 
 #. TRANSLATORS: filter name on the file->open dialog
 #: ../dialogs/color-settings/main.c:142
 msgid "Supported ICC profiles"
-msgstr ""
+msgstr "Supported ICC profiles"
 
 #. TRANSLATORS: filter name on the file->open dialog
 #: ../dialogs/color-settings/main.c:149
@@ -784,23 +784,23 @@ msgstr "All files"
 #. * profile has been auto-generated for this hardware
 #: ../dialogs/color-settings/main.c:193
 msgid "Default: "
-msgstr ""
+msgstr "Default: "
 
 #. TRANSLATORS: this is a profile prefix to signify the
 #. * profile his a standard space like AdobeRGB
 #: ../dialogs/color-settings/main.c:200
 msgid "Colorspace: "
-msgstr ""

[Xfce4-commits] [xfce/xfce4-power-manager] branch master updated (2953313 -> 2211856)

2019-05-29 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-power-manager.

  from  2953313   I18n: Update translation en_AU (100%).
   new  2211856   I18n: Update translation da (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/da.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] [xfce/xfce4-settings] branch master updated (4ba45c5 -> 739012d)

2019-05-29 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  4ba45c5   I18n: Update translation en_AU (92%).
   new  b111031   I18n: Update translation da (100%).
   new  739012d   I18n: Update translation en_AU (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/da.po| 41 ++
 po/en_AU.po | 66 ++---
 2 files changed, 52 insertions(+), 55 deletions(-)

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


[Xfce4-commits] [xfce/xfce4-settings] 01/02: I18n: Update translation da (100%).

2019-05-29 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 b111031d21250307c545eea939672b3be57f21e6
Author: Anonymous 
Date:   Wed May 29 18:31:36 2019 +0200

I18n: Update translation da (100%).

451 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/da.po | 41 +++--
 1 file changed, 19 insertions(+), 22 deletions(-)

diff --git a/po/da.po b/po/da.po
index 285cfb4..bdef779 100644
--- a/po/da.po
+++ b/po/da.po
@@ -11,8 +11,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-settings\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-04-24 06:31+0200\n"
-"PO-Revision-Date: 2019-05-27 11:29+\n"
+"POT-Creation-Date: 2019-05-29 00:31+0200\n"
+"PO-Revision-Date: 2019-05-29 12:07+\n"
 "Last-Translator: scootergrisen\n"
 "Language-Team: Danish 
(http://www.transifex.com/xfce/xfce4-settings/language/da/)\n"
 "MIME-Version: 1.0\n"
@@ -295,7 +295,7 @@ msgstr "Versionsinformation"
 
 #: ../dialogs/accessibility-settings/main.c:200
 #: ../dialogs/appearance-settings/main.c:1166
-#: ../dialogs/color-settings/main.c:1373
+#: ../dialogs/color-settings/main.c:1382
 #: ../dialogs/display-settings/main.c:3872
 #: ../dialogs/keyboard-settings/main.c:78 ../dialogs/mime-settings/main.c:78
 #: ../dialogs/mouse-settings/main.c:1872 ../xfce4-settings-editor/main.c:120
@@ -307,7 +307,7 @@ msgstr "Skriv \"%s --help\" for anvendelse."
 
 #: ../dialogs/accessibility-settings/main.c:219
 #: ../dialogs/appearance-settings/main.c:1185
-#: ../dialogs/color-settings/main.c:1390
+#: ../dialogs/color-settings/main.c:1399
 #: ../dialogs/display-settings/main.c:3891
 #: ../dialogs/keyboard-settings/main.c:94 ../dialogs/mime-settings/main.c:97
 #: ../dialogs/mouse-settings/main.c:1891 ../xfce4-settings-editor/main.c:139
@@ -317,7 +317,7 @@ msgstr "Xfce's udviklingshold. Alle rettigheder 
forbeholdes."
 
 #: ../dialogs/accessibility-settings/main.c:220
 #: ../dialogs/appearance-settings/main.c:1186
-#: ../dialogs/color-settings/main.c:1391
+#: ../dialogs/color-settings/main.c:1400
 #: ../dialogs/display-settings/main.c:3892
 #: ../dialogs/keyboard-settings/main.c:95 ../dialogs/mime-settings/main.c:98
 #: ../dialogs/mouse-settings/main.c:1892 ../xfce4-settings-editor/main.c:140
@@ -685,7 +685,7 @@ msgid "Add a Color Profile to your Device"
 msgstr "Tilføj en farveprofil til din enhed"
 
 #: ../dialogs/color-settings/color-dialog.glade.h:15
-#: ../dialogs/color-settings/main.c:129
+#: ../dialogs/color-settings/main.c:130
 msgid "_Cancel"
 msgstr "_Annuller"
 
@@ -762,48 +762,48 @@ msgid "Default Gray"
 msgstr "Standard-grå"
 
 #. TRANSLATORS: an ICC profile is a file containing colorspace data
-#: ../dialogs/color-settings/main.c:127
+#: ../dialogs/color-settings/main.c:128
 msgid "Select ICC Profile File"
 msgstr "Vælg ICC-profilfil"
 
-#: ../dialogs/color-settings/main.c:130
+#: ../dialogs/color-settings/main.c:131
 msgid "_Import"
 msgstr "_Importér"
 
 #. TRANSLATORS: filter name on the file->open dialog
-#: ../dialogs/color-settings/main.c:141
+#: ../dialogs/color-settings/main.c:142
 msgid "Supported ICC profiles"
 msgstr "Understøttede ICC-profiler"
 
 #. TRANSLATORS: filter name on the file->open dialog
-#: ../dialogs/color-settings/main.c:148
+#: ../dialogs/color-settings/main.c:149
 msgid "All files"
 msgstr "Alle filer"
 
 #. TRANSLATORS: this is a profile prefix to signify the
 #. * profile has been auto-generated for this hardware
-#: ../dialogs/color-settings/main.c:192
+#: ../dialogs/color-settings/main.c:193
 msgid "Default: "
 msgstr "Standard:"
 
 #. TRANSLATORS: this is a profile prefix to signify the
 #. * profile his a standard space like AdobeRGB
-#: ../dialogs/color-settings/main.c:199
+#: ../dialogs/color-settings/main.c:200
 msgid "Colorspace: "
 msgstr "Farverum:"
 
 #. TRANSLATORS: this is a profile prefix to signify the
 #. * profile is a test profile
-#: ../dialogs/color-settings/main.c:205
+#: ../dialogs/color-settings/main.c:206
 msgid "Test profile: "
 msgstr "Testprofil:"
 
-#: ../dialogs/color-settings/main.c:243
+#: ../dialogs/color-settings/main.c:244
 msgid "Compatible Profiles"
 msgstr "Kompatible profiler"
 
-#: ../dialogs/color-settings/main.c:822 ../dialogs/color-settings/main.c:823
-#: ../dialogs/color-settings/main.c:824
+#: ../dialogs/color-settings/main.c:832 ../dialogs/color-settings/main.c:833
+#: ../dialogs/color-settings/main.c:834
 msgid "Unknown"
 msgstr "Ukendt"
 
@@ -936,6 +936,7 @@ msgid "Identifying Displays"
 msgstr "Identificerer skærme"
 
 #: ../dialogs/display-settings/display-dialog.glade.h:26
+#: ../dialogs/display-settings/minimal-display-dialog.glade.h:6
 msgid "_Advanced"
 msgstr "_Avanceret"
 
@@ -971,10 +972,6 @@ msgstr "Udvid til højre"
 msgid "Only Display 2"

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

2019-05-29 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 2ccc13d5de64ef15220fd74b7f8b4dde04b90e0f
Author: Anonymous 
Date:   Wed May 29 18:30:57 2019 +0200

I18n: Update translation da (100%).

410 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/da.po | 204 +++
 1 file changed, 99 insertions(+), 105 deletions(-)

diff --git a/po/da.po b/po/da.po
index e8ee100..f3c4a94 100644
--- a/po/da.po
+++ b/po/da.po
@@ -13,8 +13,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-panel\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-12-03 22:34+0100\n"
-"PO-Revision-Date: 2019-05-28 12:27+\n"
+"POT-Creation-Date: 2019-05-29 00:30+0200\n"
+"PO-Revision-Date: 2019-05-29 12:05+\n"
 "Last-Translator: scootergrisen\n"
 "Language-Team: Danish 
(http://www.transifex.com/xfce/xfce4-panel/language/da/)\n"
 "MIME-Version: 1.0\n"
@@ -34,7 +34,7 @@ msgid ""
 msgstr "Tilføj en ny starter til panelet baseret på informationen fra denne 
skrivebordsfil"
 
 #: ../panel-preferences.desktop.in.h:1
-#: ../panel/panel-preferences-dialog.glade.h:10 ../panel/panel-window.c:2692
+#: ../panel/panel-preferences-dialog.glade.h:10 ../panel/panel-window.c:2699
 msgid "Panel"
 msgstr "Panel"
 
@@ -43,64 +43,63 @@ msgid "Customize the panel"
 msgstr "Tilpas panelet"
 
 #. I18N: %s is the name of the plugin
-#: ../libxfce4panel/xfce-panel-plugin.c:1079
+#: ../libxfce4panel/xfce-panel-plugin.c:1078
 #: ../panel/panel-preferences-dialog.c:1308
 #, c-format
 msgid "Are you sure that you want to remove \"%s\"?"
 msgstr "Er du sikker på, at du vil fjerne \"%s\"?"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1084
+#: ../libxfce4panel/xfce-panel-plugin.c:1083
 #: ../panel/panel-preferences-dialog.c:1311
 msgid "If you remove the item from the panel, it is permanently lost."
 msgstr "Hvis du fjerner elementet fra panelet vil det gå tabt permanent."
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1085 ../panel/panel-dialogs.c:163
+#: ../libxfce4panel/xfce-panel-plugin.c:1084 ../panel/panel-dialogs.c:163
 #: ../panel/panel-preferences-dialog.c:1313
-msgid "Cancel"
-msgstr "Annuller"
+#: ../plugins/applicationsmenu/applicationsmenu.c:593
+#: ../plugins/directorymenu/directorymenu.c:394
+msgid "_Cancel"
+msgstr "_Annuller"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1086
-#: ../panel/panel-plugin-external.c:439
+#: ../libxfce4panel/xfce-panel-plugin.c:1085
+#: ../libxfce4panel/xfce-panel-plugin.c:1280
+#: ../panel/panel-plugin-external.c:441
 #: ../panel/panel-preferences-dialog.c:956
 #: ../panel/panel-preferences-dialog.c:1314
 #: ../plugins/launcher/launcher-dialog.c:855
-msgid "Remove"
-msgstr "Fjern"
+msgid "_Remove"
+msgstr "_Fjern"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1227
+#: ../libxfce4panel/xfce-panel-plugin.c:1226
 msgid "_Properties"
 msgstr "_Egenskaber"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1242 ../panel/panel-window.c:2780
+#: ../libxfce4panel/xfce-panel-plugin.c:1241 ../panel/panel-window.c:2787
 msgid "_About"
 msgstr "_Om"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1257
+#: ../libxfce4panel/xfce-panel-plugin.c:1256
 msgid "_Move"
 msgstr "_Flyt"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1281
-msgid "_Remove"
-msgstr "_Fjern"
-
-#: ../libxfce4panel/xfce-panel-plugin.c:1302
+#: ../libxfce4panel/xfce-panel-plugin.c:1301
 msgid "Pane_l"
 msgstr "Pane_l"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1311 ../panel/panel-window.c:2705
+#: ../libxfce4panel/xfce-panel-plugin.c:1310 ../panel/panel-window.c:2712
 msgid "Add _New Items..."
 msgstr "Tilføj _nye elementer ..."
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1326 ../panel/panel-window.c:2720
+#: ../libxfce4panel/xfce-panel-plugin.c:1325 ../panel/panel-window.c:2727
 msgid "Panel Pr_eferences..."
 msgstr "Panel_præferencer ..."
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1347 ../panel/panel-window.c:2752
+#: ../libxfce4panel/xfce-panel-plugin.c:1346 ../panel/panel-window.c:2759
 msgid "Log _Out"
 msgstr "_Log ud"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1367 ../panel/panel-item-dialog.c:208
-#: ../panel/panel-preferences-dialog.glade.h:12 ../panel/panel-window.c:2771
+#: ../libxfce4panel/xfce-panel-plugin.c:1366 ../panel/panel-item-dialog.c:208
+#: ../panel/panel-preferences-dialog.glade.h:12 ../panel/panel-window.c:2778
 #: ../plugins/actions/actions-dialog.glade.h:4
 #: ../plugins/applicationsmenu/applicationsmenu-dialog.glade.h:2
 #: ../plugins/clock/clock-dialog.glade.h:8
@@ -113,7 +112,7 @@ msgstr "_Log ud"
 msgid "_Help"
 msgstr "_Hjælp"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1382
+#: ../libxfce4panel/xfce-panel-plugin.c:1381
 msgid "About"
 msgstr "Om"
 
@@ -221,7 +220,7 @@ msgstr "Kunne ikke afslutte panelet"
 msgid "Failed to send D

[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: I18n: Update translation da (100%).

2019-05-29 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-power-manager.

commit 2211856e4d21dd70c545b71118fb760dfa38a007
Author: Anonymous 
Date:   Wed May 29 18:31:24 2019 +0200

I18n: Update translation da (100%).

210 translated messages.

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

diff --git a/po/da.po b/po/da.po
index e045a75..15c6ed2 100644
--- a/po/da.po
+++ b/po/da.po
@@ -12,7 +12,7 @@ msgstr ""
 "Project-Id-Version: Xfce4-power-manager\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-04-25 18:31+0200\n"
-"PO-Revision-Date: 2019-05-28 12:12+\n"
+"PO-Revision-Date: 2019-05-29 11:49+\n"
 "Last-Translator: scootergrisen\n"
 "Language-Team: Danish 
(http://www.transifex.com/xfce/xfce4-power-manager/language/da/)\n"
 "MIME-Version: 1.0\n"
@@ -447,7 +447,7 @@ msgstr "Strømstyring"
 
 #: ../settings/xfce4-power-manager-settings.desktop.in.h:2
 msgid "Settings for the Xfce Power Manager"
-msgstr "Indstillinger til Xfce strømstyringen"
+msgstr "Indstillinger for Xfce strømstyringen"
 
 #: ../common/xfpm-common.c:109
 msgid "translator-credits"

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

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

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

commit 3a4840d57024671177b515feac1f643c2384e61d
Author: Anonymous 
Date:   Wed May 29 18:31:07 2019 +0200

I18n: Update translation da (100%).

396 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/da.po | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/po/da.po b/po/da.po
index aa5e2c1..76a076f 100644
--- a/po/da.po
+++ b/po/da.po
@@ -195,7 +195,7 @@ msgstr "Ingen kørende instans af %s blev fundet"
 
 #: ../panel/panel-application.c:216
 msgid "Failed to launch the migration application"
-msgstr "Kunne ikke starte migrationsprogrammet"
+msgstr "Kunne ikke starte overførselsprogrammet"
 
 #: ../panel/panel-application.c:985
 msgid "Create _Launcher"
@@ -674,11 +674,11 @@ msgstr "Vælg forneden hvilken opsætning du vil bruge til 
den første opstart."
 
 #: ../migrate/main.c:129
 msgid "Migrate old config"
-msgstr "Migrér gamle config"
+msgstr "Overfør gamle konfiguration"
 
 #: ../migrate/main.c:130
 msgid "Migrate the old 4.6 configuration to Xfconf"
-msgstr "Migrér den gamle indstilling 4.6 til Xfconf"
+msgstr "Overfør den gamle indstilling 4.6 til Xfconf"
 
 #: ../migrate/main.c:141
 msgid "Use default config"
@@ -698,7 +698,7 @@ msgstr "Begynd med et tomt panel"
 
 #: ../migrate/main.c:160
 msgid "Failed to migrate the old panel configuration"
-msgstr "Kunne ikke migrere den gamle panelindstilling"
+msgstr "Kunne ikke overføre den gamle panelindstilling"
 
 #: ../migrate/main.c:172
 msgid "Failed to load the default configuration"
@@ -706,11 +706,11 @@ msgstr "Kunne ikke indlæse standardindstillingen"
 
 #: ../migrate/main.c:185
 msgid "Panel config needs migration..."
-msgstr "Panelindstilling skal migreres ..."
+msgstr "Panelindstilling skal overføres ..."
 
 #: ../migrate/main.c:189
 msgid "Failed to migrate the existing configuration"
-msgstr "Kunne ikke migrere den nuværende panelindstilling"
+msgstr "Kunne ikke overføre den nuværende panelindstilling"
 
 #: ../migrate/main.c:195
 msgid "Panel configuration has been updated."

-- 
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 xfce-4.12 updated (57ab516 -> 3a4840d)

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

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

  from  57ab516   I18n: Update translation da (100%).
   new  3a4840d   I18n: Update translation da (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/da.po | 12 ++--
 1 file changed, 6 insertions(+), 6 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/libxfce4ui] 02/02: I18n: Update translation en_AU (100%).

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

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

commit 17069af181248b6021f30943228a84e68f05f107
Author: John Humphrys 
Date:   Wed May 29 18:30:21 2019 +0200

I18n: Update translation en_AU (100%).

179 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/en_AU.po | 67 +++--
 1 file changed, 38 insertions(+), 29 deletions(-)

diff --git a/po/en_AU.po b/po/en_AU.po
index 0d12ffe..e456b1f 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -3,6 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# John Humphrys , 2019
 # John Humphrys , 2018
 # Michael Findlay , 2013-2015
 # Michael Findlay , 2016
@@ -10,9 +11,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Libxfce4ui\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-04 18:30+0200\n"
-"PO-Revision-Date: 2019-05-04 16:30+\n"
-"Last-Translator: Xfce Bot \n"
+"POT-Creation-Date: 2019-05-17 00:30+0200\n"
+"PO-Revision-Date: 2019-05-29 10:44+\n"
+"Last-Translator: John Humphrys \n"
 "Language-Team: English (Australia) 
(http://www.transifex.com/xfce/libxfce4ui/language/en_AU/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -584,11 +585,11 @@ msgstr "A modern file manager for the Unix/Linux desktop, 
aiming to be easy-to-u
 
 #: ../xfce4-about/main.c:89
 msgid "Volume manager"
-msgstr ""
+msgstr "Volume manager"
 
 #: ../xfce4-about/main.c:90
 msgid "Automatic management of removable drives and media for Thunar."
-msgstr ""
+msgstr "Automatic management of removable drives and media for Thunar."
 
 #: ../xfce4-about/main.c:93
 msgid "Session Manager"
@@ -629,107 +630,115 @@ msgid "D-Bus-based configuration storage system."
 msgstr "D-Bus-based configuration storage system."
 
 #: ../xfce4-about/main.c:112
-msgid "Thumbnails service"
-msgstr ""
+msgid "A menu library"
+msgstr "A menu library"
 
 #: ../xfce4-about/main.c:113
+msgid "A freedesktop.org compliant menu implementation based on GLib and GIO."
+msgstr "A freedesktop.org compliant menu implementation based on GLib and GIO."
+
+#: ../xfce4-about/main.c:117
+msgid "Thumbnails service"
+msgstr "Thumbnails service"
+
+#: ../xfce4-about/main.c:118
 msgid ""
 "Thumbnail service implementing the thumbnail management D-Bus specification."
-msgstr ""
+msgstr "Thumbnail service implementing the thumbnail management D-Bus 
specification."
 
-#: ../xfce4-about/main.c:120
+#: ../xfce4-about/main.c:125
 msgid ""
 "Xfce is a collection of programs that together provide a full-featured "
 "desktop environment. The following programs are part of the Xfce core:"
 msgstr "Xfce is a collection of programs that together provide a full-featured 
desktop environment. The following programs are part of the Xfce core:"
 
-#: ../xfce4-about/main.c:144
+#: ../xfce4-about/main.c:149
 msgid ""
 "Xfce is also a development platform providing several libraries, that help "
 "programmers create applications that fit in well with the desktop "
 "environment."
 msgstr "Xfce is also a development platform providing several libraries, that 
help programmers create applications that fit in well with the desktop 
environment."
 
-#: ../xfce4-about/main.c:150
+#: ../xfce4-about/main.c:155
 msgid ""
 "Xfce components are licensed under free or open source licences; GPL or BSDL"
 " for applications and LGPL or BSDL for libraries. Look at the documentation,"
 " the source code or the Xfce website (https://www.xfce.org) for more "
 "information."
-msgstr ""
+msgstr "Xfce components are licensed under free or open source licences; GPL 
or BSDL for applications and LGPL or BSDL for libraries. Look at the 
documentation, the source code or the Xfce website (https://www.xfce.org) for 
more information."
 
-#: ../xfce4-about/main.c:157
+#: ../xfce4-about/main.c:162
 msgid "Thank you for your interest in Xfce."
 msgstr "Thank you for your interest in Xfce."
 
-#: ../xfce4-about/main.c:161
+#: ../xfce4-about/main.c:166
 msgid "The Xfce Development Team"
 msgstr "The Xfce Development Team"
 
-#: ../xfce4-about/main.c:263
+#: ../xfce4-about/main.c:268
 msgid ""
 "If you know of anyone missing from this list; don't hesitate and file a bug "
 "on  ."
-msgstr ""
+msgstr "If you know of anyone missing from this list; don't hesitate and file 
a bug on  ."
 
-#: ../xfce4-about/main.c:267
+#: ../xfce4-about/main.c:272
 msgid "Thanks to all who helped making this software available!"
 msgstr "Thanks to all who helped making this software available!"
 
-#: ../xfce4-about/main.c:284
+#: ../xfce4-about/main.c:289
 msgid ""
 "Xfce 4 is copyright Olivier Fourdan (four...@xfce.org). The different "
 "compo

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

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

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

commit 946ca701e3f2410a827be5e9a2bfb872495fc132
Author: Anonymous 
Date:   Wed May 29 18:30:21 2019 +0200

I18n: Update translation da (100%).

179 translated messages.

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

diff --git a/po/da.po b/po/da.po
index a316ae3..9a03658 100644
--- a/po/da.po
+++ b/po/da.po
@@ -17,7 +17,7 @@ msgstr ""
 "Project-Id-Version: Libxfce4ui\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-17 00:30+0200\n"
-"PO-Revision-Date: 2019-05-17 15:17+\n"
+"PO-Revision-Date: 2019-05-29 16:29+\n"
 "Last-Translator: scootergrisen\n"
 "Language-Team: Danish 
(http://www.transifex.com/xfce/libxfce4ui/language/da/)\n"
 "MIME-Version: 1.0\n"
@@ -93,7 +93,7 @@ msgstr "Spørgsmål"
 
 #: ../libxfce4ui/xfce-sm-client.c:1424
 msgid "Session management client ID"
-msgstr "Klient-id fra sessionshåndtering"
+msgstr "Klient-id for sessionshåndtering"
 
 #: ../libxfce4ui/xfce-sm-client.c:1424
 msgid "ID"
@@ -127,14 +127,14 @@ msgstr "Sessionshåndteringen returnerede ikke et gyldigt 
klient-id"
 msgid ""
 "Working directory \"%s\" does not exist. It won't be used when spawning "
 "\"%s\"."
-msgstr "Arbejdsmappen \"%s\" findes ikke. Den vil ikke blive brugt ved 
klargørelsen af \"%s\"."
+msgstr "Arbejdsmappen \"%s\" findes ikke. Den vil ikke blive brugt ved start 
af \"%s\"."
 
 #: ../libxfce4kbd-private/xfce-shortcuts.c:53
 #, c-format
 msgid ""
 "This shortcut is already being used for the action '%s'. Which action do you"
 " want to use?"
-msgstr "Genvejen bruges allerede til handlingen \"%s\". Hvilken handling vil 
du bruge?"
+msgstr "Genvejen bruges allerede af handlingen \"%s\". Hvilken handling vil du 
bruge?"
 
 #: ../libxfce4kbd-private/xfce-shortcuts.c:54
 #: ../libxfce4kbd-private/xfce-shortcuts.c:57
@@ -158,14 +158,14 @@ msgstr "Behold '%s'"
 msgid ""
 "This shortcut is already being used for the command '%s'. Which action do "
 "you want to use?"
-msgstr "Genvejen bruges allerede til kommandoen '%s'. Hvilken handling vil du 
bruge?"
+msgstr "Genvejen bruges allerede af kommandoen '%s'. Hvilken handling vil du 
bruge?"
 
 #: ../libxfce4kbd-private/xfce-shortcuts.c:62
 #, c-format
 msgid ""
 "This shortcut is already being used by the action '%s'. Which action do you "
 "want to use?"
-msgstr "Genvejen bruges allerede til handlingen \"%s\". Hvilken handling vil 
du bruge?"
+msgstr "Genvejen bruges allerede af handlingen \"%s\". Hvilken handling vil du 
bruge?"
 
 #. This shortcut already exists in the provider, we don't want it twice
 #. Warn the user
@@ -236,7 +236,7 @@ msgstr "Kunne ikke indfange tastaturet."
 
 #: ../libxfce4kbd-private/xfce-shortcuts-xfwm4.c:36
 msgid "Window operations menu"
-msgstr "Handlingsmenu for vindue"
+msgstr "Vindueshandlingermenu"
 
 #: ../libxfce4kbd-private/xfce-shortcuts-xfwm4.c:37
 msgid "Up"
@@ -324,11 +324,11 @@ msgstr "Udfyld vindue"
 
 #: ../libxfce4kbd-private/xfce-shortcuts-xfwm4.c:59
 msgid "Fill window horizontally"
-msgstr "Udfyld vinduet vandret"
+msgstr "Udfyld vindue vandret"
 
 #: ../libxfce4kbd-private/xfce-shortcuts-xfwm4.c:60
 msgid "Fill window vertically"
-msgstr "Udfyld vinduet lodret"
+msgstr "Udfyld vindue lodret"
 
 #: ../libxfce4kbd-private/xfce-shortcuts-xfwm4.c:61
 msgid "Toggle above"
@@ -464,7 +464,7 @@ msgstr "Højre arbejdsområde"
 
 #: ../libxfce4kbd-private/xfce-shortcuts-xfwm4.c:94
 msgid "Previous workspace"
-msgstr "Foregående arbejdsområde"
+msgstr "Forrige arbejdsområde"
 
 #: ../libxfce4kbd-private/xfce-shortcuts-xfwm4.c:95
 msgid "Next workspace"
@@ -544,7 +544,7 @@ msgstr "Undertitel"
 
 #: ../glade/libxfce4ui.xml.in.h:3 ../glade/libxfce4ui-2.xml.in.h:3
 msgid "Xfce 4 Widgets"
-msgstr "Widgets til Xfce 4"
+msgstr "Xfce 4-widgets"
 
 #: ../xfce4-about/main.c:52
 msgid "Version information"
@@ -566,7 +566,7 @@ msgstr "Panel"
 msgid ""
 "Program launchers, window buttons, applications menu, workspace switcher and"
 " more."
-msgstr "Programstartere, vinduesknapper, programmenuer, arbejdsområdeskiftere 
og mere."
+msgstr "Programstartere, vinduesknapper, programmenu, arbejdsområdeskifter og 
mere."
 
 #: ../xfce4-about/main.c:79
 msgid "Desktop Manager"
@@ -590,7 +590,7 @@ msgstr "En moderne filhåndtering til 
Unix-/Linux-skrivebordet, der har som mål
 
 #: ../xfce4-about/main.c:89
 msgid "Volume manager"
-msgstr "Arkivhåndtering"
+msgstr "Diskområdehåndtering"
 
 #: ../xfce4-about/main.c:90
 msgid "Automatic management of removable drives and media for Thunar."
@@ -632,7 +632,7 @@ msgstr "Indstillingsdæmon"
 
 #: ../xfce4-about/main.c:109
 msgid "D-Bus-based configuration storage system."
-msgstr "D-Bus-baseret s

[Xfce4-commits] [xfce/xfce4-panel] branch master updated (26d76d7 -> 2ccc13d)

2019-05-29 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  26d76d7   I18n: Update translation en_AU (100%).
   new  2ccc13d   I18n: Update translation da (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/da.po | 204 +++
 1 file changed, 99 insertions(+), 105 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/libxfce4ui] branch master updated (5833837 -> 17069af)

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

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

  from  5833837   I18n: Update translation hu (100%).
   new  946ca70   I18n: Update translation da (100%).
   new  17069af   I18n: Update translation en_AU (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/da.po| 32 ++---
 po/en_AU.po | 67 +++--
 2 files changed, 54 insertions(+), 45 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-volman] branch master updated (712347a -> 47d3bbf)

2019-05-29 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-volman.

  from  712347a   I18n: Update translation da (100%).
   new  47d3bbf   I18n: Update translation da (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/da.po | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

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


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

2019-05-29 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-volman.

commit 47d3bbf024e1a3dc13f004ffed98cecff5d14219
Author: Anonymous 
Date:   Wed May 29 18:30:38 2019 +0200

I18n: Update translation da (100%).

120 translated messages.

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

diff --git a/po/da.po b/po/da.po
index 85c4fc0..c9ab44e 100644
--- a/po/da.po
+++ b/po/da.po
@@ -14,7 +14,7 @@ msgstr ""
 "Project-Id-Version: Thunar-volman\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-11-27 18:15+0100\n"
-"PO-Revision-Date: 2019-05-27 10:58+\n"
+"PO-Revision-Date: 2019-05-29 11:48+\n"
 "Last-Translator: scootergrisen\n"
 "Language-Team: Danish 
(http://www.transifex.com/xfce/thunar-volman/language/da/)\n"
 "MIME-Version: 1.0\n"
@@ -40,7 +40,7 @@ msgstr "Udskriv versionsinformation og afslut"
 #. setup application name
 #: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
-msgstr "Thunar-arkivhåndtering"
+msgstr "Thunar-diskområdehåndtering"
 
 #: ../thunar-volman/main.c:121
 msgid "All rights reserved."
@@ -178,17 +178,17 @@ msgstr "Blu-ray'en blev monteret automatisk"
 
 #: ../thunar-volman/tvm-block-device.c:640
 msgid "Volume mounted"
-msgstr "Arkiv monteret"
+msgstr "Diskområde monteret"
 
 #: ../thunar-volman/tvm-block-device.c:643
 #, c-format
 msgid "The volume \"%s\" was mounted automatically"
-msgstr "Arkivet \"%s\" blev monteret automatisk"
+msgstr "Diskområdet \"%s\" blev monteret automatisk"
 
 #: ../thunar-volman/tvm-block-device.c:648
 #, c-format
 msgid "The inserted volume was mounted automatically"
-msgstr "Arkivet som blev sat i blev monteret automatisk"
+msgstr "Det indsatte diskområde blev monteret automatisk"
 
 #: ../thunar-volman/tvm-block-device.c:702
 #, c-format
@@ -203,7 +203,7 @@ msgstr "Kan ikke montere enheden"
 #: ../thunar-volman/tvm-block-device.c:757
 #, c-format
 msgid "Could not detect the volume corresponding to the device"
-msgstr "Kunne ikke registrere arkivet som hører til enheden"
+msgstr "Kunne ikke registrere diskområdet som hører til enheden"
 
 #: ../thunar-volman/tvm-block-device.c:833
 msgid "Audio/Data CD"
@@ -345,7 +345,7 @@ msgstr "SOKKEL-ID"
 #. setup application name
 #: ../thunar-volman-settings/main.c:60
 msgid "Thunar Volume Manager Settings"
-msgstr "Indstillinger til Thunar-arkivhåndtering"
+msgstr "Indstillinger for Thunar-diskområdehåndtering"
 
 #: ../thunar-volman-settings/thunar-volman-settings.desktop.in.in.h:1
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:101

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

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

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

commit dd79639192195b20880198e95b79dc7dda058878
Author: Demiray Muhterem 
Date:   Wed May 29 18:30:03 2019 +0200

I18n: Update translation tr (100%).

300 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/tr.po | 234 ---
 1 file changed, 120 insertions(+), 114 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index c39e313..1e7b2e3 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -4,6 +4,7 @@
 # 
 # Translators:
 # Ayhan YALÇINSOY , 2010
+# Demiray Muhterem , 2019
 # Demiray Muhterem , 2018
 # Gökmen Görgen , 2008
 # Natavan Mirzayeva , 2015
@@ -15,9 +16,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Exo\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-02 00:30+0200\n"
-"PO-Revision-Date: 2019-05-23 15:19+\n"
-"Last-Translator: Serdar Sağlam \n"
+"POT-Creation-Date: 2019-05-25 18:30+0200\n"
+"PO-Revision-Date: 2019-05-29 12:42+\n"
+"Last-Translator: Demiray Muhterem \n"
 "Language-Team: Turkish (http://www.transifex.com/xfce/exo/language/tr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -25,37 +26,37 @@ msgstr ""
 "Language: tr\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
-#: ../exo/exo-cell-renderer-ellipsized-text.c:131
-#: ../exo/exo-cell-renderer-icon.c:160
+#: ../exo/exo-cell-renderer-ellipsized-text.c:125
+#: ../exo/exo-cell-renderer-icon.c:154
 msgid "Follow state"
 msgstr "Durumu izle"
 
-#: ../exo/exo-cell-renderer-ellipsized-text.c:132
-#: ../exo/exo-cell-renderer-icon.c:161
+#: ../exo/exo-cell-renderer-ellipsized-text.c:126
+#: ../exo/exo-cell-renderer-icon.c:155
 msgid "Render differently based on the selection state."
 msgstr "Seçim durumuna göre farklılaştırma yap."
 
-#: ../exo/exo-cell-renderer-icon.c:182
+#: ../exo/exo-cell-renderer-icon.c:176
 msgid "Icon"
 msgstr "Simge"
 
-#: ../exo/exo-cell-renderer-icon.c:183
+#: ../exo/exo-cell-renderer-icon.c:177
 msgid "The icon to render."
 msgstr "Oluşturulacak simge."
 
-#: ../exo/exo-cell-renderer-icon.c:201
+#: ../exo/exo-cell-renderer-icon.c:195
 msgid "GIcon"
 msgstr "GSimgesi"
 
-#: ../exo/exo-cell-renderer-icon.c:202
+#: ../exo/exo-cell-renderer-icon.c:196
 msgid "The GIcon to render."
 msgstr "Oluşturulacak Gsimgesi."
 
-#: ../exo/exo-cell-renderer-icon.c:223
+#: ../exo/exo-cell-renderer-icon.c:217
 msgid "size"
 msgstr "boyut"
 
-#: ../exo/exo-cell-renderer-icon.c:224
+#: ../exo/exo-cell-renderer-icon.c:218
 msgid "The size of the icon to render in pixels."
 msgstr "Farklılaştırılacak simgenin piksel cinsinden değeri."
 
@@ -79,287 +80,287 @@ msgstr "\"%s\" kalıbı yüklenemedi: Bilinmeyen neden, 
büyük olasılıkla boz
 msgid "Failed to open \"%s\"."
 msgstr "\"%s\" açılamadı."
 
-#: ../exo/exo-icon-bar.c:277 ../exo/exo-icon-view.c:928
+#: ../exo/exo-icon-bar.c:273 ../exo/exo-icon-view.c:914
 msgid "Orientation"
 msgstr "Uyumlaştırma"
 
-#: ../exo/exo-icon-bar.c:278
+#: ../exo/exo-icon-bar.c:274
 msgid "The orientation of the iconbar"
 msgstr "Simge çubuğunun uyumlaştırılması"
 
-#: ../exo/exo-icon-bar.c:294 ../exo/exo-icon-view.c:945
+#: ../exo/exo-icon-bar.c:290 ../exo/exo-icon-view.c:931
 msgid "Pixbuf column"
 msgstr "Pixbuf dikeci"
 
-#: ../exo/exo-icon-bar.c:295 ../exo/exo-icon-view.c:946
+#: ../exo/exo-icon-bar.c:291 ../exo/exo-icon-view.c:932
 msgid "Model column used to retrieve the icon pixbuf from"
 msgstr "Pixbuf simgesini yeniden düzenlemek amacıyla kullanılan model dikeci"
 
-#: ../exo/exo-icon-bar.c:310 ../exo/exo-icon-view.c:1090
+#: ../exo/exo-icon-bar.c:306 ../exo/exo-icon-view.c:1076
 msgid "Text column"
 msgstr "Metin dikeci"
 
-#: ../exo/exo-icon-bar.c:311 ../exo/exo-icon-view.c:1091
+#: ../exo/exo-icon-bar.c:307 ../exo/exo-icon-view.c:1077
 msgid "Model column used to retrieve the text from"
 msgstr "Metin formunu yeniden düzenlemek amacıyla kullanılan model dikeci"
 
-#: ../exo/exo-icon-bar.c:323
+#: ../exo/exo-icon-bar.c:319
 msgid "Icon Bar Model"
 msgstr "Simge çubuğu modeli"
 
-#: ../exo/exo-icon-bar.c:324
+#: ../exo/exo-icon-bar.c:320
 msgid "Model for the icon bar"
 msgstr "Simge çubuğu için model"
 
-#: ../exo/exo-icon-bar.c:340
+#: ../exo/exo-icon-bar.c:336
 msgid "Active"
 msgstr "Etkin"
 
-#: ../exo/exo-icon-bar.c:341
+#: ../exo/exo-icon-bar.c:337
 msgid "Active item index"
 msgstr "Etkin öge içeriği"
 
-#: ../exo/exo-icon-bar.c:347 ../exo/exo-icon-bar.c:348
+#: ../exo/exo-icon-bar.c:343 ../exo/exo-icon-bar.c:344
 msgid "Active item fill color"
 msgstr "Etkin öge dolgu rengi"
 
-#: ../exo/exo-icon-bar.c:354 ../exo/exo-icon-bar.c:355
+#: ../exo/exo-icon-bar.c:350 ../exo/exo-icon-bar.c:351
 msgid "Active item border color"
 msgstr "Etkin öge kenar rengi"
 
-#: ../exo/exo-icon-bar.c:361 ../exo/exo

[Xfce4-commits] [xfce/exo] branch master updated (95cd0b9 -> dd79639)

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

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

  from  95cd0b9   I18n: Update translation en_AU (100%).
   new  dd79639   I18n: Update translation tr (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/tr.po | 234 ---
 1 file changed, 120 insertions(+), 114 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 en_AU (100%).

2019-05-29 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 870b71ff07a89f62942ffea8667d7bf0a18719e1
Author: John Humphrys 
Date:   Wed May 29 12:32:29 2019 +0200

I18n: Update translation en_AU (100%).

42 translated messages.

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

diff --git a/po/en_AU.po b/po/en_AU.po
index 5f73031..ef5f869 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -3,6 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# John Humphrys , 2019
 # Michael Findlay , 2013
 # Michael Findlay , 2016
 msgid ""
@@ -10,8 +11,8 @@ msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-01-01 00:31+0100\n"
-"PO-Revision-Date: 2018-12-31 23:31+\n"
-"Last-Translator: Xfce Bot \n"
+"PO-Revision-Date: 2019-05-29 10:21+\n"
+"Last-Translator: John Humphrys \n"
 "Language-Team: English (Australia) 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/en_AU/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -194,4 +195,4 @@ msgstr "Show and monitor the battery status"
 
 #: ../panel-plugin/battery.c:1402
 msgid "Copyright (c) 2003-2019\n"
-msgstr ""
+msgstr "Copyright (c) 2003-2019\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 en_AU (92%).

2019-05-29 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 4ba45c58b43e1cc964bc562c7818c7ed8b787ba1
Author: John Humphrys 
Date:   Wed May 29 12:31:35 2019 +0200

I18n: Update translation en_AU (92%).

419 translated messages, 32 untranslated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/en_AU.po | 79 +
 1 file changed, 38 insertions(+), 41 deletions(-)

diff --git a/po/en_AU.po b/po/en_AU.po
index d309969..c1d3ab7 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# John Humphrys , 2018
+# John Humphrys , 2018-2019
 # John Humphrys , 2018
 # Michael Findlay , 2013-2015
 # Michael Findlay , 2016
@@ -11,9 +11,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-settings\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-04-24 06:31+0200\n"
-"PO-Revision-Date: 2019-04-24 04:31+\n"
-"Last-Translator: Xfce Bot \n"
+"POT-Creation-Date: 2019-05-29 00:31+0200\n"
+"PO-Revision-Date: 2019-05-29 10:31+\n"
+"Last-Translator: John Humphrys \n"
 "Language-Team: English (Australia) 
(http://www.transifex.com/xfce/xfce4-settings/language/en_AU/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -295,7 +295,7 @@ msgstr "Version information"
 
 #: ../dialogs/accessibility-settings/main.c:200
 #: ../dialogs/appearance-settings/main.c:1166
-#: ../dialogs/color-settings/main.c:1373
+#: ../dialogs/color-settings/main.c:1382
 #: ../dialogs/display-settings/main.c:3872
 #: ../dialogs/keyboard-settings/main.c:78 ../dialogs/mime-settings/main.c:78
 #: ../dialogs/mouse-settings/main.c:1872 ../xfce4-settings-editor/main.c:120
@@ -307,7 +307,7 @@ msgstr "Type '%s --help' for usage."
 
 #: ../dialogs/accessibility-settings/main.c:219
 #: ../dialogs/appearance-settings/main.c:1185
-#: ../dialogs/color-settings/main.c:1390
+#: ../dialogs/color-settings/main.c:1399
 #: ../dialogs/display-settings/main.c:3891
 #: ../dialogs/keyboard-settings/main.c:94 ../dialogs/mime-settings/main.c:97
 #: ../dialogs/mouse-settings/main.c:1891 ../xfce4-settings-editor/main.c:139
@@ -317,7 +317,7 @@ msgstr "The Xfce development team. All rights reserved."
 
 #: ../dialogs/accessibility-settings/main.c:220
 #: ../dialogs/appearance-settings/main.c:1186
-#: ../dialogs/color-settings/main.c:1391
+#: ../dialogs/color-settings/main.c:1400
 #: ../dialogs/display-settings/main.c:3892
 #: ../dialogs/keyboard-settings/main.c:95 ../dialogs/mime-settings/main.c:98
 #: ../dialogs/mouse-settings/main.c:1892 ../xfce4-settings-editor/main.c:140
@@ -595,78 +595,78 @@ msgstr "Vertical BGR"
 #. TRANSLATORS: a flatbed scanner device, e.g. 'Epson Scanner'
 #: ../dialogs/color-settings/color-device.c:68
 msgid "Scanner"
-msgstr ""
+msgstr "Scanner"
 
 #. TRANSLATORS: a camera device, e.g. 'Nikon D60 Camera'
 #: ../dialogs/color-settings/color-device.c:71
 msgid "Camera"
-msgstr ""
+msgstr "Camera"
 
 #. TRANSLATORS: a printer device, e.g. 'Epson Photosmart Printer'
 #: ../dialogs/color-settings/color-device.c:74
 msgid "Printer"
-msgstr ""
+msgstr "Printer"
 
 #. TRANSLATORS: a webcam device, e.g. 'Philips HiDef Camera'
 #: ../dialogs/color-settings/color-device.c:77
 msgid "Webcam"
-msgstr ""
+msgstr "Webcam"
 
 #. TRANSLATORS: This refers to the TFT display on a laptop
 #: ../dialogs/color-settings/color-device.c:94
 msgid "Laptop Screen"
-msgstr ""
+msgstr "Laptop Screen"
 
 #. TRANSLATORS: This refers to the embedded webcam on a laptop
 #: ../dialogs/color-settings/color-device.c:102
 msgid "Built-in Webcam"
-msgstr ""
+msgstr "Built-in Webcam"
 
 #: ../dialogs/color-settings/color-device.c:195
 #, c-format
 msgid "Enable color management for %s"
-msgstr ""
+msgstr "Enable colour management for %s"
 
 #: ../dialogs/color-settings/color-dialog.glade.h:1
 #: ../dialogs/color-settings/xfce4-color-settings.desktop.in.h:1
 msgid "Color Profiles"
-msgstr ""
+msgstr "Colour Profiles"
 
 #: ../dialogs/color-settings/color-dialog.glade.h:2
 msgid "Configure color profiles for your devices"
-msgstr ""
+msgstr "Configure colour profiles for your devices"
 
 #: ../dialogs/color-settings/color-dialog.glade.h:3
 msgid "No devices found."
-msgstr ""
+msgstr "No devices found."
 
 #: ../dialogs/color-settings/color-dialog.glade.h:4
 msgid "Model:"
-msgstr ""
+msgstr "Model:"
 
 #: ../dialogs/color-settings/color-dialog.glade.h:5
 msgid "Colorspace:"
-msgstr ""
+msgstr "Colourspace:"
 
 #: ../dialogs/color-settings/color-dialog.glade.h:6
 msgid "Vendor:"
-msgstr ""
+msgstr "Vendor:"
 
 #: ../dialogs/color-settings/color-dialog.glade.h:7
 msgid "Calibrate"
-msgstr ""
+msgstr "Calibrate"
 
 #: ../dialogs/color-settings/color-di

[Xfce4-commits] [panel-plugins/xfce4-battery-plugin] branch master updated (cf3d412 -> 870b71f)

2019-05-29 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  cf3d412   I18n: Update translation pt (100%).
   new  870b71f   I18n: Update translation en_AU (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/en_AU.po | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

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


[Xfce4-commits] [xfce/xfce4-session] 02/02: I18n: Update translation en_AU (100%).

2019-05-29 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-session.

commit f1c692654b866aefb86963f0122e3c0428ead537
Author: John Humphrys 
Date:   Wed May 29 12:31:28 2019 +0200

I18n: Update translation en_AU (100%).

162 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/en_AU.po | 278 ++--
 1 file changed, 139 insertions(+), 139 deletions(-)

diff --git a/po/en_AU.po b/po/en_AU.po
index 32e6d4b..bc8bd87 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# John Humphrys , 2018
+# John Humphrys , 2018-2019
 # John Humphrys , 2018
 # Michael Findlay , 2013
 # Michael Findlay , 2016
@@ -11,9 +11,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-session\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-04-29 00:30+0200\n"
-"PO-Revision-Date: 2019-04-28 22:31+\n"
-"Last-Translator: Michael Findlay \n"
+"POT-Creation-Date: 2019-05-14 00:31+0200\n"
+"PO-Revision-Date: 2019-05-29 10:26+\n"
+"Last-Translator: John Humphrys \n"
 "Language-Team: English (Australia) 
(http://www.transifex.com/xfce/xfce4-session/language/en_AU/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -29,6 +29,14 @@ msgstr "Xfce Session"
 msgid "Use this session to run Xfce as your desktop environment"
 msgstr "Use this session to run Xfce as your desktop environment"
 
+#: ../libxfsm/xfsm-util.c:331
+msgid "Session"
+msgstr "Session"
+
+#: ../libxfsm/xfsm-util.c:342
+msgid "Last accessed"
+msgstr "Last accessed"
+
 #: ../scripts/xscreensaver.desktop.in.h:1
 msgid "Screensaver"
 msgstr "Screensaver"
@@ -37,148 +45,152 @@ msgstr "Screensaver"
 msgid "Launch screensaver and locker program"
 msgstr "Launch screensaver and locker program"
 
-#: ../settings/main.c:68
+#: ../settings/main.c:99
 msgid "Settings manager socket"
 msgstr "Settings manager socket"
 
-#: ../settings/main.c:68
+#: ../settings/main.c:99
 msgid "SOCKET ID"
 msgstr "SOCKET ID"
 
-#: ../settings/main.c:69
+#: ../settings/main.c:100
 msgid "Version information"
 msgstr "Version information"
 
-#: ../settings/main.c:80 ../xfce4-session/main.c:333
+#: ../settings/main.c:111 ../xfce4-session/main.c:333
 #, c-format
 msgid "Type '%s --help' for usage."
 msgstr "Type '%s --help' for usage."
 
-#: ../settings/main.c:92 ../xfce4-session/main.c:343
+#: ../settings/main.c:123 ../xfce4-session/main.c:343
 #: ../xfce4-session-logout/main.c:146
 msgid "The Xfce development team. All rights reserved."
 msgstr "The Xfce development team. All rights reserved."
 
-#: ../settings/main.c:93 ../xfce4-session/main.c:344
+#: ../settings/main.c:124 ../xfce4-session/main.c:344
 #: ../xfce4-session-logout/main.c:149
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Please report bugs to <%s>."
 
-#: ../settings/main.c:102 ../xfce4-session/main.c:352
+#: ../settings/main.c:133 ../xfce4-session/main.c:352
 msgid "Unable to contact settings server"
 msgstr "Unable to contact settings server"
 
-#: ../settings/main.c:121
+#: ../settings/main.c:152
 msgid "Unable to create user interface from embedded definition data"
 msgstr "Unable to create user interface from embedded definition data"
 
-#: ../settings/main.c:132
+#: ../settings/main.c:165
 msgid "App_lication Autostart"
 msgstr "App_lication Autostart"
 
-#: ../settings/session-editor.c:61
+#: ../settings/main.c:171
+msgid "Currently active session:"
+msgstr "Currently active session:"
+
+#: ../settings/session-editor.c:63
 msgid "If running"
 msgstr "If running"
 
-#: ../settings/session-editor.c:62
+#: ../settings/session-editor.c:64
 msgid "Always"
 msgstr "Always"
 
-#: ../settings/session-editor.c:63
+#: ../settings/session-editor.c:65
 msgid "Immediately"
 msgstr "Immediately"
 
-#: ../settings/session-editor.c:64
+#: ../settings/session-editor.c:66
 msgid "Never"
 msgstr "Never"
 
-#: ../settings/session-editor.c:129
+#: ../settings/session-editor.c:138
 msgid "Session Save Error"
 msgstr "Session Save Error"
 
-#: ../settings/session-editor.c:130
+#: ../settings/session-editor.c:139
 msgid "Unable to save the session"
 msgstr "Unable to save the session"
 
-#: ../settings/session-editor.c:132 ../settings/session-editor.c:289
-#: ../xfce4-session/xfsm-manager.c:1292
+#: ../settings/session-editor.c:141 ../settings/session-editor.c:320
+#: ../xfce4-session/xfsm-manager.c:1262
 msgid "_Close"
 msgstr "_Close"
 
-#: ../settings/session-editor.c:170
+#: ../settings/session-editor.c:198
 msgid "Clear sessions"
 msgstr "Clear sessions"
 
-#: ../settings/session-editor.c:171
+#: ../settings/session-editor.c:199
 msgid "Are you sure you want to empty the session cache?"
 msgstr "Are you

[Xfce4-commits] [xfce/xfce4-session] 01/02: I18n: Update translation de (100%).

2019-05-29 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-session.

commit f753b16c9f4f5887c299408f7ecc44d8406b0886
Author: Vinzenz Vietzke 
Date:   Wed May 29 12:31:28 2019 +0200

I18n: Update translation de (100%).

162 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/de.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/po/de.po b/po/de.po
index 4b786c5..c3216be 100644
--- a/po/de.po
+++ b/po/de.po
@@ -17,8 +17,8 @@ msgstr ""
 "Project-Id-Version: Xfce4-session\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-14 00:31+0200\n"
-"PO-Revision-Date: 2019-05-20 20:01+\n"
-"Last-Translator: Andreas Eitel \n"
+"PO-Revision-Date: 2019-05-29 09:49+\n"
+"Last-Translator: Vinzenz Vietzke \n"
 "Language-Team: German 
(http://www.transifex.com/xfce/xfce4-session/language/de/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -517,7 +517,7 @@ msgstr "_Ruhezustand"
 
 #: ../xfce4-session/xfsm-logout-dialog.c:360
 msgid "H_ybrid Sleep"
-msgstr "_Ruhezustand"
+msgstr "H_ybrider Energiesparmodus"
 
 #: ../xfce4-session/xfsm-logout-dialog.c:391
 msgid "Switch _User"

-- 
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] branch master updated (7985880 -> 4ba45c5)

2019-05-29 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  7985880   display: Add mnemonics to minimal dialog buttons (Bug 
#15449)
   new  4ba45c5   I18n: Update translation en_AU (92%).

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/en_AU.po | 79 +
 1 file changed, 38 insertions(+), 41 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/xfce4-session] branch master updated (c689081 -> f1c6926)

2019-05-29 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-session.

  from  c689081   I18n: Update translation hu (100%).
   new  f753b16   I18n: Update translation de (100%).
   new  f1c6926   I18n: Update translation en_AU (100%).

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


Summary of changes:
 po/de.po|   6 +-
 po/en_AU.po | 278 ++--
 2 files changed, 142 insertions(+), 142 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/xfce4-panel] 01/01: I18n: Update translation en_AU (100%).

2019-05-29 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 26d76d7d61beed9758bc7d1cef9bf086a55f807d
Author: John Humphrys 
Date:   Wed May 29 12:31:03 2019 +0200

I18n: Update translation en_AU (100%).

410 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/en_AU.po | 210 +---
 1 file changed, 102 insertions(+), 108 deletions(-)

diff --git a/po/en_AU.po b/po/en_AU.po
index 43e7649..aedc211 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# John Humphrys , 2018
+# John Humphrys , 2018-2019
 # John Humphrys , 2018
 # Michael Findlay , 2013-2014
 # Michael Findlay , 2015
@@ -11,9 +11,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-panel\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-12-03 22:34+0100\n"
-"PO-Revision-Date: 2018-12-03 21:34+\n"
-"Last-Translator: Xfce Bot \n"
+"POT-Creation-Date: 2019-05-29 00:30+0200\n"
+"PO-Revision-Date: 2019-05-29 10:18+\n"
+"Last-Translator: John Humphrys \n"
 "Language-Team: English (Australia) 
(http://www.transifex.com/xfce/xfce4-panel/language/en_AU/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -32,7 +32,7 @@ msgid ""
 msgstr "Add a new launcher to the panel based on the information of this 
desktop file"
 
 #: ../panel-preferences.desktop.in.h:1
-#: ../panel/panel-preferences-dialog.glade.h:10 ../panel/panel-window.c:2692
+#: ../panel/panel-preferences-dialog.glade.h:10 ../panel/panel-window.c:2699
 msgid "Panel"
 msgstr "Panel"
 
@@ -41,64 +41,63 @@ msgid "Customize the panel"
 msgstr "Customise the panel"
 
 #. I18N: %s is the name of the plugin
-#: ../libxfce4panel/xfce-panel-plugin.c:1079
+#: ../libxfce4panel/xfce-panel-plugin.c:1078
 #: ../panel/panel-preferences-dialog.c:1308
 #, c-format
 msgid "Are you sure that you want to remove \"%s\"?"
 msgstr "Are you sure that you want to remove \"%s\"?"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1084
+#: ../libxfce4panel/xfce-panel-plugin.c:1083
 #: ../panel/panel-preferences-dialog.c:1311
 msgid "If you remove the item from the panel, it is permanently lost."
 msgstr "If you remove the item from the panel, it is permanently lost."
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1085 ../panel/panel-dialogs.c:163
+#: ../libxfce4panel/xfce-panel-plugin.c:1084 ../panel/panel-dialogs.c:163
 #: ../panel/panel-preferences-dialog.c:1313
-msgid "Cancel"
-msgstr "Cancel"
+#: ../plugins/applicationsmenu/applicationsmenu.c:593
+#: ../plugins/directorymenu/directorymenu.c:394
+msgid "_Cancel"
+msgstr "_Cancel"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1086
-#: ../panel/panel-plugin-external.c:439
+#: ../libxfce4panel/xfce-panel-plugin.c:1085
+#: ../libxfce4panel/xfce-panel-plugin.c:1280
+#: ../panel/panel-plugin-external.c:441
 #: ../panel/panel-preferences-dialog.c:956
 #: ../panel/panel-preferences-dialog.c:1314
 #: ../plugins/launcher/launcher-dialog.c:855
-msgid "Remove"
-msgstr "Remove"
+msgid "_Remove"
+msgstr "_Remove"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1227
+#: ../libxfce4panel/xfce-panel-plugin.c:1226
 msgid "_Properties"
 msgstr "_Properties"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1242 ../panel/panel-window.c:2780
+#: ../libxfce4panel/xfce-panel-plugin.c:1241 ../panel/panel-window.c:2787
 msgid "_About"
 msgstr "_About"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1257
+#: ../libxfce4panel/xfce-panel-plugin.c:1256
 msgid "_Move"
 msgstr "_Move"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1281
-msgid "_Remove"
-msgstr "_Remove"
-
-#: ../libxfce4panel/xfce-panel-plugin.c:1302
+#: ../libxfce4panel/xfce-panel-plugin.c:1301
 msgid "Pane_l"
 msgstr "Pane_l"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1311 ../panel/panel-window.c:2705
+#: ../libxfce4panel/xfce-panel-plugin.c:1310 ../panel/panel-window.c:2712
 msgid "Add _New Items..."
 msgstr "Add _New Items..."
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1326 ../panel/panel-window.c:2720
+#: ../libxfce4panel/xfce-panel-plugin.c:1325 ../panel/panel-window.c:2727
 msgid "Panel Pr_eferences..."
 msgstr "Panel Pr_eferences..."
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1347 ../panel/panel-window.c:2752
+#: ../libxfce4panel/xfce-panel-plugin.c:1346 ../panel/panel-window.c:2759
 msgid "Log _Out"
 msgstr "Log _Out"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1367 ../panel/panel-item-dialog.c:208
-#: ../panel/panel-preferences-dialog.glade.h:12 ../panel/panel-window.c:2771
+#: ../libxfce4panel/xfce-panel-plugin.c:1366 ../panel/panel-item-dialog.c:208
+#: ../panel/panel-preferences-dialog.glade.h:12 ../panel/panel-window.c:2778
 #: ../plugins/actions/actions-dialog.glade.h:4
 #: ../plugins/applicationsme

[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: I18n: Update translation en_AU (100%).

2019-05-29 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-power-manager.

commit 2953313d46c9dda2dc682d1917581eed551af32b
Author: John Humphrys 
Date:   Wed May 29 12:31:19 2019 +0200

I18n: Update translation en_AU (100%).

210 translated messages.

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

diff --git a/po/en_AU.po b/po/en_AU.po
index 7ed9154..dea888d 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -3,6 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# John Humphrys , 2019
 # John Humphrys , 2018
 # Michael Findlay , 2013-2015
 # Michael Findlay , 2016
@@ -11,8 +12,8 @@ msgstr ""
 "Project-Id-Version: Xfce4-power-manager\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-04-25 18:31+0200\n"
-"PO-Revision-Date: 2019-04-25 16:31+\n"
-"Last-Translator: Xfce Bot \n"
+"PO-Revision-Date: 2019-05-29 10:19+\n"
+"Last-Translator: John Humphrys \n"
 "Language-Team: English (Australia) 
(http://www.transifex.com/xfce/xfce4-power-manager/language/en_AU/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -139,7 +140,7 @@ msgstr "Critical power"
 
 #: ../data/interfaces/xfpm-settings.ui.h:29
 msgid "Lock screen when system is going to sleep"
-msgstr ""
+msgstr "Lock screen when system is going to sleep"
 
 #: ../data/interfaces/xfpm-settings.ui.h:30
 msgid "Security"
@@ -620,7 +621,7 @@ msgstr "%s %s\nis empty"
 msgid ""
 "%s %s\n"
 "Current charge: %0.0f%%"
-msgstr ""
+msgstr "%s %s\nCurrent charge: %0.0f%%"
 
 #. On the 2nd line we want to know if the power cord is plugged
 #. * in or not

-- 
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-power-manager] branch master updated (db7f078 -> 2953313)

2019-05-29 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-power-manager.

  from  db7f078   I18n: Update translation da (100%).
   new  2953313   I18n: Update translation en_AU (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/en_AU.po | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

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


[Xfce4-commits] [xfce/xfce4-panel] branch master updated (44d2d6b -> 26d76d7)

2019-05-29 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  44d2d6b   Add more accelerators to dialog buttons (Bug #15490)
   new  26d76d7   I18n: Update translation en_AU (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/en_AU.po | 210 +---
 1 file changed, 102 insertions(+), 108 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 en_AU (100%).

2019-05-29 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 6021efb0be8e4cb41172c03d6523036795332be7
Author: John Humphrys 
Date:   Wed May 29 12:30:47 2019 +0200

I18n: Update translation en_AU (100%).

761 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/en_AU.po | 254 +---
 1 file changed, 124 insertions(+), 130 deletions(-)

diff --git a/po/en_AU.po b/po/en_AU.po
index ed31eb5..af4e917 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -5,16 +5,16 @@
 # 
 # Translators:
 # Xfce Bot , 2018
-# John Humphrys , 2018
+# John Humphrys , 2019
 # 
 #, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-03-19 00:30+0100\n"
+"POT-Creation-Date: 2019-05-28 06:30+0200\n"
 "PO-Revision-Date: 2018-08-19 09:02+\n"
-"Last-Translator: John Humphrys , 2018\n"
+"Last-Translator: John Humphrys , 2019\n"
 "Language-Team: English (Australia) 
(https://www.transifex.com/xfce/teams/16840/en_AU/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -43,55 +43,55 @@ msgstr ""
 msgid "Thunar"
 msgstr "Thunar"
 
-#: ../thunar/thunar-abstract-icon-view.c:117
+#: ../thunar/thunar-abstract-icon-view.c:113
 msgid "Arran_ge Items"
 msgstr "Arran_ge Items"
 
-#: ../thunar/thunar-abstract-icon-view.c:122
+#: ../thunar/thunar-abstract-icon-view.c:118
 msgid "Sort By _Name"
 msgstr "Sort By _Name"
 
-#: ../thunar/thunar-abstract-icon-view.c:122
+#: ../thunar/thunar-abstract-icon-view.c:118
 msgid "Keep items sorted by their name"
 msgstr "Keep items sorted by their name"
 
-#: ../thunar/thunar-abstract-icon-view.c:123
+#: ../thunar/thunar-abstract-icon-view.c:119
 msgid "Sort By _Size"
 msgstr "Sort By _Size"
 
-#: ../thunar/thunar-abstract-icon-view.c:123
+#: ../thunar/thunar-abstract-icon-view.c:119
 msgid "Keep items sorted by their size"
 msgstr "Keep items sorted by their size"
 
-#: ../thunar/thunar-abstract-icon-view.c:124
+#: ../thunar/thunar-abstract-icon-view.c:120
 msgid "Sort By _Type"
 msgstr "Sort By _Type"
 
-#: ../thunar/thunar-abstract-icon-view.c:124
+#: ../thunar/thunar-abstract-icon-view.c:120
 msgid "Keep items sorted by their type"
 msgstr "Keep items sorted by their type"
 
-#: ../thunar/thunar-abstract-icon-view.c:125
+#: ../thunar/thunar-abstract-icon-view.c:121
 msgid "Sort By Modification _Date"
 msgstr "Sort By Modification _Date"
 
-#: ../thunar/thunar-abstract-icon-view.c:125
+#: ../thunar/thunar-abstract-icon-view.c:121
 msgid "Keep items sorted by their modification date"
 msgstr "Keep items sorted by their modification date"
 
-#: ../thunar/thunar-abstract-icon-view.c:130
+#: ../thunar/thunar-abstract-icon-view.c:126
 msgid "_Ascending"
 msgstr "_Ascending"
 
-#: ../thunar/thunar-abstract-icon-view.c:130
+#: ../thunar/thunar-abstract-icon-view.c:126
 msgid "Sort items in ascending order"
 msgstr "Sort items in ascending order"
 
-#: ../thunar/thunar-abstract-icon-view.c:131
+#: ../thunar/thunar-abstract-icon-view.c:127
 msgid "_Descending"
 msgstr "_Descending"
 
-#: ../thunar/thunar-abstract-icon-view.c:131
+#: ../thunar/thunar-abstract-icon-view.c:127
 msgid "Sort items in descending order"
 msgstr "Sort items in descending order"
 
@@ -124,7 +124,7 @@ msgstr "Acquired the name '%s' on the session message bus\n"
 #: ../thunar/thunar-application.c:312
 #, c-format
 msgid "Name '%s' lost on the message dbus."
-msgstr ""
+msgstr "Name '%s' lost on the message dbus."
 
 #: ../thunar/thunar-application.c:473
 msgid "The Thunar development team. All rights reserved."
@@ -162,20 +162,20 @@ msgstr "Failed to open \"%s\": %s"
 #. display an error message
 #: ../thunar/thunar-application.c:1691
 #: ../thunar/thunar-properties-dialog.c:731
-#: ../thunar/thunar-standard-view.c:2834 ../thunar/thunar-tree-view.c:1897
+#: ../thunar/thunar-standard-view.c:2837 ../thunar/thunar-tree-view.c:1899
 #, c-format
 msgid "Failed to rename \"%s\""
 msgstr "Failed to rename \"%s\""
 
 #: ../thunar/thunar-application.c:1793
 #: ../thunar/thunar-location-buttons.c:1347
-#: ../thunar/thunar-standard-view.c:2359 ../thunar/thunar-tree-view.c:1759
+#: ../thunar/thunar-standard-view.c:2362 ../thunar/thunar-tree-view.c:1776
 msgid "New Folder"
 msgstr "New Folder"
 
 #: ../thunar/thunar-application.c:1794
 #: ../thunar/thunar-location-buttons.c:1348
-#: ../thunar/thunar-standard-view.c:2360 ../thunar/thunar-tree-view.c:1760
+#: ../thunar/thunar-standard-view.c:2363 ../thunar/thunar-tree-view.c:1777
 msgid "Create New Folder"
 msgstr "Create New Folder"
 
@@ -188,7 +188,7 @@ msgid "Create New File"
 msgstr "Create New File"
 
 #. generate a title for the create dialog
-#: ../thunar/thunar-application.c:1856 ../thunar/t

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

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

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

commit 95cd0b95723b647bd10cdd55f9c27234a687fbf7
Author: John Humphrys 
Date:   Wed May 29 12:30:03 2019 +0200

I18n: Update translation en_AU (100%).

300 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/en_AU.po | 233 +++-
 1 file changed, 119 insertions(+), 114 deletions(-)

diff --git a/po/en_AU.po b/po/en_AU.po
index b2d2f29..e34a8cc 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# John Humphrys , 2018
+# John Humphrys , 2018-2019
 # John Humphrys , 2018
 # Michael Findlay , 2013-2015
 # Michael Findlay , 2016
@@ -11,8 +11,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Exo\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-02 00:30+0200\n"
-"PO-Revision-Date: 2018-09-13 08:09+\n"
+"POT-Creation-Date: 2019-05-25 18:30+0200\n"
+"PO-Revision-Date: 2019-05-29 10:16+\n"
 "Last-Translator: John Humphrys \n"
 "Language-Team: English (Australia) 
(http://www.transifex.com/xfce/exo/language/en_AU/)\n"
 "MIME-Version: 1.0\n"
@@ -21,37 +21,37 @@ msgstr ""
 "Language: en_AU\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../exo/exo-cell-renderer-ellipsized-text.c:131
-#: ../exo/exo-cell-renderer-icon.c:160
+#: ../exo/exo-cell-renderer-ellipsized-text.c:125
+#: ../exo/exo-cell-renderer-icon.c:154
 msgid "Follow state"
 msgstr "Follow state"
 
-#: ../exo/exo-cell-renderer-ellipsized-text.c:132
-#: ../exo/exo-cell-renderer-icon.c:161
+#: ../exo/exo-cell-renderer-ellipsized-text.c:126
+#: ../exo/exo-cell-renderer-icon.c:155
 msgid "Render differently based on the selection state."
 msgstr "Render differently based on the selection state."
 
-#: ../exo/exo-cell-renderer-icon.c:182
+#: ../exo/exo-cell-renderer-icon.c:176
 msgid "Icon"
 msgstr "Icon"
 
-#: ../exo/exo-cell-renderer-icon.c:183
+#: ../exo/exo-cell-renderer-icon.c:177
 msgid "The icon to render."
 msgstr "The icon to render."
 
-#: ../exo/exo-cell-renderer-icon.c:201
+#: ../exo/exo-cell-renderer-icon.c:195
 msgid "GIcon"
 msgstr "GIcon"
 
-#: ../exo/exo-cell-renderer-icon.c:202
+#: ../exo/exo-cell-renderer-icon.c:196
 msgid "The GIcon to render."
 msgstr "The GIcon to render."
 
-#: ../exo/exo-cell-renderer-icon.c:223
+#: ../exo/exo-cell-renderer-icon.c:217
 msgid "size"
 msgstr "size"
 
-#: ../exo/exo-cell-renderer-icon.c:224
+#: ../exo/exo-cell-renderer-icon.c:218
 msgid "The size of the icon to render in pixels."
 msgstr "The size of the icon to render in pixels."
 
@@ -75,287 +75,287 @@ msgstr "Failed to load image \"%s\": Unknown reason, 
probably a corrupt image fi
 msgid "Failed to open \"%s\"."
 msgstr "Failed to open \"%s\"."
 
-#: ../exo/exo-icon-bar.c:277 ../exo/exo-icon-view.c:928
+#: ../exo/exo-icon-bar.c:273 ../exo/exo-icon-view.c:914
 msgid "Orientation"
 msgstr "Orientation"
 
-#: ../exo/exo-icon-bar.c:278
+#: ../exo/exo-icon-bar.c:274
 msgid "The orientation of the iconbar"
 msgstr "The orientation of the iconbar"
 
-#: ../exo/exo-icon-bar.c:294 ../exo/exo-icon-view.c:945
+#: ../exo/exo-icon-bar.c:290 ../exo/exo-icon-view.c:931
 msgid "Pixbuf column"
 msgstr "Pixbuf column"
 
-#: ../exo/exo-icon-bar.c:295 ../exo/exo-icon-view.c:946
+#: ../exo/exo-icon-bar.c:291 ../exo/exo-icon-view.c:932
 msgid "Model column used to retrieve the icon pixbuf from"
 msgstr "Model column used to retrieve the icon pixbuf from"
 
-#: ../exo/exo-icon-bar.c:310 ../exo/exo-icon-view.c:1090
+#: ../exo/exo-icon-bar.c:306 ../exo/exo-icon-view.c:1076
 msgid "Text column"
 msgstr "Text column"
 
-#: ../exo/exo-icon-bar.c:311 ../exo/exo-icon-view.c:1091
+#: ../exo/exo-icon-bar.c:307 ../exo/exo-icon-view.c:1077
 msgid "Model column used to retrieve the text from"
 msgstr "Model column used to retrieve the text from"
 
-#: ../exo/exo-icon-bar.c:323
+#: ../exo/exo-icon-bar.c:319
 msgid "Icon Bar Model"
 msgstr "Icon Bar Model"
 
-#: ../exo/exo-icon-bar.c:324
+#: ../exo/exo-icon-bar.c:320
 msgid "Model for the icon bar"
 msgstr "Model for the icon bar"
 
-#: ../exo/exo-icon-bar.c:340
+#: ../exo/exo-icon-bar.c:336
 msgid "Active"
 msgstr "Active"
 
-#: ../exo/exo-icon-bar.c:341
+#: ../exo/exo-icon-bar.c:337
 msgid "Active item index"
 msgstr "Active item index"
 
-#: ../exo/exo-icon-bar.c:347 ../exo/exo-icon-bar.c:348
+#: ../exo/exo-icon-bar.c:343 ../exo/exo-icon-bar.c:344
 msgid "Active item fill color"
 msgstr "Active item fill colour"
 
-#: ../exo/exo-icon-bar.c:354 ../exo/exo-icon-bar.c:355
+#: ../exo/exo-icon-bar.c:350 ../exo/exo-icon-bar.c:351
 msgid "Active item border color"
 msgstr "Active item border colour"
 
-#: ../exo/exo-icon-bar.c:361 ../exo/exo-icon-bar.c:362
+

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

2019-05-29 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 81c8bc230fb59b659682a692261f951dfb1e456b
Author: John Humphrys 
Date:   Wed May 29 12:30:28 2019 +0200

I18n: Update translation en_AU (100%).

763 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/en_AU.po | 264 ++--
 1 file changed, 131 insertions(+), 133 deletions(-)

diff --git a/po/en_AU.po b/po/en_AU.po
index 61b3bcb..eaffcfe 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# John Humphrys , 2018
+# John Humphrys , 2018-2019
 # John Humphrys , 2018
 # Michael Findlay , 2013-2015
 # Michael Findlay , 2015
@@ -11,9 +11,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-03-18 06:30+0100\n"
-"PO-Revision-Date: 2019-03-18 05:30+\n"
-"Last-Translator: Xfce Bot \n"
+"POT-Creation-Date: 2019-05-28 06:30+0200\n"
+"PO-Revision-Date: 2019-05-29 10:14+\n"
+"Last-Translator: John Humphrys \n"
 "Language-Team: English (Australia) 
(http://www.transifex.com/xfce/thunar/language/en_AU/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -36,55 +36,55 @@ msgstr "Thunar could not be launched because an older 
instance of thunar is stil
 msgid "Thunar"
 msgstr "Thunar"
 
-#: ../thunar/thunar-abstract-icon-view.c:117
+#: ../thunar/thunar-abstract-icon-view.c:113
 msgid "Arran_ge Items"
 msgstr "Arran_ge Items"
 
-#: ../thunar/thunar-abstract-icon-view.c:122
+#: ../thunar/thunar-abstract-icon-view.c:118
 msgid "Sort By _Name"
 msgstr "Sort By _Name"
 
-#: ../thunar/thunar-abstract-icon-view.c:122
+#: ../thunar/thunar-abstract-icon-view.c:118
 msgid "Keep items sorted by their name"
 msgstr "Keep items sorted by their name"
 
-#: ../thunar/thunar-abstract-icon-view.c:123
+#: ../thunar/thunar-abstract-icon-view.c:119
 msgid "Sort By _Size"
 msgstr "Sort By _Size"
 
-#: ../thunar/thunar-abstract-icon-view.c:123
+#: ../thunar/thunar-abstract-icon-view.c:119
 msgid "Keep items sorted by their size"
 msgstr "Keep items sorted by their size"
 
-#: ../thunar/thunar-abstract-icon-view.c:124
+#: ../thunar/thunar-abstract-icon-view.c:120
 msgid "Sort By _Type"
 msgstr "Sort By _Type"
 
-#: ../thunar/thunar-abstract-icon-view.c:124
+#: ../thunar/thunar-abstract-icon-view.c:120
 msgid "Keep items sorted by their type"
 msgstr "Keep items sorted by their type"
 
-#: ../thunar/thunar-abstract-icon-view.c:125
+#: ../thunar/thunar-abstract-icon-view.c:121
 msgid "Sort By Modification _Date"
 msgstr "Sort By Modification _Date"
 
-#: ../thunar/thunar-abstract-icon-view.c:125
+#: ../thunar/thunar-abstract-icon-view.c:121
 msgid "Keep items sorted by their modification date"
 msgstr "Keep items sorted by their modification date"
 
-#: ../thunar/thunar-abstract-icon-view.c:130
+#: ../thunar/thunar-abstract-icon-view.c:126
 msgid "_Ascending"
 msgstr "_Ascending"
 
-#: ../thunar/thunar-abstract-icon-view.c:130
+#: ../thunar/thunar-abstract-icon-view.c:126
 msgid "Sort items in ascending order"
 msgstr "Sort items in ascending order"
 
-#: ../thunar/thunar-abstract-icon-view.c:131
+#: ../thunar/thunar-abstract-icon-view.c:127
 msgid "_Descending"
 msgstr "_Descending"
 
-#: ../thunar/thunar-abstract-icon-view.c:131
+#: ../thunar/thunar-abstract-icon-view.c:127
 msgid "Sort items in descending order"
 msgstr "Sort items in descending order"
 
@@ -117,7 +117,7 @@ msgstr "Acquired the name '%s' on the session message bus\n"
 #: ../thunar/thunar-application.c:312
 #, c-format
 msgid "Name '%s' lost on the message dbus."
-msgstr ""
+msgstr "Name '%s' lost on the message dbus."
 
 #: ../thunar/thunar-application.c:473
 msgid "The Thunar development team. All rights reserved."
@@ -155,20 +155,20 @@ msgstr "Failed to open \"%s\": %s"
 #. display an error message
 #: ../thunar/thunar-application.c:1691
 #: ../thunar/thunar-properties-dialog.c:731
-#: ../thunar/thunar-standard-view.c:2864 ../thunar/thunar-tree-view.c:1897
+#: ../thunar/thunar-standard-view.c:2867 ../thunar/thunar-tree-view.c:1899
 #, c-format
 msgid "Failed to rename \"%s\""
 msgstr "Failed to rename \"%s\""
 
 #: ../thunar/thunar-application.c:1793
 #: ../thunar/thunar-location-buttons.c:1347
-#: ../thunar/thunar-standard-view.c:2389 ../thunar/thunar-tree-view.c:1759
+#: ../thunar/thunar-standard-view.c:2392 ../thunar/thunar-tree-view.c:1776
 msgid "New Folder"
 msgstr "New Folder"
 
 #: ../thunar/thunar-application.c:1794
 #: ../thunar/thunar-location-buttons.c:1348
-#: ../thunar/thunar-standard-view.c:2390 ../thunar/thunar-tree-view.c:1760
+#: ../thunar/thunar-standard-view.c:2393 ../thunar/thunar-tree-view.c:177

[Xfce4-commits] [xfce/thunar] branch xfce-4.14 updated (96ea3f2 -> 6021efb)

2019-05-29 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  96ea3f2   I18n: Update translation sq (100%).
   new  6021efb   I18n: Update translation en_AU (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/en_AU.po | 254 +---
 1 file changed, 124 insertions(+), 130 deletions(-)

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


[Xfce4-commits] [xfce/thunar] branch master updated (843cf52 -> 81c8bc2)

2019-05-29 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  843cf52   I18n: Update translation sq (100%).
   new  81c8bc2   I18n: Update translation en_AU (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/en_AU.po | 264 ++--
 1 file changed, 131 insertions(+), 133 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/exo] branch master updated (024b867 -> 95cd0b9)

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

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

  from  024b867   I18n: Update translation zh_TW (100%).
   new  95cd0b9   I18n: Update translation en_AU (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/en_AU.po | 233 +++-
 1 file changed, 119 insertions(+), 114 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