[Xfce4-commits] [xfce/libxfce4ui] branch master updated (d71b596 -> 095b886)

2016-07-20 Thread noreply
This is an automated email from the git hooks/post-receive script.

ochosi pushed a change to branch master
in repository xfce/libxfce4ui.

  from  d71b596   I18n: Update translation pt_BR (100%).
   new  095b886   Set the XfceHeading style class to enable theming in 
Gtk3.20

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:
 libxfce4ui/xfce-heading.c | 1 +
 1 file changed, 1 insertion(+)

-- 
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/libxfce4ui] 01/01: Set the XfceHeading style class to enable theming in Gtk3.20

2016-07-20 Thread noreply
This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository xfce/libxfce4ui.

commit 095b886e94d5e7fe54968df4c4910b42bbf93851
Author: Simon Steinbeiss 
Date:   Wed Jul 20 23:50:38 2016 +0200

Set the XfceHeading style class to enable theming in Gtk3.20
---
 libxfce4ui/xfce-heading.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libxfce4ui/xfce-heading.c b/libxfce4ui/xfce-heading.c
index 94ab38d..3d5318a 100644
--- a/libxfce4ui/xfce-heading.c
+++ b/libxfce4ui/xfce-heading.c
@@ -240,6 +240,7 @@ _xfce_heading_draw (GtkWidget *widget,
 
   gtk_style_context_save (context);
   gtk_style_context_add_class (context, GTK_STYLE_CLASS_FRAME);
+  gtk_style_context_add_class (context, "XfceHeading");
 
   /* check if we should render from right to left */
   rtl = (gtk_widget_get_direction (widget) == GTK_TEXT_DIR_RTL);

-- 
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 (aa7c688 -> 8927871)

2016-07-20 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  aa7c688   I18n: Update translation nl (100%).
   new  8927871   Expose auto-hide mouse pointer setting to preferences 
dialog

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-preferences-dialog.c |  3 ++-
 terminal/terminal-preferences.glade| 20 ++--
 2 files changed, 20 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/xfce4-terminal] 01/01: Expose auto-hide mouse pointer setting to preferences dialog

2016-07-20 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 8927871b29a8c5d2d7506ca0f399acf937aff7b8
Author: Igor 
Date:   Wed Jul 20 19:33:42 2016 +0300

Expose auto-hide mouse pointer setting to preferences dialog

Fixes #3453
---
 terminal/terminal-preferences-dialog.c |  3 ++-
 terminal/terminal-preferences.glade| 20 ++--
 2 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/terminal/terminal-preferences-dialog.c 
b/terminal/terminal-preferences-dialog.c
index d250fb5..e766274 100644
--- a/terminal/terminal-preferences-dialog.c
+++ b/terminal/terminal-preferences-dialog.c
@@ -143,7 +143,8 @@ terminal_preferences_dialog_init (TerminalPreferencesDialog 
*dialog)
"misc-cursor-shape", 
"misc-cursor-blinks",
"font-allow-bold", 
"misc-menubar-default",
"misc-toolbar-default", 
"misc-borders-default",
-   "misc-tab-close-middle-click", 
"shortcuts-no-helpkey",
+   "misc-tab-close-middle-click",
+   "misc-mouse-autohide", 
"shortcuts-no-helpkey",
"shortcuts-no-mnemonics", 
"shortcuts-no-menukey",
"binding-backspace", "binding-delete",
"background-mode", 
"background-image-style",
diff --git a/terminal/terminal-preferences.glade 
b/terminal/terminal-preferences.glade
index 36ad249..2001527 100644
--- a/terminal/terminal-preferences.glade
+++ b/terminal/terminal-preferences.glade
@@ -2938,7 +2938,7 @@ when double clicking:
   
 True
 False
-Menubar 
Access
+Shortcuts
 True
 
   
@@ -2986,6 +2986,22 @@ when double clicking:
 0
   
 
+
+  
+Auto-hi_de mouse pointer
+True
+True
+False
+start
+True
+True
+  
+  
+True
+True
+1
+  
+
   
 
   
@@ -2994,7 +3010,7 @@ when double clicking:
   
 True
 False
-Tabs
+Misc
 
   
 

-- 
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 (6c57797 -> aa7c688)

