[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Improve layout within notification window

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

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

commit 1eb4676fcc8cb0be56f21a1a3904db8ebe0a4205
Author: Simon Steinbeiss 
Date:   Tue Sep 5 01:17:33 2017 +0200

Improve layout within notification window
---
 xfce4-notifyd/xfce-notify-window.c | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/xfce4-notifyd/xfce-notify-window.c 
b/xfce4-notifyd/xfce-notify-window.c
index f46577e..64e20f6 100644
--- a/xfce4-notifyd/xfce-notify-window.c
+++ b/xfce4-notifyd/xfce-notify-window.c
@@ -215,7 +215,7 @@ xfce_notify_window_init(XfceNotifyWindow *window)
  "padding", &padding,
  NULL);
 
-tophbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, BORDER);
+tophbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 0);
 gtk_box_set_homogeneous (GTK_BOX (tophbox), FALSE);
 gtk_container_set_border_width(GTK_CONTAINER(tophbox), padding);
 gtk_widget_show(tophbox);
@@ -223,13 +223,15 @@ xfce_notify_window_init(XfceNotifyWindow *window)
 
 window->icon_box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
 gtk_container_set_border_width(GTK_CONTAINER(window->icon_box), 0);
+gtk_widget_set_margin_end (GTK_WIDGET (window->icon_box), padding);
+
 gtk_box_pack_start(GTK_BOX(tophbox), window->icon_box, FALSE, TRUE, 0);
 
 window->icon = gtk_image_new();
 gtk_widget_show(window->icon);
 gtk_container_add(GTK_CONTAINER(window->icon_box), window->icon);
 
-window->content_box = vbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, BORDER);
+window->content_box = vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 
padding / 2);
 gtk_box_set_homogeneous(GTK_BOX (vbox), FALSE);
 gtk_container_set_border_width(GTK_CONTAINER(vbox), 0);
 gtk_widget_show(vbox);
@@ -255,12 +257,13 @@ xfce_notify_window_init(XfceNotifyWindow *window)
 #else
 gtk_widget_set_halign (window->body, GTK_ALIGN_START);
 #endif
+gtk_widget_set_valign (window->body, GTK_ALIGN_START);
 gtk_box_pack_start(GTK_BOX(vbox), window->body, TRUE, TRUE, 0);
 
 window->button_box = gtk_button_box_new(GTK_ORIENTATION_HORIZONTAL);
 gtk_button_box_set_layout(GTK_BUTTON_BOX(window->button_box),
   GTK_BUTTONBOX_END);
-gtk_box_set_spacing(GTK_BOX(window->button_box), BORDER / 2);
+gtk_box_set_spacing(GTK_BOX(window->button_box), padding / 2);
 gtk_box_set_homogeneous(GTK_BOX(window->button_box), FALSE);
 gtk_box_pack_start(GTK_BOX(vbox), window->button_box, FALSE, FALSE, 0);
 }

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


[Xfce4-commits] [apps/xfce4-notifyd] branch master updated (812cad1 -> 1eb4676)

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

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

  from  812cad1   I18n: Update translation sv (100%).
   new  1eb4676   Improve layout within notification window

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:
 xfce4-notifyd/xfce-notify-window.c | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

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


[Xfce4-commits] [xfce/thunar] branch master updated (9003c61 -> 529664c)

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

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

  from  9003c61   Replace GtkTable by GtkGrid
   new  529664c   I18n: Update translation zh_CN (99%).

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


Summary of changes:
 po/zh_CN.po | 1447 ++-
 1 file changed, 744 insertions(+), 703 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 (99%).

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

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

commit 529664cd0118163d14def2e7298f1efeae28fa3d
Author: 玉堂白鹤 
Date:   Tue Sep 5 06:30:22 2017 +0200

I18n: Update translation zh_CN (99%).

