[Xfce4-commits] [apps/xfce4-terminal] 01/01: Allow underscores that are part of tab titles to be shown in the tabs menu

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

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

commit 300d136e1c9ab2c2a687c11a8ccd7b470816ee36
Author: Igor 
Date:   Tue Jan 23 19:06:01 2018 -0500

Allow underscores that are part of tab titles to be shown in the tabs menu

They used to be treated as accelerators and thus swallowed.
---
 terminal/terminal-window.c | 14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c
index 4af3bc6..e678c8f 100644
--- a/terminal/terminal-window.c
+++ b/terminal/terminal-window.c
@@ -2956,7 +2956,7 @@ terminal_window_rebuild_tabs_menu (TerminalWindow *window)
   GtkWidget  *page;
   GSList *group = NULL;
   GtkRadioAction *radio_action;
-  gchar   name[50];
+  gchar   name[50], menu_item_name[100];
   GSList *lp;
   GtkAccelKey key = {0};
 
@@ -3011,22 +3011,26 @@ G_GNUC_END_IGNORE_DEPRECATIONS
   g_object_set_qdata_full (G_OBJECT (page), tabs_menu_action_quark,
radio_action, g_object_unref);
 
-  /* add action in the menu */
 G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+  /* add action in the menu */
   gtk_ui_manager_add_ui (window->priv->ui_manager, 
window->priv->tabs_menu_merge_id,
  "/main-menu/tabs-menu/placeholder-tab-items",
  name, name, GTK_UI_MANAGER_MENUITEM, FALSE);
-G_GNUC_END_IGNORE_DEPRECATIONS
+  /* allow underscore to be shown */
+  g_snprintf (menu_item_name, sizeof (menu_item_name), 
"/main-menu/tabs-menu/placeholder-tab-items/%s", name);
+  gtk_menu_item_set_use_underline (GTK_MENU_ITEM 
(gtk_ui_manager_get_widget (window->priv->ui_manager, menu_item_name)), FALSE);
 
   if (npages > 1)
 {
   /* add to right-click tab menu */
-G_GNUC_BEGIN_IGNORE_DEPRECATIONS
   gtk_ui_manager_add_ui (window->priv->ui_manager, 
window->priv->tabs_menu_merge_id,
  "/tab-menu/tabs-menu/placeholder-tab-items",
  name, name, GTK_UI_MANAGER_MENUITEM, FALSE);
-G_GNUC_END_IGNORE_DEPRECATIONS
+  /* allow underscore to be shown */
+  g_snprintf (menu_item_name, sizeof (menu_item_name), 
"/tab-menu/tabs-menu/placeholder-tab-items/%s", name);
+  gtk_menu_item_set_use_underline (GTK_MENU_ITEM 
(gtk_ui_manager_get_widget (window->priv->ui_manager, menu_item_name)), FALSE);
 }
+G_GNUC_END_IGNORE_DEPRECATIONS
 
   /* set an accelerator path */
   g_snprintf (name, sizeof (name), 
"/terminal-window/goto-tab-%d", n + 1);

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


[Xfce4-commits] [apps/xfce4-terminal] branch master updated (2e80908 -> 300d136)

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

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

  from  2e80908   I18n: Update translation nb (100%).
   new  300d136   Allow underscores that are part of tab titles to be shown 
in the tabs menu

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:
 terminal/terminal-window.c | 14 +-
 1 file changed, 9 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] [apps/xfburn] 01/01: I18n: Update translation nb (100%).

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

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

commit e76017e44d10689fde0af5773a522df4bed2d8e7
Author: Allan Nordhøy 
Date:   Wed Jan 24 00:31:27 2018 +0100

I18n: Update translation nb (100%).

306 translated messages.

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

diff --git a/po/nb.po b/po/nb.po
index e5614e5..784556f 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -4,7 +4,7 @@
 # 
 # Translators:
 # Allan Nordhøy , 2014
-# Allan Nordhøy , 2015,2017
+# Allan Nordhøy , 2015,2017-2018
 # Harald H. , 2014
 # Ronny K. M. Olufsen , 2013
 # Terje Uriansrud , 2010
@@ -12,8 +12,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-20 06:30+0200\n"
-"PO-Revision-Date: 2017-09-19 18:05+\n"
+"POT-Creation-Date: 2017-11-21 00:31+0100\n"
+"PO-Revision-Date: 2018-01-23 22:28+\n"
 "Last-Translator: Allan Nordhøy \n"
 "Language-Team: Norwegian Bokmål 
