[Xfce4-commits] [xfce/thunar] branch master updated (d83f84a -> 0a6c2fd)

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

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

  from  d83f84a   I18n: Update translation fi (98%).
   new  0a6c2fd   Fix build without HAVE_GIO_UNIX (Bug #12863)

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:
 thunar/thunar-sendto-model.c | 8 +---
 1 file changed, 5 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] [xfce/thunar] 01/01: Fix build without HAVE_GIO_UNIX (Bug #12863)

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

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

commit 0a6c2fd291e5a43729a126afa5d97e5bf0a17627
Author: ivan-83 
Date:   Mon Jul 16 19:52:49 2018 -0300

Fix build without HAVE_GIO_UNIX (Bug #12863)
---
 thunar/thunar-sendto-model.c | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/thunar/thunar-sendto-model.c b/thunar/thunar-sendto-model.c
index b95b82c..4225386 100644
--- a/thunar/thunar-sendto-model.c
+++ b/thunar/thunar-sendto-model.c
@@ -121,7 +121,9 @@ g_app_info_compare (gpointer a,
 static void
 thunar_sendto_model_load (ThunarSendtoModel *sendto_model)
 {
+#ifdef HAVE_GIO_UNIX
   GDesktopAppInfo *app_info = NULL;
+#endif
   gchar  **specs;
   gchar   *path;
   guintn;
@@ -146,9 +148,6 @@ thunar_sendto_model_load (ThunarSendtoModel *sendto_model)
 
 #ifdef HAVE_GIO_UNIX
   app_info = g_desktop_app_info_new_from_keyfile (key_file);
-#else
-  /* FIXME try to create the app info ourselves in a platform 
independent way */
-#endif
 
   if (G_LIKELY (app_info != NULL))
 {
@@ -165,6 +164,9 @@ thunar_sendto_model_load (ThunarSendtoModel *sendto_model)
   if (mime_types != NULL)
 g_object_set_data_full (G_OBJECT (app_info), "mime-types", 
mime_types, (GDestroyNotify) g_strfreev);
 }
+#else
+  /* FIXME try to create the app info ourselves in a platform 
independent way */
+#endif
 
   g_key_file_free (key_file);
 }

-- 
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] [thunar-plugins/thunar-vcs-plugin] branch master updated (2eb810e -> 12cb945)

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

andre pushed a 
change to branch 
master
in repository thunar-plugins/thunar-vcs-plugin.

  from  2eb810e   Updates for release
   new  12cb945   Post release tag bump

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


Summary of changes:
 configure.ac.in | 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] [thunar-plugins/thunar-vcs-plugin] branch master updated (72eba19 -> 2eb810e)

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

andre pushed a 
change to branch 
master
in repository thunar-plugins/thunar-vcs-plugin.

  from  72eba19   I18n: Update translation fi (65%).
   new  2eb810e   Updates for release

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


Summary of changes:
 NEWS| 6 ++
 configure.ac.in | 6 +++---
 2 files changed, 9 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] [thunar-plugins/thunar-vcs-plugin] 01/01: Updates for release

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

andre pushed a 
commit to branch 
master
in repository thunar-plugins/thunar-vcs-plugin.

commit 2eb810e5ef741c4f63384e488d9bcced7bddc6ea
Author: Andre Miranda 
Date:   Mon Jul 16 18:53:18 2018 -0300

Updates for release
---
 NEWS| 6 ++
 configure.ac.in | 6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 83b2fd5..a7b3c80 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.2.0
+=
+- Fix context menu strings.
+- Add description to commands, shown on Thunar's status bar.
+- Translation updates.
+
 0.1.90
 =
 - GTK3 Port.
diff --git a/configure.ac.in b/configure.ac.in
index b4fe592..f247062 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -19,10 +19,10 @@ dnl ***
 dnl *** Version information ***
 dnl ***
 m4_define([tvp_version_major], [0])
-m4_define([tvp_version_minor], [1])
-m4_define([tvp_version_micro], [90])
+m4_define([tvp_version_minor], [2])
+m4_define([tvp_version_micro], [0])
 m4_define([tvp_version_build], [@REVISION@])
-m4_define([tvp_version_tag], [git]) # Leave empty for releases
+m4_define([tvp_version_tag], []) # Leave empty for releases
 m4_define([tvp_version], 
[tvp_version_major().tvp_version_minor().tvp_version_micro()ifelse(tvp_version_tag(),
 [], [], [tvp_version_tag()-tvp_version_build()])])
 
 dnl ***

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


[Xfce4-commits] [thunar-plugins/thunar-vcs-plugin] 01/01: Post release tag bump

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

andre pushed a 
commit to branch 
master
in repository thunar-plugins/thunar-vcs-plugin.

commit 12cb9459e7ff56db0d48408349fbbf11600663d8
Author: Andre Miranda 
Date:   Mon Jul 16 19:19:14 2018 -0300

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

diff --git a/configure.ac.in b/configure.ac.in
index f247062..2f53643 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -22,7 +22,7 @@ m4_define([tvp_version_major], [0])
 m4_define([tvp_version_minor], [2])
 m4_define([tvp_version_micro], [0])
 m4_define([tvp_version_build], [@REVISION@])
-m4_define([tvp_version_tag], []) # Leave empty for releases
+m4_define([tvp_version_tag], [git]) # Leave empty for releases
 m4_define([tvp_version], 
[tvp_version_major().tvp_version_minor().tvp_version_micro()ifelse(tvp_version_tag(),
 [], [], [tvp_version_tag()-tvp_version_build()])])
 
 dnl ***

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


[Xfce4-commits] [thunar-plugins/thunar-vcs-plugin] annotated tag thunar-vcs-plugin-0.2.0 created (now 56bd74f)

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

andre pushed a 
change to annotated 
tag 
thunar-vcs-plugin-0.2.0
in repository thunar-plugins/thunar-vcs-plugin.

at  56bd74f   (tag)
   tagging  2eb810e5ef741c4f63384e488d9bcced7bddc6ea (commit)
  replaces  thunar-vcs-plugin-0.1.90
 tagged by  Andre Miranda
on  Mon Jul 16 19:15:48 2018 -0300

- Log -
0.2.0
=
- Fix context menu strings.
- Add description to commands, shown on Thunar's status bar.
- Translation updates.
---

No new revisions were added by this update.

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


[Xfce4-commits] [apps/xfce4-terminal] branch master updated (7f5f0b0 -> 95b4890)

2018-07-16 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  7f5f0b0   I18n: Update translation fi (97%).
   new  95b4890   Update terminal regexes from gnome-terminal

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-regex.h | 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/xfce4-terminal] 01/01: Update terminal regexes from gnome-terminal

2018-07-16 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 95b48905cea9e31d543dc92089d0bbcab86f3981
Author: Igor 
Date:   Mon Jul 16 17:34:11 2018 -0400

Update terminal regexes from gnome-terminal

regex: Allow apostrophes in URLs, except when enclosed between them
https://bugzilla.gnome.org/show_bug.cgi?id=448044
---
 terminal/terminal-regex.h | 14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/terminal/terminal-regex.h b/terminal/terminal-regex.h
index 2ed28d7..23d3266 100644
--- a/terminal/terminal-regex.h
+++ b/terminal/terminal-regex.h
@@ -44,6 +44,9 @@
 #ifndef TERMINAL_REGEX_H
 #define TERMINAL_REGEX_H
 
+/* Lookbehind to see if there's a preceding apostrophe */
+#define APOS_START_DEF "(?(?<='))?"
+
 #define SCHEME "(?ix: news | telnet | nntp | https? | ftps? | sftp | webcal )"
 
 #define USERCHARS "-+.[:alnum:]"
@@ -123,21 +126,22 @@
 #define PORT "(?x: \\:" N_1_65535 " )?"
 
 /* Omit the parentheses, see below */
-#define PATHCHARS_CLASS "[-[:alnum:]\\Q_$.+!*,:;@&=?/~#|%\\E]"
-/* Chars to end a URL */
-#define PATHTERM_CLASS "[-[:alnum:]\\Q_$+*:@&=/~#|%\\E]"
+#define PATHCHARS_CLASS "[-[:alnum:]\\Q_$.+!*,:;@&=?/~#|%'\\E]"
+/* Chars to end a URL. Apostrophe only allowed if there wasn't one in front of 
the URL, see bug 448044 */
+#define PATHTERM_CLASS"[-[:alnum:]\\Q_$+*:@&=/~#|%'\\E]"
+#define PATHTERM_NOAPOS_CLASS "[-[:alnum:]\\Q_$+*:@&=/~#|%\\E]"
 
 /* Recursive definition of PATH that allows parentheses and square brackets 
only if balanced, see bug 763980. */
 #define PATH_INNER_DEF "(?(DEFINE)(?(?x: (?: " PATHCHARS_CLASS "* 
(?: \\( (?_INNER) \\) | \\[ (?_INNER) \\] ) )* " PATHCHARS_CLASS "* 
)))"
 /* Same as above, but the last character (if exists and is not a parenthesis) 
must be from PATHTERM_CLASS. */
-#define PATH_DEF "(?(DEFINE)(?(?x: (?: " PATHCHARS_CLASS "* (?: \\( 
(?_INNER) \\) | \\[ (?_INNER) \\] ) )* (?: " PATHCHARS_CLASS "* " 
PATHTERM_CLASS " )? )))"
+#define PATH_DEF "(?(DEFINE)(?(?x: (?: " PATHCHARS_CLASS "* (?: \\( 
(?_INNER) \\) | \\[ (?_INNER) \\] ) )* (?: " PATHCHARS_CLASS "* 
(?()" PATHTERM_NOAPOS_CLASS "|" PATHTERM_CLASS ") )? )))"
 
 #define URLPATH "(?x: /(?) )?"
 #define VOIP_PATH "(?x: [;?](?) )?"
 
 /* Now let's put these fragments together */
 
-#define DEFS IP_DEF PATH_INNER_DEF PATH_DEF
+#define DEFS APOS_START_DEF IP_DEF PATH_INNER_DEF PATH_DEF
 
 #define REGEX_URL_AS_IS  DEFS SCHEME "://" USERPASS URL_HOST PORT URLPATH
 /* TODO: also support file:/etc/passwd */

-- 
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 (f486166 -> e980868)

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

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

  from  f486166   I18n: Update translation fi (100%).
   new  e980868   settings manager: Add default mnemonics back

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:
 xfce4-settings-manager/xfce-settings-manager-dialog.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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


[Xfce4-commits] [xfce/xfce4-settings] 01/01: settings manager: Add default mnemonics back

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

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

commit e98086890f1f72b6b4d43e8e25251b58791f026d
Author: Simon Steinbeiss 
Date:   Mon Jul 16 22:02:31 2018 +0200

settings manager: Add default mnemonics back

While mnemonics were handled in Gtk+2 with the use of GtkStock elements
they have to be added in Gtk+3 by hand.
---
 xfce4-settings-manager/xfce-settings-manager-dialog.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce4-settings-manager/xfce-settings-manager-dialog.c 
b/xfce4-settings-manager/xfce-settings-manager-dialog.c
index b501623..e8e69b7 100644
--- a/xfce4-settings-manager/xfce-settings-manager-dialog.c
+++ b/xfce4-settings-manager/xfce-settings-manager-dialog.c
@@ -201,10 +201,10 @@ xfce_settings_manager_dialog_init 
(XfceSettingsManagerDialog *dialog)
 
 
 dialog->button_help = gtk_dialog_add_button (GTK_DIALOG (dialog),
- _("Help"), GTK_RESPONSE_HELP);
+ _("_Help"), 
GTK_RESPONSE_HELP);
 image = gtk_image_new_from_icon_name ("help-browser", 
GTK_ICON_SIZE_BUTTON);
 gtk_button_set_image (GTK_BUTTON (dialog->button_help), image);
-button = gtk_dialog_add_button (GTK_DIALOG (dialog), _("Close"), 
GTK_RESPONSE_CLOSE);
+button = gtk_dialog_add_button (GTK_DIALOG (dialog), _("_Close"), 
GTK_RESPONSE_CLOSE);
 image = gtk_image_new_from_icon_name ("window-close", 
GTK_ICON_SIZE_BUTTON);
 gtk_button_set_image (GTK_BUTTON (button), image);
 

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


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

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

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

commit fe2a30e23610df6d2e679718e36739a54887a754
Author: Hsiu-Ming Chang 
Date:   Mon Jul 16 18:36:16 2018 +0200

I18n: Update translation zh_TW (100%).

169 translated messages.

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

diff --git a/po/zh_TW.po b/po/zh_TW.po
index 54d8106..83adbe5 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -5,6 +5,7 @@
 # Translators:
 # Ambrose Li , 2004
 # Cheng-Chia Tseng , 2010,2014,2017-2018
+# Hsiu-Ming Chang , 2018
 # Hydonsingore Cia , 2005
 # umm , 2003
 # Walter Cheuk , 2013-2015
@@ -13,8 +14,8 @@ msgstr ""
 "Project-Id-Version: Xfwm4\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-12-20 12:33+0100\n"
-"PO-Revision-Date: 2018-03-28 18:14+\n"
-"Last-Translator: Cheng-Chia Tseng \n"
+"PO-Revision-Date: 2018-07-16 11:13+\n"
+"Last-Translator: Hsiu-Ming Chang \n"
 "Language-Team: Chinese (Taiwan) 
