[Xfce4-commits] [apps/catfish] branch master updated (eb33a05 -> 2ba79a0)

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

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

  from  eb33a05   I18n: Update translation tr (100%).
   new  2ba79a0   Apply release build overrides only when doing releases

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/catfish.pot |  2 +-
 setup.py   | 25 -
 2 files changed, 13 insertions(+), 14 deletions(-)

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


[Xfce4-commits] [apps/catfish] 01/01: Apply release build overrides only when doing releases

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

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

commit 2ba79a033c5ae3c28bc5e8097ee6a0432e9d52c5
Author: Sean Davis 
Date:   Thu Dec 26 05:16:14 2019 -0500

Apply release build overrides only when doing releases
---
 po/catfish.pot |  2 +-
 setup.py   | 25 -
 2 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/po/catfish.pot b/po/catfish.pot
index 0ffeae5..3a612dc 100644
--- a/po/catfish.pot
+++ b/po/catfish.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-12-24 14:01-0500\n"
+"POT-Creation-Date: 2019-12-26 05:13-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME \n"
 "Language-Team: LANGUAGE \n"
diff --git a/setup.py b/setup.py
index f18ccb1..7a4cfd0 100644
--- a/setup.py
+++ b/setup.py
@@ -196,20 +196,19 @@ class 
InstallAndUpdateDataDirectory(DistUtilsExtra.auto.install_auto):
 cleanup_metainfo_files(self.root, target_data)
 os.remove(metainfo)
 
-# Hacky, default releases to bztar
-if "--formats" not in " ".join(sys.argv[1:]):
-sys.argv.append("--formats=bztar")
-default_build = True
-else:
-default_build = False
-
 # Verify the build directory is clean
+folder = "dist/catfish-%s" % release_version
+if os.path.exists(folder):
+sys.stderr.write("Build directory 'dist' is not clean.\n"
+ "Please manually remove %s" % folder)
+sys.exit(1)
+
+# Hacky, default releases to bztar
+default_release_build = False
 if "sdist" in sys.argv:
