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

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

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

  from  dbc445b   I18n: Update translation it (100%).
   new  de22f0d   I18n: Update translation ja (75%).

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 | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

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


[Xfce4-commits] [panel-plugins/xfce4-embed-plugin] 01/01: I18n: Update translation ja (75%).

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

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

commit de22f0dbbd2df43656a9bfc9481e52f3d8c24095
Author: Nobuhiro Iwamatsu 
Date:   Wed Aug 22 06:31:46 2018 +0200

I18n: Update translation ja (75%).

25 translated messages, 8 untranslated messages.

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

diff --git a/po/ja.po b/po/ja.po
index df0ebd8..6cd070b 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-07-03 20:58+0200\n"
-"PO-Revision-Date: 2018-05-23 01:13+\n"
+"PO-Revision-Date: 2018-08-21 23:49+\n"
 "Last-Translator: Nobuhiro Iwamatsu \n"
 "Language-Team: Japanese 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/ja/)\n"
 "MIME-Version: 1.0\n"
@@ -77,7 +77,7 @@ msgstr "ウィンドウが見つからない場合 (または基準がない場
 msgid ""
 "Leave blank to not launch anything\n"
 "%s expands to the socket ID"
-msgstr ""
+msgstr "何も起動しないように空白にする\n%s はソケット ID に展開されます"
 
 #: ../panel-plugin/embed-dialogs.c:351
 msgid "L_aunch command"
@@ -162,11 +162,11 @@ msgstr ""
 
 #: ../panel-plugin/embed-dialogs.c:407
 msgid "_Expand"
-msgstr ""
+msgstr "展開(_E)"
 
 #: ../panel-plugin/embed-dialogs.c:408
 msgid "Use up all available panel space"
-msgstr ""
+msgstr "使用可能なすべてのパネルスペースを使い切る"
 
 #: ../panel-plugin/embed-dialogs.c:412
 msgid "Show _handle"
@@ -178,4 +178,4 @@ msgstr ""
 
 #: ../panel-plugin/embed.desktop.in.h:2
 msgid "Embeds an arbitrary window into the panel"
-msgstr ""
+msgstr "任意のウィンドウをパネルに埋め込む"

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


[Xfce4-commits] [xfce/xfce4-appfinder] 01/01: Updates for the release

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

andre pushed a 
commit to annotated 
tag rm
in repository xfce/xfce4-appfinder.

commit 11fbf80fb44382100ac137a96e8aefed7a3db4b4
Author: Andre Miranda 
Date:   Wed Aug 22 00:27:08 2018 -0300

Updates for the release
---
 NEWS| 17 +
 configure.ac.in |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index f65a75e..dd6cd38 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+4.13.1
+==
+- Improved keyboard navigation in List View
+- When expanded, launch apps with single enter press (Bug #14469)
+- Improved app sorting
+- Add single window option
+- Fix segfault when toggling bookmarks (Bug #14134)
+- Fix preferences button height
+- Translation updates: Amharic, Arabic, Asturian, Basque, Belarusian, 
Bulgarian,
+  Catalan, Chinese (China), Chinese (Hong Kong SAR China), Chinese (Taiwan),
+  Croatian, Czech, Danish, Dutch, English (Australia), English (United 
Kingdom),
+  Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian,
+  Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay,
+  Norwegian Bokmål, Norwegian Nynorsk, Occitan, Polish, Portuguese,
+  Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish,
+  Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur, Vietnamese
+
 4.13.0
 ==
 - Port to GTK+3.
diff --git a/configure.ac.in b/configure.ac.in
index 4068254..4b0462c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -7,7 +7,7 @@ dnl *** Version information ***
 dnl ***
 m4_define([xfce4_appfinder_version_major], [4])
 m4_define([xfce4_appfinder_version_minor], [13])
-m4_define([xfce4_appfinder_version_micro], [0])
+m4_define([xfce4_appfinder_version_micro], [1])
 m4_define([xfce4_appfinder_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_appfinder_version_build], [@REVISION@])
 m4_define([xfce4_appfinder_version_tag],   [git])

-- 
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-appfinder] annotated tag xfce4-appfinder-4.13.1 created (now 5840f81)

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

andre pushed a 
change to annotated 
tag 
xfce4-appfinder-4.13.1
in repository xfce/xfce4-appfinder.

at  5840f81   (tag)
   tagging  e38ae2d45445ab6b6648f39c733becc0b538e4a7 (commit)
  replaces  xfce4-appfinder-4.13.0
 tagged by  Andre Miranda
on  Wed Aug 22 00:29:57 2018 -0300

- Log -
4.13.1
==
- Improved keyboard navigation in List View
- When expanded, launch apps with single enter press (Bug #14469)
- Improved app sorting
- Add single window option
- Fix segfault when toggling bookmarks (Bug #14134)
- Fix preferences button height
- Translation updates: Amharic, Arabic, Asturian, Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Hong Kong SAR China), Chinese (Taiwan),
  Croatian, Czech, Danish, Dutch, English (Australia), English (United Kingdom),
  Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian,
  Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay,
  Norwegian Bokmål, Norwegian Nynorsk, Occitan, Polish, Portuguese,
  Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish,
  Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur, Vietnamese
---

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] [xfce/xfce4-appfinder] annotated tag rm created (now c19fb2a)

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

andre pushed a 
change to annotated 
tag rm
in repository xfce/xfce4-appfinder.

at  c19fb2a   (tag)
   tagging  11fbf80fb44382100ac137a96e8aefed7a3db4b4 (commit)
  replaces  xfce4-appfinder-4.13.0
 tagged by  Andre Miranda
on  Wed Aug 22 00:27:23 2018 -0300

- Log -
4.13.1
==
- Improved keyboard navigation in List View
- When expanded, launch apps with single enter press (Bug #14469)
- Improved app sorting
- Add single window option
- Fix segfault when toggling bookmarks (Bug #14134)
- Fix preferences button height
- Translation updates: Amharic, Arabic, Asturian, Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Hong Kong SAR China), Chinese (Taiwan),
  Croatian, Czech, Danish, Dutch, English (Australia), English (United Kingdom),
  Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian,
  Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay,
  Norwegian Bokmål, Norwegian Nynorsk, Occitan, Polish, Portuguese,
  Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish,
  Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur, Vietnamese
---

This annotated tag includes the following new commits:

   new  11fbf80   Updates for the release

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.


-- 
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-appfinder] 02/02: Post release tag bump

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

andre pushed a 
commit to branch 
master
in repository xfce/xfce4-appfinder.

commit 83f8e40db104cfa081afb51ddaef0e27840b6035
Author: Andre Miranda 
Date:   Wed Aug 22 00:36:35 2018 -0300

Post release tag bump
---
 configure.ac.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac.in b/configure.ac.in
index 03cbb0b..4b0462c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,7 +10,7 @@ m4_define([xfce4_appfinder_version_minor], [13])
 m4_define([xfce4_appfinder_version_micro], [1])
 m4_define([xfce4_appfinder_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_appfinder_version_build], [@REVISION@])
-m4_define([xfce4_appfinder_version_tag],   [])
+m4_define([xfce4_appfinder_version_tag],   [git])
 m4_define([xfce4_appfinder_version], 
[xfce4_appfinder_version_major().xfce4_appfinder_version_minor().xfce4_appfinder_version_micro()ifelse(xfce4_appfinder_version_nano(),
 [], [], 
[.xfce4_appfinder_version_nano()])ifelse(xfce4_appfinder_version_tag(), [git], 
[xfce4_appfinder_version_tag()-xfce4_appfinder_version_build()], 
[xfce4_appfinder_version_tag()])])
 
 dnl ***

-- 
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-appfinder] branch master updated (1e9c817 -> 83f8e40)

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

andre pushed a 
change to branch 
master
in repository xfce/xfce4-appfinder.

  from  1e9c817   Replace strcmp by g_strcmp0
   new  e38ae2d   Updates for the release
   new  83f8e40   Post release tag bump

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


Summary of changes:
 NEWS| 17 +
 configure.ac.in |  2 +-
 2 files changed, 18 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] [xfce/xfce4-appfinder] 01/02: Updates for the release

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

andre pushed a 
commit to branch 
master
in repository xfce/xfce4-appfinder.

commit e38ae2d45445ab6b6648f39c733becc0b538e4a7
Author: Andre Miranda 
Date:   Wed Aug 22 00:27:08 2018 -0300

Updates for the release
---
 NEWS| 17 +
 configure.ac.in |  4 ++--
 2 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index f65a75e..dd6cd38 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+4.13.1
+==
+- Improved keyboard navigation in List View
+- When expanded, launch apps with single enter press (Bug #14469)
+- Improved app sorting
+- Add single window option
+- Fix segfault when toggling bookmarks (Bug #14134)
+- Fix preferences button height
+- Translation updates: Amharic, Arabic, Asturian, Basque, Belarusian, 
Bulgarian,
+  Catalan, Chinese (China), Chinese (Hong Kong SAR China), Chinese (Taiwan),
+  Croatian, Czech, Danish, Dutch, English (Australia), English (United 
Kingdom),
+  Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian,
+  Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay,
+  Norwegian Bokmål, Norwegian Nynorsk, Occitan, Polish, Portuguese,
+  Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish,
+  Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur, Vietnamese
+
 4.13.0
 ==
 - Port to GTK+3.
diff --git a/configure.ac.in b/configure.ac.in
index 4068254..03cbb0b 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -7,10 +7,10 @@ dnl *** Version information ***
 dnl ***
 m4_define([xfce4_appfinder_version_major], [4])
 m4_define([xfce4_appfinder_version_minor], [13])
-m4_define([xfce4_appfinder_version_micro], [0])
+m4_define([xfce4_appfinder_version_micro], [1])
 m4_define([xfce4_appfinder_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_appfinder_version_build], [@REVISION@])
-m4_define([xfce4_appfinder_version_tag],   [git])
+m4_define([xfce4_appfinder_version_tag],   [])
 m4_define([xfce4_appfinder_version], 
[xfce4_appfinder_version_major().xfce4_appfinder_version_minor().xfce4_appfinder_version_micro()ifelse(xfce4_appfinder_version_nano(),
 [], [], 
[.xfce4_appfinder_version_nano()])ifelse(xfce4_appfinder_version_tag(), [git], 
[xfce4_appfinder_version_tag()-xfce4_appfinder_version_build()], 
[xfce4_appfinder_version_tag()])])
 
 dnl ***

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


[Xfce4-commits] [apps/mousepad] branch master updated (f7ee0cb -> 30d3b60)

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

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

  from  f7ee0cb   I18n: Update translation cs (100%).
   new  30d3b60   Read system font from xfconf property (Bug #12485)

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  |  1 +
 mousepad/Makefile.am |  4 +++-
 mousepad/main.c  | 14 ++
 mousepad/mousepad-view.c | 16 ++--
 4 files changed, 32 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] [apps/mousepad] 01/01: Read system font from xfconf property (Bug #12485)

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

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

commit 30d3b6029995ce9ee1bb05d003ca2358471add6d
Author: Anna Arad 
Date:   Wed Aug 22 00:01:08 2018 -0300

Read system font from xfconf property (Bug #12485)
---
 configure.ac.in  |  1 +
 mousepad/Makefile.am |  4 +++-
 mousepad/main.c  | 14 ++
 mousepad/mousepad-view.c | 16 ++--
 4 files changed, 32 insertions(+), 3 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 90b96f7..4591960 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -84,6 +84,7 @@ dnl *** Check for required packages ***
 dnl ***
 XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.30.0])
 XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.30.0])
+XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.12.0])
 
 dnl **
 dnl *** GTK+ 3 support ***
diff --git a/mousepad/Makefile.am b/mousepad/Makefile.am
index 888582d..24e06aa 100644
--- a/mousepad/Makefile.am
+++ b/mousepad/Makefile.am
@@ -72,6 +72,7 @@ mousepad_CFLAGS = \
$(GTHREAD_CFLAGS) \
$(GTKSOURCEVIEW_CFLAGS) \
$(PLATFORM_CFLAGS) \
+   $(XFCONF_CFLAGS) \
-DMOUSEPAD_GSETTINGS_SCHEMA_DIR=\""$(datadir)/glib-2.0/schemas"\"
 
 mousepad_LDFLAGS = \
@@ -82,7 +83,8 @@ mousepad_LDADD = \
$(GLIB_LIBS) \
$(GTK_LIBS) \
$(GTHREAD_LIBS) \
-   $(GTKSOURCEVIEW_LIBS)
+   $(GTKSOURCEVIEW_LIBS) \
+   $(XFCONF_LIBS)
 
 if HAVE_DBUS
 mousepad_built_sources +=  \
diff --git a/mousepad/main.c b/mousepad/main.c
index da25e7a..47d31e9 100644
--- a/mousepad/main.c
+++ b/mousepad/main.c
@@ -24,6 +24,8 @@
 #include 
 #endif
 
+#include 
+
 
 /* globals */
 static gchar**filenames = NULL;
@@ -160,6 +162,15 @@ main (gint argc, gchar **argv)
   /* use the Mousepad icon as default for new windows */
   gtk_window_set_default_icon_name ("accessories-text-editor");
 
+  /* Initialize xfconf */
+  if (G_UNLIKELY (xfconf_init() == FALSE))
+{
+  g_error ("Failed to initialize xfconf");
+  g_error_free (error);
+
+  return EXIT_FAILURE;
+}
+
   /* create a new mousepad application */
   application = mousepad_application_get ();
 
@@ -181,6 +192,9 @@ main (gint argc, gchar **argv)
   /* enter the main loop */
   gtk_main ();
 
+  /* Shutdown xfconf */
+  xfconf_shutdown();
+
 #ifdef HAVE_DBUS
   /* release dbus service reference */
   g_object_unref (G_OBJECT (dbus_service));
diff --git a/mousepad/mousepad-view.c b/mousepad/mousepad-view.c
index bd0e37c..0ee0893 100644
--- a/mousepad/mousepad-view.c
+++ b/mousepad/mousepad-view.c
@@ -25,6 +25,8 @@
 #include 
 #include 
 