734 translated messages, 2 untranslated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/zh_CN.po | 1447 ++-
 1 file changed, 744 insertions(+), 703 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 393bff2..6e473a3 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -9,81 +9,28 @@
 # Hunt Xu , 2008-2010,2012
 # kangkang , 2006
 # Hunt Xu , 2014
-# 周潇波 , 2014
-# 周潇波 , 2014-2015
-# 玉堂白鹤 , 2014-2015
+# Xiaobo Zhou , 2014
+# Xiaobo Zhou , 2014-2015
+# 玉堂白鹤 , 2014-2015,2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-02-19 18:30+0100\n"
-"PO-Revision-Date: 2015-03-11 06:00+\n"
+"POT-Creation-Date: 2017-08-26 06:30+0200\n"
+"PO-Revision-Date: 2017-09-05 00:46+\n"
 "Last-Translator: 玉堂白鹤 \n"
-"Language-Team: Chinese (China) 
(http://www.transifex.com/projects/p/thunar/language/zh_CN/)\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"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: zh_CN\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: ../thunar/main.c:62
-msgid "Open the bulk rename dialog"
-msgstr "打开批量重命名对话框"
-
-#: ../thunar/main.c:64
-msgid "Run in daemon mode"
-msgstr "以守护进程模式运行"
-
-#: ../thunar/main.c:66
-msgid "Run in daemon mode (not supported)"
-msgstr "以守护进程模式运行(不支持)"
-
-#: ../thunar/main.c:70
-msgid "Quit a running Thunar instance"
-msgstr "退出正在运行的 Thunar 实例"
-
-#: ../thunar/main.c:72
-msgid "Quit a running Thunar instance (not supported)"
-msgstr "退出正在运行的 Thunar 实例(不支持)"
-
-#: ../thunar/main.c:74
-msgid "Print version information and exit"
-msgstr "列印版本信息后退出"
-
 #. setup application name
-#: ../thunar/main.c:128
+#: ../thunar/main.c:58
 msgid "Thunar"
 msgstr "Thunar"
 
-#. initialize Gtk+
-#: ../thunar/main.c:147
-msgid "[FILES...]"
-msgstr "[文件...]"
-
-#: ../thunar/main.c:154
-#, c-format
-msgid "Thunar: Failed to open display: %s\n"
-msgstr "Thunar: 无法打开显示: %s\n"
-
-#. yep, there's an error, so print it
-#: ../thunar/main.c:159
-#, c-format
-msgid "Thunar: %s\n"
-msgstr "Thunar: %s\n"
-
-#: ../thunar/main.c:170
-msgid "The Thunar development team. All rights reserved."
-msgstr "Thunar 开发团队。保留所有权利。"
-
-#: ../thunar/main.c:171
-msgid "Written by Benedikt Meurer ."
-msgstr "由 Benedikt Meurer  撰写。"
-
-#: ../thunar/main.c:172
-#, c-format
-msgid "Please report bugs to <%s>."
-msgstr "请向 <%s> 报告缺陷。"
-
 #: ../thunar/thunar-abstract-icon-view.c:117
 msgid "Arran_ge Items"
 msgstr "排列项目(_G)"
@@ -136,87 +83,131 @@ msgstr "降序(_D)"
 msgid "Sort items in descending order"
 msgstr "项目按降序的顺序排列"
 
+#: ../thunar/thunar-application.c:79
+msgid "Open the bulk rename dialog"
+msgstr "打开批量重命名对话框"
+
+#: ../thunar/thunar-application.c:80
+msgid "Run in daemon mode"
+msgstr "以守护进程模式运行"
+
+#: ../thunar/thunar-application.c:82
+msgid "Quit a running Thunar instance"
+msgstr "退出正在运行的 Thunar 实例"
+
+#: ../thunar/thunar-application.c:83
+msgid "Print version information and exit"
+msgstr "列印版本信息后退出"
+
+#: ../thunar/thunar-application.c:290
+#, c-format
+msgid "Acquired the session message bus '%s'\n"
+msgstr ""
+
+#: ../thunar/thunar-application.c:300
+#, c-format
+msgid "Acquired the name '%s' on the session message bus\n"
+msgstr ""
+
+#: ../thunar/thunar-application.c:311
+#, c-format
+msgid "Name '%s' lost on the message dbus, exiting."
+msgstr "名称 '%s'   已遗失于消息总线,现将退出。 "
+
+#: ../thunar/thunar-application.c:462
+msgid "The Thunar development team. All rights reserved."
+msgstr "Thunar 开发团队。保留所有权利。"
+
+#: ../thunar/thunar-application.c:463
+msgid "Written by Benedikt Meurer ."
+msgstr "由 Benedikt Meurer  撰写。"
+
+#: ../thunar/thunar-application.c:464
+#, c-format
+msgid "Please report bugs to <%s>."
+msgstr "请向 <%s> 报告缺陷。"
+
 #. display an error message to the user
-#: ../thunar/thunar-application.c:451
+#: ../thunar/thunar-application.c:711
 msgid "Failed to launch operation"
 msgstr "无法启动操作"
 
 #. tell the user that we were unable to launch the file specified
-#: ../thunar/thunar-application.c:1168 ../thunar/thunar-application.c:1294
-#: ../thunar/thunar-launcher.c:1222 ../thunar/thunar-location-entry.c:395
-#: ../thunar/thunar-location-entry.c:423
-#: ../thunar/thunar-shortcuts-view.c:1635
-#: ../thunar/thunar-shortcuts-view.c:1663 ../thunar/thunar-window.c:2236
+#: ../thunar/thunar-application.c:1414 ../thunar/thunar-application.c:1546
+#: ../thunar/thunar-launcher.c:1222 ../thunar/thunar-location-entry.c:356
+#: ../thunar/thunar-locatio

[Xfce4-commits] [xfce/thunar] branch xfce-4.12 updated (8827c23 -> 31dc9e8)

2017-09-04 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/thunar.

  from  8827c23   I18n: Update translation nl (100%).
   new  31dc9e8   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 | 1000 +++
 1 file changed, 593 insertions(+), 407 deletions(-)

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


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

2017-09-04 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/thunar.

commit 31dc9e8d52c8c69219dbdd81b1579a874e882a2f
Author: Xfce Bot 
Date:   Tue Sep 5 06:30:40 2017 +0200

I18n: Update translation pt_BR (100%).

738 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/pt_BR.po | 1000 +++
 1 file changed, 593 insertions(+), 407 deletions(-)

diff --git a/po/pt_BR.po b/po/pt_BR.po
index a36a9bc..50d41f9 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -1,28 +1,17 @@
 # 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:
-# Adriano Winter Bess , 2006
-# André Miranda , 2014-2015
-# Carlos Alberto Teixeira Magalhães , 2016
-# Cleber de Souza Corrêa , 2014
-# Fábio Nogueira , 2007
-# Joao Pedrosa , 2005
-# Og Maciel , 2008,2010
-# Rafael Fontenelle , 2012-2013
-# Rodrigo Coacci , 2006
-# secipolla , 2011
-# Vladimir Melo , 2010
-# William Koch , 2007
+#, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar\n"
+"Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-02-19 18:30+0100\n"
-"PO-Revision-Date: 2016-05-25 12:12+\n"
-"Last-Translator: Carlos Alberto Teixeira Magalhães 
\n"
-"Language-Team: Portuguese (Brazil) 
(http://www.transifex.com/xfce/thunar/language/pt_BR/)\n"
+"POT-Creation-Date: 2017-09-04 23:34+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: Xfce Bot , 2017\n"
+"Language-Team: Portuguese (Brazil) 
(https://www.transifex.com/xfce/teams/16840/pt_BR/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -148,8 +137,8 @@ msgstr "Falha ao lançar operação"
 #: ../thunar/thunar-application.c:1168 ../thunar/thunar-application.c:1294
 #: ../thunar/thunar-launcher.c:1222 ../thunar/thunar-location-entry.c:395
 #: ../thunar/thunar-location-entry.c:423
-#: ../thunar/thunar-shortcuts-view.c:1635
-#: ../thunar/thunar-shortcuts-view.c:1663 ../thunar/thunar-window.c:2236
+#: ../thunar/thunar-shortcuts-view.c:1655
+#: ../thunar/thunar-shortcuts-view.c:1683 ../thunar/thunar-window.c:2296
 #, c-format
 msgid "Failed to open \"%s\""
 msgstr "Falha ao abrir \"%s\""
@@ -161,21 +150,21 @@ msgstr "Falha ao abrir \"%s\": %s"
 
 #. display an error message
 #: ../thunar/thunar-application.c:1362
-#: ../thunar/thunar-properties-dialog.c:682
-#: ../thunar/thunar-standard-view.c:2747 ../thunar/thunar-tree-view.c:1877
+#: ../thunar/thunar-properties-dialog.c:716
+#: ../thunar/thunar-standard-view.c:2784 ../thunar/thunar-tree-view.c:1936
 #, c-format
 msgid "Failed to rename \"%s\""
 msgstr "Falha ao renomear \"%s\""
 
 #: ../thunar/thunar-application.c:1464
-#: ../thunar/thunar-location-buttons.c:1308
-#: ../thunar/thunar-standard-view.c:2297 ../thunar/thunar-tree-view.c:1739
+#: ../thunar/thunar-location-buttons.c:1314
+#: ../thunar/thunar-standard-view.c:2334 ../thunar/thunar-tree-view.c:1798
 msgid "New Folder"
 msgstr "Nova pasta"
 
 #: ../thunar/thunar-application.c:1465
-#: ../thunar/thunar-location-buttons.c:1309
-#: ../thunar/thunar-standard-view.c:2298 ../thunar/thunar-tree-view.c:1740
+#: ../thunar/thunar-location-buttons.c:1315
+#: ../thunar/thunar-standard-view.c:2335 ../thunar/thunar-tree-view.c:1799
 msgid "Create New Folder"
 msgstr "Criar nova pasta"
 
@@ -188,7 +177,7 @@ msgid "Create New File"
 msgstr "Criar novo arquivo"
 
 #. generate a title for the create dialog
-#: ../thunar/thunar-application.c:1527 ../thunar/thunar-standard-view.c:2342
+#: ../thunar/thunar-application.c:1527 ../thunar/thunar-standard-view.c:2379
 #, c-format
 msgid "Create Document from template \"%s\""
 msgstr "Criar documento a partir do modelo \"%s\""
@@ -217,7 +206,9 @@ msgstr "Movendo arquivos para \"%s\"..."
 msgid ""
 "Are you sure that you want to\n"
 "permanently delete \"%s\"?"
-msgstr "Você tem certeza que deseja\nexcluir permanentemente \"%s\"?"
+msgstr ""
+"Você tem certeza que deseja\n"
+"excluir permanentemente \"%s\"?"
 
 #: ../thunar/thunar-application.c:1813
 #, c-format
@@ -227,8 +218,12 @@ msgid ""
 msgid_plural ""
 "Are you sure that you want to permanently\n"
 "delete the %u selected files?"
-msgstr[0] "Você tem certeza que deseja excluir\npermanentemente o arquivo 
selecionado?"
-msgstr[1] "Você tem certeza que deseja excluir\npermanentemente os %u arquivos 
selecionados?"
+msgstr[0] ""
+"Você tem certeza que deseja excluir\n"
+"permanentemente o arquivo selecionado?"
+msgstr[1] ""
+"Você tem certeza que deseja excluir\n"
+"permanentemente os %u arquivos selecionados?"
 
 #: ../thunar/thunar-application.c:1833
 msgid "If you delete