[Xfce4-commits] [apps/xfce4-dict] 04/04: Post release tag bump

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

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

commit aa4772ce7964a9153cbf45b01e1835e261df3799
Author: Andre Miranda 
Date:   Tue Nov 27 22:08:50 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 28331ac..6751e0a 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -5,7 +5,7 @@ m4_define([xfce4_dict_version_major], [0])
 m4_define([xfce4_dict_version_minor], [8])
 m4_define([xfce4_dict_version_micro], [2])
 m4_define([xfce4_dict_version_build], [@REVISION@])
-m4_define([xfce4_dict_version_tag], [])
+m4_define([xfce4_dict_version_tag], [git])
 m4_define([xfce4_dict_version], 
[xfce4_dict_version_major().xfce4_dict_version_minor().xfce4_dict_version_micro()ifelse(xfce4_dict_version_tag(),
 [git], [xfce4_dict_version_tag()-xfce4_dict_version_build()], 
[xfce4_dict_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/xfce4-dict] 03/04: Updates for release

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

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

commit b6a3a082d99f6748381c7237f3f466d1fd7c9462
Author: Andre Miranda 
Date:   Tue Nov 27 22:00:42 2018 -0300

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

diff --git a/NEWS b/NEWS
index 9a9e873..705dac4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+xfce4-dict-0.8.2
+
+- Avoid segfaults (Bug #14786)
+- Only show web search link if we have a valid URL and in dict mode
+- Escape link tooltip
+- Minor visual improvements
+- Translation updates: Albanian, Arabic, Asturian, Basque, Belarusian,
+  Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech,
+  Danish, Dutch, English (United Kingdom), Finnish, French, Galician, German,
+  Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Korean,
+  Latvian, Lithuanian, Norwegian Bokmål, Occitan, Polish, Portuguese,
+  Portuguese (Brazil), Russian, Slovak, Slovenian, Spanish, Swedish, Turkish,
+  Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese
+
 xfce4-dict-0.8.1
 
 - Bump gtk3 minimum version to 3.22
diff --git a/configure.ac.in b/configure.ac.in
index d40c98c..28331ac 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -3,9 +3,9 @@ dnl *** Version information ***
 dnl ***
 m4_define([xfce4_dict_version_major], [0])
 m4_define([xfce4_dict_version_minor], [8])
-m4_define([xfce4_dict_version_micro], [1])
+m4_define([xfce4_dict_version_micro], [2])
 m4_define([xfce4_dict_version_build], [@REVISION@])
-m4_define([xfce4_dict_version_tag], [git])
+m4_define([xfce4_dict_version_tag], [])
 m4_define([xfce4_dict_version], 
[xfce4_dict_version_major().xfce4_dict_version_minor().xfce4_dict_version_micro()ifelse(xfce4_dict_version_tag(),
 [git], [xfce4_dict_version_tag()-xfce4_dict_version_build()], 
[xfce4_dict_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/xfce4-dict] 02/04: Visual improvements for panel search entry

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

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

commit ae27a3069af49ebc1428ddb0a2b4910099ab8374
Author: Andre Miranda 
Date:   Tue Nov 27 21:54:09 2018 -0300

Visual improvements for panel search entry
---
 panel-plugin/xfce4-dict-plugin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/xfce4-dict-plugin.c b/panel-plugin/xfce4-dict-plugin.c
index 43366f7..431dd8f 100644
--- a/panel-plugin/xfce4-dict-plugin.c
+++ b/panel-plugin/xfce4-dict-plugin.c
@@ -365,7 +365,7 @@ static void dict_plugin_construct(XfcePanelPlugin *plugin)
 
/* panel entry */
dpd->dd->panel_entry = gtk_search_entry_new();
-   gtk_entry_set_icon_from_icon_name(GTK_ENTRY(dpd->dd->panel_entry), 
GTK_ENTRY_ICON_SECONDARY, "gtk-clear");
+   gtk_widget_set_valign(dpd->dd->panel_entry, GTK_ALIGN_CENTER);
gtk_entry_set_width_chars(GTK_ENTRY(dpd->dd->panel_entry), 25);
gtk_entry_set_placeholder_text(GTK_ENTRY(dpd->dd->panel_entry), 
_("Search term"));
g_signal_connect(dpd->dd->panel_entry, "icon-release", 
G_CALLBACK(entry_icon_release_cb), dpd);

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


[Xfce4-commits] [apps/xfce4-dict] branch master updated (dc76dc2 -> aa4772c)

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

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

  from  dc76dc2   Use proper icon name
   new  73a911c   Get panel icon size from xfce_panel_plugin_get_icon_size
   new  ae27a30   Visual improvements for panel search entry
   new  b6a3a08   Updates for release
   new  aa4772c   Post release tag bump

The 4 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 | 14 ++
 configure.ac.in  |  2 +-
 panel-plugin/xfce4-dict-plugin.c | 16 +++-
 3 files changed, 26 insertions(+), 6 deletions(-)

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


[Xfce4-commits] [apps/xfce4-dict] 01/04: Get panel icon size from xfce_panel_plugin_get_icon_size

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

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

commit 73a911c93f6b8f6de35ed005ba5a935d2b917c47
Author: Andre Miranda 
Date:   Tue Nov 27 21:53:42 2018 -0300

Get panel icon size from xfce_panel_plugin_get_icon_size
---
 panel-plugin/xfce4-dict-plugin.c | 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/panel-plugin/xfce4-dict-plugin.c b/panel-plugin/xfce4-dict-plugin.c
index 25e0252..43366f7 100644
--- a/panel-plugin/xfce4-dict-plugin.c
+++ b/panel-plugin/xfce4-dict-plugin.c
@@ -55,18 +55,24 @@ static gboolean entry_is_dirty = FALSE;
 
 static gboolean dict_plugin_panel_set_size(XfcePanelPlugin *plugin, gint 
wsize, DictPanelData *dpd)
 {
-  GtkBorder border;
+   GtkBorder border;
GtkStyleContext *context;
gint size;
gint bsize = wsize;
bsize /= xfce_panel_plugin_get_nrows (plugin);
 
+#if LIBXFCE4PANEL_CHECK_VERSION (4,13,0)
+   size = xfce_panel_plugin_get_icon_size(plugin);
+#else
+   size = bsize;
+#endif
+
+   /* Take the border width into account */
context = gtk_widget_get_style_context (GTK_WIDGET (dpd->panel_button));
gtk_style_context_get_border (context, gtk_widget_get_state_flags 
(GTK_WIDGET (dpd->panel_button)), );
-   size = bsize - 2 * MAX (border.left + border.right, border.top + 
border.bottom);
+   size -= 2 * MAX (border.left + border.right, border.top + 
border.bottom);
 
-   dpd->dd->icon = 
gdk_pixbuf_new_from_resource_at_scale("/org/xfce/dict/icon",
-   
size, -1, TRUE, NULL);
+   dpd->dd->icon = 
gdk_pixbuf_new_from_resource_at_scale("/org/xfce/dict/icon", size, -1, TRUE, 
NULL);
 
gtk_image_set_from_pixbuf(GTK_IMAGE(dpd->panel_button_image), 
dpd->dd->icon);
 

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


[Xfce4-commits] [xfce/thunar-volman] branch master updated (033203d -> 49ec7b4)

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

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

  from  033203d   Post release tag bump
   new  49ec7b4   I18n: Update translation ru (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/ru.po | 92 
 1 file changed, 52 insertions(+), 40 deletions(-)

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


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

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

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

commit 49ec7b4fceeba838077d206f3bb62ade7552554f
Author: Xfce Bot 
Date:   Tue Nov 27 18:40:24 2018 +0100

I18n: Update translation ru (100%).

120 translated messages.

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

diff --git a/po/ru.po b/po/ru.po
index 367a522..ff193b3 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -6,13 +6,14 @@
 # Igor , 2018
 # Pavel Labushev , 2009
 # Sergey Alyoshin , 2013,2015
+# Xfce Bot , 2018
 # AlexanderFilev, 2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Thunar-volman\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-03 00:30+0200\n"
-"PO-Revision-Date: 2018-09-14 00:16+\n"
+"POT-Creation-Date: 2018-11-27 18:15+0100\n"
+"PO-Revision-Date: 2018-11-27 17:36+\n"
 "Last-Translator: Xfce Bot \n"
 "Language-Team: Russian 
(http://www.transifex.com/xfce/thunar-volman/language/ru/)\n"
 "MIME-Version: 1.0\n"
@@ -74,10 +75,10 @@ msgstr "Хотите импортировать фотографии или ра
 
 #: ../thunar-volman/tvm-block-device.c:208
 #: ../thunar-volman/tvm-block-device.c:277
-#: ../thunar-volman/tvm-block-device.c:378
-#: ../thunar-volman/tvm-block-device.c:425
-#: ../thunar-volman/tvm-block-device.c:507
-#: ../thunar-volman/tvm-block-device.c:830 ../thunar-volman/tvm-run.c:192
+#: ../thunar-volman/tvm-block-device.c:379
+#: ../thunar-volman/tvm-block-device.c:426
+#: ../thunar-volman/tvm-block-device.c:508
+#: ../thunar-volman/tvm-block-device.c:838 ../thunar-volman/tvm-run.c:192
 #: ../thunar-volman/tvm-run.c:203
 msgid "Ig_nore"
 msgstr "_Игнорировать"
@@ -108,111 +109,122 @@ msgstr "На карте памяти обнаружены фотографии.
 
 #. prompt the user to execute the file
 #. prompt the user to execute this file
-#: ../thunar-volman/tvm-block-device.c:373
-#: ../thunar-volman/tvm-block-device.c:420
+#: ../thunar-volman/tvm-block-device.c:374
+#: ../thunar-volman/tvm-block-device.c:421
 #, c-format
 msgid "Would you like to allow \"%s\" to run?"
 msgstr "Разрешить запуск «%s»?"
 
-#: ../thunar-volman/tvm-block-device.c:376
-#: ../thunar-volman/tvm-block-device.c:423
+#: ../thunar-volman/tvm-block-device.c:377
+#: ../thunar-volman/tvm-block-device.c:424
 msgid "Auto-Run Confirmation"
 msgstr "Подтверждение автозапуска"
 
-#: ../thunar-volman/tvm-block-device.c:377
-#: ../thunar-volman/tvm-block-device.c:424
+#: ../thunar-volman/tvm-block-device.c:378
+#: ../thunar-volman/tvm-block-device.c:425
 msgid "Auto-Run capability detected"
 msgstr "Обнаружена возможность автозапуска"
 
-#: ../thunar-volman/tvm-block-device.c:379
-#: ../thunar-volman/tvm-block-device.c:426
+#: ../thunar-volman/tvm-block-device.c:380
+#: ../thunar-volman/tvm-block-device.c:427
 msgid "_Allow Auto-Run"
 msgstr "Разрешить _автозапуск"
 
 #. prompt the user whether to autoopen this file
-#: ../thunar-volman/tvm-block-device.c:502
+#: ../thunar-volman/tvm-block-device.c:503
 #, c-format
 msgid "Would you like to open \"%s\"?"
 msgstr "Хотите открыть «%s»?"
 
-#: ../thunar-volman/tvm-block-device.c:505
+#: ../thunar-volman/tvm-block-device.c:506
 msgid "Auto-Open Confirmation"
 msgstr "Подтверждение автоматического открытия"
 
-#: ../thunar-volman/tvm-block-device.c:506
+#: ../thunar-volman/tvm-block-device.c:507
 msgid "Auto-Open capability detected"
 msgstr "Обнаружена возможность автоматического открытия"
 
-#: ../thunar-volman/tvm-block-device.c:508
+#: ../thunar-volman/tvm-block-device.c:509
 msgid "_Open"
 msgstr "_Открыть"
 
-#: ../thunar-volman/tvm-block-device.c:619
+#. generate notification info
+#: ../thunar-volman/tvm-block-device.c:617
 msgid "CD mounted"
 msgstr "CD-диск подключен"
 
-#: ../thunar-volman/tvm-block-device.c:619
-msgid "DVD mounted"
-msgstr "DVD-диск подключен"
-
-#: ../thunar-volman/tvm-block-device.c:621
+#: ../thunar-volman/tvm-block-device.c:618
 msgid "The CD was mounted automatically"
 msgstr "CD-диск подключен автоматически"
 
-#: ../thunar-volman/tvm-block-device.c:622
+#. generate notification info
+#: ../thunar-volman/tvm-block-device.c:623
+msgid "DVD mounted"
+msgstr "DVD-диск подключен"
+
+#: ../thunar-volman/tvm-block-device.c:624
 msgid "The DVD was mounted automatically"
 msgstr "DVD-диск подключен автоматически"
 
-#: ../thunar-volman/tvm-block-device.c:632
+#. generate notification info
+#: ../thunar-volman/tvm-block-device.c:629
+msgid "Blu-ray mounted"
+msgstr "Blu-ray-диск подключен"
+
+#: ../thunar-volman/tvm-block-device.c:630
+msgid "The Blu-ray was mounted automatically"
+msgstr "Blu-ray-диск подключен автоматически"
+
+#: ../thunar-volman/tvm-block-device.c:640
 msgid "Volume mounted"
 msgstr "Том подключен"
 
-#: 

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

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

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

commit c57f5e153789a8f37346c468452dac0820e233b8
Author: Edin Veskovic 
Date:   Tue Nov 27 18:16:02 2018 +0100

I18n: Update translation hr (100%).

394 translated messages.

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

diff --git a/po/hr.po b/po/hr.po
index d18ad3c..83ec753 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -13,9 +13,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-06-19 00:31+0200\n"
-"PO-Revision-Date: 2018-10-16 22:43+\n"
-"Last-Translator: Ivica  Kolić \n"
+"POT-Creation-Date: 2018-11-26 18:31+0100\n"
+"PO-Revision-Date: 2018-11-27 11:48+\n"
+"Last-Translator: Edin Veskovic \n"
 "Language-Team: Croatian 
(http://www.transifex.com/xfce/xfce-apps/language/hr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -179,12 +179,12 @@ msgstr "Molim,prijavite probleme na <%s>."
 msgid "Unable to register terminal service: %s\n"
 msgstr "Ne mogu registrirati terminalni servis: %s\n"
 
-#: ../terminal/terminal-app.c:883
+#: ../terminal/terminal-app.c:901
 #, c-format
 msgid "Invalid geometry string \"%s\"\n"
 msgstr "Nevaljan znakovni niz \"%s\" za geometriju\n"
 
-#: ../terminal/terminal-app.c:962
+#: ../terminal/terminal-app.c:980
 #, c-format
 msgid "Failed to connect to session manager: %s\n"
 msgstr "Neuspješno spajanje na upravitelja sesijom: %s\n"
@@ -430,7 +430,7 @@ msgid "Terminal"
 msgstr "Terminal"
 
 #: ../terminal/terminal-screen.c:443 ../terminal/terminal-screen.c:817
-#: ../terminal/terminal-screen.c:2155
+#: ../terminal/terminal-screen.c:2161
 msgid "Untitled"
 msgstr "Nenaslovljeno"
 
@@ -457,20 +457,20 @@ msgstr "Proces dijete prekinut signalom %d."
 msgid "The child process was aborted."
 msgstr "Proces dijete prekinut."
 
-#: ../terminal/terminal-screen.c:1383 ../terminal/terminal-window.c:861
+#: ../terminal/terminal-screen.c:1383 ../terminal/terminal-window.c:890
 msgid "Do _not ask me again"
 msgstr "Ne_pitaj me ponovo"
 
-#: ../terminal/terminal-screen.c:1745 ../terminal/terminal-screen.c:1822
-#: ../terminal/terminal-screen.c:1859
+#: ../terminal/terminal-screen.c:1745 ../terminal/terminal-screen.c:1829
+#: ../terminal/terminal-screen.c:1866
 msgid "Failed to execute child"
 msgstr "Neuspjelo izvršavanje djeteta"
 
-#: ../terminal/terminal-screen.c:2500
+#: ../terminal/terminal-screen.c:2506
 msgid "Close this tab"
 msgstr "Zatvori ovu karticu"
 
-#: ../terminal/terminal-screen.c:2553
+#: ../terminal/terminal-screen.c:2559
 #, c-format
 msgid "Failed to set encoding %s\n"
 msgstr "Neuspješno postavljanje znakovnog kodiranja %s\n"
@@ -539,20 +539,20 @@ msgstr "Kopiraj adresu poveznice"
 msgid "Open Link"
 msgstr "Otvori poveznicu"
 
-#: ../terminal/terminal-widget.c:486
+#: ../terminal/terminal-widget.c:484
 #, c-format
 msgid ""
 "Unable to drop selection of type text/plain to terminal: Wrong format (%d) "
 "or length (%d)\n"
 msgstr "Ne mogu ispustiti odabir tipa tekst/regularan u terminal: Krivi format 
(%d) ili duljina (%d)\n"
 
-#: ../terminal/terminal-widget.c:502
+#: ../terminal/terminal-widget.c:500
 #, c-format
 msgid ""
 "Unable to drop Mozilla URL on terminal: Wrong format (%d) or length (%d)\n"
 msgstr "Nije moguće spustiti Mozilla URL u terminal: pogrešan format (%d) ili 
dužina(%d)\n"
 
-#: ../terminal/terminal-widget.c:528
+#: ../terminal/terminal-widget.c:527
 #, c-format
 msgid "Unable to drop URI list on terminal: Wrong format (%d) or length (%d)\n"
 msgstr "Nije moguće spustiti URI listu u terminal: pogrešan format (%d)  ili 
dužina (%d)\n"
@@ -580,361 +580,361 @@ msgstr "Padajući terminal"
 msgid "Toggle Drop-down Terminal"
 msgstr "Upali/ugasi padajući terminal"
 
-#: ../terminal/terminal-window.c:318
+#: ../terminal/terminal-window.c:330
 msgid "_File"
 msgstr "_Datoteka"
 
-#: ../terminal/terminal-window.c:319
+#: ../terminal/terminal-window.c:331
 msgid "Open _Tab"
 msgstr "Otvori _karticu"
 
-#: ../terminal/terminal-window.c:319
+#: ../terminal/terminal-window.c:331
 msgid "Open a new terminal tab"
 msgstr "Otvori novu terminalnu karticu"
 
-#: ../terminal/terminal-window.c:320
+#: ../terminal/terminal-window.c:332
 msgid "Open T_erminal"
 msgstr "Otvori T_erminal"
 
-#: ../terminal/terminal-window.c:320
+#: ../terminal/terminal-window.c:332
 msgid "Open a new terminal window"
 msgstr "Otvori novi terminalni prozor"
 
-#: ../terminal/terminal-window.c:321
+#: ../terminal/terminal-window.c:333
 msgid "_Undo Close Tab"
 msgstr "_Poništi zatvori karticu"
 
-#: ../terminal/terminal-window.c:322
+#: ../terminal/terminal-window.c:334
 

[Xfce4-commits] [apps/xfce4-terminal] branch master updated (958173e -> 2ee4aa5)

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

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

  from  958173e   I18n: Update translation pl (100%).
   new  c57f5e1   I18n: Update translation hr (100%).
   new  2ee4aa5   I18n: Update translation ru (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/hr.po | 207 ---
 po/ru.po | 207 ---
 2 files changed, 208 insertions(+), 206 deletions(-)

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


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

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

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

commit 2ee4aa5a9ac33cebd91e662d0a0143293c54c000
Author: Igor 
Date:   Tue Nov 27 18:16:02 2018 +0100

I18n: Update translation ru (100%).

394 translated messages.

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

diff --git a/po/ru.po b/po/ru.po
index bb26ce3..1d38e35 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -15,9 +15,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-06-19 00:31+0200\n"
-"PO-Revision-Date: 2018-09-14 00:16+\n"
-"Last-Translator: Sergey Alyoshin \n"
+"POT-Creation-Date: 2018-11-26 18:31+0100\n"
+"PO-Revision-Date: 2018-11-27 13:35+\n"
+"Last-Translator: Igor \n"
 "Language-Team: Russian 
(http://www.transifex.com/xfce/xfce-apps/language/ru/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -181,12 +181,12 @@ msgstr "Сообщайте об ошибках на <%s>."
 msgid "Unable to register terminal service: %s\n"
 msgstr "Невозможно запустить службу терминала: %s\n"
 
-#: ../terminal/terminal-app.c:883
+#: ../terminal/terminal-app.c:901
 #, c-format
 msgid "Invalid geometry string \"%s\"\n"
 msgstr "Неверная строка геометрии: \"%s\"\n"
 
-#: ../terminal/terminal-app.c:962
+#: ../terminal/terminal-app.c:980
 #, c-format
 msgid "Failed to connect to session manager: %s\n"
 msgstr "Не удалось подключиться к менеджеру сессий: %s\n"
@@ -432,7 +432,7 @@ msgid "Terminal"
 msgstr "Терминал"
 
 #: ../terminal/terminal-screen.c:443 ../terminal/terminal-screen.c:817
-#: ../terminal/terminal-screen.c:2155
+#: ../terminal/terminal-screen.c:2161
 msgid "Untitled"
 msgstr "Без названия"
 
@@ -459,20 +459,20 @@ msgstr "Дочерний процесс был прерван по сигнал
 msgid "The child process was aborted."
 msgstr "Дочерний процесс был прерван."
 
-#: ../terminal/terminal-screen.c:1383 ../terminal/terminal-window.c:861
+#: ../terminal/terminal-screen.c:1383 ../terminal/terminal-window.c:890
 msgid "Do _not ask me again"
 msgstr "_Больше не спрашивать"
 
-#: ../terminal/terminal-screen.c:1745 ../terminal/terminal-screen.c:1822
-#: ../terminal/terminal-screen.c:1859
+#: ../terminal/terminal-screen.c:1745 ../terminal/terminal-screen.c:1829
+#: ../terminal/terminal-screen.c:1866
 msgid "Failed to execute child"
 msgstr "Ошибка выполнения дочернего процесса"
 
-#: ../terminal/terminal-screen.c:2500
+#: ../terminal/terminal-screen.c:2506
 msgid "Close this tab"
 msgstr "Закрыть эту вкладку"
 
-#: ../terminal/terminal-screen.c:2553
+#: ../terminal/terminal-screen.c:2559
 #, c-format
 msgid "Failed to set encoding %s\n"
 msgstr "Не удалось задать кодировку %s\n"
@@ -541,20 +541,20 @@ msgstr "Копировать адрес ссылки"
 msgid "Open Link"
 msgstr "Открыть ссылку"
 
-#: ../terminal/terminal-widget.c:486
+#: ../terminal/terminal-widget.c:484
 #, c-format
 msgid ""
 "Unable to drop selection of type text/plain to terminal: Wrong format (%d) "
 "or length (%d)\n"
 msgstr "Невозможно перетащить выделенный текст в терминал: неверный формат 
(%d) или длина (%d)\n"
 
-#: ../terminal/terminal-widget.c:502
+#: ../terminal/terminal-widget.c:500
 #, c-format
 msgid ""
 "Unable to drop Mozilla URL on terminal: Wrong format (%d) or length (%d)\n"
 msgstr "Невозможно перетащить интернет-адрес в терминал: неверный формат (%d) 
или длина (%d)\n"
 
-#: ../terminal/terminal-widget.c:528
+#: ../terminal/terminal-widget.c:527
 #, c-format
 msgid "Unable to drop URI list on terminal: Wrong format (%d) or length (%d)\n"
 msgstr "Невозможно перетащить список адресов: неверный формат (%d) или длина 
(%d)\n"
@@ -582,361 +582,361 @@ msgstr "Выпадающий терминал"
 msgid "Toggle Drop-down Terminal"
 msgstr "Включает выпадающее окно терминала"
 
-#: ../terminal/terminal-window.c:318
+#: ../terminal/terminal-window.c:330
 msgid "_File"
 msgstr "_Файл"
 
-#: ../terminal/terminal-window.c:319
+#: ../terminal/terminal-window.c:331
 msgid "Open _Tab"
 msgstr "Открыть _вкладку"
 
-#: ../terminal/terminal-window.c:319
+#: ../terminal/terminal-window.c:331
 msgid "Open a new terminal tab"
 msgstr "Открыть новую вкладку терминала"
 
-#: ../terminal/terminal-window.c:320
+#: ../terminal/terminal-window.c:332
 msgid "Open T_erminal"
 msgstr "Открыть _терминал"
 
-#: ../terminal/terminal-window.c:320
+#: ../terminal/terminal-window.c:332
 msgid "Open a new terminal window"
 msgstr "Открыть новое окно терминала"
 
-#: ../terminal/terminal-window.c:321
+#: ../terminal/terminal-window.c:333
 msgid "_Undo Close Tab"
 msgstr "Восстановить закр_ытую вкладку"
 
-#: ../terminal/terminal-window.c:322
+#: ../terminal/terminal-window.c:334
 msgid "_Detach Tab"
 msgstr 

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

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

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

commit f688bc608c4ba7f962f998e6f6009d9370e55c16
Author: Sergey Alyoshin 
Date:   Tue Nov 27 12:32:21 2018 +0100

I18n: Update translation ru (100%).

233 translated messages.

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

diff --git a/po/ru.po b/po/ru.po
index d17ce2d..ba0c310 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -24,8 +24,8 @@ msgstr ""
 "Project-Id-Version: Xfdesktop\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-11-17 00:32+0100\n"
-"PO-Revision-Date: 2018-11-18 18:48+\n"
-"Last-Translator: Igor \n"
+"PO-Revision-Date: 2018-11-27 05:48+\n"
+"Last-Translator: Sergey Alyoshin \n"
 "Language-Team: Russian 
(http://www.transifex.com/xfce/xfdesktop/language/ru/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"

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


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

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

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

commit 958173e05020cf20dde811432b752269e90d9bfa
Author: Anonymous 
Date:   Tue Nov 27 12:31:30 2018 +0100

I18n: Update translation pl (100%).

394 translated messages.

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

diff --git a/po/pl.po b/po/pl.po
index df9e3f2..a67bf78 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -19,9 +19,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-06-19 00:31+0200\n"
-"PO-Revision-Date: 2018-09-14 00:16+\n"
-"Last-Translator: Marcin Mikołajczak \n"
+"POT-Creation-Date: 2018-11-26 18:31+0100\n"
+"PO-Revision-Date: 2018-11-27 08:06+\n"
+"Last-Translator: No Ne\n"
 "Language-Team: Polish 
(http://www.transifex.com/xfce/xfce-apps/language/pl/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -185,12 +185,12 @@ msgstr "Proszę zgłaszać błędy na adres <%s>."
 msgid "Unable to register terminal service: %s\n"
 msgstr "Nie udało się zarejestrować usługi terminala: %s.\n"
 
-#: ../terminal/terminal-app.c:883
+#: ../terminal/terminal-app.c:901
 #, c-format
 msgid "Invalid geometry string \"%s\"\n"
 msgstr "Nieprawidłowa geometria „%s”.\n"
 
-#: ../terminal/terminal-app.c:962
+#: ../terminal/terminal-app.c:980
 #, c-format
 msgid "Failed to connect to session manager: %s\n"
 msgstr "Nie udało się połączyć z menedżerem sesji: %s\n"
@@ -436,7 +436,7 @@ msgid "Terminal"
 msgstr "Terminal"
 
 #: ../terminal/terminal-screen.c:443 ../terminal/terminal-screen.c:817
-#: ../terminal/terminal-screen.c:2155
+#: ../terminal/terminal-screen.c:2161
 msgid "Untitled"
 msgstr "Bez tytułu"
 
@@ -463,20 +463,20 @@ msgstr "Proces podrzędny został przerwany przez sygnał 
%d."
 msgid "The child process was aborted."
 msgstr "Proces podrzędny został przerwany."
 
-#: ../terminal/terminal-screen.c:1383 ../terminal/terminal-window.c:861
+#: ../terminal/terminal-screen.c:1383 ../terminal/terminal-window.c:890
 msgid "Do _not ask me again"
 msgstr "_Pomijanie tego pytania w przyszłości"
 
-#: ../terminal/terminal-screen.c:1745 ../terminal/terminal-screen.c:1822
-#: ../terminal/terminal-screen.c:1859
+#: ../terminal/terminal-screen.c:1745 ../terminal/terminal-screen.c:1829
+#: ../terminal/terminal-screen.c:1866
 msgid "Failed to execute child"
 msgstr "Nie udało się wywołać procesu potomnego."
 
-#: ../terminal/terminal-screen.c:2500
+#: ../terminal/terminal-screen.c:2506
 msgid "Close this tab"
 msgstr "Zamyka kartę"
 
-#: ../terminal/terminal-screen.c:2553
+#: ../terminal/terminal-screen.c:2559
 #, c-format
 msgid "Failed to set encoding %s\n"
 msgstr "Nie udało się ustawić kodowania %s\n"
@@ -545,20 +545,20 @@ msgstr "Skopiuj adres odnośnika"
 msgid "Open Link"
 msgstr "Otwórz odnośnik"
 
-#: ../terminal/terminal-widget.c:486
+#: ../terminal/terminal-widget.c:484
 #, c-format
 msgid ""
 "Unable to drop selection of type text/plain to terminal: Wrong format (%d) "
 "or length (%d)\n"
 msgstr "Nie udało się przeciągnąć zaznaczenia typu text/plain do terminala: 
nieprawidłowy format (%d) lub długość (%d).\n"
 
-#: ../terminal/terminal-widget.c:502
+#: ../terminal/terminal-widget.c:500
 #, c-format
 msgid ""
 "Unable to drop Mozilla URL on terminal: Wrong format (%d) or length (%d)\n"
 msgstr "Nie udało się przeciągnąć adresu URL programu Mozilla do terminala: 
nieprawidłowy format (%d) lub długość (%d).\n"
 
-#: ../terminal/terminal-widget.c:528
+#: ../terminal/terminal-widget.c:527
 #, c-format
 msgid "Unable to drop URI list on terminal: Wrong format (%d) or length (%d)\n"
 msgstr "Nie udało się przeciągnąć adresu URI do terminala: nieprawidłowy 
format (%d) lub długość (%d).\n"
@@ -586,361 +586,361 @@ msgstr "Wysuwany terminal"
 msgid "Toggle Drop-down Terminal"
 msgstr "Przełącza widoczność wysuwanego terminala"
 
-#: ../terminal/terminal-window.c:318
+#: ../terminal/terminal-window.c:330
 msgid "_File"
 msgstr "_Plik"
 
-#: ../terminal/terminal-window.c:319
+#: ../terminal/terminal-window.c:331
 msgid "Open _Tab"
 msgstr "Nowa _karta"
 
-#: ../terminal/terminal-window.c:319
+#: ../terminal/terminal-window.c:331
 msgid "Open a new terminal tab"
 msgstr "Otwiera nową kartę terminala"
 
-#: ../terminal/terminal-window.c:320
+#: ../terminal/terminal-window.c:332
 msgid "Open T_erminal"
 msgstr "_Nowe okno"
 
-#: ../terminal/terminal-window.c:320
+#: ../terminal/terminal-window.c:332
 msgid "Open a new terminal window"
 msgstr "Otwiera nowe okno terminala"
 
-#: ../terminal/terminal-window.c:321
+#: ../terminal/terminal-window.c:333
 msgid "_Undo Close Tab"
 msgstr "_Cofnij zamknięcie karty"
 

[Xfce4-commits] [xfce/xfdesktop] branch master updated (0e421fe -> f688bc6)

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

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

  from  0e421fe   I18n: Update translation zh_TW (100%).
   new  f688bc6   I18n: Update translation ru (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/ru.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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


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

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

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

commit fd8306ffcc450633b8bf1244c551d78b3a22
Author: Igor 
Date:   Tue Nov 27 12:30:55 2018 +0100

I18n: Update translation ru (100%).

359 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/ru.po | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/po/ru.po b/po/ru.po
index 9995ec8..8516e70 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -3,13 +3,17 @@
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR , YEAR.
 # 
+# Translators:
+# Xfce Bot , 2018
+# Igor , 2018
+# 
 #, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-02-26 18:31+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2018-02-26 17:28+\n"
 "Last-Translator: Igor , 2018\n"
 "Language-Team: Russian (https://www.transifex.com/xfce/teams/16840/ru/)\n"
 "MIME-Version: 1.0\n"

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


[Xfce4-commits] [xfce/xfce4-settings] branch xfce-4.12 updated (56b615e -> fd8306f)

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

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

  from  56b615e   I18n: Update translation pt (100%).
   new  fd8306f   I18n: Update translation ru (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/ru.po | 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] [apps/xfce4-terminal] 01/02: I18n: Update translation ko (100%).

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

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

commit 9e4fe4643dad4ff69be440adf65aa1baf02deeb4
Author: 박정규(Jung-Kyu Park) 
Date:   Tue Nov 27 12:31:30 2018 +0100

I18n: Update translation ko (100%).

394 translated messages.

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

diff --git a/po/ko.po b/po/ko.po
index 644c5e1..785a94f 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -10,9 +10,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-06-19 00:31+0200\n"
-"PO-Revision-Date: 2018-11-10 13:56+\n"
-"Last-Translator: Seong-ho Cho \n"
+"POT-Creation-Date: 2018-11-26 18:31+0100\n"
+"PO-Revision-Date: 2018-11-27 06:44+\n"
+"Last-Translator: 박정규(Jung-Kyu Park) \n"
 "Language-Team: Korean 
(http://www.transifex.com/xfce/xfce-apps/language/ko/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -176,12 +176,12 @@ msgstr "<%s>(으)로 버그를 알려주십시오."
 msgid "Unable to register terminal service: %s\n"
 msgstr "터미널 서비스 등록에 실패했습니다: %s\n"
 
-#: ../terminal/terminal-app.c:883
+#: ../terminal/terminal-app.c:901
 #, c-format
 msgid "Invalid geometry string \"%s\"\n"
 msgstr "\"%s\" 공간 크기 문자열이 잘못되었습니다\n"
 
-#: ../terminal/terminal-app.c:962
+#: ../terminal/terminal-app.c:980
 #, c-format
 msgid "Failed to connect to session manager: %s\n"
 msgstr "세션 관리자와의 연결에 실패했습니다: %s\n"
@@ -427,7 +427,7 @@ msgid "Terminal"
 msgstr "터미널"
 
 #: ../terminal/terminal-screen.c:443 ../terminal/terminal-screen.c:817
-#: ../terminal/terminal-screen.c:2155
+#: ../terminal/terminal-screen.c:2161
 msgid "Untitled"
 msgstr "제목 없음"
 
@@ -454,20 +454,20 @@ msgstr "하위 프로세스를 %d상태로 중단했습니다."
 msgid "The child process was aborted."
 msgstr "하위 프로세스를 중단했습니다."
 
-#: ../terminal/terminal-screen.c:1383 ../terminal/terminal-window.c:861
+#: ../terminal/terminal-screen.c:1383 ../terminal/terminal-window.c:890
 msgid "Do _not ask me again"
 msgstr "다시 묻지 마십시오(_N)"
 
-#: ../terminal/terminal-screen.c:1745 ../terminal/terminal-screen.c:1822
-#: ../terminal/terminal-screen.c:1859
+#: ../terminal/terminal-screen.c:1745 ../terminal/terminal-screen.c:1829
+#: ../terminal/terminal-screen.c:1866
 msgid "Failed to execute child"
 msgstr "자식 프로세스 실행 실패"
 
-#: ../terminal/terminal-screen.c:2500
+#: ../terminal/terminal-screen.c:2506
 msgid "Close this tab"
 msgstr "이 탭 닫기"
 
-#: ../terminal/terminal-screen.c:2553
+#: ../terminal/terminal-screen.c:2559
 #, c-format
 msgid "Failed to set encoding %s\n"
 msgstr "인코딩 설정을 못했습니다 %s\n"
@@ -536,20 +536,20 @@ msgstr "링크 주소 복사"
 msgid "Open Link"
 msgstr "링크 열기"
 
-#: ../terminal/terminal-widget.c:486
+#: ../terminal/terminal-widget.c:484
 #, c-format
 msgid ""
 "Unable to drop selection of type text/plain to terminal: Wrong format (%d) "
 "or length (%d)\n"
 msgstr "터미널에 text/plain 유형의 선택 내용을 넘길 수 없음: 잘못된 포맷 (%d) 또는 길이 (%d)\n"
 
-#: ../terminal/terminal-widget.c:502
+#: ../terminal/terminal-widget.c:500
 #, c-format
 msgid ""
 "Unable to drop Mozilla URL on terminal: Wrong format (%d) or length (%d)\n"
 msgstr "터미널에 모질라 URL를 넘길 수 없음: 잘못된 포맷 (%d) 또는 길이 (%d)\n"
 
-#: ../terminal/terminal-widget.c:528
+#: ../terminal/terminal-widget.c:527
 #, c-format
 msgid "Unable to drop URI list on terminal: Wrong format (%d) or length (%d)\n"
 msgstr "터미널에 URI 목록을 넘길 수 없음: 잘못된 포맷 (%d) 또는 길이 (%d)\n"
@@ -577,361 +577,361 @@ msgstr "터미널 내려 놓기"
 msgid "Toggle Drop-down Terminal"
 msgstr "터미널 내려 놓기 전환"
 
-#: ../terminal/terminal-window.c:318
+#: ../terminal/terminal-window.c:330
 msgid "_File"
 msgstr "파일(_F)"
 
-#: ../terminal/terminal-window.c:319
+#: ../terminal/terminal-window.c:331
 msgid "Open _Tab"
 msgstr "탭 열기(_T)"
 
-#: ../terminal/terminal-window.c:319
+#: ../terminal/terminal-window.c:331
 msgid "Open a new terminal tab"
 msgstr "새로운 터미널 탭을 엽니다"
 
-#: ../terminal/terminal-window.c:320
+#: ../terminal/terminal-window.c:332
 msgid "Open T_erminal"
 msgstr "터미널 열기(_E)"
 
-#: ../terminal/terminal-window.c:320
+#: ../terminal/terminal-window.c:332
 msgid "Open a new terminal window"
 msgstr "새로운 터미널 창을 엽니다"
 
-#: ../terminal/terminal-window.c:321
+#: ../terminal/terminal-window.c:333
 msgid "_Undo Close Tab"
 msgstr "닫은 탭 복원(_U)"
 
-#: ../terminal/terminal-window.c:322
+#: ../terminal/terminal-window.c:334
 msgid "_Detach Tab"
 msgstr "탭 분리(_D)"
 
-#: ../terminal/terminal-window.c:323 ../terminal/terminal-window.c:825
+#: ../terminal/terminal-window.c:335 ../terminal/terminal-window.c:854
 msgid "Close T_ab"
 msgstr "탭 닫기(_A)"
 
-#: ../terminal/terminal-window.c:324
+#: ../terminal/terminal-window.c:336
 msgid "Close Other Ta_bs"
 msgstr "다른 탭 닫기(_B)"
 
-#: 

[Xfce4-commits] [apps/xfce4-terminal] branch master updated (c451fde -> 958173e)

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

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

  from  c451fde   I18n: Update translation nl (100%).
   new  9e4fe46   I18n: Update translation ko (100%).
   new  958173e   I18n: Update translation pl (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/ko.po | 209 ---
 po/pl.po | 207 +++---
 2 files changed, 209 insertions(+), 207 deletions(-)

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


[Xfce4-commits] [xfce/xfce4-settings] branch master updated (522ddd2 -> 1a11455)

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

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

  from  522ddd2   I18n: Update translation lt (100%).
   new  1a11455   I18n: Update translation ru (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/ru.po | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

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


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

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

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

commit 1a1145523fa5b815e4dc173d55fb6ac5326e945b
Author: Sergey Alyoshin 
Date:   Tue Nov 27 12:30:45 2018 +0100

I18n: Update translation ru (100%).

402 translated messages.

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

diff --git a/po/ru.po b/po/ru.po
index 279b330..70a650a 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -10,14 +10,14 @@
 # Dmitrij Smirnov , 2011
 # Igor , 2016-2018
 # Ilya Shestopalov , 2009
-# Sergey Alyoshin , 2013-2016
+# Sergey Alyoshin , 2013-2016,2018
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-settings\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-11-12 00:30+0100\n"
-"PO-Revision-Date: 2018-11-12 14:03+\n"
-"Last-Translator: Igor \n"
+"PO-Revision-Date: 2018-11-27 05:51+\n"
+"Last-Translator: Sergey Alyoshin \n"
 "Language-Team: Russian 
(http://www.transifex.com/xfce/xfce4-settings/language/ru/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -350,7 +350,7 @@ msgstr "С_тиль"
 
 #: ../dialogs/appearance-settings/appearance-dialog.glade.h:14
 msgid "_Icons"
-msgstr "З_начки"
+msgstr "Зна_чки"
 
 #: ../dialogs/appearance-settings/appearance-dialog.glade.h:15
 msgid ""

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