2016-07-20 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  6c57797   I18n: Update translation zh_TW (100%).
   new  84d8aa4   I18n: Update translation es (100%).
   new  aa7c688   I18n: Update translation nl (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/es.po | 318 +++
 po/nl.po | 316 +++---
 2 files changed, 313 insertions(+), 321 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 nl (100%).

2016-07-20 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 aa7c6888ce649aeb78a0c2f96cadbb54ad5fdd2e
Author: Pjotr 
Date:   Wed Jul 20 18:30:53 2016 +0200

I18n: Update translation nl (100%).

301 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/nl.po | 316 +++
 1 file changed, 156 insertions(+), 160 deletions(-)

diff --git a/po/nl.po b/po/nl.po
index fca0160..93b76e8 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -10,8 +10,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-07-07 18:31+0200\n"
-"PO-Revision-Date: 2016-07-08 10:21+\n"
+"POT-Creation-Date: 2016-07-19 18:30+0200\n"
+"PO-Revision-Date: 2016-07-20 14:13+\n"
 "Last-Translator: Pjotr \n"
 "Language-Team: Dutch (http://www.transifex.com/xfce/xfce-apps/language/nl/)\n"
 "MIME-Version: 1.0\n"
@@ -132,24 +132,28 @@ msgid "The Xfce development team. All rights reserved."
 msgstr "De Xfce-ontwikkelploeg. Alle rechten voorbehouden."
 
 #: ../terminal/main.c:197
-msgid "Written by Benedikt Meurer "
-msgstr "Geschreven door Benedikt Meurer "
+msgid "Written by Benedikt Meurer ,"
+msgstr "Geschreven door Benedikt Meurer ,"
 
 #: ../terminal/main.c:198
-msgid "and Nick Schermer ."
-msgstr "en Nick Schermer ."
+msgid "Nick Schermer "
+msgstr "Nick Schermer "
 
 #: ../terminal/main.c:199
+msgid "and Igor Zakharov ."
+msgstr "en Igor Zakharov ."
+
+#: ../terminal/main.c:200
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Gelieve fouten te melden aan <%s>."
 
-#: ../terminal/main.c:304
+#: ../terminal/main.c:305
 #, c-format
 msgid "Unable to register terminal service: %s\n"
 msgstr "Kan terminaldienst niet registreren: %s\n"
 
-#: ../terminal/terminal-app.c:780
+#: ../terminal/terminal-app.c:762
 #, c-format
 msgid "Invalid geometry string \"%s\"\n"
 msgstr "Ongeldig geometrie-tekstsnoer '%s'\n"
@@ -244,7 +248,7 @@ msgstr "Anders"
 
 #. action to reset to the default
 #: ../terminal/terminal-encoding-action.c:269
-#: ../terminal/terminal-encoding-action.c:400
+#: ../terminal/terminal-encoding-action.c:398
 #, c-format
 msgid "Default (%s)"
 msgstr "Standaard (%s)"
@@ -257,223 +261,223 @@ msgstr "Gebruikers-id komt niet overeen"
 msgid "Display mismatch"
 msgstr "Scherm komt niet overeen"
 
-#: ../terminal/terminal-options.c:212
+#: ../terminal/terminal-options.c:213
 #, c-format
 msgid ""
 "Option \"--default-display\" requires specifying the default X display as "
 "its parameter"
 msgstr "De optie '--default-display' vereist dat het standaard-X-scherm als 
zijn parameter wordt gespecificeerd"
 
-#: ../terminal/terminal-options.c:228
+#: ../terminal/terminal-options.c:229
 #, c-format
 msgid ""
 "Option \"--default-working-directory\" requires specifying the default "
 "working directory as its parameter"
 msgstr "De optie '--default-working-directory' vereist dat de 
standaard-werkmap als zijn parameter wordt gespecificeerd"
 
-#: ../terminal/terminal-options.c:245
+#: ../terminal/terminal-options.c:246
 #, c-format
 msgid ""
 "Option \"--execute/-x\" requires specifying the command to run on the rest "
 "of the command line"
 msgstr "De optie '--execute/-x' vereist dat u de opdracht specificeert die op 
de rest van de opdrachtregel moet draaien"
 
-#: ../terminal/terminal-options.c:262
+#: ../terminal/terminal-options.c:263
 #, c-format
 msgid ""
 "Option \"--command/-e\" requires specifying the command to run as its "
 "parameter"
 msgstr "De optie '--command/-e' vereist dat u de opdracht specificeert die als 
zijn parameter moet draaien"
 
-#: ../terminal/terminal-options.c:279
+#: ../terminal/terminal-options.c:280
 #, c-format
 msgid ""
 "Option \"--working-directory\" requires specifying the working directory as "
 "its parameter"
 msgstr "De optie '--working-directory' vereist dat u de werkmap specificeert 
als zijn parameter"
 
-#: ../terminal/terminal-options.c:294
+#: ../terminal/terminal-options.c:295
 #, c-format
 msgid "Option \"--title/-T\" requires specifying the title as its parameter"
 msgstr "De optie '--title/-T' vereist dat u de titel specificeert als zijn 
parameter"
 
-#: ../terminal/terminal-options.c:313
+#: ../terminal/terminal-options.c:314
 #, c-format
 msgid "Option \"--display\" requires specifying the X display as its 
parameters"
 msgstr "De optie '--display' vereist dat u het X-scherm specificeert als zijn 
parameter"
 
-#: ../terminal/terminal-options.c:328
+#: ../terminal/terminal-options.c:329
 #, c-format
 msgid ""
 "Option \"--geometry\" requires specifying the window geometry as its "
 "parameter"
 msgstr "De optie '--geometry' vereist dat u de venstergeometrie specificeert 
als zijn parameter"
 
-#: ../terminal/terminal-options.c:343
+#: ../terminal/terminal-options.c:344
 #, c-format
 msgid "Option \"--role\" requires specifying the wind

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

2016-07-20 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 84d8aa4458e8830a4d354d067ecace5a5a914a5f
Author: Manolo Díaz 
Date:   Wed Jul 20 18:30:53 2016 +0200

I18n: Update translation es (100%).

301 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/es.po | 318 +++
 1 file changed, 157 insertions(+), 161 deletions(-)

diff --git a/po/es.po b/po/es.po
index e6ea87a..d8bbe37 100644
--- a/po/es.po
+++ b/po/es.po
@@ -12,9 +12,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-07-07 18:31+0200\n"
-"PO-Revision-Date: 2016-07-08 15:31+\n"
-"Last-Translator: Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ] 
\n"
+"POT-Creation-Date: 2016-07-19 18:30+0200\n"
+"PO-Revision-Date: 2016-07-20 11:08+\n"
+"Last-Translator: Manolo Díaz \n"
 "Language-Team: Spanish 
(http://www.transifex.com/xfce/xfce-apps/language/es/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -134,24 +134,28 @@ msgid "The Xfce development team. All rights reserved."
 msgstr "El equipo de desarrollo de Xfce. Todos los derechos reservados."
 
 #: ../terminal/main.c:197
-msgid "Written by Benedikt Meurer "
-msgstr "Escrito por Benedikt Meurer "
+msgid "Written by Benedikt Meurer ,"
+msgstr "Escrito por Benedikt Meurer ,"
 
 #: ../terminal/main.c:198
-msgid "and Nick Schermer ."
-msgstr "y Nick Schermer ."
+msgid "Nick Schermer "
+msgstr "Nick Schermer "
 
 #: ../terminal/main.c:199
+msgid "and Igor Zakharov ."
+msgstr "e Igor Zakharov ."
+
+#: ../terminal/main.c:200
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Informe sobre fallos a <%s>."
 
-#: ../terminal/main.c:304
+#: ../terminal/main.c:305
 #, c-format
 msgid "Unable to register terminal service: %s\n"
 msgstr "No se pudo registrar el servicio de la terminal: %s\n"
 
-#: ../terminal/terminal-app.c:780
+#: ../terminal/terminal-app.c:762
 #, c-format
 msgid "Invalid geometry string \"%s\"\n"
 msgstr "Cadena de geometría no válida «%s»\n"
@@ -246,7 +250,7 @@ msgstr "Otro"
 
 #. action to reset to the default
 #: ../terminal/terminal-encoding-action.c:269
-#: ../terminal/terminal-encoding-action.c:400
+#: ../terminal/terminal-encoding-action.c:398
 #, c-format
 msgid "Default (%s)"
 msgstr "Predeterminado (%s)"
@@ -259,223 +263,223 @@ msgstr "No coincide el id. de usuario"
 msgid "Display mismatch"
 msgstr "No coincide el visor"
 
-#: ../terminal/terminal-options.c:212
+#: ../terminal/terminal-options.c:213
 #, c-format
 msgid ""
 "Option \"--default-display\" requires specifying the default X display as "
 "its parameter"
 msgstr "La opción «--default-display» requiere que se especifique el visor X 
predeterminado como parámetro"
 
-#: ../terminal/terminal-options.c:228
+#: ../terminal/terminal-options.c:229
 #, c-format
 msgid ""
 "Option \"--default-working-directory\" requires specifying the default "
 "working directory as its parameter"
 msgstr "La opción «--default-working-directory» requiere que se especifique el 
directorio de trabajo predeterminado como parámetro"
 
-#: ../terminal/terminal-options.c:245
+#: ../terminal/terminal-options.c:246
 #, c-format
 msgid ""
 "Option \"--execute/-x\" requires specifying the command to run on the rest "
 "of the command line"
 msgstr "La opción «--execute/-x» requiere que se especifique la orden a 
ejecutar en el resto de la línea de órdenes"
 
-#: ../terminal/terminal-options.c:262
+#: ../terminal/terminal-options.c:263
 #, c-format
 msgid ""
 "Option \"--command/-e\" requires specifying the command to run as its "
 "parameter"
 msgstr "La opción «--command/-e» requiere que se especifique la orden a 
ejecutar como su parámetro"
 
-#: ../terminal/terminal-options.c:279
+#: ../terminal/terminal-options.c:280
 #, c-format
 msgid ""
 "Option \"--working-directory\" requires specifying the working directory as "
 "its parameter"
 msgstr "La opción «--working-directory» requiere que se especifique el 
directorio de trabajo como su parámetro"
 
-#: ../terminal/terminal-options.c:294
+#: ../terminal/terminal-options.c:295
 #, c-format
 msgid "Option \"--title/-T\" requires specifying the title as its parameter"
 msgstr "La opción «--title/-T» requiere que se especifique el título como su 
parámetro"
 
-#: ../terminal/terminal-options.c:313
+#: ../terminal/terminal-options.c:314
 #, c-format
 msgid "Option \"--display\" requires specifying the X display as its 
parameters"
 msgstr "La opción «--display» requiere que se especifique el visor X como uno 
de sus parámetros"
 
-#: ../terminal/terminal-options.c:328
+#: ../terminal/terminal-options.c:329
 #, c-format
 msgid ""
 "Option \"--geometry\" requires specifying the window geometry as its "
 "parameter"
 msgstr "La opción «--geometry» requiere que se especifique la geometría de la 
ventana co

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

2016-07-20 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 6c57797816f63126361ee8f6e72fd093ce10bd4c
Author: Jeff Huang 
Date:   Wed Jul 20 12:30:54 2016 +0200

I18n: Update translation zh_TW (100%).

301 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/zh_TW.po | 314 ++--
 1 file changed, 155 insertions(+), 159 deletions(-)

diff --git a/po/zh_TW.po b/po/zh_TW.po
index 066ace4..bbcf7f1 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -11,8 +11,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-07-07 18:31+0200\n"
-"PO-Revision-Date: 2016-07-08 13:09+\n"
+"POT-Creation-Date: 2016-07-19 18:30+0200\n"
+"PO-Revision-Date: 2016-07-20 08:00+\n"
 "Last-Translator: Jeff Huang \n"
 "Language-Team: Chinese (Taiwan) 
(http://www.transifex.com/xfce/xfce-apps/language/zh_TW/)\n"
 "MIME-Version: 1.0\n"
@@ -133,24 +133,28 @@ msgid "The Xfce development team. All rights reserved."
 msgstr "Xfce 開發團隊。保留所有權利。"
 
 #: ../terminal/main.c:197
-msgid "Written by Benedikt Meurer "
-msgstr "撰寫者:Benedikt Meurer "
+msgid "Written by Benedikt Meurer ,"
+msgstr "撰寫者:Benedikt Meurer ,"
 
 #: ../terminal/main.c:198
-msgid "and Nick Schermer ."
-msgstr "與 Nick Schermer 。"
+msgid "Nick Schermer "
+msgstr "Nick Schermer "
 
 #: ../terminal/main.c:199
+msgid "and Igor Zakharov ."
+msgstr "與 Igor Zakharov 。"
+
+#: ../terminal/main.c:200
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "請回報臭蟲至 <%s>。"
 
-#: ../terminal/main.c:304
+#: ../terminal/main.c:305
 #, c-format
 msgid "Unable to register terminal service: %s\n"
 msgstr "無法註冊終端機服務:%s\n"
 
-#: ../terminal/terminal-app.c:780
+#: ../terminal/terminal-app.c:762
 #, c-format
 msgid "Invalid geometry string \"%s\"\n"
 msgstr "無效的幾何字串 \"%s\"\n"
@@ -245,7 +249,7 @@ msgstr "其他"
 
 #. action to reset to the default
 #: ../terminal/terminal-encoding-action.c:269
-#: ../terminal/terminal-encoding-action.c:400
+#: ../terminal/terminal-encoding-action.c:398
 #, c-format
 msgid "Default (%s)"
 msgstr "預設 (%s)"
@@ -258,223 +262,223 @@ msgstr "使用者 ID 不符"
 msgid "Display mismatch"
 msgstr "顯示不相符"
 
-#: ../terminal/terminal-options.c:212
+#: ../terminal/terminal-options.c:213
 #, c-format
 msgid ""
 "Option \"--default-display\" requires specifying the default X display as "
 "its parameter"
 msgstr "選項 \"--default-display\" 需要指定預設的 X 螢幕作為其參數"
 
-#: ../terminal/terminal-options.c:228
+#: ../terminal/terminal-options.c:229
 #, c-format
 msgid ""
 "Option \"--default-working-directory\" requires specifying the default "
 "working directory as its parameter"
 msgstr "選項 \"--default-working-directory\" 需要指定預設的工作目錄作為其參數"
 
-#: ../terminal/terminal-options.c:245
+#: ../terminal/terminal-options.c:246
 #, c-format
 msgid ""
 "Option \"--execute/-x\" requires specifying the command to run on the rest "
 "of the command line"
 msgstr "選項 \"--execute/-x\" 需要指定剩下的命令列中所要執行的命令。"
 
-#: ../terminal/terminal-options.c:262
+#: ../terminal/terminal-options.c:263
 #, c-format
 msgid ""
 "Option \"--command/-e\" requires specifying the command to run as its "
 "parameter"
 msgstr "選項 \"--command/-e\" 需要指定命令作為其參數"
 
-#: ../terminal/terminal-options.c:279
+#: ../terminal/terminal-options.c:280
 #, c-format
 msgid ""
 "Option \"--working-directory\" requires specifying the working directory as "
 "its parameter"
 msgstr "選項 \"--working-directory\" 需要指定工作目錄作為其參數"
 
-#: ../terminal/terminal-options.c:294
+#: ../terminal/terminal-options.c:295
 #, c-format
 msgid "Option \"--title/-T\" requires specifying the title as its parameter"
 msgstr "選項 \"--title/-T\" 需要指定標題作為其參數"
 
-#: ../terminal/terminal-options.c:313
+#: ../terminal/terminal-options.c:314
 #, c-format
 msgid "Option \"--display\" requires specifying the X display as its 
parameters"
 msgstr "選項 \"--display\" 需要指定 X 螢幕作為其參數"
 
-#: ../terminal/terminal-options.c:328
+#: ../terminal/terminal-options.c:329
 #, c-format
 msgid ""
 "Option \"--geometry\" requires specifying the window geometry as its "
 "parameter"
 msgstr "選項 \"--geometry\" 需要指定視窗大小作為其參數"
 
-#: ../terminal/terminal-options.c:343
+#: ../terminal/terminal-options.c:344
 #, c-format
 msgid "Option \"--role\" requires specifying the window role as its parameter"
 msgstr "選項 \"--role\" 需要指定視窗識別碼作為其參數"
 
-#: ../terminal/terminal-options.c:358
+#: ../terminal/terminal-options.c:359
 #, c-format
 msgid ""
 "Option \"--sm-client-id\" requires specifying the unique session id as its "
 "parameter"
 msgstr "選項 \"--sm-client-id\" 需要指定獨一的 session id 作為其參數"
 
-#: ../terminal/terminal-options.c:373
+#: ../terminal/terminal-options.c:374
 #, c-format
 msgid ""
 "Option \"--startup-id\" requires specifying the startup id as its parameter"
 msgstr "選項 \"--startup-id\" 需要指定啟動 id 作為其參數"
 
-#: ../terminal/terminal-options.c:389
+#: ../terminal/term

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

2016-07-20 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 d25eeb733e95d5fc0d6c2de0324fd1761d83d527
Author: Yannick Le Guen 
Date:   Wed Jul 20 12:30:54 2016 +0200

I18n: Update translation fr (100%).

301 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/fr.po | 315 +++
 1 file changed, 156 insertions(+), 159 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 766c34a..943917e 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -5,6 +5,7 @@
 # Translators:
 # Arnaud LE CAM , 2015
 # Benedikt Meurer , 2004
+# Charles Monzat , 2016
 # Guillaume Laville , 2013
 # jc1 , 2013
 # Jérôme Guelfucci , 2009
@@ -15,8 +16,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-07-07 18:31+0200\n"
-"PO-Revision-Date: 2016-07-08 08:40+\n"
+"POT-Creation-Date: 2016-07-19 18:30+0200\n"
+"PO-Revision-Date: 2016-07-20 06:27+\n"
 "Last-Translator: Yannick Le Guen \n"
 "Language-Team: French 
(http://www.transifex.com/xfce/xfce-apps/language/fr/)\n"
 "MIME-Version: 1.0\n"
@@ -137,24 +138,28 @@ msgid "The Xfce development team. All rights reserved."
 msgstr "L’équipe de développement Xfce. Tous droits réservés."
 
 #: ../terminal/main.c:197
-msgid "Written by Benedikt Meurer "
-msgstr "Écrit par Benedikt Meurer "
+msgid "Written by Benedikt Meurer ,"
+msgstr "Écrit par Benedikt Meurer ,"
 
 #: ../terminal/main.c:198
-msgid "and Nick Schermer ."
-msgstr "et Nick Schermer ."
+msgid "Nick Schermer "
+msgstr "Nick Schermer "
 
 #: ../terminal/main.c:199
+msgid "and Igor Zakharov ."
+msgstr "et Igor Zakharov ."
+
+#: ../terminal/main.c:200
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Merci de signaler les bogues à <%s>."
 
-#: ../terminal/main.c:304
+#: ../terminal/main.c:305
 #, c-format
 msgid "Unable to register terminal service: %s\n"
 msgstr "Impossible d'enregistrer le service terminal : %s\n"
 
-#: ../terminal/terminal-app.c:780
+#: ../terminal/terminal-app.c:762
 #, c-format
 msgid "Invalid geometry string \"%s\"\n"
 msgstr "Chaine de géométrie invalide « %s »\n"
@@ -249,7 +254,7 @@ msgstr "Autre"
 
 #. action to reset to the default
 #: ../terminal/terminal-encoding-action.c:269
-#: ../terminal/terminal-encoding-action.c:400
+#: ../terminal/terminal-encoding-action.c:398
 #, c-format
 msgid "Default (%s)"
 msgstr "Défaut (%s)"
@@ -262,223 +267,223 @@ msgstr "Mauvaise concordance de l'id utilisateur"
 msgid "Display mismatch"
 msgstr "L'affichage diffère"
 
-#: ../terminal/terminal-options.c:212
+#: ../terminal/terminal-options.c:213
 #, c-format
 msgid ""
 "Option \"--default-display\" requires specifying the default X display as "
 "its parameter"
 msgstr "L'option « --default-display » demande comme paramètre l'écran X à 
utiliser par défaut"
 
-#: ../terminal/terminal-options.c:228
+#: ../terminal/terminal-options.c:229
 #, c-format
 msgid ""
 "Option \"--default-working-directory\" requires specifying the default "
 "working directory as its parameter"
 msgstr "L'option « --default-working-directory » demande comme paramètre le 
répertoire de travail par défaut"
 
-#: ../terminal/terminal-options.c:245
+#: ../terminal/terminal-options.c:246
 #, c-format
 msgid ""
 "Option \"--execute/-x\" requires specifying the command to run on the rest "
 "of the command line"
 msgstr "L'option « --execute/-x » doit être suivie par la commande à lancer"
 
-#: ../terminal/terminal-options.c:262
+#: ../terminal/terminal-options.c:263
 #, c-format
 msgid ""
 "Option \"--command/-e\" requires specifying the command to run as its "
 "parameter"
 msgstr "L'option « --command/-e » demande comme paramètre la commande à lancer"
 
-#: ../terminal/terminal-options.c:279
+#: ../terminal/terminal-options.c:280
 #, c-format
 msgid ""
 "Option \"--working-directory\" requires specifying the working directory as "
 "its parameter"
 msgstr "L'option « --working-directory » demande comme paramètre le répertoire 
de travail"
 
-#: ../terminal/terminal-options.c:294
+#: ../terminal/terminal-options.c:295
 #, c-format
 msgid "Option \"--title/-T\" requires specifying the title as its parameter"
 msgstr "L'option « --title/-T » demande le titre comme paramètre"
 
-#: ../terminal/terminal-options.c:313
+#: ../terminal/terminal-options.c:314
 #, c-format
 msgid "Option \"--display\" requires specifying the X display as its 
parameters"
 msgstr "L'option « --display » demande comme paramètre l'écran X"
 
-#: ../terminal/terminal-options.c:328
+#: ../terminal/terminal-options.c:329
 #, c-format
 msgid ""
 "Option \"--geometry\" requires specifying the window geometry as its "
 "parameter"
 msgstr "L'option « --geometry » demande comme paramètre les dimensions de la 
fenêtre"
 
-#: ../terminal/terminal-options.c:343
+#: ../terminal/terminal-options.c:344
 #, c-format
 msgid "Option \

[Xfce4-commits] [apps/xfce4-terminal] branch master updated (12f1fce -> 6c57797)

2016-07-20 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  12f1fce   Use enum type instead of int for url patterns
   new  d25eeb7   I18n: Update translation fr (100%).
   new  6c57797   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/fr.po| 315 ++--
 po/zh_TW.po | 314 ++-
 2 files changed, 311 insertions(+), 318 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] branch master updated (2a13c1c -> 12f1fce)

2016-07-20 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  2a13c1c   Add support for magnet: links
   new  12f1fce   Use enum type instead of int for url patterns

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-widget.c | 9 +
 1 file changed, 5 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] [apps/xfce4-terminal] 01/01: Use enum type instead of int for url patterns

2016-07-20 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 12f1fce49921ec058d6a81b2577fe89c0a770e75
Author: Igor 
Date:   Wed Jul 20 11:25:32 2016 +0300

Use enum type instead of int for url patterns
---
 terminal/terminal-widget.c | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/terminal/terminal-widget.c b/terminal/terminal-widget.c
index 41353fa..46f7662 100644
--- a/terminal/terminal-widget.c
+++ b/terminal/terminal-widget.c
@@ -62,18 +62,19 @@ enum
   LAST_SIGNAL,
 };
 
-enum
+typedef enum
 {
   PATTERN_TYPE_NONE,
   PATTERN_TYPE_FULL_HTTP,
   PATTERN_TYPE_HTTP,
   PATTERN_TYPE_EMAIL
-};
+}
+PatternType;
 
 typedef struct
 {
   const gchar *pattern;
-  gint type;
+  PatternType  type;
 }
 TerminalRegexPattern;
 
@@ -287,7 +288,7 @@ terminal_widget_context_menu (TerminalWidget *widget,
   gchar   *match;
   guintid, i;
   gint tag;
-  gint pattern_type = PATTERN_TYPE_NONE;
+  PatternType  pattern_type = PATTERN_TYPE_NONE;
 
   g_signal_emit (G_OBJECT (widget), widget_signals[GET_CONTEXT_MENU], 0, 
&menu);
   if (G_UNLIKELY (menu == NULL))

-- 
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