(http://www.transifex.com/xfce/xfwm4/language/zh_TW/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -398,7 +399,7 @@ msgstr "當循環時繪製所選視窗周圍的框架(_D)"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:8
 msgid "_Raise windows while cycling"
-msgstr ""
+msgstr "當循環時提升視窗(_R)"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:9
 msgid "Cycle through windows in a _list"

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


[Xfce4-commits] [xfce/xfwm4] branch master updated (7dcea0c -> fe2a30e)

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

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

  from  7dcea0c   I18n: Update translation gl (100%).
   new  fe2a30e   I18n: Update translation zh_TW (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/zh_TW.po | 7 ---
 1 file changed, 4 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] [xfce/xfdesktop] 02/02: I18n: Update translation zh_TW (100%).

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

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

commit 8bc5f6e8ee723bab9da534a4e42857f83c466ef2
Author: Hsiu-Ming Chang 
Date:   Mon Jul 16 18:36:05 2018 +0200

I18n: Update translation zh_TW (100%).

229 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/zh_TW.po | 126 
 1 file changed, 67 insertions(+), 59 deletions(-)

diff --git a/po/zh_TW.po b/po/zh_TW.po
index d1c36c8..3c387ff 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -5,7 +5,7 @@
 # Translators:
 # Ambrose Li , 2004
 # Cheng-Chia Tseng , 2010,2013
-# Hsiu-Ming Chang , 2017
+# Hsiu-Ming Chang , 2017-2018
 # Hydonsingore Cia , 2004
 # Jeff Huang , 2014
 # Ying-Chun Lai , 2013
@@ -18,9 +18,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfdesktop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-04 18:31+0200\n"
-"PO-Revision-Date: 2018-03-19 16:39+\n"
-"Last-Translator: 博仁 林 \n"
+"POT-Creation-Date: 2018-05-25 06:32+0200\n"
+"PO-Revision-Date: 2018-07-16 11:06+\n"
+"Last-Translator: Hsiu-Ming Chang \n"
 "Language-Team: Chinese (Taiwan) 
(http://www.transifex.com/xfce/xfdesktop/language/zh_TW/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -141,7 +141,7 @@ msgstr "SOCKET ID"
 msgid "Version information"
 msgstr "版本資訊"
 
-#: ../settings/main.c:2101 ../src/xfdesktop-application.c:774
+#: ../settings/main.c:2101 ../src/xfdesktop-application.c:836
 msgid "Enable debug messages"
 msgstr "啟用除錯訊息"
 
@@ -356,7 +356,7 @@ msgstr "最小化應用程式圖示"
 msgid "File/launcher icons"
 msgstr "檔案/啟動器圖示"
 
-#: ../settings/xfdesktop-settings-ui.glade.h:10 ../src/xfce-desktop.c:1049
+#: ../settings/xfdesktop-settings-ui.glade.h:10 ../src/xfce-desktop.c:1060
 msgid "Desktop"
 msgstr "桌面"
 
@@ -478,7 +478,7 @@ msgstr "預設圖示"
 msgid "_Icons"
 msgstr "圖示(_I)"
 
-#: ../src/menu.c:81
+#: ../src/menu.c:90
 msgid "_Applications"
 msgstr "應用程式(_A)"
 
@@ -535,83 +535,83 @@ msgstr "移除工作區 %d (_R)"
 msgid "_Remove Workspace '%s'"
 msgstr "移除工作區「%s」(_R)"
 
-#: ../src/xfdesktop-application.c:766
+#: ../src/xfdesktop-application.c:828
 msgid "Display version information"
 msgstr "顯示版本資訊"
 
-#: ../src/xfdesktop-application.c:767
+#: ../src/xfdesktop-application.c:829
 msgid "Reload all settings"
 msgstr "重新載入所有設定值"
 
-#: ../src/xfdesktop-application.c:768
+#: ../src/xfdesktop-application.c:830
 msgid "Advance to the next wallpaper on the current workspace"
 msgstr "在目前工作區前進至下個桌布"
 
-#: ../src/xfdesktop-application.c:769
+#: ../src/xfdesktop-application.c:831
 msgid "Pop up the menu (at the current mouse position)"
 msgstr "彈出選單 (於目前滑鼠位置)"
 
-#: ../src/xfdesktop-application.c:770
+#: ../src/xfdesktop-application.c:832
 msgid "Pop up the window list (at the current mouse position)"
 msgstr "彈出視窗清單 (於目前滑鼠位置)"
 
-#: ../src/xfdesktop-application.c:772
+#: ../src/xfdesktop-application.c:834
 msgid "Automatically arrange all the icons on the desktop"
 msgstr "自動排列桌面上的所有圖示"
 
-#: ../src/xfdesktop-application.c:775
+#: ../src/xfdesktop-application.c:837
 msgid "Disable debug messages"
 msgstr "停用除錯訊息"
 
-#: ../src/xfdesktop-application.c:776
+#: ../src/xfdesktop-application.c:838
 msgid "Do not wait for a window manager on startup"
 msgstr "初始啟動時不要等待視窗管理員"
 
-#: ../src/xfdesktop-application.c:777
+#: ../src/xfdesktop-application.c:839
 msgid "Cause xfdesktop to quit"
 msgstr "導致 xfdesktop 退出"
 
-#: ../src/xfdesktop-application.c:792
+#: ../src/xfdesktop-application.c:854
 #, c-format
 msgid "Failed to parse arguments: %s\n"
 msgstr "無法解析引數:%s\n"
 
-#: ../src/xfdesktop-application.c:803
+#: ../src/xfdesktop-application.c:865
 #, c-format
 msgid "This is %s version %s, running on Xfce %s.\n"
 msgstr "這是 %s 版本 %s,運行於 Xfce %s。\n"
 
-#: ../src/xfdesktop-application.c:805
+#: ../src/xfdesktop-application.c:867
 #, c-format
 msgid "Built with GTK+ %d.%d.%d, linked with GTK+ %d.%d.%d."
 msgstr "依 GTK+ %d.%d.%d 建置,以 GTK+ %d.%d.%d 連結。"
 
-#: ../src/xfdesktop-application.c:809
+#: ../src/xfdesktop-application.c:871
 #, c-format
 msgid "Build options:\n"
 msgstr "建置選項:\n"
 
-#: ../src/xfdesktop-application.c:810
+#: ../src/xfdesktop-application.c:872
 #, c-format
 msgid "Desktop Menu:%s\n"
 msgstr "桌面選單:%s\n"
 
-#: ../src/xfdesktop-application.c:812 ../src/xfdesktop-application.c:819
-#: ../src/xfdesktop-application.c:826
+#: ../src/xfdesktop-application.c:874 ../src/xfdesktop-application.c:881
+#: ../src/xfdesktop-application.c:888
 msgid "enabled"
 msgstr "已啟用"
 
-#: ../src/xfdesktop-application.c:814 ../src/xfdesktop-application.c:821
-#: ../src/xfdesktop-application.c:828
+#: ../src/xfdesktop-application.c:876 ../src/xfdesktop-application.c:883
+#: ../src/xfdesktop-application.c:890
 msgid "disabled"
 msgstr "已停用"
 
-#: 

[Xfce4-commits] [xfce/xfdesktop] branch master updated (68489d8 -> 8bc5f6e)

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

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

  from  68489d8   I18n: Update translation pt (100%).
   new  5653d0d   I18n: Update translation fi (100%).
   new  8bc5f6e   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/fi.po| 124 +++
 po/zh_TW.po | 126 
 2 files changed, 133 insertions(+), 117 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/xfdesktop] 01/02: I18n: Update translation fi (100%).

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

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

commit 5653d0d1778b3206b866afa9d87bcc9e3672ec44
Author: Anonymous 
Date:   Mon Jul 16 18:36:05 2018 +0200

I18n: Update translation fi (100%).

229 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/fi.po | 124 +--
 1 file changed, 66 insertions(+), 58 deletions(-)

diff --git a/po/fi.po b/po/fi.po
index 3635b1a..e30b1d4 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Ammuu5, 2017
+# Ammuu5, 2017-2018
 # Juhani Numminen , 2013
 # Lasse Liehu , 2014,2016
 # Pasi Lallinaho , 2014-2015,2017
@@ -11,8 +11,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfdesktop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-04 18:31+0200\n"
-"PO-Revision-Date: 2017-12-19 06:15+\n"
+"POT-Creation-Date: 2018-05-25 06:32+0200\n"
+"PO-Revision-Date: 2018-07-16 13:32+\n"
 "Last-Translator: Ammuu5\n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/xfdesktop/language/fi/)\n"
 "MIME-Version: 1.0\n"
@@ -134,7 +134,7 @@ msgstr "PISTOKE"
 msgid "Version information"
 msgstr "Versiotiedot"
 
-#: ../settings/main.c:2101 ../src/xfdesktop-application.c:774
+#: ../settings/main.c:2101 ../src/xfdesktop-application.c:836
 msgid "Enable debug messages"
 msgstr "Salli vianetsintä"
 
@@ -349,7 +349,7 @@ msgstr "Pienennetyt sovellukset"
 msgid "File/launcher icons"
 msgstr "Tiedosto-/käynnistinkuvakkeet"
 
-#: ../settings/xfdesktop-settings-ui.glade.h:10 ../src/xfce-desktop.c:1049
+#: ../settings/xfdesktop-settings-ui.glade.h:10 ../src/xfce-desktop.c:1060
 msgid "Desktop"
 msgstr "Työpöytä"
 
@@ -471,7 +471,7 @@ msgstr "Oletuskuvakkeet"
 msgid "_Icons"
 msgstr "_Kuvakkeet"
 
-#: ../src/menu.c:81
+#: ../src/menu.c:90
 msgid "_Applications"
 msgstr "_Sovellukset"
 
@@ -528,83 +528,83 @@ msgstr "_Poista työtila %d"
 msgid "_Remove Workspace '%s'"
 msgstr "_Poista työtila '%s'"
 
-#: ../src/xfdesktop-application.c:766
+#: ../src/xfdesktop-application.c:828
 msgid "Display version information"
 msgstr "Näytä versiotiedot"
 
-#: ../src/xfdesktop-application.c:767
+#: ../src/xfdesktop-application.c:829
 msgid "Reload all settings"
 msgstr "Lataa kaikki asetukset uudelleen"
 
-#: ../src/xfdesktop-application.c:768
+#: ../src/xfdesktop-application.c:830
 msgid "Advance to the next wallpaper on the current workspace"
 msgstr "Siirry seuraavaan taustakuvaan nykyisessä työtilassa"
 
-#: ../src/xfdesktop-application.c:769
+#: ../src/xfdesktop-application.c:831
 msgid "Pop up the menu (at the current mouse position)"
 msgstr "Näytä valikko (osoittimen nykyisessä sijainnissa)"
 
-#: ../src/xfdesktop-application.c:770
+#: ../src/xfdesktop-application.c:832
 msgid "Pop up the window list (at the current mouse position)"
 msgstr "Näytä ikkunalista (kursorin nykyisessä sijainnissa)"
 
-#: ../src/xfdesktop-application.c:772
+#: ../src/xfdesktop-application.c:834
 msgid "Automatically arrange all the icons on the desktop"
 msgstr "Järjestä työpöydän kuvakkeet automaattisesti"
 
-#: ../src/xfdesktop-application.c:775
+#: ../src/xfdesktop-application.c:837
 msgid "Disable debug messages"
 msgstr "Älä käytä virheenetsintää"
 
-#: ../src/xfdesktop-application.c:776
+#: ../src/xfdesktop-application.c:838
 msgid "Do not wait for a window manager on startup"
 msgstr "Älä odota ikkunanhallintaa käynnistyksessä"
 
-#: ../src/xfdesktop-application.c:777
+#: ../src/xfdesktop-application.c:839
 msgid "Cause xfdesktop to quit"
 msgstr "Sulje xfdesktop"
 
-#: ../src/xfdesktop-application.c:792
+#: ../src/xfdesktop-application.c:854
 #, c-format
 msgid "Failed to parse arguments: %s\n"
 msgstr "Argumenttien jäsennys epäonnistui: %s\n"
 
-#: ../src/xfdesktop-application.c:803
+#: ../src/xfdesktop-application.c:865
 #, c-format
 msgid "This is %s version %s, running on Xfce %s.\n"
 msgstr "Tämä on %s versio %s, suoritusympäristönä Xfce %s.\n"
 
-#: ../src/xfdesktop-application.c:805
+#: ../src/xfdesktop-application.c:867
 #, c-format
 msgid "Built with GTK+ %d.%d.%d, linked with GTK+ %d.%d.%d."
 msgstr "Kääntäessä käytössä GTK+ %d.%d.%d, nyt GTK+ %d.%d.%d."
 
-#: ../src/xfdesktop-application.c:809
+#: ../src/xfdesktop-application.c:871
 #, c-format
 msgid "Build options:\n"
 msgstr "Käännösvalitsimet:\n"
 
-#: ../src/xfdesktop-application.c:810
+#: ../src/xfdesktop-application.c:872
 #, c-format
 msgid "Desktop Menu:%s\n"
 msgstr "Työpöytävalikko: %s\n"
 
-#: ../src/xfdesktop-application.c:812 ../src/xfdesktop-application.c:819
-#: ../src/xfdesktop-application.c:826
+#: ../src/xfdesktop-application.c:874 ../src/xfdesktop-application.c:881
+#: 

[Xfce4-commits] [panel-plugins/xfce4-xkb-plugin] 01/01: I18n: Update translation fi (86%).

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

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

commit 9380a9cab942cf82a9d5fb2834c558123f5e9ad6
Author: Anonymous 
Date:   Mon Jul 16 18:35:52 2018 +0200

I18n: Update translation fi (86%).

19 translated messages, 3 untranslated messages.

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

diff --git a/po/fi.po b/po/fi.po
index 8578516..43c8045 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,14 +3,15 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Ammuu5, 2018
 # Juhani Numminen , 2013
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-07-27 00:32+0200\n"
-"PO-Revision-Date: 2017-09-19 18:07+\n"
-"Last-Translator: Xfce Bot \n"
+"PO-Revision-Date: 2018-07-16 14:10+\n"
+"Last-Translator: Ammuu5\n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/fi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -20,7 +21,7 @@ msgstr ""
 
 #: ../panel-plugin/xkb-dialog.c:76
 msgid "This option is not available for current layout style"
-msgstr ""
+msgstr "Tämä vaihtoehto ei ole saatavilla nykyiselle asettelutyylille"
 
 #: ../panel-plugin/xkb-dialog.c:105 ../panel-plugin/xkb.desktop.in.h:1
 msgid "Keyboard Layouts"
@@ -44,19 +45,19 @@ msgstr "tekstinä"
 
 #: ../panel-plugin/xkb-dialog.c:139
 msgid "system"
-msgstr ""
+msgstr "järjestelmä"
 
 #: ../panel-plugin/xkb-dialog.c:145
 msgid "Layout name:"
-msgstr ""
+msgstr "Asettelun nimi:"
 
 #: ../panel-plugin/xkb-dialog.c:151
 msgid "country"
-msgstr ""
+msgstr "maa"
 
 #: ../panel-plugin/xkb-dialog.c:152
 msgid "language"
-msgstr ""
+msgstr "kieli"
 
 #: ../panel-plugin/xkb-dialog.c:158
 msgid "Widget size:"

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


[Xfce4-commits] [panel-plugins/xfce4-wavelan-plugin] 01/01: I18n: Update translation fi (100%).

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

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

commit 4a61e3ea0bc5b9f33ec0cc48c2ca482df422e133
Author: Anonymous 
Date:   Mon Jul 16 18:35:41 2018 +0200

I18n: Update translation fi (100%).

18 translated messages.

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

diff --git a/po/fi.po b/po/fi.po
index e07b12c..0e656a1 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,14 +3,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Ammuu5, 2017
+# Ammuu5, 2017-2018
 # Jiri Grönroos , 2013
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-03-05 00:32+0100\n"
-"PO-Revision-Date: 2017-12-19 07:48+\n"
+"PO-Revision-Date: 2018-07-16 14:17+\n"
 "Last-Translator: Ammuu5\n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/fi/)\n"
 "MIME-Version: 1.0\n"
@@ -21,13 +21,13 @@ msgstr ""
 
 #: ../panel-plugin/wavelan.c:159 ../panel-plugin/wi_common.c:35
 msgid "No carrier signal"
-msgstr ""
+msgstr "Ei kantoaaltosignaalia"
 
 #. Translators: net_name: quality quality_unit at rate Mb/s
 #: ../panel-plugin/wavelan.c:173
 #, c-format
 msgid "%s: %d%s at %dMb/s"
-msgstr ""
+msgstr "%s:%d%s nopeudella %d Mb/s"
 
 #. Translators: quality quality_unit at rate Mb/s
 #: ../panel-plugin/wavelan.c:176
@@ -83,7 +83,7 @@ msgstr "Ei tällaista WaveLAN-laitetta"
 
 #: ../panel-plugin/wi_common.c:41
 msgid "Invalid parameter"
-msgstr ""
+msgstr "Virheellinen parametri"
 
 #: ../panel-plugin/wi_common.c:44
 msgid "Unknown error"

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


[Xfce4-commits] [panel-plugins/xfce4-xkb-plugin] branch master updated (6e26dbd -> 9380a9c)

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

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

  from  6e26dbd   I18n: Update translation it (100%).
   new  9380a9c   I18n: Update translation fi (86%).

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/fi.po | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

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


[Xfce4-commits] [panel-plugins/xfce4-wavelan-plugin] branch master updated (1399ce3 -> 4a61e3e)

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

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

  from  1399ce3   I18n: Update translation it (100%).
   new  4a61e3e   I18n: Update translation fi (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/fi.po | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

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


[Xfce4-commits] [panel-plugins/xfce4-stopwatch-plugin] branch master updated (e9369e2 -> d323ae6)

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

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

  from  e9369e2   I18n: Update translation it (100%).
   new  d323ae6   I18n: Add new translation fi (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/{nl.po => fi.po} | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)
 copy po/{nl.po => fi.po} (70%)

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


[Xfce4-commits] [panel-plugins/xfce4-time-out-plugin] branch master updated (a65c29e -> 69e5701)

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

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

  from  a65c29e   I18n: Update translation it (100%).
   new  69e5701   I18n: Update translation fi (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/fi.po | 17 ++---
 1 file changed, 14 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] [panel-plugins/xfce4-verve-plugin] 01/01: I18n: Update translation fi (75%).

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

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

commit 63aa404993c50cdca1675318f6102cb8fe004b94
Author: Anonymous 
Date:   Mon Jul 16 18:35:34 2018 +0200

I18n: Update translation fi (75%).

21 translated messages, 7 untranslated messages.

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

diff --git a/po/fi.po b/po/fi.po
index 9fb58bd..9236168 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,15 +3,15 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Ammuu5, 2017
+# Ammuu5, 2017-2018
 # Jari Rahkonen , 2006
 # Pasi Lallinaho , 2015
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-11-23 00:32+0100\n"
-"PO-Revision-Date: 2017-12-19 07:52+\n"
+"POT-Creation-Date: 2018-04-25 06:31+0200\n"
+"PO-Revision-Date: 2018-07-16 14:18+\n"
 "Last-Translator: Ammuu5\n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/fi/)\n"
 "MIME-Version: 1.0\n"
@@ -66,8 +66,8 @@ msgstr "Taustaväri:"
 
 #. Plugin foreground color label
 #: ../panel-plugin/verve-plugin.c:1279
-msgid "Foreground color:"
-msgstr ""
+msgid "Text color:"
+msgstr "Tekstin väri:"
 
 #. Frame for behaviour settings
 #: ../panel-plugin/verve-plugin.c:1298

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


[Xfce4-commits] [panel-plugins/xfce4-systemload-plugin] 01/01: I18n: Update translation fi (100%).

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

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

commit 4cfee90fcd82ccf47e014ff88f70e7df05135f56
Author: Anonymous 
Date:   Mon Jul 16 18:35:13 2018 +0200

I18n: Update translation fi (100%).

23 translated messages.

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

diff --git a/po/fi.po b/po/fi.po
index b711743..2cab973 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,6 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Ammuu5, 2018
 # Juhani Numminen , 2013
 # Pasi Lallinaho , 2015
 msgid ""
@@ -10,8 +11,8 @@ msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-12-24 00:33+0100\n"
-"PO-Revision-Date: 2018-02-19 12:37+\n"
-"Last-Translator: Xfce Bot \n"
+"PO-Revision-Date: 2018-07-16 14:46+\n"
+"Last-Translator: Ammuu5\n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/fi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -88,7 +89,7 @@ msgstr "Järjestelmän kuorman seuranta"
 
 #: ../panel-plugin/systemload.c:870
 msgid "General"
-msgstr ""
+msgstr "Yleiset"
 
 #: ../panel-plugin/systemload.c:882
 msgid "Update interval:"
@@ -98,7 +99,7 @@ msgstr "Päivitysväli:"
 msgid ""
 "Update interval when running on battery (uses regular update interval if set"
 " to zero)"
-msgstr ""
+msgstr "Päivitysväli käytettäessä akkuvirtaa (käyttää säännöllistä 
päivitysväliä, jos asetettu nollaksi)"
 
 #: ../panel-plugin/systemload.c:893
 msgid "Power-saving interval:"
@@ -106,7 +107,7 @@ msgstr "Virransäästöväli:"
 
 #: ../panel-plugin/systemload.c:902
 msgid "Launched when clicking on the plugin"
-msgstr ""
+msgstr "Käynnistetään, kun liitännäistä napsautetaan"
 
 #: ../panel-plugin/systemload.c:906
 msgid "System monitor:"

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


[Xfce4-commits] [panel-plugins/xfce4-verve-plugin] branch master updated (df89969 -> 63aa404)

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

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

  from  df89969   I18n: Update translation it (100%).
   new  63aa404   I18n: Update translation fi (75%).

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


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

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


[Xfce4-commits] [panel-plugins/xfce4-time-out-plugin] 01/01: I18n: Update translation fi (100%).

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

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

commit 69e57014b677089e0104d20f661dcec05e467826
Author: Anonymous 
Date:   Mon Jul 16 18:35:20 2018 +0200

I18n: Update translation fi (100%).

35 translated messages.

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

diff --git a/po/fi.po b/po/fi.po
index a70f875..bc20575 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,13 +3,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Ammuu5, 2018
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-08-30 18:31+0200\n"
-"PO-Revision-Date: 2017-09-19 18:06+\n"
-"Last-Translator: Xfce Bot \n"
+"POT-Creation-Date: 2017-12-16 18:32+0100\n"
+"PO-Revision-Date: 2018-07-16 14:42+\n"
+"Last-Translator: Ammuu5\n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/fi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -17,6 +18,11 @@ msgstr ""
 "Language: fi\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
+#. Create label for displaying the remaining time until the next break
+#: ../panel-plugin/time-out.c:211
+msgid "Inactive"
+msgstr "Toimeton"
+
 #. Create menu item for taking an instant break
 #: ../panel-plugin/time-out.c:264
 msgid "Take a break"
@@ -101,6 +107,11 @@ msgstr "Jatka automaattisesti"
 msgid "Appearance"
 msgstr "Ulkoasu"
 
+#. Create note label
+#: ../panel-plugin/time-out.c:601
+msgid "Note: Icon and time cannot be hidden simultaneously."
+msgstr "Huomaa: Kuvaketta ja aikaa ei voi piilottaa samanaikaisesti."
+
 #. Create display icon check button
 #: ../panel-plugin/time-out.c:606
 msgid "Display icon"

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


[Xfce4-commits] [panel-plugins/xfce4-systemload-plugin] branch master updated (3395861 -> 4cfee90)

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

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

  from  3395861   I18n: Update translation it (100%).
   new  4cfee90   I18n: Update translation fi (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/fi.po | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

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


[Xfce4-commits] [panel-plugins/xfce4-timer-plugin] 01/01: I18n: Update translation fi (100%).

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

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

commit a5cb4c440e75898580ea959f06b696809c4a4bc7
Author: Anonymous 
Date:   Mon Jul 16 18:35:27 2018 +0200

I18n: Update translation fi (100%).

48 translated messages.

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

diff --git a/po/fi.po b/po/fi.po
index e5a1e37..54cd5ce 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -1,23 +1,22 @@
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-#
+# 
 # Translators:
-# Ammuu5, 2017
+# Ammuu5, 2017-2018
 # Jiri Grönroos , 2018
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-04-21 18:00+0300\n"
-"PO-Revision-Date: 2018-02-19 12:38+\n"
-"Last-Translator: Jiri Grönroos \n"
-"Language-Team: Finnish (http://www.transifex.com/xfce/xfce-panel-plugins/;
-"language/fi/)\n"
-"Language: fi\n"
+"POT-Creation-Date: 2018-04-21 18:32+0200\n"
+"PO-Revision-Date: 2018-07-16 14:39+\n"
+"Last-Translator: Ammuu5\n"
+"Language-Team: Finnish 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/fi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: ../panel-plugin/xfcetimer.c:167
@@ -45,9 +44,7 @@ msgstr "(Keskeytetty)"
 msgid ""
 "Beeep! :) \n"
 "Time is up for the alarm %s."
-msgstr ""
-"Piiip! :)\n"
-"Hälytyksen %s aika on loppunut."
+msgstr "Piiip! :)\nHälytyksen %s aika on loppunut."
 
 #: ../panel-plugin/xfcetimer.c:221 ../panel-plugin/xfcetimer.c:1508
 msgid "Close"
@@ -87,7 +84,7 @@ msgstr "%ds"
 #: ../panel-plugin/xfcetimer.c:626 ../panel-plugin/xfcetimer.c:706
 #, c-format
 msgid "At %02d:%02d"
-msgstr ""
+msgstr "Aikaan %02d:%02d"
 
 #: ../panel-plugin/xfcetimer.c:812
 msgid "Name:"
@@ -95,7 +92,7 @@ msgstr "Nimi:"
 
 #: ../panel-plugin/xfcetimer.c:821
 msgid "Enter the countdown time"
-msgstr ""
+msgstr "Anna ajastinaika"
 
 #: ../panel-plugin/xfcetimer.c:826
 msgid "Enter the time of alarm (24h format)"
@@ -126,12 +123,12 @@ msgstr "Suoritettava komento:"
 #. add recurring alarm check button
 #: ../panel-plugin/xfcetimer.c:892
 msgid "Recurring alarm"
-msgstr ""
+msgstr "Toistuva hälytys"
 
 #. add alarm autostart check button
 #: ../panel-plugin/xfcetimer.c:899
 msgid "Auto start when plugin loads"
-msgstr ""
+msgstr "Automaattinen aloitus kun liitännäinen käynnistyy"
 
 #: ../panel-plugin/xfcetimer.c:909
 msgid "Cancel"
@@ -161,7 +158,7 @@ msgstr "Ajastimen nimi"
 msgid ""
 "Countdown period /\n"
 "Alarm time"
-msgstr ""
+msgstr "Ajastinajankohta /\nHälytysaika"
 
 #: ../panel-plugin/xfcetimer.c:1554
 msgid "Alarm command"
@@ -181,11 +178,11 @@ msgstr "Poista"
 
 #: ../panel-plugin/xfcetimer.c:1596
 msgid "Up"
-msgstr ""
+msgstr "Ylös"
 
 #: ../panel-plugin/xfcetimer.c:1603
 msgid "Down"
-msgstr ""
+msgstr "Alas"
 
 #: ../panel-plugin/xfcetimer.c:1619
 msgid "Don't display a warning  if an alarm command is set"
@@ -219,11 +216,11 @@ msgstr "Tietoa xfce4-ajastin-liitännäisestä"
 
 #: ../panel-plugin/xfcetimer.c:1739
 msgid "A plugin to define countdown timers or alarms at given times."
-msgstr ""
+msgstr "Liitännäinen ajastimien tai hälytysten määrittämiselle tiettyinä 
aikoina."
 
 #: ../panel-plugin/xfcetimer.c:1742
 msgid "Copyright (c) 2005-2018\n"
-msgstr ""
+msgstr "Tekijänoikeus (c) 2005-2018\n"
 
 #: ../panel-plugin/xfce4-timer-plugin.desktop.in.h:1
 msgid "Xfce4 Timer"
@@ -231,13 +228,4 @@ msgstr "Xfce4 Ajastin"
 
 #: ../panel-plugin/xfce4-timer-plugin.desktop.in.h:2
 msgid "Timer plugin for Xfce panel"
-msgstr ""
-
-#~ msgid "Selecting a timer starts it"
-#~ msgstr "Ajastimen valitseminen aloittaa sen"
-
-#~ msgid "Start timer"
-#~ msgstr "Käynnistä ajastin"
-
-#~ msgid "Stop the alarm"
-#~ msgstr "Pysäytä hälytys"
+msgstr "Ajastinliitännäinen Xfce:n paneelille"

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


[Xfce4-commits] [panel-plugins/xfce4-timer-plugin] branch master updated (f1e6461 -> a5cb4c4)

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

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

  from  f1e6461   I18n: Update translation it (100%).
   new  a5cb4c4   I18n: Update translation fi (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/fi.po | 48 ++--
 1 file changed, 18 insertions(+), 30 deletions(-)

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


[Xfce4-commits] [panel-plugins/xfce4-stopwatch-plugin] 01/01: I18n: Add new translation fi (100%).

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

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

commit d323ae6c1503830bd4bf6e61d8d639ba0808252c
Author: Anonymous 
Date:   Mon Jul 16 18:35:00 2018 +0200

I18n: Add new translation fi (100%).

2 translated messages.

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

diff --git a/po/fi.po b/po/fi.po
new file mode 100644
index 000..6f3155c
--- /dev/null
+++ b/po/fi.po
@@ -0,0 +1,27 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# Ammuu5, 2018
+msgid ""
+msgstr ""
+"Project-Id-Version: Xfce Panel Plugins\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-07-03 21:19+0200\n"
+"PO-Revision-Date: 2018-07-16 14:49+\n"
+"Last-Translator: Ammuu5\n"
+"Language-Team: Finnish 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/fi/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../panel-plugin/xfce4-stopwatch-plugin.desktop.in.in.h:1
+msgid "Stopwatch"
+msgstr "Sekuntikello"
+
+#: ../panel-plugin/xfce4-stopwatch-plugin.desktop.in.in.h:2
+msgid "Time yourself"
+msgstr "Ajoita itse"

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


[Xfce4-commits] [panel-plugins/xfce4-places-plugin] branch master updated (e5de0a7 -> e8ce97a)

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

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

  from  e5de0a7   I18n: Update translation it (100%).
   new  e8ce97a   I18n: Update translation fi (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/fi.po | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

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


[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 01/01: I18n: Update translation fi (97%).

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

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

commit fa6bd932aada224baec34cf77726cebe4720ed71
Author: Anonymous 
Date:   Mon Jul 16 18:33:48 2018 +0200

I18n: Update translation fi (97%).

70 translated messages, 2 untranslated messages.

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

diff --git a/po/fi.po b/po/fi.po
index a60a9a8..5c302e9 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Ammuu5, 2017
+# Ammuu5, 2017-2018
 # Jiri Grönroos , 2018
 # Pasi Lallinaho , 2015
 msgid ""
@@ -11,8 +11,8 @@ msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2016-09-15 18:31+0200\n"
-"PO-Revision-Date: 2018-02-19 12:36+\n"
-"Last-Translator: Jiri Grönroos \n"
+"PO-Revision-Date: 2018-07-16 14:03+\n"
+"Last-Translator: Ammuu5\n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/fi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -161,7 +161,7 @@ msgstr "Näytä _QR-koodi"
 msgid ""
 "If checked, the menu shows a QR-Code of the currently selected clipboard "
 "entry"
-msgstr ""
+msgstr "Valikko näyttää valitun leikepöydän merkinnän QR-koodin"
 
 #: ../panel-plugin/settings-dialog.ui.h:15
 msgid "Behavior"

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


[Xfce4-commits] [panel-plugins/xfce4-places-plugin] 01/01: I18n: Update translation fi (100%).

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

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

commit e8ce97a5f051852ffd0c7a149fa079549ca8db15
Author: Anonymous 
Date:   Mon Jul 16 18:34:28 2018 +0200

I18n: Update translation fi (100%).

45 translated messages.

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

diff --git a/po/fi.po b/po/fi.po
index dfcb4af..2b05db9 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,6 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Ammuu5, 2018
 # Ilkka Tuohela , 2005
 # Jiri Grönroos , 2018
 # Mikko Rauhala , 1999
@@ -12,8 +13,8 @@ msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-11-10 18:31+0100\n"
-"PO-Revision-Date: 2018-02-19 12:38+\n"
-"Last-Translator: Jiri Grönroos \n"
+"PO-Revision-Date: 2018-07-16 15:12+\n"
+"Last-Translator: Ammuu5\n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/fi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -49,7 +50,7 @@ msgstr "Tiedostojärjestelmä"
 #: ../panel-plugin/model_user.c:242
 #, c-format
 msgid "%s on %s"
-msgstr ""
+msgstr "%s kohteessa %s"
 
 #: ../panel-plugin/model_volumes.c:71
 #, c-format
@@ -212,7 +213,7 @@ msgstr "Käyttö:"
 
 #: ../panel-plugin/xfce4-popup-places.sh:29
 msgid "OPTION"
-msgstr ""
+msgstr "VALINTA"
 
 #: ../panel-plugin/xfce4-popup-places.sh:31
 msgid "Options:"
@@ -220,7 +221,7 @@ msgstr "Valinnat:"
 
 #: ../panel-plugin/xfce4-popup-places.sh:32
 msgid "Popup menu at current mouse position"
-msgstr ""
+msgstr "Ponnahdusvalikko nykyisellä hiiren kohdalla"
 
 #: ../panel-plugin/xfce4-popup-places.sh:33
 msgid "Show help options"

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


[Xfce4-commits] [panel-plugins/xfce4-mount-plugin] 01/01: I18n: Update translation fi (82%).

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

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

commit 2e4cd63cb6410ab79a30c9e5b381bbb2a3e9398b
Author: Anonymous 
Date:   Mon Jul 16 18:34:15 2018 +0200

I18n: Update translation fi (82%).

46 translated messages, 10 untranslated messages.

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

diff --git a/po/fi.po b/po/fi.po
index c6c2855..dd14f94 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,6 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Ammuu5, 2018
 # Elias Julkunen , 2008
 # Jiri Grönroos , 2013
 msgid ""
@@ -10,8 +11,8 @@ msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2016-06-08 00:31+0200\n"
-"PO-Revision-Date: 2017-09-19 18:06+\n"
-"Last-Translator: Xfce Bot \n"
+"PO-Revision-Date: 2018-07-16 15:18+\n"
+"Last-Translator: Ammuu5\n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/fi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -88,11 +89,11 @@ msgstr "Ei liitetty\n"
 #: ../panel-plugin/devices.c:379 ../panel-plugin/devices.c:390
 #: ../panel-plugin/devices.c:400 ../panel-plugin/devices.c:487
 msgid "Xfce 4 Mount Plugin"
-msgstr ""
+msgstr "Xfce4 Liitosliitännäinen"
 
 #: ../panel-plugin/devices.c:295
 msgid "Failed to mount device:"
-msgstr ""
+msgstr "Epäonnistuttiin liittämään laite:"
 
 #: ../panel-plugin/devices.c:318
 msgid "Error executing on-mount command:"
@@ -100,7 +101,7 @@ msgstr ""
 
 #: ../panel-plugin/devices.c:381
 msgid "Failed to umount device:"
-msgstr ""
+msgstr "Epäonnistuttiin irrottamaan laite:"
 
 #: ../panel-plugin/devices.c:392
 msgid "The device should be removable safely now:"
@@ -118,12 +119,12 @@ msgstr ""
 
 #: ../panel-plugin/mount-plugin.c:177
 msgid " -> "
-msgstr ""
+msgstr "->"
 
 #: ../panel-plugin/mount-plugin.c:230
 #, c-format
 msgid "[%s/%s] %s free"
-msgstr ""
+msgstr "[%s/%s] %s vapaana"
 
 #: ../panel-plugin/mount-plugin.c:249
 msgid "not mounted"

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


[Xfce4-commits] [panel-plugins/xfce4-mount-plugin] branch master updated (718d339 -> 2e4cd63)

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

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

  from  718d339   I18n: Update translation it (100%).
   new  2e4cd63   I18n: Update translation fi (82%).

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/fi.po | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

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


[Xfce4-commits] [panel-plugins/xfce4-statusnotifier-plugin] branch master updated (8783aba -> 17f2676)

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

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

  from  8783aba   I18n: Update translation it (100%).
   new  17f2676   I18n: Add new translation fi (92%).

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/{en_AU.po => fi.po} | 55 +-
 1 file changed, 27 insertions(+), 28 deletions(-)
 copy po/{en_AU.po => fi.po} (68%)

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


[Xfce4-commits] [panel-plugins/xfce4-statusnotifier-plugin] 01/01: I18n: Add new translation fi (92%).

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

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

commit 17f2676fd01add14afc5175e445c5218173e38c2
Author: Anonymous 
Date:   Mon Jul 16 18:34:52 2018 +0200

I18n: Add new translation fi (92%).

23 translated messages, 2 untranslated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/fi.po | 121 +++
 1 file changed, 121 insertions(+)

diff --git a/po/fi.po b/po/fi.po
new file mode 100644
index 000..294d1d2
--- /dev/null
+++ b/po/fi.po
@@ -0,0 +1,121 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR , YEAR.
+# 
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: xfce4-statusnotifier-plugin\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-07-28 16:38+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: Ammuu5, 2018\n"
+"Language-Team: Finnish (https://www.transifex.com/xfce/teams/16840/fi/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../panel-plugin/sn-dialog.c:368
+msgid "Clear"
+msgstr "Tyhjennä"
+
+#: ../panel-plugin/sn-dialog.c:369
+msgid "Are you sure you want to clear the list of known items?"
+msgstr "Haluatko varmasti tyhjentää tunnettujen kohteiden listan?"
+
+#: ../panel-plugin/sn-dialog.glade.h:1
+msgid "Status Notifier Items"
+msgstr "Tilailmoituksen kohteet"
+
+#: ../panel-plugin/sn-dialog.glade.h:2
+msgid "_Maximum icon size (px):"
+msgstr "_Kuvakkeen maksimikoko (px):"
+
+#: ../panel-plugin/sn-dialog.glade.h:3
+msgid "Arrange items in a single row"
+msgstr "Järjestä kuvakkeet yhdelle riville"
+
+#: ../panel-plugin/sn-dialog.glade.h:4
+msgid "If enabled, ensure that the items are laid out in a single row"
+msgstr "Jos käytössä, pitää huolen että kohteet on aseteltu yhteen riviin"
+
+#: ../panel-plugin/sn-dialog.glade.h:5
+msgid "Square icons"
+msgstr "Neliökuvakkeet"
+
+#: ../panel-plugin/sn-dialog.glade.h:6
+msgid "Item buttons will take a square when it's possible"
+msgstr "Kohdepainikkeet ottavat neliömuodon kun mahdollista."
+
+#: ../panel-plugin/sn-dialog.glade.h:7
+msgid "Symbolic icons"
+msgstr "Symboliset kuvakkeet"
+
+#: ../panel-plugin/sn-dialog.glade.h:8
+msgid "Load symbolic icons if available"
+msgstr "Lataa symboliset kuvakkeet, jos ne on saatavilla"
+
+#: ../panel-plugin/sn-dialog.glade.h:9
+msgid "Appearance"
+msgstr "Ulkoasu"
+
+#: ../panel-plugin/sn-dialog.glade.h:10
+msgid "Menu is primary action"
+msgstr "Valikko on ensisijainen toiminto"
+
+#: ../panel-plugin/sn-dialog.glade.h:11
+msgid "Left click will always display the menu for item"
+msgstr "Vasen klikkaus näyttää aina kohteen valikon"
+
+#: ../panel-plugin/sn-dialog.glade.h:12
+msgid "Behavior"
+msgstr "Toiminta"
+
+#: ../panel-plugin/sn-dialog.glade.h:13
+msgid "Hide items by default"
+msgstr "Piilota kohteet oletuksena"
+
+#: ../panel-plugin/sn-dialog.glade.h:14
+msgid "When enabled, all new items will be marked as \"Hidden\""
+msgstr "Kun käytössä, kaikki uudet kohteet merkitään \"Piilotetuksi\""
+
+#: ../panel-plugin/sn-dialog.glade.h:15
+msgid "Item"
+msgstr "kohde"
+
+#: ../panel-plugin/sn-dialog.glade.h:16
+msgid "Hidden"
+msgstr "Piilotettu"
+
+#: ../panel-plugin/sn-dialog.glade.h:17
+msgid "Move the selected item one row up"
+msgstr "Siirrä valittu kohde yksi rivi ylös"
+
+#: ../panel-plugin/sn-dialog.glade.h:18
+msgid "Move the selected item one row down"
+msgstr "Siirrä valittu kohde yksi rivi alas"
+
+#: ../panel-plugin/sn-dialog.glade.h:19
+msgid "C_lear Known Items"
+msgstr "T_yhjennä tunnetut kohteet"
+
+#: ../panel-plugin/sn-dialog.glade.h:20
+msgid "Resets the list of items and their visibility settings"
+msgstr "Tyhjentää listan tunnetuista kohteista ja niiden näkyvyysasetuksista."
+
+#: ../panel-plugin/sn-dialog.glade.h:21
+msgid "Known Items"
+msgstr "Tunnetut kohteet"
+
+#: ../panel-plugin/sn-plugin.c:185
+#: ../panel-plugin/statusnotifier.desktop.in.h:2
+msgid ""
+"Provides a panel area for status notifier items (application indicators)"
+msgstr ""
+
+#: ../panel-plugin/statusnotifier.desktop.in.h:1
+msgid "Status Notifier Plugin"
+msgstr ""

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


[Xfce4-commits] [panel-plugins/xfce4-pulseaudio-plugin] 02/02: I18n: Update translation zh_TW (100%).

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

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

commit 2e3abbfef4983861c7d322bc3d7310ee5f0c11d9
Author: Hsiu-Ming Chang 
Date:   Mon Jul 16 18:34:36 2018 +0200

I18n: Update translation zh_TW (100%).

35 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/zh_TW.po | 63 ++---
 1 file changed, 44 insertions(+), 19 deletions(-)

diff --git a/po/zh_TW.po b/po/zh_TW.po
index 68ea2ac..b124141 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -3,14 +3,15 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Hsiu-Ming Chang , 2018
 # Jeff Huang , 2015,2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-12-03 06:33+0100\n"
-"PO-Revision-Date: 2017-12-03 13:09+\n"
-"Last-Translator: Jeff Huang \n"
+"POT-Creation-Date: 2018-02-25 18:32+0100\n"
+"PO-Revision-Date: 2018-07-16 11:12+\n"
+"Last-Translator: Hsiu-Ming Chang \n"
 "Language-Team: Chinese (Taiwan) 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/zh_TW/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -23,7 +24,7 @@ msgid "PulseAudio Plugin"
 msgstr "PulseAudio 外掛程式"
 
 #: ../panel-plugin/pulseaudio.desktop.in.in.h:2
-#: ../panel-plugin/pulseaudio-plugin.c:242
+#: ../panel-plugin/pulseaudio-plugin.c:241
 msgid "Adjust the audio volume of the PulseAudio sound system"
 msgstr "調整 PulseAudio 音效系統的音量"
 
@@ -69,30 +70,54 @@ msgid "_Run Audio Mixer..."
 msgstr "執行混音器... (_R)"
 
 #: ../panel-plugin/pulseaudio-dialog.glade.h:10
-msgid "Sound settings"
+msgid "Sound Settings"
 msgstr "音效設定"
 
 #: ../panel-plugin/pulseaudio-dialog.glade.h:11
-msgid "Control playback of media players"
-msgstr "控制媒體播放器的播放"
+msgid "General"
+msgstr "一般"
 
 #: ../panel-plugin/pulseaudio-dialog.glade.h:12
+msgid "Control Playback of Media Players"
+msgstr "控制媒體播放器的播放"
+
+#: ../panel-plugin/pulseaudio-dialog.glade.h:13
 msgid "Enable multimedia keys for playback control"
 msgstr "啟用多媒體鍵以用於播放控制"
 
-#: ../panel-plugin/pulseaudio-dialog.glade.h:13
+#: ../panel-plugin/pulseaudio-dialog.glade.h:14
 msgid "Enable experimental window focus support"
 msgstr "啟用實驗性視窗焦點支援"
 
-#: ../panel-plugin/pulseaudio-dialog.glade.h:14
+#: ../panel-plugin/pulseaudio-dialog.glade.h:15
+msgid "Title"
+msgstr "標題"
+
+#: ../panel-plugin/pulseaudio-dialog.glade.h:16
+msgid "Hidden"
+msgstr "隱藏"
+
+#: ../panel-plugin/pulseaudio-dialog.glade.h:17
+msgid "Clear Known Items"
+msgstr "清除已知項目"
+
+#: ../panel-plugin/pulseaudio-dialog.glade.h:18
+msgid "Please restart your panel for additional players to be displayed."
+msgstr "請重新啟動面板以顯示額外的播放器。"
+
+#: ../panel-plugin/pulseaudio-dialog.glade.h:19
+msgid "Known Media Players"
+msgstr "已知的媒體播放器"
+
+#: ../panel-plugin/pulseaudio-dialog.glade.h:20
 msgid "Media Players"
 msgstr "媒體播放器"
 
-#: ../panel-plugin/pulseaudio-plugin.c:244
+#: ../panel-plugin/pulseaudio-plugin.c:243
 msgid "Copyright © 2014-2017 Andrzej Radecki et al.\n"
 msgstr "Copyright © 2014-2017 Andrzej Radecki 等\n"
 
-#: ../panel-plugin/pulseaudio-dialog.c:136
+#: ../panel-plugin/pulseaudio-dialog.c:139
 #: ../panel-plugin/pulseaudio-menu.c:264
 #, c-format
 msgid ""
@@ -101,23 +126,23 @@ msgid ""
 "%s"
 msgstr "執行指令「%s」失敗。\n\n%s"
 
-#: ../panel-plugin/pulseaudio-dialog.c:139
+#: ../panel-plugin/pulseaudio-dialog.c:142
 #: ../panel-plugin/pulseaudio-menu.c:267
 msgid "Error"
 msgstr "錯誤"
 
-#: ../panel-plugin/pulseaudio-button.c:313
+#: ../panel-plugin/pulseaudio-button.c:333
 #: ../panel-plugin/pulseaudio-notify.c:199
 #, c-format
 msgid "Not connected to the PulseAudio server"
 msgstr "未連線到 PulseAudio 伺服程式"
 
-#: ../panel-plugin/pulseaudio-button.c:315
+#: ../panel-plugin/pulseaudio-button.c:335
 #, c-format
 msgid "Volume %d%% (muted)"
 msgstr "音量 %d%% (靜音)"
 
-#: ../panel-plugin/pulseaudio-button.c:317
+#: ../panel-plugin/pulseaudio-button.c:337
 #, c-format
 msgid "Volume %d%%"
 msgstr "音量 %d%%"
@@ -130,12 +155,12 @@ msgstr "輸出"
 msgid "Input"
 msgstr "輸入"
 
-#: ../panel-plugin/pulseaudio-menu.c:624
+#: ../panel-plugin/pulseaudio-menu.c:628
 msgid "Choose Playlist"
 msgstr "選擇播放清單"
 
 #. Audio mixers
-#: ../panel-plugin/pulseaudio-menu.c:659
+#: ../panel-plugin/pulseaudio-menu.c:665
 msgid "_Audio mixer..."
 msgstr "混音器... (_A)"
 
@@ -149,7 +174,7 @@ msgstr "音量 %d%c (靜音)"
 msgid "Volume %d%c"
 msgstr "音量 %d%c"
 
-#: ../panel-plugin/mprismenuitem.c:383 ../panel-plugin/mprismenuitem.c:456
-#: ../panel-plugin/mprismenuitem.c:866
+#: ../panel-plugin/mprismenuitem.c:373 ../panel-plugin/mprismenuitem.c:446
+#: ../panel-plugin/mprismenuitem.c:822
 msgid "Not currently playing"
 msgstr "目前未播放"

-- 
To stop 

[Xfce4-commits] [panel-plugins/xfce4-pulseaudio-plugin] 01/02: I18n: Update translation fi (97%).

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

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

commit 1f674714edbe93792f4f657eab7aee1f6625cc41
Author: Anonymous 
Date:   Mon Jul 16 18:34:36 2018 +0200

I18n: Update translation fi (97%).

34 translated messages, 1 untranslated message.

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

diff --git a/po/fi.po b/po/fi.po
index 828e6a7..3f9a7a7 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-02-25 18:32+0100\n"
-"PO-Revision-Date: 2018-05-15 19:37+\n"
+"PO-Revision-Date: 2018-07-16 13:59+\n"
 "Last-Translator: Ammuu5\n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/fi/)\n"
 "MIME-Version: 1.0\n"
@@ -49,7 +49,7 @@ msgstr "Näytä _ilmoitukset, kun äänenvoimakkuus muuttuu"
 
 #: ../panel-plugin/pulseaudio-dialog.glade.h:5
 msgid "Enables on-screen volume notifications."
-msgstr ""
+msgstr "Ottaa käyttöön näytön äänenvoimakkuuden ilmoitukset."
 
 #: ../panel-plugin/pulseaudio-dialog.glade.h:6
 msgid "Behaviour"
@@ -63,7 +63,7 @@ msgstr "Ääni_mikseri"
 msgid ""
 "Audio mixer command that can be executed from the context menu, e.g. "
 "\"pavucontrol\", \"unity-control-center sound\"."
-msgstr ""
+msgstr "Äänimikserin komento, joka voidaan suorittaa pikavalikosta, esim. 
\"pavucontrol\", \"unity-control-center sound\"."
 
 #: ../panel-plugin/pulseaudio-dialog.glade.h:9
 msgid "_Run Audio Mixer..."
@@ -124,7 +124,7 @@ msgid ""
 "Failed to execute command \"%s\".\n"
 "\n"
 "%s"
-msgstr ""
+msgstr "Komennon \"%s\" suoritus epäonnistui.\n\n%s"
 
 #: ../panel-plugin/pulseaudio-dialog.c:142
 #: ../panel-plugin/pulseaudio-menu.c:267

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


[Xfce4-commits] [panel-plugins/xfce4-pulseaudio-plugin] branch master updated (42e39c4 -> 2e3abbf)

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

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

  from  42e39c4   I18n: Update translation gl (100%).
   new  1f67471   I18n: Update translation fi (97%).
   new  2e3abbf   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/fi.po|  8 
 po/zh_TW.po | 63 ++---
 2 files changed, 48 insertions(+), 23 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 fi (97%).

2018-07-16 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 7f5f0b03a019e03a572add70e1e1b0357577f6bd
Author: Anonymous 
Date:   Mon Jul 16 18:33:35 2018 +0200

I18n: Update translation fi (97%).

384 translated messages, 10 untranslated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/fi.po | 401 +++
 1 file changed, 223 insertions(+), 178 deletions(-)

diff --git a/po/fi.po b/po/fi.po
index 8803f7e..3c7d925 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -11,9 +11,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-01-20 18:31+0100\n"
-"PO-Revision-Date: 2018-03-08 18:28+\n"
-"Last-Translator: Pasi Lallinaho \n"
+"POT-Creation-Date: 2018-06-19 00:31+0200\n"
+"PO-Revision-Date: 2018-07-16 15:30+\n"
+"Last-Translator: Ammuu5\n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/xfce-apps/language/fi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -67,13 +67,13 @@ msgstr "Yleiset valitsimet"
 
 #. parameter of --default-display
 #. parameter of --display
-#: ../terminal/main.c:111 ../terminal/main.c:143
+#: ../terminal/main.c:111 ../terminal/main.c:148
 msgid "display"
 msgstr "näyttö"
 
 #. parameter of --default-working-directory
 #. parameter of --working-directory
-#: ../terminal/main.c:113 ../terminal/main.c:133
+#: ../terminal/main.c:113 ../terminal/main.c:134
 msgid "directory"
 msgstr "hakemisto"
 
@@ -81,101 +81,108 @@ msgstr "hakemisto"
 msgid "Window or Tab Separators"
 msgstr "Ikkunan tai välilehden erottimet"
 
-#: ../terminal/main.c:123
+#: ../terminal/main.c:124
 msgid "Tab Options"
 msgstr "Välilehtiasetukset"
 
 #. parameter of --command
-#: ../terminal/main.c:125
+#: ../terminal/main.c:126
 msgid "command"
 msgstr "komento"
 
 #. parameter of --title
 #. parameter of --initial-title
-#: ../terminal/main.c:127 ../terminal/main.c:131
+#: ../terminal/main.c:128 ../terminal/main.c:132
 msgid "title"
 msgstr "otsake"
 
 #. parameter of --dynamic-title-mode
-#: ../terminal/main.c:129
+#: ../terminal/main.c:130
 msgid "mode"
 msgstr "tila"
 
-#: ../terminal/main.c:141
+#. parameter of --color-text
+#. parameter of --color-bg
+#: ../terminal/main.c:136 ../terminal/main.c:138
+msgid "color"
+msgstr "väri"
+
+#: ../terminal/main.c:146
 msgid "Window Options"
 msgstr "Ikkunan asetukset"
 
 #. parameter of --geometry
-#: ../terminal/main.c:145
+#: ../terminal/main.c:150
 msgid "geometry"
 msgstr "mitat"
 
 #. parameter of --role
-#: ../terminal/main.c:147
+#: ../terminal/main.c:152
 msgid "role"
 msgstr "rooli"
 
 #. parameter of --startup-id
-#: ../terminal/main.c:149
+#: ../terminal/main.c:154
 msgid "string"
 msgstr "merkkijono"
 
 #. parameter of --icon
-#: ../terminal/main.c:151
+#: ../terminal/main.c:156
 msgid "icon"
 msgstr "kuvake"
 
 #. parameter of --font
-#: ../terminal/main.c:153
+#: ../terminal/main.c:158
 msgid "font"
 msgstr "kirjasin"
 
 #. parameter of --zoom
-#: ../terminal/main.c:155
+#: ../terminal/main.c:160
 msgid "zoom"
 msgstr "suurennus"
 
-#: ../terminal/main.c:157
+#: ../terminal/main.c:162
 #, c-format
 msgid "See the %s man page for full explanation of the options above."
 msgstr "Ylläolevien valitsinten selitykset saat komennolla ”man %s”."
 
-#: ../terminal/main.c:190 ../xfce4-terminal.desktop.in.h:1
+#: ../terminal/main.c:196 ../xfce4-terminal.desktop.in.h:1
+#: ../xfce4-terminal-settings.desktop.in.h:1
 msgid "Xfce Terminal"
 msgstr "Xfce-pääte"
 
-#: ../terminal/main.c:206
+#: ../terminal/main.c:212
 msgid "The Xfce development team. All rights reserved."
 msgstr "Xfce:n kehitystiimi. Kaikki oikeudet pidätetään."
 
-#: ../terminal/main.c:207
+#: ../terminal/main.c:213
 msgid "Written by Benedikt Meurer ,"
 msgstr "Kirjoittanut Benedikt Meurer ,"
 
-#: ../terminal/main.c:208
+#: ../terminal/main.c:214
 msgid "Nick Schermer "
 msgstr "Nick Schermer "
 
-#: ../terminal/main.c:209
+#: ../terminal/main.c:215
 msgid "and Igor Zakharov ."
 msgstr "ja Igor Zakharov ."
 
-#: ../terminal/main.c:210
+#: ../terminal/main.c:216
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Vikailmoitukset osoitteeseen <%s>."
 
-#: ../terminal/main.c:317
+#: ../terminal/main.c:334
 #, c-format
 msgid "Unable to register terminal service: %s\n"
 msgstr "Ei voi rekisteröidä päätepalvelua: %s\n"
 
-#: ../terminal/terminal-app.c:872
+#: ../terminal/terminal-app.c:883
 #, c-format
 msgid "Invalid geometry string \"%s\"\n"
 msgstr "Epäkelpo mittamääritys ”%s”\n"
 
-#: ../terminal/terminal-app.c:951
+#: ../terminal/terminal-app.c:962
 #, c-format
 msgid "Failed to connect to session manager: %s\n"
 msgstr "Yhteys istuntohallintaan epäonnistui: %s\n"
@@ -283,175 +290,185 @@ 

[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] branch master updated (759060b -> fa6bd93)

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

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

  from  759060b   I18n: Update translation it (100%).
   new  fa6bd93   I18n: Update translation fi (97%).

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/fi.po | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

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


[Xfce4-commits] [apps/xfce4-screenshooter] branch master updated (d343b30 -> c352c13)

2018-07-16 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-screenshooter.

  from  d343b30   I18n: Update translation el (100%).
   new  c352c13   I18n: Update translation fi (93%).

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/fi.po | 244 +--
 1 file changed, 80 insertions(+), 164 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-panel-profiles] 02/03: I18n: Update translation fr (100%).

2018-07-16 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-panel-profiles.

commit 100b4c30890fa3a6e6782889701b45d79efe992b
Author: Yannick Le Guen 
Date:   Mon Jul 16 18:33:15 2018 +0200

I18n: Update translation fr (100%).

26 translated messages.

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

diff --git a/po/fr.po b/po/fr.po
index 470282c..2ab3aab 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -66,7 +66,7 @@ msgstr "Importer"
 
 #: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10
 msgid "Save panel configuration as..."
-msgstr "Sauvegarder la configuration du tableau de bord sous..."
+msgstr "Sauvegarder la configuration du tableau de bord sous…"
 
 #: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11
 #: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85
@@ -92,7 +92,7 @@ msgstr "Configuration actuelle"
 
 #: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160
 msgid "Today"
-msgstr "Aujourd'hui"
+msgstr "Aujourd’hui"
 
 #: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162
 msgid "Yesterday"
@@ -105,7 +105,7 @@ msgstr "%s (Copie de %s)"
 
 #: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211
 msgid "Export configuration as..."
-msgstr "Exporter la configuration"
+msgstr "Exporter la configuration…"
 
 #: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212
 msgid "Untitled"
@@ -113,7 +113,7 @@ msgstr "Document sans nom"
 
 #: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224
 msgid "Import configuration file..."
-msgstr "Importer le fichier de configuration..."
+msgstr "Importer le fichier de configuration…"
 
 #: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285
 msgid "Name the new panel configuration"
@@ -138,5 +138,5 @@ msgid ""
 msgstr ""
 "Différentes dispositions de tableau de bord Xfce peuvent êtres créées. Cet "
 "outil permet de gérer facilement les différentes dispositions. Xfpanel-"
-"switch permet la sauvegarde, la restauration, l'importation et l'exportation"
+"switch permet la sauvegarde, la restauration, l’importation et l’exportation"
 " de dispositions de tableau de bord."

-- 
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-panel-profiles] 03/03: I18n: Add new translation he (100%).

2018-07-16 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-panel-profiles.

commit 501253ee9ba27ca6b5997012fbcf083f70acf71f
Author: Elishai Eliyahu 
Date:   Mon Jul 16 18:33:16 2018 +0200

I18n: Add new translation he (100%).

26 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/he.po | 139 +++
 1 file changed, 139 insertions(+)

diff --git a/po/he.po b/po/he.po
new file mode 100644
index 000..241313a
--- /dev/null
+++ b/po/he.po
@@ -0,0 +1,139 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR , YEAR.
+# 
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2018-03-23 06:37-0400\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: Elishai Eliyahu , 2018\n"
+"Language-Team: Hebrew (https://www.transifex.com/xfce/teams/16840/he/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: he\n"
+"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 
1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
+
+#: ../xfce4-panel-profiles.desktop.in.h:1
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51
+msgid "Panel Profiles"
+msgstr "פרופילי לוח"
+
+#: ../xfce4-panel-profiles.desktop.in.h:2
+msgid "Backup and restore your panel configuration"
+msgstr "בצע גיבוי ושיחזור של תצורת הלוח שלך"
+
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1
+msgid ""
+"Panel Profiles\n"
+"Backup and restore your panel configuration"
+msgstr ""
+"פרופילי לוח\n"
+"בצע גיבוי ושיחזור של תצורת הלוח שלך"
+
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3
+msgid "Filename"
+msgstr "שם קובץ"
+
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4
+msgid "Date Modified"
+msgstr "תאריך שינוי"
+
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5
+msgid "Apply Configuration"
+msgstr "יישם תצורה"
+
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293
+msgid "Save Configuration"
+msgstr "שמור תצורה"
+
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7
+msgid "Remove Configuration"
+msgstr "הסר תצורה"
+
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8
+msgid "Export"
+msgstr "ייצא"
+
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9
+msgid "Import"
+msgstr "ייבא"
+
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10
+msgid "Save panel configuration as..."
+msgstr "שמור תצורת לוח בשם..."
+
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292
+msgid "Cancel"
+msgstr "בטל"
+
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12
+msgid "Name the new panel configuration"
+msgstr "תן שם לתצורת הלוח החדשה"
+
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80
+msgid "Save"
+msgstr "שמור"
+
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82
+msgid "Open"
+msgstr "פתח"
+
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140
+msgid "Current Configuration"
+msgstr "תצורה נוכחית"
+
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160
+msgid "Today"
+msgstr "היום"
+
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162
+msgid "Yesterday"
+msgstr "אתמול"
+
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187
+#, python-format
+msgid "%s (Copy of %s)"
+msgstr "%s (העתק של %s)"
+
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211
+msgid "Export configuration as..."
+msgstr "ייצא תצורה בשם..."
+
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212
+msgid "Untitled"
+msgstr "ללא שם"
+
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224
+msgid "Import configuration file..."
+msgstr "ייבא קובץ תצורה..."
+
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285
+msgid "Name the new panel configuration"
+msgstr "תן שם לתצורת הלוח החדשה"
+
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309
+#, python-format
+msgid "Backup_%s"
+msgstr "גיבוי_%s"
+
+#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1
+msgid "Application to manage different panel layouts in Xfce"
+msgstr "יישום לניהול סידורי לוח שונים ב-Xfce "
+
+#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2
+msgid ""
+"Multitude of panel layouts can be created using Xfce panel. This tool "
+"enables managing different layouts with little effort. Xfpanel-switch makes "
+"it possible to backup, restore, import and export panel layouts."
+msgstr ""
+"המון סידורי לוח ניתנים ליצירה בעזרת לוח Xfce. כלי 

[Xfce4-commits] [apps/xfce4-panel-profiles] branch master updated (ffad84f -> 501253e)

2018-07-16 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-panel-profiles.

  from  ffad84f   I18n: Add new translation tr (100%).
   new  98ecf82   I18n: Update translation fi (96%).
   new  100b4c3   I18n: Update translation fr (100%).
   new  501253e   I18n: Add new translation he (100%).

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


Summary of changes:
 po/fi.po| 78 ++---
 po/fr.po| 10 +++
 po/{hr.po => he.po} | 67 +++--
 3 files changed, 77 insertions(+), 78 deletions(-)
 copy po/{hr.po => he.po} (68%)

-- 
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-panel-profiles] 01/03: I18n: Update translation fi (96%).

2018-07-16 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-panel-profiles.

commit 98ecf8241b4fc4e48f0a1cda1cc874a8f401c714
Author: Anonymous 
Date:   Mon Jul 16 18:33:15 2018 +0200

I18n: Update translation fi (96%).

25 translated messages, 1 untranslated message.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/fi.po | 78 
 1 file changed, 39 insertions(+), 39 deletions(-)

diff --git a/po/fi.po b/po/fi.po
index 7fd7aa4..e871814 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -6,11 +6,11 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: xfce4-panel-profiles\n"
+"Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-07-13 17:28+0200\n"
+"POT-Creation-Date: 2018-03-23 06:37-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: Xfce Bot , 2018\n"
+"Last-Translator: Ammuu5, 2018\n"
 "Language-Team: Finnish (https://www.transifex.com/xfce/teams/16840/fi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -18,117 +18,117 @@ msgstr ""
 "Language: fi\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../xfpanel-switch.desktop.in.h:1 ../xfpanel-switch/xfpanel-switch.py:64
-msgid "Xfce Panel Switch"
-msgstr "Xfce-paneelin vaihtaja"
+#: ../xfce4-panel-profiles.desktop.in.h:1
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51
+msgid "Panel Profiles"
+msgstr "Paneeliprofiilit"
 
-#: ../xfpanel-switch.desktop.in.h:2
+#: ../xfce4-panel-profiles.desktop.in.h:2
 msgid "Backup and restore your panel configuration"
 msgstr "Varmuuskopioi ja palauta paneeliasetuksesi"
 
-#: ../xfpanel-switch/xfpanel-switch.glade.h:1
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1
 msgid ""
-"Xfce Panel Switch\n"
+"Panel Profiles\n"
 "Backup and restore your panel configuration"
 msgstr ""
-"Xfce-paneelin vaihtaja\n"
-"Varmuuskopioi ja palauta paneelin asetukset"
+"Paneeliprofiilit\n"
+"Varmuuskopioi ja palauta paneeliasetuksesi"
 
-#: ../xfpanel-switch/xfpanel-switch.glade.h:3
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3
 msgid "Filename"
 msgstr "Tiedoston nimi"
 
-#: ../xfpanel-switch/xfpanel-switch.glade.h:4
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4
 msgid "Date Modified"
 msgstr "Muokkauspäivämäärä"
 
-#: ../xfpanel-switch/xfpanel-switch.glade.h:5
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5
 msgid "Apply Configuration"
 msgstr "Ota asetukset käyttöön"
 
-#: ../xfpanel-switch/xfpanel-switch.glade.h:6
-#: ../xfpanel-switch/xfpanel-switch.py:309
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293
 msgid "Save Configuration"
 msgstr "Tallenna asetukset"
 
-#: ../xfpanel-switch/xfpanel-switch.glade.h:7
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7
 msgid "Remove Configuration"
 msgstr "Poista asetukset"
 
-#: ../xfpanel-switch/xfpanel-switch.glade.h:8
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8
 msgid "Export"
 msgstr "Vie"
 
-#: ../xfpanel-switch/xfpanel-switch.glade.h:9
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9
 msgid "Import"
 msgstr "Tuo"
 
-#: ../xfpanel-switch/xfpanel-switch.glade.h:10
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10
 msgid "Save panel configuration as..."
 msgstr "Tallenna paneelin asetukset nimellä..."
 
-#: ../xfpanel-switch/xfpanel-switch.glade.h:11
-#: ../xfpanel-switch/xfpanel-switch.py:98
-#: ../xfpanel-switch/xfpanel-switch.py:308
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292
 msgid "Cancel"
 msgstr "Peruuta"
 
-#: ../xfpanel-switch/xfpanel-switch.glade.h:12
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12
 msgid "Name the new panel configuration"
 msgstr "Nimeä uudet paneelin asetukset"
 
-#: ../xfpanel-switch/xfpanel-switch.py:93
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80
 msgid "Save"
 msgstr "Tallenna"
 
-#: ../xfpanel-switch/xfpanel-switch.py:95
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82
 msgid "Open"
 msgstr "Avaa"
 
-#: ../xfpanel-switch/xfpanel-switch.py:154
-#: ../xfpanel-switch/xfpanel-switch.py:156
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140
 msgid "Current Configuration"
 msgstr "Nykyiset asetukset"
 
-#: ../xfpanel-switch/xfpanel-switch.py:176
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160
 msgid "Today"
 msgstr "Tänään"
 
-#: ../xfpanel-switch/xfpanel-switch.py:178
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162
 msgid "Yesterday"
 msgstr "Eilen"
 
-#: ../xfpanel-switch/xfpanel-switch.py:203
+#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187
 #, 

[Xfce4-commits] [apps/xfce4-screenshooter] 01/01: I18n: Update translation fi (93%).

2018-07-16 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-screenshooter.

commit c352c13e5dc23e009145637ca34c342418e174c1
Author: Anonymous 
Date:   Mon Jul 16 18:33:24 2018 +0200

I18n: Update translation fi (93%).

60 translated messages, 4 untranslated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/fi.po | 244 +--
 1 file changed, 80 insertions(+), 164 deletions(-)

diff --git a/po/fi.po b/po/fi.po
index 3277a1d..3126bb7 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,6 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Ammuu5, 2018
 # Elias Julkunen , 2008
 # Jiri Grönroos , 2013
 # Pasi Lallinaho , 2014-2016
@@ -10,9 +11,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-11-01 12:31+0100\n"
-"PO-Revision-Date: 2017-09-19 18:05+\n"
-"Last-Translator: Pasi Lallinaho \n"
+"POT-Creation-Date: 2018-04-19 00:32+0200\n"
+"PO-Revision-Date: 2018-07-16 15:29+\n"
+"Last-Translator: Ammuu5\n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/xfce-apps/language/fi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -20,378 +21,293 @@ msgstr ""
 "Language: fi\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../lib/screenshooter-dialogs.c:466
+#: ../lib/screenshooter-dialogs.c:458
 #, c-format
 msgid "%.2fKb of %.2fKb"
 msgstr "%.2f kt / %.2f kt"
 
-#: ../lib/screenshooter-dialogs.c:552
+#: ../lib/screenshooter-dialogs.c:544
 msgid "Transfer"
 msgstr "Siirto"
 
-#: ../lib/screenshooter-dialogs.c:573
+#: ../lib/screenshooter-dialogs.c:565
 msgid ""
 "The screenshot is being "
 "transferred to:"
 msgstr "Kuvakaappausta 
siirretään kohteeseen:"
 
-#: ../lib/screenshooter-dialogs.c:695 ../lib/screenshooter-dialogs.c:712
-#: ../lib/screenshooter-dialogs.c:905 ../lib/screenshooter-utils.c:64
+#: ../lib/screenshooter-dialogs.c:688 ../lib/screenshooter-dialogs.c:704
+#: ../lib/screenshooter-dialogs.c:927 ../lib/screenshooter-utils.c:64
 #: ../lib/screenshooter-utils.c:96
 #: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.h:1
 msgid "Screenshot"
 msgstr "Kuvakaappaus"
 
-#: ../lib/screenshooter-dialogs.c:707
+#: ../lib/screenshooter-dialogs.c:699
 msgid "Take a screenshot"
 msgstr "Kaappaa kuva"
 
-#: ../lib/screenshooter-dialogs.c:722
+#: ../lib/screenshooter-dialogs.c:714
 msgid "Preferences"
 msgstr "Asetukset"
 
-#: ../lib/screenshooter-dialogs.c:753
+#: ../lib/screenshooter-dialogs.c:751
 msgid "Region to capture"
 msgstr "Kaapattava alue"
 
-#: ../lib/screenshooter-dialogs.c:773
+#: ../lib/screenshooter-dialogs.c:778
 msgid "Entire screen"
 msgstr "Koko näyttö"
 
-#: ../lib/screenshooter-dialogs.c:780 ../src/main.c:60
-#: ../panel-plugin/screenshooter-plugin.c:318
+#: ../lib/screenshooter-dialogs.c:785 ../src/main.c:59
+#: ../panel-plugin/screenshooter-plugin.c:330
 msgid "Take a screenshot of the entire screen"
 msgstr "Kaappaa kuva koko näytöstä"
 
-#: ../lib/screenshooter-dialogs.c:788
+#: ../lib/screenshooter-dialogs.c:793
 msgid "Active window"
 msgstr "Aktiivinen ikkuna"
 
-#: ../lib/screenshooter-dialogs.c:795 ../src/main.c:102
-#: ../panel-plugin/screenshooter-plugin.c:323
+#: ../lib/screenshooter-dialogs.c:800 ../src/main.c:96
+#: ../panel-plugin/screenshooter-plugin.c:335
 msgid "Take a screenshot of the active window"
 msgstr "Kaappaa kuva aktiivisesta ikkunasta"
 
-#: ../lib/screenshooter-dialogs.c:803
+#: ../lib/screenshooter-dialogs.c:808
 msgid "Select a region"
 msgstr "Valitse alue"
 
-#: ../lib/screenshooter-dialogs.c:808 ../src/main.c:75
-#: ../panel-plugin/screenshooter-plugin.c:328
+#: ../lib/screenshooter-dialogs.c:813 ../src/main.c:74
+#: ../panel-plugin/screenshooter-plugin.c:340
 msgid ""
 "Select a region to be captured by clicking a point of the screen without "
 "releasing the mouse button, dragging your mouse to the other corner of the "
 "region, and releasing the mouse button."
 msgstr "Aseta hiiren osoitin kaapattavan alueen kulmaan, paina hiiren vasen 
painike pohjaan, siirrä osoitin alueen vastakkaiseen kulmaan ja päästä painike 
ylös."
 
-#: ../lib/screenshooter-dialogs.c:818
+#: ../lib/screenshooter-dialogs.c:823
 msgid "Capture the mouse pointer"
 msgstr "Sisällytä hiiren osoitin"
 
-#: ../lib/screenshooter-dialogs.c:823
+#: ../lib/screenshooter-dialogs.c:828
 msgid "Display the mouse pointer on the screenshot"
 msgstr "Näytä hiiren osoitin kaapatussa kuvassa"
 
-#: ../lib/screenshooter-dialogs.c:839
+#: ../lib/screenshooter-dialogs.c:844
 msgid "Delay before 
capturing"
 msgstr "Kaappausviive"
 
-#: ../lib/screenshooter-dialogs.c:861
+#: ../lib/screenshooter-dialogs.c:873
 

[Xfce4-commits] [apps/xfce4-terminal] branch master updated (4d42c4e -> 7f5f0b0)

2018-07-16 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  4d42c4e   I18n: Update translation cs (100%).
   new  7f5f0b0   I18n: Update translation fi (97%).

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/fi.po | 401 +++
 1 file changed, 223 insertions(+), 178 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 fi (100%).

2018-07-16 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 b28bfe50d1407dd2c1b2961e17a52d7419b99627
Author: Anonymous 
Date:   Mon Jul 16 18:32:49 2018 +0200

I18n: Update translation fi (100%).

308 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/fi.po | 466 ---
 1 file changed, 239 insertions(+), 227 deletions(-)

diff --git a/po/fi.po b/po/fi.po
index bfe2a23..084070f 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Ammuu5, 2017
+# Ammuu5, 2017-2018
 # Jiri Grönroos , 2013
 # Juhani Numminen , 2013-2014
 # Pasi Lallinaho , 2014
@@ -11,8 +11,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-07-15 06:30+0200\n"
-"PO-Revision-Date: 2017-12-19 05:50+\n"
+"POT-Creation-Date: 2018-06-05 06:31+0200\n"
+"PO-Revision-Date: 2018-07-16 15:26+\n"
 "Last-Translator: Ammuu5\n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/xfce-apps/language/fi/)\n"
 "MIME-Version: 1.0\n"
@@ -57,122 +57,122 @@ msgstr "Xfce:n kehitystiimi. Kaikki oikeudet pidätetään."
 msgid "Please report bugs to <%s>."
 msgstr "Ilmoita ohjelmavirheistä osoitteeseen <%s>."
 
-#: ../mousepad/mousepad-dialogs.c:40
+#: ../mousepad/mousepad-dialogs.c:41
 msgid "Mousepad is a fast text editor for the Xfce Desktop Environment."
 msgstr "Mousepad on nopea tekstimuokkain Xfce-työpöytäympäristölle."
 
-#: ../mousepad/mousepad-dialogs.c:45
+#: ../mousepad/mousepad-dialogs.c:46
 msgid "translator-credits"
 msgstr "Jiri Grönroos\nJuhani Numminen "
 
 #. display an error message to the user
-#: ../mousepad/mousepad-dialogs.c:100
+#: ../mousepad/mousepad-dialogs.c:101
 msgid "Failed to open the documentation browser"
 msgstr "Ohjeselaimen avaaminen epäonnistui"
 
 #. build dialog
-#: ../mousepad/mousepad-dialogs.c:115
+#: ../mousepad/mousepad-dialogs.c:116
 msgid "Select Tab Size"
 msgstr "Valitse sarkaimen koko"
 
 #. build the dialog
-#: ../mousepad/mousepad-dialogs.c:196
+#: ../mousepad/mousepad-dialogs.c:197
 msgid "Go To"
 msgstr "Siirry"
 
-#: ../mousepad/mousepad-dialogs.c:218
+#: ../mousepad/mousepad-dialogs.c:219
 msgid "_Line number:"
 msgstr "_Rivinumero:"
 
-#: ../mousepad/mousepad-dialogs.c:237
+#: ../mousepad/mousepad-dialogs.c:238
 msgid "C_olumn number:"
 msgstr "_Sarakenumero:"
 
-#: ../mousepad/mousepad-dialogs.c:295
+#: ../mousepad/mousepad-dialogs.c:296
 msgid "Remove all entries from the documents history?"
 msgstr "Poistetaanko kaikki asiakirjojen historiatiedot?"
 
-#: ../mousepad/mousepad-dialogs.c:300
+#: ../mousepad/mousepad-dialogs.c:301
 msgid "Clear Documents History"
 msgstr "Tyhjennä asiakirjahistoria"
 
-#: ../mousepad/mousepad-dialogs.c:303
+#: ../mousepad/mousepad-dialogs.c:304
 msgid ""
 "Clearing the documents history will permanently remove all currently listed "
 "entries."
 msgstr "Asiakirjahistorian tyhjentäminen poistaa kaikki listatut kohteet 
listalta lopullisesti."
 
-#: ../mousepad/mousepad-dialogs.c:334
+#: ../mousepad/mousepad-dialogs.c:335
 msgid "Do you want to save the changes before closing?"
 msgstr "Haluatko tallentaa muutokset ennen lopettamista?"
 
-#: ../mousepad/mousepad-dialogs.c:335
+#: ../mousepad/mousepad-dialogs.c:336
 msgid "Save Changes"
 msgstr "Tallenna muutokset"
 
-#: ../mousepad/mousepad-dialogs.c:336
+#: ../mousepad/mousepad-dialogs.c:337
 msgid "_Don't Save"
 msgstr "_Älä tallenna"
 
 #. secondary text
-#: ../mousepad/mousepad-dialogs.c:358
+#: ../mousepad/mousepad-dialogs.c:359
 msgid "If you don't save the document, all the changes will be lost."
 msgstr "Jos et tallenna asiakirjaa, tekemäsi muutokset menetetään."
 
-#: ../mousepad/mousepad-dialogs.c:380
+#: ../mousepad/mousepad-dialogs.c:381
 msgid ""
 "The document has been externally modified. Do you want to continue saving?"
 msgstr "Tätä asiakirjaa on muokattu jostain muualta. Haluatko jatkaa 
tallentamista?"
 
-#: ../mousepad/mousepad-dialogs.c:381
+#: ../mousepad/mousepad-dialogs.c:382
 msgid "Externally Modified"
 msgstr "Muokattu muualla"
 
-#: ../mousepad/mousepad-dialogs.c:383
+#: ../mousepad/mousepad-dialogs.c:384
 msgid "If you save the document, all of the external changes will be lost."
 msgstr "Jos tallennat asiakirjan, kaikki muualta tehdyt muutokset menetetään."
 
-#: ../mousepad/mousepad-dialogs.c:411
+#: ../mousepad/mousepad-dialogs.c:412
 msgid "Do you want to save your changes before reloading?"
 msgstr "Haluatko tallentaa muutokset ennen uudelleen lataamista?"
 
-#: ../mousepad/mousepad-dialogs.c:413
+#: ../mousepad/mousepad-dialogs.c:414
 msgid "If you revert the file, all unsaved changes will be lost."
 

[Xfce4-commits] [apps/mousepad] branch master updated (4938e39 -> b28bfe5)

2018-07-16 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  4938e39   I18n: Update translation pt_BR (100%).
   new  b28bfe5   I18n: Update translation fi (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/fi.po | 466 ---
 1 file changed, 239 insertions(+), 227 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 fi (100%).

2018-07-16 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 f4861662987b61fec081c0fe622d6af211293812
Author: Anonymous 
Date:   Mon Jul 16 18:32:26 2018 +0200

I18n: Update translation fi (100%).

376 translated messages.

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

diff --git a/po/fi.po b/po/fi.po
index b3e9476..f439046 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,15 +3,16 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Ammuu5, 2018
 # Jiri Grönroos , 2013,2018
 # Pasi Lallinaho , 2014-2015,2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-settings\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-02-15 18:30+0100\n"
-"PO-Revision-Date: 2018-02-19 12:20+\n"
-"Last-Translator: Jiri Grönroos \n"
+"POT-Creation-Date: 2018-03-11 18:31+0100\n"
+"PO-Revision-Date: 2018-07-16 13:33+\n"
+"Last-Translator: Ammuu5\n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/xfce4-settings/language/fi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -198,10 +199,20 @@ msgid "The ramp used to reach maximum pointer speed"
 msgstr "Käyrä, jonka mukaisesti osoitin saavuttaa täyden nopeutensa"
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:41
+msgid "Show location of pointer on keypress"
+msgstr "Näytä osoittimen sijainti näppäinpainalluksella"
+
+#: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:42
+msgid ""
+"Bind a keyboard shortcut to xfce4-find-cursor to get visual feedback of the "
+"mouse pointer's current location"
+msgstr "Sido pikanäppäin xfce4-find-cursor-ohjelmaan saadaksesi visuaalisen 
palautteen hiiren osoittimen sijainnista"
+
+#: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:43
 msgid "Mouse Emulation"
 msgstr "Hiiriemulointi"
 
-#: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:42
+#: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:44
 msgid "_Mouse"
 msgstr "_Hiiri"
 
@@ -230,9 +241,9 @@ msgstr "PISTOKE"
 msgid "Version information"
 msgstr "Versiotiedot"
 
-#: ../dialogs/accessibility-settings/main.c:197
-#: ../dialogs/appearance-settings/main.c:1303
-#: ../dialogs/display-settings/main.c:3018
+#: ../dialogs/accessibility-settings/main.c:200
+#: ../dialogs/appearance-settings/main.c:1305
+#: ../dialogs/display-settings/main.c:3098
 #: ../dialogs/keyboard-settings/main.c:78 ../dialogs/mime-settings/main.c:62
 #: ../dialogs/mouse-settings/main.c:1871 ../xfce4-settings-editor/main.c:120
 #: ../xfsettingsd/main.c:191 ../xfsettingsd/main.c:229
@@ -241,18 +252,18 @@ msgstr "Versiotiedot"
 msgid "Type '%s --help' for usage."
 msgstr "Saat ohjeita komennolla \"%s --help\"."
 
-#: ../dialogs/accessibility-settings/main.c:216
-#: ../dialogs/appearance-settings/main.c:1322
-#: ../dialogs/display-settings/main.c:3037
+#: ../dialogs/accessibility-settings/main.c:219
+#: ../dialogs/appearance-settings/main.c:1324
+#: ../dialogs/display-settings/main.c:3117
 #: ../dialogs/keyboard-settings/main.c:94 ../dialogs/mime-settings/main.c:81
 #: ../dialogs/mouse-settings/main.c:1890 ../xfce4-settings-editor/main.c:139
 #: ../xfsettingsd/main.c:207 ../xfce4-settings-manager/main.c:80
 msgid "The Xfce development team. All rights reserved."
 msgstr "Xfce:n kehitystiimi. Kaikki oikeudet pidätetään."
 
-#: ../dialogs/accessibility-settings/main.c:217
-#: ../dialogs/appearance-settings/main.c:1323
-#: ../dialogs/display-settings/main.c:3038
+#: ../dialogs/accessibility-settings/main.c:220
+#: ../dialogs/appearance-settings/main.c:1325
+#: ../dialogs/display-settings/main.c:3118
 #: ../dialogs/keyboard-settings/main.c:95 ../dialogs/mime-settings/main.c:82
 #: ../dialogs/mouse-settings/main.c:1891 ../xfce4-settings-editor/main.c:140
 #: ../xfsettingsd/main.c:208 ../xfce4-settings-manager/main.c:81
@@ -265,7 +276,7 @@ msgid "Improve keyboard and mouse accessibility"
 msgstr "Helpota näppäimistön ja hiiren käyttöä"
 
 #: ../dialogs/appearance-settings/appearance-dialog.glade.h:1
-#: ../dialogs/appearance-settings/main.c:1178
+#: ../dialogs/appearance-settings/main.c:1180
 #: ../dialogs/display-settings/main.c:88 ../dialogs/display-settings/main.c:99
 msgid "None"
 msgstr "Ei mitään"
@@ -476,52 +487,52 @@ msgstr "_Ikkunoiden skaalaus"
 msgid "Setti_ngs"
 msgstr "_Asetukset"
 
-#: ../dialogs/appearance-settings/main.c:559
+#: ../dialogs/appearance-settings/main.c:561
 #, c-format
 msgid ""
 "Warning: this icon theme has no cache file. You can create this by running "
 "gtk-update-icon-cache %s/%s/ in a terminal emulator."
 msgstr "Varoitus: tällä kuvaketeemalla ei ole 

[Xfce4-commits] [xfce/xfce4-settings] branch master updated (cebf8a6 -> f486166)

2018-07-16 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  cebf8a6   I18n: Update translation fr (100%).
   new  f486166   I18n: Update translation fi (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/fi.po | 107 +++
 1 file changed, 59 insertions(+), 48 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-power-manager] branch master updated (ebf844f -> 387008a)

2018-07-16 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-power-manager.

  from  ebf844f   I18n: Update translation el (100%).
   new  387008a   I18n: Update translation fi (99%).

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/fi.po | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

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


[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: I18n: Update translation fi (99%).

2018-07-16 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-power-manager.

commit 387008ad3a0612b6f2a79722b22f18b06f8866e0
Author: Anonymous 
Date:   Mon Jul 16 18:32:09 2018 +0200

I18n: Update translation fi (99%).

208 translated messages, 1 untranslated message.

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

diff --git a/po/fi.po b/po/fi.po
index fb615fe..0dcaf6b 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -4,7 +4,7 @@
 # 
 # Translators:
 # Aapo Rantalainen , 2013
-# Ammuu5, 2017
+# Ammuu5, 2017-2018
 # Jiri Grönroos , 2013
 # Lasse Liehu , 2016
 # Pasi Lallinaho , 2014-2015,2017-2018
@@ -13,8 +13,8 @@ msgstr ""
 "Project-Id-Version: Xfce4-power-manager\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-12-19 06:31+0100\n"
-"PO-Revision-Date: 2018-03-08 13:46+\n"
-"Last-Translator: Pasi Lallinaho \n"
+"PO-Revision-Date: 2018-07-16 13:41+\n"
+"Last-Translator: Ammuu5\n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/xfce4-power-manager/language/fi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -1027,4 +1027,4 @@ msgstr ""
 msgid ""
 "This stable release fixes compilation problems, a memory leak and a few "
 "other minor bugs. Furthermore it provides updated translations."
-msgstr ""
+msgstr "Tämä vakaa julkaisu korjaa kääntämisongelmia, muistivuodon, ja 
muutamia muita pieniä virheitä. Lisäksi se tarjoaa päivitettyjä käännöksiä."

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


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

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

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

commit 900e04c7ff94d472b722ca667954f90299fa9758
Author: Anonymous 
Date:   Mon Jul 16 18:31:43 2018 +0200

I18n: Update translation fi (100%).

414 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/fi.po | 390 +--
 1 file changed, 207 insertions(+), 183 deletions(-)

diff --git a/po/fi.po b/po/fi.po
index 9a0baa4..7a2fb2e 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Ammuu5, 2017
+# Ammuu5, 2017-2018
 # Jiri Grönroos , 2018
 # Juhani Numminen , 2013
 # Pasi Lallinaho , 2014-2015,2018
@@ -13,9 +13,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-panel\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-11-15 18:31+0100\n"
-"PO-Revision-Date: 2018-03-08 13:23+\n"
-"Last-Translator: Pasi Lallinaho \n"
+"POT-Creation-Date: 2018-05-04 06:31+0200\n"
+"PO-Revision-Date: 2018-07-16 13:47+\n"
+"Last-Translator: Ammuu5\n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/xfce4-panel/language/fi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -34,7 +34,7 @@ msgid ""
 msgstr "Lisää uusi käynnistin paneeliin perustuen tämän työpöytätiedoston 
tietoihin"
 
 #: ../panel-preferences.desktop.in.h:1
-#: ../panel/panel-preferences-dialog.glade.h:10 ../panel/panel-window.c:2699
+#: ../panel/panel-preferences-dialog.glade.h:10 ../panel/panel-window.c:2666
 #: ../migrate/main.c:117
 msgid "Panel"
 msgstr "Paneeli"
@@ -44,68 +44,78 @@ msgid "Customize the panel"
 msgstr "Muokkaa paneelia"
 
 #. I18N: %s is the name of the plugin
-#: ../libxfce4panel/xfce-panel-plugin.c:1042
-#: ../panel/panel-preferences-dialog.c:1202
+#: ../libxfce4panel/xfce-panel-plugin.c:1047
+#: ../panel/panel-preferences-dialog.c:1168
 #, c-format
 msgid "Are you sure that you want to remove \"%s\"?"
 msgstr "Haluatko varmasti poistaa kohteen ”%s”?"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1047
-#: ../panel/panel-preferences-dialog.c:1205
+#: ../libxfce4panel/xfce-panel-plugin.c:1052
+#: ../panel/panel-preferences-dialog.c:1171
 msgid "If you remove the item from the panel, it is permanently lost."
 msgstr "Jos poistat kohteen paneelista, se menetetään pysyvästi."
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1048 ../panel/panel-dialogs.c:127
-#: ../panel/panel-preferences-dialog.c:1207
+#: ../libxfce4panel/xfce-panel-plugin.c:1053 ../panel/panel-dialogs.c:127
+#: ../panel/panel-preferences-dialog.c:1173
 #: ../plugins/applicationsmenu/applicationsmenu.c:538
 #: ../plugins/directorymenu/directorymenu.c:394
 msgid "Cancel"
 msgstr "Peru"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1049
+#: ../libxfce4panel/xfce-panel-plugin.c:1054
 #: ../panel/panel-plugin-external.c:436
-#: ../panel/panel-preferences-dialog.c:930
-#: ../panel/panel-preferences-dialog.c:1208
+#: ../panel/panel-preferences-dialog.c:896
+#: ../panel/panel-preferences-dialog.c:1174
+#: ../plugins/launcher/launcher-dialog.c:854
 msgid "Remove"
 msgstr "Poista"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1190
+#: ../libxfce4panel/xfce-panel-plugin.c:1195
 msgid "_Properties"
 msgstr "_Ominaisuudet"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1205
+#: ../libxfce4panel/xfce-panel-plugin.c:1210
 msgid "_About"
 msgstr "_Tietoja"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1220
+#: ../libxfce4panel/xfce-panel-plugin.c:1225
 msgid "_Move"
 msgstr "_Siirrä"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1244
+#: ../libxfce4panel/xfce-panel-plugin.c:1249
 msgid "_Remove"
 msgstr "_Poista"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1265
+#: ../libxfce4panel/xfce-panel-plugin.c:1270
 msgid "Pane_l"
 msgstr "Panee_li"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1274 ../panel/panel-window.c:2712
+#: ../libxfce4panel/xfce-panel-plugin.c:1279 ../panel/panel-window.c:2679
 msgid "Add _New Items..."
 msgstr "Lisää _uusia kohteita…"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1289 ../panel/panel-window.c:2727
+#: ../libxfce4panel/xfce-panel-plugin.c:1294 ../panel/panel-window.c:2694
 msgid "Panel Pr_eferences..."
 msgstr "Paneelin a_setukset…"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1310 ../panel/panel-window.c:2759
+#: ../libxfce4panel/xfce-panel-plugin.c:1315 ../panel/panel-window.c:2726
 msgid "Log _Out"
 msgstr "Kirjaudu ul_os"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1330
+#: ../libxfce4panel/xfce-panel-plugin.c:1335
+#: ../panel/panel-preferences-dialog.glade.h:12
+#: ../plugins/actions/actions-dialog.glade.h:4
+#: ../plugins/applicationsmenu/applicationsmenu-dialog.glade.h:2
+#: ../plugins/directorymenu/directorymenu-dialog.glade.h:3
+#: 

[Xfce4-commits] [xfce/tumbler] 01/01: I18n: Update translation fi (97%).

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

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

commit 79b961a8520715fbd800c9def0632bc19569ecc1
Author: Anonymous 
Date:   Mon Jul 16 18:31:30 2018 +0200

I18n: Update translation fi (97%).

38 translated messages, 1 untranslated message.

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

diff --git a/po/fi.po b/po/fi.po
index e1d1adc..0564cdb 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,14 +3,15 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Ammuu5, 2018
 # Juhani Numminen , 2013
 msgid ""
 msgstr ""
 "Project-Id-Version: Tumbler\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-05-28 12:30+0200\n"
-"PO-Revision-Date: 2017-09-19 18:02+\n"
-"Last-Translator: Xfce Bot \n"
+"PO-Revision-Date: 2018-07-16 15:31+\n"
+"Last-Translator: Ammuu5\n"
 "Language-Team: Finnish (http://www.transifex.com/xfce/tumbler/language/fi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -76,7 +77,7 @@ msgstr "Tiedoston ”%s” viimeisen muokkausajan selvitys 
epäonnistui"
 #: ../tumblerd/main.c:223
 #, c-format
 msgid "Name %s lost on the message dbus, exiting."
-msgstr ""
+msgstr "Nimi %s menetettiin viestintärajapinnalla, poistutaan."
 
 #: ../tumblerd/main.c:258
 msgid "Couldn't change nice value of process."

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


[Xfce4-commits] [xfce/xfce4-panel] branch master updated (7380324 -> 900e04c)

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

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

  from  7380324   Add support for xfce4-panel-profiles
   new  900e04c   I18n: Update translation fi (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/fi.po | 390 +--
 1 file changed, 207 insertions(+), 183 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/tumbler] branch master updated (58e8b90 -> 79b961a)

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

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

  from  58e8b90   I18n: Update translation el (100%).
   new  79b961a   I18n: Update translation fi (97%).

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/fi.po | 7 ---
 1 file changed, 4 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] [thunar-plugins/thunar-vcs-plugin] 01/01: I18n: Update translation fi (65%).

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

transifex pushed a 
commit to branch 
master
in repository thunar-plugins/thunar-vcs-plugin.

commit 72eba195ab0a6bad8be3facabd28a817e47964d6
Author: Anonymous 
Date:   Mon Jul 16 18:30:50 2018 +0200

I18n: Update translation fi (65%).

200 translated messages, 107 untranslated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/fi.po | 1167 +++---
 1 file changed, 591 insertions(+), 576 deletions(-)

diff --git a/po/fi.po b/po/fi.po
index 894285e..35ad838 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -10,8 +10,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Thunar Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-02-17 00:30+0100\n"
-"PO-Revision-Date: 2018-01-06 23:38+\n"
+"POT-Creation-Date: 2018-06-27 06:30+0200\n"
+"PO-Revision-Date: 2018-07-16 15:37+\n"
 "Last-Translator: Ammuu5\n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/thunar-plugins/language/fi/)\n"
 "MIME-Version: 1.0\n"
@@ -20,465 +20,370 @@ msgstr ""
 "Language: fi\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../thunar-vcs-plugin/tvp-git-action.c:263
-#: ../thunar-vcs-plugin/tvp-svn-action.c:300
-msgid "Menu|Add"
-msgstr "Valikko|Lisää"
-
-#: ../thunar-vcs-plugin/tvp-git-action.c:263
-#: ../thunar-vcs-plugin/tvp-svn-action.c:300 ../tvp-git-helper/main.c:153
+#: ../thunar-vcs-plugin/tvp-git-action.c:222
+#: ../thunar-vcs-plugin/tvp-svn-action.c:260 ../tvp-git-helper/main.c:153
 #: ../tvp-git-helper/tgh-add.c:108 ../tvp-git-helper/tgh-add.c:121
-#: ../tvp-svn-helper/main.c:259 ../tvp-svn-helper/tsh-add.c:119
-#: ../tvp-svn-helper/tsh-add.c:132
+#: ../tvp-svn-helper/main.c:257 ../tvp-svn-helper/tsh-add.c:141
+#: ../tvp-svn-helper/tsh-add.c:154
 msgid "Add"
 msgstr "Lisää"
 
-#: ../thunar-vcs-plugin/tvp-git-action.c:264
-msgid "Menu|Bisect"
-msgstr "Valikko|Selvitä muutoksen lähde"
-
-#: ../thunar-vcs-plugin/tvp-git-action.c:264
-msgid "Bisect"
-msgstr "Selvitä muutoksen lähde"
-
-#: ../thunar-vcs-plugin/tvp-git-action.c:266
-#: ../thunar-vcs-plugin/tvp-svn-action.c:305
-msgid "Menu|Blame"
-msgstr "Valikko|Näytä muutoksen tiedot"
+#: ../thunar-vcs-plugin/tvp-git-action.c:222
+msgid "Add file contents to the index"
+msgstr "Lisää tiedoston sisältö indeksiin"
 
-#: ../thunar-vcs-plugin/tvp-git-action.c:266
-#: ../thunar-vcs-plugin/tvp-svn-action.c:305 ../tvp-git-helper/main.c:157
-#: ../tvp-git-helper/tgh-blame-dialog.c:129 ../tvp-svn-helper/main.c:263
-#: ../tvp-svn-helper/main.c:267 ../tvp-svn-helper/tsh-blame-dialog.c:132
+#: ../thunar-vcs-plugin/tvp-git-action.c:225
+#: ../thunar-vcs-plugin/tvp-svn-action.c:265 ../tvp-git-helper/main.c:157
+#: ../tvp-git-helper/tgh-blame-dialog.c:129 ../tvp-svn-helper/main.c:261
+#: ../tvp-svn-helper/main.c:265 ../tvp-svn-helper/tsh-blame-dialog.c:132
 msgid "Blame"
 msgstr "Näytä muutoksen tiedot"
 
-#: ../thunar-vcs-plugin/tvp-git-action.c:268
-msgid "Menu|Branch"
-msgstr "Valikko|Haarauta"
+#: ../thunar-vcs-plugin/tvp-git-action.c:225
+#: ../thunar-vcs-plugin/tvp-svn-action.c:265
+msgid "Show what revision and author last modified each line of a file"
+msgstr ""
 
-#: ../thunar-vcs-plugin/tvp-git-action.c:268 ../tvp-git-helper/main.c:161
-#: ../tvp-git-helper/tgh-branch-dialog.c:144
-#: ../tvp-git-helper/tgh-stash-dialog.c:167
+#: ../thunar-vcs-plugin/tvp-git-action.c:227 ../tvp-git-helper/main.c:161
+#: ../tvp-git-helper/tgh-branch-dialog.c:140
+#: ../tvp-git-helper/tgh-stash-dialog.c:166
 msgid "Branch"
 msgstr "Haarauta"
 
-#: ../thunar-vcs-plugin/tvp-git-action.c:269
-#: ../thunar-vcs-plugin/tvp-svn-action.c:322
-msgid "Menu|Checkout"
-msgstr "Valikko|Hae"
-
-#: ../thunar-vcs-plugin/tvp-git-action.c:269
-#: ../thunar-vcs-plugin/tvp-svn-action.c:322 ../tvp-svn-helper/main.c:271
-#: ../tvp-svn-helper/tsh-checkout.c:100 ../tvp-svn-helper/tsh-checkout.c:112
-msgid "Checkout"
-msgstr "Hae"
-
-#: ../thunar-vcs-plugin/tvp-git-action.c:270
-msgid "Menu|Clean"
-msgstr "Valikko|Siisti"
+#: ../thunar-vcs-plugin/tvp-git-action.c:227
+msgid "List, create or switch branches"
+msgstr ""
 
-#: ../thunar-vcs-plugin/tvp-git-action.c:270 ../tvp-git-helper/main.c:165
-#: ../tvp-git-helper/tgh-clean.c:152 ../tvp-git-helper/tgh-clean-dialog.c:96
+#. unimplemented: add_subaction(item, menu, "tvp::git::checkout",
+#. _("Checkout"), _("Checkout"), "gtk-connect", _("Checkout"));
+#: ../thunar-vcs-plugin/tvp-git-action.c:229 ../tvp-git-helper/main.c:165
+#: ../tvp-git-helper/tgh-clean.c:152 ../tvp-git-helper/tgh-clean-dialog.c:95
 msgid "Clean"
 msgstr "Siisti"
 
-#: ../thunar-vcs-plugin/tvp-git-action.c:272
-msgid "Menu|Clone"
-msgstr "Valikko|Kloonaa"
+#: ../thunar-vcs-plugin/tvp-git-action.c:229
+msgid "Remove untracked files from the working tree"
+msgstr ""
 
-#: 

[Xfce4-commits] [xfce/thunar-volman] branch master updated (03d1b42 -> ff6c70f)

2018-07-16 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  03d1b42   I18n: Update translation fr (100%).
   new  ff6c70f   I18n: Update translation zh_TW (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/zh_TW.po | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

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


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

2018-07-16 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 ff6c70f62ae37eae485c9357246d9772fc489045
Author: Hsiu-Ming Chang 
Date:   Mon Jul 16 18:31:00 2018 +0200

I18n: Update translation zh_TW (100%).

116 translated messages.

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

diff --git a/po/zh_TW.po b/po/zh_TW.po
index b445ff1..e97e380 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -3,14 +3,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Hsiu-Ming Chang , 2017
+# Hsiu-Ming Chang , 2017-2018
 # Walter Cheuk , 2013-2014
 msgid ""
 msgstr ""
 "Project-Id-Version: Thunar-volman\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-09-09 18:30+0200\n"
-"PO-Revision-Date: 2017-10-30 12:49+\n"
+"PO-Revision-Date: 2018-07-16 11:04+\n"
 "Last-Translator: Hsiu-Ming Chang \n"
 "Language-Team: Chinese (Taiwan) 
(http://www.transifex.com/xfce/thunar-volman/language/zh_TW/)\n"
 "MIME-Version: 1.0\n"
@@ -321,11 +321,11 @@ msgstr "未支援的 USB 裝置類型「%s」"
 
 #: ../thunar-volman-settings/main.c:44
 msgid "Settings manager socket"
-msgstr ""
+msgstr "設定值管理員 socket"
 
 #: ../thunar-volman-settings/main.c:44
 msgid "SOCKET ID"
-msgstr ""
+msgstr "SOCKET ID"
 
 #. setup application name
 #: ../thunar-volman-settings/main.c:60

-- 
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] [thunar-plugins/thunar-vcs-plugin] branch master updated (6f6e151 -> 72eba19)

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

transifex pushed a 
change to branch 
master
in repository thunar-plugins/thunar-vcs-plugin.

  from  6f6e151   I18n: Update translation cs (100%).
   new  72eba19   I18n: Update translation fi (65%).

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/fi.po | 1167 +++---
 1 file changed, 591 insertions(+), 576 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] [thunar-plugins/thunar-shares-plugin] 01/01: I18n: Update translation fi (100%).

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

transifex pushed a 
commit to branch 
master
in repository thunar-plugins/thunar-shares-plugin.

commit 76f68356245ea3ba9dd01fa6c9d506ef13b83055
Author: Anonymous 
Date:   Mon Jul 16 18:30:41 2018 +0200

I18n: Update translation fi (100%).

29 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/fi.po | 37 +
 1 file changed, 21 insertions(+), 16 deletions(-)

diff --git a/po/fi.po b/po/fi.po
index 67bb410..38e8180 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,14 +3,15 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Ammuu5, 2018
 # Jari Rahkonen , 2010
 msgid ""
 msgstr ""
 "Project-Id-Version: Thunar Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-07-03 20:10+0200\n"
-"PO-Revision-Date: 2017-09-19 18:03+\n"
-"Last-Translator: Nick Schermer \n"
+"POT-Creation-Date: 2018-02-16 06:30+0100\n"
+"PO-Revision-Date: 2018-07-16 15:34+\n"
+"Last-Translator: Ammuu5\n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/thunar-plugins/language/fi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -18,37 +19,37 @@ msgstr ""
 "Language: fi\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../libshares/libshares-util.c:161
+#: ../libshares/libshares-util.c:166
 msgid "Please, write a name."
 msgstr "Anna jaolle nimi."
 
 #. Warn the user
-#: ../libshares/libshares-util.c:169
+#: ../libshares/libshares-util.c:174
 msgid ""
 "Share name too long. Some old clients may have problems to access it, "
 "continue anyway?"
 msgstr "Jaon nimi on liian pitkä. Tämä voi aiheuttaa ongelmia vanhojen 
asiakasohjelmien kanssa. Jatketaanko silti?"
 
-#: ../libshares/libshares-util.c:182
+#: ../libshares/libshares-util.c:187
 #, c-format
 msgid "Error while getting share information: %s"
 msgstr "Virhe noudettaessa jaon tietoja: %s"
 
-#: ../libshares/libshares-util.c:192
+#: ../libshares/libshares-util.c:197
 msgid "Another share has the same name"
 msgstr "Toisella jaolla on jo sama nimi"
 
-#: ../libshares/libshares-util.c:246
+#: ../libshares/libshares-util.c:251
 msgid "Cannot modify the share:"
 msgstr "Jaon muokkaus ei onnistu:"
 
-#: ../libshares/libshares-util.c:345
+#: ../libshares/libshares-util.c:353
 msgid ""
 "Thunar needs to add some permissions to your folder in order to share it. Do"
 " you agree?"
 msgstr "Saako Thunar muokata kansion käyttöoikeuksia, jotta sen jako onnistuu?"
 
-#: ../libshares/libshares-util.c:384
+#: ../libshares/libshares-util.c:392
 msgid "Error when changing folder permissions."
 msgstr "Kansion käyttöoikeuksien muokkaus epäonnistui."
 
@@ -114,16 +115,16 @@ msgid ""
 "first and add a new one"
 msgstr "Olemassaolevan jaon polkua ei voi muuttaa. Poista vanha jako ja luo 
uusi."
 
-#: ../thunar-plugin/tsp-page.c:152
+#: ../thunar-plugin/tsp-page.c:151
 msgid "Folder Sharing"
 msgstr "Kansion jakaminen"
 
 #. Share check button
-#: ../thunar-plugin/tsp-page.c:162
+#: ../thunar-plugin/tsp-page.c:161
 msgid "Share this folder"
 msgstr "Jaa tämä kansio"
 
-#: ../thunar-plugin/tsp-page.c:170
+#: ../thunar-plugin/tsp-page.c:169
 msgid "Share Name:"
 msgstr "Jaon nimi:"
 
@@ -141,15 +142,19 @@ msgstr "Salli vieraskäyttö."
 msgid "Comments:"
 msgstr "Kommentit:"
 
-#: ../thunar-plugin/tsp-page.c:296
+#: ../thunar-plugin/tsp-page.c:209
+msgid "_Apply"
+msgstr "_Käytä"
+
+#: ../thunar-plugin/tsp-page.c:298
 msgid "Share"
 msgstr "Jako"
 
-#: ../thunar-plugin/tsp-page.c:368
+#: ../thunar-plugin/tsp-page.c:370
 msgid "You are not the owner of the folder."
 msgstr "Et ole kansion omistaja."
 
-#: ../thunar-plugin/tsp-page.c:376
+#: ../thunar-plugin/tsp-page.c:378
 msgid ""
 "You may need to install Samba, check your user permissions(usershares group) 
and re-login.\n"
 "More info: http://thunar-shares.googlecode.com/"

-- 
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] [thunar-plugins/thunar-media-tags-plugin] 01/01: I18n: Update translation fi (100%).

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

transifex pushed a 
commit to branch 
master
in repository thunar-plugins/thunar-media-tags-plugin.

commit 9b4570bfe5d3eb547d7e542ce7a3fe885b28202b
Author: Anonymous 
Date:   Mon Jul 16 18:30:35 2018 +0200

I18n: Update translation fi (100%).

60 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/fi.po | 143 ++-
 1 file changed, 77 insertions(+), 66 deletions(-)

diff --git a/po/fi.po b/po/fi.po
index b1cfc9e..a39ba7b 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,6 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Ammuu5, 2018
 # Elias Julkunen , 2006
 # Jari Rahkonen , 2008
 # Pasi Lallinaho , 2015
@@ -10,9 +11,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Thunar Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-02-11 18:30+0100\n"
-"PO-Revision-Date: 2017-09-19 18:03+\n"
-"Last-Translator: Pasi Lallinaho \n"
+"POT-Creation-Date: 2018-02-15 00:30+0100\n"
+"PO-Revision-Date: 2018-07-16 15:34+\n"
+"Last-Translator: Ammuu5\n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/thunar-plugins/language/fi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -20,7 +21,7 @@ msgstr ""
 "Language: fi\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657
+#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:659
 msgid "Title"
 msgstr "Kappale"
 
@@ -58,80 +59,80 @@ msgid "Cust_om format:"
 msgstr "M_ukautettu muoto:"
 
 #. Format label
-#: ../thunar-plugin/tag-renamer.c:271
+#: ../thunar-plugin/tag-renamer.c:272
 msgid "_Format:"
 msgstr "_Muoto:"
 
-#: ../thunar-plugin/tag-renamer.c:312
+#: ../thunar-plugin/tag-renamer.c:314
 msgid "_Underscores"
 msgstr "_Alaviivat"
 
-#: ../thunar-plugin/tag-renamer.c:314
+#: ../thunar-plugin/tag-renamer.c:316
 msgid ""
 "Activating this option will replace all spaces in the target filename with "
 "underscores."
 msgstr "Valitse tämä korvataksesi kaikki välit tiedoston nimessä alaviivoilla."
 
-#: ../thunar-plugin/tag-renamer.c:319
+#: ../thunar-plugin/tag-renamer.c:321
 msgid "_Lowercase"
 msgstr "_Pienaakkoset"
 
-#: ../thunar-plugin/tag-renamer.c:321
+#: ../thunar-plugin/tag-renamer.c:323
 msgid ""
 "If you activate this, the resulting filename will only contain lowercase "
 "letters."
 msgstr "Valitse tämä, jos haluat että tiedostonimissä käytetään ainoastaan 
pienaakkosia."
 
-#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182
+#: ../thunar-plugin/tag-renamer.c:466 ../thunar-plugin/audio-tags-page.c:183
 msgid "Unknown Artist"
 msgstr "Tuntematon esittäjä"
 
-#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208
+#: ../thunar-plugin/tag-renamer.c:474 ../thunar-plugin/audio-tags-page.c:209
 msgid "Unknown Title"
 msgstr "Tuntematon kappale"
 
 #. Edit tags action
-#: ../thunar-plugin/tag-renamer.c:627
+#: ../thunar-plugin/tag-renamer.c:629
 msgid "Edit _Tags"
 msgstr "Muokkaa _tunnisteita"
 
-#: ../thunar-plugin/tag-renamer.c:627
+#: ../thunar-plugin/tag-renamer.c:629
 msgid "Edit ID3/OGG tags of this file."
 msgstr "Muokkaa tiedoston ID3/OGG -tunnisteita."
 
-#: ../thunar-plugin/tag-renamer.c:646
+#: ../thunar-plugin/tag-renamer.c:648
 msgid "Tag Help"
 msgstr "Tunnisteohje"
 
-#: ../thunar-plugin/tag-renamer.c:657
+#: ../thunar-plugin/tag-renamer.c:659
 msgid "Artist"
 msgstr "Esittäjä"
 
-#: ../thunar-plugin/tag-renamer.c:658
+#: ../thunar-plugin/tag-renamer.c:660
 msgid "Album"
 msgstr "Albumi"
 
-#: ../thunar-plugin/tag-renamer.c:658
+#: ../thunar-plugin/tag-renamer.c:660
 msgid "Genre"
 msgstr "Tyylilaji"
 
-#: ../thunar-plugin/tag-renamer.c:659
+#: ../thunar-plugin/tag-renamer.c:661
 msgid "Track number"
 msgstr "Raitanumero"
 
-#: ../thunar-plugin/tag-renamer.c:659
+#: ../thunar-plugin/tag-renamer.c:661
 msgid "Year"
 msgstr "Vuosi"
 
-#: ../thunar-plugin/tag-renamer.c:660
+#: ../thunar-plugin/tag-renamer.c:662
 msgid "Comment"
 msgstr "Kommentti"
 
-#: ../thunar-plugin/tag-renamer.c:717
+#: ../thunar-plugin/tag-renamer.c:719
 msgid "Audio Tags"
 msgstr "Äänitunnisteet"
 
-#: ../thunar-plugin/audio-tags-page.c:195
+#: ../thunar-plugin/audio-tags-page.c:196
 msgid "Unknown Album"
 msgstr "Tuntematon albumi"
 
@@ -139,129 +140,139 @@ msgstr "Tuntematon albumi"
 msgid "Track:"
 msgstr "Raita:"
 
-#: ../thunar-plugin/audio-tags-page.c:343
+#: ../thunar-plugin/audio-tags-page.c:338
 msgid "Enter the track number here."
 msgstr "Kirjoita raidan numero tähän."
 
-#: ../thunar-plugin/audio-tags-page.c:351
+#: ../thunar-plugin/audio-tags-page.c:347
 msgid "Year:"
 msgstr "Vuosi:"
 
-#: ../thunar-plugin/audio-tags-page.c:366
+#: 

[Xfce4-commits] [thunar-plugins/thunar-shares-plugin] branch master updated (ea0b4db -> 76f6835)

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

transifex pushed a 
change to branch 
master
in repository thunar-plugins/thunar-shares-plugin.

  from  ea0b4db   I18n: Update translation sr (100%).
   new  76f6835   I18n: Update translation fi (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/fi.po | 37 +
 1 file changed, 21 insertions(+), 16 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] [thunar-plugins/thunar-media-tags-plugin] branch master updated (c99b8e6 -> 9b4570b)

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

transifex pushed a 
change to branch 
master
in repository thunar-plugins/thunar-media-tags-plugin.

  from  c99b8e6   I18n: Update translation el (100%).
   new  9b4570b   I18n: Update translation fi (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/fi.po | 143 ++-
 1 file changed, 77 insertions(+), 66 deletions(-)

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


[Xfce4-commits] [xfce/thunar] branch master updated (97ef840 -> d83f84a)

2018-07-16 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  97ef840   Fix standard view border during drag and drop (Bug #14523)
   new  d83f84a   I18n: Update translation fi (98%).

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/fi.po | 960 ---
 1 file changed, 486 insertions(+), 474 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 fi (98%).

2018-07-16 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 d83f84ac1ff902f7cb2de154558f3126b5568d23
Author: Anonymous 
Date:   Mon Jul 16 18:30:25 2018 +0200

I18n: Update translation fi (98%).

738 translated messages, 8 untranslated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/fi.po | 960 ---
 1 file changed, 486 insertions(+), 474 deletions(-)

diff --git a/po/fi.po b/po/fi.po
index 7e0eb75..d4dfcc4 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Ammuu5, 2017
+# Ammuu5, 2017-2018
 # Jiri Grönroos , 2013,2018
 # Juhani Numminen , 2014
 # Pasi Lallinaho , 2014-2015,2018
@@ -12,9 +12,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-02-09 12:30+0100\n"
-"PO-Revision-Date: 2018-03-08 09:48+\n"
-"Last-Translator: Pasi Lallinaho \n"
+"POT-Creation-Date: 2018-06-25 00:30+0200\n"
+"PO-Revision-Date: 2018-07-16 15:39+\n"
+"Last-Translator: Ammuu5\n"
 "Language-Team: Finnish (http://www.transifex.com/xfce/thunar/language/fi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -22,7 +22,7 @@ msgstr ""
 "Language: fi\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../thunar/main.c:90
+#: ../thunar/main.c:89
 msgid ""
 "Thunar could not be launched because an older instance of thunar is still 
running.\n"
 "Would you like to terminate the old thunar instance now?\n"
@@ -33,7 +33,7 @@ msgid ""
 msgstr "Thunaria ei voitu käynnistää koska vanhempi instanssi on vielä 
käynnissä.\nHaluatko lopettaa vanhan instanssin nyt?\n\nEnnen hyväksymistä 
varmista ettei käynnissä ole toteutettavia operaatioita (esim. 
tiedostonsiirtoja) sillä lopettaminen voi jättää tiedostosi 
korruptoituneiksi.\n\nOle hyvä ja käynnistä Thunar myöhemmin uudelleen."
 
 #. setup application name
-#: ../thunar/main.c:126
+#: ../thunar/main.c:125
 msgid "Thunar"
 msgstr "Thunar"
 
@@ -140,10 +140,10 @@ msgstr "Toiminnon käynnistys epäonnistui"
 
 #. tell the user that we were unable to launch the file specified
 #: ../thunar/thunar-application.c:1442 ../thunar/thunar-application.c:1574
-#: ../thunar/thunar-launcher.c:1222 ../thunar/thunar-location-entry.c:356
+#: ../thunar/thunar-launcher.c:1216 ../thunar/thunar-location-entry.c:356
 #: ../thunar/thunar-location-entry.c:384
-#: ../thunar/thunar-shortcuts-view.c:1653
-#: ../thunar/thunar-shortcuts-view.c:1681 ../thunar/thunar-window.c:2277
+#: ../thunar/thunar-shortcuts-view.c:1680
+#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2317
 #, c-format
 msgid "Failed to open \"%s\""
 msgstr "Kohteen \"%s\" avaaminen epäonnistui."
@@ -156,20 +156,20 @@ msgstr "Kohteen \"%s\" avaaminen epäonnistui: %s"
 #. display an error message
 #: ../thunar/thunar-application.c:1633
 #: ../thunar/thunar-properties-dialog.c:731
-#: ../thunar/thunar-standard-view.c:2773 ../thunar/thunar-tree-view.c:1930
+#: ../thunar/thunar-standard-view.c:2853 ../thunar/thunar-tree-view.c:1959
 #, c-format
 msgid "Failed to rename \"%s\""
 msgstr "Tiedoston \"%s\" nimeäminen epäonnistui."
 
 #: ../thunar/thunar-application.c:1735
-#: ../thunar/thunar-location-buttons.c:1339
-#: ../thunar/thunar-standard-view.c:2324 ../thunar/thunar-tree-view.c:1792
+#: ../thunar/thunar-location-buttons.c:1347
+#: ../thunar/thunar-standard-view.c:2378 ../thunar/thunar-tree-view.c:1821
 msgid "New Folder"
 msgstr "Uusi kansio"
 
 #: ../thunar/thunar-application.c:1736
-#: ../thunar/thunar-location-buttons.c:1340
-#: ../thunar/thunar-standard-view.c:2325 ../thunar/thunar-tree-view.c:1793
+#: ../thunar/thunar-location-buttons.c:1348
+#: ../thunar/thunar-standard-view.c:2379 ../thunar/thunar-tree-view.c:1822
 msgid "Create New Folder"
 msgstr "Luo uusi kansio"
 
@@ -182,7 +182,7 @@ msgid "Create New File"
 msgstr "Luo uusi tiedosto"
 
 #. generate a title for the create dialog
-#: ../thunar/thunar-application.c:1798 ../thunar/thunar-standard-view.c:2369
+#: ../thunar/thunar-application.c:1798 ../thunar/thunar-standard-view.c:2425
 #, c-format
 msgid "Create Document from template \"%s\""
 msgstr "Luo asiakirja mallin \"%s\" pohjalta"
@@ -229,32 +229,31 @@ msgstr[1] "Haluatko todella poistaa valitut\n%u tiedostoa 
pysyvästi?"
 #. add the Cancel/Close buttons
 #. configure the dialog properties
 #: ../thunar/thunar-application.c:2099 ../thunar/thunar-application.c:2278
-#: ../thunar/thunar-chooser-dialog.c:290 ../thunar/thunar-chooser-dialog.c:709
-#: ../thunar/thunar-chooser-dialog.c:757 ../thunar/thunar-create-dialog.c:141
-#: ../thunar/thunar-dialogs.c:98 ../thunar/thunar-dialogs.c:479
-#: ../thunar/thunar-dialogs.c:550 

[Xfce4-commits] [xfce/thunar] branch master updated (83a20d5 -> 97ef840)

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

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

  from  83a20d5   I18n: Update translation it (100%).
   new  97ef840   Fix standard view border during drag and drop (Bug #14523)

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:
 thunar/thunar-application.c   |  4 +++-
 thunar/thunar-standard-view.c | 13 ++---
 2 files changed, 9 insertions(+), 8 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: Fix standard view border during drag and drop (Bug #14523)

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

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

commit 97ef840803e61d425cf18f260caa06ddbd068797
Author: Andre Miranda 
Date:   Mon Jul 16 13:04:13 2018 -0300

Fix standard view border during drag and drop (Bug #14523)

Also make gtk_render_frame work properly, so there's no
need to use cairo directly.
---
 thunar/thunar-application.c   |  4 +++-
 thunar/thunar-standard-view.c | 13 ++---
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/thunar/thunar-application.c b/thunar/thunar-application.c
index 01c03f1..d26364c 100644
--- a/thunar/thunar-application.c
+++ b/thunar/thunar-application.c
@@ -585,8 +585,10 @@ thunar_application_load_css (void)
   gtk_css_provider_load_from_data (css_provider, ".path-bar-button { 
margin-right: 0; }"
 
  /* remove extra border 
between side pane and view */
+ /* also make border thicker 
during DnD */
  ".shortcuts-pane { 
border-right-width: 0px; }"
- ".standard-view { 
border-left-width: 0px; }", -1, NULL);
+ ".standard-view { 
border-left-width: 0px; }"
+ ".standard-view:drop(active) 
{ border-width: 2px; }", -1, NULL);
   screen = gdk_screen_get_default ();
   gtk_style_context_add_provider_for_screen (screen, GTK_STYLE_PROVIDER 
(css_provider), GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);
   g_object_unref (css_provider);
diff --git a/thunar/thunar-standard-view.c b/thunar/thunar-standard-view.c
index cd6924d..044b9e9 100644
--- a/thunar/thunar-standard-view.c
+++ b/thunar/thunar-standard-view.c
@@ -1141,6 +1141,7 @@ thunar_standard_view_draw (GtkWidget  *widget,
 {
   gboolean result = FALSE;
   GtkAllocation a;
+  GtkStyleContext *context;
 
   /* let the scrolled window do it's work */
   cairo_save (cr);
@@ -1152,14 +1153,12 @@ thunar_standard_view_draw (GtkWidget  *widget,
 {
   gtk_widget_get_allocation (widget, );
 
-  gtk_render_frame (gtk_widget_get_style_context (widget),
-cr, a.x, a.y, a.width, a.height);
+  context = gtk_widget_get_style_context (widget);
 
-  /* the cairo version looks better here, so we use it if possible */
-  cairo_set_source_rgb (cr, 0.0, 0.0, 0.0);
-  cairo_set_line_width (cr, 1.0);
-  cairo_rectangle (cr, a.x + 0.5, a.y + 0.5, a.width - 1, a.height - 1);
-  cairo_stroke (cr);
+  gtk_style_context_save (context);
+  gtk_style_context_set_state (context, GTK_STATE_FLAG_DROP_ACTIVE);
+  gtk_render_frame (context, cr, 0, 0, a.width, a.height);
+  gtk_style_context_restore (context);
 }
 
   return result;

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


[Xfce4-commits] [panel-plugins/xfce4-statusnotifier-plugin] branch master updated (bd870c6 -> 8783aba)

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

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

  from  bd870c6   I18n: Update translation hu (100%).
   new  8783aba   I18n: Update translation it (100%).

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


Summary of changes:
 po/it.po | 22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

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


[Xfce4-commits] [panel-plugins/xfce4-systemload-plugin] branch master updated (2ce1223 -> 3395861)

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

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

  from  2ce1223   I18n: Update translation it (100%).
   new  3395861   I18n: Update translation it (100%).

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


Summary of changes:
 po/it.po | 26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

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


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

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

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

commit 8783aba272c817726265c5543e76c21dd14dc412
Author: Francesco Galizzi 
Date:   Mon Jul 16 12:32:17 2018 +0200

I18n: Update translation it (100%).

25 translated messages.

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

diff --git a/po/it.po b/po/it.po
index 18799d0..0a4e462 100644
--- a/po/it.po
+++ b/po/it.po
@@ -10,7 +10,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-07-28 16:38+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: Emanuele Petriglia , 2018\n"
+"Last-Translator: Francesco Galizzi , 2017\n"
 "Language-Team: Italian (https://www.transifex.com/xfce/teams/16840/it/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -24,15 +24,15 @@ msgstr "Svuota"
 
 #: ../panel-plugin/sn-dialog.c:369
 msgid "Are you sure you want to clear the list of known items?"
-msgstr "Sei sicuro di voler svuotare la lista degli elementi noti?"
+msgstr "Svuotare davvero la lista degli elementi conosciuti?"
 
 #: ../panel-plugin/sn-dialog.glade.h:1
 msgid "Status Notifier Items"
-msgstr "Elementi"
+msgstr "Elementi di Status Notifier"
 
 #: ../panel-plugin/sn-dialog.glade.h:2
 msgid "_Maximum icon size (px):"
-msgstr "Dimensione massima dell'icona (px)"
+msgstr "Dimensione massima dell'icona (px):"
 
 #: ../panel-plugin/sn-dialog.glade.h:3
 msgid "Arrange items in a single row"
@@ -78,7 +78,7 @@ msgstr "Comportamento"
 
 #: ../panel-plugin/sn-dialog.glade.h:13
 msgid "Hide items by default"
-msgstr "Nascondi gli elementi di default"
+msgstr "Nascondi gli elementi per impostazione predefinita"
 
 #: ../panel-plugin/sn-dialog.glade.h:14
 msgid "When enabled, all new items will be marked as \"Hidden\""
@@ -96,15 +96,15 @@ msgstr "Nascosto"
 
 #: ../panel-plugin/sn-dialog.glade.h:17
 msgid "Move the selected item one row up"
-msgstr "Muovi l'elemento selezionato alla riga sopra"
+msgstr "Sposta l'elemento selezionato di una riga sopra"
 
 #: ../panel-plugin/sn-dialog.glade.h:18
 msgid "Move the selected item one row down"
-msgstr "Muovi l'elemento selezionato alla riga sotto"
+msgstr "Sposta l'elemento selezionato di una riga sotto"
 
 #: ../panel-plugin/sn-dialog.glade.h:19
 msgid "C_lear Known Items"
-msgstr "_Pulisci gli elementi visti"
+msgstr "_Svuota gli elementi conosciuti"
 
 #: ../panel-plugin/sn-dialog.glade.h:20
 msgid "Resets the list of items and their visibility settings"
@@ -113,15 +113,15 @@ msgstr ""
 
 #: ../panel-plugin/sn-dialog.glade.h:21
 msgid "Known Items"
-msgstr "Elementi visti"
+msgstr "Elementi conosciuti"
 
 #: ../panel-plugin/sn-plugin.c:185
 #: ../panel-plugin/statusnotifier.desktop.in.h:2
 msgid ""
 "Provides a panel area for status notifier items (application indicators)"
 msgstr ""
-"Fornisce un'area del pannello per le notifiche (indicatori di applicazione)"
+"Fornisce un'area di pannello per mostrare gli indicatori delle applicazioni"
 
 #: ../panel-plugin/statusnotifier.desktop.in.h:1
 msgid "Status Notifier Plugin"
-msgstr "Plugin Status Notifier"
+msgstr "Componente aggiuntivo Status Notifier"

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


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

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

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

commit f0f7fb976859c119be000bdf38e549d186640b47
Author: Emanuele Petriglia 
Date:   Mon Jul 16 12:32:02 2018 +0200

I18n: Update translation it (100%).

75 translated messages.

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

diff --git a/po/it.po b/po/it.po
index 006f4a8..9d3f512 100644
--- a/po/it.po
+++ b/po/it.po
@@ -4,13 +4,14 @@
 # 
 # Translators:
 # Cristian Marchi , 2009,2014
+# Emanuele Petriglia , 2018
 # Enrico B. , 2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-03-19 18:31+0100\n"
-"PO-Revision-Date: 2018-07-11 15:11+\n"
+"PO-Revision-Date: 2018-07-16 08:06+\n"
 "Last-Translator: Emanuele Petriglia \n"
 "Language-Team: Italian 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/it/)\n"
 "MIME-Version: 1.0\n"
@@ -38,7 +39,7 @@ msgid ""
 "Sensors Plugin:\n"
 "Seems like there was a problem reading a sensor feature value.\n"
 "Proper proceeding cannot be guaranteed.\n"
-msgstr "Plugin sensori:\nprobabilmente si è verificato un problema leggendo il 
valore di un sensore.\nNon è garantito il funzionamento corretto.\n"
+msgstr "Componente aggiuntivo per i sensori:\nprobabilmente si è verificato un 
problema leggendo il valore di un sensore.\nNon è garantito il funzionamento 
corretto.\n"
 
 #: ../panel-plugin/sensors-plugin.c:1943
 msgid "UI style:"
@@ -120,11 +121,11 @@ msgstr "Non visualizzare i messaggi"
 
 #: ../panel-plugin/sensors-plugin.c:2287
 msgid "Suppress tooltip"
-msgstr "Disabilita i suggerimenti"
+msgstr "Non visualizzare i suggerimenti"
 
 #: ../panel-plugin/sensors-plugin.c:2313
 msgid "E_xecute on double click:"
-msgstr "Con un doppio clic _esegui:"
+msgstr "_Esegui con un doppio click:"
 
 #: ../panel-plugin/sensors-plugin.c:2357
 msgid "_View"
@@ -137,7 +138,7 @@ msgstr "Va_rie"
 #: ../panel-plugin/sensors-plugin.c:2469 ../panel-plugin/sensors-plugin.h:31
 #: ../lib/hddtemp.c:167
 msgid "Sensors Plugin"
-msgstr "Plugin per i sensori"
+msgstr "Componente aggiuntivo per i sensori"
 
 #: ../panel-plugin/sensors-plugin.c:2477
 msgid "Properties"
@@ -194,7 +195,7 @@ msgid ""
 "Calling \"%s\" gave the following error:\n"
 "%s\n"
 "with a return value of %d.\n"
-msgstr "\"hddtemp\" non è stato eseguito correttamente, anche se è eseguibile. 
Questo è probabilmente dovuto al fatto che i dischi richiedono i privilegi di 
root per leggere le proprie temperature, e  \"hddtemp\" non è stato impostato 
come root.\n\nUna semplice ma non rigorosa soluzione consiste nell'eseguire 
\"chmod u+s %s\" come utente root e riavviare questo plugin o il suo 
pannello.\n\nLa chiamata di \"%s\" ha fornito il seguente errore:\n%s\ncon un 
valore di ritorno di %d.\n"
+msgstr "\"hddtemp\" non è stato eseguito correttamente, anche se è eseguibile. 
Questo è probabilmente dovuto al fatto che i dischi richiedono i privilegi di 
root per leggere le proprie temperature, e \"hddtemp\" non è stato impostato 
come root.\n\nUna semplice ma non rigorosa soluzione consiste nell'eseguire 
\"chmod u+s %s\" come utente root e riavviare questo plugin o il suo 
pannello.\n\nLa chiamata di \"%s\" ha fornito il seguente errore:\n%s\ncon un 
valore di ritorno di %d.\n"
 
 #: ../lib/hddtemp.c:585 ../lib/hddtemp.c:608
 msgid "Suppress this message in future"
@@ -214,17 +215,17 @@ msgstr "Sensori LM"
 #: ../lib/lmsensors.c:370 ../lib/lmsensors.c:417
 #, c-format
 msgid "Error: Could not connect to sensors!"
-msgstr "Errore: impossibile connettersi al sensore"
+msgstr "Errore: impossibile connettersi ai sensori!"
 
 #: ../lib/sensors-interface.c:91
 msgid "Sensors Plugin Failure"
-msgstr "Errore del plugin per i sensori"
+msgstr "Errore del componente aggiuntivo per i sensori"
 
 #: ../lib/sensors-interface.c:92
 msgid ""
 "Seems like there was a problem reading a sensor feature value.\n"
 "Proper proceeding cannot be guaranteed."
-msgstr "Probabilmente si è verificato un problema leggendo un valore del 
sensore.\nNon si garantisce il funzionamento corretto procedendo."
+msgstr "Probabilmente si è verificato un problema leggendo un valore del 
sensore.\nNon è garantito il funzionamento corretto."
 
 #: ../lib/sensors-interface.c:178
 msgid "Sensors t_ype:"
@@ -264,7 +265,7 @@ msgstr "Massimo"
 
 #: ../lib/sensors-interface.c:379
 msgid "Temperature scale:"
-msgstr "Scala della temperatura"
+msgstr "Scala della temperatura:"
 
 #: ../lib/sensors-interface.c:381
 msgid "_Celsius"
@@ -280,7 +281,7 @@ msgstr "_Sensori"
 
 #: ../lib/sensors-interface-common.c:75 ../lib/sensors-interface-common.c:76
 msgid "No sensors found!"
-msgstr 

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

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

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

commit e9369e26bb8cfa8fd67dd26d2124d46583aa703c
Author: Emanuele Petriglia 
Date:   Mon Jul 16 12:32:24 2018 +0200

I18n: Update translation it (100%).

2 translated messages.

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

diff --git a/po/it.po b/po/it.po
index 7665ba3..e28b36d 100644
--- a/po/it.po
+++ b/po/it.po
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-07-03 21:19+0200\n"
-"PO-Revision-Date: 2018-07-11 15:11+\n"
+"PO-Revision-Date: 2018-07-16 08:16+\n"
 "Last-Translator: Emanuele Petriglia \n"
 "Language-Team: Italian 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/it/)\n"
 "MIME-Version: 1.0\n"

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


[Xfce4-commits] [panel-plugins/xfce4-smartbookmark-plugin] branch master updated (8f454ae -> 34484ec)

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

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

  from  8f454ae   I18n: Update translation it (100%).
   new  34484ec   I18n: Update translation it (100%).

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


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

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


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

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

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

commit 3395861986211df4feb0ec61d7eceb5053c3dd7d
Author: Emanuele Petriglia 
Date:   Mon Jul 16 12:32:31 2018 +0200

I18n: Update translation it (100%).

23 translated messages.

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

diff --git a/po/it.po b/po/it.po
index da5a04a..6accc59 100644
--- a/po/it.po
+++ b/po/it.po
@@ -12,7 +12,7 @@ msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-12-24 00:33+0100\n"
-"PO-Revision-Date: 2018-07-15 10:49+\n"
+"PO-Revision-Date: 2018-07-16 08:22+\n"
 "Last-Translator: Emanuele Petriglia \n"
 "Language-Team: Italian 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/it/)\n"
 "MIME-Version: 1.0\n"
@@ -23,7 +23,7 @@ msgstr ""
 
 #: ../panel-plugin/cpu.c:63
 msgid "File /proc/stat not found!"
-msgstr "File /proc/stat non trovato!"
+msgstr "Impossibile trovare il file /proc/stat!"
 
 #: ../panel-plugin/systemload.c:178
 #, c-format
@@ -33,12 +33,12 @@ msgstr "Carico del sistema: %ld%%"
 #: ../panel-plugin/systemload.c:185
 #, c-format
 msgid "Memory: %ldMB of %ldMB used"
-msgstr "Memoria: utilizzati %ldMB di %ldMB"
+msgstr "Memoria: utilizzati %ldMB su %ldMB"
 
 #: ../panel-plugin/systemload.c:193
 #, c-format
 msgid "Swap: %ldMB of %ldMB used"
-msgstr "Swap: utilizzati %ldMB di %ldMB"
+msgstr "Swap: utilizzati %ldMB su %ldMB"
 
 #: ../panel-plugin/systemload.c:196
 #, c-format
@@ -56,13 +56,13 @@ msgstr[1] "%d giorni"
 #, c-format
 msgid "Uptime: %d day %d:%02d"
 msgid_plural "Uptime: %d days %d:%02d"
-msgstr[0] "Tempo di funzionamento: %d giorno %d:%02d"
-msgstr[1] "Tempo di funzionamento: %d giorni %d:%02d"
+msgstr[0] "Tempo di attività: %d giorno %d:%02d"
+msgstr[1] "Tempo di attività: %d giorni %d:%02d"
 
 #: ../panel-plugin/systemload.c:219
 #, c-format
 msgid "Uptime: %d:%02d"
-msgstr "Tempo di funzionamento: %d:%02d"
+msgstr "Tempo di attività: %d:%02d"
 
 #: ../panel-plugin/systemload.c:805
 msgid "Options:"
@@ -70,19 +70,19 @@ msgstr "Opzioni:"
 
 #: ../panel-plugin/systemload.c:841
 msgid "CPU monitor"
-msgstr "Indicatore CPU"
+msgstr "Indicatore della CPU"
 
 #: ../panel-plugin/systemload.c:842
 msgid "Memory monitor"
-msgstr "Indicatore memoria"
+msgstr "Indicatore della memoria"
 
 #: ../panel-plugin/systemload.c:843
 msgid "Swap monitor"
-msgstr "Indicatore swap"
+msgstr "Indicatore della swap"
 
 #: ../panel-plugin/systemload.c:844
 msgid "Uptime monitor"
-msgstr "Indicatore funzionamento"
+msgstr "Indicatore del tempo di attività"
 
 #: ../panel-plugin/systemload.c:849 ../panel-plugin/systemload.desktop.in.h:1
 msgid "System Load Monitor"
@@ -108,7 +108,7 @@ msgstr "Intervallo di risparmio energetico:"
 
 #: ../panel-plugin/systemload.c:902
 msgid "Launched when clicking on the plugin"
-msgstr "Avviato mentre si sta facendo click sul plugin"
+msgstr "Avviato mentre si sta facendo click sul componente aggiuntivo"
 
 #: ../panel-plugin/systemload.c:906
 msgid "System monitor:"
@@ -124,4 +124,4 @@ msgstr "Copyright © 2003-2017\n"
 
 #: ../panel-plugin/uptime.c:53
 msgid "File /proc/uptime not found!"
-msgstr "File /proc/uptime non trovato!"
+msgstr "Impossibile trovare il file /proc/uptime!"

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


[Xfce4-commits] [panel-plugins/xfce4-stopwatch-plugin] branch master updated (ae653bb -> e9369e2)

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

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

  from  ae653bb   I18n: Update translation it (100%).
   new  e9369e2   I18n: Update translation it (100%).

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


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

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


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

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

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

commit 34484ec66baaf375342ac66f64b6a0844c46edaf
Author: Emanuele Petriglia 
Date:   Mon Jul 16 12:32:10 2018 +0200

I18n: Update translation it (100%).

9 translated messages.

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

diff --git a/po/it.po b/po/it.po
index a13f490..40f12ba 100644
--- a/po/it.po
+++ b/po/it.po
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-07-03 21:17+0200\n"
-"PO-Revision-Date: 2018-07-11 15:11+\n"
+"PO-Revision-Date: 2018-07-16 08:07+\n"
 "Last-Translator: Emanuele Petriglia \n"
 "Language-Team: Italian 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/it/)\n"
 "MIME-Version: 1.0\n"

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


[Xfce4-commits] [panel-plugins/xfce4-sensors-plugin] branch master updated (6b2b815 -> f0f7fb9)

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

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

  from  6b2b815   I18n: Update translation it (100%).
   new  f0f7fb9   I18n: Update translation it (100%).

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


Summary of changes:
 po/it.po | 29 +++--
 1 file changed, 15 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