+#include 
+
 /* GTK+ 3 removed textview->im_context which is used for multi-selection and
  * nobody has re-written multi-selection feature to not use this field
  * so if building with GTK3 or with GSEAL_ENABLE disable the multi-select
@@ -35,7 +37,7 @@
 
 
 
-#define MOUSEPAD_VIEW_DEFAULT_FONT "Monospace"
+#define MOUSEPAD_VIEW_DEFAULT_FONT "Monospace 10"
 #define mousepad_view_get_buffer(view) (gtk_text_view_get_buffer 
(GTK_TEXT_VIEW (view)))
 
 
@@ -2686,8 +2688,18 @@ mousepad_view_update_font (MousepadView *view)
 
   if (use_default)
 {
+  XfconfChannel *channel = xfconf_channel_get ("xsettings");
+  gchar *font = xfconf_channel_get_string (channel, 
"/Gtk/MonospaceFontName", NULL);
   PangoFontDescription *font_desc;
-  font_desc = pango_font_description_from_string 
(MOUSEPAD_VIEW_DEFAULT_FONT);
+
+  if (G_LIKELY (font != NULL))
+{
+  font_desc = pango_font_description_from_string (font);
+  g_free (font);
+}
+  else
+  font_desc = pango_font_description_from_string 
(MOUSEPAD_VIEW_DEFAULT_FONT);
+
   mousepad_view_override_font (view, font_desc);
   pango_font_description_free (font_desc);
 }

-- 
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 (48b17c5 -> e8c128a)

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

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

  from  48b17c5   I18n: Update translation ca (100%).
   new  e8c128a   Fix UAC forgets keyboard shortcut (Bug #14617)

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:
 plugins/thunar-uca/thunar-uca-editor.c | 6 +-
 1 file changed, 5 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] [xfce/thunar] 01/01: Fix UAC forgets keyboard shortcut (Bug #14617)

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

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

commit e8c128ac47951497956a77ef015dd6f927f24734
Author: Anna Arad 
Date:   Tue Aug 21 11:46:04 2018 +0300

Fix UAC forgets keyboard shortcut (Bug #14617)
---
 plugins/thunar-uca/thunar-uca-editor.c | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/plugins/thunar-uca/thunar-uca-editor.c 
b/plugins/thunar-uca/thunar-uca-editor.c
index d8928e9..eb8c3dc 100644
--- a/plugins/thunar-uca/thunar-uca-editor.c
+++ b/plugins/thunar-uca/thunar-uca-editor.c
@@ -604,7 +604,11 @@ thunar_uca_editor_load (ThunarUcaEditor *uca_editor,
   /* Resolve shortcut from accelerator */
   uca_editor->accel_path = g_strdup_printf 
("/ThunarActions/uca-action-%s", unique_id);
   if (gtk_accel_map_lookup_entry (uca_editor->accel_path, ) && 
key.accel_key != 0)
-accel_label = gtk_accelerator_get_label (key.accel_key, key.accel_mods);
+{
+  accel_label = gtk_accelerator_get_label (key.accel_key, key.accel_mods);
+  uca_editor->accel_key = key.accel_key;
+  uca_editor->accel_mods = key.accel_mods;
+}
 
   /* apply the new values */
   gtk_entry_set_text (GTK_ENTRY (uca_editor->description_entry), (description 
!= NULL) ? description : "");