-folder = "dist/catfish-%s" % release_version
-if os.path.exists(folder):
-sys.stderr.write("Build directory 'dist' is not clean.\n"
- "Please manually remove %s" % folder)
-sys.exit(1)
+if "--formats" not in " ".join(sys.argv[1:]):
+sys.argv.append("--formats=bztar")
+default_release_build = True
 
 DistUtilsExtra.auto.setup(
 name='catfish',
@@ -231,7 +230,7 @@ DistUtilsExtra.auto.setup(
 )
 
 # Simplify Xfce release process by providing sums
-if default_build and "sdist" in sys.argv:
+if default_release_build:
 import hashlib
 
 bzfile = "dist/catfish-%s.tar.bz2" % release_version

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


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

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

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

commit f41f5077a380548db2f9f97092d43f26b073f7fc
Author: UTUMI Hirosi 
Date:   Thu Dec 26 12:31:02 2019 +0100

I18n: Update translation ja (100%).

163 translated messages.

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

diff --git a/po/ja.po b/po/ja.po
index 0aca232..2773981 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -679,7 +679,7 @@ msgid ""
 "saved when you log out.  Changes below will only take effect when the "
 "session is saved."
 msgstr ""
-"これらのアプリケーションは現在のセッションの一部でログアウト時に保存することができます。以下の変更は、セッションが保存された場合にのみ有効になります。"
+"これらのアプリケーションは現在のセッションの一部であり、ログアウト時に保存することができます。以下の変更は、セッションが保存された場合にのみ有効になります。"
 
 #: ../settings/xfce4-session-settings.ui.h:20
 msgid "Current Sessio_n"
@@ -719,7 +719,7 @@ msgstr "互換性"
 
 #: ../settings/xfce4-session-settings.ui.h:29
 msgid "Manage _remote applications"
-msgstr "遠隔アプリケーションを管理する(_R)"
+msgstr "リモートアプリケーションを管理する(_R)"
 
 #: ../settings/xfce4-session-settings.ui.h:30
 msgid ""

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


[Xfce4-commits] [xfce/xfce4-session] branch master updated (af596b5 -> bc36b2c)

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

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

  from  af596b5   I18n: Update translation hr (99%).
   new  bc36b2c   I18n: Update translation ja (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/ja.po | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

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


[Xfce4-commits] [xfce/xfce4-session] branch xfce-4.14 updated (a4e12bb -> f41f507)

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

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

  from  a4e12bb   I18n: Update translation ja (100%).
   new  f41f507   I18n: Update translation ja (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/ja.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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


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

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

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

commit bc36b2c424b391826a8ec605db7a70dc7ca9005b
Author: UTUMI Hirosi 
Date:   Thu Dec 26 12:30:52 2019 +0100

I18n: Update translation ja (100%).

161 translated messages.

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

diff --git a/po/ja.po b/po/ja.po
index 7601da8..7cdbb40 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -5,14 +5,15 @@
 # Translators:
 # Daichi Kawahata , 2005
 # Nobuhiro Iwamatsu , 2008,2016-2019
+# UTUMI Hirosi , 2019
 # Zhao Ji , 2003
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-session\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-11-05 06:30+0100\n"
-"PO-Revision-Date: 2019-12-18 23:45+\n"
-"Last-Translator: Nobuhiro Iwamatsu \n"
+"PO-Revision-Date: 2019-12-26 11:01+\n"
+"Last-Translator: UTUMI Hirosi \n"
 "Language-Team: Japanese 
(http://www.transifex.com/xfce/xfce4-session/language/ja/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -655,7 +656,7 @@ msgid ""
 "These applications are a part of the currently-running session, and can be "
 "saved now or when you log out.  Changes below will only take effect when the"
 " session is saved."
-msgstr 
"これらのアプリケーションは現在のセッションの一部のため、ログアウト時に保存することができます。以下の変更は、セッションが保存された場合にのみ有効になります。"
+msgstr 
"これらのアプリケーションは現在のセッションの一部であり、現在またはログアウト時に保存できます。以下の変更は、セッションが保存された場合にのみ有効になります。"
 
 #: ../settings/xfce4-session-settings.ui.h:20
 msgid "Current Sessio_n"

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


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

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

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

commit 11d1e904c2a47c67b3f300d74ed49f4cf0706983
Author: 玉堂白鹤 
Date:   Thu Dec 26 12:31:18 2019 +0100

I18n: Update translation zh_CN (100%).

141 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/zh_CN.po | 111 ++--
 1 file changed, 56 insertions(+), 55 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index a615731..0e75228 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -16,7 +16,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-09-13 05:13-0400\n"
+"POT-Creation-Date: 2019-12-24 14:01-0500\n"
 "PO-Revision-Date: 2018-06-28 22:08+\n"
 "Last-Translator: 玉堂白鹤 , 2019\n"
 "Language-Team: Chinese (China) 
(https://www.transifex.com/xfce/teams/16840/zh_CN/)\n"
@@ -27,7 +27,7 @@ msgstr ""
 "Plural-Forms: nplurals=1; plural=0;\n"
 
 #: ../org.xfce.Catfish.desktop.in.h:1 ../data/ui/CatfishWindow.ui.h:28
-#: ../catfish/CatfishWindow.py:718
+#: ../catfish/CatfishWindow.py:731
 msgid "Catfish File Search"
 msgstr "Catfish 文件搜索"
 
@@ -225,11 +225,11 @@ msgstr "搜索数据库已超过7天,是否现在更新?"
 msgid "File Type"
 msgstr "文件类型"
 
-#: ../data/ui/CatfishWindow.ui.h:27 ../catfish/CatfishWindow.py:1277
+#: ../data/ui/CatfishWindow.ui.h:27 ../catfish/CatfishWindow.py:1290
 msgid "Modified"
 msgstr "修改时间"
 
-#: ../data/ui/CatfishWindow.ui.h:29 ../catfish/CatfishWindow.py:1727
+#: ../data/ui/CatfishWindow.ui.h:29 ../catfish/CatfishWindow.py:1740
 msgid "Results will be displayed as soon as they are found."
 msgstr "结果将在查找后立即显示。"
 
@@ -348,11 +348,6 @@ msgid ""
 "displayed."
 msgstr "如果提供了路径和查找内容,则启动应用时开始搜索。"
 
-#: ../catfish/__init__.py:77
-#, python-brace-format
-msgid "Try GDK_BACKEND=x11 {0}\n"
-msgstr "试试 GDK_BACKEND=x11 {0}\n"
-
 #: ../catfish/AboutCatfishDialog.py:37
 msgid "translator-credits"
 msgstr ""
@@ -386,32 +381,32 @@ msgstr ""
 "在上面输入您要查找的文件或者\n"
 "点击 %s图标获取更多选项。"
 
-#: ../catfish/CatfishWindow.py:686
+#: ../catfish/CatfishWindow.py:699
 msgid "An error occurred while updating the database."
 msgstr "在更新数据库时发生错误。"
 
-#: ../catfish/CatfishWindow.py:688
+#: ../catfish/CatfishWindow.py:701
 msgid "Authentication failed."
 msgstr "认证失败。"
 
-#: ../catfish/CatfishWindow.py:694
+#: ../catfish/CatfishWindow.py:707
 msgid "Authentication cancelled."
 msgstr "认证取消。"
 
-#: ../catfish/CatfishWindow.py:700
+#: ../catfish/CatfishWindow.py:713
 msgid "Search database updated successfully."
 msgstr "搜索数据库更新成功。"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:775
+#: ../catfish/CatfishWindow.py:788
 msgid "Updating..."
 msgstr "正在更新..."
 
-#: ../catfish/CatfishWindow.py:809
+#: ../catfish/CatfishWindow.py:822
 msgid "Stop Search"
 msgstr "停止搜索"
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:823
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -419,31 +414,31 @@ msgstr ""
 "搜索进行中...\n"
 "点击取消按钮或按Esc键可以停止。"
 
-#: ../catfish/CatfishWindow.py:819
+#: ../catfish/CatfishWindow.py:832
 msgid "Begin Search"
 msgstr "开始搜索"
 
-#: ../catfish/CatfishWindow.py:1097
+#: ../catfish/CatfishWindow.py:1110
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "无法打开 \"%s\"。"
 
-#: ../catfish/CatfishWindow.py:1149
+#: ../catfish/CatfishWindow.py:1162
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "无法保存 \"%s\"。"
 
-#: ../catfish/CatfishWindow.py:1166
+#: ../catfish/CatfishWindow.py:1179
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "无法删除 \"%s\"。"
 
-#: ../catfish/CatfishWindow.py:1206
+#: ../catfish/CatfishWindow.py:1219
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "将 \"%s\" 另存为..."
 
-#: ../catfish/CatfishWindow.py:1241
+#: ../catfish/CatfishWindow.py:1254
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -452,50 +447,50 @@ msgstr ""
 "您确定要永久删除\n"
 "\"%s\"?"
 
-#: ../catfish/CatfishWindow.py:1245
+#: ../catfish/CatfishWindow.py:1258
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
 "permanently delete the %i selected files?"
 msgstr "您确定要删除选中的文件%i吗?"
 
-#: ../catfish/CatfishWindow.py:1248
+#: ../catfish/CatfishWindow.py:1261
 msgid "If you delete a file, it is permanently lost."
 msgstr "如果您删除该文件,它会永久丢失。"
 
-#: ../catfish/CatfishWindow.py:1271
+#: ../catfish/CatfishWindow.py:1284
 msgid "Filename"
 msgstr "文件名"
 
-#: ../catfish/CatfishWindow.py:1273
+#: ../catfish/CatfishWindow.py:1286
 msgid "Size"
 msgstr "大小"
 
-#: ../catfish/CatfishWindow.py:1275
+#: ../catfish/CatfishWindow.py:1288
 msgid "Location"
 msgstr "位置"
 
-#: ../catfish/CatfishWindow.py:1287
+#: ../catfish/CatfishWindow.py:1300
 msgid "Preview"
 msgstr "预览"
 
-#: ../catfish/Ca

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

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

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

commit 6663585c124a18275b7762be6363caf2e9456699
Author: UTUMI Hirosi 
Date:   Thu Dec 26 12:31:42 2019 +0100

I18n: Update translation ja (100%).

152 translated messages.

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

diff --git a/po/ja.po b/po/ja.po
index baf181f..2003dff 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -115,7 +115,7 @@ msgstr "\"#rrggbb\""
 
 #: ../savers/slideshow.c:61
 msgid "Do not randomize pictures from location"
-msgstr ""
+msgstr "場所からの写真をランダム化しないでください"
 
 #: ../savers/slideshow.c:65
 msgid "Do not try to stretch images on screen"
@@ -139,11 +139,11 @@ msgstr "画像フォルダーからスライドショーを表示する"
 
 #: ../savers/xfce-popsquares.desktop.in.in.h:1
 msgid "Pop art squares"
-msgstr ""
+msgstr "ポップアートスクウェア"
 
 #: ../savers/xfce-popsquares.desktop.in.in.h:2
 msgid "A pop-art-ish grid of pulsing colors."
-msgstr ""
+msgstr "パルス色のポップアート風のグリッド。"
 
 #: ../src/gs-auth-pam.c:163
 msgid "Password:"
@@ -152,12 +152,12 @@ msgstr "パスワード:"
 #: ../src/gs-auth-pam.c:375
 #, c-format
 msgid "Unable to establish service %s: %s\n"
-msgstr ""
+msgstr "サービスを確立できません %s : %s\n"
 
 #: ../src/gs-auth-pam.c:401
 #, c-format
 msgid "Can't set PAM_TTY=%s"
-msgstr ""
+msgstr "PAM_TTY= %s をセットできません"
 
 #: ../src/gs-auth-pam.c:432
 msgid "Incorrect password."
@@ -214,11 +214,11 @@ msgstr "スクリーンセーバーがアクティブになっていた時間を
 
 #: ../src/xfce4-screensaver-command.c:68
 msgid "Tells the running screensaver process to lock the screen immediately"
-msgstr ""
+msgstr "実行中のスクリーンセーバープロセスに画面をすぐにロックするよう指示する"
 
 #: ../src/xfce4-screensaver-command.c:72
 msgid "If the screensaver is active then switch to another graphics demo"
-msgstr ""
+msgstr "スクリーンセーバーがアクティブな場合は別のグラフィックデモに切り替えます"
 
 #: ../src/xfce4-screensaver-command.c:76
 msgid "Turn the screensaver on (blank the screen)"
@@ -226,17 +226,17 @@ msgstr "スクリーンセーバーをオンにする(画面をブランクに
 
 #: ../src/xfce4-screensaver-command.c:80
 msgid "If the screensaver is active then deactivate it (un-blank the screen)"
-msgstr ""
+msgstr "スクリーンセーバーがアクティブになっている場合は非アクティブにする(画面の非ブランク化を解除する)"
 
 #: ../src/xfce4-screensaver-command.c:84
 msgid "Poke the running screensaver to simulate user activity"
-msgstr ""
+msgstr "実行中のスクリーンセーバーをつついて、ユーザーアクティビティをシミュレートする"
 
 #: ../src/xfce4-screensaver-command.c:88
 msgid ""
 "Inhibit the screensaver from activating.  Command blocks while inhibit is "
 "active."
-msgstr ""
+msgstr "スクリーンセーバーのアクティブ化を禁止します。禁止されている間はコマンドをブロックします。"
 
 #: ../src/xfce4-screensaver-command.c:92
 msgid "The calling application that is inhibiting the screensaver"
@@ -565,11 +565,11 @@ msgstr "root として実行中"
 
 #: ../src/xfce4-screensaver-preferences.ui.h:8
 msgid "The screen will not be locked for the root user."
-msgstr "この画面は root ユーザーに対してロックされません。"
+msgstr "この画面は root ユーザーに対してはロックされません。"
 
 #: ../src/xfce4-screensaver-preferences.ui.h:9
 msgid "Resolve"
-msgstr ""
+msgstr "解決"
 
 #: ../src/xfce4-screensaver-preferences.ui.h:10
 msgid "Xfce Power Manager is not configured to handle laptop lid events"
@@ -609,11 +609,11 @@ msgstr "コンピューターがアイドル状態のときにスクリーンセ
 
 #: ../src/xfce4-screensaver-preferences.ui.h:19
 msgid "Regard the computer as _idle after:"
-msgstr "次の後にコンピューターをアイドル状態と見なす(_I):"
+msgstr "この時間が経過したらコンピューターをアイドル状態と見なす(_I):"
 
 #: ../src/xfce4-screensaver-preferences.ui.h:20
 msgid "Inhibit screensaver for fullscreen applications"
-msgstr "フルスクリーンアプリケーションに対してスクリーンセーバーを禁止する"
+msgstr "フルスクリーンアプリケーションに対してはスクリーンセーバーを禁止する"
 
 #: ../src/xfce4-screensaver-preferences.ui.h:22
 msgid "Enable Lock Screen"
@@ -621,11 +621,11 @@ msgstr "ロック画面を有効にする"
 
 #: ../src/xfce4-screensaver-preferences.ui.h:23
 msgid "Lock Screen with Screensaver"
-msgstr "スクリーンセーバーでロック画面"
+msgstr "スクリーンセーバーで画面をロック"
 
 #: ../src/xfce4-screensaver-preferences.ui.h:24
 msgid "Lock the screen after the screensaver is active for:"
-msgstr "スクリーンセーバーがアクティブになった後、画面をロックする:"
+msgstr "スクリーンセーバーがアクティブになってこの時間が経過したら画面をロック:"
 
 #: ../src/xfce4-screensaver-preferences.ui.h:25
 msgid "On Screen Keyboard"
@@ -649,7 +649,7 @@ msgstr "ログアウトのコマンド"
 
 #: ../src/xfce4-screensaver-preferences.ui.h:30
 msgid "Enable logout after:"
-msgstr "この後にログアウトを有効にする:"
+msgstr "この時間が経過したらログアウトを有効にする:"
 
 #: ../src/xfce4-screensaver-preferences.ui.h:31
 msgid "User Switching"
@@ -657,7 +657,7 @@ msgstr "ユーザー切り替え"
 
 #: ../src/xfce4-screensaver-preferences.ui.h:32
 msgid "Lock Screen with System Sleep"
-msgstr "システムスリープでロック画面"
+msgstr "システムスリープで画面をロック"
 
 #: ../src/xfce4-screensaver-preferences.ui.h:33
 msgid "Lock Screen"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
X

[Xfce4-commits] [apps/xfce4-screensaver] branch master updated (1a8fb97 -> 6663585)

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

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

  from  1a8fb97   I18n: Update translation ja (92%).
   new  6663585   I18n: Update translation ja (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/ja.po | 36 ++--
 1 file changed, 18 insertions(+), 18 deletions(-)

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


[Xfce4-commits] [apps/catfish] branch master updated (2ba79a0 -> 11d1e90)

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

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

  from  2ba79a0   Apply release build overrides only when doing releases
   new  11d1e90   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 | 111 ++--
 1 file changed, 56 insertions(+), 55 deletions(-)

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


[Xfce4-commits] [apps/catfish] 01/01: Add release file contents to release output for easier review

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

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

commit 4c79f21a8ed4dbc405d453d5051084d4046c3c7a
Author: Sean Davis 
Date:   Thu Dec 26 06:47:03 2019 -0500

Add release file contents to release output for easier review
---
 setup.py | 24 +++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 7a4cfd0..dbd982a 100644
--- a/setup.py
+++ b/setup.py
@@ -232,6 +232,7 @@ DistUtilsExtra.auto.setup(
 # Simplify Xfce release process by providing sums
 if default_release_build:
 import hashlib
+import tarfile
 
 bzfile = "dist/catfish-%s.tar.bz2" % release_version
 if not os.path.exists(bzfile):
@@ -244,4 +245,25 @@ if default_release_build:
 print("%s written" % bzfile)
 print("  MD5:%s" % hashlib.md5(contents).hexdigest())
 print("  SHA1:   %s" % hashlib.sha1(contents).hexdigest())
-print("  SHA256: %s" % hashlib.sha256(contents).hexdigest())
\ No newline at end of file
+print("  SHA256: %s" % hashlib.sha256(contents).hexdigest())
+print("")
+print("Contents:")
+
+contents = {}
+tar = tarfile.open(bzfile, "r:bz2")
+for tarinfo in tar:
+if not tarinfo.isdir():
+basedir = os.path.dirname(tarinfo.name)
+if basedir not in contents.keys():
+contents[basedir] = []
+contents[basedir].append(tarinfo.name)
+tar.close()
+
+for basedir in contents.keys():
+indent = ""
+for i in range(0, len(basedir.split("/"))):
+indent += "  "
+print("%s%s/" % (indent, basedir))
+indent += "  "
+for filename in contents[basedir]:
+print(indent + filename)
\ No newline at end of file

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


[Xfce4-commits] [apps/catfish] branch master updated (11d1e90 -> 4c79f21)

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

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

  from  11d1e90   I18n: Update translation zh_CN (100%).
   new  4c79f21   Add release file contents to release output for easier 
review

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:
 setup.py | 24 +++-
 1 file changed, 23 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-screenshooter] 01/01: Update homepage link at appdata.xml

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

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

commit 089e4e8ce165f99c3135660fdcf9704b867f832a
Author: Andre Miranda 
Date:   Thu Dec 26 10:31:14 2019 -0300

Update homepage link at appdata.xml
---
 src/xfce4-screenshooter.appdata.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xfce4-screenshooter.appdata.xml.in 
b/src/xfce4-screenshooter.appdata.xml.in
index 2edd45b..d8b79fe 100644
--- a/src/xfce4-screenshooter.appdata.xml.in
+++ b/src/xfce4-screenshooter.appdata.xml.in
@@ -25,7 +25,7 @@
 
   
 
-  https://goodies.xfce.org/projects/applications/xfce4-screenshooter
+  https://docs.xfce.org/apps/screenshooter/start
   https://bugzilla.xfce.org/describecomponents.cgi?product=Xfce4-screenshooter
   https://docs.xfce.org/apps/screenshooter/start
 

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


[Xfce4-commits] [apps/xfce4-screenshooter] branch master updated (c8d251d -> 089e4e8)

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

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

  from  c8d251d   I18n: Update translation ja (100%).
   new  089e4e8   Update homepage link at appdata.xml

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


Summary of changes:
 src/xfce4-screenshooter.appdata.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[Xfce4-commits] [xfce/xfwm4] branch master updated (20e3909 -> 6b806e4)

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

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

  from  20e3909   I18n: Update translation hr (99%).
   new  6b806e4   I18n: Update translation es (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/es.po | 32 
 1 file changed, 16 insertions(+), 16 deletions(-)

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


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

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

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

commit 6b806e4b7892933ab317d501201defa978afab98
Author: Toni Estévez 
Date:   Thu Dec 26 18:32:20 2019 +0100

I18n: Update translation es (100%).

170 translated messages.

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

diff --git a/po/es.po b/po/es.po
index f306365..ae505fc 100644
--- a/po/es.po
+++ b/po/es.po
@@ -18,7 +18,7 @@ msgstr ""
 "Project-Id-Version: Xfwm4\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-08-29 00:32+0200\n"
-"PO-Revision-Date: 2019-12-08 11:00+\n"
+"PO-Revision-Date: 2019-12-26 17:30+\n"
 "Last-Translator: Toni Estévez \n"
 "Language-Team: Spanish (http://www.transifex.com/xfce/xfwm4/language/es/)\n"
 "MIME-Version: 1.0\n"
@@ -95,7 +95,7 @@ msgstr "Gestor de ventanas"
 #: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
 #: ../settings-dialogs/xfwm4-dialog.glade.h:2
 msgid "Configure window behavior and shortcuts"
-msgstr "Configure el comportamiento de ventanas y los atajos"
+msgstr "Configure el comportamiento de las ventanas y los atajos"
 
 #: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:1
@@ -130,19 +130,19 @@ msgstr "_Cerrar"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:5
 msgid "The_me"
-msgstr "_Tema"
+msgstr "Te_ma"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:6
 msgid "Title fon_t"
-msgstr "T_ipografía del título"
+msgstr "_Tipografía del título"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:7
 msgid "Title _alignment"
-msgstr "Alin_eación del título"
+msgstr "_Alineación del título"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:8
 msgid "Click and drag the buttons to change the layout"
-msgstr "Haga clic y arrastre los botones para modificar su distribución"
+msgstr "Haga clic en los botones y arrástrelos para modificar su distribución"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:9
 msgid "Title"
@@ -162,7 +162,7 @@ msgstr "Menú"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:13
 msgid "Stick"
-msgstr "Adherir"
+msgstr "Fijar"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:14
 msgid "Shade"
@@ -194,7 +194,7 @@ msgstr "E_stilo"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:21
 msgid "Define shortcuts to perform _window manager actions:"
-msgstr "Defina los atajos para las acciones del gestor de _ventanas:"
+msgstr "Defina los atajos para las acciones del gestor de ventanas:"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:22
 msgid "_Reset to Defaults"
@@ -214,7 +214,7 @@ msgstr "El foco sigue al _ratón"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:26
 msgid "_Delay before window receives focus:"
-msgstr "Retr_aso para que la ventana obtenga el foco:"
+msgstr "R_etraso para que la ventana obtenga el foco:"
 
 #. Raise focus delay
 #: ../settings-dialogs/xfwm4-dialog.glade.h:28
@@ -240,23 +240,23 @@ msgstr "Foco de las ventanas nuevas"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:34
 msgid "Automatically _raise windows when they receive focus"
-msgstr "_Elevar automáticamente las ventanas cuando obtengan el foco"
+msgstr "Tr_aer al frente automáticamente las ventanas cuando obtengan el foco"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:35
 msgid "Delay _before raising focused window:"
-msgstr "Retraso para elevar la _ventana con el foco"
+msgstr "Retraso para traer al frente la _ventana con el foco"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:36
 msgid "Raise on focus"
-msgstr "Elevar al enfocar"
+msgstr "Traer al frente al enfocar"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:37
 msgid "Raise window when clicking _inside application window"
-msgstr "Elevar al hacer clic _dentro de la ventana"
+msgstr "Traer al frente al hacer clic _dentro de la ventana"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:38
 msgid "Raise on click"
-msgstr "Elevar al hacer clic"
+msgstr "Traer al frente al hacer clic"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:39
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:19
@@ -265,7 +265,7 @@ msgstr "_Foco"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:40
 msgid "To screen _borders"
-msgstr "A los bordes de la p_antalla"
+msgstr "A los _bordes de la pantalla"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:41
 msgid "To other _windows"
@@ -293,7 +293,7 @@ msgstr "Anclaje de las ventanas"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:48
 msgid "With the mouse _pointer"
-msgstr "Con el pu_ntero del ratón"
+msgstr "Con el _puntero del ratón"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:49
 msgid "With a _dragged window"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___

[Xfce4-commits] [apps/xfce4-terminal] annotated tag xfce4-terminal-0.8.9 created (now 24febed)

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

f2404 pushed a 
change to annotated 
tag 
xfce4-terminal-0.8.9
in repository apps/xfce4-terminal.

at  24febed   (tag)
   tagging  1cc8a91439aa918591af6d13ef4f1f1709b4ea31 (commit)
  replaces  xfce4-terminal-0.8.8
 tagged by  Igor
on  Thu Dec 26 15:41:41 2019 -0500

- Log -
0.8.9
=
- Respect the "Working Directory" setting when opening initial window (the
  current directory was used instead). (bug #16292)
- Disable "Paste" actions in read-only mode
- Point session manager to desktop file. This means that the session manager
  will know the (translated) name and icon for the application. This is visible
  e.g. in xfce4-session-settings in the "Current Session" tab. (bug #16121)
- Resolve G_TYPE_INSTANCE_GET_PRIVATE deprecation warning
- Allow to use  shortcuts when menu mnemonics are disabled - like h
  which is normally used for "Help" menu. (bug #15989)
- Fix 'Menubar starts shown when set to hidden in properties' (bug #15979)
- Fix invalid geometry on Wayland. Also fixes the issue with increasing the
  window size when showing or hiding widgets such as tabbar, toolbar, menubar
  on Wayland.
- Fix size increase when the menu is used on Wayland (bug #13938)
- Avoid passing null pointer to g_warning()
- Replace GLib threading functions with their GDK counterparts
- Fix setting a font via the command line (bug #15869)
- Properly apply zoom factor when creating new tab (bug #15785)
- Add icons to "Cancel" and "Paste" buttons
- Fix background color changing when changing focus if "Vary the background
  color for each tab" is enabled (bug #15740)
- Revert "Save accelerators map on exit". It turned out that saving accelerators
  map on exit prevents users from disabling the Alt+N shortcuts by setting them
  to "" in accels.scm. The shortcuts that had been disabled got overridden on
  the next launch of the terminal. (bug #16058)
- Allow to unset window urgency hint even if "Visual bell" is disabled (bug
  #15729)
- Unmaximize drop-down window when hiding it. This seems to help xfwm4;
  otherwise, it won't be able to unmaximize the window once it's shown again.
  (bug #15681)
- Allow to use --maximize with drop-down windows
- Search dialog: Make opacity scale unfocusable. This prevents the text entry
  from losing focus when the opacity scale is used.
- Fix closing tabs with middle click. This includes switching to last active
  tab, allowing to undo close tab, and checking for a running process. (bug
  #15687)
- Translation updates: Croatian, English (United Kingdom), Finnish, French,
  Galician, Greek, Italian, Lithuanian, Norwegian Bokmål, Portuguese, Slovak,
  Slovenian
---

No new revisions were added by this update.

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


[Xfce4-commits] [apps/xfce4-terminal] 01/01: Release 0.8.9

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

f2404 pushed a 
commit to branch 
master
in repository apps/xfce4-terminal.

commit 1cc8a91439aa918591af6d13ef4f1f1709b4ea31
Author: Igor 
Date:   Thu Dec 26 15:41:17 2019 -0500

Release 0.8.9
---
 NEWS| 42 ++
 configure.ac.in |  4 ++--
 2 files changed, 44 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index d87b204..5d1c0a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,45 @@
+0.8.9
+=
+- Respect the "Working Directory" setting when opening initial window (the
+  current directory was used instead). (bug #16292)
+- Disable "Paste" actions in read-only mode
+- Point session manager to desktop file. This means that the session manager
+  will know the (translated) name and icon for the application. This is visible
+  e.g. in xfce4-session-settings in the "Current Session" tab. (bug #16121)
+- Resolve G_TYPE_INSTANCE_GET_PRIVATE deprecation warning
+- Allow to use  shortcuts when menu mnemonics are disabled - like h
+  which is normally used for "Help" menu. (bug #15989)
+- Fix 'Menubar starts shown when set to hidden in properties' (bug #15979)
+- Fix invalid geometry on Wayland. Also fixes the issue with increasing the
+  window size when showing or hiding widgets such as tabbar, toolbar, menubar
+  on Wayland.
+- Fix size increase when the menu is used on Wayland (bug #13938)
+- Avoid passing null pointer to g_warning()
+- Replace GLib threading functions with their GDK counterparts
+- Fix setting a font via the command line (bug #15869)
+- Properly apply zoom factor when creating new tab (bug #15785)
+- Add icons to "Cancel" and "Paste" buttons
+- Fix background color changing when changing focus if "Vary the background
+  color for each tab" is enabled (bug #15740)
+- Revert "Save accelerators map on exit". It turned out that saving 
accelerators
+  map on exit prevents users from disabling the Alt+N shortcuts by setting them
+  to "" in accels.scm. The shortcuts that had been disabled got overridden on
+  the next launch of the terminal. (bug #16058)
+- Allow to unset window urgency hint even if "Visual bell" is disabled (bug
+  #15729)
+- Unmaximize drop-down window when hiding it. This seems to help xfwm4;
+  otherwise, it won't be able to unmaximize the window once it's shown again.
+  (bug #15681)
+- Allow to use --maximize with drop-down windows
+- Search dialog: Make opacity scale unfocusable. This prevents the text entry
+  from losing focus when the opacity scale is used.
+- Fix closing tabs with middle click. This includes switching to last active
+  tab, allowing to undo close tab, and checking for a running process. (bug
+  #15687)
+- Translation updates: Croatian, English (United Kingdom), Finnish, French,
+  Galician, Greek, Italian, Lithuanian, Norwegian Bokmål, Portuguese, Slovak,
+  Slovenian
+
 0.8.8
 =
 - Do not show "Rewrap on resize" option for vte>=0.58: it's been deprecated,
diff --git a/configure.ac.in b/configure.ac.in
index 4bece7a..9fc9c11 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,10 +10,10 @@ dnl *** Version information ***
 dnl ***
 m4_define([terminal_version_major], [0])
 m4_define([terminal_version_minor], [8])
-m4_define([terminal_version_micro], [8])
+m4_define([terminal_version_micro], [9])
 m4_define([terminal_version_nano], [])
 m4_define([terminal_version_build], [@REVISION@])
-m4_define([terminal_version_tag], [git])
+m4_define([terminal_version_tag], [])
 m4_define([terminal_version_dbus], [5])
 m4_define([terminal_version], 
[terminal_version_major().terminal_version_minor().terminal_version_micro()ifelse(terminal_version_nano(),
 [], [], [.terminal_version_nano()])ifelse(terminal_version_tag(), [git], 
[terminal_version_tag()-terminal_version_build()], [terminal_version_tag()])])
 

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


[Xfce4-commits] [apps/xfce4-terminal] branch master updated (1ca21ae -> 1cc8a91)

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

f2404 pushed a 
change to branch 
master
in repository apps/xfce4-terminal.

  from  1ca21ae   Respect the "Working Directory" setting when opening 
initial window
   new  1cc8a91   Release 0.8.9

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:
 NEWS| 42 ++
 configure.ac.in |  4 ++--
 2 files changed, 44 insertions(+), 2 deletions(-)

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


[Xfce4-commits] [apps/xfce4-terminal] 01/01: Return to git versioning

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

f2404 pushed a 
commit to branch 
master
in repository apps/xfce4-terminal.

commit efb8c66aaac0170c1345b57b6e01dda608499686
Author: Igor 
Date:   Thu Dec 26 15:47:22 2019 -0500

Return to git versioning
---
 configure.ac.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac.in b/configure.ac.in
index 9fc9c11..531dc11 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,7 +13,7 @@ m4_define([terminal_version_minor], [8])
 m4_define([terminal_version_micro], [9])
 m4_define([terminal_version_nano], [])
 m4_define([terminal_version_build], [@REVISION@])
-m4_define([terminal_version_tag], [])
+m4_define([terminal_version_tag], [git])
 m4_define([terminal_version_dbus], [5])
 m4_define([terminal_version], 
[terminal_version_major().terminal_version_minor().terminal_version_micro()ifelse(terminal_version_nano(),
 [], [], [.terminal_version_nano()])ifelse(terminal_version_tag(), [git], 
[terminal_version_tag()-terminal_version_build()], [terminal_version_tag()])])
 

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


[Xfce4-commits] [apps/xfce4-terminal] branch master updated (1cc8a91 -> efb8c66)

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

f2404 pushed a 
change to branch 
master
in repository apps/xfce4-terminal.

  from  1cc8a91   Release 0.8.9
   new  efb8c66   Return to git versioning

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


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

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


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

2019-12-26 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 2d6f5c77c20a86edb5316b20a21f45f422f80e2f
Author: Pjotr 
Date:   Fri Dec 27 00:30:15 2019 +0100

I18n: Update translation nl (100%).

767 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/nl.po | 289 ---
 1 file changed, 146 insertions(+), 143 deletions(-)

diff --git a/po/nl.po b/po/nl.po
index a4cb794..4bc30db 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -9,8 +9,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-09-02 00:30+0200\n"
-"PO-Revision-Date: 2019-09-02 16:42+\n"
+"POT-Creation-Date: 2019-12-23 18:30+0100\n"
+"PO-Revision-Date: 2019-12-26 22:42+\n"
 "Last-Translator: Pjotr \n"
 "Language-Team: Dutch (http://www.transifex.com/xfce/thunar/language/nl/)\n"
 "MIME-Version: 1.0\n"
@@ -129,8 +129,8 @@ msgstr "Kon bewerking niet starten"
 #: ../thunar/thunar-application.c:1508 ../thunar/thunar-application.c:1640
 #: ../thunar/thunar-launcher.c:1227 ../thunar/thunar-location-entry.c:356
 #: ../thunar/thunar-location-entry.c:384
-#: ../thunar/thunar-shortcuts-view.c:1711
-#: ../thunar/thunar-shortcuts-view.c:1739 ../thunar/thunar-window.c:2447
+#: ../thunar/thunar-shortcuts-view.c:1719
+#: ../thunar/thunar-shortcuts-view.c:1747 ../thunar/thunar-window.c:2447
 #, c-format
 msgid "Failed to open \"%s\""
 msgstr "Kon '%s' niet openen"
@@ -143,20 +143,20 @@ msgstr "Kon '%s' niet openen: %s"
 #. display an error message
 #: ../thunar/thunar-application.c:1699
 #: ../thunar/thunar-properties-dialog.c:731
-#: ../thunar/thunar-standard-view.c:2869 ../thunar/thunar-tree-view.c:1899
+#: ../thunar/thunar-standard-view.c:2881 ../thunar/thunar-tree-view.c:1899
 #, c-format
 msgid "Failed to rename \"%s\""
 msgstr "Hernoemen van '%s' is mislukt"
 
 #: ../thunar/thunar-application.c:1801
 #: ../thunar/thunar-location-buttons.c:1347
-#: ../thunar/thunar-standard-view.c:2394 ../thunar/thunar-tree-view.c:1776
+#: ../thunar/thunar-standard-view.c:2406 ../thunar/thunar-tree-view.c:1776
 msgid "New Folder"
 msgstr "Nieuwe map"
 
 #: ../thunar/thunar-application.c:1802
 #: ../thunar/thunar-location-buttons.c:1348
-#: ../thunar/thunar-standard-view.c:2395 ../thunar/thunar-tree-view.c:1777
+#: ../thunar/thunar-standard-view.c:2407 ../thunar/thunar-tree-view.c:1777
 msgid "Create New Folder"
 msgstr "Maak nieuwe map"
 
@@ -169,7 +169,7 @@ msgid "Create New File"
 msgstr "Maak nieuw bestand"
 
 #. generate a title for the create dialog
-#: ../thunar/thunar-application.c:1864 ../thunar/thunar-standard-view.c:2441
+#: ../thunar/thunar-application.c:1864 ../thunar/thunar-standard-view.c:2453
 #, c-format
 msgid "Create Document from template \"%s\""
 msgstr "Maak document volgens sjabloon '%s'"
@@ -218,8 +218,8 @@ msgstr[1] "Weet u zeker dat u de %u 
geselecteerde\nbestanden voorgoed wilt verwi
 #: ../thunar/thunar-application.c:2168 ../thunar/thunar-application.c:2347
 #: ../thunar/thunar-chooser-dialog.c:288 ../thunar/thunar-chooser-dialog.c:705
 #: ../thunar/thunar-chooser-dialog.c:753 ../thunar/thunar-create-dialog.c:141
-#: ../thunar/thunar-dialogs.c:105 ../thunar/thunar-dialogs.c:476
-#: ../thunar/thunar-dialogs.c:549 ../thunar/thunar-dialogs.c:797
+#: ../thunar/thunar-dialogs.c:105 ../thunar/thunar-dialogs.c:487
+#: ../thunar/thunar-dialogs.c:598 ../thunar/thunar-dialogs.c:856
 #: ../thunar/thunar-dnd.c:169 ../thunar/thunar-launcher.c:736
 #: ../thunar/thunar-permissions-chooser.c:535
 #: ../thunar/thunar-permissions-chooser.c:1143
@@ -228,10 +228,10 @@ msgstr[1] "Weet u zeker dat u de %u 
geselecteerde\nbestanden voorgoed wilt verwi
 #: ../thunar/thunar-renamer-dialog.c:1053
 #: ../thunar/thunar-renamer-progress.c:198
 #: ../thunar/thunar-renamer-progress.c:208
-#: ../thunar/thunar-standard-view.c:2700 ../thunar/thunar-window.c:1125
-#: ../plugins/thunar-sendto-email/main.c:198
-#: ../plugins/thunar-sendto-email/main.c:217
-#: ../plugins/thunar-sendto-email/main.c:272
+#: ../thunar/thunar-standard-view.c:2712 ../thunar/thunar-window.c:1125
+#: ../plugins/thunar-sendto-email/main.c:219
+#: ../plugins/thunar-sendto-email/main.c:238
+#: ../plugins/thunar-sendto-email/main.c:293
 #: ../plugins/thunar-uca/thunar-uca-chooser.c:371
 #: ../plugins/thunar-uca/thunar-uca-editor.c:141
 #: ../plugins/thunar-uca/thunar-uca-editor.c:176
@@ -239,7 +239,7 @@ msgstr[1] "Weet u zeker dat u de %u 
geselecteerde\nbestanden voorgoed wilt verwi
 msgid "_Cancel"
 msgstr "_Afbreken"
 
-#: ../thunar/thunar-application.c:2169 ../thunar/thunar-standard-view.c:410
+#: ../thunar/thunar-application.c:2169 ../thunar/thunar-standard-view.c:409
 #: ../thunar/thunar-tree-view.c:1502
 #: ../plugins/thunar-uca/thunar-

[Xfce4-commits] [xfce/thunar] branch master updated (688a2a2 -> 2d6f5c7)

2019-12-26 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  688a2a2   I18n: Update translation uk (100%).
   new  2d6f5c7   I18n: Update translation nl (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/nl.po | 289 ---
 1 file changed, 146 insertions(+), 143 deletions(-)

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


[Xfce4-commits] [xfce/thunar] branch xfce-4.14 updated (0df1d28 -> 613191c)

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

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

  from  0df1d28   I18n: Update translation uk (100%).
   new  613191c   I18n: Update translation nl (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/nl.po | 287 ---
 1 file changed, 145 insertions(+), 142 deletions(-)

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


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

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

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

commit 613191ce8e9c74adbb36ed46d785d8c0dca89b3a
Author: Pjotr 
Date:   Fri Dec 27 00:30:49 2019 +0100

I18n: Update translation nl (100%).

761 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/nl.po | 287 ---
 1 file changed, 145 insertions(+), 142 deletions(-)

diff --git a/po/nl.po b/po/nl.po
index 8f9901d..b70bf1c 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-09-02 00:30+0200\n"
+"POT-Creation-Date: 2019-12-23 18:30+0100\n"
 "PO-Revision-Date: 2018-08-19 09:02+\n"
 "Last-Translator: Pjotr , 2019\n"
 "Language-Team: Dutch (https://www.transifex.com/xfce/teams/16840/nl/)\n"
@@ -148,8 +148,8 @@ msgstr "Kon bewerking niet starten"
 #: ../thunar/thunar-application.c:1500 ../thunar/thunar-application.c:1632
 #: ../thunar/thunar-launcher.c:1227 ../thunar/thunar-location-entry.c:356
 #: ../thunar/thunar-location-entry.c:384
-#: ../thunar/thunar-shortcuts-view.c:1711
-#: ../thunar/thunar-shortcuts-view.c:1739 ../thunar/thunar-window.c:2364
+#: ../thunar/thunar-shortcuts-view.c:1719
+#: ../thunar/thunar-shortcuts-view.c:1747 ../thunar/thunar-window.c:2364
 #, c-format
 msgid "Failed to open \"%s\""
 msgstr "Kon '%s' niet openen"
@@ -162,20 +162,20 @@ msgstr "Kon '%s' niet openen: %s"
 #. display an error message
 #: ../thunar/thunar-application.c:1691
 #: ../thunar/thunar-properties-dialog.c:731
-#: ../thunar/thunar-standard-view.c:2839 ../thunar/thunar-tree-view.c:1899
+#: ../thunar/thunar-standard-view.c:2851 ../thunar/thunar-tree-view.c:1899
 #, c-format
 msgid "Failed to rename \"%s\""
 msgstr "Hernoemen van '%s' is mislukt"
 
 #: ../thunar/thunar-application.c:1793
 #: ../thunar/thunar-location-buttons.c:1347
-#: ../thunar/thunar-standard-view.c:2364 ../thunar/thunar-tree-view.c:1776
+#: ../thunar/thunar-standard-view.c:2376 ../thunar/thunar-tree-view.c:1776
 msgid "New Folder"
 msgstr "Nieuwe map"
 
 #: ../thunar/thunar-application.c:1794
 #: ../thunar/thunar-location-buttons.c:1348
-#: ../thunar/thunar-standard-view.c:2365 ../thunar/thunar-tree-view.c:1777
+#: ../thunar/thunar-standard-view.c:2377 ../thunar/thunar-tree-view.c:1777
 msgid "Create New Folder"
 msgstr "Maak nieuwe map"
 
@@ -188,7 +188,7 @@ msgid "Create New File"
 msgstr "Maak nieuw bestand"
 
 #. generate a title for the create dialog
-#: ../thunar/thunar-application.c:1856 ../thunar/thunar-standard-view.c:2411
+#: ../thunar/thunar-application.c:1856 ../thunar/thunar-standard-view.c:2423
 #, c-format
 msgid "Create Document from template \"%s\""
 msgstr "Maak document volgens sjabloon '%s'"
@@ -243,8 +243,8 @@ msgstr[1] ""
 #: ../thunar/thunar-application.c:2157 ../thunar/thunar-application.c:2336
 #: ../thunar/thunar-chooser-dialog.c:288 ../thunar/thunar-chooser-dialog.c:705
 #: ../thunar/thunar-chooser-dialog.c:753 ../thunar/thunar-create-dialog.c:141
-#: ../thunar/thunar-dialogs.c:105 ../thunar/thunar-dialogs.c:476
-#: ../thunar/thunar-dialogs.c:549 ../thunar/thunar-dialogs.c:797
+#: ../thunar/thunar-dialogs.c:105 ../thunar/thunar-dialogs.c:487
+#: ../thunar/thunar-dialogs.c:598 ../thunar/thunar-dialogs.c:856
 #: ../thunar/thunar-dnd.c:169 ../thunar/thunar-launcher.c:736
 #: ../thunar/thunar-permissions-chooser.c:522
 #: ../thunar/thunar-permissions-chooser.c:1130
@@ -253,10 +253,10 @@ msgstr[1] ""
 #: ../thunar/thunar-renamer-dialog.c:1053
 #: ../thunar/thunar-renamer-progress.c:198
 #: ../thunar/thunar-renamer-progress.c:208
-#: ../thunar/thunar-standard-view.c:2670
-#: ../plugins/thunar-sendto-email/main.c:198
-#: ../plugins/thunar-sendto-email/main.c:217
-#: ../plugins/thunar-sendto-email/main.c:272
+#: ../thunar/thunar-standard-view.c:2682
+#: ../plugins/thunar-sendto-email/main.c:219
+#: ../plugins/thunar-sendto-email/main.c:238
+#: ../plugins/thunar-sendto-email/main.c:293
 #: ../plugins/thunar-uca/thunar-uca-chooser.c:371
 #: ../plugins/thunar-uca/thunar-uca-editor.c:141
 #: ../plugins/thunar-uca/thunar-uca-editor.c:176
@@ -264,7 +264,7 @@ msgstr[1] ""
 msgid "_Cancel"
 msgstr "_Afbreken"
 
-#: ../thunar/thunar-application.c:2158 ../thunar/thunar-standard-view.c:409
+#: ../thunar/thunar-application.c:2158 ../thunar/thunar-standard-view.c:408
 #: ../thunar/thunar-tree-view.c:1502
 #: ../plugins/thunar-uca/thunar-uca-chooser.c:372
 msgid "_Delete"
@@ -297,7 +297,7 @@ msgstr "Alle bestanden en mappen uit de prullenbak 
verwijderen?"
 #. append the "Empty Trash" menu action
 #. prepare the menu item
 #: ../thunar/thunar-application.c:2337 ../thunar/thunar-location-buttons.c:188
-#: ../thunar/thunar-shortcuts-view.c:1231 

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

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

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

commit d01ca72dd98628e3a6319ed177ca69ec6c9ff0aa
Author: UTUMI Hirosi 
Date:   Fri Dec 27 00:31:28 2019 +0100

I18n: Update translation ja (100%).

141 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/ja.po | 319 ++-
 1 file changed, 211 insertions(+), 108 deletions(-)

diff --git a/po/ja.po b/po/ja.po
index c3113d6..63d4661 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -5,16 +5,19 @@
 # 
 # Translators:
 # Xfce Bot , 2018
+# Masato HASHIMOTO , 2019
 # Nobuhiro Iwamatsu , 2019
+# Nick Schermer , 2019
+# UTUMI Hirosi , 2019
 # 
 #, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-03-12 13:50+0100\n"
+"POT-Creation-Date: 2019-12-24 14:01-0500\n"
 "PO-Revision-Date: 2018-06-28 22:08+\n"
-"Last-Translator: Nobuhiro Iwamatsu , 2019\n"
+"Last-Translator: UTUMI Hirosi , 2019\n"
 "Language-Team: Japanese (https://www.transifex.com/xfce/teams/16840/ja/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -23,7 +26,7 @@ msgstr ""
 "Plural-Forms: nplurals=1; plural=0;\n"
 
 #: ../org.xfce.Catfish.desktop.in.h:1 ../data/ui/CatfishWindow.ui.h:28
-#: ../catfish/CatfishWindow.py:666
+#: ../catfish/CatfishWindow.py:731
 msgid "Catfish File Search"
 msgstr "Catfish ファイル検索"
 
@@ -45,6 +48,82 @@ msgstr "files;find;locate;lookup;search;"
 msgid "Catfish is a versatile file searching tool."
 msgstr "Catfishは多目的のファイル検索ツールです。"
 
+#: ../data/ui/CatfishPreferences.ui.h:1
+msgid "Catfish Preferences"
+msgstr "Catfish の設定"
+
+#: ../data/ui/CatfishPreferences.ui.h:2
+msgid "_Close"
+msgstr "閉じる(_C)"
+
+#: ../data/ui/CatfishPreferences.ui.h:3
+msgid "Classic (_Titlebar)"
+msgstr "クラシック (タイトルバー)(_T)"
+
+#: ../data/ui/CatfishPreferences.ui.h:4
+msgid "_Modern (CSD)"
+msgstr "モダン (CSD)(_M)"
+
+#: ../data/ui/CatfishPreferences.ui.h:5
+msgid "Your new window layout will be applied after restarting Catifish."
+msgstr "Catfishを再起動すると、新しいウィンドウレイアウトが適用されます。"
+
+#: ../data/ui/CatfishPreferences.ui.h:6
+msgid "Window Layout"
+msgstr "ウィンドウレイアウト"
+
+#: ../data/ui/CatfishPreferences.ui.h:7
+msgid "Show _hidden files in the results"
+msgstr "結果に隠しファイルを表示する(_H)"
+
+#: ../data/ui/CatfishPreferences.ui.h:8
+msgid "Show filter _sidebar"
+msgstr "フィルターサイドバーを表示(_S)"
+
+#: ../data/ui/CatfishPreferences.ui.h:9
+msgid "Display Options"
+msgstr "表示オプション"
+
+#: ../data/ui/CatfishPreferences.ui.h:10
+msgid "_Appearance"
+msgstr "外観(_A)"
+
+#: ../data/ui/CatfishPreferences.ui.h:11
+msgid "Path"
+msgstr "パス"
+
+#: ../data/ui/CatfishPreferences.ui.h:12
+msgid "Add Directory..."
+msgstr "ディレクトリを追加..."
+
+#: ../data/ui/CatfishPreferences.ui.h:13
+msgid "_Add"
+msgstr "追加(_A)"
+
+#: ../data/ui/CatfishPreferences.ui.h:14
+msgid "Remove Directory"
+msgstr "ディレクトリを削除"
+
+#: ../data/ui/CatfishPreferences.ui.h:15
+msgid "_Remove"
+msgstr "削除(_R)"
+
+#: ../data/ui/CatfishPreferences.ui.h:16
+msgid "Exclude Directories"
+msgstr "ディレクトリを除外"
+
+#: ../data/ui/CatfishPreferences.ui.h:17
+msgid "Close the search _window after opening a file"
+msgstr "ファイルを開いた後に検索ウィンドウを閉じる(_W)"
+
+#: ../data/ui/CatfishPreferences.ui.h:18
+msgid "Miscellaneous"
+msgstr "その他"
+
+#: ../data/ui/CatfishPreferences.ui.h:19
+msgid "A_dvanced"
+msgstr "高度な設定(_D)"
+
 #: ../data/ui/CatfishWindow.ui.h:1
 msgid "_Open"
 msgstr "開く(_O)"
@@ -129,7 +208,7 @@ msgstr "開始日"
 msgid "End Date"
 msgstr "終了日"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish_lib/Window.py:217
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish_lib/Window.py:224
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -145,92 +224,79 @@ msgstr "検索データベースは7日以上更新されていません。今
 msgid "File Type"
 msgstr "ファイル形式"
 
-#: ../data/ui/CatfishWindow.ui.h:27 ../catfish/CatfishWindow.py:1133
+#: ../data/ui/CatfishWindow.ui.h:27 ../catfish/CatfishWindow.py:1290
 msgid "Modified"
 msgstr "修正日"
 
-#: ../data/ui/CatfishWindow.ui.h:29
-msgctxt ""
-"Full text: Enter your query above to find your files or click the [icon] "
-"icon for more options."
-msgid "Enter your query above to find your files"
-msgstr "検索したい語を上部の検索欄に入力するか、"
+#: ../data/ui/CatfishWindow.ui.h:29 ../catfish/CatfishWindow.py:1740
+msgid "Results will be displayed as soon as they are found."
+msgstr "結果は発見し次第表示されます。"
 
 #: ../data/ui/CatfishWindow.ui.h:30
-msgctxt ""
-"Full text: Enter your query above to find your files or click the [icon] "
-"icon for more options."
-msgid "or click the "
-msgstr "あるいは "
-
-#: ../data/ui/CatfishWindow.ui.h:31
-msgctxt ""
-"Full text: Enter your query above to find your files or click the [icon] "
-"icon for more options."
-msgid " icon for more options."
-msgstr " アイコンをクリックしてオプションを指定してください。"
-
-#: ../data/ui/

[Xfce4-commits] [apps/catfish] branch master updated (4c79f21 -> d01ca72)

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

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

  from  4c79f21   Add release file contents to release output for easier 
review
   new  d01ca72   I18n: Update translation ja (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/ja.po | 319 ++-
 1 file changed, 211 insertions(+), 108 deletions(-)

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


[Xfce4-commits] [panel-plugins/xfce4-genmon-plugin] branch master updated (7b8c1e4 -> 92fa216)

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

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

  from  7b8c1e4   I18n: Update translation uk (100%).
   new  92fa216   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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


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

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

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

commit 92fa216ca81fb3be168cb61749a297059934233d
Author: Michael Martins 
Date:   Fri Dec 27 00:32:15 2019 +0100

I18n: Update translation pt_BR (100%).

19 translated messages.

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

diff --git a/po/pt_BR.po b/po/pt_BR.po
index a32c5c2..5548651 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-12-06 18:32+0100\n"
-"PO-Revision-Date: 2019-12-18 21:50+\n"
+"PO-Revision-Date: 2019-12-26 22:13+\n"
 "Last-Translator: Michael Martins \n"
 "Language-Team: Portuguese (Brazil) 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/pt_BR/)\n"
 "MIME-Version: 1.0\n"

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


[Xfce4-commits] [www/www.xfce.org] 01/01: I18n: Update translation ja (87%).

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

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

commit 119d2fe75b9b993b3029783146874e61bb741c19
Author: UTUMI Hirosi 
Date:   Fri Dec 27 00:32:51 2019 +0100

I18n: Update translation ja (87%).

598 translated messages, 82 untranslated messages.

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

diff --git a/lib/po/ja.po b/lib/po/ja.po
index 3bd680b..11bd61b 100644
--- a/lib/po/ja.po
+++ b/lib/po/ja.po
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: Xfce Websites\n"
 "Report-Msgid-Bugs-To: https://bugzilla.xfce.org\n";
 "POT-Creation-Date: 2017-05-24 12:49+0200\n"
-"PO-Revision-Date: 2019-12-25 08:08+\n"
+"PO-Revision-Date: 2019-12-26 18:33+\n"
 "Last-Translator: UTUMI Hirosi \n"
 "Language-Team: Japanese 
(http://www.transifex.com/xfce/xfce-www/language/ja/)\n"
 "MIME-Version: 1.0\n"
@@ -2997,7 +2997,7 @@ msgstr "Xfce 4.12 リリース"
 
 #: news-array.php:15
 msgid "Xfce 4.12 is be the best release ever (yes, we like to party!)!"
-msgstr "Xfce 4.12 はこれまでで最高のリリースです(パーティーしましょう!)!"
+msgstr "Xfce 4.12 はこれまでで最高のリリースです(パーティーをしましょう!)!"
 
 #: news-array.php:16
 msgid "Source : Internet comments."

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


[Xfce4-commits] [xfce/xfwm4] branch master updated (6b806e4 -> 7899b35)

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

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

  from  6b806e4   I18n: Update translation es (100%).
   new  7899b35   I18n: Update translation es (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/es.po | 32 
 1 file changed, 16 insertions(+), 16 deletions(-)

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


[Xfce4-commits] [www/www.xfce.org] branch master updated (ad34daf -> 119d2fe)

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

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

  from  ad34daf   I18n: Update translation ja (87%).
   new  119d2fe   I18n: Update translation ja (87%).

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


Summary of changes:
 lib/po/ja.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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


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

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

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

commit 7899b35a3d4477d7cad261b78addd7d8dd715d6e
Author: Toni Estévez 
Date:   Fri Dec 27 00:33:04 2019 +0100

I18n: Update translation es (100%).

170 translated messages.

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

diff --git a/po/es.po b/po/es.po
index ae505fc..cd4bc7c 100644
--- a/po/es.po
+++ b/po/es.po
@@ -18,7 +18,7 @@ msgstr ""
 "Project-Id-Version: Xfwm4\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-08-29 00:32+0200\n"
-"PO-Revision-Date: 2019-12-26 17:30+\n"
+"PO-Revision-Date: 2019-12-26 18:23+\n"
 "Last-Translator: Toni Estévez \n"
 "Language-Team: Spanish (http://www.transifex.com/xfce/xfwm4/language/es/)\n"
 "MIME-Version: 1.0\n"
@@ -134,7 +134,7 @@ msgstr "Te_ma"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:6
 msgid "Title fon_t"
-msgstr "_Tipografía del título"
+msgstr "T_ipografía del título"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:7
 msgid "Title _alignment"
@@ -398,27 +398,27 @@ msgstr "Restablecer los valores predeterminados"
 msgid ""
 "S_kip windows that have \"skip pager\"\n"
 "or \"skip taskbar\" properties set"
-msgstr "_Omitir ventanas que tienen activas las\npropiedades «omitir selector 
de tareas» y «omitir barra de tareas»"
+msgstr "_Omitir las ventanas que tienen las propiedades\n«omitir del selector 
de tareas» o «omitir de la barra de tareas»"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:7
 msgid "_Include hidden (i.e. iconified) windows"
-msgstr "_Incluir ventanas ocultas (i.e. miniaturizadas)"
+msgstr "_Incluir las ventanas ocultas (p. ej., minimizadas)"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:8
 msgid "Cycle _through windows on all workspaces"
-msgstr "_Seleccionar cíclicamente las ventanas de todas las áreas de trabajo"
+msgstr "_Recorrer las ventanas de todas las áreas de trabajo"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:9
 msgid "_Draw frame around selected window while cycling"
-msgstr "_Dibujar marco alrededor de las ventanas seleccionadas durante la 
selección"
+msgstr "_Dibujar un marco alrededor de la ventana seleccionada"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:10
 msgid "_Raise windows while cycling"
-msgstr "Elevar_r ventana durante la selección"
+msgstr "_Traer al frente las ventanas al seleccionarlas"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:11
 msgid "Cycle through windows in a _list"
-msgstr "Seleccionar cíclicamente las ventanas desde una _lista"
+msgstr "Recorrer las ventanas en una _lista"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:12
 msgid "C_ycling"
@@ -426,19 +426,19 @@ msgstr "_Selección"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:13
 msgid "Activate foc_us stealing prevention"
-msgstr "Activar la prevención de pérdida de foco"
+msgstr "Activar la prevención de pérdida del foco"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:14
 msgid "Honor _standard ICCCM focus hint"
-msgstr "Respetar e_stándar ICCCM de obtención de foco"
+msgstr "Respetar el e_stándar de enfoque ICCCM"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:15
 msgid "When a window raises itself:"
-msgstr "Cuando una ventana se eleve por sí misma:"
+msgstr "Cuando una ventana aparece en primer plano:"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:16
 msgid "_Bring window on current workspace"
-msgstr "_Traer ventana al área de trabajo actual"
+msgstr "_Traer la ventana al área de trabajo actual"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:17
 msgid "Switch to win_dow's workspace"
@@ -450,19 +450,19 @@ msgstr "No hacer _nada"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:20
 msgid "Key used to _grab and move windows:"
-msgstr "Tecla utilizada para a_garrar y desplazar ventanas:"
+msgstr "Tecla que se usa para arrastrar las ventanas:"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:21
 msgid "_Raise windows when any mouse button is pressed"
-msgstr "_Elevar ventanas al pulsar cualquier botón del ratón"
+msgstr "Tra_er al frente las ventanas al hacer clic con cualquier botón"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:22
 msgid "Hide frame of windows when ma_ximized"
-msgstr "Ocultar marco de ventanas al ma_ximizar"
+msgstr "Ocultar el marco de las ventanas ma_ximizadas"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:23
 msgid "Hide title of windows when maximized"
-msgstr "Esconder el título de la ventana cuando esté maximizada"
+msgstr "Ocultar el título de las ventanas maximizadas"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:24
 msgid "Automatically _tile windows when moving toward the screen edge"

-- 
To stop 

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

2019-12-26 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 ca9959b2ebb740ee3ad75f6dec2054a4aebfadf9
Author: José Vieira 
Date:   Fri Dec 27 06:30:15 2019 +0100

I18n: Update translation pt (100%).

767 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/pt.po | 293 ---
 1 file changed, 148 insertions(+), 145 deletions(-)

diff --git a/po/pt.po b/po/pt.po
index 29016e2..927b955 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -5,16 +5,16 @@
 # Translators:
 # Bruno Guerreiro , 2016-2017
 # Hugo Carvalho , 2019
-# José Vieira , 2017-2018
+# José Vieira , 2017-2019
 # Nuno Miguel , 2014-2019
 # Sérgio Marques , 2013
 msgid ""
 msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-09-02 00:30+0200\n"
-"PO-Revision-Date: 2019-09-21 11:31+\n"
-"Last-Translator: Nuno Miguel \n"
+"POT-Creation-Date: 2019-12-23 18:30+0100\n"
+"PO-Revision-Date: 2019-12-27 00:36+\n"
+"Last-Translator: José Vieira \n"
 "Language-Team: Portuguese 
(http://www.transifex.com/xfce/thunar/language/pt/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -132,8 +132,8 @@ msgstr "Ocorreu um erro ao iniciar a operação"
 #: ../thunar/thunar-application.c:1508 ../thunar/thunar-application.c:1640
 #: ../thunar/thunar-launcher.c:1227 ../thunar/thunar-location-entry.c:356
 #: ../thunar/thunar-location-entry.c:384
-#: ../thunar/thunar-shortcuts-view.c:1711
-#: ../thunar/thunar-shortcuts-view.c:1739 ../thunar/thunar-window.c:2447
+#: ../thunar/thunar-shortcuts-view.c:1719
+#: ../thunar/thunar-shortcuts-view.c:1747 ../thunar/thunar-window.c:2447
 #, c-format
 msgid "Failed to open \"%s\""
 msgstr "Ocorreu um erro ao abrir \"%s\""
@@ -146,20 +146,20 @@ msgstr "Ocorreu um erro ao abrir \"%s\": %s"
 #. display an error message
 #: ../thunar/thunar-application.c:1699
 #: ../thunar/thunar-properties-dialog.c:731
-#: ../thunar/thunar-standard-view.c:2869 ../thunar/thunar-tree-view.c:1899
+#: ../thunar/thunar-standard-view.c:2881 ../thunar/thunar-tree-view.c:1899
 #, c-format
 msgid "Failed to rename \"%s\""
 msgstr "Ocorreu um erro ao renomear \"%s\""
 
 #: ../thunar/thunar-application.c:1801
 #: ../thunar/thunar-location-buttons.c:1347
-#: ../thunar/thunar-standard-view.c:2394 ../thunar/thunar-tree-view.c:1776
+#: ../thunar/thunar-standard-view.c:2406 ../thunar/thunar-tree-view.c:1776
 msgid "New Folder"
 msgstr "Nova pasta"
 
 #: ../thunar/thunar-application.c:1802
 #: ../thunar/thunar-location-buttons.c:1348
-#: ../thunar/thunar-standard-view.c:2395 ../thunar/thunar-tree-view.c:1777
+#: ../thunar/thunar-standard-view.c:2407 ../thunar/thunar-tree-view.c:1777
 msgid "Create New Folder"
 msgstr "Criar nova pasta"
 
@@ -172,7 +172,7 @@ msgid "Create New File"
 msgstr "Criar novo ficheiro"
 
 #. generate a title for the create dialog
-#: ../thunar/thunar-application.c:1864 ../thunar/thunar-standard-view.c:2441
+#: ../thunar/thunar-application.c:1864 ../thunar/thunar-standard-view.c:2453
 #, c-format
 msgid "Create Document from template \"%s\""
 msgstr "Criar documento a partir do modelo \"%s\""
@@ -221,8 +221,8 @@ msgstr[1] "Tem a certeza de que quer apagar 
permanentemente\nos %u ficheiros sel
 #: ../thunar/thunar-application.c:2168 ../thunar/thunar-application.c:2347
 #: ../thunar/thunar-chooser-dialog.c:288 ../thunar/thunar-chooser-dialog.c:705
 #: ../thunar/thunar-chooser-dialog.c:753 ../thunar/thunar-create-dialog.c:141
-#: ../thunar/thunar-dialogs.c:105 ../thunar/thunar-dialogs.c:476
-#: ../thunar/thunar-dialogs.c:549 ../thunar/thunar-dialogs.c:797
+#: ../thunar/thunar-dialogs.c:105 ../thunar/thunar-dialogs.c:487
+#: ../thunar/thunar-dialogs.c:598 ../thunar/thunar-dialogs.c:856
 #: ../thunar/thunar-dnd.c:169 ../thunar/thunar-launcher.c:736
 #: ../thunar/thunar-permissions-chooser.c:535
 #: ../thunar/thunar-permissions-chooser.c:1143
@@ -231,10 +231,10 @@ msgstr[1] "Tem a certeza de que quer apagar 
permanentemente\nos %u ficheiros sel
 #: ../thunar/thunar-renamer-dialog.c:1053
 #: ../thunar/thunar-renamer-progress.c:198
 #: ../thunar/thunar-renamer-progress.c:208
-#: ../thunar/thunar-standard-view.c:2700 ../thunar/thunar-window.c:1125
-#: ../plugins/thunar-sendto-email/main.c:198
-#: ../plugins/thunar-sendto-email/main.c:217
-#: ../plugins/thunar-sendto-email/main.c:272
+#: ../thunar/thunar-standard-view.c:2712 ../thunar/thunar-window.c:1125
+#: ../plugins/thunar-sendto-email/main.c:219
+#: ../plugins/thunar-sendto-email/main.c:238
+#: ../plugins/thunar-sendto-email/main.c:293
 #: ../plugins/thunar-uca/thunar-uca-chooser.c:371
 #: ../plugins/thunar-uca/thunar-uca-editor.c:141
 #: ../plugins/thunar-uca/thunar-uca-editor.c:176
@@ -242,7 +242,7 @@ msgstr[1] "Tem a certe

[Xfce4-commits] [xfce/thunar] branch xfce-4.14 updated (613191c -> 136a7c0)

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

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

  from  613191c   I18n: Update translation nl (100%).
   new  136a7c0   I18n: Update translation pt (100%).

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


Summary of changes:
 po/pt.po | 291 ---
 1 file changed, 147 insertions(+), 144 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 (2d6f5c7 -> ca9959b)

2019-12-26 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  2d6f5c7   I18n: Update translation nl (100%).
   new  ca9959b   I18n: Update translation pt (100%).

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


Summary of changes:
 po/pt.po | 293 ---
 1 file changed, 148 insertions(+), 145 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 (100%).

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

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

commit 136a7c072e5fbe9d0582b0077e60f35019f3090f
Author: José Vieira 
Date:   Fri Dec 27 06:30:45 2019 +0100

I18n: Update translation pt (100%).

761 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/pt.po | 291 ---
 1 file changed, 147 insertions(+), 144 deletions(-)

diff --git a/po/pt.po b/po/pt.po
index 55a8225..b3f0e97 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -5,19 +5,19 @@
 # 
 # Translators:
 # Xfce Bot , 2018
-# José Vieira , 2018
 # Rui , 2019
 # Hugo Carvalho , 2019
 # Nuno Miguel , 2019
+# José Vieira , 2019
 # 
 #, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-09-02 00:30+0200\n"
+"POT-Creation-Date: 2019-12-23 18:30+0100\n"
 "PO-Revision-Date: 2018-08-19 09:02+\n"
-"Last-Translator: Nuno Miguel , 2019\n"
+"Last-Translator: José Vieira , 2019\n"
 "Language-Team: Portuguese (https://www.transifex.com/xfce/teams/16840/pt/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -151,8 +151,8 @@ msgstr "Ocorreu um erro ao iniciar a operação"
 #: ../thunar/thunar-application.c:1500 ../thunar/thunar-application.c:1632
 #: ../thunar/thunar-launcher.c:1227 ../thunar/thunar-location-entry.c:356
 #: ../thunar/thunar-location-entry.c:384
-#: ../thunar/thunar-shortcuts-view.c:1711
-#: ../thunar/thunar-shortcuts-view.c:1739 ../thunar/thunar-window.c:2364
+#: ../thunar/thunar-shortcuts-view.c:1719
+#: ../thunar/thunar-shortcuts-view.c:1747 ../thunar/thunar-window.c:2364
 #, c-format
 msgid "Failed to open \"%s\""
 msgstr "Ocorreu um erro ao abrir \"%s\""
@@ -165,20 +165,20 @@ msgstr "Ocorreu um erro ao abrir \"%s\": %s"
 #. display an error message
 #: ../thunar/thunar-application.c:1691
 #: ../thunar/thunar-properties-dialog.c:731
-#: ../thunar/thunar-standard-view.c:2839 ../thunar/thunar-tree-view.c:1899
+#: ../thunar/thunar-standard-view.c:2851 ../thunar/thunar-tree-view.c:1899
 #, c-format
 msgid "Failed to rename \"%s\""
 msgstr "Ocorreu um erro ao renomear \"%s\""
 
 #: ../thunar/thunar-application.c:1793
 #: ../thunar/thunar-location-buttons.c:1347
-#: ../thunar/thunar-standard-view.c:2364 ../thunar/thunar-tree-view.c:1776
+#: ../thunar/thunar-standard-view.c:2376 ../thunar/thunar-tree-view.c:1776
 msgid "New Folder"
 msgstr "Nova pasta"
 
 #: ../thunar/thunar-application.c:1794
 #: ../thunar/thunar-location-buttons.c:1348
-#: ../thunar/thunar-standard-view.c:2365 ../thunar/thunar-tree-view.c:1777
+#: ../thunar/thunar-standard-view.c:2377 ../thunar/thunar-tree-view.c:1777
 msgid "Create New Folder"
 msgstr "Criar nova pasta"
 
@@ -191,7 +191,7 @@ msgid "Create New File"
 msgstr "Criar novo ficheiro"
 
 #. generate a title for the create dialog
-#: ../thunar/thunar-application.c:1856 ../thunar/thunar-standard-view.c:2411
+#: ../thunar/thunar-application.c:1856 ../thunar/thunar-standard-view.c:2423
 #, c-format
 msgid "Create Document from template \"%s\""
 msgstr "Criar documento a partir do modelo \"%s\""
@@ -246,8 +246,8 @@ msgstr[1] ""
 #: ../thunar/thunar-application.c:2157 ../thunar/thunar-application.c:2336
 #: ../thunar/thunar-chooser-dialog.c:288 ../thunar/thunar-chooser-dialog.c:705
 #: ../thunar/thunar-chooser-dialog.c:753 ../thunar/thunar-create-dialog.c:141
-#: ../thunar/thunar-dialogs.c:105 ../thunar/thunar-dialogs.c:476
-#: ../thunar/thunar-dialogs.c:549 ../thunar/thunar-dialogs.c:797
+#: ../thunar/thunar-dialogs.c:105 ../thunar/thunar-dialogs.c:487
+#: ../thunar/thunar-dialogs.c:598 ../thunar/thunar-dialogs.c:856
 #: ../thunar/thunar-dnd.c:169 ../thunar/thunar-launcher.c:736
 #: ../thunar/thunar-permissions-chooser.c:522
 #: ../thunar/thunar-permissions-chooser.c:1130
@@ -256,10 +256,10 @@ msgstr[1] ""
 #: ../thunar/thunar-renamer-dialog.c:1053
 #: ../thunar/thunar-renamer-progress.c:198
 #: ../thunar/thunar-renamer-progress.c:208
-#: ../thunar/thunar-standard-view.c:2670
-#: ../plugins/thunar-sendto-email/main.c:198
-#: ../plugins/thunar-sendto-email/main.c:217
-#: ../plugins/thunar-sendto-email/main.c:272
+#: ../thunar/thunar-standard-view.c:2682
+#: ../plugins/thunar-sendto-email/main.c:219
+#: ../plugins/thunar-sendto-email/main.c:238
+#: ../plugins/thunar-sendto-email/main.c:293
 #: ../plugins/thunar-uca/thunar-uca-chooser.c:371
 #: ../plugins/thunar-uca/thunar-uca-editor.c:141
 #: ../plugins/thunar-uca/thunar-uca-editor.c:176
@@ -267,7 +267,7 @@ msgstr[1] ""
 msgid "_Cancel"
 msgstr "_Cancelar"
 
-#: ../thunar/thunar-application.c:2158 ../thunar/thunar-standard-view.c:409
+#: ../thunar/thunar-application.c:2158 ../thunar/thunar-standard-view.c:408
 #: ../thunar/thunar-tree-view.c:1502
 #: ../plugins

[Xfce4-commits] [www/www.xfce.org] 01/01: I18n: Update translation ja (90%).

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

tNOME2 hardware monitor plugin was ported to our panel."
-msgstr ""
+msgstr "GNOME2ハードウェアモニタープラグインがパネルに移植されました。"
 
 #: news-array.php:47
 msgid ""
 "Weather plugin got a totally new user interface with powerful customization "
 "options and provides tons of detailed information."
-msgstr ""
+msgstr "天気プラグインは強力なカスタマイズオプションを備えたまったく新しいユーザーインターフェースになり、膨大な詳細情報を提供します。"
 
 #: news-array.php:48
 msgid ""
 "Eyes plugin uses 3D coordinates to calculate its eye position, so even more "
 "sometimes scary, sometimes funny eyes will spy on you!"
-msgstr ""
+msgstr "Eyesプラグインは3D座標を使用して目の位置を計算するので、さらに恐ろしい、時にはこっけいな目があなたを見張ります!"
 
 #: news-array.php:49
 msgid ""
@@ -3363,7 +3363,7 @@ msgid ""
 "cleanup sessions from the interface. Last but not least, the Window Manager "
 "now has support for tiling windows and arrow key navigation in the task "
 "switcher."
-msgstr ""
+msgstr 
"このリリースにはXfceデスクトップ環境のコアに対するメジャーな変更が組み込まれており、長期間に渡ったリクエストを満たすことができれば幸いです。最も注目すべき更新プログラムには、古いappfinderとxfrun4の機能を統合する新しいアプリケーションファインダーがあります。パネルには、ワイドスクリーンモニターのスペースの使用効率を高めるため、新しい垂直モード
 [Deskbar] 
と新しいアクションプラグインもあります。設定側では設定ヘルパーがxfsettingsdに統合され、実行中のプロセスが1つ節約されます。カテゴリとプラグ可能なダイアログがデフォルトで有効になった、手直しされた設定ダイアログもあります。SynapticsとWacomの基本的なマウス設定、新しいMIMEタイプエディター。
 Thunarはより洗練されたレイアウトになり、�
 
��ペースの使用量を削減し、サムネイルジェネレーターの応答性を向上させました。デスクトップ機能をThunarに統合する方法がまだ決定していないため、代わりにXfdesktopのさまざまな改善を行いました。シングルクリックの
 [...]
 
 #: news-array.php:105
 msgid ""

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


[Xfce4-commits] [xfce/xfdesktop] branch master updated (d47db7b -> 6bde883)

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

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

  from  d47db7b   Update thumbnail when file changes (Bug #14919)
   new  6bde883   I18n: Update translation pt (100%).

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


Summary of changes:
 po/pt.po | 130 ---
 1 file changed, 67 insertions(+), 63 deletions(-)

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


[Xfce4-commits] [www/www.xfce.org] branch master updated (119d2fe -> 2d043cb)

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

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

  from  119d2fe   I18n: Update translation ja (87%).
   new  2d043cb   I18n: Update translation ja (90%).

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


Summary of changes:
 lib/po/ja.po | 30 +++---
 1 file changed, 15 insertions(+), 15 deletions(-)

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


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

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

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

commit 6bde88395fdb0107aebc9e34272f168c9d78dd6c
Author: José Vieira 
Date:   Fri Dec 27 06:32:41 2019 +0100

I18n: Update translation pt (100%).

246 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/pt.po | 130 ---
 1 file changed, 67 insertions(+), 63 deletions(-)

diff --git a/po/pt.po b/po/pt.po
index 7017ef0..7bacb91 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -4,7 +4,7 @@
 # 
 # Translators:
 # Hugo Carvalho , 2019
-# José Vieira , 2017
+# José Vieira , 2017,2019
 # Nuno Donato , 2004
 # Nuno Miguel , 2013-2016,2018-2019
 # Nuno Miguel , 2013
@@ -13,9 +13,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfdesktop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-09-26 06:31+0200\n"
-"PO-Revision-Date: 2019-09-27 14:43+\n"
-"Last-Translator: Hugo Carvalho \n"
+"POT-Creation-Date: 2019-12-22 00:32+0100\n"
+"PO-Revision-Date: 2019-12-27 00:34+\n"
+"Last-Translator: José Vieira \n"
 "Language-Team: Portuguese 
(http://www.transifex.com/xfce/xfdesktop/language/pt/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -128,37 +128,37 @@ msgid "Arrange icons"
 msgstr "Ordenar ícones"
 
 #. printf is to be translator-friendly
-#: ../settings/main.c:1757 ../src/xfdesktop-file-icon-manager.c:796
+#: ../settings/main.c:1757 ../src/xfdesktop-file-icon-manager.c:798
 #: ../src/xfdesktop-file-icon-manager.c:1353
 #, c-format
 msgid "Unable to launch \"%s\":"
 msgstr "Incapaz de iniciar \"%s\":"
 
-#: ../settings/main.c:1758 ../src/xfdesktop-file-icon-manager.c:798
-#: ../src/xfdesktop-file-icon-manager.c:1100
+#: ../settings/main.c:1758 ../src/xfdesktop-file-icon-manager.c:800
+#: ../src/xfdesktop-file-icon-manager.c:1102
 #: ../src/xfdesktop-file-icon-manager.c:1354 ../src/xfdesktop-file-utils.c:683
-#: ../src/xfdesktop-file-utils.c:1215 ../src/xfdesktop-file-utils.c:1293
-#: ../src/xfdesktop-file-utils.c:1317 ../src/xfdesktop-file-utils.c:1379
+#: ../src/xfdesktop-file-utils.c:1217 ../src/xfdesktop-file-utils.c:1295
+#: ../src/xfdesktop-file-utils.c:1319 ../src/xfdesktop-file-utils.c:1381
 msgid "Launch Error"
 msgstr "Erro do lançador"
 
 #: ../settings/main.c:1760 ../settings/xfdesktop-settings-ui.glade.h:21
-#: ../src/xfdesktop-file-icon-manager.c:560
-#: ../src/xfdesktop-file-icon-manager.c:579
-#: ../src/xfdesktop-file-icon-manager.c:664
-#: ../src/xfdesktop-file-icon-manager.c:800
-#: ../src/xfdesktop-file-icon-manager.c:1104
+#: ../src/xfdesktop-file-icon-manager.c:562
+#: ../src/xfdesktop-file-icon-manager.c:581
+#: ../src/xfdesktop-file-icon-manager.c:666
+#: ../src/xfdesktop-file-icon-manager.c:802
+#: ../src/xfdesktop-file-icon-manager.c:1106
 #: ../src/xfdesktop-file-icon-manager.c:1356
 #: ../src/xfdesktop-file-icon-manager.c:2938 ../src/xfdesktop-file-utils.c:686
-#: ../src/xfdesktop-file-utils.c:705 ../src/xfdesktop-file-utils.c:759
-#: ../src/xfdesktop-file-utils.c:823 ../src/xfdesktop-file-utils.c:884
-#: ../src/xfdesktop-file-utils.c:945 ../src/xfdesktop-file-utils.c:993
-#: ../src/xfdesktop-file-utils.c:1048 ../src/xfdesktop-file-utils.c:1106
-#: ../src/xfdesktop-file-utils.c:1158 ../src/xfdesktop-file-utils.c:1219
-#: ../src/xfdesktop-file-utils.c:1295 ../src/xfdesktop-file-utils.c:1321
-#: ../src/xfdesktop-file-utils.c:1383 ../src/xfdesktop-file-utils.c:1442
-#: ../src/xfdesktop-file-utils.c:1458 ../src/xfdesktop-file-utils.c:1520
-#: ../src/xfdesktop-file-utils.c:1538 ../src/xfdesktop-volume-icon.c:523
+#: ../src/xfdesktop-file-utils.c:706 ../src/xfdesktop-file-utils.c:761
+#: ../src/xfdesktop-file-utils.c:825 ../src/xfdesktop-file-utils.c:886
+#: ../src/xfdesktop-file-utils.c:947 ../src/xfdesktop-file-utils.c:995
+#: ../src/xfdesktop-file-utils.c:1050 ../src/xfdesktop-file-utils.c:1108
+#: ../src/xfdesktop-file-utils.c:1160 ../src/xfdesktop-file-utils.c:1221
+#: ../src/xfdesktop-file-utils.c:1297 ../src/xfdesktop-file-utils.c:1323
+#: ../src/xfdesktop-file-utils.c:1385 ../src/xfdesktop-file-utils.c:1444
+#: ../src/xfdesktop-file-utils.c:1460 ../src/xfdesktop-file-utils.c:1522
+#: ../src/xfdesktop-file-utils.c:1540 ../src/xfdesktop-volume-icon.c:523
 #: ../src/xfdesktop-volume-icon.c:569 ../src/xfdesktop-volume-icon.c:605
 msgid "_Close"
 msgstr "_Fechar"
@@ -712,46 +712,46 @@ msgstr "Ícones do ambiente de trabalho:   %s\n"
 msgid "Desktop File Icons:  %s\n"
 msgstr "Ícones do ficheiro do ambiente de trabalho:  %s\n"
 
-#: ../src/xfdesktop-file-icon-manager.c:552
-#: ../src/xfdesktop-file-icon-manager.c:570
+#: ../src/xfdesktop-file-icon-manager.c:554
+#: ../src/xfdesktop-file-icon-manager.c:572
 #, c-format
 msgid "Could not create the desktop folder \"%s\""
 msgstr