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

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

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

commit cb2c89fbbc0d5cfd2187c9c07b34a2281e1e98f6
Author: Anonymous 
Date:   Mon Feb 19 00:31:36 2018 +0100

I18n: Update translation lt (100%).

74 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/lt.po | 53 ++---
 1 file changed, 34 insertions(+), 19 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index 556a1dd..92f7369 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -4,13 +4,13 @@
 # 
 # Translators:
 # Algimantas Margevičius , 2012
-# Moo, 2015-2017
+# Moo, 2015-2018
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-11-30 06:31+0100\n"
-"PO-Revision-Date: 2017-11-30 20:09+\n"
+"POT-Creation-Date: 2018-02-18 00:31+0100\n"
+"PO-Revision-Date: 2018-02-18 19:08+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-apps/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -19,7 +19,27 @@ msgstr ""
 "Language: lt\n"
 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && 
(n%100<10 || n%100>=20) ? 1 : 2);\n"
 
-#: ../panel-plugin/notification-plugin.c:204
+#: ../common/xfce-notify-log.c:342
+msgid "Do you really want to clear the notification log?"
+msgstr "Ar tikrai norite išvalyti pranešimų žurnalą?"
+
+#: ../common/xfce-notify-log.c:346
+msgid "Clear notification log"
+msgstr "Išvalyti pranešimų žurnalą"
+
+#: ../common/xfce-notify-log.c:349
+msgid "Cancel"
+msgstr "Atsisakyti"
+
+#: ../common/xfce-notify-log.c:351 ../xfce4-notifyd-config/main.c:953
+msgid "Clear"
+msgstr "Išvalyti"
+
+#: ../common/xfce-notify-log.c:364
+msgid "include icon cache"
+msgstr "įtraukti piktogramų podėlį"
+
+#: ../panel-plugin/notification-plugin.c:218
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:12
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.desktop.in.h:1
 msgid "Notifications"
@@ -51,20 +71,19 @@ msgstr "Tai yra pranešimų įskiepis"
 msgid "Copyright © 2017 Simon Steinbeiß\n"
 msgstr "Autorių teisės © 2017 Simon Steinbeiß\n"
 
-#. checkmenuitem for the do not disturb mode of xfce4-notifyd
-#: ../panel-plugin/notification-plugin-log.c:103
-msgid "_Do not disturb"
-msgstr "_Netrukdyti"
+#: ../panel-plugin/notification-plugin-log.c:132
+msgid "_Do not disturb"
+msgstr "_Netrukdyti"
 
-#: ../panel-plugin/notification-plugin-log.c:262
+#: ../panel-plugin/notification-plugin-log.c:306
 msgid "No notifications"
 msgstr "Nėra pranešimų"
 
-#: ../panel-plugin/notification-plugin-log.c:281
+#: ../panel-plugin/notification-plugin-log.c:327
 msgid "_Clear log"
 msgstr "Iš_valyti žurnalą"
 
-#: ../panel-plugin/notification-plugin-log.c:289
+#: ../panel-plugin/notification-plugin-log.c:335
 msgid "_Notification settings…"
 msgstr "_Pranešimų nustatymai…"
 
@@ -95,19 +114,19 @@ msgstr "Nepavyko paleisti pranešimų tarnybos"
 msgid "Another notification daemon is running, exiting\n"
 msgstr "Yra vykdoma kita pranešimų tarnyba, išeinama\n"
 
-#: ../xfce4-notifyd-config/main.c:77
+#: ../xfce4-notifyd-config/main.c:78
 msgid "Notification Preview"
 msgstr "Pranešimų peržiūra"
 
-#: ../xfce4-notifyd-config/main.c:78
+#: ../xfce4-notifyd-config/main.c:79
 msgid "This is what notifications will look like"
 msgstr "Štai kaip atrodys pranešimai"
 
-#: ../xfce4-notifyd-config/main.c:83
+#: ../xfce4-notifyd-config/main.c:84
 msgid "Button"
 msgstr "Mygtukas"
 
-#: ../xfce4-notifyd-config/main.c:90
+#: ../xfce4-notifyd-config/main.c:91
 msgid "Notification preview failed"
 msgstr "Pranešimų peržiūra nepavyko"
 
@@ -137,10 +156,6 @@ msgstr "Atverti"
 msgid "Open the notification log in an external editor"
 msgstr "Atverti pranešimų žurnalą išoriniame redaktoriuje"
 
-#: ../xfce4-notifyd-config/main.c:953
-msgid "Clear"
-msgstr "Išvalyti"
-
 #: ../xfce4-notifyd-config/main.c:954
 msgid "Clear the notification log"
 msgstr "Išvalyti pranešimų žurnalą"

-- 
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: Fixed an uncritical "use after free" ( check if NULL after free ) Afaik it did not cause trouble so far.

2018-02-18 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 95b78380cb866f7597ad467f99220aacf0cadc4a
Author: Alexander Schwinn 
Date:   Sun Feb 18 20:42:43 2018 +0100

Fixed an uncritical "use after free" ( check if NULL after free )
Afaik it did not cause trouble so far.
---
 thunar/thunar-standard-view.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/thunar/thunar-standard-view.c b/thunar/thunar-standard-view.c
index c94c38d..2bddff8 100644
--- a/thunar/thunar-standard-view.c
+++ b/thunar/thunar-standard-view.c
@@ -4257,7 +4257,6 @@ thunar_standard_view_context_menu (ThunarStandardView 
*standard_view)
   /* merge the custom menu actions for the selected items */
   selected_items = (*THUNAR_STANDARD_VIEW_GET_CLASS 
(standard_view)->get_selected_items) (standard_view);
   thunar_standard_view_merge_custom_actions (standard_view, selected_items);
-  g_list_free_full (selected_items, (GDestroyNotify) gtk_tree_path_free);
 
   /* grab an additional reference on the view */
   g_object_ref (G_OBJECT (standard_view));
@@ -4266,6 +4265,8 @@ thunar_standard_view_context_menu (ThunarStandardView 
*standard_view)
   menu = gtk_ui_manager_get_widget (standard_view->ui_manager, (selected_items 
!= NULL) ? "/file-context-menu" : "/folder-context-menu");
   thunar_gtk_menu_run (GTK_MENU (menu));
 
+  g_list_free_full (selected_items, (GDestroyNotify) gtk_tree_path_free);
+
   /* release the additional reference on the view */
   g_object_unref (G_OBJECT (standard_view));
 }

-- 
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 (d51b6c1 -> 95b7838)

