[Xfce4-commits] [apps/xfce4-screensaver] 01/01: Move the root warning to a GtkInfoBar

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

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

commit cd5a6610c1306586321d2f3e72f02131096e951d
Author: Sean Davis 
Date:   Sun Oct 28 20:56:50 2018 -0400

Move the root warning to a GtkInfoBar
---
 NEWS |   1 +
 src/xfce4-screensaver-preferences.c  |  12 ++--
 src/xfce4-screensaver-preferences.ui | 116 +--
 3 files changed, 105 insertions(+), 24 deletions(-)

diff --git a/NEWS b/NEWS
index 4a3ce7d..860d512 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@
   - Support color settings for Xfdesktop 4.12
   - Fallback to the Xfdesktop default color background (dark blue)
   - UI files are now compiled and included in the binaries
+  - Root warning is now an InfoBar to make it more visible
 - Bug Fixes:
   - Fix crash with no background placement, fix color settings (Xfce #14769)
   - Redraw the screensaver on monitor configuration events (Xfce #14796)
diff --git a/src/xfce4-screensaver-preferences.c 
b/src/xfce4-screensaver-preferences.c
index e2bca5c..95557ce 100644
--- a/src/xfce4-screensaver-preferences.c
+++ b/src/xfce4-screensaver-preferences.c
@@ -1279,15 +1279,15 @@ static void
 setup_for_root_user (void)
 {
 GtkWidget *lock_checkbox;
-GtkWidget *label;
+GtkWidget *infobar;
 
 lock_checkbox = GTK_WIDGET (gtk_builder_get_object (builder, 
"lock_checkbox"));
-label = GTK_WIDGET (gtk_builder_get_object (builder, 
"root_warning_label"));
+infobar = GTK_WIDGET (gtk_builder_get_object (builder, 
"root_warning_infobar"));
 
 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (lock_checkbox), FALSE);
 gtk_widget_set_sensitive (lock_checkbox, FALSE);
 
-gtk_widget_show (label);
+gtk_widget_show (infobar);
 }
 
 static void
@@ -1526,7 +1526,7 @@ init_capplet (void)
 GtkWidget *label;
 GtkWidget *enabled_checkbox;
 GtkWidget *lock_checkbox;
-GtkWidget *root_warning_label;
+GtkWidget *root_warning_infobar;
 GtkWidget *preview_button;
 GtkWidget *gpm_button;
 GtkWidget *fullscreen_preview_window;
@@ -1573,7 +1573,7 @@ init_capplet (void)
 activate_delay_hbox = GTK_WIDGET (gtk_builder_get_object (builder, 
"activate_delay_hbox"));
 enabled_checkbox= GTK_WIDGET (gtk_builder_get_object (builder, 
"enable_checkbox"));
 lock_checkbox   = GTK_WIDGET (gtk_builder_get_object (builder, 
"lock_checkbox"));
-root_warning_label  = GTK_WIDGET (gtk_builder_get_object (builder, 
"root_warning_label"));
+root_warning_infobar= GTK_WIDGET (gtk_builder_get_object (builder, 
"root_warning_infobar"));
 preview_button  = GTK_WIDGET (gtk_builder_get_object (builder, 
"preview_button"));
 gpm_button  = GTK_WIDGET (gtk_builder_get_object (builder, 
"gpm_button"));
 fullscreen_preview_window   = GTK_WIDGET (gtk_builder_get_object (builder, 
"fullscreen_preview_window"));
@@ -1587,7 +1587,7 @@ init_capplet (void)
 label = GTK_WIDGET (gtk_builder_get_object (builder, "savers_label"));
 gtk_label_set_mnemonic_widget (GTK_LABEL (label), treeview);
 
-gtk_widget_set_no_show_all (root_warning_label, TRUE);
+gtk_widget_set_no_show_all (root_warning_infobar, TRUE);
 widget_set_best_visual (preview);
 
 if (! is_program_in_path (GPM_COMMAND))
diff --git a/src/xfce4-screensaver-preferences.ui 
b/src/xfce4-screensaver-preferences.ui
index 41619d8..4a0b157 100644
--- a/src/xfce4-screensaver-preferences.ui
+++ b/src/xfce4-screensaver-preferences.ui
@@ -305,6 +305,99 @@ Simon Steinbeiß
 vertical
 12
 
+  
+False
+True
+warning
+
+  
+False
+6
+end
+
+  
+
+  
+  
+False
+False
+0
+  
+
+
+  
+False
+16
+
+  
+True
+False
+24
+dialog-warning
+3
+  
+  
+False
+True
+0
+  
+
+
+  
+True
+False
+vertical
+
+  
+True
+  

[Xfce4-commits] [apps/xfce4-screensaver] branch master updated (b3e0658 -> cd5a661)

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

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

  from  b3e0658   Merge branch 'master' of 
ssh://git.xfce.org/apps/xfce4-screensaver
   new  cd5a661   Move the root warning to a GtkInfoBar

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


Summary of changes:
 NEWS |   1 +
 src/xfce4-screensaver-preferences.c  |  12 ++--
 src/xfce4-screensaver-preferences.ui | 116 +--
 3 files changed, 105 insertions(+), 24 deletions(-)

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


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

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

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

commit 381d3d7cd53474ba6ce6a9cbf79957d8dcc18ce2
Author: Charles Monzat 
Date:   Mon Oct 29 00:31:02 2018 +0100

I18n: Update translation fr (100%).

308 translated messages.

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

diff --git a/po/fr.po b/po/fr.po
index 2588318..bcdabd7 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -19,7 +19,7 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-06-05 06:31+0200\n"
-"PO-Revision-Date: 2018-10-12 08:44+\n"
+"PO-Revision-Date: 2018-10-28 20:47+\n"
 "Last-Translator: Charles Monzat \n"
 "Language-Team: French 
(http://www.transifex.com/xfce/xfce-apps/language/fr/)\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] [apps/gigolo] branch master updated (cec01de -> a19a89e)

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

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

  from  cec01de   I18n: Update translation hr (100%).
   new  a19a89e   I18n: Update translation fr (100%).

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


Summary of changes:
 po/fr.po | 28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)

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


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

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

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

commit a19a89e386fa85d03737b728beea88cdbc830d08
Author: Charles Monzat 
Date:   Mon Oct 29 00:30:52 2018 +0100

I18n: Update translation fr (100%).

127 translated messages.

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

diff --git a/po/fr.po b/po/fr.po
index 484db66..cf9707a 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -15,7 +15,7 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-10-25 12:30+0200\n"
-"PO-Revision-Date: 2018-10-27 09:36+\n"
+"PO-Revision-Date: 2018-10-28 20:52+\n"
 "Last-Translator: Charles Monzat \n"
 "Language-Team: French 
(http://www.transifex.com/xfce/xfce-apps/language/fr/)\n"
 "MIME-Version: 1.0\n"
@@ -260,19 +260,19 @@ msgstr "Vous devez entrer un nom pour le signet."
 #: ../src/bookmarkeditdialog.c:229
 msgid ""
 "The entered bookmark name is already in use. Please choose another one."
-msgstr "Le nom du signet saisi est déjà utilisé. Merci d’en choisir un autre."
+msgstr "Le nom du signet saisi est déjà utilisé. Veuillez en choisir un autre."
 
 #: ../src/bookmarkeditdialog.c:242
 msgid "You must enter a server address or name."
-msgstr "Vous devez entrer un nom ou une adresse de serveur."
+msgstr "Vous devez saisir un nom ou une adresse de serveur."
 
 #: ../src/bookmarkeditdialog.c:253
 msgid "You must enter a share name."
-msgstr "Vous devez entrer un nom de partage."
+msgstr "Vous devez saisir un nom de partage."
 
 #: ../src/bookmarkeditdialog.c:264
 msgid "You must enter a valid URI for the connection."
-msgstr "Vous devez entrer une URI valide pour la connexion."
+msgstr "Vous devez saisir un URI valide pour la connexion."
 
 #: ../src/bookmarkeditdialog.c:527
 msgid "_Device:"
@@ -288,7 +288,7 @@ msgstr "Créer un signet"
 
 #: ../src/bookmarkeditdialog.c:796
 msgid "Edit Bookmark"
-msgstr "Modifier un signet"
+msgstr "Modifier le signet"
 
 #: ../src/bookmarkeditdialog.c:804
 msgid "Connect to Server"
@@ -335,7 +335,7 @@ msgstr "Pa_rtage :"
 #. Optional Information
 #: ../src/bookmarkeditdialog.c:1053
 msgid "Optional Information"
-msgstr ""
+msgstr "Informations facultatives"
 
 #: ../src/bookmarkeditdialog.c:1059
 msgid "_Port:"
@@ -373,19 +373,19 @@ msgstr "Texte"
 
 #: ../src/preferencesdialog.c:148
 msgid "Both"
-msgstr "Les deux"
+msgstr "Icônes et texte"
 
 #: ../src/preferencesdialog.c:149
 msgid "Both horizontal"
-msgstr "Les deux horizontal"
+msgstr "Icônes et texte horizontalement"
 
 #: ../src/preferencesdialog.c:168
 msgid "Horizontal"
-msgstr "Horizontal"
+msgstr "Horizontale"
 
 #: ../src/preferencesdialog.c:169
 msgid "Vertical"
-msgstr "Vertical"
+msgstr "Verticale"
 
 #: ../src/preferencesdialog.c:188
 msgid "Symbols"
@@ -406,7 +406,7 @@ msgstr "Gestionnaire de _fichiers"
 
 #: ../src/preferencesdialog.c:347
 msgid "Enter the name of a program to use to open or view mount points"
-msgstr "Entrer le nom de l’application à utiliser pour ouvrir ou afficher les 
points de montage"
+msgstr "Saisissez le nom de l’application à utiliser pour ouvrir ou afficher 
les points de montage"
 
 #. Row
 #: ../src/preferencesdialog.c:354
@@ -415,7 +415,7 @@ msgstr "_Terminal"
 
 #: ../src/preferencesdialog.c:365
 msgid "Enter the name of a program to open mount points in a terminal"
-msgstr "Entrer le nom d’un programme à utiliser pour ouvrir les points de 
montage dans un terminal"
+msgstr "Saisissez le nom d’un programme à utiliser pour ouvrir les points de 
montage dans un terminal"
 
 #. Row
 #: ../src/preferencesdialog.c:372
@@ -544,7 +544,7 @@ msgstr "Aucun serveur trouvé"
 
 #: ../src/browsenetworkpanel.c:438
 msgid "_Connect"
-msgstr ""
+msgstr "_Connexion"
 
 #: ../src/browsenetworkpanel.c:481
 msgid "Connect to the selected share"

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


[Xfce4-commits] [apps/mousepad] branch master updated (585a5a9 -> 381d3d7)

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

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

  from  585a5a9   I18n: Update translation ca (100%).
   new  381d3d7   I18n: Update translation fr (100%).

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


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

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


[Xfce4-commits] [apps/xfce4-screensaver] 02/02: Merge branch 'master' of ssh://git.xfce.org/apps/xfce4-screensaver

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

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

commit b3e0658a43d8fd3e06196bc4eb8060be793e2f5f
Merge: bd8c16e 2f065df
Author: Sean Davis 
Date:   Sun Oct 28 18:12:55 2018 -0400

Merge branch 'master' of ssh://git.xfce.org/apps/xfce4-screensaver

 po/he.po | 640 +++
 1 file changed, 640 insertions(+)

-- 
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-screensaver] 01/02: Notify invalid lid-switch configuration and add Resolve button (bug #14782)

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

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

commit bd8c16e580cad3abb3f0f62c514e0a5242342dd3
Author: Sean Davis 
Date:   Sun Oct 28 18:12:40 2018 -0400

Notify invalid lid-switch configuration and add Resolve button (bug #14782)
---
 NEWS |   3 +-
 src/xfce4-screensaver-preferences.c  |  50 
 src/xfce4-screensaver-preferences.ui | 109 ++-
 3 files changed, 158 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index 144e262..4a3ce7d 100644
--- a/NEWS
+++ b/NEWS
@@ -5,9 +5,10 @@
   - Fallback to the Xfdesktop default color background (dark blue)
   - UI files are now compiled and included in the binaries
 - Bug Fixes:
-  - Fix crash with no background placement, fix color settings  (Xfce #14769)
+  - Fix crash with no background placement, fix color settings (Xfce #14769)
   - Redraw the screensaver on monitor configuration events (Xfce #14796)
   - Automate detection of PAM configuration, add flag to override (Xfce #14779)
+  - Notify invalid lid-switch configuration and add Resolve button (Xfce 
#14782)
   - Fix appearance with the Adwaita GTK theme
   - Fix builds on OpenBSD, build status can now be tracked on the
 Xfce Build Bot: https://buildbot.xfce.alteroot.org/job/xfce4-screensaver/
diff --git a/src/xfce4-screensaver-preferences.c 
b/src/xfce4-screensaver-preferences.c
index 76d8f73..e2bca5c 100644
--- a/src/xfce4-screensaver-preferences.c
+++ b/src/xfce4-screensaver-preferences.c
@@ -1290,6 +1290,54 @@ setup_for_root_user (void)
 gtk_widget_show (label);
 }
 
+static void
+resolve_lid_switch_cb (GtkWidget *widget,
+   gpointer   user_data)
+{
+XfconfChannel *channel = xfconf_channel_get("xfce4-power-manager");
+const gchar   *property = "/xfce4-power-manager/logind-handle-lid-switch";
+gboolean   locked = xfconf_channel_is_property_locked(channel, 
property);
+GtkWidget *infobar = GTK_WIDGET (gtk_builder_get_object (builder, 
"logind_lid_infobar"));
+
+if (!locked)
+{
+xfconf_channel_set_bool(channel, property, FALSE);
+gtk_widget_hide (GTK_WIDGET (infobar));
+}
+}
+
+static void
+setup_for_lid_switch (void)
+{
+XfconfChannel *channel = xfconf_channel_get ("xfce4-power-manager");
+const gchar   *property = "/xfce4-power-manager/logind-handle-lid-switch";
+gboolean   handled = xfconf_channel_get_bool (channel, property, 
FALSE);
+gboolean   locked = xfconf_channel_is_property_locked (channel, 
property);
+GtkWidget *infobar;
+GtkWidget *button;
+
+infobar = GTK_WIDGET (gtk_builder_get_object (builder, 
"logind_lid_infobar"));
+button = GTK_WIDGET (gtk_builder_get_object (builder, 
"logind_lid_resolve"));
+
+if (handled)
+{
+gtk_widget_show (infobar);
+if (locked)
+{
+gtk_widget_hide (button);
+}
+else
+{
+gtk_widget_show (button);
+g_signal_connect (button, "clicked", G_CALLBACK 
(resolve_lid_switch_cb), NULL);
+}
+}
+else
+{
+gtk_widget_hide (infobar);
+}
+}
+
 /* copied from gs-window-x11.c */
 extern char **environ;
 
@@ -1615,6 +1663,8 @@ init_capplet (void)
 g_signal_connect (preview, "draw", G_CALLBACK (preview_on_draw), NULL);
 gs_job_set_widget (job, preview);
 
+setup_for_lid_switch ();
+
 if (check_is_root_user ())
 {
 setup_for_root_user ();
diff --git a/src/xfce4-screensaver-preferences.ui 
b/src/xfce4-screensaver-preferences.ui
index 5d0433c..41619d8 100644
--- a/src/xfce4-screensaver-preferences.ui
+++ b/src/xfce4-screensaver-preferences.ui
@@ -1,5 +1,5 @@
 

[Xfce4-commits] [apps/xfce4-screensaver] branch master updated (2f065df -> b3e0658)

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

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

  from  2f065df   I18n: Add new translation he (100%).
   new  bd8c16e   Notify invalid lid-switch configuration and add Resolve 
button (bug #14782)
   new  b3e0658   Merge branch 'master' of 
ssh://git.xfce.org/apps/xfce4-screensaver

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


Summary of changes:
 NEWS |   3 +-
 src/xfce4-screensaver-preferences.c  |  50 
 src/xfce4-screensaver-preferences.ui | 109 ++-
 3 files changed, 158 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-appfinder] annotated tag rm deleted (was c19fb2a)

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

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

*** WARNING: tag rm was deleted! ***

   tag was  c19fb2a

This change permanently discards the following revisions:

  discards  11fbf80   Updates for the release

-- 
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 (28908f5 -> e5258f4)

2018-10-28 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  28908f5   I18n: Update translation it (100%).
   new  e5258f4   I18n: Update translation ja (100%).

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


Summary of changes:
 po/ja.po | 40 
 1 file changed, 20 insertions(+), 20 deletions(-)

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


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

2018-10-28 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 e5258f4058856b0955abee7c12233b4012be8be0
Author: Masato HASHIMOTO 
Date:   Sun Oct 28 12:31:13 2018 +0100

I18n: Update translation ja (100%).

396 translated messages.

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

diff --git a/po/ja.po b/po/ja.po
index eeecfec..937df10 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -9,8 +9,8 @@ msgstr ""
 "Project-Id-Version: Xfce4-settings\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-09-26 12:30+0200\n"
-"PO-Revision-Date: 2018-10-04 01:12+\n"
-"Last-Translator: Nobuhiro Iwamatsu \n"
+"PO-Revision-Date: 2018-10-28 05:53+\n"
+"Last-Translator: Masato HASHIMOTO \n"
 "Language-Team: Japanese 
(http://www.transifex.com/xfce/xfce4-settings/language/ja/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -39,7 +39,7 @@ msgstr "福祉情報技術を有効にする(_E)"
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:5
 msgid "Start With Session"
-msgstr "セッションと共に開始"
+msgstr "セッションとともに開始"
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:6
 msgid "Assistive technologies will be available the next time you login"
@@ -612,16 +612,16 @@ msgstr "プロファイル"
 
 #: ../dialogs/display-settings/display-dialog.glade.h:11
 msgid "Connecting Displays"
-msgstr "接続中野ディスプレイ"
+msgstr "接続中のディスプレイ"
 
 #: ../dialogs/display-settings/display-dialog.glade.h:12
 msgid ""
 "Only profiles matching at least the currently connected displays are shown."
-msgstr ""
+msgstr "現在接続されているディスプレイにマッチするプロファイルのみ表示されます。"
 
 #: ../dialogs/display-settings/display-dialog.glade.h:13
 msgid "Delete the currently selected display profile."
-msgstr ""
+msgstr "現在接続されているディスプレイプロファイルを削除します。"
 
 #: ../dialogs/display-settings/display-dialog.glade.h:14
 msgid "Apply"
@@ -629,35 +629,35 @@ msgstr "適用"
 
 #: ../dialogs/display-settings/display-dialog.glade.h:15
 msgid "Apply the currently selected display profile."
-msgstr ""
+msgstr "現在選択されているディスプレイプロファイルを適用します。"
 
 #: ../dialogs/display-settings/display-dialog.glade.h:16
 msgid "Create a new display profile."
-msgstr ""
+msgstr "新しくディスプレイプロファイルを作成します。"
 
 #: ../dialogs/display-settings/display-dialog.glade.h:17
 msgid "Update an existing profile."
-msgstr ""
+msgstr "既存のプロファイルを更新します。"
 
 #: ../dialogs/display-settings/display-dialog.glade.h:18
 msgid "Automatically enable profiles when new display is connected"
-msgstr ""
+msgstr "新しくディスプレイが接続されたときプロファイルを自動的に有効にする"
 
 #: ../dialogs/display-settings/display-dialog.glade.h:19
 msgid "Configure new displays when connected"
-msgstr ""
+msgstr "新しくディスプレイが接続されたとき設定する"
 
 #: ../dialogs/display-settings/display-dialog.glade.h:20
 msgid "Show popup windows to identify displays"
-msgstr ""
+msgstr "ディスプレイを識別するためのウィンドウをポップアップ表示する"
 
 #: ../dialogs/display-settings/display-dialog.glade.h:21
 msgid "Identifying Displays"
-msgstr ""
+msgstr "ディスプレイの識別"
 
 #: ../dialogs/display-settings/display-dialog.glade.h:22
 msgid "_Advanced"
-msgstr ""
+msgstr "詳細(_A)"
 
 #: ../dialogs/display-settings/minimal-display-dialog.glade.h:1
 msgid "Displays"
@@ -747,16 +747,16 @@ msgstr "選択した出力は無効になっていません"
 
 #: ../dialogs/display-settings/main.c:1655
 msgid "Profile Name"
-msgstr ""
+msgstr "プロファイル名"
 
 #: ../dialogs/display-settings/main.c:1663
 msgid "Create"
-msgstr ""
+msgstr "作成"
 
 #: ../dialogs/display-settings/main.c:1734
 #, c-format
 msgid "Do you really want to delete the profile '%s'?"
-msgstr ""
+msgstr "本当にプロファイル '%s' を削除しますか?"
 
 #: ../dialogs/display-settings/main.c:1736
 #: ../dialogs/mime-settings/xfce-mime-window.c:903
@@ -765,7 +765,7 @@ msgstr "確認"
 
 #: ../dialogs/display-settings/main.c:1738
 msgid "Delete display profile"
-msgstr ""
+msgstr "ディスプレイプロファイルの削除"
 
 #. Create cancel button
 #: ../dialogs/display-settings/main.c:1740
@@ -809,12 +809,12 @@ msgstr "(無効)"
 #: ../dialogs/display-settings/main.c:3486
 #, c-format
 msgid "Only %s (1)"
-msgstr ""
+msgstr "%s のみ (1)"
 
 #: ../dialogs/display-settings/main.c:3497
 #, c-format
 msgid "Only %s (2)"
-msgstr ""
+msgstr "%s のみ (2)"
 
 #: ../dialogs/display-settings/main.c:3678
 #: ../dialogs/display-settings/xfce-randr.c:286

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


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

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

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

commit 916b428238175a9cb226fe67b2fe6315890e3bf6
Author: Nobuhiro Iwamatsu 
Date:   Sun Oct 28 12:30:48 2018 +0100

I18n: Update translation ja (100%).

762 translated messages.

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

diff --git a/po/ja.po b/po/ja.po
index d0b7e6d..86c6728 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -1845,26 +1845,27 @@ msgstr "ダブルクリックでアイテムをアクティブにする(_D)"
 
 #: ../thunar/thunar-preferences-dialog.c:626
 msgid "Tabs instead of new Windows"
-msgstr "新しいウィンドウの代わりにタブ"
+msgstr "新しいウィンドウの代わりにタブで開く"
 
 #: ../thunar/thunar-preferences-dialog.c:639
 msgid "Open folders in new tabs on middle click"
-msgstr "中央クリックでフォルダーを新しいタブで開く"
+msgstr "フォルダーを中央クリックしたとき新しいタブで開く"
 
 #: ../thunar/thunar-preferences-dialog.c:641
 msgid ""
 "Select this option to open a new tab on middle click instead of a new window"
-msgstr "新しいウィンドウを開く代わりに、中央クリックで新しいタブを開くには、このオプションを選択する"
+msgstr "このオプションを選択すると、中央クリックしたときに新しいウィンドウではなくタブで開きます"
 
 #: ../thunar/thunar-preferences-dialog.c:645
 msgid "Open new thunar instances as tabs"
-msgstr "新しい thunar インスタンスをダブとして開く"
+msgstr "新しい thunar インスタンスはタブにして開く"
 
 #: ../thunar/thunar-preferences-dialog.c:647
 msgid ""
 "Select this option to open new thunar instances as tabs in an existing "
 "thunar window"
-msgstr "既存の thunar ウィンドウにタブとして新しい thunar インスタンスを開く場合には、このオプションを選択する。"
+msgstr ""
+"このオプションを選択すると、新しい thunar インスタンスを開こうとしたときすでに thunar ウィンドウが存在していればそれのタブになります"
 
 #: ../thunar/thunar-preferences-dialog.c:658
 msgid "Context Menu"
@@ -1872,11 +1873,11 @@ msgstr "コンテキストメニュー"
 
 #: ../thunar/thunar-preferences-dialog.c:670
 msgid "Show action to permanently delete files and folders"
-msgstr "ファイルとフォルダを永久に削除するアクションを表示"
+msgstr "ファイルとフォルダーを完全に削除するアクションを表示する"
 
 #: ../thunar/thunar-preferences-dialog.c:672
 msgid "Select this option to show the 'Delete' action in the context menu"
-msgstr "コンテキストメニューにある「削除」アクションを表示する場合にはこのオプションを選択してください"
+msgstr "コンテキストメニューに '削除' アクションを表示する場合にはこのオプションを選択してください"
 
 #. Advanced
 #: ../thunar/thunar-preferences-dialog.c:681
@@ -1937,6 +1938,9 @@ msgid ""
 "removable media and remote location browsing\n"
 "will not work. https://docs.xfce.org/xfce/thunar/unix-filesystem#gnome_virtual_file_system\;>[Read
 more]"
 msgstr ""
+"https://wiki.gnome.org/Projects/gvfs\;>gvfs が有効になっていないようです。\n"
+"ゴミ箱サポート、リムーバブルメディアおよびリモートデータの参照など重要な機能は利用できません。\n"
+"https://docs.xfce.org/xfce/thunar/unix-filesystem#gnome_virtual_file_system\;>[詳細]"
 
 #. tell the user that we failed to come up with the thunar-volman
 #. configuration dialog
@@ -2670,7 +2674,7 @@ msgstr "前のタブに切り替え"
 
 #: ../thunar/thunar-window.c:358
 msgid "_Next Tab"
-msgstr "次のタブ(_T)"
+msgstr "次のタブ(_N)"
 
 #: ../thunar/thunar-window.c:358
 msgid "Switch to Next Tab"
@@ -3499,7 +3503,7 @@ msgstr "このキーボードショートカットは現在、次によって使
 
 #: ../plugins/thunar-uca/thunar-uca-editor.c:356
 msgid "Keyboard shortcut already in use"
-msgstr "キーボードショートカットは既に使用中です。"
+msgstr "キーボードショートカットはすでに使用中です。"
 
 #. setup a label to tell that no icon was selected
 #: ../plugins/thunar-uca/thunar-uca-editor.c:507
@@ -3630,15 +3634,15 @@ msgstr "このボタンをクリックすると、アイコンを選択できま
 msgid ""
 "The following command parameters will be substituted when launching the "
 "action:"
-msgstr "アクションを起動するときは、次のコマンドパラメーターが使用されます:"
+msgstr "アクションを起動するときは、次のコマンドパラメーターを使用できます:"
 
 #: ../plugins/thunar-uca/thunar-uca-editor.ui.h:19
 msgid "the path to the first selected file or directory"
-msgstr ""
+msgstr "選択した最初のファイルまたはディレクトリのパス"
 
 #: ../plugins/thunar-uca/thunar-uca-editor.ui.h:20
 msgid "the paths to all selected files and directories"
-msgstr ""
+msgstr "選択したすべてのファイルおよびディレクトリのパス"
 
 #: ../plugins/thunar-uca/thunar-uca-editor.ui.h:22
 #, no-c-format

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

2018-10-28 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 b5461de8fb54bbe204bfe6abbc419e64b4a25330
Author: Masato HASHIMOTO 
Date:   Sun Oct 28 12:30:31 2018 +0100

I18n: Update translation ja (100%).

120 translated messages.

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

diff --git a/po/ja.po b/po/ja.po
index 85038f1..bc308d2 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -8,9 +8,9 @@ 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"
-"Last-Translator: Nick Schermer \n"
+"POT-Creation-Date: 2018-09-26 06:30+0200\n"
+"PO-Revision-Date: 2018-10-28 05:40+\n"
+"Last-Translator: Masato HASHIMOTO \n"
 "Language-Team: Japanese 
(http://www.transifex.com/xfce/thunar-volman/language/ja/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -71,10 +71,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 "無視する(_N)"
@@ -105,111 +105,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 "自動実行を許可する(_A)"
 
 #. 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 "開く(_O)"
 
-#: ../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 "ボリュームをマウントしました"
 
-#: ../thunar-volman/tvm-block-device.c:635
+#: ../thunar-volman/tvm-block-device.c:643
 #, c-format
 msgid "The volume \"%s\" was mounted automatically"
 msgstr "ボリューム \"%s\" が自動的にマウントされました"
 
-#: ../thunar-volman/tvm-block-device.c:640
+#: 

[Xfce4-commits] [xfce/thunar-volman] branch master updated (005a685 -> b5461de)

2018-10-28 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  005a685   I18n: Update translation it (100%).
   new  b5461de   I18n: Update translation ja (100%).

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


Summary of changes:
 po/ja.po | 95 
 1 file changed, 53 insertions(+), 42 deletions(-)

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


[Xfce4-commits] [xfce/thunar] branch xfce-4.14 updated (bcf7b73 -> 916b428)

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

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

  from  bcf7b73   I18n: Update translation hr (99%).
   new  916b428   I18n: Update translation ja (100%).

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


Summary of changes:
 po/ja.po | 28 
 1 file changed, 16 insertions(+), 12 deletions(-)

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


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

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

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

commit 74237228587ffe7d8b281e244e2f2b7189f2
Author: Masato HASHIMOTO 
Date:   Sun Oct 28 12:30:14 2018 +0100

I18n: Update translation ja (100%).

763 translated messages.

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

diff --git a/po/ja.po b/po/ja.po
index b033eb4..bf02a06 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -9,8 +9,8 @@ msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-09-27 06:30+0200\n"
-"PO-Revision-Date: 2018-10-11 21:41+\n"
-"Last-Translator: Nobuhiro Iwamatsu \n"
+"PO-Revision-Date: 2018-10-28 07:59+\n"
+"Last-Translator: Masato HASHIMOTO \n"
 "Language-Team: Japanese (http://www.transifex.com/xfce/thunar/language/ja/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -1880,7 +1880,7 @@ msgid ""
 "Important features including trash support,\n"
 "removable media and remote location browsing\n"
 "will not work. https://docs.xfce.org/xfce/thunar/unix-filesystem#gnome_virtual_file_system\;>[Read
 more]"
-msgstr ""
+msgstr "https://wiki.gnome.org/Projects/gvfs\;>gvfs 
が有効になっていないようです。\nゴミ箱サポート、リムーバブルメディアおよびリモートデータの参照など重要な機能は利用できません。\nhttps://docs.xfce.org/xfce/thunar/unix-filesystem#gnome_virtual_file_system\;>[詳細]"
 
 #. tell the user that we failed to come up with the thunar-volman
 #. configuration dialog
@@ -3551,11 +3551,11 @@ msgstr "アクションを起動するときは、次のコマンドパラメー
 
 #: ../plugins/thunar-uca/thunar-uca-editor.ui.h:19
 msgid "the path to the first selected file or directory"
-msgstr ""
+msgstr "選択した最初のファイルまたはディレクトリのパス"
 
 #: ../plugins/thunar-uca/thunar-uca-editor.ui.h:20
 msgid "the paths to all selected files and directories"
-msgstr ""
+msgstr "選択したすべてのファイルおよびディレクトリのパス"
 
 #: ../plugins/thunar-uca/thunar-uca-editor.ui.h:22
 #, no-c-format

-- 
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 (97bcbc9 -> 7423722)

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

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

  from  97bcbc9   I18n: Update translation it (100%).
   new  7423722   I18n: Update translation ja (100%).

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


Summary of changes:
 po/ja.po | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

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