-- 
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 (5b6abc4 -> f1f52e5)

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

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

  from  5b6abc4   I18n: Update translation ca (100%).
   new  f1f52e5   Fix UAC forgets keyboard shortcut (Bug #14617)

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:
 plugins/thunar-uca/thunar-uca-editor.c | 6 +-
 1 file changed, 5 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] [xfce/thunar] 01/01: Fix UAC forgets keyboard shortcut (Bug #14617)

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

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

commit f1f52e5f6db4507a3754a938b1fae189d96a63c3
Author: Anna Arad 
Date:   Tue Aug 21 11:46:04 2018 +0300

Fix UAC forgets keyboard shortcut (Bug #14617)
---
 plugins/thunar-uca/thunar-uca-editor.c | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/plugins/thunar-uca/thunar-uca-editor.c 
b/plugins/thunar-uca/thunar-uca-editor.c
index d8928e9..eb8c3dc 100644
--- a/plugins/thunar-uca/thunar-uca-editor.c
+++ b/plugins/thunar-uca/thunar-uca-editor.c
@@ -604,7 +604,11 @@ thunar_uca_editor_load (ThunarUcaEditor *uca_editor,
   /* Resolve shortcut from accelerator */
   uca_editor->accel_path = g_strdup_printf 
("/ThunarActions/uca-action-%s", unique_id);
   if (gtk_accel_map_lookup_entry (uca_editor->accel_path, ) && 
key.accel_key != 0)
-accel_label = gtk_accelerator_get_label (key.accel_key, key.accel_mods);
+{
+  accel_label = gtk_accelerator_get_label (key.accel_key, key.accel_mods);
+  uca_editor->accel_key = key.accel_key;
+  uca_editor->accel_mods = key.accel_mods;
+}
 
   /* apply the new values */
   gtk_entry_set_text (GTK_ENTRY (uca_editor->description_entry), (description 
!= NULL) ? description : "");

-- 
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 fr (100%).

2018-08-21 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 2f8a748d81aef830cbf1ba9ad440dee3f3c7a16c
Author: Charles Monzat 
Date:   Wed Aug 22 00:33:15 2018 +0200

I18n: Update translation fr (100%).

169 translated messages.

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

diff --git a/po/fr.po b/po/fr.po
index a02feec..68ca61f 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -4,7 +4,8 @@
 # 
 # Translators:
 # tneskovic , 2014
-# Charles Monzat , 2017-2018
+# Charles Monzat , 2018
+# Charles Monzat , 2017-2018
 # Guillaume Laville , 2013-2014
 # jc1 , 2013
 # jc1 , 2013-2015
@@ -19,8 +20,8 @@ msgstr ""
 "Project-Id-Version: Xfwm4\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-12-20 12:33+0100\n"
-"PO-Revision-Date: 2018-03-18 17:27+\n"
-"Last-Translator: Charles Monzat \n"
+"PO-Revision-Date: 2018-08-21 20:44+\n"
+"Last-Translator: Charles Monzat \n"
 "Language-Team: French (http://www.transifex.com/xfce/xfwm4/language/fr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -106,7 +107,7 @@ msgstr "Peaufinage des fenêtres"
 #: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:2
 msgid "Fine-tune window behaviour and effects"
-msgstr "Ajuster le comportement des fenêtres et leurs effets"
+msgstr "Ajuster le comportement et les effets des fenêtres"
 
 #: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:1
 #: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:1
@@ -144,7 +145,7 @@ msgstr "Le titre de la fenêtre ne peut être supprimé"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:9
 msgid "Active"
-msgstr "Actifs"
+msgstr "Éléments actifs"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:10
 msgid "Menu"
@@ -156,7 +157,7 @@ msgstr "Fenêtre collante (visible sur tous les espaces de 
travail)"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:12
 msgid "Shade"
-msgstr "Enrouler"
+msgstr "Réduire à la barre de titre"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:13
 msgid "Minimize"
@@ -251,7 +252,7 @@ msgstr "Mise au premier plan par un clic"
 #: ../settings-dialogs/xfwm4-dialog.glade.h:37
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:17
 msgid "_Focus"
-msgstr "_Focalisation"
+msgstr "F_ocalisation"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:38
 msgid "To screen _borders"
@@ -323,7 +324,7 @@ msgstr "_Avancé"
 
 #: ../settings-dialogs/xfwm4-settings.c:220
 msgid "Shade window"
-msgstr "Enrouler la fenêtre"
+msgstr "Réduire la fenêtre à la barre de titre"
 
 #: ../settings-dialogs/xfwm4-settings.c:221
 msgid "Hide window"
@@ -498,7 +499,7 @@ msgstr "Changer d’espace de travail lorsque le _premier ou 
le dernier est atte
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:33
 msgid "_Workspaces"
-msgstr "_Espaces de travail"
+msgstr "Espaces de _travail"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:34
 msgid "_Minimum size of windows to trigger smart placement:"
@@ -519,11 +520,11 @@ msgstr "Au _centre de l’écran"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:41
 msgid "U_nder the mouse pointer"
-msgstr "Sous le _pointeur de la souris"
+msgstr "Sous le pointeur de la _souris"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:42
 msgid "_Placement"
-msgstr "_Placement"
+msgstr "Place_ment"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:43
 msgid "_Enable display compositing"

-- 
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 (814620c -> 2f8a748)

2018-08-21 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  814620c   I18n: Update translation nn (100%).
   new  2f8a748   I18n: Update translation fr (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/fr.po | 23 ---
 1 file changed, 12 insertions(+), 11 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-time-out-plugin] branch master updated (ddff17b -> 0b8e345)

2018-08-21 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-time-out-plugin.

  from  ddff17b   I18n: Update translation gl (100%).
   new  0b8e345   I18n: Update translation ca (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/ca.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-time-out-plugin] 01/01: I18n: Update translation ca (100%).

2018-08-21 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-time-out-plugin.

commit 0b8e3454653d884b313c1517cf6aff03f465876d
Author: Robert Antoni Buj Gelonch 
Date:   Wed Aug 22 00:32:52 2018 +0200

I18n: Update translation ca (100%).

35 translated messages.

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

diff --git a/po/ca.po b/po/ca.po
index 7094773..d87a289 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-12-16 18:32+0100\n"
-"PO-Revision-Date: 2017-12-30 19:36+\n"
+"PO-Revision-Date: 2018-08-21 20:30+\n"
 "Last-Translator: Robert Antoni Buj Gelonch \n"
 "Language-Team: Catalan 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/ca/)\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] [panel-plugins/xfce4-notes-plugin] 01/01: I18n: Update translation ca (100%).

2018-08-21 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-notes-plugin.

commit e17113796cd47612c8676b6463845fbc4f0128a1
Author: Robert Antoni Buj Gelonch 
Date:   Wed Aug 22 00:32:35 2018 +0200

I18n: Update translation ca (100%).

57 translated messages.

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

diff --git a/po/ca.po b/po/ca.po
index 55dd0eb..a9e5332 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -12,7 +12,7 @@ msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-07-03 21:09+0200\n"
-"PO-Revision-Date: 2017-12-31 14:02+\n"
+"PO-Revision-Date: 2018-08-21 20:30+\n"
 "Last-Translator: Robert Antoni Buj Gelonch \n"
 "Language-Team: Catalan 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/ca/)\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] [panel-plugins/xfce4-notes-plugin] branch master updated (32ecd39 -> e171137)

2018-08-21 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-notes-plugin.

  from  32ecd39   I18n: Update translation it (100%).
   new  e171137   I18n: Update translation ca (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/ca.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-clipman-plugin] 01/01: I18n: Update translation ca (100%).

2018-08-21 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-clipman-plugin.

commit d2832d5bd4f51ec1d6dd65a87a84d4c6971f78b2
Author: Robert Antoni Buj Gelonch 
Date:   Wed Aug 22 00:32:11 2018 +0200

I18n: Update translation ca (100%).

72 translated messages.

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

diff --git a/po/ca.po b/po/ca.po
index a8cd935..d0e8a6d 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -14,7 +14,7 @@ msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2016-09-15 18:31+0200\n"
-"PO-Revision-Date: 2018-05-05 19:37+\n"
+"PO-Revision-Date: 2018-08-21 20:30+\n"
 "Last-Translator: Robert Antoni Buj Gelonch \n"
 "Language-Team: Catalan 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/ca/)\n"
 "MIME-Version: 1.0\n"
@@ -345,7 +345,7 @@ msgstr "Gestor de porta-retalls per l'escriptori Xfce"
 
 #: ../panel-plugin/plugin.c:329
 msgid "translator-credits"
-msgstr "Pau Rul·lan Ferragut , 2006.\nCarles Muñoz Gorriz 
, 2007, 2009, 2012.\nHarald Servat Gelabert 
, 2009.\nRobert Antoni Buj Gelonch 
, 2016-2017."
+msgstr "Pau Rul·lan Ferragut , 2006.\nCarles Muñoz Gorriz 
, 2007, 2009, 2012.\nHarald Servat Gelabert 
, 2009.\nRobert Antoni Buj Gelonch 
, 2016-2018."
 
 #: ../panel-plugin/plugin.c:343
 msgid "Unable to open the settings dialog"

-- 
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-clipman-plugin] branch master updated (f196a4b -> d2832d5)

2018-08-21 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-clipman-plugin.

  from  f196a4b   I18n: Update translation gl (100%).
   new  d2832d5   I18n: Update translation ca (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/ca.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/thunar] 01/01: I18n: Update translation ca (100%).

2018-08-21 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 48b17c51a4ea48b70e47a034ab344a71578ca0ab
Author: Davidmp 
Date:   Wed Aug 22 00:31:04 2018 +0200

I18n: Update translation ca (100%).

752 translated messages.

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

diff --git a/po/ca.po b/po/ca.po
index 5497e28..ef74996 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -148,12 +148,12 @@ msgstr "Ha fallat el llançament de l'operació"
 #: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2316
 #, c-format
 msgid "Failed to open \"%s\""
-msgstr "Ha fallat obrir «%s»"
+msgstr "Ha fallat l'obriment de «%s»"
 
 #: ../thunar/thunar-application.c:1603
 #, c-format
 msgid "Failed to open \"%s\": %s"
-msgstr "Ha fallat obrir «%s»: %s"
+msgstr "Ha fallat l'obriment de «%s»: %s"
 
 #. display an error message
 #: ../thunar/thunar-application.c:1658
@@ -214,8 +214,8 @@ msgid ""
 "Are you sure that you want to\n"
 "permanently delete \"%s\"?"
 msgstr ""
-"Voleu suprimir de manera\n"
-"permanent «%s»?"
+"Esteu segur que voleu suprimir\n"
+"permanentment «%s»?"
 
 #: ../thunar/thunar-application.c:2109
 #, c-format
@@ -226,11 +226,11 @@ msgid_plural ""
 "Are you sure that you want to permanently\n"
 "delete the %u selected files?"
 msgstr[0] ""
-"Esteu segur que voleu suprimir de manera\n"
-"permanent el fitxer seleccionat?"
+"Esteu segur que voleu suprimir permanentment\n"
+"el fitxer seleccionat?"
 msgstr[1] ""
-"Esteu segur que voleu suprimir de manera\n"
-"permanent els %u fitxers seleccionats?"
+"Esteu segur que voleu suprimir permanentment\n"
+"els %u fitxers seleccionats?"
 
 #. add the "Cancel" button
 #. append the cancel item
@@ -268,7 +268,7 @@ msgstr "_Suprimeix"
 
 #: ../thunar/thunar-application.c:2129
 msgid "If you delete a file, it is permanently lost."
-msgstr "Si suprimiu un fitxer, aquest es perdrà permanent."
+msgstr "Si suprimiu un fitxer, aquest es perdrà permanentment."
 
 #: ../thunar/thunar-application.c:2139
 msgid "Deleting files..."
@@ -303,8 +303,8 @@ msgid ""
 "If you choose to empty the Trash, all items in it will be permanently lost. "
 "Please note that you can also delete them separately."
 msgstr ""
-"Si escolliu buidar la paperera, es perdran permanent tots els fitxers. "
-"Recordeu que els podeu eliminar individualment."
+"Si opteu per buidar la paperera, es perdran permanentment tots els fitxers. "
+"Recordeu que podeu eliminar-los individualment."
 
 #: ../thunar/thunar-application.c:2325
 msgid "Emptying the Trash..."
@@ -614,7 +614,7 @@ msgstr "Desconegut"
 
 #: ../thunar/thunar-compact-view.c:108
 msgid "Compact directory listing"
-msgstr "Llista compacta dels directoris"
+msgstr "Llistat compacte del directori"
 
 #: ../thunar/thunar-compact-view.c:109
 msgid "Compact view"
@@ -676,7 +676,7 @@ msgstr "Configura les columnes per la vista detallada"
 
 #: ../thunar/thunar-details-view.c:400
 msgid "Detailed directory listing"
-msgstr "Llista detallada dels directoris"
+msgstr "Llistat detallat del directori"
 
 #: ../thunar/thunar-details-view.c:401
 msgid "Details view"
@@ -993,7 +993,7 @@ msgstr "No s'ha pogut trobar «%s»"
 
 #: ../thunar/thunar-icon-view.c:164
 msgid "Icon based directory listing"
-msgstr "Mostra el llistat amb icones"
+msgstr "Llistat basat amb icones del directori"
 
 #: ../thunar/thunar-icon-view.c:165
 msgid "Icon view"
@@ -2455,7 +2455,7 @@ msgstr "_Inverteix la selecció"
 #: ../thunar/thunar-standard-view.c:415
 msgid "Select all and only the items that are not currently selected"
 msgstr ""
-"Selecciona-ho tot i únicament aquells elements que no estiguin seleccionats"
+"Selecciona només tots els elements que no estan seleccionats actualment"
 
 #: ../thunar/thunar-standard-view.c:416
 msgid "Du_plicate"
@@ -2550,8 +2550,8 @@ msgstr[1] "Mou els fitxers seleccionats a la paperera"
 #: ../thunar/thunar-standard-view.c:4529
 msgid "Permanently delete the selected file"
 msgid_plural "Permanently delete the selected files"
-msgstr[0] "Suprimeix el fitxer seleccionat permanentment"
-msgstr[1] "Suprimeix els fitxers seleccionats permanentment"
+msgstr[0] "Suprimeix permanentment el fitxer seleccionat"
+msgstr[1] "Suprimeix permanentment els fitxers seleccionats"
 
 #: ../thunar/thunar-standard-view.c:4543
 msgid "Duplicate the selected file"
@@ -2748,7 +2748,7 @@ msgstr "Separa la pestan_ya"
 
 #: ../thunar/thunar-window.c:352
 msgid "Open current folder in a new window"
-msgstr "Obre la carpeta en una _finestra nova"
+msgstr "Obre la carpeta actual en una finestra nova"
 
 #: ../thunar/thunar-window.c:353
 msgid "Close _All Windows"
@@ -2864,7 +2864,7 @@ msgstr "Na_vega per la 

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

2018-08-21 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 4d35874c4e1da22bda6f26d61d0d5c56746ff583
Author: Davidmp 
Date:   Wed Aug 22 00:30:54 2018 +0200

I18n: Update translation ca (100%).

739 translated messages.

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

diff --git a/po/ca.po b/po/ca.po
index c5a51e2..53aef4a 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -141,12 +141,12 @@ msgstr "No s'ha pogut executar l'operació"
 #: ../thunar/thunar-shortcuts-view.c:1683 ../thunar/thunar-window.c:2296
 #, c-format
 msgid "Failed to open \"%s\""
-msgstr "No s'ha pogut obrir «%s»"
+msgstr "Ha fallat l'obriment de «%s»"
 
 #: ../thunar/thunar-application.c:1298
 #, c-format
 msgid "Failed to open \"%s\": %s"
-msgstr "No s'ha pogut obrir «%s»: %s"
+msgstr "Ha fallat l'obriment de «%s»: %s"
 
 #. display an error message
 #: ../thunar/thunar-application.c:1362
@@ -207,8 +207,8 @@ msgid ""
 "Are you sure that you want to\n"
 "permanently delete \"%s\"?"
 msgstr ""
-"Voleu suprimir de manera\n"
-"permanent «%s»?"
+"Esteu segur que voleu suprimir\n"
+"permanentment «%s»?"
 
 #: ../thunar/thunar-application.c:1813
 #, c-format
@@ -219,15 +219,15 @@ msgid_plural ""
 "Are you sure that you want to permanently\n"
 "delete the %u selected files?"
 msgstr[0] ""
-"Esteu segur que voleu suprimir de manera\n"
-"permanent el fitxer seleccionat?"
+"Esteu segur que voleu suprimir permanentment\n"
+"el fitxer seleccionat?"
 msgstr[1] ""
-"Esteu segur que voleu suprimir de manera\n"
-"permanent els %u fitxers seleccionats?"
+"Esteu segur que voleu suprimir permanentment\n"
+"els %u fitxers seleccionats?"
 
 #: ../thunar/thunar-application.c:1833
 msgid "If you delete a file, it is permanently lost."
-msgstr "Si suprimiu un fitxer, aquest es perdrà permanent."
+msgstr "Si suprimiu un fitxer, aquest es perdrà permanentment."
 
 #: ../thunar/thunar-application.c:1843
 msgid "Deleting files..."
@@ -262,8 +262,8 @@ msgid ""
 "If you choose to empty the Trash, all items in it will be permanently lost. "
 "Please note that you can also delete them separately."
 msgstr ""
-"Si escolliu buidar la paperera, es perdran permanent tots els fitxers. "
-"Recordeu que els podeu eliminar individualment."
+"Si opteu per buidar la paperera, es perdran permanentment tots els fitxers. "
+"Recordeu que podeu eliminar-los individualment."
 
 #: ../thunar/thunar-application.c:2029
 msgid "Emptying the Trash..."
@@ -531,7 +531,7 @@ msgstr "Desconegut"
 
 #: ../thunar/thunar-compact-view.c:102
 msgid "Compact directory listing"
-msgstr "Mostra el llistat compacte"
+msgstr "Llistat compacte del directori"
 
 #: ../thunar/thunar-compact-view.c:103
 msgid "Compact view"
@@ -593,7 +593,7 @@ msgstr "Configura les columnes per la vista detallada"
 
 #: ../thunar/thunar-details-view.c:399
 msgid "Detailed directory listing"
-msgstr "Llista detallada dels directoris"
+msgstr "Llistat detallat del directori"
 
 #: ../thunar/thunar-details-view.c:400
 msgid "Details view"
@@ -908,7 +908,7 @@ msgstr "No s'ha pogut trobar «%s»"
 
 #: ../thunar/thunar-icon-view.c:164
 msgid "Icon based directory listing"
-msgstr "Mostra el llistat amb icones"
+msgstr "Llistat basat amb icones del directori"
 
 #: ../thunar/thunar-icon-view.c:165
 msgid "Icon view"
@@ -1055,15 +1055,15 @@ msgstr ""
 #: ../thunar/thunar-launcher.c:676
 #, c-format
 msgid "Failed to open file \"%s\""
-msgstr "No s'ha pogut obrir el fitxer «%s»"
+msgstr "Ha fallat l'obriment del fitxer «%s»"
 
 #. we can just tell that n files failed to open
 #: ../thunar/thunar-launcher.c:682
 #, c-format
 msgid "Failed to open %d file"
 msgid_plural "Failed to open %d files"
-msgstr[0] "No s'ha pogut obrir %d fitxer"
-msgstr[1] "No s'han pogut obrir %d fitxers"
+msgstr[0] "Ha fallat l'obriment de %d fitxer"
+msgstr[1] "Ha fallat l'obriment de %d fitxers"
 
 #: ../thunar/thunar-launcher.c:721
 msgid "Are you sure you want to open all folders?"
@@ -2064,7 +2064,7 @@ msgstr ""
 #. tell the user that we failed
 #: ../thunar/thunar-renamer-dialog.c:954
 msgid "Failed to open the documentation browser"
-msgstr "No s'ha pogut obrir el visor de documentació"
+msgstr "Ha fallat l'obriment del navegador de documentació"
 
 #. allocate the file chooser
 #: ../thunar/thunar-renamer-dialog.c:1057
@@ -2347,7 +2347,7 @@ msgstr "_Inverteix la selecció"
 #: ../thunar/thunar-standard-view.c:415
 msgid "Select all and only the items that are not currently selected"
 msgstr ""
-"Selecciona-ho tot i únicament aquells elements que no estiguin seleccionats"
+"Selecciona només tots els elements que no estan seleccionats actualment"
 
 #: 

[Xfce4-commits] [xfce/thunar] branch xfce-4.10 updated (fbeada0 -> 1dc4b0b)

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

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

  from  fbeada0   I18n: Update translation el (100%).
   new  1dc4b0b   I18n: Update translation ca (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/ca.po | 48 
 1 file changed, 24 insertions(+), 24 deletions(-)

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


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

2018-08-21 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 5b6abc4fc0d962366da43ddf42b8070aa88c78e8
Author: Robert Antoni Buj Gelonch 
Date:   Wed Aug 22 00:30:23 2018 +0200

I18n: Update translation ca (100%).

753 translated messages.

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

diff --git a/po/ca.po b/po/ca.po
index f331449..285305f 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -16,7 +16,7 @@ msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-08-20 18:30+0200\n"
-"PO-Revision-Date: 2018-08-21 10:38+\n"
+"PO-Revision-Date: 2018-08-21 22:11+\n"
 "Last-Translator: Robert Antoni Buj Gelonch \n"
 "Language-Team: Catalan (http://www.transifex.com/xfce/thunar/language/ca/)\n"
 "MIME-Version: 1.0\n"
@@ -214,7 +214,7 @@ msgstr "S'estan movent els fitxers a «%s»..."
 msgid ""
 "Are you sure that you want to\n"
 "permanently delete \"%s\"?"
-msgstr "Voleu suprimir de manera\npermanent «%s»?"
+msgstr "Esteu segur que voleu suprimir\npermanentment «%s»?"
 
 #: ../thunar/thunar-application.c:2109
 #, c-format
@@ -224,8 +224,8 @@ msgid ""
 msgid_plural ""
 "Are you sure that you want to permanently\n"
 "delete the %u selected files?"
-msgstr[0] "Esteu segur que voleu suprimir de manera\npermanent el fitxer 
seleccionat?"
-msgstr[1] "Esteu segur que voleu suprimir de manera\npermanent els %u fitxers 
seleccionats?"
+msgstr[0] "Esteu segur que voleu suprimir permanentment\nel fitxer 
seleccionat?"
+msgstr[1] "Esteu segur que voleu suprimir permanentment\nels %u fitxers 
seleccionats?"
 
 #. add the "Cancel" button
 #. append the cancel item
@@ -263,7 +263,7 @@ msgstr "_Suprimeix"
 
 #: ../thunar/thunar-application.c:2129
 msgid "If you delete a file, it is permanently lost."
-msgstr "Si suprimiu un fitxer, aquest es perdrà permanent."
+msgstr "Si suprimiu un fitxer, aquest es perdrà permanentment."
 
 #: ../thunar/thunar-application.c:2139
 msgid "Deleting files..."
@@ -297,7 +297,7 @@ msgstr "Buida la pap_erera"
 msgid ""
 "If you choose to empty the Trash, all items in it will be permanently lost. "
 "Please note that you can also delete them separately."
-msgstr "Si escolliu buidar la paperera, es perdran permanent tots els fitxers. 
Recordeu que els podeu eliminar individualment."
+msgstr "Si opteu per buidar la paperera, es perdran permanentment tots els 
fitxers. Recordeu que podeu eliminar-los individualment."
 
 #: ../thunar/thunar-application.c:2325
 msgid "Emptying the Trash..."
@@ -590,7 +590,7 @@ msgstr "Desconegut"
 
 #: ../thunar/thunar-compact-view.c:108
 msgid "Compact directory listing"
-msgstr "Llista compacta dels directoris"
+msgstr "Llistat compacte del directori"
 
 #: ../thunar/thunar-compact-view.c:109
 msgid "Compact view"
@@ -652,7 +652,7 @@ msgstr "Configura les columnes per la vista detallada"
 
 #: ../thunar/thunar-details-view.c:400
 msgid "Detailed directory listing"
-msgstr "Llista detallada dels directoris"
+msgstr "Llistat detallat del directori"
 
 #: ../thunar/thunar-details-view.c:401
 msgid "Details view"
@@ -961,7 +961,7 @@ msgstr "No s'ha pogut trobar «%s»"
 
 #: ../thunar/thunar-icon-view.c:164
 msgid "Icon based directory listing"
-msgstr "Mostra el llistat amb icones"
+msgstr "Llistat basat amb icones del directori"
 
 #: ../thunar/thunar-icon-view.c:165
 msgid "Icon view"
@@ -2331,7 +2331,7 @@ msgstr "_Inverteix la selecció"
 
 #: ../thunar/thunar-standard-view.c:416
 msgid "Select all and only the items that are not currently selected"
-msgstr "Selecciona-ho tot i únicament aquells elements que no estiguin 
seleccionats"
+msgstr "Selecciona només tots els elements que no estan seleccionats 
actualment"
 
 #: ../thunar/thunar-standard-view.c:417
 msgid "Du_plicate"
@@ -2424,8 +2424,8 @@ msgstr[1] "Mou els fitxers seleccionats a la paperera"
 #: ../thunar/thunar-standard-view.c:4559
 msgid "Permanently delete the selected file"
 msgid_plural "Permanently delete the selected files"
-msgstr[0] "Suprimeix el fitxer seleccionat permanentment"
-msgstr[1] "Suprimeix els fitxers seleccionats permanentment"
+msgstr[0] "Suprimeix permanentment el fitxer seleccionat"
+msgstr[1] "Suprimeix permanentment els fitxers seleccionats"
 
 #: ../thunar/thunar-standard-view.c:4573
 msgid "Duplicate the selected file"
@@ -2614,7 +2614,7 @@ msgstr "Separa la pestan_ya"
 
 #: ../thunar/thunar-window.c:352
 msgid "Open current folder in a new window"
-msgstr "Obre la carpeta en una _finestra nova"
+msgstr "Obre la carpeta actual en una finestra nova"
 
 #: ../thunar/thunar-window.c:353
 msgid "Close _All Windows"
@@ -2730,7 +2730,7 @@ msgstr "Na_vega per la xarxa"
 
 #: ../thunar/thunar-window.c:371
 

[Xfce4-commits] [xfce/thunar] branch xfce-4.12 updated (a754e7f -> 4d35874)

2018-08-21 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  a754e7f   Avoid segfault on file operations (Bug #14281)
   new  4d35874   I18n: Update translation ca (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/ca.po | 70 
 1 file changed, 35 insertions(+), 35 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 (252cd15 -> 5b6abc4)

2018-08-21 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  252cd15   I18n: Update translation ru (100%).
   new  5b6abc4   I18n: Update translation ca (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/ca.po | 40 
 1 file changed, 20 insertions(+), 20 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 ca (100%).

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

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

commit 1dc4b0bee59856fd382185fb83ca484794199915
Author: Robert Antoni Buj Gelonch 
Date:   Wed Aug 22 00:30:42 2018 +0200

I18n: Update translation ca (100%).

681 translated messages.

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

diff --git a/po/ca.po b/po/ca.po
index c7522ef..f563012 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -12,7 +12,7 @@ msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-07-02 23:03+0200\n"
-"PO-Revision-Date: 2018-06-09 10:29+\n"
+"PO-Revision-Date: 2018-08-21 22:12+\n"
 "Last-Translator: Robert Antoni Buj Gelonch \n"
 "Language-Team: Catalan (http://www.transifex.com/xfce/thunar/language/ca/)\n"
 "MIME-Version: 1.0\n"
@@ -143,12 +143,12 @@ msgstr "No s'ha pogut executar l'operació"
 #: ../thunar/thunar-shortcuts-view.c:1277 ../thunar/thunar-window.c:1509
 #, c-format
 msgid "Failed to open \"%s\""
-msgstr "No s'ha pogut obrir «%s»"
+msgstr "Ha fallat l'obriment de «%s»"
 
 #: ../thunar/thunar-application.c:1231
 #, c-format
 msgid "Failed to open \"%s\": %s"
-msgstr "No s'ha pogut obrir «%s»: %s"
+msgstr "Ha fallat l'obriment de «%s»: %s"
 
 #. display an error message
 #: ../thunar/thunar-application.c:1295
@@ -208,7 +208,7 @@ msgstr "S'estan movent els fitxers a «%s»…"
 msgid ""
 "Are you sure that you want to\n"
 "permanently delete \"%s\"?"
-msgstr "Voleu suprimir de manera\npermanent «%s»?"
+msgstr "Esteu segur que voleu suprimir\npermanentment «%s»?"
 
 #: ../thunar/thunar-application.c:1759
 #, c-format
@@ -218,12 +218,12 @@ msgid ""
 msgid_plural ""
 "Are you sure that you want to permanently\n"
 "delete the %u selected files?"
-msgstr[0] "Esteu segur de voler suprimir de manera \npermanent el fitxer 
seleccionat?"
-msgstr[1] "Esteu segur de voler suprimir de manera \npermanent els %u fitxers 
seleccionats?"
+msgstr[0] "Esteu segur que voleu suprimir permanentment\nel fitxer 
seleccionat?"
+msgstr[1] "Esteu segur que voleu suprimir permanentment\nels %u fitxers 
seleccionats?"
 
 #: ../thunar/thunar-application.c:1779
 msgid "If you delete a file, it is permanently lost."
-msgstr "Si suprimiu un fitxer és una pèrdua permanent."
+msgstr "Si suprimiu un fitxer, aquest es perdrà permanentment."
 
 #: ../thunar/thunar-application.c:1789
 msgid "Deleting files..."
@@ -257,7 +257,7 @@ msgstr "Buida la pap_erera"
 msgid ""
 "If you choose to empty the Trash, all items in it will be permanently lost. "
 "Please note that you can also delete them separately."
-msgstr "Si escolliu buidar la paperera es perdran, de forma permanent, tots 
els fitxers. Recordeu que els podeu esborrar per separat."
+msgstr "Si opteu per buidar la paperera, es perdran permanentment tots els 
fitxers. Recordeu que podeu eliminar-los individualment."
 
 #: ../thunar/thunar-application.c:1968
 msgid "Emptying the Trash..."
@@ -508,7 +508,7 @@ msgstr "Desconegut"
 
 #: ../thunar/thunar-compact-view.c:102
 msgid "Compact directory listing"
-msgstr "Mostra el llistat compacte"
+msgstr "Llistat compacte del directori"
 
 #: ../thunar/thunar-compact-view.c:103
 msgid "Compact view"
@@ -575,7 +575,7 @@ msgstr "Configura les columnes per la vista detallada"
 
 #: ../thunar/thunar-details-view.c:386
 msgid "Detailed directory listing"
-msgstr "Llistat detallat de directoris"
+msgstr "Llistat detallat del directori"
 
 #: ../thunar/thunar-details-view.c:387
 msgid "Details view"
@@ -819,7 +819,7 @@ msgstr "Vés a la carpeta visitada posteriorment"
 
 #: ../thunar/thunar-icon-view.c:164
 msgid "Icon based directory listing"
-msgstr "Mostra el llistat amb icones"
+msgstr "Llistat basat amb icones del directori"
 
 #: ../thunar/thunar-icon-view.c:165
 msgid "Icon view"
@@ -964,15 +964,15 @@ msgstr "Seleccioneu una altra aplicació amb la qual 
obrireu el fitxer seleccion
 #: ../thunar/thunar-launcher.c:647
 #, c-format
 msgid "Failed to open file \"%s\""
-msgstr "No s'ha pogut obrir el fitxer «%s»"
+msgstr "Ha fallat l'obriment del fitxer «%s»"
 
 #. we can just tell that n files failed to open
 #: ../thunar/thunar-launcher.c:653
 #, c-format
 msgid "Failed to open %d file"
 msgid_plural "Failed to open %d files"
-msgstr[0] "No s'ha pogut obrir %d fitxer"
-msgstr[1] "No s'han pogut obrir %d fitxers"
+msgstr[0] "Ha fallat l'obriment de %d fitxer"
+msgstr[1] "Ha fallat l'obriment de %d fitxers"
 
 #: ../thunar/thunar-launcher.c:692
 msgid "Are you sure you want to open all folders?"
@@ -1827,7 +1827,7 @@ msgstr "No s'han trobat els mòduls de canvi el nom. 
Comproveu la vostra instal
 #. tell the user that we failed
 #: 

[Xfce4-commits] [xfce/thunar] branch xfce-4.14 updated (005c3e6 -> 48b17c5)

2018-08-21 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  005c3e6   I18n: Update translation ru (100%).
   new  48b17c5   I18n: Update translation ca (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/ca.po | 54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

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


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

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

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

commit 518069720f697078943c5586a77b934819a82a11
Author: Emanuele Petriglia 
Date:   Tue Aug 21 18:31:36 2018 +0200

I18n: Update translation it (100%).

414 translated messages.

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

diff --git a/po/it.po b/po/it.po
index 5d69c90..7c31b44 100644
--- a/po/it.po
+++ b/po/it.po
@@ -18,7 +18,7 @@ msgstr ""
 "Project-Id-Version: Xfce4-panel\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-05-04 06:31+0200\n"
-"PO-Revision-Date: 2018-08-16 12:55+\n"
+"PO-Revision-Date: 2018-08-21 16:23+\n"
 "Last-Translator: Emanuele Petriglia \n"
 "Language-Team: Italian 
(http://www.transifex.com/xfce/xfce4-panel/language/it/)\n"
 "MIME-Version: 1.0\n"
@@ -511,7 +511,7 @@ msgstr "Selezionare questa opzione per nascondere le 
maniglie del pannello e blo
 
 #: ../panel/panel-preferences-dialog.glade.h:23
 msgid "Automatically hide the panel:"
-msgstr "Nascondi pannello automaticamente:"
+msgstr "Nascondi automaticamente il pannello:"
 
 #: ../panel/panel-preferences-dialog.glade.h:24
 msgid "Don't _reserve space on borders"
@@ -521,7 +521,7 @@ msgstr "N_on riservare lo spazio ai bordi"
 msgid ""
 "Select this option if you want maximized windows to cover the area behind "
 "the panel. This only works when the panel is attached to a screen edge."
-msgstr "Selezionare questa opzione per far occupare alle finestre massimizzate 
lo spazio dietro al pannello. Questa impostazione funziona solamente quando il 
pannello è attaccato al bordo dello schermo"
+msgstr "Selezionare questa opzione per far occupare alle finestre massimizzate 
lo spazio dietro al pannello. Questa impostazione funziona solamente quando il 
pannello è attaccato al bordo dello schermo."
 
 #: ../panel/panel-preferences-dialog.glade.h:26
 #: ../plugins/actions/actions-dialog.glade.h:9
@@ -537,7 +537,7 @@ msgstr "Aumenta la lunghezza a_utomaticamente"
 msgid ""
 "Select this option to automatically increase the length of the panel if the "
 "plugins request more space."
-msgstr "Selezionare questa opzione per aumentare automaticamente la lunghezza 
del pannello se i plugin richiedono più spazio"
+msgstr "Selezionare questa opzione per aumentare automaticamente la lunghezza 
del pannello se i componenti aggiuntivi richiedono più spazio."
 
 #: ../panel/panel-preferences-dialog.glade.h:30
 #, no-c-format
@@ -569,7 +569,7 @@ msgstr "_Stile:"
 
 #: ../panel/panel-preferences-dialog.glade.h:37
 msgid "C_olor:"
-msgstr "C_olore"
+msgstr "C_olore:"
 
 #: ../panel/panel-preferences-dialog.glade.h:38
 msgid "Pick a Panel Color"
@@ -591,7 +591,7 @@ msgstr "Sfondo"
 msgid ""
 "Transparency when the pointer is not hovering over the panel, with 0 being "
 "fully transparent and 100 fully opaque."
-msgstr "Trasparenza quando il puntatore non è sul pannello; 0 completamente 
trasparente e 100 completamente opaco"
+msgstr "Trasparenza quando il puntatore non è sul pannello: con 0 è 
completamente trasparente mentre con 100 completamente opaco."
 
 #. I18N: label for the enter transparency slider
 #: ../panel/panel-preferences-dialog.glade.h:44
@@ -620,13 +620,13 @@ msgstr "_Aspetto"
 #: ../plugins/launcher/launcher-dialog.glade.h:18
 #: ../plugins/systray/systray-dialog.glade.h:8
 msgid "Move currently selected item up by one row"
-msgstr "Sposta alla riga superiore l'elemento selezionato "
+msgstr "Sposta l'elemento selezionato una riga sopra"
 
 #: ../panel/panel-preferences-dialog.glade.h:51
 #: ../plugins/launcher/launcher-dialog.glade.h:19
 #: ../plugins/systray/systray-dialog.glade.h:9
 msgid "Move currently selected item down by one row"
-msgstr "Sposta alla riga inferiore l'elemento selezionato "
+msgstr "Sposta l'elemento selezionato una riga sotto"
 
 #: ../panel/panel-preferences-dialog.glade.h:52
 msgid "Add new item to this panel"
@@ -717,7 +717,7 @@ msgstr "Inizia con un pannello vuoto"
 
 #: ../migrate/main.c:160
 msgid "Failed to migrate the old panel configuration"
-msgstr "Impossibile trasferire la vecchia configurazione del pannello"
+msgstr "Impossibile migrare la vecchia configurazione del pannello"
 
 #: ../migrate/main.c:172
 msgid "Failed to load the default configuration"
@@ -725,11 +725,11 @@ msgstr "Impossibile caricare la configurazione 
predefinita"
 
 #: ../migrate/main.c:185
 msgid "Panel config needs migration..."
-msgstr "La configurazione del pannello deve essere trasferita..."
+msgstr "La configurazione del pannello deve essere migrata…"
 
 #: ../migrate/main.c:189
 msgid "Failed to migrate the existing configuration"
-msgstr "Impossibile trasferire la configurazione esistente"
+msgstr 

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

2018-08-21 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 005c3e6bfad7608ecefd6938b35967591836ac4f
Author: Igor 
Date:   Tue Aug 21 18:31:20 2018 +0200

I18n: Update translation ru (100%).

752 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/ru.po | 326 ++-
 1 file changed, 176 insertions(+), 150 deletions(-)

diff --git a/po/ru.po b/po/ru.po
index 61e8713..b3c4f01 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -6,11 +6,11 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar\n"
+"Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-08-19 10:59+0200\n"
+"POT-Creation-Date: 2018-08-20 18:31+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: Xfce Bot , 2018\n"
+"Last-Translator: Igor , 2018\n"
 "Language-Team: Russian (https://www.transifex.com/xfce/teams/16840/ru/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -140,74 +140,74 @@ msgid "Failed to launch operation"
 msgstr "Не удалось запустить операцию"
 
 #. tell the user that we were unable to launch the file specified
-#: ../thunar/thunar-application.c:1444 ../thunar/thunar-application.c:1576
+#: ../thunar/thunar-application.c:1467 ../thunar/thunar-application.c:1599
 #: ../thunar/thunar-launcher.c:1216 ../thunar/thunar-location-entry.c:356
 #: ../thunar/thunar-location-entry.c:384
 #: ../thunar/thunar-shortcuts-view.c:1680
-#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2318
+#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2316
 #, c-format
 msgid "Failed to open \"%s\""
 msgstr "Не удалось открыть «%s»"
 
-#: ../thunar/thunar-application.c:1580
+#: ../thunar/thunar-application.c:1603
 #, c-format
 msgid "Failed to open \"%s\": %s"
 msgstr "Не удалось открыть «%s»: %s"
 
 #. display an error message
-#: ../thunar/thunar-application.c:1635
+#: ../thunar/thunar-application.c:1658
 #: ../thunar/thunar-properties-dialog.c:731
 #: ../thunar/thunar-standard-view.c:2834 ../thunar/thunar-tree-view.c:1959
 #, c-format
 msgid "Failed to rename \"%s\""
 msgstr "Не удалось переименовать «%s»"
 
-#: ../thunar/thunar-application.c:1737
+#: ../thunar/thunar-application.c:1760
 #: ../thunar/thunar-location-buttons.c:1347
 #: ../thunar/thunar-standard-view.c:2359 ../thunar/thunar-tree-view.c:1821
 msgid "New Folder"
 msgstr "Новый каталог"
 
-#: ../thunar/thunar-application.c:1738
+#: ../thunar/thunar-application.c:1761
 #: ../thunar/thunar-location-buttons.c:1348
 #: ../thunar/thunar-standard-view.c:2360 ../thunar/thunar-tree-view.c:1822
 msgid "Create New Folder"
 msgstr "Создать новый каталог"
 
-#: ../thunar/thunar-application.c:1742
+#: ../thunar/thunar-application.c:1765
 msgid "New File"
 msgstr "Создать файл"
 
-#: ../thunar/thunar-application.c:1743
+#: ../thunar/thunar-application.c:1766
 msgid "Create New File"
 msgstr "Создать новый файл"
 
 #. generate a title for the create dialog
-#: ../thunar/thunar-application.c:1800 ../thunar/thunar-standard-view.c:2406
+#: ../thunar/thunar-application.c:1823 ../thunar/thunar-standard-view.c:2406
 #, c-format
 msgid "Create Document from template \"%s\""
 msgstr "Создать документ по шаблону «%s»"
 
-#: ../thunar/thunar-application.c:1864
+#: ../thunar/thunar-application.c:1887
 msgid "Copying files..."
 msgstr "Копирование файлов..."
 
-#: ../thunar/thunar-application.c:1900
+#: ../thunar/thunar-application.c:1923
 #, c-format
 msgid "Copying files to \"%s\"..."
 msgstr "Копирование файлов в «%s»..."
 
-#: ../thunar/thunar-application.c:1946
+#: ../thunar/thunar-application.c:1969
 #, c-format
 msgid "Creating symbolic links in \"%s\"..."
 msgstr "Создание символьной ссылки в «%s»..."
 
-#: ../thunar/thunar-application.c:1999
+#: ../thunar/thunar-application.c:2022
 #, c-format
 msgid "Moving files into \"%s\"..."
 msgstr "Перемещение файлов в «%s»..."
 
-#: ../thunar/thunar-application.c:2081
+#: ../thunar/thunar-application.c:2104
 #, c-format
 msgid ""
 "Are you sure that you want to\n"
@@ -216,7 +216,7 @@ msgstr ""
 "Вы уверены, что хотите\n"
 "навсегда удалить «%s»?"
 
-#: ../thunar/thunar-application.c:2086
+#: ../thunar/thunar-application.c:2109
 #, c-format
 msgid ""
 "Are you sure that you want to permanently\n"
@@ -241,7 +241,7 @@ msgstr[3] ""
 #. append the cancel item
 #. add the Cancel/Close buttons
 #. configure the dialog properties
-#: ../thunar/thunar-application.c:2101 ../thunar/thunar-application.c:2280
+#: ../thunar/thunar-application.c:2124 ../thunar/thunar-application.c:2303
 #: ../thunar/thunar-chooser-dialog.c:288 ../thunar/thunar-chooser-dialog.c:705
 #: ../thunar/thunar-chooser-dialog.c:753 

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

2018-08-21 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 b529e852fdc46ba2f7891b66263ed4a8baa35e18
Author: Davidmp 
Date:   Tue Aug 21 18:31:20 2018 +0200

I18n: Update translation ca (100%).

752 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/ca.po | 313 +--
 1 file changed, 164 insertions(+), 149 deletions(-)

diff --git a/po/ca.po b/po/ca.po
index 8b60ffa..5497e28 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -8,9 +8,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-08-19 12:31+0200\n"
+"POT-Creation-Date: 2018-08-20 18:31+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: Robert Antoni Buj Gelonch , 2018\n"
+"Last-Translator: Davidmp , 2018\n"
 "Language-Team: Catalan (https://www.transifex.com/xfce/teams/16840/ca/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -141,74 +141,74 @@ msgid "Failed to launch operation"
 msgstr "Ha fallat el llançament de l'operació"
 
 #. tell the user that we were unable to launch the file specified
-#: ../thunar/thunar-application.c:1444 ../thunar/thunar-application.c:1576
+#: ../thunar/thunar-application.c:1467 ../thunar/thunar-application.c:1599
 #: ../thunar/thunar-launcher.c:1216 ../thunar/thunar-location-entry.c:356
 #: ../thunar/thunar-location-entry.c:384
 #: ../thunar/thunar-shortcuts-view.c:1680
-#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2318
+#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2316
 #, c-format
 msgid "Failed to open \"%s\""
 msgstr "Ha fallat obrir «%s»"
 
-#: ../thunar/thunar-application.c:1580
+#: ../thunar/thunar-application.c:1603
 #, c-format
 msgid "Failed to open \"%s\": %s"
 msgstr "Ha fallat obrir «%s»: %s"
 
 #. display an error message
-#: ../thunar/thunar-application.c:1635
+#: ../thunar/thunar-application.c:1658
 #: ../thunar/thunar-properties-dialog.c:731
 #: ../thunar/thunar-standard-view.c:2834 ../thunar/thunar-tree-view.c:1959
 #, c-format
 msgid "Failed to rename \"%s\""
 msgstr "Ha fallat el canvi del nom de «%s»"
 
-#: ../thunar/thunar-application.c:1737
+#: ../thunar/thunar-application.c:1760
 #: ../thunar/thunar-location-buttons.c:1347
 #: ../thunar/thunar-standard-view.c:2359 ../thunar/thunar-tree-view.c:1821
 msgid "New Folder"
 msgstr "Carpeta nova"
 
-#: ../thunar/thunar-application.c:1738
+#: ../thunar/thunar-application.c:1761
 #: ../thunar/thunar-location-buttons.c:1348
 #: ../thunar/thunar-standard-view.c:2360 ../thunar/thunar-tree-view.c:1822
 msgid "Create New Folder"
 msgstr "Crea una carpeta nova"
 
-#: ../thunar/thunar-application.c:1742
+#: ../thunar/thunar-application.c:1765
 msgid "New File"
 msgstr "Fitxer nou"
 
-#: ../thunar/thunar-application.c:1743
+#: ../thunar/thunar-application.c:1766
 msgid "Create New File"
 msgstr "Crea un fitxer nou"
 
 #. generate a title for the create dialog
-#: ../thunar/thunar-application.c:1800 ../thunar/thunar-standard-view.c:2406
+#: ../thunar/thunar-application.c:1823 ../thunar/thunar-standard-view.c:2406
 #, c-format
 msgid "Create Document from template \"%s\""
 msgstr "Crea un document a partir de la plantilla «%s»"
 
-#: ../thunar/thunar-application.c:1864
+#: ../thunar/thunar-application.c:1887
 msgid "Copying files..."
 msgstr "S'estan copiant els fitxers..."
 
-#: ../thunar/thunar-application.c:1900
+#: ../thunar/thunar-application.c:1923
 #, c-format
 msgid "Copying files to \"%s\"..."
 msgstr "S'estan copiant els fitxers a «%s»..."
 
-#: ../thunar/thunar-application.c:1946
+#: ../thunar/thunar-application.c:1969
 #, c-format
 msgid "Creating symbolic links in \"%s\"..."
 msgstr "S'estan creant els enllaços simbòlics a «%s»..."
 
-#: ../thunar/thunar-application.c:1999
+#: ../thunar/thunar-application.c:2022
 #, c-format
 msgid "Moving files into \"%s\"..."
 msgstr "S'estan movent els fitxers a «%s»..."
 
-#: ../thunar/thunar-application.c:2081
+#: ../thunar/thunar-application.c:2104
 #, c-format
 msgid ""
 "Are you sure that you want to\n"
@@ -217,7 +217,7 @@ msgstr ""
 "Voleu suprimir de manera\n"
 "permanent «%s»?"
 
-#: ../thunar/thunar-application.c:2086
+#: ../thunar/thunar-application.c:2109
 #, c-format
 msgid ""
 "Are you sure that you want to permanently\n"
@@ -236,7 +236,7 @@ msgstr[1] ""
 #. append the cancel item
 #. add the Cancel/Close buttons
 #. configure the dialog properties
-#: ../thunar/thunar-application.c:2101 ../thunar/thunar-application.c:2280
+#: ../thunar/thunar-application.c:2124 ../thunar/thunar-application.c:2303
 #: ../thunar/thunar-chooser-dialog.c:288 ../thunar/thunar-chooser-dialog.c:705
 #: ../thunar/thunar-chooser-dialog.c:753 

[Xfce4-commits] [xfce/xfce4-panel] branch master updated (b823f32 -> 5180697)

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

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

  from  b823f32   I18n: Update translation it (100%).
   new  5180697   I18n: Update translation it (100%).

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


Summary of changes:
 po/it.po | 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/thunar] 02/03: I18n: Update translation fr (100%).

2018-08-21 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 e4b7d7e0d31e26a1f0b049efc72af9a326119d66
Author: Pierre-Adrien Carton 
Date:   Tue Aug 21 18:31:20 2018 +0200

I18n: Update translation fr (100%).

752 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/fr.po | 332 ++-
 1 file changed, 179 insertions(+), 153 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 9bdd74d..f14288c 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -6,11 +6,11 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar\n"
+"Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-08-19 10:59+0200\n"
+"POT-Creation-Date: 2018-08-20 18:31+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: Xfce Bot , 2018\n"
+"Last-Translator: Pierre-Adrien Carton , 
2018\n"
 "Language-Team: French (https://www.transifex.com/xfce/teams/16840/fr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -53,7 +53,7 @@ msgstr "Maintenir les éléments triés par nom"
 
 #: ../thunar/thunar-abstract-icon-view.c:123
 msgid "Sort By _Size"
-msgstr "Trier par t_aille"
+msgstr "Trier par _taille"
 
 #: ../thunar/thunar-abstract-icon-view.c:123
 msgid "Keep items sorted by their size"
@@ -141,83 +141,83 @@ msgid "Failed to launch operation"
 msgstr "Impossible de lancer l’opération"
 
 #. tell the user that we were unable to launch the file specified
-#: ../thunar/thunar-application.c:1444 ../thunar/thunar-application.c:1576
+#: ../thunar/thunar-application.c:1467 ../thunar/thunar-application.c:1599
 #: ../thunar/thunar-launcher.c:1216 ../thunar/thunar-location-entry.c:356
 #: ../thunar/thunar-location-entry.c:384
 #: ../thunar/thunar-shortcuts-view.c:1680
-#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2318
+#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2316
 #, c-format
 msgid "Failed to open \"%s\""
 msgstr "Impossible d’ouvrir « %s »"
 
-#: ../thunar/thunar-application.c:1580
+#: ../thunar/thunar-application.c:1603
 #, c-format
 msgid "Failed to open \"%s\": %s"
 msgstr "Impossible d’ouvrir « %s » : %s"
 
 #. display an error message
-#: ../thunar/thunar-application.c:1635
+#: ../thunar/thunar-application.c:1658
 #: ../thunar/thunar-properties-dialog.c:731
 #: ../thunar/thunar-standard-view.c:2834 ../thunar/thunar-tree-view.c:1959
 #, c-format
 msgid "Failed to rename \"%s\""
 msgstr "Impossible de renommer « %s »"
 
-#: ../thunar/thunar-application.c:1737
+#: ../thunar/thunar-application.c:1760
 #: ../thunar/thunar-location-buttons.c:1347
 #: ../thunar/thunar-standard-view.c:2359 ../thunar/thunar-tree-view.c:1821
 msgid "New Folder"
 msgstr "Nouveau dossier"
 
-#: ../thunar/thunar-application.c:1738
+#: ../thunar/thunar-application.c:1761
 #: ../thunar/thunar-location-buttons.c:1348
 #: ../thunar/thunar-standard-view.c:2360 ../thunar/thunar-tree-view.c:1822
 msgid "Create New Folder"
 msgstr "Créer un nouveau dossier"
 
-#: ../thunar/thunar-application.c:1742
+#: ../thunar/thunar-application.c:1765
 msgid "New File"
 msgstr "Nouveau fichier"
 
-#: ../thunar/thunar-application.c:1743
+#: ../thunar/thunar-application.c:1766
 msgid "Create New File"
 msgstr "Créer un nouveau fichier"
 
 #. generate a title for the create dialog
-#: ../thunar/thunar-application.c:1800 ../thunar/thunar-standard-view.c:2406
+#: ../thunar/thunar-application.c:1823 ../thunar/thunar-standard-view.c:2406
 #, c-format
 msgid "Create Document from template \"%s\""
 msgstr "Créer un document avec le modèle « %s »"
 
-#: ../thunar/thunar-application.c:1864
+#: ../thunar/thunar-application.c:1887
 msgid "Copying files..."
 msgstr "Copie des fichiers..."
 
-#: ../thunar/thunar-application.c:1900
+#: ../thunar/thunar-application.c:1923
 #, c-format
 msgid "Copying files to \"%s\"..."
 msgstr "Copie des fichiers dans « %s »…"
 
-#: ../thunar/thunar-application.c:1946
+#: ../thunar/thunar-application.c:1969
 #, c-format
 msgid "Creating symbolic links in \"%s\"..."
 msgstr "Création de liens symboliques dans « %s »…"
 
-#: ../thunar/thunar-application.c:1999
+#: ../thunar/thunar-application.c:2022
 #, c-format
 msgid "Moving files into \"%s\"..."
 msgstr "Déplacement des fichiers dans « %s »…"
 
-#: ../thunar/thunar-application.c:2081
+#: ../thunar/thunar-application.c:2104
 #, c-format
 msgid ""
 "Are you sure that you want to\n"
 "permanently delete \"%s\"?"
 msgstr ""
-"Êtes-vous certain de vouloir\n"
+"Voulez-vous vraiment\n"
 "supprimer « %s » définitivement ?"
 
-#: ../thunar/thunar-application.c:2086
+#: ../thunar/thunar-application.c:2109
 #, c-format
 msgid ""
 "Are you sure that you want to permanently\n"
@@ -229,14 +229,14 @@ 

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

2018-08-21 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 252cd15be627a423a7857de461f6b68289eeb7f8
Author: Igor 
Date:   Tue Aug 21 18:30:37 2018 +0200

I18n: Update translation ru (100%).

753 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/ru.po | 312 +--
 1 file changed, 164 insertions(+), 148 deletions(-)

diff --git a/po/ru.po b/po/ru.po
index 5ce1015..475ba89 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -13,8 +13,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-08-15 00:30+0200\n"
-"PO-Revision-Date: 2018-08-15 13:18+\n"
+"POT-Creation-Date: 2018-08-20 18:30+0200\n"
+"PO-Revision-Date: 2018-08-21 12:40+\n"
 "Last-Translator: Igor \n"
 "Language-Team: Russian (http://www.transifex.com/xfce/thunar/language/ru/)\n"
 "MIME-Version: 1.0\n"
@@ -140,81 +140,81 @@ msgid "Failed to launch operation"
 msgstr "Не удалось запустить операцию"
 
 #. tell the user that we were unable to launch the file specified
-#: ../thunar/thunar-application.c:1444 ../thunar/thunar-application.c:1576
+#: ../thunar/thunar-application.c:1467 ../thunar/thunar-application.c:1599
 #: ../thunar/thunar-launcher.c:1216 ../thunar/thunar-location-entry.c:356
 #: ../thunar/thunar-location-entry.c:384
 #: ../thunar/thunar-shortcuts-view.c:1680
-#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2318
+#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2316
 #, c-format
 msgid "Failed to open \"%s\""
 msgstr "Не удалось открыть «%s»"
 
-#: ../thunar/thunar-application.c:1580
+#: ../thunar/thunar-application.c:1603
 #, c-format
 msgid "Failed to open \"%s\": %s"
 msgstr "Не удалось открыть «%s»: %s"
 
 #. display an error message
-#: ../thunar/thunar-application.c:1635
+#: ../thunar/thunar-application.c:1658
 #: ../thunar/thunar-properties-dialog.c:731
 #: ../thunar/thunar-standard-view.c:2864 ../thunar/thunar-tree-view.c:1959
 #, c-format
 msgid "Failed to rename \"%s\""
 msgstr "Не удалось переименовать «%s»"
 
-#: ../thunar/thunar-application.c:1737
+#: ../thunar/thunar-application.c:1760
 #: ../thunar/thunar-location-buttons.c:1347
 #: ../thunar/thunar-standard-view.c:2389 ../thunar/thunar-tree-view.c:1821
 msgid "New Folder"
 msgstr "Новый каталог"
 
-#: ../thunar/thunar-application.c:1738
+#: ../thunar/thunar-application.c:1761
 #: ../thunar/thunar-location-buttons.c:1348
 #: ../thunar/thunar-standard-view.c:2390 ../thunar/thunar-tree-view.c:1822
 msgid "Create New Folder"
 msgstr "Создать новый каталог"
 
-#: ../thunar/thunar-application.c:1742
+#: ../thunar/thunar-application.c:1765
 msgid "New File"
 msgstr "Создать файл"
 
-#: ../thunar/thunar-application.c:1743
+#: ../thunar/thunar-application.c:1766
 msgid "Create New File"
 msgstr "Создать новый файл"
 
 #. generate a title for the create dialog
-#: ../thunar/thunar-application.c:1800 ../thunar/thunar-standard-view.c:2436
+#: ../thunar/thunar-application.c:1823 ../thunar/thunar-standard-view.c:2436
 #, c-format
 msgid "Create Document from template \"%s\""
 msgstr "Создать документ по шаблону «%s»"
 
-#: ../thunar/thunar-application.c:1864
+#: ../thunar/thunar-application.c:1887
 msgid "Copying files..."
 msgstr "Копирование файлов..."
 
-#: ../thunar/thunar-application.c:1900
+#: ../thunar/thunar-application.c:1923
 #, c-format
 msgid "Copying files to \"%s\"..."
 msgstr "Копирование файлов в «%s»..."
 
-#: ../thunar/thunar-application.c:1946
+#: ../thunar/thunar-application.c:1969
 #, c-format
 msgid "Creating symbolic links in \"%s\"..."
 msgstr "Создание символьной ссылки в «%s»..."
 
-#: ../thunar/thunar-application.c:1999
+#: ../thunar/thunar-application.c:2022
 #, c-format
 msgid "Moving files into \"%s\"..."
 msgstr "Перемещение файлов в «%s»..."
 
-#: ../thunar/thunar-application.c:2081
+#: ../thunar/thunar-application.c:2104
 #, c-format
 msgid ""
 "Are you sure that you want to\n"
 "permanently delete \"%s\"?"
 msgstr "Вы уверены, что хотите\nнавсегда удалить «%s»?"
 
-#: ../thunar/thunar-application.c:2086
+#: ../thunar/thunar-application.c:2109
 #, c-format
 msgid ""
 "Are you sure that you want to permanently\n"
@@ -231,7 +231,7 @@ msgstr[3] "Вы уверены, что хотите навсегда\nудали
 #. append the cancel item
 #. add the Cancel/Close buttons
 #. configure the dialog properties
-#: ../thunar/thunar-application.c:2101 ../thunar/thunar-application.c:2280
+#: ../thunar/thunar-application.c:2124 ../thunar/thunar-application.c:2303
 #: ../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:98 

[Xfce4-commits] [xfce/thunar] branch xfce-4.14 updated (374bbb6 -> 005c3e6)

2018-08-21 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  374bbb6   I18n: Update translation zh_TW (100%).
   new  b529e85   I18n: Update translation ca (100%).
   new  e4b7d7e   I18n: Update translation fr (100%).
   new  005c3e6   I18n: Update translation ru (100%).

The 3 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/ca.po | 313 +++
 po/fr.po | 332 ++-
 po/ru.po | 326 -
 3 files changed, 519 insertions(+), 452 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] 02/03: I18n: Update translation fr (100%).

2018-08-21 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 8b9a48eab54132269c4af599c4c54e8f1f087759
Author: Charles Monzat 
Date:   Tue Aug 21 18:30:37 2018 +0200

I18n: Update translation fr (100%).

753 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/fr.po | 314 +--
 1 file changed, 165 insertions(+), 149 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 2fd2cd9..4684665 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -30,9 +30,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-08-15 00:30+0200\n"
-"PO-Revision-Date: 2018-08-15 09:21+\n"
-"Last-Translator: Yannick Le Guen \n"
+"POT-Creation-Date: 2018-08-20 18:30+0200\n"
+"PO-Revision-Date: 2018-08-21 13:26+\n"
+"Last-Translator: Charles Monzat \n"
 "Language-Team: French (http://www.transifex.com/xfce/thunar/language/fr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -157,81 +157,81 @@ msgid "Failed to launch operation"
 msgstr "Impossible de lancer l’opération"
 
 #. tell the user that we were unable to launch the file specified
-#: ../thunar/thunar-application.c:1444 ../thunar/thunar-application.c:1576
+#: ../thunar/thunar-application.c:1467 ../thunar/thunar-application.c:1599
 #: ../thunar/thunar-launcher.c:1216 ../thunar/thunar-location-entry.c:356
 #: ../thunar/thunar-location-entry.c:384
 #: ../thunar/thunar-shortcuts-view.c:1680
-#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2318
+#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2316
 #, c-format
 msgid "Failed to open \"%s\""
 msgstr "Impossible d’ouvrir « %s »"
 
-#: ../thunar/thunar-application.c:1580
+#: ../thunar/thunar-application.c:1603
 #, c-format
 msgid "Failed to open \"%s\": %s"
 msgstr "Impossible d’ouvrir « %s » : %s"
 
 #. display an error message
-#: ../thunar/thunar-application.c:1635
+#: ../thunar/thunar-application.c:1658
 #: ../thunar/thunar-properties-dialog.c:731
 #: ../thunar/thunar-standard-view.c:2864 ../thunar/thunar-tree-view.c:1959
 #, c-format
 msgid "Failed to rename \"%s\""
 msgstr "Impossible de renommer « %s »"
 
-#: ../thunar/thunar-application.c:1737
+#: ../thunar/thunar-application.c:1760
 #: ../thunar/thunar-location-buttons.c:1347
 #: ../thunar/thunar-standard-view.c:2389 ../thunar/thunar-tree-view.c:1821
 msgid "New Folder"
 msgstr "Nouveau dossier"
 
-#: ../thunar/thunar-application.c:1738
+#: ../thunar/thunar-application.c:1761
 #: ../thunar/thunar-location-buttons.c:1348
 #: ../thunar/thunar-standard-view.c:2390 ../thunar/thunar-tree-view.c:1822
 msgid "Create New Folder"
 msgstr "Créer un nouveau dossier"
 
-#: ../thunar/thunar-application.c:1742
+#: ../thunar/thunar-application.c:1765
 msgid "New File"
 msgstr "Nouveau fichier"
 
-#: ../thunar/thunar-application.c:1743
+#: ../thunar/thunar-application.c:1766
 msgid "Create New File"
 msgstr "Créer un nouveau fichier"
 
 #. generate a title for the create dialog
-#: ../thunar/thunar-application.c:1800 ../thunar/thunar-standard-view.c:2436
+#: ../thunar/thunar-application.c:1823 ../thunar/thunar-standard-view.c:2436
 #, c-format
 msgid "Create Document from template \"%s\""
 msgstr "Créer un document avec le modèle « %s »"
 
-#: ../thunar/thunar-application.c:1864
+#: ../thunar/thunar-application.c:1887
 msgid "Copying files..."
 msgstr "Copie des fichiers…"
 
-#: ../thunar/thunar-application.c:1900
+#: ../thunar/thunar-application.c:1923
 #, c-format
 msgid "Copying files to \"%s\"..."
 msgstr "Copie des fichiers dans « %s »…"
 
-#: ../thunar/thunar-application.c:1946
+#: ../thunar/thunar-application.c:1969
 #, c-format
 msgid "Creating symbolic links in \"%s\"..."
 msgstr "Création de liens symboliques dans « %s »…"
 
-#: ../thunar/thunar-application.c:1999
+#: ../thunar/thunar-application.c:2022
 #, c-format
 msgid "Moving files into \"%s\"..."
 msgstr "Déplacement des fichiers dans « %s »…"
 
-#: ../thunar/thunar-application.c:2081
+#: ../thunar/thunar-application.c:2104
 #, c-format
 msgid ""
 "Are you sure that you want to\n"
 "permanently delete \"%s\"?"
 msgstr "Voulez-vous vraiment\nsupprimer « %s » définitivement ?"
 
-#: ../thunar/thunar-application.c:2086
+#: ../thunar/thunar-application.c:2109
 #, c-format
 msgid ""
 "Are you sure that you want to permanently\n"
@@ -246,7 +246,7 @@ msgstr[1] "Voulez-vous vraiment supprimer de 
manière\npermanente les %u fichier
 #. append the cancel item
 #. add the Cancel/Close buttons
 #. configure the dialog properties
-#: ../thunar/thunar-application.c:2101 ../thunar/thunar-application.c:2280
+#: ../thunar/thunar-application.c:2124 ../thunar/thunar-application.c:2303
 #: 

[Xfce4-commits] [xfce/thunar] branch master updated (379cd27 -> 252cd15)

2018-08-21 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  379cd27   I18n: Update translation zh_TW (100%).
   new  1fff3ca   I18n: Update translation ca (100%).
   new  8b9a48e   I18n: Update translation fr (100%).
   new  252cd15   I18n: Update translation ru (100%).

The 3 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/ca.po | 324 +--
 po/fr.po | 314 -
 po/ru.po | 312 +++-
 3 files changed, 499 insertions(+), 451 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/03: I18n: Update translation ca (100%).

2018-08-21 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 1fff3caea1a1a3f18c19087a6e4eb7e29b014edc
Author: Robert Antoni Buj Gelonch 
Date:   Tue Aug 21 18:30:37 2018 +0200

I18n: Update translation ca (100%).

753 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/ca.po | 324 +--
 1 file changed, 170 insertions(+), 154 deletions(-)

diff --git a/po/ca.po b/po/ca.po
index b045609..f331449 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -15,8 +15,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-08-15 00:30+0200\n"
-"PO-Revision-Date: 2018-08-15 06:57+\n"
+"POT-Creation-Date: 2018-08-20 18:30+0200\n"
+"PO-Revision-Date: 2018-08-21 10:38+\n"
 "Last-Translator: Robert Antoni Buj Gelonch \n"
 "Language-Team: Catalan (http://www.transifex.com/xfce/thunar/language/ca/)\n"
 "MIME-Version: 1.0\n"
@@ -142,81 +142,81 @@ msgid "Failed to launch operation"
 msgstr "Ha fallat el llançament de l'operació"
 
 #. tell the user that we were unable to launch the file specified
-#: ../thunar/thunar-application.c:1444 ../thunar/thunar-application.c:1576
+#: ../thunar/thunar-application.c:1467 ../thunar/thunar-application.c:1599
 #: ../thunar/thunar-launcher.c:1216 ../thunar/thunar-location-entry.c:356
 #: ../thunar/thunar-location-entry.c:384
 #: ../thunar/thunar-shortcuts-view.c:1680
-#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2318
+#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2316
 #, c-format
 msgid "Failed to open \"%s\""
 msgstr "Ha fallat l'obriment de «%s»"
 
-#: ../thunar/thunar-application.c:1580
+#: ../thunar/thunar-application.c:1603
 #, c-format
 msgid "Failed to open \"%s\": %s"
 msgstr "Ha fallat l'obriment de «%s»: %s"
 
 #. display an error message
-#: ../thunar/thunar-application.c:1635
+#: ../thunar/thunar-application.c:1658
 #: ../thunar/thunar-properties-dialog.c:731
 #: ../thunar/thunar-standard-view.c:2864 ../thunar/thunar-tree-view.c:1959
 #, c-format
 msgid "Failed to rename \"%s\""
 msgstr "Ha fallat el canvi del nom de «%s»"
 
-#: ../thunar/thunar-application.c:1737
+#: ../thunar/thunar-application.c:1760
 #: ../thunar/thunar-location-buttons.c:1347
 #: ../thunar/thunar-standard-view.c:2389 ../thunar/thunar-tree-view.c:1821
 msgid "New Folder"
 msgstr "Carpeta nova"
 
-#: ../thunar/thunar-application.c:1738
+#: ../thunar/thunar-application.c:1761
 #: ../thunar/thunar-location-buttons.c:1348
 #: ../thunar/thunar-standard-view.c:2390 ../thunar/thunar-tree-view.c:1822
 msgid "Create New Folder"
 msgstr "Crea una carpeta nova"
 
-#: ../thunar/thunar-application.c:1742
+#: ../thunar/thunar-application.c:1765
 msgid "New File"
 msgstr "Fitxer nou"
 
-#: ../thunar/thunar-application.c:1743
+#: ../thunar/thunar-application.c:1766
 msgid "Create New File"
 msgstr "Crea un fitxer nou"
 
 #. generate a title for the create dialog
-#: ../thunar/thunar-application.c:1800 ../thunar/thunar-standard-view.c:2436
+#: ../thunar/thunar-application.c:1823 ../thunar/thunar-standard-view.c:2436
 #, c-format
 msgid "Create Document from template \"%s\""
 msgstr "Crea un document a partir de la plantilla «%s»"
 
-#: ../thunar/thunar-application.c:1864
+#: ../thunar/thunar-application.c:1887
 msgid "Copying files..."
 msgstr "S'estan copiant els fitxers..."
 
-#: ../thunar/thunar-application.c:1900
+#: ../thunar/thunar-application.c:1923
 #, c-format
 msgid "Copying files to \"%s\"..."
 msgstr "S'estan copiant els fitxers a «%s»..."
 
-#: ../thunar/thunar-application.c:1946
+#: ../thunar/thunar-application.c:1969
 #, c-format
 msgid "Creating symbolic links in \"%s\"..."
 msgstr "S'estan creant els enllaços simbòlics a «%s»..."
 
-#: ../thunar/thunar-application.c:1999
+#: ../thunar/thunar-application.c:2022
 #, c-format
 msgid "Moving files into \"%s\"..."
 msgstr "S'estan movent els fitxers a «%s»..."
 
-#: ../thunar/thunar-application.c:2081
+#: ../thunar/thunar-application.c:2104
 #, c-format
 msgid ""
 "Are you sure that you want to\n"
 "permanently delete \"%s\"?"
 msgstr "Voleu suprimir de manera\npermanent «%s»?"
 
-#: ../thunar/thunar-application.c:2086
+#: ../thunar/thunar-application.c:2109
 #, c-format
 msgid ""
 "Are you sure that you want to permanently\n"
@@ -231,7 +231,7 @@ msgstr[1] "Esteu segur que voleu suprimir de 
manera\npermanent els %u fitxers se
 #. append the cancel item
 #. add the Cancel/Close buttons
 #. configure the dialog properties
-#: ../thunar/thunar-application.c:2101 ../thunar/thunar-application.c:2280
+#: ../thunar/thunar-application.c:2124 ../thunar/thunar-application.c:2303
 #: ../thunar/thunar-chooser-dialog.c:288 ../thunar/thunar-chooser-dialog.c:705
 

[Xfce4-commits] [xfce/exo] branch master updated (476becc -> 91aee0f)

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

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

  from  476becc   I18n: Update translation da (100%).
   new  91aee0f   I18n: Update translation fr (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/fr.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/exo] 01/01: I18n: Update translation fr (100%).

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

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

commit 91aee0fa6aea46b4c247288449d035a40b3d6ec1
Author: Charles Monzat 
Date:   Tue Aug 21 18:30:04 2018 +0200

I18n: Update translation fr (100%).

299 translated messages.

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

diff --git a/po/fr.po b/po/fr.po
index 167e3d0..05f0f37 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -19,7 +19,7 @@ msgstr ""
 "Project-Id-Version: Exo\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-06-07 06:30+0200\n"
-"PO-Revision-Date: 2018-08-20 12:04+\n"
+"PO-Revision-Date: 2018-08-21 13:49+\n"
 "Last-Translator: Charles Monzat \n"
 "Language-Team: French (http://www.transifex.com/xfce/exo/language/fr/)\n"
 "MIME-Version: 1.0\n"
@@ -640,7 +640,7 @@ msgstr "Comm_ande :"
 #. conflicts
 #: ../exo-desktop-item-edit/exo-die-editor.c:345
 msgid "_URL:"
-msgstr "_URL :"
+msgstr "U_RL :"
 
 #. TRANSLATORS: Label in "Create Launcher" dialog, make sure to avoid mnemonic
 #. conflicts

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

2018-08-21 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 40096a4f7a7c54a761c768efb3832d26072cd4c9
Author: Anonymous 
Date:   Tue Aug 21 12:31:16 2018 +0200

I18n: Update translation da (100%).

752 translated messages.

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

diff --git a/po/da.po b/po/da.po
index bc9c7ea..6593e01 100644
--- a/po/da.po
+++ b/po/da.po
@@ -6,11 +6,11 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar\n"
+"Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-08-19 10:59+0200\n"
+"POT-Creation-Date: 2018-08-20 18:31+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: Xfce Bot , 2018\n"
+"Last-Translator: Tony Albers, 2018\n"
 "Language-Team: Danish (https://www.transifex.com/xfce/teams/16840/da/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -141,74 +141,74 @@ msgid "Failed to launch operation"
 msgstr "Kunne ikke starte handling"
 
 #. tell the user that we were unable to launch the file specified
-#: ../thunar/thunar-application.c:1444 ../thunar/thunar-application.c:1576
+#: ../thunar/thunar-application.c:1467 ../thunar/thunar-application.c:1599
 #: ../thunar/thunar-launcher.c:1216 ../thunar/thunar-location-entry.c:356
 #: ../thunar/thunar-location-entry.c:384
 #: ../thunar/thunar-shortcuts-view.c:1680
-#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2318
+#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2316
 #, c-format
 msgid "Failed to open \"%s\""
 msgstr "Kunne ikke åbne \"%s\""
 
-#: ../thunar/thunar-application.c:1580
+#: ../thunar/thunar-application.c:1603
 #, c-format
 msgid "Failed to open \"%s\": %s"
 msgstr "Kunne ikke åbne \"%s\": %s"
 
 #. display an error message
-#: ../thunar/thunar-application.c:1635
+#: ../thunar/thunar-application.c:1658
 #: ../thunar/thunar-properties-dialog.c:731
 #: ../thunar/thunar-standard-view.c:2834 ../thunar/thunar-tree-view.c:1959
 #, c-format
 msgid "Failed to rename \"%s\""
 msgstr "Kunne ikke omdøbe \"%s\""
 
-#: ../thunar/thunar-application.c:1737
+#: ../thunar/thunar-application.c:1760
 #: ../thunar/thunar-location-buttons.c:1347
 #: ../thunar/thunar-standard-view.c:2359 ../thunar/thunar-tree-view.c:1821
 msgid "New Folder"
 msgstr "Ny mappe"
 
-#: ../thunar/thunar-application.c:1738
+#: ../thunar/thunar-application.c:1761
 #: ../thunar/thunar-location-buttons.c:1348
 #: ../thunar/thunar-standard-view.c:2360 ../thunar/thunar-tree-view.c:1822
 msgid "Create New Folder"
 msgstr "Opret ny mappe"
 
-#: ../thunar/thunar-application.c:1742
+#: ../thunar/thunar-application.c:1765
 msgid "New File"
 msgstr "Ny fil"
 
-#: ../thunar/thunar-application.c:1743
+#: ../thunar/thunar-application.c:1766
 msgid "Create New File"
 msgstr "Opret ny fil"
 
 #. generate a title for the create dialog
-#: ../thunar/thunar-application.c:1800 ../thunar/thunar-standard-view.c:2406
+#: ../thunar/thunar-application.c:1823 ../thunar/thunar-standard-view.c:2406
 #, c-format
 msgid "Create Document from template \"%s\""
 msgstr "Opret dokument fra skabelon \"%s\""
 
-#: ../thunar/thunar-application.c:1864
+#: ../thunar/thunar-application.c:1887
 msgid "Copying files..."
 msgstr "Kopierer filer..."
 
-#: ../thunar/thunar-application.c:1900
+#: ../thunar/thunar-application.c:1923
 #, c-format
 msgid "Copying files to \"%s\"..."
 msgstr "Kopierer filer til \"%s\"..."
 
-#: ../thunar/thunar-application.c:1946
+#: ../thunar/thunar-application.c:1969
 #, c-format
 msgid "Creating symbolic links in \"%s\"..."
 msgstr "Opretter symbolske henvisninger i \"%s\"..."
 
-#: ../thunar/thunar-application.c:1999
+#: ../thunar/thunar-application.c:2022
 #, c-format
 msgid "Moving files into \"%s\"..."
 msgstr "Flytter filer til \"%s\"..."
 
-#: ../thunar/thunar-application.c:2081
+#: ../thunar/thunar-application.c:2104
 #, c-format
 msgid ""
 "Are you sure that you want to\n"
@@ -217,7 +217,7 @@ msgstr ""
 "Er du sikker på, at du vil\n"
 "slette \"%s\" permanent?"
 
-#: ../thunar/thunar-application.c:2086
+#: ../thunar/thunar-application.c:2109
 #, c-format
 msgid ""
 "Are you sure that you want to permanently\n"
@@ -236,7 +236,7 @@ msgstr[1] ""
 #. append the cancel item
 #. add the Cancel/Close buttons
 #. configure the dialog properties
-#: ../thunar/thunar-application.c:2101 ../thunar/thunar-application.c:2280
+#: ../thunar/thunar-application.c:2124 ../thunar/thunar-application.c:2303
 #: ../thunar/thunar-chooser-dialog.c:288 ../thunar/thunar-chooser-dialog.c:705
 #: ../thunar/thunar-chooser-dialog.c:753 ../thunar/thunar-create-dialog.c:141
 #: 

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

2018-08-21 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 374bbb6fe997fdbcba33aa35d648275d63054745
Author: Jeff Huang 
Date:   Tue Aug 21 12:31:16 2018 +0200

I18n: Update translation zh_TW (100%).

752 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/zh_TW.po | 322 
 1 file changed, 172 insertions(+), 150 deletions(-)

diff --git a/po/zh_TW.po b/po/zh_TW.po
index b4705bd..9267a2e 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -6,11 +6,11 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar\n"
+"Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-08-19 10:59+0200\n"
+"POT-Creation-Date: 2018-08-20 18:31+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: Xfce Bot , 2018\n"
+"Last-Translator: Jeff Huang , 2018\n"
 "Language-Team: Chinese (Taiwan) 
(https://www.transifex.com/xfce/teams/16840/zh_TW/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -141,74 +141,74 @@ msgid "Failed to launch operation"
 msgstr "操作無法啟動"
 
 #. tell the user that we were unable to launch the file specified
-#: ../thunar/thunar-application.c:1444 ../thunar/thunar-application.c:1576
+#: ../thunar/thunar-application.c:1467 ../thunar/thunar-application.c:1599
 #: ../thunar/thunar-launcher.c:1216 ../thunar/thunar-location-entry.c:356
 #: ../thunar/thunar-location-entry.c:384
 #: ../thunar/thunar-shortcuts-view.c:1680
-#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2318
+#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2316
 #, c-format
 msgid "Failed to open \"%s\""
 msgstr "無法開啟「%s」"
 
-#: ../thunar/thunar-application.c:1580
+#: ../thunar/thunar-application.c:1603
 #, c-format
 msgid "Failed to open \"%s\": %s"
 msgstr "無法開啟「%s」:%s"
 
 #. display an error message
-#: ../thunar/thunar-application.c:1635
+#: ../thunar/thunar-application.c:1658
 #: ../thunar/thunar-properties-dialog.c:731
 #: ../thunar/thunar-standard-view.c:2834 ../thunar/thunar-tree-view.c:1959
 #, c-format
 msgid "Failed to rename \"%s\""
 msgstr "無法重新命名「%s」"
 
-#: ../thunar/thunar-application.c:1737
+#: ../thunar/thunar-application.c:1760
 #: ../thunar/thunar-location-buttons.c:1347
 #: ../thunar/thunar-standard-view.c:2359 ../thunar/thunar-tree-view.c:1821
 msgid "New Folder"
 msgstr "新資料夾"
 
-#: ../thunar/thunar-application.c:1738
+#: ../thunar/thunar-application.c:1761
 #: ../thunar/thunar-location-buttons.c:1348
 #: ../thunar/thunar-standard-view.c:2360 ../thunar/thunar-tree-view.c:1822
 msgid "Create New Folder"
 msgstr "建立新資料夾"
 
-#: ../thunar/thunar-application.c:1742
+#: ../thunar/thunar-application.c:1765
 msgid "New File"
 msgstr "新檔案"
 
-#: ../thunar/thunar-application.c:1743
+#: ../thunar/thunar-application.c:1766
 msgid "Create New File"
 msgstr "建立新檔案"
 
 #. generate a title for the create dialog
-#: ../thunar/thunar-application.c:1800 ../thunar/thunar-standard-view.c:2406
+#: ../thunar/thunar-application.c:1823 ../thunar/thunar-standard-view.c:2406
 #, c-format
 msgid "Create Document from template \"%s\""
 msgstr "從「%s」模板建立文件"
 
-#: ../thunar/thunar-application.c:1864
+#: ../thunar/thunar-application.c:1887
 msgid "Copying files..."
 msgstr "正在複製檔案..."
 
-#: ../thunar/thunar-application.c:1900
+#: ../thunar/thunar-application.c:1923
 #, c-format
 msgid "Copying files to \"%s\"..."
 msgstr "正在複製檔案至「%s」..."
 
-#: ../thunar/thunar-application.c:1946
+#: ../thunar/thunar-application.c:1969
 #, c-format
 msgid "Creating symbolic links in \"%s\"..."
 msgstr "正在於「%s」內建立符號連結..."
 
-#: ../thunar/thunar-application.c:1999
+#: ../thunar/thunar-application.c:2022
 #, c-format
 msgid "Moving files into \"%s\"..."
 msgstr "正在將檔案移動至「%s」..."
 
-#: ../thunar/thunar-application.c:2081
+#: ../thunar/thunar-application.c:2104
 #, c-format
 msgid ""
 "Are you sure that you want to\n"
@@ -217,7 +217,7 @@ msgstr ""
 "您確定要永久刪除\n"
 "所選的檔案「%s」?"
 
-#: ../thunar/thunar-application.c:2086
+#: ../thunar/thunar-application.c:2109
 #, c-format
 msgid ""
 "Are you sure that you want to permanently\n"
@@ -233,7 +233,7 @@ msgstr[0] ""
 #. append the cancel item
 #. add the Cancel/Close buttons
 #. configure the dialog properties
-#: ../thunar/thunar-application.c:2101 ../thunar/thunar-application.c:2280
+#: ../thunar/thunar-application.c:2124 ../thunar/thunar-application.c:2303
 #: ../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:98 ../thunar/thunar-dialogs.c:481
@@ -257,66 +257,66 @@ msgstr[0] ""
 msgid "_Cancel"
 msgstr "取消(_C)"
 
-#: ../thunar/thunar-application.c:2102 

[Xfce4-commits] [xfce/thunar] 02/03: I18n: Update translation ko (100%).

2018-08-21 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 5b1c65af2c8c7d243c787a175a7e542506af2fd7
Author: Cybertramp 
Date:   Tue Aug 21 12:31:16 2018 +0200

I18n: Update translation ko (100%).

752 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/ko.po | 324 ++-
 1 file changed, 173 insertions(+), 151 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 00d5a7d..77942a0 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -6,11 +6,11 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar\n"
+"Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-08-19 10:59+0200\n"
+"POT-Creation-Date: 2018-08-20 18:31+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: Xfce Bot , 2018\n"
+"Last-Translator: Cybertramp , 2018\n"
 "Language-Team: Korean (https://www.transifex.com/xfce/teams/16840/ko/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -141,81 +141,81 @@ msgid "Failed to launch operation"
 msgstr "처리 실행에 실패했습니다"
 
 #. tell the user that we were unable to launch the file specified
-#: ../thunar/thunar-application.c:1444 ../thunar/thunar-application.c:1576
+#: ../thunar/thunar-application.c:1467 ../thunar/thunar-application.c:1599
 #: ../thunar/thunar-launcher.c:1216 ../thunar/thunar-location-entry.c:356
 #: ../thunar/thunar-location-entry.c:384
 #: ../thunar/thunar-shortcuts-view.c:1680
-#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2318
+#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2316
 #, c-format
 msgid "Failed to open \"%s\""
 msgstr "\"%s\" 열기에 실패했습니다"
 
-#: ../thunar/thunar-application.c:1580
+#: ../thunar/thunar-application.c:1603
 #, c-format
 msgid "Failed to open \"%s\": %s"
 msgstr "\"%s\" 열기에 실패했습니다: %s"
 
 #. display an error message
-#: ../thunar/thunar-application.c:1635
+#: ../thunar/thunar-application.c:1658
 #: ../thunar/thunar-properties-dialog.c:731
 #: ../thunar/thunar-standard-view.c:2834 ../thunar/thunar-tree-view.c:1959
 #, c-format
 msgid "Failed to rename \"%s\""
 msgstr "\"%s\" 이름 바꾸기에 실패했습니다"
 
-#: ../thunar/thunar-application.c:1737
+#: ../thunar/thunar-application.c:1760
 #: ../thunar/thunar-location-buttons.c:1347
 #: ../thunar/thunar-standard-view.c:2359 ../thunar/thunar-tree-view.c:1821
 msgid "New Folder"
 msgstr "새 폴더"
 
-#: ../thunar/thunar-application.c:1738
+#: ../thunar/thunar-application.c:1761
 #: ../thunar/thunar-location-buttons.c:1348
 #: ../thunar/thunar-standard-view.c:2360 ../thunar/thunar-tree-view.c:1822
 msgid "Create New Folder"
 msgstr "새 폴더를 만듭니다"
 
-#: ../thunar/thunar-application.c:1742
+#: ../thunar/thunar-application.c:1765
 msgid "New File"
 msgstr "새 파일"
 
-#: ../thunar/thunar-application.c:1743
+#: ../thunar/thunar-application.c:1766
 msgid "Create New File"
 msgstr "새 파일을 만듭니다"
 
 #. generate a title for the create dialog
-#: ../thunar/thunar-application.c:1800 ../thunar/thunar-standard-view.c:2406
+#: ../thunar/thunar-application.c:1823 ../thunar/thunar-standard-view.c:2406
 #, c-format
 msgid "Create Document from template \"%s\""
 msgstr "\"%s\" 서식으로 새 문서 만들기"
 
-#: ../thunar/thunar-application.c:1864
+#: ../thunar/thunar-application.c:1887
 msgid "Copying files..."
 msgstr "복사 중..."
 
-#: ../thunar/thunar-application.c:1900
+#: ../thunar/thunar-application.c:1923
 #, c-format
 msgid "Copying files to \"%s\"..."
 msgstr "\"%s\"(으)로 파일을 복사하는 중..."
 
-#: ../thunar/thunar-application.c:1946
+#: ../thunar/thunar-application.c:1969
 #, c-format
 msgid "Creating symbolic links in \"%s\"..."
 msgstr "\"%s\"에 심볼릭 링크를 만드는 중..."
 
-#: ../thunar/thunar-application.c:1999
+#: ../thunar/thunar-application.c:2022
 #, c-format
 msgid "Moving files into \"%s\"..."
 msgstr "\"%s\"(으)로 파일을 이동하는 중..."
 
-#: ../thunar/thunar-application.c:2081
+#: ../thunar/thunar-application.c:2104
 #, c-format
 msgid ""
 "Are you sure that you want to\n"
 "permanently delete \"%s\"?"
 msgstr "\"%s\"을(를) 완전히 삭제 하시렵니까?"
 
-#: ../thunar/thunar-application.c:2086
+#: ../thunar/thunar-application.c:2109
 #, c-format
 msgid ""
 "Are you sure that you want to permanently\n"
@@ -231,7 +231,7 @@ msgstr[0] ""
 #. append the cancel item
 #. add the Cancel/Close buttons
 #. configure the dialog properties
-#: ../thunar/thunar-application.c:2101 ../thunar/thunar-application.c:2280
+#: ../thunar/thunar-application.c:2124 ../thunar/thunar-application.c:2303
 #: ../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:98 ../thunar/thunar-dialogs.c:481
@@ -255,66 +255,66 @@ msgstr[0] ""
 msgid "_Cancel"
 msgstr 

[Xfce4-commits] [xfce/thunar] branch xfce-4.14 updated (9aa9408 -> 374bbb6)

2018-08-21 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  9aa9408   I18n: Update translation zh_CN (100%).
   new  40096a4   I18n: Update translation da (100%).
   new  5b1c65a   I18n: Update translation ko (100%).
   new  374bbb6   I18n: Update translation zh_TW (100%).

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


Summary of changes:
 po/da.po| 326 
 po/ko.po| 324 +++
 po/zh_TW.po | 322 +++
 3 files changed, 521 insertions(+), 451 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] 02/02: I18n: Update translation zh_TW (100%).

2018-08-21 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 379cd27a5b07b914634fd5e510b0ceb31c085520
Author: Jeff Huang 
Date:   Tue Aug 21 12:30:35 2018 +0200

I18n: Update translation zh_TW (100%).

753 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/zh_TW.po | 314 
 1 file changed, 165 insertions(+), 149 deletions(-)

diff --git a/po/zh_TW.po b/po/zh_TW.po
index f6dc4d2..4eecbe4 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -14,9 +14,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-08-15 00:30+0200\n"
-"PO-Revision-Date: 2018-08-15 10:00+\n"
-"Last-Translator: byStarTW (pan93412) \n"
+"POT-Creation-Date: 2018-08-20 18:30+0200\n"
+"PO-Revision-Date: 2018-08-21 07:05+\n"
+"Last-Translator: Jeff Huang \n"
 "Language-Team: Chinese (Taiwan) 
(http://www.transifex.com/xfce/thunar/language/zh_TW/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -141,81 +141,81 @@ msgid "Failed to launch operation"
 msgstr "操作無法啟動"
 
 #. tell the user that we were unable to launch the file specified
-#: ../thunar/thunar-application.c:1444 ../thunar/thunar-application.c:1576
+#: ../thunar/thunar-application.c:1467 ../thunar/thunar-application.c:1599
 #: ../thunar/thunar-launcher.c:1216 ../thunar/thunar-location-entry.c:356
 #: ../thunar/thunar-location-entry.c:384
 #: ../thunar/thunar-shortcuts-view.c:1680
-#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2318
+#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2316
 #, c-format
 msgid "Failed to open \"%s\""
 msgstr "無法開啟「%s」"
 
-#: ../thunar/thunar-application.c:1580
+#: ../thunar/thunar-application.c:1603
 #, c-format
 msgid "Failed to open \"%s\": %s"
 msgstr "無法開啟「%s」:%s"
 
 #. display an error message
-#: ../thunar/thunar-application.c:1635
+#: ../thunar/thunar-application.c:1658
 #: ../thunar/thunar-properties-dialog.c:731
 #: ../thunar/thunar-standard-view.c:2864 ../thunar/thunar-tree-view.c:1959
 #, c-format
 msgid "Failed to rename \"%s\""
 msgstr "無法重新命名「%s」"
 
-#: ../thunar/thunar-application.c:1737
+#: ../thunar/thunar-application.c:1760
 #: ../thunar/thunar-location-buttons.c:1347
 #: ../thunar/thunar-standard-view.c:2389 ../thunar/thunar-tree-view.c:1821
 msgid "New Folder"
 msgstr "新資料夾"
 
-#: ../thunar/thunar-application.c:1738
+#: ../thunar/thunar-application.c:1761
 #: ../thunar/thunar-location-buttons.c:1348
 #: ../thunar/thunar-standard-view.c:2390 ../thunar/thunar-tree-view.c:1822
 msgid "Create New Folder"
 msgstr "建立新資料夾"
 
-#: ../thunar/thunar-application.c:1742
+#: ../thunar/thunar-application.c:1765
 msgid "New File"
 msgstr "新檔案"
 
-#: ../thunar/thunar-application.c:1743
+#: ../thunar/thunar-application.c:1766
 msgid "Create New File"
 msgstr "建立新檔案"
 
 #. generate a title for the create dialog
-#: ../thunar/thunar-application.c:1800 ../thunar/thunar-standard-view.c:2436
+#: ../thunar/thunar-application.c:1823 ../thunar/thunar-standard-view.c:2436
 #, c-format
 msgid "Create Document from template \"%s\""
 msgstr "從「%s」模板建立文件"
 
-#: ../thunar/thunar-application.c:1864
+#: ../thunar/thunar-application.c:1887
 msgid "Copying files..."
 msgstr "正在複製檔案..."
 
-#: ../thunar/thunar-application.c:1900
+#: ../thunar/thunar-application.c:1923
 #, c-format
 msgid "Copying files to \"%s\"..."
 msgstr "正在複製檔案至「%s」..."
 
-#: ../thunar/thunar-application.c:1946
+#: ../thunar/thunar-application.c:1969
 #, c-format
 msgid "Creating symbolic links in \"%s\"..."
 msgstr "正在於「%s」內建立符號連結..."
 
-#: ../thunar/thunar-application.c:1999
+#: ../thunar/thunar-application.c:2022
 #, c-format
 msgid "Moving files into \"%s\"..."
 msgstr "正在將檔案移動至「%s」..."
 
-#: ../thunar/thunar-application.c:2081
+#: ../thunar/thunar-application.c:2104
 #, c-format
 msgid ""
 "Are you sure that you want to\n"
 "permanently delete \"%s\"?"
 msgstr "您確定要永久刪除\n所選的檔案「%s」?"
 
-#: ../thunar/thunar-application.c:2086
+#: ../thunar/thunar-application.c:2109
 #, c-format
 msgid ""
 "Are you sure that you want to permanently\n"
@@ -229,7 +229,7 @@ msgstr[0] "您確定您想要永久刪除\n所選的 %u 個檔案嗎?"
 #. append the cancel item
 #. add the Cancel/Close buttons
 #. configure the dialog properties
-#: ../thunar/thunar-application.c:2101 ../thunar/thunar-application.c:2280
+#: ../thunar/thunar-application.c:2124 ../thunar/thunar-application.c:2303
 #: ../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:98 ../thunar/thunar-dialogs.c:481
@@ -253,66 +253,66 @@ msgstr[0] "您確定您想要永久刪除\n所選的 %u 個檔案嗎?"
 msgid "_Cancel"
 msgstr "取消(_C)"
 
-#: 

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

2018-08-21 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 9af07cf9f0829f1af466672e43cf52c48582fded
Author: Anonymous 
Date:   Tue Aug 21 12:30:35 2018 +0200

I18n: Update translation da (100%).

753 translated messages.

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

diff --git a/po/da.po b/po/da.po
index 9b60730..7c14302 100644
--- a/po/da.po
+++ b/po/da.po
@@ -11,8 +11,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-08-15 00:30+0200\n"
-"PO-Revision-Date: 2018-08-16 16:35+\n"
+"POT-Creation-Date: 2018-08-20 18:30+0200\n"
+"PO-Revision-Date: 2018-08-21 08:10+\n"
 "Last-Translator: scootergrisen\n"
 "Language-Team: Danish (http://www.transifex.com/xfce/thunar/language/da/)\n"
 "MIME-Version: 1.0\n"
@@ -138,81 +138,81 @@ msgid "Failed to launch operation"
 msgstr "Kunne ikke starte handling"
 
 #. tell the user that we were unable to launch the file specified
-#: ../thunar/thunar-application.c:1444 ../thunar/thunar-application.c:1576
+#: ../thunar/thunar-application.c:1467 ../thunar/thunar-application.c:1599
 #: ../thunar/thunar-launcher.c:1216 ../thunar/thunar-location-entry.c:356
 #: ../thunar/thunar-location-entry.c:384
 #: ../thunar/thunar-shortcuts-view.c:1680
-#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2318
+#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2316
 #, c-format
 msgid "Failed to open \"%s\""
 msgstr "Kunne ikke åbne \"%s\""
 
-#: ../thunar/thunar-application.c:1580
+#: ../thunar/thunar-application.c:1603
 #, c-format
 msgid "Failed to open \"%s\": %s"
 msgstr "Kunne ikke åbne \"%s\": %s"
 
 #. display an error message
-#: ../thunar/thunar-application.c:1635
+#: ../thunar/thunar-application.c:1658
 #: ../thunar/thunar-properties-dialog.c:731
 #: ../thunar/thunar-standard-view.c:2864 ../thunar/thunar-tree-view.c:1959
 #, c-format
 msgid "Failed to rename \"%s\""
 msgstr "Kunne ikke omdøbe \"%s\""
 
-#: ../thunar/thunar-application.c:1737
+#: ../thunar/thunar-application.c:1760
 #: ../thunar/thunar-location-buttons.c:1347
 #: ../thunar/thunar-standard-view.c:2389 ../thunar/thunar-tree-view.c:1821
 msgid "New Folder"
 msgstr "Ny mappe"
 
-#: ../thunar/thunar-application.c:1738
+#: ../thunar/thunar-application.c:1761
 #: ../thunar/thunar-location-buttons.c:1348
 #: ../thunar/thunar-standard-view.c:2390 ../thunar/thunar-tree-view.c:1822
 msgid "Create New Folder"
 msgstr "Opret ny mappe"
 
-#: ../thunar/thunar-application.c:1742
+#: ../thunar/thunar-application.c:1765
 msgid "New File"
 msgstr "Ny fil"
 
-#: ../thunar/thunar-application.c:1743
+#: ../thunar/thunar-application.c:1766
 msgid "Create New File"
 msgstr "Opret ny fil"
 
 #. generate a title for the create dialog
-#: ../thunar/thunar-application.c:1800 ../thunar/thunar-standard-view.c:2436
+#: ../thunar/thunar-application.c:1823 ../thunar/thunar-standard-view.c:2436
 #, c-format
 msgid "Create Document from template \"%s\""
 msgstr "Opret dokument fra skabelon \"%s\""
 
-#: ../thunar/thunar-application.c:1864
+#: ../thunar/thunar-application.c:1887
 msgid "Copying files..."
 msgstr "Kopierer filer..."
 
-#: ../thunar/thunar-application.c:1900
+#: ../thunar/thunar-application.c:1923
 #, c-format
 msgid "Copying files to \"%s\"..."
 msgstr "Kopierer filer til \"%s\"..."
 
-#: ../thunar/thunar-application.c:1946
+#: ../thunar/thunar-application.c:1969
 #, c-format
 msgid "Creating symbolic links in \"%s\"..."
 msgstr "Opretter symbolske henvisninger i \"%s\"..."
 
-#: ../thunar/thunar-application.c:1999
+#: ../thunar/thunar-application.c:2022
 #, c-format
 msgid "Moving files into \"%s\"..."
 msgstr "Flytter filer til \"%s\"..."
 
-#: ../thunar/thunar-application.c:2081
+#: ../thunar/thunar-application.c:2104
 #, c-format
 msgid ""
 "Are you sure that you want to\n"
 "permanently delete \"%s\"?"
 msgstr "Er du sikker på, at du vil\nslette \"%s\" permanent?"
 
-#: ../thunar/thunar-application.c:2086
+#: ../thunar/thunar-application.c:2109
 #, c-format
 msgid ""
 "Are you sure that you want to permanently\n"
@@ -227,7 +227,7 @@ msgstr[1] "Er du sikker på, at du vil slette\nde %u valgte 
filer permanent?"
 #. append the cancel item
 #. add the Cancel/Close buttons
 #. configure the dialog properties
-#: ../thunar/thunar-application.c:2101 ../thunar/thunar-application.c:2280
+#: ../thunar/thunar-application.c:2124 ../thunar/thunar-application.c:2303
 #: ../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:98 

[Xfce4-commits] [xfce/exo] branch master updated (056f579 -> 476becc)

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

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

  from  056f579   I18n: Update translation fr (100%).
   new  476becc   I18n: Update translation da (100%).

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


Summary of changes:
 po/da.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[Xfce4-commits] [xfce/thunar] branch master updated (033fe82 -> 379cd27)

2018-08-21 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  033fe82   I18n: Update translation zh_CN (100%).
   new  9af07cf   I18n: Update translation da (100%).
   new  379cd27   I18n: Update translation zh_TW (100%).

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


Summary of changes:
 po/da.po| 312 +++
 po/zh_TW.po | 314 
 2 files changed, 329 insertions(+), 297 deletions(-)

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


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

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

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

commit 476becc73befa65455a70063fc1b09a2cd39f441
Author: Anonymous 
Date:   Tue Aug 21 12:30:03 2018 +0200

I18n: Update translation da (100%).

299 translated messages.

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

diff --git a/po/da.po b/po/da.po
index 7548bc1..16c7134 100644
--- a/po/da.po
+++ b/po/da.po
@@ -12,7 +12,7 @@ msgstr ""
 "Project-Id-Version: Exo\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-06-07 06:30+0200\n"
-"PO-Revision-Date: 2018-06-21 05:40+\n"
+"PO-Revision-Date: 2018-08-21 07:50+\n"
 "Last-Translator: scootergrisen\n"
 "Language-Team: Danish (http://www.transifex.com/xfce/exo/language/da/)\n"
 "MIME-Version: 1.0\n"

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