2018-02-18 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  d51b6c1   I18n: Update translation zh_CN (100%).
   new  95b7838   Fixed an uncritical "use after free" ( check if NULL 
after free ) Afaik it did not cause trouble so far.

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 | 3 ++-
 1 file changed, 2 insertions(+), 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/xfce4-notifyd] branch master updated (2b3462c -> cb2c89f)

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

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

  from  2b3462c   I18n: Update translation de (100%).
   new  cb2c89f   I18n: Update translation lt (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/lt.po | 53 ++---
 1 file changed, 34 insertions(+), 19 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 zh_CN (100%).

2018-02-18 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 d51b6c1d86dd86f32a5d9ae15fce51c2c8540eef
Author: dull2wall 
Date:   Sun Feb 18 12:30:24 2018 +0100

I18n: Update translation zh_CN (100%).

739 translated messages.

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

diff --git a/po/zh_CN.po b/po/zh_CN.po
index df3dea9..7791168 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -10,6 +10,7 @@
 # kangkang , 2006
 # Hunt Xu , 2014
 # Mingcong Bai , 2018
+# dull2wall , 2018
 # SamHX , 2017
 # winjeg , 2017
 # Xiaobo Zhou , 2014
@@ -19,9 +20,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-02-03 00:30+0100\n"
-"PO-Revision-Date: 2018-02-05 17:27+\n"
-"Last-Translator: Mingcong Bai \n"
+"POT-Creation-Date: 2018-02-09 12:30+0100\n"
+"PO-Revision-Date: 2018-02-18 10:19+\n"
+"Last-Translator: dull2wall \n"
 "Language-Team: Chinese (China) 
(http://www.transifex.com/xfce/thunar/language/zh_CN/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -1230,9 +1231,9 @@ msgstr[0] "将选中的文件发送至 “%s”"
 
 #: ../thunar/thunar-list-model.c:2328
 #, c-format
-msgid "%d item (%s), Free space: %s"
-msgid_plural "%d items (%s), Free space: %s"
-msgstr[0] "%d 个项目(%s),可用空间: %s"
+msgid "%d item: %s, Free space: %s"
+msgid_plural "%d items: %s, Free space: %s"
+msgstr[0] "%d 个项目: %s, 可用空间 : %s"
 
 #. just the standard text
 #: ../thunar/thunar-list-model.c:2335
@@ -1249,36 +1250,36 @@ msgstr[0] "%d 个项目"
 
 #: ../thunar/thunar-list-model.c:2360
 #, c-format
-msgid "\"%s\" broken link"
-msgstr "“%s” 无效链接"
+msgid "\"%s\": broken link"
+msgstr "\"%s\": 无效链接"
 
 #: ../thunar/thunar-list-model.c:2365
 #, c-format
-msgid "\"%s\" (%s) link to %s"
-msgstr "“%s”(%s) 链接至 %s"
+msgid "\"%s\": %s link to %s"
+msgstr "\"%s\": %s 链接至 %s"
 
 #: ../thunar/thunar-list-model.c:2371
 #, c-format
-msgid "\"%s\" shortcut"
-msgstr "“%s” 快捷方式"
+msgid "\"%s\": shortcut"
+msgstr "\"%s\": 快捷方式"
 
 #: ../thunar/thunar-list-model.c:2375
 #, c-format
-msgid "\"%s\" mountable"
-msgstr "“%s” 可挂载"
+msgid "\"%s\": mountable"
+msgstr "\"%s\": 可挂载"
 
 #. I18N, first %s is the display name of the file, 2nd the file size, 3rd the
 #. content type
 #: ../thunar/thunar-list-model.c:2382
 #, c-format
-msgid "\"%s\" (%s) %s"
-msgstr "“%s”(%s)%s"
+msgid "\"%s\": %s %s"
+msgstr "\"%s\": %s %s"
 
 #. I18N, first %s is the display name of the file, second the content type
 #: ../thunar/thunar-list-model.c:2391
 #, c-format
-msgid "\"%s\" %s"
-msgstr "\"%s\" %s"
+msgid "\"%s\": %s"
+msgstr "\"%s\": %s"
 
 #. TRANSLATORS: Try to come up with a short translation of "Original Path"
 #. (which is the path
@@ -1298,16 +1299,16 @@ msgstr "图片大小:"
 #. item count if there are also folders in the selection
 #: ../thunar/thunar-list-model.c:2463
 #, c-format
-msgid "%d other item selected (%s)"
-msgid_plural "%d other items selected (%s)"
-msgstr[0] "已选中 %d 个项目 (%s)"
+msgid "%d other item selected: %s"
+msgid_plural "%d other items selected: %s"
+msgstr[0] "已选中 %d 个项目: %s"
 
 #. only non-folders are selected
 #: ../thunar/thunar-list-model.c:2470
 #, c-format
-msgid "%d item selected (%s)"
-msgid_plural "%d items selected (%s)"
-msgstr[0] "已选中 %d 个项目(%s)"
+msgid "%d item selected: %s"
+msgid_plural "%d items selected: %s"
+msgstr[0] "已选中 %d 个项目: %s"
 
 #: ../thunar/thunar-list-model.c:2484
 #, 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] [thunar-plugins/thunar-shares-plugin] branch master updated (c17bfba -> a7fd35d)

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

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

  from  c17bfba   I18n: Update translation nl (100%).
   new  bd6234d   I18n: Update translation cs (100%).
   new  a7fd35d   I18n: Update translation zh_CN (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/cs.po| 37 +
 po/zh_CN.po | 37 +
 2 files changed, 42 insertions(+), 32 deletions(-)

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


[Xfce4-commits] [thunar-plugins/thunar-media-tags-plugin] 02/02: I18n: Update translation zh_CN (100%).

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

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

commit 2c8fcbe4234c59eaaa795edfea91e8bdb7f06369
Author: dull2wall 
Date:   Sun Feb 18 12:30:33 2018 +0100

I18n: Update translation zh_CN (100%).

60 translated messages.

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

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 24b890f..2f22c63 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -5,14 +5,15 @@
 # Translators:
 # Chipong Luo , 2011-2012
 # Hunt Xu , 2008
+# dull2wall , 2018
 # 玉堂白鹤 , 2015
 msgid ""
 msgstr ""
 "Project-Id-Version: Thunar Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-02-11 18:30+0100\n"
-"PO-Revision-Date: 2017-09-19 18:03+\n"
-"Last-Translator: 玉堂白鹤 \n"
+"POT-Creation-Date: 2018-02-15 00:30+0100\n"
+"PO-Revision-Date: 2018-02-18 10:20+\n"
+"Last-Translator: dull2wall \n"
 "Language-Team: Chinese (China) 
(http://www.transifex.com/xfce/thunar-plugins/language/zh_CN/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -20,7 +21,7 @@ msgstr ""
 "Language: zh_CN\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657
+#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:659
 msgid "Title"
 msgstr "标题"
 
@@ -58,80 +59,80 @@ msgid "Cust_om format:"
 msgstr "自定义格式(_O):"
 
 #. Format label
-#: ../thunar-plugin/tag-renamer.c:271
+#: ../thunar-plugin/tag-renamer.c:272
 msgid "_Format:"
 msgstr "格式(_F):"
 
-#: ../thunar-plugin/tag-renamer.c:312
+#: ../thunar-plugin/tag-renamer.c:314
 msgid "_Underscores"
 msgstr "下划线(_U)"
 
-#: ../thunar-plugin/tag-renamer.c:314
+#: ../thunar-plugin/tag-renamer.c:316
 msgid ""
 "Activating this option will replace all spaces in the target filename with "
 "underscores."
 msgstr "激活此项会用下划线代替目标文件名中的所有空格"
 
-#: ../thunar-plugin/tag-renamer.c:319
+#: ../thunar-plugin/tag-renamer.c:321
 msgid "_Lowercase"
 msgstr "小写字母(_L)"
 
-#: ../thunar-plugin/tag-renamer.c:321
+#: ../thunar-plugin/tag-renamer.c:323
 msgid ""
 "If you activate this, the resulting filename will only contain lowercase "
 "letters."
 msgstr "激活此项会使最终文件名中只包含小写字母。"
 
-#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182
+#: ../thunar-plugin/tag-renamer.c:466 ../thunar-plugin/audio-tags-page.c:183
 msgid "Unknown Artist"
 msgstr "未知艺术家"
 
-#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208
+#: ../thunar-plugin/tag-renamer.c:474 ../thunar-plugin/audio-tags-page.c:209
 msgid "Unknown Title"
 msgstr "未知标题"
 
 #. Edit tags action
-#: ../thunar-plugin/tag-renamer.c:627
+#: ../thunar-plugin/tag-renamer.c:629
 msgid "Edit _Tags"
 msgstr "编辑标签(_T)"
 
-#: ../thunar-plugin/tag-renamer.c:627
+#: ../thunar-plugin/tag-renamer.c:629
 msgid "Edit ID3/OGG tags of this file."
 msgstr "编辑此文件的 ID3/OGG 标签"
 
-#: ../thunar-plugin/tag-renamer.c:646
+#: ../thunar-plugin/tag-renamer.c:648
 msgid "Tag Help"
 msgstr "标签帮助"
 
-#: ../thunar-plugin/tag-renamer.c:657
+#: ../thunar-plugin/tag-renamer.c:659
 msgid "Artist"
 msgstr "艺术家"
 
-#: ../thunar-plugin/tag-renamer.c:658
+#: ../thunar-plugin/tag-renamer.c:660
 msgid "Album"
 msgstr "专辑"
 
-#: ../thunar-plugin/tag-renamer.c:658
+#: ../thunar-plugin/tag-renamer.c:660
 msgid "Genre"
 msgstr "流派"
 
-#: ../thunar-plugin/tag-renamer.c:659
+#: ../thunar-plugin/tag-renamer.c:661
 msgid "Track number"
 msgstr "音轨编号"
 
-#: ../thunar-plugin/tag-renamer.c:659
+#: ../thunar-plugin/tag-renamer.c:661
 msgid "Year"
 msgstr "年份"
 
-#: ../thunar-plugin/tag-renamer.c:660
+#: ../thunar-plugin/tag-renamer.c:662
 msgid "Comment"
 msgstr "注释"
 
-#: ../thunar-plugin/tag-renamer.c:717
+#: ../thunar-plugin/tag-renamer.c:719
 msgid "Audio Tags"
 msgstr "音频标签"
 
-#: ../thunar-plugin/audio-tags-page.c:195
+#: ../thunar-plugin/audio-tags-page.c:196
 msgid "Unknown Album"
 msgstr "未知专辑"
 
@@ -139,129 +140,139 @@ msgstr "未知专辑"
 msgid "Track:"
 msgstr "音轨:"
 
-#: ../thunar-plugin/audio-tags-page.c:343
+#: ../thunar-plugin/audio-tags-page.c:338
 msgid "Enter the track number here."
 msgstr "在这里输入音轨编号。"
 
-#: ../thunar-plugin/audio-tags-page.c:351
+#: ../thunar-plugin/audio-tags-page.c:347
 msgid "Year:"
 msgstr "年份:"
 
-#: ../thunar-plugin/audio-tags-page.c:366
+#: ../thunar-plugin/audio-tags-page.c:357
 msgid "Enter the release year here."
 msgstr "在这里输入发行年份。"
 
-#: ../thunar-plugin/audio-tags-page.c:374
+#: ../thunar-plugin/audio-tags-page.c:366
 msgid "Artist:"
 msgstr "艺术家:"
 
-#: 

[Xfce4-commits] [apps/xfce4-notifyd] branch master updated (96d7a96 -> 38083a7)

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

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

  from  96d7a96   Make more strings translateable
   new  dedb31e   I18n: Update translation bg (100%).
   new  fcb7298   I18n: Update translation ca (100%).
   new  4eca754   I18n: Update translation cs (100%).
   new  cc27e26   I18n: Update translation fr (100%).
   new  f2dd3ff   I18n: Update translation hr (100%).
   new  85f4234   I18n: Update translation nl (100%).
   new  c74e796   I18n: Update translation pl (100%).
   new  0ad2d23   I18n: Update translation sk (100%).
   new  38083a7   I18n: Update translation zh_CN (100%).

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


Summary of changes:
 po/bg.po| 48 
 po/ca.po| 48 
 po/cs.po| 46 +++---
 po/fr.po| 48 
 po/hr.po| 53 ++---
 po/nl.po| 53 ++---
 po/pl.po| 52 ++--
 po/sk.po| 48 
 po/zh_CN.po | 51 ++-
 9 files changed, 295 insertions(+), 152 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 (90db7b7 -> d51b6c1)

2018-02-18 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  90db7b7   I18n: Update translation es (100%).
   new  d51b6c1   I18n: Update translation zh_CN (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/zh_CN.po | 49 +
 1 file changed, 25 insertions(+), 24 deletions(-)

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


[Xfce4-commits] [thunar-plugins/thunar-media-tags-plugin] branch master updated (fa7eed1 -> 2c8fcbe)

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

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

  from  fa7eed1   I18n: Update translation it (98%).
   new  6f4cd08   I18n: Update translation cs (100%).
   new  2c8fcbe   I18n: Update translation zh_CN (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/cs.po| 142 +++
 po/zh_CN.po | 143 
 2 files changed, 153 insertions(+), 132 deletions(-)

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


[Xfce4-commits] [thunar-plugins/thunar-media-tags-plugin] 01/02: I18n: Update translation cs (100%).

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

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

commit 6f4cd08fc64c20f2c6b93a5369b6e56936115cd6
Author: Michal Várady 
Date:   Sun Feb 18 12:30:33 2018 +0100

I18n: Update translation cs (100%).

60 translated messages.

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

diff --git a/po/cs.po b/po/cs.po
index 374d993..0fd282d 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -3,13 +3,13 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Michal Várady , 2015
+# Michal Várady , 2015,2018
 msgid ""
 msgstr ""
 "Project-Id-Version: Thunar Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-02-11 18:30+0100\n"
-"PO-Revision-Date: 2017-09-19 18:03+\n"
+"POT-Creation-Date: 2018-02-15 00:30+0100\n"
+"PO-Revision-Date: 2018-02-18 09:42+\n"
 "Last-Translator: Michal Várady \n"
 "Language-Team: Czech 
(http://www.transifex.com/xfce/thunar-plugins/language/cs/)\n"
 "MIME-Version: 1.0\n"
@@ -18,7 +18,7 @@ msgstr ""
 "Language: cs\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
-#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657
+#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:659
 msgid "Title"
 msgstr "Název"
 
@@ -56,80 +56,80 @@ msgid "Cust_om format:"
 msgstr "_Vlastní formát:"
 
 #. Format label
-#: ../thunar-plugin/tag-renamer.c:271
+#: ../thunar-plugin/tag-renamer.c:272
 msgid "_Format:"
 msgstr "_Formát:"
 
-#: ../thunar-plugin/tag-renamer.c:312
+#: ../thunar-plugin/tag-renamer.c:314
 msgid "_Underscores"
 msgstr "_Podtržítka"
 
-#: ../thunar-plugin/tag-renamer.c:314
+#: ../thunar-plugin/tag-renamer.c:316
 msgid ""
 "Activating this option will replace all spaces in the target filename with "
 "underscores."
 msgstr "Aktivace této položky způsobí nahrazení všech mezer v cílovém názvu 
podtržítky."
 
-#: ../thunar-plugin/tag-renamer.c:319
+#: ../thunar-plugin/tag-renamer.c:321
 msgid "_Lowercase"
 msgstr "_Malá písmena"
 
-#: ../thunar-plugin/tag-renamer.c:321
+#: ../thunar-plugin/tag-renamer.c:323
 msgid ""
 "If you activate this, the resulting filename will only contain lowercase "
 "letters."
 msgstr "Použijete-li tuto volbu, výsledné názvy budou obsahovat pouze malá 
písmena."
 
-#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182
+#: ../thunar-plugin/tag-renamer.c:466 ../thunar-plugin/audio-tags-page.c:183
 msgid "Unknown Artist"
 msgstr "Neznámý umělec"
 
-#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208
+#: ../thunar-plugin/tag-renamer.c:474 ../thunar-plugin/audio-tags-page.c:209
 msgid "Unknown Title"
 msgstr "Neznámý název"
 
 #. Edit tags action
-#: ../thunar-plugin/tag-renamer.c:627
+#: ../thunar-plugin/tag-renamer.c:629
 msgid "Edit _Tags"
 msgstr "Upravit _tagy"
 
-#: ../thunar-plugin/tag-renamer.c:627
+#: ../thunar-plugin/tag-renamer.c:629
 msgid "Edit ID3/OGG tags of this file."
 msgstr "Upraví tagy ID3 nebo OGG tohoto souboru."
 
-#: ../thunar-plugin/tag-renamer.c:646
+#: ../thunar-plugin/tag-renamer.c:648
 msgid "Tag Help"
 msgstr "Nápověda tagů"
 
-#: ../thunar-plugin/tag-renamer.c:657
+#: ../thunar-plugin/tag-renamer.c:659
 msgid "Artist"
 msgstr "Umělec"
 
-#: ../thunar-plugin/tag-renamer.c:658
+#: ../thunar-plugin/tag-renamer.c:660
 msgid "Album"
 msgstr "Album"
 
-#: ../thunar-plugin/tag-renamer.c:658
+#: ../thunar-plugin/tag-renamer.c:660
 msgid "Genre"
 msgstr "Žánr"
 
-#: ../thunar-plugin/tag-renamer.c:659
+#: ../thunar-plugin/tag-renamer.c:661
 msgid "Track number"
 msgstr "Číslo stopy"
 
-#: ../thunar-plugin/tag-renamer.c:659
+#: ../thunar-plugin/tag-renamer.c:661
 msgid "Year"
 msgstr "Rok"
 
-#: ../thunar-plugin/tag-renamer.c:660
+#: ../thunar-plugin/tag-renamer.c:662
 msgid "Comment"
 msgstr "Komentář"
 
-#: ../thunar-plugin/tag-renamer.c:717
+#: ../thunar-plugin/tag-renamer.c:719
 msgid "Audio Tags"
 msgstr "Tagy nahrávky"
 
-#: ../thunar-plugin/audio-tags-page.c:195
+#: ../thunar-plugin/audio-tags-page.c:196
 msgid "Unknown Album"
 msgstr "Neznámé album"
 
@@ -137,129 +137,139 @@ msgstr "Neznámé album"
 msgid "Track:"
 msgstr "Stopa:"
 
-#: ../thunar-plugin/audio-tags-page.c:343
+#: ../thunar-plugin/audio-tags-page.c:338
 msgid "Enter the track number here."
 msgstr "Sem zadejte název stopy."
 
-#: ../thunar-plugin/audio-tags-page.c:351
+#: ../thunar-plugin/audio-tags-page.c:347
 msgid "Year:"
 msgstr "Rok:"
 
-#: ../thunar-plugin/audio-tags-page.c:366
+#: ../thunar-plugin/audio-tags-page.c:357
 msgid "Enter the 

[Xfce4-commits] [thunar-plugins/thunar-shares-plugin] 02/02: I18n: Update translation zh_CN (100%).

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

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

commit a7fd35d63bdc45d5275fcd9b40c1b5bba4dfc1da
Author: dull2wall 
Date:   Sun Feb 18 12:30:40 2018 +0100

I18n: Update translation zh_CN (100%).

29 translated messages.

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

diff --git a/po/zh_CN.po b/po/zh_CN.po
index c595251..9dfaba2 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -6,13 +6,14 @@
 # Chipong Luo , 2011-2012
 # Hunt Xu , 2008-2009
 # xsoul , 2009
+# dull2wall , 2018
 msgid ""
 msgstr ""
 "Project-Id-Version: Thunar Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-07-03 20:10+0200\n"
-"PO-Revision-Date: 2017-09-19 18:03+\n"
-"Last-Translator: Nick Schermer \n"
+"POT-Creation-Date: 2018-02-16 06:30+0100\n"
+"PO-Revision-Date: 2018-02-18 10:21+\n"
+"Last-Translator: dull2wall \n"
 "Language-Team: Chinese (China) 
(http://www.transifex.com/xfce/thunar-plugins/language/zh_CN/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -20,37 +21,37 @@ msgstr ""
 "Language: zh_CN\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: ../libshares/libshares-util.c:161
+#: ../libshares/libshares-util.c:166
 msgid "Please, write a name."
 msgstr "请输入名称。"
 
 #. Warn the user
-#: ../libshares/libshares-util.c:169
+#: ../libshares/libshares-util.c:174
 msgid ""
 "Share name too long. Some old clients may have problems to access it, "
 "continue anyway?"
 msgstr "共享名太长。一些旧的客户端访问它时可能会有问题,仍然继续?"
 
-#: ../libshares/libshares-util.c:182
+#: ../libshares/libshares-util.c:187
 #, c-format
 msgid "Error while getting share information: %s"
 msgstr "获取共享信息时出错:%s"
 
-#: ../libshares/libshares-util.c:192
+#: ../libshares/libshares-util.c:197
 msgid "Another share has the same name"
 msgstr "与另一个共享重名"
 
-#: ../libshares/libshares-util.c:246
+#: ../libshares/libshares-util.c:251
 msgid "Cannot modify the share:"
 msgstr "未能修改共享:"
 
-#: ../libshares/libshares-util.c:345
+#: ../libshares/libshares-util.c:353
 msgid ""
 "Thunar needs to add some permissions to your folder in order to share it. Do"
 " you agree?"
 msgstr "Thunar 需要为您的文件夹增加一些权限以便共享它。您同意吗?"
 
-#: ../libshares/libshares-util.c:384
+#: ../libshares/libshares-util.c:392
 msgid "Error when changing folder permissions."
 msgstr "更改文件夹权限时出错。"
 
@@ -116,16 +117,16 @@ msgid ""
 "first and add a new one"
 msgstr "未能更改已存在共享的路径;请移除原来的共享并添加一个新的共享"
 
-#: ../thunar-plugin/tsp-page.c:152
+#: ../thunar-plugin/tsp-page.c:151
 msgid "Folder Sharing"
 msgstr "文件夹共享"
 
 #. Share check button
-#: ../thunar-plugin/tsp-page.c:162
+#: ../thunar-plugin/tsp-page.c:161
 msgid "Share this folder"
 msgstr "共享此文件夹"
 
-#: ../thunar-plugin/tsp-page.c:170
+#: ../thunar-plugin/tsp-page.c:169
 msgid "Share Name:"
 msgstr "共享名:"
 
@@ -143,15 +144,19 @@ msgstr "允许来宾访问"
 msgid "Comments:"
 msgstr "注释:"
 
-#: ../thunar-plugin/tsp-page.c:296
+#: ../thunar-plugin/tsp-page.c:209
+msgid "_Apply"
+msgstr "_应用"
+
+#: ../thunar-plugin/tsp-page.c:298
 msgid "Share"
 msgstr "共享"
 
-#: ../thunar-plugin/tsp-page.c:368
+#: ../thunar-plugin/tsp-page.c:370
 msgid "You are not the owner of the folder."
 msgstr "您不是此文件夹的所有者。"
 
-#: ../thunar-plugin/tsp-page.c:376
+#: ../thunar-plugin/tsp-page.c:378
 msgid ""
 "You may need to install Samba, check your user permissions(usershares group) 
and re-login.\n"
 "More info: http://thunar-shares.googlecode.com/"

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


[Xfce4-commits] [thunar-plugins/thunar-shares-plugin] 01/02: I18n: Update translation cs (100%).

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

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

commit bd6234d26662a920546fc8c4284a9d71b52f6179
Author: Michal Várady 
Date:   Sun Feb 18 12:30:40 2018 +0100

I18n: Update translation cs (100%).

29 translated messages.

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

diff --git a/po/cs.po b/po/cs.po
index c5c187c..3284520 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -3,13 +3,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Michal Várady , 2018
 msgid ""
 msgstr ""
 "Project-Id-Version: Thunar Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-07-03 20:10+0200\n"
-"PO-Revision-Date: 2017-09-19 18:03+\n"
-"Last-Translator: Nick Schermer \n"
+"POT-Creation-Date: 2018-02-16 06:30+0100\n"
+"PO-Revision-Date: 2018-02-18 09:41+\n"
+"Last-Translator: Michal Várady \n"
 "Language-Team: Czech 
(http://www.transifex.com/xfce/thunar-plugins/language/cs/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -17,37 +18,37 @@ msgstr ""
 "Language: cs\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
-#: ../libshares/libshares-util.c:161
+#: ../libshares/libshares-util.c:166
 msgid "Please, write a name."
 msgstr "Zadejte název."
 
 #. Warn the user
-#: ../libshares/libshares-util.c:169
+#: ../libshares/libshares-util.c:174
 msgid ""
 "Share name too long. Some old clients may have problems to access it, "
 "continue anyway?"
 msgstr "Název sdílené položky je příliš dlouhý. Někteří starší klienti mohou 
mít potíže s přístupem k nim, chcete přesto pokračovat?"
 
-#: ../libshares/libshares-util.c:182
+#: ../libshares/libshares-util.c:187
 #, c-format
 msgid "Error while getting share information: %s"
 msgstr "Při získávání informací o sdílení došlo k chybě: %s"
 
-#: ../libshares/libshares-util.c:192
+#: ../libshares/libshares-util.c:197
 msgid "Another share has the same name"
 msgstr "Jiná sdílená položka již má stejný název"
 
-#: ../libshares/libshares-util.c:246
+#: ../libshares/libshares-util.c:251
 msgid "Cannot modify the share:"
 msgstr "Nelze změnit sdílenou složku:"
 
-#: ../libshares/libshares-util.c:345
+#: ../libshares/libshares-util.c:353
 msgid ""
 "Thunar needs to add some permissions to your folder in order to share it. Do"
 " you agree?"
 msgstr "Aplikace Thunar přidá této složce oprávnění, aby ji mohla sdílet. 
Chcete pokračovat?"
 
-#: ../libshares/libshares-util.c:384
+#: ../libshares/libshares-util.c:392
 msgid "Error when changing folder permissions."
 msgstr "Chyba při nastavování oprávnění ke složce."
 
@@ -113,16 +114,16 @@ msgid ""
 "first and add a new one"
 msgstr "Nelze změnit cestu existující sdílené složky; nejdříve odeberte starou 
sdílenou složku a poté přidejte novou"
 
-#: ../thunar-plugin/tsp-page.c:152
+#: ../thunar-plugin/tsp-page.c:151
 msgid "Folder Sharing"
 msgstr "Sdílení složky"
 
 #. Share check button
-#: ../thunar-plugin/tsp-page.c:162
+#: ../thunar-plugin/tsp-page.c:161
 msgid "Share this folder"
 msgstr "Sdílet tuto složku"
 
-#: ../thunar-plugin/tsp-page.c:170
+#: ../thunar-plugin/tsp-page.c:169
 msgid "Share Name:"
 msgstr "Název sdílené složky:"
 
@@ -140,15 +141,19 @@ msgstr "Povolit přístup nepřihlášeným uživatelům"
 msgid "Comments:"
 msgstr "Komentáře:"
 
-#: ../thunar-plugin/tsp-page.c:296
+#: ../thunar-plugin/tsp-page.c:209
+msgid "_Apply"
+msgstr "_Použít"
+
+#: ../thunar-plugin/tsp-page.c:298
 msgid "Share"
 msgstr "Sdílená složka"
 
-#: ../thunar-plugin/tsp-page.c:368
+#: ../thunar-plugin/tsp-page.c:370
 msgid "You are not the owner of the folder."
 msgstr "Nejste vlastníkem složky."
 
-#: ../thunar-plugin/tsp-page.c:376
+#: ../thunar-plugin/tsp-page.c:378
 msgid ""
 "You may need to install Samba, check your user permissions(usershares group) 
and re-login.\n"
 "More info: http://thunar-shares.googlecode.com/"

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


[Xfce4-commits] [apps/xfce4-notifyd] 02/09: I18n: Update translation ca (100%).

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

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

commit fcb7298c8d159a701fef4092e87a12de2bc431f2
Author: Robert Antoni Buj Gelonch 
Date:   Sun Feb 18 12:31:46 2018 +0100

I18n: Update translation ca (100%).

74 translated messages.

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

diff --git a/po/ca.po b/po/ca.po
index 6e5f3d4..df7c664 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -5,14 +5,14 @@
 # Translators:
 # Carles Muñoz Gorriz , 2008
 # Davidmp , 2016
-# Robert Antoni Buj Gelonch , 2016-2017
+# Robert Antoni Buj Gelonch , 2016-2018
 # Robert Antoni Buj Gelonch , 2016
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-12-01 06:31+0100\n"
-"PO-Revision-Date: 2017-12-31 14:04+\n"
+"POT-Creation-Date: 2018-02-18 00:31+0100\n"
+"PO-Revision-Date: 2018-02-18 06:00+\n"
 "Last-Translator: Robert Antoni Buj Gelonch \n"
 "Language-Team: Catalan 
(http://www.transifex.com/xfce/xfce-apps/language/ca/)\n"
 "MIME-Version: 1.0\n"
@@ -21,7 +21,27 @@ msgstr ""
 "Language: ca\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../panel-plugin/notification-plugin.c:215
+#: ../common/xfce-notify-log.c:342
+msgid "Do you really want to clear the notification log?"
+msgstr "Realment voleu netejar el registre de notificacions?"
+
+#: ../common/xfce-notify-log.c:346
+msgid "Clear notification log"
+msgstr "Neteja el registre de notificacions"
+
+#: ../common/xfce-notify-log.c:349
+msgid "Cancel"
+msgstr "Cancel·la"
+
+#: ../common/xfce-notify-log.c:351 ../xfce4-notifyd-config/main.c:953
+msgid "Clear"
+msgstr "Neteja"
+
+#: ../common/xfce-notify-log.c:364
+msgid "include icon cache"
+msgstr "inclou la memòria cau d'icones"
+
+#: ../panel-plugin/notification-plugin.c:218
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:12
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.desktop.in.h:1
 msgid "Notifications"
@@ -53,19 +73,19 @@ msgstr "Aquest és un connector de notificació"
 msgid "Copyright © 2017 Simon Steinbeiß\n"
 msgstr "Drets d'autor © 2017 Simon Steinbeiß\n"
 
-#: ../panel-plugin/notification-plugin-log.c:121
+#: ../panel-plugin/notification-plugin-log.c:132
 msgid "_Do not disturb"
 msgstr "_No molestar"
 
-#: ../panel-plugin/notification-plugin-log.c:282
+#: ../panel-plugin/notification-plugin-log.c:306
 msgid "No notifications"
 msgstr "Sense notificacions"
 
-#: ../panel-plugin/notification-plugin-log.c:301
+#: ../panel-plugin/notification-plugin-log.c:327
 msgid "_Clear log"
 msgstr "_Neteja el registre"
 
-#: ../panel-plugin/notification-plugin-log.c:309
+#: ../panel-plugin/notification-plugin-log.c:335
 msgid "_Notification settings…"
 msgstr "Ajusts de les _notificacions..."
 
@@ -96,19 +116,19 @@ msgstr "No es pot iniciar el dimoni de notificacions"
 msgid "Another notification daemon is running, exiting\n"
 msgstr "Ja hi ha un altre dimoni de notificacions executant-se, se surt\n"
 
-#: ../xfce4-notifyd-config/main.c:77
+#: ../xfce4-notifyd-config/main.c:78
 msgid "Notification Preview"
 msgstr "Vista prèvia de la notificació"
 
-#: ../xfce4-notifyd-config/main.c:78
+#: ../xfce4-notifyd-config/main.c:79
 msgid "This is what notifications will look like"
 msgstr "Així és com es veuran les notificacions"
 
-#: ../xfce4-notifyd-config/main.c:83
+#: ../xfce4-notifyd-config/main.c:84
 msgid "Button"
 msgstr "Botó"
 
-#: ../xfce4-notifyd-config/main.c:90
+#: ../xfce4-notifyd-config/main.c:91
 msgid "Notification preview failed"
 msgstr "Ha fallat la vista prèvia de la notificació"
 
@@ -138,10 +158,6 @@ msgstr "Obre"
 msgid "Open the notification log in an external editor"
 msgstr "Obre el registre de notificacions en un editor extern"
 
-#: ../xfce4-notifyd-config/main.c:953
-msgid "Clear"
-msgstr "Neteja"
-
 #: ../xfce4-notifyd-config/main.c:954
 msgid "Clear the notification log"
 msgstr "Neteja el registre de notificacions"

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


[Xfce4-commits] [apps/xfce4-notifyd] 01/09: I18n: Update translation bg (100%).

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

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

commit dedb31ea1d348c726fba926bbcfb89edf134
Author: Kiril Kirilov 
Date:   Sun Feb 18 12:31:46 2018 +0100

I18n: Update translation bg (100%).

74 translated messages.

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

diff --git a/po/bg.po b/po/bg.po
index 4b96bdd..2a021cb 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -5,14 +5,14 @@
 # Translators:
 # Kiril Kirilov , 2012
 # Kiril Kirilov , 2012
-# Kiril Kirilov , 2016-2017
+# Kiril Kirilov , 2016-2018
 # Любомир Василев, 2015
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-12-01 06:31+0100\n"
-"PO-Revision-Date: 2017-12-02 09:15+\n"
+"POT-Creation-Date: 2018-02-18 00:31+0100\n"
+"PO-Revision-Date: 2018-02-18 09:04+\n"
 "Last-Translator: Kiril Kirilov \n"
 "Language-Team: Bulgarian 
(http://www.transifex.com/xfce/xfce-apps/language/bg/)\n"
 "MIME-Version: 1.0\n"
@@ -21,7 +21,27 @@ msgstr ""
 "Language: bg\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../panel-plugin/notification-plugin.c:215
+#: ../common/xfce-notify-log.c:342
+msgid "Do you really want to clear the notification log?"
+msgstr "Наистина ли искате да изчистите лога с уведомленията?"
+
+#: ../common/xfce-notify-log.c:346
+msgid "Clear notification log"
+msgstr "Изчисти лога с уведомленията"
+
+#: ../common/xfce-notify-log.c:349
+msgid "Cancel"
+msgstr "Отказ"
+
+#: ../common/xfce-notify-log.c:351 ../xfce4-notifyd-config/main.c:953
+msgid "Clear"
+msgstr "Изчистване"
+
+#: ../common/xfce-notify-log.c:364
+msgid "include icon cache"
+msgstr "Включи кеша на иконите"
+
+#: ../panel-plugin/notification-plugin.c:218
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:12
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.desktop.in.h:1
 msgid "Notifications"
@@ -53,19 +73,19 @@ msgstr "Това е добавката за уведомления"
 msgid "Copyright © 2017 Simon Steinbeiß\n"
 msgstr "Авторски права © 2017 Simon Steinbeiß\n"
 
-#: ../panel-plugin/notification-plugin-log.c:121
+#: ../panel-plugin/notification-plugin-log.c:132
 msgid "_Do not disturb"
 msgstr "_Не ме притеснявай"
 
-#: ../panel-plugin/notification-plugin-log.c:282
+#: ../panel-plugin/notification-plugin-log.c:306
 msgid "No notifications"
 msgstr "Няма уведомления"
 
-#: ../panel-plugin/notification-plugin-log.c:301
+#: ../panel-plugin/notification-plugin-log.c:327
 msgid "_Clear log"
 msgstr "_Изчистване на лога"
 
-#: ../panel-plugin/notification-plugin-log.c:309
+#: ../panel-plugin/notification-plugin-log.c:335
 msgid "_Notification settings…"
 msgstr "_Настройки на уведомленията..."
 
@@ -96,19 +116,19 @@ msgstr "Неуспех при стартиране на услугата за у
 msgid "Another notification daemon is running, exiting\n"
 msgstr "Още една услуга за уведомления е стартирана, излизане\n"
 
-#: ../xfce4-notifyd-config/main.c:77
+#: ../xfce4-notifyd-config/main.c:78
 msgid "Notification Preview"
 msgstr "Преглед на уведомление"
 
-#: ../xfce4-notifyd-config/main.c:78
+#: ../xfce4-notifyd-config/main.c:79
 msgid "This is what notifications will look like"
 msgstr "Уведомлението ще изглежда по този начин"
 
-#: ../xfce4-notifyd-config/main.c:83
+#: ../xfce4-notifyd-config/main.c:84
 msgid "Button"
 msgstr "Бутон"
 
-#: ../xfce4-notifyd-config/main.c:90
+#: ../xfce4-notifyd-config/main.c:91
 msgid "Notification preview failed"
 msgstr "Предварителният преглед на уведомленията е неуспешен"
 
@@ -138,10 +158,6 @@ msgstr "Отваряне"
 msgid "Open the notification log in an external editor"
 msgstr "Отваряне на лога с уведомленията с допълнителен редактор"
 
-#: ../xfce4-notifyd-config/main.c:953
-msgid "Clear"
-msgstr "Изчистване"
-
 #: ../xfce4-notifyd-config/main.c:954
 msgid "Clear the notification log"
 msgstr "Изчистване на лога с уведомленията"

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


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

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

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

commit 2b3462ca8ba302a061a7441f4ae21cef004b011d
Author: Vinzenz Vietzke 
Date:   Sun Feb 18 18:31:32 2018 +0100

I18n: Update translation de (100%).

74 translated messages.

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

diff --git a/po/de.po b/po/de.po
index 905a46e..1f9b555 100644
--- a/po/de.po
+++ b/po/de.po
@@ -8,14 +8,14 @@
 # Markus, 2013
 # Simon Steinbeiß , 2017
 # Tobias Bannert , 2014-2017
-# Vinzenz Vietzke , 2017
+# Vinzenz Vietzke , 2017-2018
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-12-01 06:31+0100\n"
-"PO-Revision-Date: 2017-12-05 22:45+\n"
-"Last-Translator: Simon Steinbeiß \n"
+"POT-Creation-Date: 2018-02-18 00:31+0100\n"
+"PO-Revision-Date: 2018-02-18 12:40+\n"
+"Last-Translator: Vinzenz Vietzke \n"
 "Language-Team: German 
(http://www.transifex.com/xfce/xfce-apps/language/de/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -23,7 +23,27 @@ msgstr ""
 "Language: de\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../panel-plugin/notification-plugin.c:215
+#: ../common/xfce-notify-log.c:342
+msgid "Do you really want to clear the notification log?"
+msgstr "Soll das Benachrichtigungsprotokoll wirklich geleert werden?"
+
+#: ../common/xfce-notify-log.c:346
+msgid "Clear notification log"
+msgstr "Benachrichtigungsprotokoll leeren"
+
+#: ../common/xfce-notify-log.c:349
+msgid "Cancel"
+msgstr "Abbrechen"
+
+#: ../common/xfce-notify-log.c:351 ../xfce4-notifyd-config/main.c:953
+msgid "Clear"
+msgstr "Leeren"
+
+#: ../common/xfce-notify-log.c:364
+msgid "include icon cache"
+msgstr "Symbolcache mit einbeziehen"
+
+#: ../panel-plugin/notification-plugin.c:218
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:12
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.desktop.in.h:1
 msgid "Notifications"
@@ -55,19 +75,19 @@ msgstr "Das ist die Benachrichtigungserweiterung"
 msgid "Copyright © 2017 Simon Steinbeiß\n"
 msgstr "Urheberrecht © 2017 Simon Steinbeiß\n"
 
-#: ../panel-plugin/notification-plugin-log.c:121
+#: ../panel-plugin/notification-plugin-log.c:132
 msgid "_Do not disturb"
 msgstr "_Bitte nicht stören"
 
-#: ../panel-plugin/notification-plugin-log.c:282
+#: ../panel-plugin/notification-plugin-log.c:306
 msgid "No notifications"
 msgstr "Keine Benachrichtigungen"
 
-#: ../panel-plugin/notification-plugin-log.c:301
+#: ../panel-plugin/notification-plugin-log.c:327
 msgid "_Clear log"
 msgstr "Protokoll _leeren"
 
-#: ../panel-plugin/notification-plugin-log.c:309
+#: ../panel-plugin/notification-plugin-log.c:335
 msgid "_Notification settings…"
 msgstr "Benachrichtigungs_einstellungen …"
 
@@ -98,19 +118,19 @@ msgstr "Benachrichtigungsdienst konnte nicht gestartet 
werden"
 msgid "Another notification daemon is running, exiting\n"
 msgstr "Ein anderer Benachrichtigungsdienst läuft – es wird beendet\n"
 
-#: ../xfce4-notifyd-config/main.c:77
+#: ../xfce4-notifyd-config/main.c:78
 msgid "Notification Preview"
 msgstr "Benachrichtigungsvorschau"
 
-#: ../xfce4-notifyd-config/main.c:78
+#: ../xfce4-notifyd-config/main.c:79
 msgid "This is what notifications will look like"
 msgstr "So werden Benachrichtigungen aussehen"
 
-#: ../xfce4-notifyd-config/main.c:83
+#: ../xfce4-notifyd-config/main.c:84
 msgid "Button"
 msgstr "Knopf"
 
-#: ../xfce4-notifyd-config/main.c:90
+#: ../xfce4-notifyd-config/main.c:91
 msgid "Notification preview failed"
 msgstr "Benachrichtigungsvorschau fehlgeschlagen"
 
@@ -140,10 +160,6 @@ msgstr "Öffnen"
 msgid "Open the notification log in an external editor"
 msgstr "Benachrichtigungsprotokoll in einem externen Programm öffnen"
 
-#: ../xfce4-notifyd-config/main.c:953
-msgid "Clear"
-msgstr "Leeren"
-
 #: ../xfce4-notifyd-config/main.c:954
 msgid "Clear the notification log"
 msgstr "Benachrichtigungsprotokoll leeren"

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


[Xfce4-commits] [apps/xfce4-notifyd] branch master updated (38083a7 -> 2b3462c)

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

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

  from  38083a7   I18n: Update translation zh_CN (100%).
   new  2b3462c   I18n: Update translation de (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/de.po | 50 +-
 1 file changed, 33 insertions(+), 17 deletions(-)

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


[Xfce4-commits] [apps/xfce4-notifyd] 04/09: I18n: Update translation fr (100%).

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

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

commit cc27e2643412106e560a7ef9c0cc77b8d6d28407
Author: Yannick Le Guen 
Date:   Sun Feb 18 12:31:46 2018 +0100

I18n: Update translation fr (100%).

74 translated messages.

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

diff --git a/po/fr.po b/po/fr.po
index 506ca4b..133c3ce 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -8,13 +8,13 @@
 # Maximilian Schleiss , 2008
 # Towinet, 2017
 # Urien Desterres , 2014,2017
-# Yannick Le Guen , 2014,2016-2017
+# Yannick Le Guen , 2014,2016-2018
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-12-01 06:31+0100\n"
-"PO-Revision-Date: 2017-12-01 19:17+\n"
+"POT-Creation-Date: 2018-02-18 00:31+0100\n"
+"PO-Revision-Date: 2018-02-18 09:09+\n"
 "Last-Translator: Yannick Le Guen \n"
 "Language-Team: French 
(http://www.transifex.com/xfce/xfce-apps/language/fr/)\n"
 "MIME-Version: 1.0\n"
@@ -23,7 +23,27 @@ msgstr ""
 "Language: fr\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
-#: ../panel-plugin/notification-plugin.c:215
+#: ../common/xfce-notify-log.c:342
+msgid "Do you really want to clear the notification log?"
+msgstr "Voulez-vous vraiment effacer le journal des notifications ?"
+
+#: ../common/xfce-notify-log.c:346
+msgid "Clear notification log"
+msgstr "Effacer le journal des notifications"
+
+#: ../common/xfce-notify-log.c:349
+msgid "Cancel"
+msgstr "Annuler"
+
+#: ../common/xfce-notify-log.c:351 ../xfce4-notifyd-config/main.c:953
+msgid "Clear"
+msgstr "Effacer"
+
+#: ../common/xfce-notify-log.c:364
+msgid "include icon cache"
+msgstr "inclure le cache des icônes"
+
+#: ../panel-plugin/notification-plugin.c:218
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:12
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.desktop.in.h:1
 msgid "Notifications"
@@ -55,19 +75,19 @@ msgstr "Ceci est le greffon de notification"
 msgid "Copyright © 2017 Simon Steinbeiß\n"
 msgstr "Copyright © 2017 Simon Steinbeiß\n"
 
-#: ../panel-plugin/notification-plugin-log.c:121
+#: ../panel-plugin/notification-plugin-log.c:132
 msgid "_Do not disturb"
 msgstr "_Ne pas déranger"
 
-#: ../panel-plugin/notification-plugin-log.c:282
+#: ../panel-plugin/notification-plugin-log.c:306
 msgid "No notifications"
 msgstr "Aucune notification"
 
-#: ../panel-plugin/notification-plugin-log.c:301
+#: ../panel-plugin/notification-plugin-log.c:327
 msgid "_Clear log"
 msgstr "_Effacer le journal"
 
-#: ../panel-plugin/notification-plugin-log.c:309
+#: ../panel-plugin/notification-plugin-log.c:335
 msgid "_Notification settings…"
 msgstr "_Paramètres de notification…"
 
@@ -98,19 +118,19 @@ msgstr "Impossible de démarrer le démon de notification"
 msgid "Another notification daemon is running, exiting\n"
 msgstr "Un autre démon de notification est en cours d’exécution, arrêt.\n"
 
-#: ../xfce4-notifyd-config/main.c:77
+#: ../xfce4-notifyd-config/main.c:78
 msgid "Notification Preview"
 msgstr "Aperçu des notifications"
 
-#: ../xfce4-notifyd-config/main.c:78
+#: ../xfce4-notifyd-config/main.c:79
 msgid "This is what notifications will look like"
 msgstr "Voici à quoi ressembleront les notifications"
 
-#: ../xfce4-notifyd-config/main.c:83
+#: ../xfce4-notifyd-config/main.c:84
 msgid "Button"
 msgstr "Bouton"
 
-#: ../xfce4-notifyd-config/main.c:90
+#: ../xfce4-notifyd-config/main.c:91
 msgid "Notification preview failed"
 msgstr "Impossible d’afficher un aperçu des notifications."
 
@@ -140,10 +160,6 @@ msgstr "Ouvrir"
 msgid "Open the notification log in an external editor"
 msgstr "Ouvrir le journal des notifications dans un éditeur externe"
 
-#: ../xfce4-notifyd-config/main.c:953
-msgid "Clear"
-msgstr "Effacer"
-
 #: ../xfce4-notifyd-config/main.c:954
 msgid "Clear the notification log"
 msgstr "Effacer le journal des notifications"

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


[Xfce4-commits] [apps/xfce4-notifyd] 05/09: I18n: Update translation hr (100%).

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

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

commit f2dd3ff892e81704f0c490e0bec2cdca15df2585
Author: Edin Veskovic 
Date:   Sun Feb 18 12:31:46 2018 +0100

I18n: Update translation hr (100%).

74 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/hr.po | 53 ++---
 1 file changed, 34 insertions(+), 19 deletions(-)

diff --git a/po/hr.po b/po/hr.po
index dd48824..4631f28 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Edin Veskovic , 2017
+# Edin Veskovic , 2017-2018
 # Edin Veskovic , 2017
 # Edin Veskovic , 2014
 # Ivica  Kolić , 2013,2017
@@ -13,8 +13,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-11-30 06:31+0100\n"
-"PO-Revision-Date: 2017-11-30 16:35+\n"
+"POT-Creation-Date: 2018-02-18 00:31+0100\n"
+"PO-Revision-Date: 2018-02-18 08:08+\n"
 "Last-Translator: Edin Veskovic \n"
 "Language-Team: Croatian 
(http://www.transifex.com/xfce/xfce-apps/language/hr/)\n"
 "MIME-Version: 1.0\n"
@@ -23,7 +23,27 @@ msgstr ""
 "Language: hr\n"
 "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && 
n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 
-#: ../panel-plugin/notification-plugin.c:204
+#: ../common/xfce-notify-log.c:342
+msgid "Do you really want to clear the notification log?"
+msgstr "Jeste li sigurni da želite očistiti zapise obavijesti?"
+
+#: ../common/xfce-notify-log.c:346
+msgid "Clear notification log"
+msgstr "Očisti zapis obavijesti"
+
+#: ../common/xfce-notify-log.c:349
+msgid "Cancel"
+msgstr "Otkaži"
+
+#: ../common/xfce-notify-log.c:351 ../xfce4-notifyd-config/main.c:953
+msgid "Clear"
+msgstr "Očisti"
+
+#: ../common/xfce-notify-log.c:364
+msgid "include icon cache"
+msgstr "uključi međuspremnik ikona"
+
+#: ../panel-plugin/notification-plugin.c:218
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:12
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.desktop.in.h:1
 msgid "Notifications"
@@ -55,20 +75,19 @@ msgstr "Ovo je priključak za obavijesti"
 msgid "Copyright © 2017 Simon Steinbeiß\n"
 msgstr "Autorska prava © 2017 Simon Steinbeiß\n"
 
-#. checkmenuitem for the do not disturb mode of xfce4-notifyd
-#: ../panel-plugin/notification-plugin-log.c:103
-msgid "_Do not disturb"
-msgstr "_Ne ometaj"
+#: ../panel-plugin/notification-plugin-log.c:132
+msgid "_Do not disturb"
+msgstr "_Ne ometaj"
 
-#: ../panel-plugin/notification-plugin-log.c:262
+#: ../panel-plugin/notification-plugin-log.c:306
 msgid "No notifications"
 msgstr "Nema obavijesti"
 
-#: ../panel-plugin/notification-plugin-log.c:281
+#: ../panel-plugin/notification-plugin-log.c:327
 msgid "_Clear log"
 msgstr "_Očisti zapise"
 
-#: ../panel-plugin/notification-plugin-log.c:289
+#: ../panel-plugin/notification-plugin-log.c:335
 msgid "_Notification settings…"
 msgstr "_Postavke obavijesti…"
 
@@ -99,19 +118,19 @@ msgstr "Ne mogu pokrenuti nadglednika obavijesti"
 msgid "Another notification daemon is running, exiting\n"
 msgstr "Drugi nadglednik obavijesti se izvodi, izlazim\n"
 
-#: ../xfce4-notifyd-config/main.c:77
+#: ../xfce4-notifyd-config/main.c:78
 msgid "Notification Preview"
 msgstr "Pregled obavijesti"
 
-#: ../xfce4-notifyd-config/main.c:78
+#: ../xfce4-notifyd-config/main.c:79
 msgid "This is what notifications will look like"
 msgstr "Ovako će izgledati obavijesti"
 
-#: ../xfce4-notifyd-config/main.c:83
+#: ../xfce4-notifyd-config/main.c:84
 msgid "Button"
 msgstr "Dugme"
 
-#: ../xfce4-notifyd-config/main.c:90
+#: ../xfce4-notifyd-config/main.c:91
 msgid "Notification preview failed"
 msgstr "Neuspjeli pregled obavijesti"
 
@@ -141,10 +160,6 @@ msgstr "Otvori"
 msgid "Open the notification log in an external editor"
 msgstr "Otvori zapis obavijesti u vanjskom uređivaču"
 
-#: ../xfce4-notifyd-config/main.c:953
-msgid "Clear"
-msgstr "Očisti"
-
 #: ../xfce4-notifyd-config/main.c:954
 msgid "Clear the notification log"
 msgstr "Očisti zapis obavijesti"

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


[Xfce4-commits] [apps/xfce4-notifyd] 09/09: I18n: Update translation zh_CN (100%).

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

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

commit 38083a7f58f385740810c96853c8fd3c56d7e075
Author: dull2wall 
Date:   Sun Feb 18 12:31:46 2018 +0100

I18n: Update translation zh_CN (100%).

74 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/zh_CN.po | 51 ++-
 1 file changed, 34 insertions(+), 17 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 3b1c14e..c39e5e8 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -5,17 +5,18 @@
 # Translators:
 # Chipong Luo , 2011-2012
 # Hunt Xu , 2009-2010
+# dull2wall , 2018
 # Mingcong Bai , 2016-2017
-# xiaobo zhou , 2017
+# Xiaobo Zhou , 2017
 # 玉堂白鹤 , 2014
 # 玉堂白鹤 , 2016-2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-12-01 06:31+0100\n"
-"PO-Revision-Date: 2017-12-18 05:36+\n"
-"Last-Translator: 玉堂白鹤 \n"
+"POT-Creation-Date: 2018-02-18 00:31+0100\n"
+"PO-Revision-Date: 2018-02-18 10:00+\n"
+"Last-Translator: dull2wall \n"
 "Language-Team: Chinese (China) 
(http://www.transifex.com/xfce/xfce-apps/language/zh_CN/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -23,7 +24,27 @@ msgstr ""
 "Language: zh_CN\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: ../panel-plugin/notification-plugin.c:215
+#: ../common/xfce-notify-log.c:342
+msgid "Do you really want to clear the notification log?"
+msgstr "您真的想清空通知日志吗?"
+
+#: ../common/xfce-notify-log.c:346
+msgid "Clear notification log"
+msgstr "清空通知日志"
+
+#: ../common/xfce-notify-log.c:349
+msgid "Cancel"
+msgstr "取消"
+
+#: ../common/xfce-notify-log.c:351 ../xfce4-notifyd-config/main.c:953
+msgid "Clear"
+msgstr "清空"
+
+#: ../common/xfce-notify-log.c:364
+msgid "include icon cache"
+msgstr "包括图标缓存"
+
+#: ../panel-plugin/notification-plugin.c:218
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:12
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.desktop.in.h:1
 msgid "Notifications"
@@ -55,19 +76,19 @@ msgstr "这是一个通知插件"
 msgid "Copyright © 2017 Simon Steinbeiß\n"
 msgstr "版权所有 © 2017 Simon Steinbeiß\n"
 
-#: ../panel-plugin/notification-plugin-log.c:121
+#: ../panel-plugin/notification-plugin-log.c:132
 msgid "_Do not disturb"
 msgstr "请勿打扰(_D)"
 
-#: ../panel-plugin/notification-plugin-log.c:282
+#: ../panel-plugin/notification-plugin-log.c:306
 msgid "No notifications"
 msgstr "没有通知"
 
-#: ../panel-plugin/notification-plugin-log.c:301
+#: ../panel-plugin/notification-plugin-log.c:327
 msgid "_Clear log"
 msgstr "清除日志(_C)"
 
-#: ../panel-plugin/notification-plugin-log.c:309
+#: ../panel-plugin/notification-plugin-log.c:335
 msgid "_Notification settings…"
 msgstr "通知设置(_N)..."
 
@@ -98,19 +119,19 @@ msgstr "未能启动通知守护进程"
 msgid "Another notification daemon is running, exiting\n"
 msgstr "另一个通知守护程序已在运行,现将退出\n"
 
-#: ../xfce4-notifyd-config/main.c:77
+#: ../xfce4-notifyd-config/main.c:78
 msgid "Notification Preview"
 msgstr "通知预览"
 
-#: ../xfce4-notifyd-config/main.c:78
+#: ../xfce4-notifyd-config/main.c:79
 msgid "This is what notifications will look like"
 msgstr "通知看起来会像这个样子"
 
-#: ../xfce4-notifyd-config/main.c:83
+#: ../xfce4-notifyd-config/main.c:84
 msgid "Button"
 msgstr "按钮"
 
-#: ../xfce4-notifyd-config/main.c:90
+#: ../xfce4-notifyd-config/main.c:91
 msgid "Notification preview failed"
 msgstr "无法预览通知"
 
@@ -140,10 +161,6 @@ msgstr "打开"
 msgid "Open the notification log in an external editor"
 msgstr "使用外部编辑器打开通知日志"
 
-#: ../xfce4-notifyd-config/main.c:953
-msgid "Clear"
-msgstr "清空"
-
 #: ../xfce4-notifyd-config/main.c:954
 msgid "Clear the notification log"
 msgstr "清空通知日志"

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


[Xfce4-commits] [apps/xfce4-notifyd] 03/09: I18n: Update translation cs (100%).

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

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

commit 4eca75466f6687879c0910fda16ced2f4ace2950
Author: Michal Várady 
Date:   Sun Feb 18 12:31:46 2018 +0100

I18n: Update translation cs (100%).

74 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/cs.po | 46 +++---
 1 file changed, 31 insertions(+), 15 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index 8cd7782..d58168e 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -10,8 +10,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-12-01 06:31+0100\n"
-"PO-Revision-Date: 2018-01-01 09:35+\n"
+"POT-Creation-Date: 2018-02-18 00:31+0100\n"
+"PO-Revision-Date: 2018-02-18 09:40+\n"
 "Last-Translator: Michal Várady \n"
 "Language-Team: Czech (http://www.transifex.com/xfce/xfce-apps/language/cs/)\n"
 "MIME-Version: 1.0\n"
@@ -20,7 +20,27 @@ msgstr ""
 "Language: cs\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
-#: ../panel-plugin/notification-plugin.c:215
+#: ../common/xfce-notify-log.c:342
+msgid "Do you really want to clear the notification log?"
+msgstr "Opravdu chcete vymazat protokol s oznámeními?"
+
+#: ../common/xfce-notify-log.c:346
+msgid "Clear notification log"
+msgstr "Vymazat protokol v oznámeními"
+
+#: ../common/xfce-notify-log.c:349
+msgid "Cancel"
+msgstr "Zrušit"
+
+#: ../common/xfce-notify-log.c:351 ../xfce4-notifyd-config/main.c:953
+msgid "Clear"
+msgstr "Vymazat"
+
+#: ../common/xfce-notify-log.c:364
+msgid "include icon cache"
+msgstr "zahrnout vyrovnávací paměť pro ikony"
+
+#: ../panel-plugin/notification-plugin.c:218
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:12
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.desktop.in.h:1
 msgid "Notifications"
@@ -52,19 +72,19 @@ msgstr "Toto je zásuvný modul Oznámení"
 msgid "Copyright © 2017 Simon Steinbeiß\n"
 msgstr "Copyright © 2017 Simon Steinbeiß\n"
 
-#: ../panel-plugin/notification-plugin-log.c:121
+#: ../panel-plugin/notification-plugin-log.c:132
 msgid "_Do not disturb"
 msgstr "_Nerušit"
 
-#: ../panel-plugin/notification-plugin-log.c:282
+#: ../panel-plugin/notification-plugin-log.c:306
 msgid "No notifications"
 msgstr "Žádná oznámení"
 
-#: ../panel-plugin/notification-plugin-log.c:301
+#: ../panel-plugin/notification-plugin-log.c:327
 msgid "_Clear log"
 msgstr "_Vymazat protokol"
 
-#: ../panel-plugin/notification-plugin-log.c:309
+#: ../panel-plugin/notification-plugin-log.c:335
 msgid "_Notification settings…"
 msgstr "_Nastavení oznámení…"
 
@@ -95,19 +115,19 @@ msgstr "Nelze spustit službu pro oznamování"
 msgid "Another notification daemon is running, exiting\n"
 msgstr "Již je spuštěna jiná služba pro oznamování, ukončování\n"
 
-#: ../xfce4-notifyd-config/main.c:77
+#: ../xfce4-notifyd-config/main.c:78
 msgid "Notification Preview"
 msgstr "Náhled oznámení"
 
-#: ../xfce4-notifyd-config/main.c:78
+#: ../xfce4-notifyd-config/main.c:79
 msgid "This is what notifications will look like"
 msgstr "Takto bude vypadat oznámení"
 
-#: ../xfce4-notifyd-config/main.c:83
+#: ../xfce4-notifyd-config/main.c:84
 msgid "Button"
 msgstr "Tlačítko"
 
-#: ../xfce4-notifyd-config/main.c:90
+#: ../xfce4-notifyd-config/main.c:91
 msgid "Notification preview failed"
 msgstr "Náhled oznámení se nezdařil"
 
@@ -137,10 +157,6 @@ msgstr "Otevřít"
 msgid "Open the notification log in an external editor"
 msgstr "Otevře protokol s oznámeními v externím editoru"
 
-#: ../xfce4-notifyd-config/main.c:953
-msgid "Clear"
-msgstr "Vymazat"
-
 #: ../xfce4-notifyd-config/main.c:954
 msgid "Clear the notification log"
 msgstr "Vymaže protokol s oznámeními"

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


[Xfce4-commits] [apps/xfce4-notifyd] 06/09: I18n: Update translation nl (100%).

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

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

commit 85f42340fa54c1a8a36398e9c0bc3925f59d367f
Author: Pjotr 
Date:   Sun Feb 18 12:31:46 2018 +0100

I18n: Update translation nl (100%).

74 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/nl.po | 53 ++---
 1 file changed, 34 insertions(+), 19 deletions(-)

diff --git a/po/nl.po b/po/nl.po
index e501f1b..4e73daf 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -3,14 +3,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Pjotr , 2013,2016-2017
+# Pjotr , 2013,2016-2018
 # Vincent Tunru , 2008
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-11-30 06:31+0100\n"
-"PO-Revision-Date: 2017-11-30 12:01+\n"
+"POT-Creation-Date: 2018-02-18 00:31+0100\n"
+"PO-Revision-Date: 2018-02-18 09:38+\n"
 "Last-Translator: Pjotr \n"
 "Language-Team: Dutch (http://www.transifex.com/xfce/xfce-apps/language/nl/)\n"
 "MIME-Version: 1.0\n"
@@ -19,7 +19,27 @@ msgstr ""
 "Language: nl\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../panel-plugin/notification-plugin.c:204
+#: ../common/xfce-notify-log.c:342
+msgid "Do you really want to clear the notification log?"
+msgstr "Weet u zeker dat u het meldingenlogboek leeg wilt maken?"
+
+#: ../common/xfce-notify-log.c:346
+msgid "Clear notification log"
+msgstr "Meldingenlogboek leegmaken"
+
+#: ../common/xfce-notify-log.c:349
+msgid "Cancel"
+msgstr "Afbreken"
+
+#: ../common/xfce-notify-log.c:351 ../xfce4-notifyd-config/main.c:953
+msgid "Clear"
+msgstr "Wissen"
+
+#: ../common/xfce-notify-log.c:364
+msgid "include icon cache"
+msgstr "tijdelijke pictogramopslag meenemen"
+
+#: ../panel-plugin/notification-plugin.c:218
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:12
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.desktop.in.h:1
 msgid "Notifications"
@@ -51,20 +71,19 @@ msgstr "Dit is het meldingen-invoegsel"
 msgid "Copyright © 2017 Simon Steinbeiß\n"
 msgstr "Auteursrecht © 2017 Simon Steinbeiß\n"
 
-#. checkmenuitem for the do not disturb mode of xfce4-notifyd
-#: ../panel-plugin/notification-plugin-log.c:103
-msgid "_Do not disturb"
-msgstr "Niet _storen"
+#: ../panel-plugin/notification-plugin-log.c:132
+msgid "_Do not disturb"
+msgstr "_Niet storen"
 
-#: ../panel-plugin/notification-plugin-log.c:262
+#: ../panel-plugin/notification-plugin-log.c:306
 msgid "No notifications"
 msgstr "Geen meldingen"
 
-#: ../panel-plugin/notification-plugin-log.c:281
+#: ../panel-plugin/notification-plugin-log.c:327
 msgid "_Clear log"
 msgstr "Logboek _wissen"
 
-#: ../panel-plugin/notification-plugin-log.c:289
+#: ../panel-plugin/notification-plugin-log.c:335
 msgid "_Notification settings…"
 msgstr "Meldingsinstellingen..."
 
@@ -95,19 +114,19 @@ msgstr "Kan de meldingsdienst niet starten"
 msgid "Another notification daemon is running, exiting\n"
 msgstr "Bezig met afsluiten, want er draait reeds een andere achtergronddienst 
voor meldingen\n"
 
-#: ../xfce4-notifyd-config/main.c:77
+#: ../xfce4-notifyd-config/main.c:78
 msgid "Notification Preview"
 msgstr "Voorbeeldweergave van melding"
 
-#: ../xfce4-notifyd-config/main.c:78
+#: ../xfce4-notifyd-config/main.c:79
 msgid "This is what notifications will look like"
 msgstr "Meldingen zullen er zo uit komen te zien"
 
-#: ../xfce4-notifyd-config/main.c:83
+#: ../xfce4-notifyd-config/main.c:84
 msgid "Button"
 msgstr "Knop"
 
-#: ../xfce4-notifyd-config/main.c:90
+#: ../xfce4-notifyd-config/main.c:91
 msgid "Notification preview failed"
 msgstr "Meldingvoorbeeld weergeven mislukt"
 
@@ -137,10 +156,6 @@ msgstr "Openen"
 msgid "Open the notification log in an external editor"
 msgstr "Open het meldingenlogboek in een externe tekstbewerker"
 
-#: ../xfce4-notifyd-config/main.c:953
-msgid "Clear"
-msgstr "Wissen"
-
 #: ../xfce4-notifyd-config/main.c:954
 msgid "Clear the notification log"
 msgstr "Wis het meldingenlogboek"

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


[Xfce4-commits] [apps/xfce4-notifyd] 08/09: I18n: Update translation sk (100%).

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

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

commit 0ad2d2323d999fc1ddf85d6d28f90768844e28e0
Author: Dušan Kazik 
Date:   Sun Feb 18 12:31:46 2018 +0100

I18n: Update translation sk (100%).

74 translated messages.

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

diff --git a/po/sk.po b/po/sk.po
index 1c331c4..03526ad 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Dušan Kazik , 2016-2017
+# Dušan Kazik , 2016-2018
 # Robert Hartl , 2010
 # Slavko , 2015
 # Tomáš Vadina , 2011
@@ -12,8 +12,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-12-01 06:31+0100\n"
-"PO-Revision-Date: 2017-12-09 08:39+\n"
+"POT-Creation-Date: 2018-02-18 00:31+0100\n"
+"PO-Revision-Date: 2018-02-18 07:24+\n"
 "Last-Translator: Dušan Kazik \n"
 "Language-Team: Slovak 
(http://www.transifex.com/xfce/xfce-apps/language/sk/)\n"
 "MIME-Version: 1.0\n"
@@ -22,7 +22,27 @@ msgstr ""
 "Language: sk\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
-#: ../panel-plugin/notification-plugin.c:215
+#: ../common/xfce-notify-log.c:342
+msgid "Do you really want to clear the notification log?"
+msgstr "Skutočne chcete vymazať záznam s oznámeniami?"
+
+#: ../common/xfce-notify-log.c:346
+msgid "Clear notification log"
+msgstr "Vymazať záznam s oznámeniami"
+
+#: ../common/xfce-notify-log.c:349
+msgid "Cancel"
+msgstr "Zrušiť"
+
+#: ../common/xfce-notify-log.c:351 ../xfce4-notifyd-config/main.c:953
+msgid "Clear"
+msgstr "Vymazať"
+
+#: ../common/xfce-notify-log.c:364
+msgid "include icon cache"
+msgstr ""
+
+#: ../panel-plugin/notification-plugin.c:218
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:12
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.desktop.in.h:1
 msgid "Notifications"
@@ -54,19 +74,19 @@ msgstr "Toto je zásuvný modul oznámení"
 msgid "Copyright © 2017 Simon Steinbeiß\n"
 msgstr "Autorské práva © 2017 Simon Steinbeiß\n"
 
-#: ../panel-plugin/notification-plugin-log.c:121
+#: ../panel-plugin/notification-plugin-log.c:132
 msgid "_Do not disturb"
 msgstr "_Nevyrušovať"
 
-#: ../panel-plugin/notification-plugin-log.c:282
+#: ../panel-plugin/notification-plugin-log.c:306
 msgid "No notifications"
 msgstr "Žiadne oznámenia"
 
-#: ../panel-plugin/notification-plugin-log.c:301
+#: ../panel-plugin/notification-plugin-log.c:327
 msgid "_Clear log"
 msgstr "Vy_mazať záznam"
 
-#: ../panel-plugin/notification-plugin-log.c:309
+#: ../panel-plugin/notification-plugin-log.c:335
 msgid "_Notification settings…"
 msgstr "_Nastavenia oznámenia…"
 
@@ -97,19 +117,19 @@ msgstr "Nemožno spustiť démona oznámení"
 msgid "Another notification daemon is running, exiting\n"
 msgstr "Iný démon oznámení je už spustený. Ukončuje sa.\n"
 
-#: ../xfce4-notifyd-config/main.c:77
+#: ../xfce4-notifyd-config/main.c:78
 msgid "Notification Preview"
 msgstr "Ukážka oznámenia"
 
-#: ../xfce4-notifyd-config/main.c:78
+#: ../xfce4-notifyd-config/main.c:79
 msgid "This is what notifications will look like"
 msgstr "Takto bude vyzerať oznámenie"
 
-#: ../xfce4-notifyd-config/main.c:83
+#: ../xfce4-notifyd-config/main.c:84
 msgid "Button"
 msgstr "Tlačidlo"
 
-#: ../xfce4-notifyd-config/main.c:90
+#: ../xfce4-notifyd-config/main.c:91
 msgid "Notification preview failed"
 msgstr "Náhľad oznámenia zlyhal"
 
@@ -139,10 +159,6 @@ msgstr "Otvoriť"
 msgid "Open the notification log in an external editor"
 msgstr "Otvoriť záznam s oznámeniami v externom editore"
 
-#: ../xfce4-notifyd-config/main.c:953
-msgid "Clear"
-msgstr "Vymazať"
-
 #: ../xfce4-notifyd-config/main.c:954
 msgid "Clear the notification log"
 msgstr "Vymazať záznam s oznámeniami"

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


[Xfce4-commits] [apps/xfce4-notifyd] 07/09: I18n: Update translation pl (100%).

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

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

commit c74e796f8237e899db31178b16b0cf0921cac82e
Author: Anonymous 
Date:   Sun Feb 18 12:31:46 2018 +0100

I18n: Update translation pl (100%).

74 translated messages.

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

diff --git a/po/pl.po b/po/pl.po
index 08c49da..65de7c5 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -3,9 +3,9 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# m4sk1n , 2017
-# m4sk1n , 2016
-# No Ne, 2017
+# Marcin Mikołajczak , 2017
+# Marcin Mikołajczak , 2016
+# No Ne, 2017-2018
 # Piotr Sokół , 2010
 # Piotr Sokół , 2017
 # Piotr Strębski , 2013
@@ -14,8 +14,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-12-01 06:31+0100\n"
-"PO-Revision-Date: 2017-12-01 14:58+\n"
+"POT-Creation-Date: 2018-02-18 00:31+0100\n"
+"PO-Revision-Date: 2018-02-18 07:45+\n"
 "Last-Translator: No Ne\n"
 "Language-Team: Polish 
(http://www.transifex.com/xfce/xfce-apps/language/pl/)\n"
 "MIME-Version: 1.0\n"
@@ -24,7 +24,27 @@ msgstr ""
 "Language: pl\n"
 "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && 
(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && 
n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
 
-#: ../panel-plugin/notification-plugin.c:215
+#: ../common/xfce-notify-log.c:342
+msgid "Do you really want to clear the notification log?"
+msgstr "Czy na pewno chcesz wyczyścić dziennik powiadomień?"
+
+#: ../common/xfce-notify-log.c:346
+msgid "Clear notification log"
+msgstr "Wyczyść dziennik powiadomień"
+
+#: ../common/xfce-notify-log.c:349
+msgid "Cancel"
+msgstr "Anuluj"
+
+#: ../common/xfce-notify-log.c:351 ../xfce4-notifyd-config/main.c:953
+msgid "Clear"
+msgstr "Wyczyść"
+
+#: ../common/xfce-notify-log.c:364
+msgid "include icon cache"
+msgstr "zawieraj pamięć podręczną ikon"
+
+#: ../panel-plugin/notification-plugin.c:218
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:12
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.desktop.in.h:1
 msgid "Notifications"
@@ -56,19 +76,19 @@ msgstr "To jest wtyczka powiadomień"
 msgid "Copyright © 2017 Simon Steinbeiß\n"
 msgstr "Copyright © 2017 Simon Steinbeiß\n"
 
-#: ../panel-plugin/notification-plugin-log.c:121
+#: ../panel-plugin/notification-plugin-log.c:132
 msgid "_Do not disturb"
 msgstr "_Nie przeszkadzać"
 
-#: ../panel-plugin/notification-plugin-log.c:282
+#: ../panel-plugin/notification-plugin-log.c:306
 msgid "No notifications"
 msgstr "Brak powiadomień"
 
-#: ../panel-plugin/notification-plugin-log.c:301
+#: ../panel-plugin/notification-plugin-log.c:327
 msgid "_Clear log"
 msgstr "_Wyczyść dziennik"
 
-#: ../panel-plugin/notification-plugin-log.c:309
+#: ../panel-plugin/notification-plugin-log.c:335
 msgid "_Notification settings…"
 msgstr "_Ustawienia powiadomień..."
 
@@ -99,19 +119,19 @@ msgstr "Nie można uruchomić demona powiadomień"
 msgid "Another notification daemon is running, exiting\n"
 msgstr "Uruchomiono już innego demona powiadomień, wyłączanie\n"
 
-#: ../xfce4-notifyd-config/main.c:77
+#: ../xfce4-notifyd-config/main.c:78
 msgid "Notification Preview"
 msgstr "Podgląd powiadomienia"
 
-#: ../xfce4-notifyd-config/main.c:78
+#: ../xfce4-notifyd-config/main.c:79
 msgid "This is what notifications will look like"
 msgstr "Tak będą wyglądać powiadomienia"
 
-#: ../xfce4-notifyd-config/main.c:83
+#: ../xfce4-notifyd-config/main.c:84
 msgid "Button"
 msgstr "Przycisk"
 
-#: ../xfce4-notifyd-config/main.c:90
+#: ../xfce4-notifyd-config/main.c:91
 msgid "Notification preview failed"
 msgstr "Nie udało się wyświetlić podglądu powiadomienia"
 
@@ -141,10 +161,6 @@ msgstr "Otwórz"
 msgid "Open the notification log in an external editor"
 msgstr "Otwórz dziennik powiadomień w zewnętrznym edytorze"
 
-#: ../xfce4-notifyd-config/main.c:953
-msgid "Clear"
-msgstr "Wyczyść"
-
 #: ../xfce4-notifyd-config/main.c:954
 msgid "Clear the notification log"
 msgstr "Wyczyść dziennik powiadomień"

-- 
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