(http://www.transifex.com/xfce/xfce-apps/language/nb/)\n"
 "MIME-Version: 1.0\n"
@@ -630,6 +630,16 @@ msgstr "forvalgt"
 msgid "Max"
 msgstr "Maks"
 
+#: ../xfburn/xfburn-device-box.c:507
+msgid "A full, but erasable disc is in the drive"
+msgstr "En full, men slettbar plate er i skuffen"
+
+#: ../xfburn/xfburn-device-box.c:508
+msgid ""
+"Do you want to blank the disc, so that it can be used for the upcoming burn "
+"process?"
+msgstr "Ønsker du å slette plata, slik at den kan brukes for den kommende 
brenneprosessen?"
+
 #: ../xfburn/xfburn-device-box.c:579
 msgid "Drive can't burn on the inserted disc"
 msgstr "Diskenheten kan ikke benytt gjeldende disk"
@@ -1399,9 +1409,21 @@ msgid "Data Composition"
 msgstr "Datakomposisjon"
 
 #: ../xfburn.desktop.in.h:2
+msgid "Disk Burning"
+msgstr "Platebrenning"
+
+#: ../xfburn.desktop.in.h:3
 msgid "CD and DVD burning application"
 msgstr "CD- og DVD- brenneprogram"
 
-#: ../xfburn.desktop.in.h:3
+#: ../xfburn.desktop.in.h:4
 msgid "Burn Image (xfburn)"
 msgstr "Brenn avtrykk (xfburn)"
+
+#: ../xfburn.appdata.xml.in.h:1
+msgid ""
+"Xfburn is a simple CD/DVD burning tool based on libburnia libraries. It can "
+"blank CD/DVD(-RW)s, burn and create iso images, audio CDs, as well as burn "
+"personal compositions of data to either CD or DVD. It is stable and under "
+"ongoing development."
+msgstr "Xfburn er et enkelt CD/DVD-brenneverktøy basert på 
libburnia-bibliotekene. Det kan slette CD/DVD(-RW)-er, brenne og opprette 
ISO-avbildninger, lyd-CD-er, sågar også personlige samlinger med data til CD 
eller DVD. Det er stabilt og blir jobbet på."

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


[Xfce4-commits] [apps/xfce4-terminal] branch master updated (dada157 -> 2e80908)

2018-01-23 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  dada157   I18n: Update translation ms (100%).
   new  2e80908   I18n: Update translation nb (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/nb.po | 405 ---
 1 file changed, 233 insertions(+), 172 deletions(-)

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


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

2018-01-23 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 2e809088e2d52e94fb209d83bd61abd3d7250219
Author: Allan Nordhøy 
Date:   Wed Jan 24 00:31:45 2018 +0100

I18n: Update translation nb (100%).

384 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/nb.po | 405 ---
 1 file changed, 233 insertions(+), 172 deletions(-)

diff --git a/po/nb.po b/po/nb.po
index 2530492..35cb431 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -4,15 +4,15 @@
 # 
 # Translators:
 # Allan Nordhøy , 2014
-# Allan Nordhøy , 2016-2017
+# Allan Nordhøy , 2016-2018
 # Harald H. , 2014
 # Terje Uriansrud , 2010
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-10-12 00:31+0200\n"
-"PO-Revision-Date: 2017-11-14 04:12+\n"
+"POT-Creation-Date: 2018-01-20 18:31+0100\n"
+"PO-Revision-Date: 2018-01-23 22:31+\n"
 "Last-Translator: Allan Nordhøy \n"
 "Language-Team: Norwegian Bokmål 
(http://www.transifex.com/xfce/xfce-apps/language/nb/)\n"
 "MIME-Version: 1.0\n"
@@ -394,64 +394,64 @@ msgstr "Valget \"--zoom\"krever at man angir 
forstørrelsesnivå (%d .. %d) som
 msgid "Unknown option \"%s\""
 msgstr "Ukjent valgt «%s»"
 
-#: ../terminal/terminal-preferences-dialog.c:403
+#: ../terminal/terminal-preferences-dialog.c:474
 msgid "All Files"
 msgstr "Alle filer"
 
-#: ../terminal/terminal-preferences-dialog.c:409
+#: ../terminal/terminal-preferences-dialog.c:480
 msgid "Image Files"
 msgstr "Bildefiler"
 
-#: ../terminal/terminal-preferences-dialog.c:865
+#: ../terminal/terminal-preferences-dialog.c:936
 msgid "Load Presets..."
 msgstr "Last inn forvalg…"
 
-#: ../terminal/terminal-preferences.c:1117
+#: ../terminal/terminal-preferences.c:1131
 msgid "Terminal"
 msgstr "Terminal"
 
-#: ../terminal/terminal-screen.c:421 ../terminal/terminal-screen.c:789
-#: ../terminal/terminal-screen.c:2006
+#: ../terminal/terminal-screen.c:425 ../terminal/terminal-screen.c:799
+#: ../terminal/terminal-screen.c:2059
 msgid "Untitled"
 msgstr "Uten tittel"
 
-#: ../terminal/terminal-screen.c:690
+#: ../terminal/terminal-screen.c:700
 #, c-format
 msgid "Unable to determine your login shell."
 msgstr "Klarte ikke bestemme innloggingsskallet ditt."
 
-#: ../terminal/terminal-screen.c:1259
+#: ../terminal/terminal-screen.c:1312
 msgid "Child process exited"
 msgstr "Underprosess avsluttet"
 
-#: ../terminal/terminal-screen.c:1262
+#: ../terminal/terminal-screen.c:1315
 msgid "_Relaunch"
 msgstr "_Start igjen"
 
-#: ../terminal/terminal-screen.c:1268
+#: ../terminal/terminal-screen.c:1321
 #, c-format
 msgid "The child process exited normally with status %d."
 msgstr "Underprosessen avsluttet normalt med status %d."
 
-#: ../terminal/terminal-screen.c:1270
+#: ../terminal/terminal-screen.c:1323
 #, c-format
 msgid "The child process was aborted by signal %d."
 msgstr "Underprosessen ble avbrutt med signalet %d."
 
-#: ../terminal/terminal-screen.c:1272
+#: ../terminal/terminal-screen.c:1325
 #, c-format
 msgid "The child process was aborted."
 msgstr "Underprosessen ble avbrutt."
 
-#: ../terminal/terminal-screen.c:1685 ../terminal/terminal-screen.c:1711
+#: ../terminal/terminal-screen.c:1738 ../terminal/terminal-screen.c:1764
 msgid "Failed to execute child"
 msgstr "Klarte ikke kjøre underprosess"
 
-#: ../terminal/terminal-screen.c:2344
+#: ../terminal/terminal-screen.c:2397
 msgid "Close this tab"
 msgstr "Lukke denne fanen"
 
-#: ../terminal/terminal-screen.c:2397
+#: ../terminal/terminal-screen.c:2450
 #, c-format
 msgid "Failed to set encoding %s\n"
 msgstr "Klarte ikke å sette kodingen %s\n"
@@ -501,8 +501,8 @@ msgid "translator-credits"
 msgstr "haarek - Harald 
\nkingu - Allan Nordhøy 
\npapparonny - Ronny K. M. 
Olufsen "
 
 #: ../terminal/terminal-util.c:91
-msgid "Visit Terminal website"
-msgstr "Besøk Terminal nettside"
+msgid "Visit Xfce Terminal website"
+msgstr "Besøk Xfce-terminal -nettsiden"
 
 #: ../terminal/terminal-widget.c:317
 msgid "Copy Email Address"
@@ -544,7 +544,7 @@ msgid "Received invalid color data: Wrong format (%d) or 
length (%d)\n"
 msgstr "Mottok ugyldige fargedata: Feil format (%d) eller lengde (%d)\n"
 
 #. tell the user that we were unable to open the responsible application
-#: ../terminal/terminal-widget.c:701
+#: ../terminal/terminal-widget.c:699
 #, c-format
 msgid "Failed to open the URL '%s'"
 msgstr "Klarte 

[Xfce4-commits] [apps/xfburn] branch master updated (f9e9218 -> e76017e)

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

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

  from  f9e9218   I18n: Update translation kk (99%).
   new  e76017e   I18n: Update translation nb (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/nb.po | 30 ++
 1 file changed, 26 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/thunar] 01/01: missing codegen for "make dist" in thunar-tpa (bug #14190)

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

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

commit 05abad13c4eaca487209738881af127a57dd739a
Author: Alexander Schwinn 
Date:   Tue Jan 23 23:40:13 2018 +0100

missing codegen for "make dist" in thunar-tpa (bug #14190)
---
 plugins/thunar-tpa/Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/plugins/thunar-tpa/Makefile.am b/plugins/thunar-tpa/Makefile.am
index b824a66..dd093ec 100644
--- a/plugins/thunar-tpa/Makefile.am
+++ b/plugins/thunar-tpa/Makefile.am
@@ -40,12 +40,14 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
 if MAINTAINER_MODE
 BUILT_SOURCES =
\
+   thunar-tpa-bindings.c   \
thunar-tpa-bindings.h
 
 DISTCLEANFILES =   \
+   thunar-tpa-bindings.c   \
thunar-tpa-bindings.h
 
-thunar-tpa-bindings.h: $(srcdir)/thunar-tpa-bindings.xml Makefile
+thunar-tpa-bindings.c thunar-tpa-bindings.h: $(srcdir)/thunar-tpa-bindings.xml 
Makefile
$(AM_V_GEN) gdbus-codegen --generate-c-code thunar-tpa-bindings 
--c-namespace thunarTPA --interface-prefix org.xfce. 
$(srcdir)/thunar-tpa-bindings.xml
 endif
 

-- 
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 (fe25f92 -> 05abad1)

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

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

  from  fe25f92   Ported thunar-tpa to gdbus - part II (bug #14038)
   new  05abad1   missing codegen for "make dist" in thunar-tpa (bug #14190)

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-tpa/Makefile.am | 4 +++-
 1 file changed, 3 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: Ported thunar-tpa to gdbus - part II (bug #14038)

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

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

commit fe25f926f242f42f1d00451864a7645ba838b478
Author: Alexander Schwinn 
Date:   Tue Jan 23 22:17:45 2018 +0100

Ported thunar-tpa to gdbus - part II (bug #14038)
---
 plugins/thunar-tpa/Makefile.am | 20 +---
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/plugins/thunar-tpa/Makefile.am b/plugins/thunar-tpa/Makefile.am
index 56a9c87..b824a66 100644
--- a/plugins/thunar-tpa/Makefile.am
+++ b/plugins/thunar-tpa/Makefile.am
@@ -1,9 +1,9 @@
 AM_CPPFLAGS =  \
-I$(top_builddir)   \
-   -I$(top_builddir)/plugins   \
+   -I$(top_builddir)/plugins   \
-I$(top_srcdir) \
-   -I$(top_srcdir)/plugins \
-   -DG_LOG_DOMAIN=\"libthunar-tpa\"\
+   -I$(top_srcdir)/plugins \
+   -DG_LOG_DOMAIN=\"libthunar-tpa\"\
$(PLATFORM_CPPFLAGS)
 
 plugindir = $(libdir)/xfce4/panel/plugins
@@ -11,26 +11,24 @@ plugin_LTLIBRARIES =
\
libthunar-tpa.la
 
 libthunar_tpa_la_SOURCES = \
-   thunar-tpa.c\
-   thunar-tpa-bindings.c
+   thunar-tpa.c
\
+   thunar-tpa-bindings.c   \
thunar-tpa-bindings.h
 
 libthunar_tpa_la_CFLAGS =  \
-   $(DBUS_CFLAGS)  \
$(LIBXFCE4UI_CFLAGS)\
$(LIBXFCE4UTIL_CFLAGS)  \
$(LIBXFCE4PANEL_CFLAGS) \
$(PLATFORM_CFLAGS)
 
 libthunar_tpa_la_LIBADD =  \
-   $(DBUS_LIBS)\
$(LIBXFCE4UTIL_LIBS)\
-   $(LIBXFCE4UI_LIBS)  \
+   $(LIBXFCE4UI_LIBS)  
\
$(LIBXFCE4PANEL_LIBS)
 
-libthunar_tpa_la_LDFLAGS = \
+libthunar_tpa_la_LDFLAGS = \
-avoid-version  \
-   -module \
+   -module 
\
-no-undefined   \
-export-symbols-regex '^xfce_panel_module_(preinit|init|construct)' \
$(PLATFORM_LDFLAGS)
@@ -53,7 +51,7 @@ endif
 
 EXTRA_DIST =   \
$(desktop_in_files) \
-   thunar-tpa-bindings.xml \
+   thunar-tpa-bindings.xml \
README
 
 CLEANFILES =   \

-- 
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 (e8151b6 -> fe25f92)

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

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

  from  e8151b6   I18n: Update translation ja (100%).
   new  fe25f92   Ported thunar-tpa to gdbus - part II (bug #14038)

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-tpa/Makefile.am | 20 +---
 1 file changed, 9 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] [apps/xfce4-terminal] 01/01: I18n: Update translation ms (100%).

2018-01-23 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 dada15737582a1f6d75c84552790e9bd4cf1463b
Author: abuyop 
Date:   Tue Jan 23 18:31:39 2018 +0100

I18n: Update translation ms (100%).

384 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/ms.po | 255 +++
 1 file changed, 141 insertions(+), 114 deletions(-)

diff --git a/po/ms.po b/po/ms.po
index 9a1f15a..870f1cd 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -9,8 +9,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-01-08 18:31+0100\n"
-"PO-Revision-Date: 2018-01-10 05:18+\n"
+"POT-Creation-Date: 2018-01-20 18:31+0100\n"
+"PO-Revision-Date: 2018-01-23 16:54+\n"
 "Last-Translator: abuyop \n"
 "Language-Team: Malay (http://www.transifex.com/xfce/xfce-apps/language/ms/)\n"
 "MIME-Version: 1.0\n"
@@ -392,64 +392,64 @@ msgstr "Pilihan \"--zoom\" perlu nyatakan zum (%d .. %d) 
sebagai parameternya"
 msgid "Unknown option \"%s\""
 msgstr "Pilihan \"%s\" tidak diketahui"
 
-#: ../terminal/terminal-preferences-dialog.c:411
+#: ../terminal/terminal-preferences-dialog.c:474
 msgid "All Files"
 msgstr "Semua Fail"
 
-#: ../terminal/terminal-preferences-dialog.c:417
+#: ../terminal/terminal-preferences-dialog.c:480
 msgid "Image Files"
 msgstr "Fail Imej"
 
-#: ../terminal/terminal-preferences-dialog.c:873
+#: ../terminal/terminal-preferences-dialog.c:936
 msgid "Load Presets..."
 msgstr "Muat Praset..."
 
-#: ../terminal/terminal-preferences.c:1118
+#: ../terminal/terminal-preferences.c:1131
 msgid "Terminal"
 msgstr "Terminal"
 
-#: ../terminal/terminal-screen.c:425 ../terminal/terminal-screen.c:795
-#: ../terminal/terminal-screen.c:2048
+#: ../terminal/terminal-screen.c:425 ../terminal/terminal-screen.c:799
+#: ../terminal/terminal-screen.c:2059
 msgid "Untitled"
 msgstr "Tidak Bertajuk"
 
-#: ../terminal/terminal-screen.c:696
+#: ../terminal/terminal-screen.c:700
 #, c-format
 msgid "Unable to determine your login shell."
 msgstr "Tidak boleh tentukan shell daftar masuk anda."
 
-#: ../terminal/terminal-screen.c:1301
+#: ../terminal/terminal-screen.c:1312
 msgid "Child process exited"
 msgstr "Proses anak keluar"
 
-#: ../terminal/terminal-screen.c:1304
+#: ../terminal/terminal-screen.c:1315
 msgid "_Relaunch"
 msgstr "_Lancar Semula"
 
-#: ../terminal/terminal-screen.c:1310
+#: ../terminal/terminal-screen.c:1321
 #, c-format
 msgid "The child process exited normally with status %d."
 msgstr "Proses anak keluar secara biasa dengan status %d."
 
-#: ../terminal/terminal-screen.c:1312
+#: ../terminal/terminal-screen.c:1323
 #, c-format
 msgid "The child process was aborted by signal %d."
 msgstr "Proses anak dihenti paksa oleh isyarat %d."
 
-#: ../terminal/terminal-screen.c:1314
+#: ../terminal/terminal-screen.c:1325
 #, c-format
 msgid "The child process was aborted."
 msgstr "Proses anak telah dihenti paksa."
 
-#: ../terminal/terminal-screen.c:1727 ../terminal/terminal-screen.c:1753
+#: ../terminal/terminal-screen.c:1738 ../terminal/terminal-screen.c:1764
 msgid "Failed to execute child"
 msgstr "Gagal lakukan anak"
 
-#: ../terminal/terminal-screen.c:2386
+#: ../terminal/terminal-screen.c:2397
 msgid "Close this tab"
 msgstr "Tutup tab ini"
 
-#: ../terminal/terminal-screen.c:2439
+#: ../terminal/terminal-screen.c:2450
 #, c-format
 msgid "Failed to set encoding %s\n"
 msgstr "Gagal tetapkan pengekodan %s\n"
@@ -1263,274 +1263,305 @@ msgid "Text blinks:"
 msgstr "Kelipan teks:"
 
 #: ../terminal/terminal-preferences.glade.h:88
+msgid "Cell spacing:"
+msgstr "Jarak sel:"
+
+#: ../terminal/terminal-preferences.glade.h:89
+msgid "x width"
+msgstr "lebar x"
+
+#: ../terminal/terminal-preferences.glade.h:90
+msgid "x height"
+msgstr "tinggi x"
+
+#: ../terminal/terminal-preferences.glade.h:91
+msgid "Rese_t"
+msgstr "T_etap semula"
+
+#: ../terminal/terminal-preferences.glade.h:92
+msgid "Reset cell spacing values to defaults"
+msgstr "Tetap semula nilai jarak ke lalai"
+
+#: ../terminal/terminal-preferences.glade.h:93
 msgid "Font"
 msgstr "Fon"
 
-#: ../terminal/terminal-preferences.glade.h:89
+#: ../terminal/terminal-preferences.glade.h:94
 msgid "_File:"
 msgstr "_Fail:"
 
-#: ../terminal/terminal-preferences.glade.h:90
+#: ../terminal/terminal-preferences.glade.h:95
 msgid "St_yle:"
 msgstr "Ga_ya:"
 
-#: ../terminal/terminal-preferences.glade.h:91
+#: ../terminal/terminal-preferences.glade.h:96
 msgid "Select Background Image File"
 msgstr "Pilih Fail Imej Latar Belakang"
 
-#: ../terminal/terminal-preferences.glade.h:92
+#: ../terminal/terminal-preferences.glade.h:97
 msgid "_Shading:"
 msgstr "Pembayangan:"
 
-#: 

[Xfce4-commits] [apps/xfce4-terminal] branch master updated (e26a9f7 -> dada157)

2018-01-23 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  e26a9f7   I18n: Update translation hr (100%).
   new  dada157   I18n: Update translation ms (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/ms.po | 255 +++
 1 file changed, 141 insertions(+), 114 deletions(-)

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


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

2018-01-23 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 e26a9f7de6af19a6f63d647f3b7636c22762f341
Author: Edin Veskovic 
Date:   Tue Jan 23 12:31:41 2018 +0100

I18n: Update translation hr (100%).

384 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/hr.po | 248 +--
 1 file changed, 132 insertions(+), 116 deletions(-)

diff --git a/po/hr.po b/po/hr.po
index 329d533..02d26af 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -13,8 +13,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-01-14 00:32+0100\n"
-"PO-Revision-Date: 2018-01-15 15:57+\n"
+"POT-Creation-Date: 2018-01-20 18:31+0100\n"
+"PO-Revision-Date: 2018-01-23 09:27+\n"
 "Last-Translator: Edin Veskovic \n"
 "Language-Team: Croatian 
(http://www.transifex.com/xfce/xfce-apps/language/hr/)\n"
 "MIME-Version: 1.0\n"
@@ -396,64 +396,64 @@ msgstr "Opcija \"--font\" zahtijeva određivanje povećanja 
(%d .. %d) kao svog
 msgid "Unknown option \"%s\""
 msgstr "Nepoznata opcija  \"%s\""
 
-#: ../terminal/terminal-preferences-dialog.c:422
+#: ../terminal/terminal-preferences-dialog.c:474
 msgid "All Files"
 msgstr "Sve datoteke"
 
-#: ../terminal/terminal-preferences-dialog.c:428
+#: ../terminal/terminal-preferences-dialog.c:480
 msgid "Image Files"
 msgstr "Datoteke slika"
 
-#: ../terminal/terminal-preferences-dialog.c:884
+#: ../terminal/terminal-preferences-dialog.c:936
 msgid "Load Presets..."
 msgstr "Učitaj spremljene..."
 
-#: ../terminal/terminal-preferences.c:1129
+#: ../terminal/terminal-preferences.c:1131
 msgid "Terminal"
 msgstr "Terminal"
 
-#: ../terminal/terminal-screen.c:425 ../terminal/terminal-screen.c:795
-#: ../terminal/terminal-screen.c:2055
+#: ../terminal/terminal-screen.c:425 ../terminal/terminal-screen.c:799
+#: ../terminal/terminal-screen.c:2059
 msgid "Untitled"
 msgstr "Nenaslovljeno"
 
-#: ../terminal/terminal-screen.c:696
+#: ../terminal/terminal-screen.c:700
 #, c-format
 msgid "Unable to determine your login shell."
 msgstr "Ne mogu odrediti vaš ljusku za prijavu."
 
-#: ../terminal/terminal-screen.c:1308
+#: ../terminal/terminal-screen.c:1312
 msgid "Child process exited"
 msgstr "Proces dijete ugašen"
 
-#: ../terminal/terminal-screen.c:1311
+#: ../terminal/terminal-screen.c:1315
 msgid "_Relaunch"
 msgstr "_Ponovno pokreni"
 
-#: ../terminal/terminal-screen.c:1317
+#: ../terminal/terminal-screen.c:1321
 #, c-format
 msgid "The child process exited normally with status %d."
 msgstr "Proces dijete ugašen normalno sa statusom %d."
 
-#: ../terminal/terminal-screen.c:1319
+#: ../terminal/terminal-screen.c:1323
 #, c-format
 msgid "The child process was aborted by signal %d."
 msgstr "Proces dijete prekinut signalom %d."
 
-#: ../terminal/terminal-screen.c:1321
+#: ../terminal/terminal-screen.c:1325
 #, c-format
 msgid "The child process was aborted."
 msgstr "Proces dijete prekinut."
 
-#: ../terminal/terminal-screen.c:1734 ../terminal/terminal-screen.c:1760
+#: ../terminal/terminal-screen.c:1738 ../terminal/terminal-screen.c:1764
 msgid "Failed to execute child"
 msgstr "Neuspjelo izvršavanje djeteta"
 
-#: ../terminal/terminal-screen.c:2393
+#: ../terminal/terminal-screen.c:2397
 msgid "Close this tab"
 msgstr "Zatvori ovu karticu"
 
-#: ../terminal/terminal-screen.c:2446
+#: ../terminal/terminal-screen.c:2450
 #, c-format
 msgid "Failed to set encoding %s\n"
 msgstr "Neuspješno postavljanje znakovnog kodiranja %s\n"
@@ -1267,285 +1267,305 @@ msgid "Text blinks:"
 msgstr "Tekst treperi:"
 
 #: ../terminal/terminal-preferences.glade.h:88
+msgid "Cell spacing:"
+msgstr "Razmak između ćelija:"
+
+#: ../terminal/terminal-preferences.glade.h:89
+msgid "x width"
+msgstr "x širina"
+
+#: ../terminal/terminal-preferences.glade.h:90
+msgid "x height"
+msgstr "x visina"
+
+#: ../terminal/terminal-preferences.glade.h:91
+msgid "Rese_t"
+msgstr "Rese_tiraj"
+
+#: ../terminal/terminal-preferences.glade.h:92
+msgid "Reset cell spacing values to defaults"
+msgstr "Resetiraj razmake između ćelija na zadanu vrijednost"
+
+#: ../terminal/terminal-preferences.glade.h:93
 msgid "Font"
 msgstr "Font"
 
-#: ../terminal/terminal-preferences.glade.h:89
+#: ../terminal/terminal-preferences.glade.h:94
 msgid "_File:"
 msgstr "_Datoteka:"
 
-#: ../terminal/terminal-preferences.glade.h:90
+#: ../terminal/terminal-preferences.glade.h:95
 msgid "St_yle:"
 msgstr "Stil"
 
-#: ../terminal/terminal-preferences.glade.h:91
+#: ../terminal/terminal-preferences.glade.h:96
 msgid "Select Background Image File"
 msgstr "Odaberi pozadinsku slikovnu datoteku"
 
-#: ../terminal/terminal-preferences.glade.h:92
+#: 

[Xfce4-commits] [apps/xfce4-terminal] branch master updated (32b44ab -> e26a9f7)

2018-01-23 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  32b44ab   I18n: Update translation pt_BR (100%).
   new  e26a9f7   I18n: Update translation hr (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/hr.po | 248 +--
 1 file changed, 132 insertions(+), 116 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