[Xfce4-commits] [xfce/thunar] branch xfce-4.14 updated (38e8283 -> 21ce4db)

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

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

  from  38e8283   I18n: Update translation kk (100%).
   new  edd926a   Use https where possible
   new  21ce4db   Update copyright year

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:
 HACKING |  4 ++--
 README  | 16 
 autogen.sh  |  2 +-
 configure.ac.in |  4 ++--
 docs/reference/thunarx/thunarx-docs.xml | 12 ++--
 org.xfce.thunar.appdata.xml.in  |  6 +++---
 org.xfce.thunar.policy.in.in|  2 +-
 plugins/thunar-wallpaper/twp-provider.c |  2 +-
 thunar/thunar-application.c |  2 +-
 thunar/thunar-dialogs.c |  4 ++--
 thunar/thunar-exec.c|  2 +-
 thunar/thunar-file.c|  2 +-
 thunar/thunar-io-scan-directory.c   |  2 +-
 thunar/thunar-path-entry.c  |  4 ++--
 thunar/thunar-shortcuts-view.c  |  2 +-
 thunar/thunar-window.c  |  4 ++--
 16 files changed, 35 insertions(+), 35 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/02: Use https where possible

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

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

commit edd926aecd29ebff2d406add8f0a7717e11a15d7
Author: Andre Miranda 
Date:   Sat Jul 13 18:22:52 2019 -0300

Use https where possible
---
 HACKING |  4 ++--
 README  | 16 
 autogen.sh  |  2 +-
 configure.ac.in |  2 +-
 docs/reference/thunarx/thunarx-docs.xml | 12 ++--
 org.xfce.thunar.appdata.xml.in  |  6 +++---
 org.xfce.thunar.policy.in.in|  2 +-
 plugins/thunar-wallpaper/twp-provider.c |  2 +-
 thunar/thunar-exec.c|  2 +-
 thunar/thunar-file.c|  2 +-
 thunar/thunar-io-scan-directory.c   |  2 +-
 thunar/thunar-path-entry.c  |  4 ++--
 thunar/thunar-shortcuts-view.c  |  2 +-
 thunar/thunar-window.c  |  4 ++--
 14 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/HACKING b/HACKING
index ca01ce7..4c0d0aa 100644
--- a/HACKING
+++ b/HACKING
@@ -1,7 +1,7 @@
 Bug tracking system
 ===
 
-Thunar uses the Xfce bug tracking system at http://bugzilla.xfce.org/,
+Thunar uses the Xfce bug tracking system at https://bugzilla.xfce.org/,
 hosted and maintained by the Xfce project.
 
 
@@ -23,7 +23,7 @@ Feature requests
 
 
 Please file feature requests to the Xfce bug tracking system
-(http://buzilla.xfce.org, product Thunar) with a Severity of
+(https://buzilla.xfce.org, product Thunar) with a Severity of
 enhancement. Make sure that your feature request wasn't reported
 already before; requesting a feature several times won't increase
 the changed that it gets added!
diff --git a/README b/README
index 4ab6c1b..be4ca73 100644
--- a/README
+++ b/README
@@ -60,32 +60,32 @@ Standards compliance
 Thunar supports the following standards/specifications:
 
   * XDG Base Directory Specification
-http://freedesktop.org/wiki/Standards_2fbasedir_2dspec
+https://freedesktop.org/wiki/Specifications/basedir-spec
 
   * Shared MIME Database Specification
-http://freedesktop.org/wiki/Standards_2fshared_2dmime_2dinfo_2dspec
+https://freedesktop.org/wiki/Specifications/shared-mime-info-spec
 
   * X Direct Save (XDS) Protocol for the X Window System
-http://freedesktop.org/wiki/Standards_2fdirect_2dsave
+https://freedesktop.org/wiki/Specifications/direct-save
 
   * Icon Theme Specification
-http://freedesktop.org/wiki/Standards_2ficon_2dtheme_2dspec
+https://freedesktop.org/wiki/Specifications/icon-theme-spec
 
   * Thumbnail Managing Standard
-http://jens.triq.net/thumbnail-spec/index.html
+https://freedesktop.org/wiki/Specifications/thumbnails
 
   * File URI Specification
-http://freedesktop.org/wiki/Standards_2ffile_2duri_2dspec
+https://freedesktop.org/wiki/Specifications/file-uri-spec
 
   * Desktop Trash Can Specification
-http://freedesktop.org/wiki/Standards_2ftrash_2dspec
+https://freedesktop.org/wiki/Specifications/trash-spec
 
 
 How to report bugs?
 ===
 
 Bugs should be reported to the Xfce bug tracking system
-(http://bugzilla.xfce.org, product Thunar). You will need to
+(https://bugzilla.xfce.org, product Thunar). You will need to
 create an account for yourself.
 
 Please read the HACKING file for information on where to send
diff --git a/autogen.sh b/autogen.sh
index e5e6f6b..2c6f794 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -24,7 +24,7 @@
 autogen.sh: You don't seem to have the Xfce development tools installed on
 your system, which are required to build this software.
 Please install the xfce4-dev-tools package first, it is available
-from http://www.xfce.org/.
+from https://www.xfce.org/.
 EOF
   exit 1
 }
diff --git a/configure.ac.in b/configure.ac.in
index efeaac6..69b9434 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -41,7 +41,7 @@ dnl ***
 dnl *** Initialize autoconf ***
 dnl ***
 AC_COPYRIGHT([Copyright (c) 2004-2015 The Thunar development team. All rights 
reserved.])
-AC_INIT([Thunar], [thunar_version], [http://bugzilla.xfce.org/], [Thunar])
+AC_INIT([Thunar], [thunar_version], [https://bugzilla.xfce.org/], [Thunar])
 AC_PREREQ([2.60])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_TARGET()
diff --git a/docs/reference/thunarx/thunarx-docs.xml 
b/docs/reference/thunarx/thunarx-docs.xml
index d41bb2b..4a1f2cb 100644
--- a/docs/reference/thunarx/thunarx-docs.xml
+++ b/docs/reference/thunarx/thunarx-docs.xml
@@ -42,7 +42,7 @@
 any later version published by the Free Software Foundation; with no
 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
 Texts. Th

[Xfce4-commits] [xfce/thunar] 02/02: Update copyright year

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

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

commit 21ce4db1c25dbd875adb3d0278724b0ca59e9e1e
Author: Andre Miranda 
Date:   Sat Jul 13 18:23:08 2019 -0300

Update copyright year
---
 configure.ac.in | 2 +-
 thunar/thunar-application.c | 2 +-
 thunar/thunar-dialogs.c | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 69b9434..e532418 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -40,7 +40,7 @@ m4_define([thunar_debug_default], 
[ifelse(thunar_version_tag(), [git], [yes], [m
 dnl ***
 dnl *** Initialize autoconf ***
 dnl ***
-AC_COPYRIGHT([Copyright (c) 2004-2015 The Thunar development team. All rights 
reserved.])
+AC_COPYRIGHT([Copyright (c) 2004-2019 The Thunar development team. All rights 
reserved.])
 AC_INIT([Thunar], [thunar_version], [https://bugzilla.xfce.org/], [Thunar])
 AC_PREREQ([2.60])
 AC_CONFIG_MACRO_DIR([m4])
diff --git a/thunar/thunar-application.c b/thunar/thunar-application.c
index 59fb334..004bcbd 100644
--- a/thunar/thunar-application.c
+++ b/thunar/thunar-application.c
@@ -469,7 +469,7 @@ thunar_application_handle_local_options (GApplication *gapp,
   if (G_UNLIKELY (opt_version))
 {
   g_print ("%s %s (Xfce %s)\n\n", PACKAGE_NAME, PACKAGE_VERSION, 
xfce_version_string ());
-  g_print ("%s\n", "Copyright (c) 2004-2015");
+  g_print ("%s\n", "Copyright (c) 2004-2019");
   g_print ("\t%s\n\n", _("The Thunar development team. All rights 
reserved."));
   g_print ("%s\n\n", _("Written by Benedikt Meurer ."));
   g_print (_("Please report bugs to <%s>."), PACKAGE_BUGREPORT);
diff --git a/thunar/thunar-dialogs.c b/thunar/thunar-dialogs.c
index 0083bdc..c9786d8 100644
--- a/thunar/thunar-dialogs.c
+++ b/thunar/thunar-dialogs.c
@@ -258,8 +258,8 @@ thunar_dialogs_show_about (GtkWindow   *parent,
  "copyright", "Copyright \302\251 2004-2011 Benedikt 
Meurer\n"
   "Copyright \302\251 2009-2011 Jannis 
Pohlmann\n"
   "Copyright \302\251 2009-2012 Nick 
Schermer\n"
-  "Copyright \302\251 2017-2018 Alexander 
Schwinn\n"
-  "Copyright \302\251 2017-2018 Andre 
Miranda",
+  "Copyright \302\251 2017-2019 Alexander 
Schwinn\n"
+  "Copyright \302\251 2017-2019 Andre 
Miranda",
  "destroy-with-parent", TRUE,
  "documenters", documenters,
  "license", XFCE_LICENSE_GPL,

-- 
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-battery-plugin] 01/01: Use https where possible

2019-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 panel-plugins/xfce4-battery-plugin.

commit 34be31d7d0590041dde5dbf25fc8b89f4160a230
Author: Andre Miranda 
Date:   Tue Jul 16 12:27:18 2019 -0300

Use https where possible
---
 autogen.sh | 2 +-
 configure.ac.in| 2 +-
 panel-plugin/battery.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 524cc63..e1626e2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -11,7 +11,7 @@ export XDT_AUTOGEN_REQUIRED_VERSION="4.7.0"
 autogen.sh: You don't seem to have the Xfce development tools installed on
 your system, which are required to build this software.
 Please install the xfce4-dev-tools package first, available from
-http://xfce.org/~benny/projects/xfce4-dev-tools/.
+https://xfce.org/~benny/projects/xfce4-dev-tools/.
 EOF
   exit 1
 }
diff --git a/configure.ac.in b/configure.ac.in
index 7a74962..55c7d55 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -21,7 +21,7 @@ dnl ***
 dnl *** Initialize autoconf ***
 dnl ***
 AC_COPYRIGHT([Copyright (c) 2006-2019 The Xfce development team. All rights 
reserved.])
-AC_INIT([xfce4-battery-plugin], [battery_version], 
[http://bugzilla.xfce.org/], [xfce4-battery-plugin])
+AC_INIT([xfce4-battery-plugin], [battery_version], 
[https://bugzilla.xfce.org/], [xfce4-battery-plugin])
 AC_PREREQ([2.50])
 AC_CANONICAL_TARGET()
 
diff --git a/panel-plugin/battery.c b/panel-plugin/battery.c
index a0c33f7..9352598 100644
--- a/panel-plugin/battery.c
+++ b/panel-plugin/battery.c
@@ -1397,7 +1397,7 @@ battmon_show_about(XfcePanelPlugin *plugin, t_battmon 
*battmon)
 "version", PACKAGE_VERSION,
 "program-name", PACKAGE_NAME,
 "comments", _("Show and monitor the battery status"),
-"website", 
"http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin";,
+"website", 
"https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin";,
 "copyright", _("Copyright (c) 2003-2019\n"),
 "authors", auth, NULL);
 

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


[Xfce4-commits] [panel-plugins/xfce4-battery-plugin] branch master updated (7798c05 -> 34be31d)

2019-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 panel-plugins/xfce4-battery-plugin.

  from  7798c05   I18n: Update translation kk (100%).
   new  34be31d   Use https where possible

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:
 autogen.sh | 2 +-
 configure.ac.in| 2 +-
 panel-plugin/battery.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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


[Xfce4-commits] [apps/ristretto] branch master updated (20682bb -> a8b0575)

2019-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/ristretto.

  from  20682bb   Avoid implicit conversion from double to int
   new  2ecf5a7   I18n: Update translation ca (100%).
   new  a8b0575   I18n: Update translation it (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/ca.po | 303 +-
 po/it.po | 304 +--
 2 files changed, 277 insertions(+), 330 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/ristretto] 01/02: I18n: Update translation ca (100%).

2019-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/ristretto.

commit 2ecf5a7bb6aa35e0ef85816140e3db5152bf6cb6
Author: Robert Antoni Buj Gelonch 
Date:   Tue Jul 16 18:31:06 2019 +0200

I18n: Update translation ca (100%).

193 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/ca.po | 303 +--
 1 file changed, 138 insertions(+), 165 deletions(-)

diff --git a/po/ca.po b/po/ca.po
index f8c80c0..835dfb6 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -12,9 +12,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: xfce-i...@xfce.org\n"
-"POT-Creation-Date: 2019-04-16 18:32+0200\n"
-"PO-Revision-Date: 2019-04-16 16:32+\n"
-"Last-Translator: Xfce Bot \n"
+"POT-Creation-Date: 2019-07-13 00:31+0200\n"
+"PO-Revision-Date: 2019-07-16 12:38+\n"
+"Last-Translator: Robert Antoni Buj Gelonch \n"
 "Language-Team: Catalan 
(http://www.transifex.com/xfce/xfce-apps/language/ca/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -51,517 +51,517 @@ msgstr "%s: %s\n\nProveu %s --help per consultar la 
llista completa\nde les opci
 msgid "Image Viewer"
 msgstr "Visualitzador d'imatges"
 
-#: ../src/main_window.c:369
+#: ../src/main_window.c:371
 msgid "_File"
 msgstr "_Fitxer"
 
 #. Icon-name
-#: ../src/main_window.c:375
+#: ../src/main_window.c:377
 msgid "_Open..."
 msgstr "_Obre..."
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:377
+#: ../src/main_window.c:379
 msgid "Open an image"
 msgstr "Obre una imatge"
 
 #. Icon-name
-#: ../src/main_window.c:381
+#: ../src/main_window.c:383
 msgid "_Save copy..."
 msgstr "_Desa'n una còpia..."
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:383
+#: ../src/main_window.c:385
 msgid "Save a copy of the image"
 msgstr "Desa una còpia de la imatge"
 
 #. Icon-name
-#: ../src/main_window.c:387
+#: ../src/main_window.c:389
 msgid "_Properties..."
 msgstr "_Propietats..."
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:389
+#: ../src/main_window.c:391
 msgid "Show file properties"
 msgstr "Mostra les propietats del fitxer"
 
 #. Icon-name
-#: ../src/main_window.c:393 ../src/main_window.c:412
+#: ../src/main_window.c:395 ../src/main_window.c:414
 msgid "_Edit"
 msgstr "_Edita"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:395
+#: ../src/main_window.c:397
 msgid "Edit this image"
 msgstr "Edita aquesta imatge"
 
 #. Icon-name
-#: ../src/main_window.c:399 ../src/preferences_dialog.c:541
+#: ../src/main_window.c:401 ../src/preferences_dialog.c:541
 #: ../src/properties_dialog.c:325
 msgid "_Close"
 msgstr "Tan_ca"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:401
+#: ../src/main_window.c:403
 msgid "Close this image"
 msgstr "Tanca aquesta finestra"
 
 #. Icon-name
-#: ../src/main_window.c:405
+#: ../src/main_window.c:407
 msgid "_Quit"
 msgstr "_Surt"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:407
+#: ../src/main_window.c:409
 msgid "Quit Ristretto"
 msgstr "Surt de Ristretto"
 
-#: ../src/main_window.c:418
+#: ../src/main_window.c:420
 msgid "_Open with"
 msgstr "_Obre amb"
 
-#: ../src/main_window.c:424
-msgid "_Sorting"
-msgstr "_Ordenació"
+#: ../src/main_window.c:426
+msgid "_Sort by"
+msgstr "_Ordena per"
 
 #. Icon-name
-#: ../src/main_window.c:430
+#: ../src/main_window.c:432
 msgid "_Delete"
 msgstr "_Suprimeix"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:432
+#: ../src/main_window.c:434
 msgid "Delete this image from disk"
 msgstr "Suprimeix aquesta imatge del disc"
 
 #. Icon-name
-#: ../src/main_window.c:436
+#: ../src/main_window.c:438
 msgid "_Clear private data..."
 msgstr "_Neteja les dades privades"
 
 #. Icon-name
-#: ../src/main_window.c:442
+#: ../src/main_window.c:444
 msgid "_Preferences..."
 msgstr "_Preferències..."
 
-#: ../src/main_window.c:449
+#: ../src/main_window.c:451
 msgid "_View"
 msgstr "_Visualitza"
 
 #. Icon-name
-#: ../src/main_window.c:455
+#: ../src/main_window.c:457
 msgid "_Fullscreen"
 msgstr "_Pantalla completa"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:457
+#: ../src/main_window.c:459
 msgid "Switch to fullscreen"
 msgstr "Canvia al mode de pantalla completa"
 
 #. Icon-name
-#: ../src/main_window.c:461
+#: ../src/main_window.c:463
 msgid "_Leave Fullscreen"
 msgstr "_Surt de la pantalla completa"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:463
+#: ../src/main_window.c:465
 msgid "Leave Fullscreen"
 msgstr "Surt del mode de pantalla completa"
 
 #. Icon-name
-#: ../src/main_window.c:467
+#: ../src/main_window.c:469
 msgid "Set as _Wallpaper..."
 msgstr "Estableix com a _fons de l'escriptori"
 
-#: ../src/main

[Xfce4-commits] [apps/xfce4-screensaver] branch master updated (481dd85 -> 98640ca)

2019-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-screensaver.

  from  481dd85   I18n: Update translation pt (100%).
   new  bf23e87   I18n: Update translation ca (100%).
   new  98640ca   I18n: Update translation it (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/ca.po | 294 --
 po/it.po | 315 ++-
 2 files changed, 287 insertions(+), 322 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/ristretto] 02/02: I18n: Update translation it (100%).

2019-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/ristretto.

commit a8b057547dbe642450069b3812e58507ff8cbad6
Author: Emanuele Petriglia 
Date:   Tue Jul 16 18:31:06 2019 +0200

I18n: Update translation it (100%).

193 translated messages.

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

diff --git a/po/it.po b/po/it.po
index a640f69..dbe93e5 100644
--- a/po/it.po
+++ b/po/it.po
@@ -5,15 +5,16 @@
 # Translators:
 # Cristian Marchi , 2009,2013,2015-2016
 # Emanuele Petriglia , 2018
+# Emanuele Petriglia , 2019
 # Enrico B. , 2017
 # Fabio Vergnani , 2007
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: xfce-i...@xfce.org\n"
-"POT-Creation-Date: 2019-04-16 18:32+0200\n"
-"PO-Revision-Date: 2019-04-16 16:32+\n"
-"Last-Translator: Xfce Bot \n"
+"POT-Creation-Date: 2019-07-13 00:31+0200\n"
+"PO-Revision-Date: 2019-07-16 12:36+\n"
+"Last-Translator: Emanuele Petriglia \n"
 "Language-Team: Italian 
(http://www.transifex.com/xfce/xfce-apps/language/it/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -50,517 +51,517 @@ msgstr "%s: %s\n\nProvare %s --help per visualizzare la 
lista\ncompleta delle op
 msgid "Image Viewer"
 msgstr "Visualizzatore di immagini"
 
-#: ../src/main_window.c:369
+#: ../src/main_window.c:371
 msgid "_File"
 msgstr "_File"
 
 #. Icon-name
-#: ../src/main_window.c:375
+#: ../src/main_window.c:377
 msgid "_Open..."
 msgstr "_Apri…"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:377
+#: ../src/main_window.c:379
 msgid "Open an image"
 msgstr "Apre una immagine"
 
 #. Icon-name
-#: ../src/main_window.c:381
+#: ../src/main_window.c:383
 msgid "_Save copy..."
 msgstr "_Salva copia…"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:383
+#: ../src/main_window.c:385
 msgid "Save a copy of the image"
 msgstr "Salva una copia dell'immagine"
 
 #. Icon-name
-#: ../src/main_window.c:387
+#: ../src/main_window.c:389
 msgid "_Properties..."
 msgstr "_Proprietà…"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:389
+#: ../src/main_window.c:391
 msgid "Show file properties"
 msgstr "Mostra le proprietà del file"
 
 #. Icon-name
-#: ../src/main_window.c:393 ../src/main_window.c:412
+#: ../src/main_window.c:395 ../src/main_window.c:414
 msgid "_Edit"
 msgstr "_Modifica"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:395
+#: ../src/main_window.c:397
 msgid "Edit this image"
 msgstr "Modifica l'immagine"
 
 #. Icon-name
-#: ../src/main_window.c:399 ../src/preferences_dialog.c:541
+#: ../src/main_window.c:401 ../src/preferences_dialog.c:541
 #: ../src/properties_dialog.c:325
 msgid "_Close"
 msgstr "_Chiudi"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:401
+#: ../src/main_window.c:403
 msgid "Close this image"
 msgstr "Chiude questa immagine"
 
 #. Icon-name
-#: ../src/main_window.c:405
+#: ../src/main_window.c:407
 msgid "_Quit"
 msgstr "_Esci"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:407
+#: ../src/main_window.c:409
 msgid "Quit Ristretto"
 msgstr "Esce da Ristretto"
 
-#: ../src/main_window.c:418
+#: ../src/main_window.c:420
 msgid "_Open with"
 msgstr "_Apri con"
 
-#: ../src/main_window.c:424
-msgid "_Sorting"
-msgstr "_Ordinamento"
+#: ../src/main_window.c:426
+msgid "_Sort by"
+msgstr "_Ordina per"
 
 #. Icon-name
-#: ../src/main_window.c:430
+#: ../src/main_window.c:432
 msgid "_Delete"
 msgstr "_Cancella"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:432
+#: ../src/main_window.c:434
 msgid "Delete this image from disk"
 msgstr "Elimina questa immagine dal disco"
 
 #. Icon-name
-#: ../src/main_window.c:436
+#: ../src/main_window.c:438
 msgid "_Clear private data..."
 msgstr "Cancella dati _privati…"
 
 #. Icon-name
-#: ../src/main_window.c:442
+#: ../src/main_window.c:444
 msgid "_Preferences..."
 msgstr "_Preferenze…"
 
-#: ../src/main_window.c:449
+#: ../src/main_window.c:451
 msgid "_View"
 msgstr "_Visualizza"
 
 #. Icon-name
-#: ../src/main_window.c:455
+#: ../src/main_window.c:457
 msgid "_Fullscreen"
 msgstr "A schermo inter_o"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:457
+#: ../src/main_window.c:459
 msgid "Switch to fullscreen"
 msgstr "Passa alla modalità a schermo intero"
 
 #. Icon-name
-#: ../src/main_window.c:461
+#: ../src/main_window.c:463
 msgid "_Leave Fullscreen"
 msgstr "_Lascia a schermo intero"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:463
+#: ../src/main_window.c:465
 msgid "Leave Fullscreen"
 msgstr "Lascia a schermo intero"
 
 #. Icon-name
-#: ../src/main_window.c:467
+#: ../src/main

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

2019-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-screensaver.

commit 98640ca8e9af74adfd93be257f853d04983c1120
Author: Emanuele Petriglia 
Date:   Tue Jul 16 18:31:31 2019 +0200

I18n: Update translation it (100%).

149 translated messages.

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

diff --git a/po/it.po b/po/it.po
index d39aea9..b643e47 100644
--- a/po/it.po
+++ b/po/it.po
@@ -4,11 +4,11 @@
 # FIRST AUTHOR , YEAR.
 # 
 # Translators:
-# Cristian Marchi , 2018
 # Edoardo Maria Elidoro , 2018
-# Nick Schermer , 2018
 # bebabi34 , 2018
 # Marco , 2018
+# Cristian Marchi , 2019
+# Nick Schermer , 2019
 # Emanuele Petriglia , 2019
 # 
 #, fuzzy
@@ -16,7 +16,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-03-15 06:31+0100\n"
+"POT-Creation-Date: 2019-07-14 00:31+0200\n"
 "PO-Revision-Date: 2018-10-16 16:27+\n"
 "Last-Translator: Emanuele Petriglia , 2019\n"
 "Language-Team: Italian (https://www.transifex.com/xfce/teams/16840/it/)\n"
@@ -27,7 +27,7 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: ../data/xfce4-screensaver-preferences.desktop.in.h:1
-#: ../src/xfce4-screensaver-preferences.ui.h:18
+#: ../src/xfce4-screensaver-preferences.ui.h:20
 #: ../src/xfce4-screensaver.desktop.in.in.h:1
 msgid "Screensaver"
 msgstr "Salvaschermo"
@@ -78,16 +78,21 @@ msgstr "L'immagine sorgente da utilizzare"
 
 #. translators: the word "image" here
 #. * represents a command line argument
-#: ../savers/floaters.c:1120
+#: ../savers/floaters.c:1122
 msgid "image - floats images around the screen"
 msgstr "image - immagini galleggianti intorno allo schermo"
 
-#: ../savers/floaters.c:1124 ../savers/popsquares.c:49
+#: ../savers/floaters.c:1126 ../savers/popsquares.c:49
 #, c-format
 msgid "%s. See --help for usage information.\n"
 msgstr "%s. Utilizzare --help per ottenere le informazioni di utilizzo.\n"
 
-#: ../savers/floaters.c:1132
+#: ../savers/floaters.c:1133
+#, c-format
+msgid "Failed to initialize the windowing system."
+msgstr "Impossibile inizializzare il gestore delle finestre."
+
+#: ../savers/floaters.c:1139
 #, c-format
 msgid "You must specify one image.  See --help for usage information.\n"
 msgstr ""
@@ -142,187 +147,95 @@ msgstr "Quadrati in stile pop art"
 msgid "A pop-art-ish grid of pulsing colors."
 msgstr "Una griglia in stile pop art con colori pulsanti."
 
-#: ../src/copy-theme-dialog.c:214
-msgid "Copying files"
-msgstr "Copia dei file in corso…"
-
-#: ../src/copy-theme-dialog.c:233
-msgid "From:"
-msgstr "Da:"
-
-#: ../src/copy-theme-dialog.c:237
-msgid "To:"
-msgstr "A:"
-
-#: ../src/copy-theme-dialog.c:255 ../src/gs-lock-plug.c:1192
-#: ../src/xfce4-screensaver-dialog.ui.h:7
-msgid "_Cancel"
-msgstr "A_nnulla"
-
-#: ../src/copy-theme-dialog.c:258
-msgid "Copying themes"
-msgstr "Copia dei temi in corso…"
-
-#: ../src/copy-theme-dialog.c:296
-msgid "Invalid screensaver theme"
-msgstr "Tema salvaschermo non valido"
-
-#: ../src/copy-theme-dialog.c:299
-#, c-format
-msgid "%s does not appear to be a valid screensaver theme."
-msgstr "%s non sembra essere un tema salvaschermo valido."
-
-#: ../src/copy-theme-dialog.c:457
-#, c-format
-msgid "Copying file: %u of %u"
-msgstr "Copia dei file in corso: %u di %u"
-
 #: ../src/gs-auth-pam.c:163
 msgid "Password:"
 msgstr "Password:"
 
-#: ../src/gs-auth-pam.c:378
+#: ../src/gs-auth-pam.c:375
 #, c-format
 msgid "Unable to establish service %s: %s\n"
 msgstr "Impossibile stabilire il servizio %s: %s\n"
 
-#: ../src/gs-auth-pam.c:404
+#: ../src/gs-auth-pam.c:401
 #, c-format
 msgid "Can't set PAM_TTY=%s"
 msgstr "Impossibile impostare PAM_TTY=%s"
 
-#: ../src/gs-auth-pam.c:435
+#: ../src/gs-auth-pam.c:432
 msgid "Incorrect password."
 msgstr "Password incorretta."
 
-#: ../src/gs-auth-pam.c:437 ../src/xfce4-screensaver-dialog.c:311
+#: ../src/gs-auth-pam.c:434 ../src/xfce4-screensaver-dialog.c:311
 msgid "Authentication failed."
 msgstr "Autenticazione fallita."
 
-#: ../src/gs-auth-pam.c:451
+#: ../src/gs-auth-pam.c:448
 msgid "Not permitted to gain access at this time."
 msgstr "Impossibile ottenere il permesso di accesso al momento."
 
-#: ../src/gs-auth-pam.c:457
+#: ../src/gs-auth-pam.c:454
 msgid "No longer permitted to access the system."
 msgstr "Non si ha più il permesso di accesso al sistema."
 
-#: ../src/gs-auth-pam.c:674
+#: ../src/gs-auth-pam.c:667
 msgid "Username:"
 msgstr "Nome utente:"
 
-#: ../src/gs-listener-dbus.c:1993
+#: ../src/gs-listener-dbus.c:1825
 msgid "failed to register with the message bus"
 msgstr "impossibile registrarsi al bus dei messaggi"
 
-#: ../src/

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

2019-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-screensaver.

commit bf23e8780c67e37a911dfe331c8e908d0c5abdfa
Author: Robert Antoni Buj Gelonch 
Date:   Tue Jul 16 18:31:31 2019 +0200

I18n: Update translation ca (100%).

149 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/ca.po | 294 ++-
 1 file changed, 138 insertions(+), 156 deletions(-)

diff --git a/po/ca.po b/po/ca.po
index 5da5d94..c4ec099 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -4,7 +4,8 @@
 # FIRST AUTHOR , YEAR.
 # 
 # Translators:
-# Nick Schermer , 2018
+# Nick Schermer , 2019
+# Davidmp , 2019
 # Robert Antoni Buj Gelonch , 2019
 # 
 #, fuzzy
@@ -12,7 +13,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-06-07 06:30+0200\n"
+"POT-Creation-Date: 2019-07-14 00:31+0200\n"
 "PO-Revision-Date: 2018-10-16 16:27+\n"
 "Last-Translator: Robert Antoni Buj Gelonch , 2019\n"
 "Language-Team: Catalan (https://www.transifex.com/xfce/teams/16840/ca/)\n"
@@ -23,7 +24,7 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: ../data/xfce4-screensaver-preferences.desktop.in.h:1
-#: ../src/xfce4-screensaver-preferences.ui.h:18
+#: ../src/xfce4-screensaver-preferences.ui.h:20
 #: ../src/xfce4-screensaver.desktop.in.in.h:1
 msgid "Screensaver"
 msgstr "Estalvi de pantalla"
@@ -74,21 +75,21 @@ msgstr "La imatge d'origen a utilitzar"
 
 #. translators: the word "image" here
 #. * represents a command line argument
-#: ../savers/floaters.c:1121
+#: ../savers/floaters.c:1122
 msgid "image - floats images around the screen"
 msgstr "imatge - flota imatges a la pantalla"
 
-#: ../savers/floaters.c:1125 ../savers/popsquares.c:49
+#: ../savers/floaters.c:1126 ../savers/popsquares.c:49
 #, c-format
 msgid "%s. See --help for usage information.\n"
 msgstr "%s. Consulteu --help per a la informació d'ús.\n"
 
-#: ../savers/floaters.c:1132
+#: ../savers/floaters.c:1133
 #, c-format
 msgid "Failed to initialize the windowing system."
 msgstr "No es pot inicialitzar el sistema de finestres."
 
-#: ../savers/floaters.c:1138
+#: ../savers/floaters.c:1139
 #, c-format
 msgid "You must specify one image.  See --help for usage information.\n"
 msgstr ""
@@ -142,41 +143,6 @@ msgstr "Quadrats pop-art"
 msgid "A pop-art-ish grid of pulsing colors."
 msgstr "Una xarxa de colors de pulsació d'estil pop-art."
 
-#: ../src/copy-theme-dialog.c:214
-msgid "Copying files"
-msgstr "Còpia de fitxers"
-
-#: ../src/copy-theme-dialog.c:233
-msgid "From:"
-msgstr "De:"
-
-#: ../src/copy-theme-dialog.c:237
-msgid "To:"
-msgstr "A:"
-
-#: ../src/copy-theme-dialog.c:255 ../src/gs-lock-plug.c:1264
-#: ../src/xfce4-screensaver-dialog.ui.h:7
-msgid "_Cancel"
-msgstr "_Cancel·la"
-
-#: ../src/copy-theme-dialog.c:258
-msgid "Copying themes"
-msgstr "Còpia de temes"
-
-#: ../src/copy-theme-dialog.c:296
-msgid "Invalid screensaver theme"
-msgstr "Tema d'estalvi de pantalla no vàlid"
-
-#: ../src/copy-theme-dialog.c:299
-#, c-format
-msgid "%s does not appear to be a valid screensaver theme."
-msgstr "%s no sembla ser un tema d'estalvi de pantalla vàlid."
-
-#: ../src/copy-theme-dialog.c:457
-#, c-format
-msgid "Copying file: %u of %u"
-msgstr "S'està copiant el fitxer: %u de %u"
-
 #: ../src/gs-auth-pam.c:163
 msgid "Password:"
 msgstr "Contrasenya:"
@@ -211,120 +177,66 @@ msgstr "Ja no es permet accedir al sistema."
 msgid "Username:"
 msgstr "Nom d'usuari:"
 
-#: ../src/gs-listener-dbus.c:1956
+#: ../src/gs-listener-dbus.c:1825
 msgid "failed to register with the message bus"
 msgstr "ha fallat el registre amb el bus de missatges"
 
-#: ../src/gs-listener-dbus.c:1966
+#: ../src/gs-listener-dbus.c:1835
 msgid "not connected to the message bus"
 msgstr "no connectat al bus de missatges"
 
-#: ../src/gs-listener-dbus.c:1975 ../src/gs-listener-dbus.c:2005
+#: ../src/gs-listener-dbus.c:1844 ../src/gs-listener-dbus.c:1874
 msgid "screensaver already running in this session"
 msgstr "l'estalvi de pantalla ja s'està executant en aquesta sessió"
 
-#: ../src/gs-lock-plug.c:268
+#: ../src/gs-lock-plug.c:285
 msgctxt "Date"
 msgid "%A, %B %e   %H:%M"
 msgstr "%A, %e %B, %H:%M"
 
-#: ../src/gs-lock-plug.c:351
+#: ../src/gs-lock-plug.c:368
 msgid "Time has expired."
 msgstr "El temps ha vençut."
 
-#: ../src/gs-lock-plug.c:1249
-msgid "S_witch User..."
-msgstr "Canvia d'u_suari..."
-
-#: ../src/gs-lock-plug.c:1258
-msgid "Log _Out"
-msgstr "_Tanca la sessió"
-
-#: ../src/gs-lock-plug.c:1269 ../src/xfce4-screensaver-dialog.ui.h:8
-msgid "_Unlock"
-msgstr "_Desbloqueja"
-
-#. To translators: This expands to USERNAME on HOSTNAME
-#: ../src/gs-lock-plug.c:1435
-msgid "%U on %h"
-msgstr "%U a %h"
-
-#: ../src/gs-lo

[Xfce4-commits] [xfce/xfce4-power-manager] branch master updated (b08b7b3 -> 6e9c6ef)

2019-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-power-manager.

  from  b08b7b3   Fix typo
   new  6e9c6ef   Disable trayicon when panel plugin is present (Bug #15682)

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:
 .../power-manager-plugin/xfce/xfce-power-manager-plugin.c  | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

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


[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Disable trayicon when panel plugin is present (Bug #15682)

2019-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-power-manager.

commit 6e9c6ef3f1a291810b79aec6449219022c206a9d
Author: Simon Steinbeiss 
Date:   Mon Jul 15 23:23:21 2019 +0200

Disable trayicon when panel plugin is present (Bug #15682)
---
 .../power-manager-plugin/xfce/xfce-power-manager-plugin.c  | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git 
a/panel-plugins/power-manager-plugin/xfce/xfce-power-manager-plugin.c 
b/panel-plugins/power-manager-plugin/xfce/xfce-power-manager-plugin.c
index 2b5db53..994d9fd 100644
--- a/panel-plugins/power-manager-plugin/xfce/xfce-power-manager-plugin.c
+++ b/panel-plugins/power-manager-plugin/xfce/xfce-power-manager-plugin.c
@@ -223,6 +223,7 @@ static PowerManagerPlugin *
 power_manager_plugin_new (XfcePanelPlugin *plugin)
 {
 PowerManagerPlugin *power_manager_plugin;
+XfconfChannel *channel;
 
 /* allocate memory for the plugin structure */
 power_manager_plugin = panel_slice_new0 (PowerManagerPlugin);
@@ -237,7 +238,14 @@ power_manager_plugin_new (XfcePanelPlugin *plugin)
 
 power_manager_plugin->power_manager_button = power_manager_button_new 
(plugin);
 gtk_container_add (GTK_CONTAINER (power_manager_plugin->ebox), 
power_manager_plugin->power_manager_button);
-
power_manager_button_show(POWER_MANAGER_BUTTON(power_manager_plugin->power_manager_button));
+power_manager_button_show (POWER_MANAGER_BUTTON 
(power_manager_plugin->power_manager_button));
+
+/* disable the systray item when the plugin is started, allowing the user 
to
+later manually enable it, e.g. for testing purposes. */
+channel = xfconf_channel_get (XFPM_CHANNEL);
+if (xfconf_channel_get_bool (channel, 
"/xfce4-power-manager/show-tray-icon", TRUE))
+g_warning ("Xfce4-power-manager: The panel plugin is present, so the 
tray icon gets disabled.");
+xfconf_channel_set_bool (channel, "/xfce4-power-manager/show-tray-icon", 
FALSE);
 
 return power_manager_plugin;
 }

-- 
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: Do not register "send to" as last used app (Bug #14118)

2019-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 9c87733c03079fdf7b6de5cb5ded4ae10f22f0dd
Author: Andre Miranda 
Date:   Tue Jul 16 15:39:06 2019 -0300

Do not register "send to" as last used app (Bug #14118)

I know this code doesn't look elegant, but it was the best
I could think of. Patches are welcome.
---
 thunar/thunar-gio-extensions.c | 7 +--
 thunar/thunar-launcher.c   | 2 ++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/thunar/thunar-gio-extensions.c b/thunar/thunar-gio-extensions.c
index a3ce0da..28988b6 100644
--- a/thunar/thunar-gio-extensions.c
+++ b/thunar/thunar-gio-extensions.c
@@ -559,7 +559,7 @@ thunar_g_app_info_launch (GAppInfo  *info,
   gboolean  result = FALSE;
   gchar*new_path = NULL;
   gchar*old_path = NULL;
-  gboolean  update_app_info = TRUE;
+  gboolean  skip_app_info_update;
 
   _thunar_return_val_if_fail (G_IS_APP_INFO (info), FALSE);
   _thunar_return_val_if_fail (working_directory == NULL || G_IS_FILE 
(working_directory), FALSE);
@@ -567,6 +567,8 @@ thunar_g_app_info_launch (GAppInfo  *info,
   _thunar_return_val_if_fail (G_IS_APP_LAUNCH_CONTEXT (context), FALSE);
   _thunar_return_val_if_fail (error == NULL || *error == NULL, FALSE);
 
+  skip_app_info_update = (g_object_get_data (G_OBJECT (info), 
"skip-app-info-update") != NULL);
+
   /* check if we want to set the working directory of the spawned app */
   if (working_directory != NULL)
 {
@@ -590,11 +592,12 @@ thunar_g_app_info_launch (GAppInfo  *info,
 {
   for (lp = path_list; lp != NULL; lp = lp->next)
 {
+  gboolean update_app_info = !skip_app_info_update;
+
   file = thunar_file_get (lp->data, NULL);
   if (file == NULL)
 continue;
 
-  update_app_info = TRUE;
   content_type = thunar_file_get_content_type (file);
 
   /* determine default application */
diff --git a/thunar/thunar-launcher.c b/thunar/thunar-launcher.c
index 6443a8b..20789fe 100644
--- a/thunar/thunar-launcher.c
+++ b/thunar/thunar-launcher.c
@@ -1772,6 +1772,7 @@ G_GNUC_BEGIN_IGNORE_DEPRECATIONS
   /* allocate a new action for the device */
   action = gtk_action_new (name, device_name, tooltip, NULL);
   g_object_set_qdata_full (G_OBJECT (action), 
thunar_launcher_handler_quark, lp->data, g_object_unref);
+  g_object_set_data (G_OBJECT (lp->data), "skip-app-info-update", 
GUINT_TO_POINTER (1));
   g_signal_connect (G_OBJECT (action), "activate", G_CALLBACK 
(thunar_launcher_action_sendto_device), launcher);
   gtk_action_group_add_action (launcher->action_group, action);
   gtk_ui_manager_add_ui (launcher->ui_manager, 
launcher->ui_addons_merge_id,
@@ -1829,6 +1830,7 @@ G_GNUC_BEGIN_IGNORE_DEPRECATIONS
   action = gtk_action_new (name, label, tooltip, NULL);
   gtk_action_set_gicon (action, g_app_info_get_icon (lp->data));
   g_object_set_qdata_full (G_OBJECT (action), 
thunar_launcher_handler_quark, lp->data, g_object_unref);
+  g_object_set_data (G_OBJECT (lp->data), "skip-app-info-update", 
GUINT_TO_POINTER (1));
   g_signal_connect (G_OBJECT (action), "activate", G_CALLBACK 
(thunar_launcher_action_open), launcher);
   gtk_action_group_add_action (launcher->action_group, action);
   gtk_ui_manager_add_ui (launcher->ui_manager, 
launcher->ui_addons_merge_id,

-- 
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 (9bdad84 -> 9c87733)

2019-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  9bdad84   I18n: Update translation kk (100%).
   new  9c87733   Do not register "send to" as last used app (Bug #14118)

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-gio-extensions.c | 7 +--
 thunar/thunar-launcher.c   | 2 ++
 2 files changed, 7 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/thunar] branch xfce-4.14 updated (21ce4db -> 06c0e3e)

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

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

  from  21ce4db   Update copyright year
   new  06c0e3e   Do not register "send to" as last used app (Bug #14118)

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-gio-extensions.c | 7 +--
 thunar/thunar-launcher.c   | 2 ++
 2 files changed, 7 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/thunar] 01/01: Do not register "send to" as last used app (Bug #14118)

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

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

commit 06c0e3eb10dc72dcea072926d5fbbe9936cf5a3e
Author: Andre Miranda 
Date:   Tue Jul 16 15:39:06 2019 -0300

Do not register "send to" as last used app (Bug #14118)

I know this code doesn't look elegant, but it was the best
I could think of. Patches are welcome.
---
 thunar/thunar-gio-extensions.c | 7 +--
 thunar/thunar-launcher.c   | 2 ++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/thunar/thunar-gio-extensions.c b/thunar/thunar-gio-extensions.c
index a3ce0da..28988b6 100644
--- a/thunar/thunar-gio-extensions.c
+++ b/thunar/thunar-gio-extensions.c
@@ -559,7 +559,7 @@ thunar_g_app_info_launch (GAppInfo  *info,
   gboolean  result = FALSE;
   gchar*new_path = NULL;
   gchar*old_path = NULL;
-  gboolean  update_app_info = TRUE;
+  gboolean  skip_app_info_update;
 
   _thunar_return_val_if_fail (G_IS_APP_INFO (info), FALSE);
   _thunar_return_val_if_fail (working_directory == NULL || G_IS_FILE 
(working_directory), FALSE);
@@ -567,6 +567,8 @@ thunar_g_app_info_launch (GAppInfo  *info,
   _thunar_return_val_if_fail (G_IS_APP_LAUNCH_CONTEXT (context), FALSE);
   _thunar_return_val_if_fail (error == NULL || *error == NULL, FALSE);
 
+  skip_app_info_update = (g_object_get_data (G_OBJECT (info), 
"skip-app-info-update") != NULL);
+
   /* check if we want to set the working directory of the spawned app */
   if (working_directory != NULL)
 {
@@ -590,11 +592,12 @@ thunar_g_app_info_launch (GAppInfo  *info,
 {
   for (lp = path_list; lp != NULL; lp = lp->next)
 {
+  gboolean update_app_info = !skip_app_info_update;
+
   file = thunar_file_get (lp->data, NULL);
   if (file == NULL)
 continue;
 
-  update_app_info = TRUE;
   content_type = thunar_file_get_content_type (file);
 
   /* determine default application */
diff --git a/thunar/thunar-launcher.c b/thunar/thunar-launcher.c
index b34b491..3f5b57a 100644
--- a/thunar/thunar-launcher.c
+++ b/thunar/thunar-launcher.c
@@ -1761,6 +1761,7 @@ G_GNUC_BEGIN_IGNORE_DEPRECATIONS
   /* allocate a new action for the device */
   action = gtk_action_new (name, device_name, tooltip, NULL);
   g_object_set_qdata_full (G_OBJECT (action), 
thunar_launcher_handler_quark, lp->data, g_object_unref);
+  g_object_set_data (G_OBJECT (lp->data), "skip-app-info-update", 
GUINT_TO_POINTER (1));
   g_signal_connect (G_OBJECT (action), "activate", G_CALLBACK 
(thunar_launcher_action_sendto_device), launcher);
   gtk_action_group_add_action (launcher->action_group, action);
   gtk_ui_manager_add_ui (launcher->ui_manager, 
launcher->ui_addons_merge_id,
@@ -1818,6 +1819,7 @@ G_GNUC_BEGIN_IGNORE_DEPRECATIONS
   action = gtk_action_new (name, label, tooltip, NULL);
   gtk_action_set_gicon (action, g_app_info_get_icon (lp->data));
   g_object_set_qdata_full (G_OBJECT (action), 
thunar_launcher_handler_quark, lp->data, g_object_unref);
+  g_object_set_data (G_OBJECT (lp->data), "skip-app-info-update", 
GUINT_TO_POINTER (1));
   g_signal_connect (G_OBJECT (action), "activate", G_CALLBACK 
(thunar_launcher_action_open), launcher);
   gtk_action_group_add_action (launcher->action_group, action);
   gtk_ui_manager_add_ui (launcher->ui_manager, 
launcher->ui_addons_merge_id,

-- 
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/exo] 01/01: I18n: Update translation fi (100%).

2019-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/exo.

commit 63066c571b58786d405335c90d46c97c3276c731
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:30:04 2019 +0200

I18n: Update translation fi (100%).

300 translated messages.

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

diff --git a/po/fi.po b/po/fi.po
index d024452..cc59ee4 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -4,15 +4,15 @@
 # 
 # Translators:
 # Ammuu5, 2017,2019
-# Jiri Grönroos , 2013
+# Jiri Grönroos , 2013,2019
 # Pasi Lallinaho , 2015,2017-2019
 msgid ""
 msgstr ""
 "Project-Id-Version: Exo\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-25 18:30+0200\n"
-"PO-Revision-Date: 2019-06-07 19:39+\n"
-"Last-Translator: Ammuu5\n"
+"PO-Revision-Date: 2019-07-16 21:31+\n"
+"Last-Translator: Jiri Grönroos \n"
 "Language-Team: Finnish (http://www.transifex.com/xfce/exo/language/fi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -568,7 +568,7 @@ msgstr "Valitse sovellus"
 #: ../exo-helper/exo-helper-chooser.c:540
 #: ../exo-helper/exo-helper-launcher-dialog.c:109
 msgid "_Cancel"
-msgstr "_Peruuta"
+msgstr "_Peru"
 
 #: ../exo-desktop-item-edit/exo-die-command-entry.c:261
 #: ../exo-helper/exo-helper-chooser.c:396
@@ -856,7 +856,7 @@ msgstr "_Internet"
 #: ../exo-helper/exo-helper-chooser-dialog.c:140
 #: ../exo-open/exo-web-browser.desktop.in.h:1
 msgid "Web Browser"
-msgstr "Web-selain"
+msgstr "Verkkoselain"
 
 #: ../exo-helper/exo-helper-chooser-dialog.c:148
 msgid ""
@@ -955,7 +955,7 @@ msgstr "Valitse mukautettu pääteohjelma"
 msgid ""
 "Specify the application you want to use\n"
 "as default Web Browser for Xfce:"
-msgstr "Määritä Xfce:n oletusarvoinen web-selain:"
+msgstr "Määritä Xfce:n oletusarvoinen verkkoselain:"
 
 #: ../exo-helper/exo-helper-chooser.c:514
 msgid ""

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


[Xfce4-commits] [xfce/garcon] branch master updated (71ad5ac -> 96329fa)

2019-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/garcon.

  from  71ad5ac   I18n: Add new translation hy (100%).
   new  96329fa   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 | 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/exo] branch master updated (b8eba79 -> 63066c5)

2019-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/exo.

  from  b8eba79   I18n: Update translation kk (100%).
   new  63066c5   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 | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

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


[Xfce4-commits] [xfce/libxfce4ui] branch master updated (a6c947f -> 7ccea54)

2019-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/libxfce4ui.

  from  a6c947f   I18n: Update translation pt_BR (100%).
   new  7ccea54   I18n: Update translation fi (95%).

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] [xfce/libxfce4ui] 01/01: I18n: Update translation fi (95%).

2019-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/libxfce4ui.

commit 7ccea54d91dc25f6c413feeb9f748ee92b0fd750
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:30:27 2019 +0200

I18n: Update translation fi (95%).

171 translated messages, 8 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 3bbfdcf..e2c733c 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -4,7 +4,7 @@
 # 
 # Translators:
 # Ammuu5, 2017,2019
-# Jiri Grönroos , 2013
+# Jiri Grönroos , 2013,2019
 # Lasse Liehu , 2015
 # Pasi Lallinaho , 2014-2015,2017
 msgid ""
@@ -12,8 +12,8 @@ msgstr ""
 "Project-Id-Version: Libxfce4ui\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-17 00:30+0200\n"
-"PO-Revision-Date: 2019-06-24 14:41+\n"
-"Last-Translator: Ammuu5\n"
+"PO-Revision-Date: 2019-07-16 21:34+\n"
+"Last-Translator: Jiri Grönroos \n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/libxfce4ui/language/fi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -209,7 +209,7 @@ msgstr "Pikanäppäin"
 
 #: ../libxfce4kbd-private/xfce-shortcut-dialog.c:249
 msgid "_Cancel"
-msgstr "_Peruuta"
+msgstr "_Peru"
 
 #: ../libxfce4kbd-private/xfce-shortcut-dialog.c:284
 #, c-format
@@ -631,7 +631,7 @@ msgstr "D-Bus-pohjainen asetusten tallennusjärjestelmä."
 
 #: ../xfce4-about/main.c:112
 msgid "A menu library"
-msgstr ""
+msgstr "Valikkokirjasto"
 
 #: ../xfce4-about/main.c:113
 msgid "A freedesktop.org compliant menu implementation based on GLib and GIO."

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

2019-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 e2886bfaa6f094bbcea1527a23c5ca404381811b
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:30:55 2019 +0200

I18n: Update translation fi (71%).

218 translated messages, 89 untranslated messages.

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

diff --git a/po/fi.po b/po/fi.po
index 8c0d08b..fddee3b 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -4,6 +4,7 @@
 # 
 # Translators:
 # Ammuu5, 2018-2019
+# Jiri Grönroos , 2019
 # Pasi Lallinaho , 2014-2015,2017
 # Tero Mononen , 2015
 msgid ""
@@ -11,8 +12,8 @@ msgstr ""
 "Project-Id-Version: Thunar Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-06-27 06:30+0200\n"
-"PO-Revision-Date: 2019-06-07 19:41+\n"
-"Last-Translator: Ammuu5\n"
+"PO-Revision-Date: 2019-07-16 20:38+\n"
+"Last-Translator: Jiri Grönroos \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"
@@ -52,7 +53,7 @@ msgstr "Haarauta"
 
 #: ../thunar-vcs-plugin/tvp-git-action.c:227
 msgid "List, create or switch branches"
-msgstr ""
+msgstr "Listaa, luo tai vaihda haaroja"
 
 #. unimplemented: add_subaction(item, menu, "tvp::git::checkout",
 #. _("Checkout"), _("Checkout"), "gtk-connect", _("Checkout"));
@@ -290,7 +291,7 @@ msgstr "Palauta"
 
 #: ../thunar-vcs-plugin/tvp-svn-action.c:384
 msgid "Undo all local edits"
-msgstr ""
+msgstr "Kumoa kaikki paikalliset muokkaukset"
 
 #: ../thunar-vcs-plugin/tvp-svn-action.c:394 ../tvp-svn-helper/main.c:333
 #: ../tvp-svn-helper/tsh-switch.c:125 ../tvp-svn-helper/tsh-switch.c:138
@@ -581,7 +582,7 @@ msgstr ""
 #: ../tvp-git-helper/tgh-branch-dialog.c:135
 #: ../tvp-git-helper/tgh-branch-dialog.c:249
 msgid "_New"
-msgstr ""
+msgstr "_Uusi"
 
 #: ../tvp-git-helper/tgh-branch-dialog.c:253
 msgid "Branch name:"
@@ -704,7 +705,7 @@ msgstr "Tiedosto"
 #: ../tvp-svn-helper/tsh-log-dialog.c:236
 #: ../tvp-svn-helper/tsh-status-dialog.c:261
 msgid "_Refresh"
-msgstr ""
+msgstr "_Päivitä"
 
 #: ../tvp-git-helper/tgh-move.c:60
 msgid "Move finished"
@@ -751,7 +752,7 @@ msgstr "_Käytä"
 
 #: ../tvp-git-helper/tgh-stash-dialog.c:236
 msgid "_Delete"
-msgstr ""
+msgstr "_Poista"
 
 #: ../tvp-git-helper/tgh-stash-dialog.c:241
 msgid "C_lear"
@@ -950,7 +951,7 @@ msgstr "Muutoksen tietojen hakeminen epäonnistui"
 #: ../tvp-svn-helper/tsh-cleanup.c:57
 #, c-format
 msgid "'%s' is not a local path"
-msgstr ""
+msgstr "'%s' ei ole paikallinen polku"
 
 #: ../tvp-svn-helper/tsh-cleanup.c:93
 msgid "Cleanup failed"
@@ -1351,7 +1352,7 @@ msgstr ""
 
 #: ../tvp-svn-helper/tsh-diff-dialog.c:362
 msgid "Loading..."
-msgstr ""
+msgstr "Ladataan..."
 
 #: ../tvp-svn-helper/tsh-file-dialog.c:58
 msgid "_Certificate:"
@@ -1409,7 +1410,7 @@ msgstr "Paikallinen siirto"
 
 #: ../tvp-svn-helper/tsh-notify-dialog.c:99
 msgid "MIME type"
-msgstr ""
+msgstr "MIME-tyyppi"
 
 #: ../tvp-svn-helper/tsh-notify-dialog.c:114
 msgid "Notification"
@@ -1429,11 +1430,11 @@ msgstr "Arvo"
 
 #: ../tvp-svn-helper/tsh-properties-dialog.c:239
 msgid "_Add"
-msgstr ""
+msgstr "_Lisää"
 
 #: ../tvp-svn-helper/tsh-properties-dialog.c:244
 msgid "_Remove"
-msgstr ""
+msgstr "_Poista"
 
 #: ../tvp-svn-helper/tsh-relocate.c:81
 msgid "Relocate failed"
@@ -1477,7 +1478,7 @@ msgstr "Näytä muokkaamattomat tiedostot"
 
 #: ../tvp-svn-helper/tsh-status-dialog.c:229
 msgid "Show Unversioned Files"
-msgstr ""
+msgstr "Näytä versioimattomat tiedostot"
 
 #: ../tvp-svn-helper/tsh-status-dialog.c:234
 msgid "Show Ignored Files"

-- 
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/garcon] 01/01: I18n: Update translation fi (100%).

2019-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/garcon.

commit 96329fa5739f8b202063d8d579736fd62fdce6e7
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:30:19 2019 +0200

I18n: Update translation fi (100%).

36 translated 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 60812b4..8440bde 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:
-# Jiri Grönroos , 2013
+# Jiri Grönroos , 2013,2019
 # Pasi Lallinaho , 2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Garcon\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2016-06-20 18:30+0200\n"
-"PO-Revision-Date: 2018-09-14 00:23+\n"
-"Last-Translator: Xfce Bot \n"
+"PO-Revision-Date: 2019-07-16 21:32+\n"
+"Last-Translator: Jiri Grönroos \n"
 "Language-Team: Finnish (http://www.transifex.com/xfce/garcon/language/fi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -97,7 +97,7 @@ msgstr "Muut"
 
 #: ../data/xfce/xfce-other.directory.in.h:2
 msgid "Applications that don't fit into other categories"
-msgstr "Sovellukset, jotka eivät sovi muihin kategorioihin"
+msgstr "Sovellukset, jotka eivät sovi muihin luokkiin"
 
 #: ../data/xfce/xfce-personal.directory.in.h:1
 msgid "Personal"

-- 
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 (51c9312 -> e2886bf)

2019-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  51c9312   I18n: Update translation hy_AM (100%).
   new  e2886bf   I18n: Update translation fi (71%).

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 | 27 ++-
 1 file changed, 14 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] [xfce/thunar] 01/01: I18n: Update translation fi (99%).

2019-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 d0e0d838a027fa32890d77cdcbb133e4279cc7e3
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:30:41 2019 +0200

I18n: Update translation fi (99%).

759 translated messages, 2 untranslated messages.

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

diff --git a/po/fi.po b/po/fi.po
index 53cf6f7..dac1e0a 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -4,7 +4,7 @@
 # 
 # Translators:
 # Ammuu5, 2017-2018
-# Jiri Grönroos , 2013,2018
+# Jiri Grönroos , 2013,2018-2019
 # Juhani Numminen , 2014
 # Pasi Lallinaho , 2014-2015,2018-2019
 # Tero Mononen , 2014,2019
@@ -12,9 +12,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-06-13 00:30+0200\n"
-"PO-Revision-Date: 2019-06-24 14:41+\n"
-"Last-Translator: Ammuu5\n"
+"POT-Creation-Date: 2019-06-25 00:30+0200\n"
+"PO-Revision-Date: 2019-07-16 20:35+\n"
+"Last-Translator: Jiri Grönroos \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"
@@ -142,8 +142,8 @@ msgstr "Toiminnon käynnistys epäonnistui"
 #: ../thunar/thunar-application.c:1500 ../thunar/thunar-application.c:1632
 #: ../thunar/thunar-launcher.c:1227 ../thunar/thunar-location-entry.c:356
 #: ../thunar/thunar-location-entry.c:384
-#: ../thunar/thunar-shortcuts-view.c:1680
-#: ../thunar/thunar-shortcuts-view.c:1708 ../thunar/thunar-window.c:2360
+#: ../thunar/thunar-shortcuts-view.c:1711
+#: ../thunar/thunar-shortcuts-view.c:1739 ../thunar/thunar-window.c:2360
 #, c-format
 msgid "Failed to open \"%s\""
 msgstr "Kohteen \"%s\" avaaminen epäonnistui."
@@ -285,7 +285,7 @@ msgstr "Poistetaanko kaikki tiedostot\nja kansiot 
roskakorista?"
 #. append the "Empty Trash" menu action
 #. prepare the menu item
 #: ../thunar/thunar-application.c:2337 ../thunar/thunar-location-buttons.c:188
-#: ../thunar/thunar-shortcuts-view.c:1226 ../thunar/thunar-tree-view.c:1370
+#: ../thunar/thunar-shortcuts-view.c:1231 ../thunar/thunar-tree-view.c:1370
 #: ../thunar/thunar-window.c:355 ../plugins/thunar-tpa/thunar-tpa.c:175
 msgid "_Empty Trash"
 msgstr "_Tyhjennä roskakori"
@@ -438,7 +438,7 @@ msgstr "Valitse sovellus"
 #: ../thunar/thunar-chooser-dialog.c:1155 ../thunar/thunar-launcher.c:179
 #: ../thunar/thunar-launcher.c:822 ../thunar/thunar-location-buttons.c:184
 #: ../thunar/thunar-renamer-dialog.c:1054
-#: ../thunar/thunar-shortcuts-view.c:1099 ../thunar/thunar-tree-view.c:1292
+#: ../thunar/thunar-shortcuts-view.c:1104 ../thunar/thunar-tree-view.c:1292
 #: ../plugins/thunar-uca/thunar-uca-editor.c:177
 msgid "_Open"
 msgstr "_Avaa"
@@ -1209,8 +1209,8 @@ msgstr[1] "Avaa valitut tiedostot oletussovelluksissa."
 msgid "Open With \"%s\""
 msgstr "Avaa sovelluksessa \"%s\""
 
-#: ../thunar/thunar-launcher.c:1609 ../thunar/thunar-shortcuts-view.c:1744
-#: ../thunar/thunar-shortcuts-view.c:1982 ../thunar/thunar-tree-view.c:2098
+#: ../thunar/thunar-launcher.c:1609 ../thunar/thunar-shortcuts-view.c:1775
+#: ../thunar/thunar-shortcuts-view.c:2013 ../thunar/thunar-tree-view.c:2098
 #, c-format
 msgid "Failed to mount \"%s\""
 msgstr "Kohteen \"%s\" liittäminen epäonnistui"
@@ -1322,12 +1322,12 @@ msgid "Selection: %s"
 msgstr "Valinta: %s"
 
 #: ../thunar/thunar-location-buttons.c:185
-#: ../thunar/thunar-shortcuts-view.c:1113
+#: ../thunar/thunar-shortcuts-view.c:1118
 msgid "Open in New Tab"
 msgstr "Avaa uudessa välilehdessä"
 
 #: ../thunar/thunar-location-buttons.c:186
-#: ../thunar/thunar-shortcuts-view.c:1121
+#: ../thunar/thunar-shortcuts-view.c:1126
 msgid "Open in New Window"
 msgstr "Avaa uudessa ikkunassa"
 
@@ -1447,7 +1447,7 @@ msgstr ""
 
 #: ../thunar/thunar-permissions-chooser.c:312
 msgid "Others"
-msgstr ""
+msgstr "Muut"
 
 #: ../thunar/thunar-permissions-chooser.c:320
 msgid "Acce_ss:"
@@ -2214,53 +2214,53 @@ msgstr[0] "Lisää valittu kansio kirjanmerkkipaneeliin."
 msgstr[1] "Lisää valitut kansiot kirjanmerkkipaneeliin."
 
 #. append the "Mount" menu action
-#: ../thunar/thunar-shortcuts-view.c:1144 ../thunar/thunar-tree-view.c:1329
+#: ../thunar/thunar-shortcuts-view.c:1149 ../thunar/thunar-tree-view.c:1329
 msgid "_Mount"
 msgstr "_Liitä"
 
 #. append the "Unmount" menu action
-#: ../thunar/thunar-shortcuts-view.c:1152 ../thunar/thunar-tree-view.c:1335
+#: ../thunar/thunar-shortcuts-view.c:1157 ../thunar/thunar-tree-view.c:1335
 msgid "_Unmount"
 msgstr "_Irrota liitos"
 
 #. append the "Eject" menu action
-#: ../thunar/thunar-shortcuts-view.c:1160 ../thunar/thunar-tree-view.c:1341
+#: ../thunar/thunar-shortcuts-view.c:1165 ../thunar/thunar-tree

[Xfce4-commits] [xfce/thunar] branch master updated (9c87733 -> d0e0d83)

2019-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  9c87733   Do not register "send to" as last used app (Bug #14118)
   new  d0e0d83   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 | 54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

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


[Xfce4-commits] [xfce/xfce4-appfinder] branch master updated (fd10463 -> 8b40dd8)

2019-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-appfinder.

  from  fd10463   I18n: Update translation kk (100%).
   new  8b40dd8   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 | 44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

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


[Xfce4-commits] [xfce/thunar] branch xfce-4.14 updated (06c0e3e -> 11daafd)

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

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

  from  06c0e3e   Do not register "send to" as last used app (Bug #14118)
   new  11daafd   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 | 16 +---
 1 file changed, 9 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] [xfce/xfce4-power-manager] branch master updated (6e9c6ef -> 8d2ab81)

2019-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  6e9c6ef   Disable trayicon when panel plugin is present (Bug #15682)
   new  8d2ab81   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 | 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] [xfce/xfce4-panel] 01/01: I18n: Update translation fi (100%).

2019-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 151c449b1ab877fdb23b675ccc242f0ae91b51e9
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:31:36 2019 +0200

I18n: Update translation fi (100%).

410 translated messages.

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

diff --git a/po/fi.po b/po/fi.po
index 5c22f0a..552eba5 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -4,7 +4,7 @@
 # 
 # Translators:
 # Ammuu5, 2017-2018
-# Jiri Grönroos , 2018
+# Jiri Grönroos , 2018-2019
 # Juhani Numminen , 2013
 # Pasi Lallinaho , 2014-2015,2018-2019
 # Tapio Väisänen, 2014
@@ -13,9 +13,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-panel\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-12-03 22:34+0100\n"
-"PO-Revision-Date: 2019-04-06 06:13+\n"
-"Last-Translator: Pasi Lallinaho \n"
+"POT-Creation-Date: 2019-07-04 00:30+0200\n"
+"PO-Revision-Date: 2019-07-16 21:23+\n"
+"Last-Translator: Jiri Grönroos \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"
@@ -33,8 +33,7 @@ msgid ""
 "file"
 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:2692
+#: ../panel-preferences.desktop.in.h:1 ../panel/panel-window.c:2699
 msgid "Panel"
 msgstr "Paneeli"
 
@@ -43,64 +42,63 @@ msgid "Customize the panel"
 msgstr "Muokkaa paneelia"
 
 #. I18N: %s is the name of the plugin
-#: ../libxfce4panel/xfce-panel-plugin.c:1079
+#: ../libxfce4panel/xfce-panel-plugin.c:1081
 #: ../panel/panel-preferences-dialog.c:1308
 #, c-format
 msgid "Are you sure that you want to remove \"%s\"?"
 msgstr "Haluatko varmasti poistaa kohteen ”%s”?"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1084
+#: ../libxfce4panel/xfce-panel-plugin.c:1086
 #: ../panel/panel-preferences-dialog.c:1311
 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:1085 ../panel/panel-dialogs.c:163
+#: ../libxfce4panel/xfce-panel-plugin.c:1087 ../panel/panel-dialogs.c:163
 #: ../panel/panel-preferences-dialog.c:1313
-msgid "Cancel"
-msgstr "Peru"
+#: ../plugins/applicationsmenu/applicationsmenu.c:593
+#: ../plugins/directorymenu/directorymenu.c:394
+msgid "_Cancel"
+msgstr "_Peru"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1086
-#: ../panel/panel-plugin-external.c:439
+#: ../libxfce4panel/xfce-panel-plugin.c:1088
+#: ../libxfce4panel/xfce-panel-plugin.c:1283
+#: ../panel/panel-plugin-external.c:441
 #: ../panel/panel-preferences-dialog.c:956
 #: ../panel/panel-preferences-dialog.c:1314
 #: ../plugins/launcher/launcher-dialog.c:855
-msgid "Remove"
-msgstr "Poista"
+msgid "_Remove"
+msgstr "_Poista"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1227
+#: ../libxfce4panel/xfce-panel-plugin.c:1229
 msgid "_Properties"
 msgstr "_Ominaisuudet"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1242 ../panel/panel-window.c:2780
+#: ../libxfce4panel/xfce-panel-plugin.c:1244 ../panel/panel-window.c:2787
 msgid "_About"
 msgstr "_Tietoja"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1257
+#: ../libxfce4panel/xfce-panel-plugin.c:1259
 msgid "_Move"
 msgstr "_Siirrä"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1281
-msgid "_Remove"
-msgstr "_Poista"
-
-#: ../libxfce4panel/xfce-panel-plugin.c:1302
+#: ../libxfce4panel/xfce-panel-plugin.c:1304
 msgid "Pane_l"
 msgstr "Panee_li"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1311 ../panel/panel-window.c:2705
+#: ../libxfce4panel/xfce-panel-plugin.c:1313 ../panel/panel-window.c:2712
 msgid "Add _New Items..."
 msgstr "Lisää _uusia kohteita…"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1326 ../panel/panel-window.c:2720
+#: ../libxfce4panel/xfce-panel-plugin.c:1328 ../panel/panel-window.c:2727
 msgid "Panel Pr_eferences..."
 msgstr "Paneelin a_setukset…"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1347 ../panel/panel-window.c:2752
+#: ../libxfce4panel/xfce-panel-plugin.c:1349 ../panel/panel-window.c:2759
 msgid "Log _Out"
 msgstr "Kirjaudu ul_os"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1367 ../panel/panel-item-dialog.c:208
-#: ../panel/panel-preferences-dialog.glade.h:12 ../panel/panel-window.c:2771
+#: ../libxfce4panel/xfce-panel-plugin.c:1369 ../panel/panel-item-dialog.c:208
+#: ../panel/panel-preferences-dialog.glade.h:12 ../panel/panel-window.c:2778
 #: ../plugins/actions/actions-dialog.glade.h:4
 #: ../plugins/applicationsmenu/applicationsmenu-dialog.glade.h:2
 #: ../plugins/clock/clock-dialog

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

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

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

commit 11daafd5b46b4b29c7b5d2863e11d6a95f458445
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:31:16 2019 +0200

I18n: Update translation fi (99%).

760 translated messages, 1 untranslated message.

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

diff --git a/po/fi.po b/po/fi.po
index 802f3ed..b0efd0c 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -5,9 +5,9 @@
 # 
 # Translators:
 # Xfce Bot , 2018
-# Jiri Grönroos , 2018
 # Ammuu5, 2018
 # Pasi Lallinaho , 2019
+# Jiri Grönroos , 2019
 # 
 #, fuzzy
 msgid ""
@@ -16,7 +16,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-06-09 18:30+0200\n"
 "PO-Revision-Date: 2018-08-19 09:02+\n"
-"Last-Translator: Pasi Lallinaho , 2019\n"
+"Last-Translator: Jiri Grönroos , 2019\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"
@@ -264,7 +264,7 @@ msgstr[1] ""
 #: ../plugins/thunar-uca/thunar-uca-editor.c:176
 #: ../plugins/thunar-uca/thunar-uca-editor.c:434
 msgid "_Cancel"
-msgstr "_Peruuta"
+msgstr "_Peru"
 
 #: ../thunar/thunar-application.c:2158 ../thunar/thunar-standard-view.c:408
 #: ../thunar/thunar-tree-view.c:1502
@@ -701,7 +701,9 @@ msgstr "_Nimeä uudelleen"
 
 #: ../thunar/thunar-dialogs.c:268
 msgid "translator-credits"
-msgstr "Jari Rahkonen "
+msgstr ""
+"Jari Rahkonen \n"
+"Jiri Grönroos "
 
 #: ../thunar/thunar-dialogs.c:433 ../thunar/thunar-permissions-chooser.c:524
 msgid "_Yes"
@@ -1851,11 +1853,11 @@ msgstr ""
 #. Behavior
 #: ../thunar/thunar-preferences-dialog.c:527
 msgid "Behavior"
-msgstr "Käytös"
+msgstr "Toiminta"
 
 #: ../thunar/thunar-preferences-dialog.c:537
 msgid "Navigation"
-msgstr "Navigointi"
+msgstr "Liikkuminen"
 
 #: ../thunar/thunar-preferences-dialog.c:550
 msgid "_Single click to activate items"
@@ -2591,7 +2593,7 @@ msgstr "T_yhjä tiedosto"
 
 #: ../thunar/thunar-templates-action.c:539
 msgid "No templates installed"
-msgstr "Ei asiakirjamalleja asennettuna"
+msgstr "Asiakirjamalleja ei ole asennettuna"
 
 #: ../thunar/thunar-transfer-job.c:823
 #, c-format

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


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

2019-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-appfinder.

commit 8b40dd856b6d7f05fc5897aa88d18bed5c4c9c5e
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:31:27 2019 +0200

I18n: Update translation fi (100%).

81 translated messages.

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

diff --git a/po/fi.po b/po/fi.po
index 49407d4..f4ccf9c 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -4,16 +4,16 @@
 # 
 # Translators:
 # Ammuu5, 2017-2018
-# Jiri Grönroos , 2013
+# Jiri Grönroos , 2013,2019
 # Juha Kautto , 2004
 # Pasi Lallinaho , 2014-2015,2019
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-appfinder\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-25 00:30+0100\n"
-"PO-Revision-Date: 2019-04-06 06:17+\n"
-"Last-Translator: Pasi Lallinaho \n"
+"POT-Creation-Date: 2019-06-24 00:30+0200\n"
+"PO-Revision-Date: 2019-07-16 21:19+\n"
+"Last-Translator: Jiri Grönroos \n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/xfce4-appfinder/language/fi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -87,78 +87,78 @@ msgstr "Mukautettu toiminto poistetaan pysyvästi."
 msgid "Are you sure you want to delete pattern \"%s\"?"
 msgstr "Haluatko varmasti poistaa kaavan \"%s\"?"
 
-#: ../src/appfinder-window.c:228 ../src/appfinder-preferences.glade.h:10
+#: ../src/appfinder-window.c:226 ../src/appfinder-preferences.glade.h:10
 #: ../data/xfce4-appfinder.desktop.in.h:1
 #: ../data/org.xfce.xfce4-appfinder.appdata.xml.in.h:1
 msgid "Application Finder"
 msgstr "Sovellusten hakutyökalu"
 
-#: ../src/appfinder-window.c:276
+#: ../src/appfinder-window.c:272
 msgid "Toggle view mode"
 msgstr "Vaihda näkymää"
 
-#: ../src/appfinder-window.c:355
+#: ../src/appfinder-window.c:343
 msgid "_Preferences"
 msgstr "_Asetukset"
 
-#: ../src/appfinder-window.c:372
+#: ../src/appfinder-window.c:360
 msgid "Close"
 msgstr "Sulje"
 
-#: ../src/appfinder-window.c:382 ../src/appfinder-window.c:1075
+#: ../src/appfinder-window.c:370 ../src/appfinder-window.c:1082
 msgid "La_unch"
 msgstr "_Käynnistä"
 
-#: ../src/appfinder-window.c:889
+#: ../src/appfinder-window.c:896
 msgid "Failed to launch desktop item editor"
 msgstr "Käynnistineditorin käynnistys epäonnistui"
 
-#: ../src/appfinder-window.c:915
+#: ../src/appfinder-window.c:922
 msgid ""
 "This will permanently remove the custom desktop file from your home "
 "directory."
 msgstr "Tämä poistaa mukautetun käynnistimen kotikansiostasi pysyvästi."
 
-#: ../src/appfinder-window.c:916
+#: ../src/appfinder-window.c:923
 #, c-format
 msgid "Are you sure you want to revert \"%s\"?"
 msgstr "Haluatko varmasti palauttaa kohteen \"%s\"?"
 
-#: ../src/appfinder-window.c:926
+#: ../src/appfinder-window.c:933
 msgid "Failed to remove desktop file"
 msgstr "Käynnistimen poistaminen epäonnistui"
 
 #. I18N: the first %s will be replace with users' applications directory, the
 #. * second with Hidden=true
-#: ../src/appfinder-window.c:959
+#: ../src/appfinder-window.c:966
 #, c-format
 msgid ""
 "To unhide the item you have to manually remove the desktop file from \"%s\" "
 "or open the file in the same directory and remove the line \"%s\"."
 msgstr "Palauttaaksesi kohteen näkyväksi, sinun täytyy poistaa 
käynnistintiedosto kohteesta \"%s\" tai avata tiedosto ja poistaa rivi \"%s\"."
 
-#: ../src/appfinder-window.c:964 ../src/appfinder-window.c:1112
+#: ../src/appfinder-window.c:971 ../src/appfinder-window.c:1119
 msgid "_Hide"
 msgstr "_Piilota"
 
-#: ../src/appfinder-window.c:965
+#: ../src/appfinder-window.c:972
 #, c-format
 msgid "Are you sure you want to hide \"%s\"?"
 msgstr "Haluatko varmasti piilottaa kohteen \"%s\"?"
 
-#: ../src/appfinder-window.c:1059
+#: ../src/appfinder-window.c:1066
 msgid "Remove From Bookmarks"
 msgstr "Poista kirjanmerkeistä"
 
-#: ../src/appfinder-window.c:1059
+#: ../src/appfinder-window.c:1066
 msgid "Add to Bookmarks"
 msgstr "Lisää kirjanmerkkeihin"
 
-#: ../src/appfinder-window.c:1088
+#: ../src/appfinder-window.c:1095
 msgid "_Edit"
 msgstr "_Muokkaa"
 
-#: ../src/appfinder-window.c:1105
+#: ../src/appfinder-window.c:1112
 msgid "_Revert"
 msgstr "_Palauta"
 
@@ -358,8 +358,8 @@ msgid "Run Program..."
 msgstr "Suorita sovellus..."
 
 #: ../data/xfce4-run.desktop.in.h:2
-msgid "Run a program"
-msgstr "Suorita sovellus"
+msgid "Enter a command you want to launch"
+msgstr "Kirjoita käynnistettävä komento"
 
 #: ../data/org.xfce.xfce4-appfinder.appdata.xml.in.h:2
 msgid "Application to quickly run applications and commands"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
__

[Xfce4-commits] [xfce/xfce4-panel] branch master updated (d1edf28 -> 151c449)

2019-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  d1edf28   directory-menu: Use natural order for sorting (Bug #15413)
   new  151c449   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 | 278 +++
 1 file changed, 136 insertions(+), 142 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-session] branch master updated (195b423 -> d580b90)

2019-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-session.

  from  195b423   session: Serialize startup of xfsettings daemon
   new  d580b90   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 | 17 +
 1 file 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/xfce4-session] 01/01: I18n: Update translation fi (98%).

2019-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-session.

commit d580b90c321b84bb029700964f76c07d0ef7fccd
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:32:10 2019 +0200

I18n: Update translation fi (98%).

160 translated messages, 2 untranslated messages.

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

diff --git a/po/fi.po b/po/fi.po
index 06159b6..61d5249 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:
+# Jiri Grönroos , 2019
 # Juha Kautto , 2004
 # Lasse Liehu , 2015
 # Pasi Lallinaho , 2014,2017-2018
@@ -12,8 +13,8 @@ msgstr ""
 "Project-Id-Version: Xfce4-session\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-14 00:31+0200\n"
-"PO-Revision-Date: 2019-06-01 13:21+\n"
-"Last-Translator: Tero Mononen \n"
+"PO-Revision-Date: 2019-07-16 21:26+\n"
+"Last-Translator: Jiri Grönroos \n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/xfce4-session/language/fi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -136,7 +137,7 @@ msgstr "Sovellusten tallennettuja tiloja ei palauteta, kun 
kirjaudut sisään se
 #: ../xfce4-session/xfsm-manager.c:677
 #: ../xfce4-session/xfsm-logout-dialog.c:214
 msgid "_Cancel"
-msgstr "_Peruuta"
+msgstr "_Peru"
 
 #: ../settings/session-editor.c:202
 msgid "_Proceed"
@@ -196,7 +197,7 @@ msgstr "Käynnistystapa"
 
 #: ../settings/xfae-dialog.c:77 ../settings/xfae-dialog.c:210
 msgid "Cancel"
-msgstr "Peruuta"
+msgstr "Peru"
 
 #: ../settings/xfae-dialog.c:78 ../settings/xfae-dialog.c:211
 msgid "OK"
@@ -512,7 +513,7 @@ msgstr "L_epotila"
 
 #: ../xfce4-session/xfsm-logout-dialog.c:360
 msgid "H_ybrid Sleep"
-msgstr ""
+msgstr "H_ybridilepo"
 
 #: ../xfce4-session/xfsm-logout-dialog.c:391
 msgid "Switch _User"
@@ -654,7 +655,7 @@ msgstr "Nämä sovellukset sisältyvät tämänhetkiseen 
istuntoon ja voidaan ta
 
 #: ../settings/xfce4-session-settings.ui.h:15
 msgid "Current Sessio_n"
-msgstr ""
+msgstr "_Nykyinen istunto"
 
 #: ../settings/xfce4-session-settings.ui.h:16
 msgid "Delete the selected session"
@@ -662,11 +663,11 @@ msgstr "Poista valittu istunto"
 
 #: ../settings/xfce4-session-settings.ui.h:17
 msgid "Clear Save_d Sessions"
-msgstr ""
+msgstr "Tyhjennä _tallennetut istunnot"
 
 #: ../settings/xfce4-session-settings.ui.h:18
 msgid "Saved _Sessions"
-msgstr ""
+msgstr "Tallennetut _istunnot"
 
 #: ../settings/xfce4-session-settings.ui.h:19
 msgid "Launch GN_OME services on startup"

-- 
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%).

2019-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 8d2ab816d67f666d8aaa905f9e87f65499b820df
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:32:01 2019 +0200

I18n: Update translation fi (99%).

209 translated messages, 1 untranslated message.

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 871778b..862d0ac 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -5,7 +5,7 @@
 # Translators:
 # Aapo Rantalainen , 2013
 # Ammuu5, 2017-2018
-# Jiri Grönroos , 2013
+# Jiri Grönroos , 2013,2019
 # Lasse Liehu , 2016
 # Pasi Lallinaho , 2014-2015,2017-2019
 msgid ""
@@ -13,8 +13,8 @@ msgstr ""
 "Project-Id-Version: Xfce4-power-manager\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-04-25 18:31+0200\n"
-"PO-Revision-Date: 2019-04-25 16:31+\n"
-"Last-Translator: Xfce Bot \n"
+"PO-Revision-Date: 2019-07-16 21:24+\n"
+"Last-Translator: Jiri Grönroos \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"
@@ -158,7 +158,7 @@ msgstr "Näytön virransäästö"
 #: ../data/interfaces/xfpm-settings.ui.h:33
 msgid ""
 "Let the power manager handle display power management (DPMS) instead of X11."
-msgstr "Anna virranhallinnan hallita näytön virransäästöä (DPMS) X11 sijasta."
+msgstr "Anna virranhallinnan hallita näytön virransäästöä (DPMS) X11:n 
sijasta."
 
 #: ../data/interfaces/xfpm-settings.ui.h:34
 msgid "Blank after"
@@ -622,7 +622,7 @@ msgstr "%s %s\non tyhjä"
 msgid ""
 "%s %s\n"
 "Current charge: %0.0f%%"
-msgstr ""
+msgstr "%s %s\nNykyinen lataus: %0.0f%%"
 
 #. On the 2nd line we want to know if the power cord is plugged
 #. * in or not

-- 
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/catfish] branch master updated (8924999 -> 3926f07)

2019-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/catfish.

  from  8924999   I18n: Update translation th (100%).
   new  3926f07   I18n: Update translation fi (91%).

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] [apps/orage] 01/01: I18n: Update translation fi (100%).

2019-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/orage.

commit c279c65c9114764918826bdd9c8bf880fbc61bd9
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:32:43 2019 +0200

I18n: Update translation fi (100%).

1030 translated messages.

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 aa2019f..1ff6b73 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:
+# Jiri Grönroos , 2019
 # Juhani Numminen , 2013
 # Pasi Lallinaho , 2014-2015
 msgid ""
@@ -10,8 +11,8 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-09-23 12:30+0200\n"
-"PO-Revision-Date: 2018-09-14 00:15+\n"
-"Last-Translator: Pasi Lallinaho \n"
+"PO-Revision-Date: 2019-07-16 21:44+\n"
+"Last-Translator: Jiri Grönroos \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"
@@ -4417,7 +4418,7 @@ msgstr "Tietoja Oragesta"
 
 #: ../panel-plugin/xfce4-orageclock-plugin.desktop.in.in.h:1
 msgid "Orage Panel Clock"
-msgstr "Orage -paneelikello"
+msgstr "Orage-paneelikello"
 
 #: ../panel-plugin/xfce4-orageclock-plugin.desktop.in.in.h:2
 msgid "Show time and date?"

-- 
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%).

2019-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 6ff563f7c9c15439d37a8a82f4cdc4d4eb2503ef
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:32:33 2019 +0200

I18n: Update translation fi (100%).

310 translated 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 72cd88c..73ede8e 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -4,7 +4,7 @@
 # 
 # Translators:
 # Ammuu5, 2017-2019
-# Jiri Grönroos , 2013
+# Jiri Grönroos , 2013,2019
 # Juhani Numminen , 2013-2014
 # Pasi Lallinaho , 2014
 msgid ""
@@ -12,8 +12,8 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-19 00:30+0200\n"
-"PO-Revision-Date: 2019-06-07 19:46+\n"
-"Last-Translator: Ammuu5\n"
+"PO-Revision-Date: 2019-07-16 20:43+\n"
+"Last-Translator: Jiri Grönroos \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"
@@ -720,7 +720,7 @@ msgstr "Ei tyylirakennetta"
 #: ../mousepad/mousepad-style-scheme-action.c:212
 #, c-format
 msgid "%s | Authors: %s | Filename: %s"
-msgstr ""
+msgstr "%s | Tekijät: %s | Tiedostonimi: %s"
 
 #. show warning to the user
 #: ../mousepad/mousepad-util.c:549

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


[Xfce4-commits] [apps/mousepad] branch master updated (bf80312 -> 6ff563f)

2019-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  bf80312   I18n: Update translation lt (100%).
   new  6ff563f   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 | 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/catfish] 01/01: I18n: Update translation fi (91%).

2019-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/catfish.

commit 3926f07f7efadbde1825a4ae82b510cf61c3094d
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:32:24 2019 +0200

I18n: Update translation fi (91%).

108 translated messages, 10 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 da12a78..b024c9e 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -4,10 +4,10 @@
 # FIRST AUTHOR , YEAR.
 # 
 # Translators:
-# Jiri Grönroos , 2018
 # Xfce Bot , 2018
 # Pasi Lallinaho , 2019
 # Ammuu5, 2019
+# Jiri Grönroos , 2019
 # 
 #, fuzzy
 msgid ""
@@ -16,7 +16,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-03-05 20:20-0500\n"
 "PO-Revision-Date: 2018-06-28 22:08+\n"
-"Last-Translator: Ammuu5, 2019\n"
+"Last-Translator: Jiri Grönroos , 2019\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"
@@ -206,7 +206,7 @@ msgstr "Näytä _sivupalkki"
 
 #: ../data/ui/CatfishWindow.ui.h:40
 msgid "_Update Search Index..."
-msgstr ""
+msgstr "_Päivitä hakuindeksi..."
 
 #: ../data/ui/CatfishWindow.ui.h:41
 msgid "_About"
@@ -355,7 +355,7 @@ msgstr "Tiedostoa \"%s\" ei voitu poistaa."
 #: ../catfish/CatfishWindow.py:1062
 #, python-format
 msgid "Save \"%s\" as..."
-msgstr ""
+msgstr "Tallenna \"%s\" nimellä..."
 
 #: ../catfish/CatfishWindow.py:1097
 #, python-format
@@ -465,7 +465,7 @@ msgstr "Salasana:"
 #. Buttons
 #: ../catfish_lib/SudoDialog.py:196
 msgid "Cancel"
-msgstr "Peruuta"
+msgstr "Peru"
 
 #: ../catfish_lib/SudoDialog.py:199
 msgid "OK"

-- 
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/orage] branch master updated (6356e6d -> c279c65)

2019-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/orage.

  from  6356e6d   I18n: Update translation lt (100%).
   new  c279c65   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 | 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] [apps/parole] 01/01: I18n: Update translation fi (100%).

2019-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/parole.

commit 2da3a59dcf147c5d502e5bbc933f55fdc19de18f
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:32:52 2019 +0200

I18n: Update translation fi (100%).

301 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 5affd4b..db9c8f1 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -4,7 +4,7 @@
 # 
 # Translators:
 # Ammuu5, 2017-2018
-# Jiri Grönroos , 2013,2018
+# Jiri Grönroos , 2013,2018-2019
 # Juhani Numminen , 2013
 # Pasi Lallinaho , 2014-2015,2018-2019
 msgid ""
@@ -12,8 +12,8 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-08-25 12:31+0200\n"
-"PO-Revision-Date: 2019-04-06 06:22+\n"
-"Last-Translator: Pasi Lallinaho \n"
+"PO-Revision-Date: 2019-07-16 21:47+\n"
+"Last-Translator: Jiri Grönroos \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"
@@ -441,7 +441,7 @@ msgstr "Näytä tekstitys automaattisesti elokuvaa toistaessa"
 
 #: ../data/interfaces/parole-settings.ui.h:30
 msgid "Font:"
-msgstr "Kirjasin:"
+msgstr "Fontti:"
 
 #: ../data/interfaces/parole-settings.ui.h:31
 msgid "Encoding:"
@@ -1341,4 +1341,4 @@ msgstr "MPRIS2"
 
 #: ../src/plugins/mpris2/mpris2.desktop.in.h:2
 msgid "MPRIS2 remote control"
-msgstr "MPRIS2 -etäohjaus"
+msgstr "MPRIS2-etäohjaus"

-- 
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/ristretto] branch master updated (a8b0575 -> a1f5b26)

2019-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/ristretto.

  from  a8b0575   I18n: Update translation it (100%).
   new  a1f5b26   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 | 307 +--
 1 file changed, 140 insertions(+), 167 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/ristretto] 01/01: I18n: Update translation fi (97%).

2019-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/ristretto.

commit a1f5b26c520e9eb6248a8d92322638314c4d9947
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:33:00 2019 +0200

I18n: Update translation fi (97%).

189 translated messages, 4 untranslated messages.

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

diff --git a/po/fi.po b/po/fi.po
index 642bcee..37ae93e 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:
-# Jiri Grönroos , 2013
+# Jiri Grönroos , 2013,2019
 # Pasi Lallinaho , 2015,2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: xfce-i...@xfce.org\n"
-"POT-Creation-Date: 2019-04-16 18:32+0200\n"
-"PO-Revision-Date: 2019-04-16 16:32+\n"
-"Last-Translator: Xfce Bot \n"
+"POT-Creation-Date: 2019-07-13 00:31+0200\n"
+"PO-Revision-Date: 2019-07-16 21:51+\n"
+"Last-Translator: Jiri Grönroos \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"
@@ -48,517 +48,517 @@ msgstr "%s: %s\n\nSaat listan 
komentorivivalitsimista\nkirjoittamalla %s --help.
 msgid "Image Viewer"
 msgstr "Kuvakatselin"
 
-#: ../src/main_window.c:369
+#: ../src/main_window.c:371
 msgid "_File"
 msgstr "_Tiedosto"
 
 #. Icon-name
-#: ../src/main_window.c:375
+#: ../src/main_window.c:377
 msgid "_Open..."
 msgstr "_Avaa..."
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:377
+#: ../src/main_window.c:379
 msgid "Open an image"
 msgstr "Avaa kuva"
 
 #. Icon-name
-#: ../src/main_window.c:381
+#: ../src/main_window.c:383
 msgid "_Save copy..."
 msgstr "Tallenna k_opio..."
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:383
+#: ../src/main_window.c:385
 msgid "Save a copy of the image"
 msgstr "Tallenna kopio kuvasta"
 
 #. Icon-name
-#: ../src/main_window.c:387
+#: ../src/main_window.c:389
 msgid "_Properties..."
 msgstr "Omi_naisuudet..."
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:389
+#: ../src/main_window.c:391
 msgid "Show file properties"
 msgstr "Näytä tiedoston ominaisuudet"
 
 #. Icon-name
-#: ../src/main_window.c:393 ../src/main_window.c:412
+#: ../src/main_window.c:395 ../src/main_window.c:414
 msgid "_Edit"
 msgstr "_Muokkaa"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:395
+#: ../src/main_window.c:397
 msgid "Edit this image"
 msgstr "Muokkaa kuvaa"
 
 #. Icon-name
-#: ../src/main_window.c:399 ../src/preferences_dialog.c:541
+#: ../src/main_window.c:401 ../src/preferences_dialog.c:541
 #: ../src/properties_dialog.c:325
 msgid "_Close"
 msgstr "_Sulje"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:401
+#: ../src/main_window.c:403
 msgid "Close this image"
 msgstr "Sulje kuva"
 
 #. Icon-name
-#: ../src/main_window.c:405
+#: ../src/main_window.c:407
 msgid "_Quit"
 msgstr "_Lopeta"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:407
+#: ../src/main_window.c:409
 msgid "Quit Ristretto"
 msgstr "Sulje Ristretto"
 
-#: ../src/main_window.c:418
+#: ../src/main_window.c:420
 msgid "_Open with"
 msgstr "Avaa _sovelluksessa"
 
-#: ../src/main_window.c:424
-msgid "_Sorting"
-msgstr "Jä_rjestä"
+#: ../src/main_window.c:426
+msgid "_Sort by"
+msgstr ""
 
 #. Icon-name
-#: ../src/main_window.c:430
+#: ../src/main_window.c:432
 msgid "_Delete"
 msgstr "_Poista"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:432
+#: ../src/main_window.c:434
 msgid "Delete this image from disk"
 msgstr "Poista kuva levyltä"
 
 #. Icon-name
-#: ../src/main_window.c:436
+#: ../src/main_window.c:438
 msgid "_Clear private data..."
 msgstr "_Poista yksityisiä tietoja..."
 
 #. Icon-name
-#: ../src/main_window.c:442
+#: ../src/main_window.c:444
 msgid "_Preferences..."
 msgstr "_Asetukset..."
 
-#: ../src/main_window.c:449
+#: ../src/main_window.c:451
 msgid "_View"
 msgstr "_Näytä"
 
 #. Icon-name
-#: ../src/main_window.c:455
+#: ../src/main_window.c:457
 msgid "_Fullscreen"
 msgstr "Koko näytt_ö"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:457
+#: ../src/main_window.c:459
 msgid "Switch to fullscreen"
 msgstr "Siirry koko näytön tilaan"
 
 #. Icon-name
-#: ../src/main_window.c:461
+#: ../src/main_window.c:463
 msgid "_Leave Fullscreen"
 msgstr "P_oistu koko näytön tilasta"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:463
+#: ../src/main_window.c:465
 msgid "Leave Fullscreen"
 msgstr "Poistu koko näytön tilasta"
 
 #. Icon-name
-#: ../src/main_window.c:467
+#: ../src/main_window.c:469
 msgid "Set as 

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

2019-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/xfburn.

commit 00b5aa15907b7aaf600d967551fd10592ec068fb
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:33:12 2019 +0200

I18n: Update translation fi (100%).

306 translated 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 f05802b..c994161 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:
-# Jiri Grönroos , 2013
+# Jiri Grönroos , 2013,2019
 # Juhani Numminen , 2013
 # Pasi Lallinaho , 2014-2015,2018-2019
 msgid ""
@@ -11,8 +11,8 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-09-24 00:31+0200\n"
-"PO-Revision-Date: 2019-04-06 06:24+\n"
-"Last-Translator: Pasi Lallinaho \n"
+"PO-Revision-Date: 2019-07-16 21:44+\n"
+"Last-Translator: Jiri Grönroos \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"
@@ -62,7 +62,7 @@ msgstr "Lisätään tiedostoja kokoelmaan"
 
 #: ../xfburn/xfburn-adding-progress.c:125
 msgid "Cancel"
-msgstr "Peruuta"
+msgstr "Peru"
 
 #: ../xfburn/xfburn-blank-dialog.c:71
 msgid "Quick Blank"

-- 
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/parole] branch master updated (eb0af10 -> 2da3a59)

2019-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/parole.

  from  eb0af10   Ensure the time divider is shown/hidden correctly
   new  2da3a59   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] [apps/xfce4-notifyd] 01/01: I18n: Update translation fi (100%).

2019-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-notifyd.

commit 6352fad83e3928a0039f4d7733eb9d6e0e59aecf
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:33:37 2019 +0200

I18n: Update translation fi (100%).

79 translated messages.

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

diff --git a/po/fi.po b/po/fi.po
index e23519a..6d3a539 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -4,15 +4,15 @@
 # 
 # Translators:
 # Ammuu5, 2017
-# Jiri Grönroos , 2013,2018
+# Jiri Grönroos , 2013,2018-2019
 # Pasi Lallinaho , 2017-2019
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-11-21 00:31+0100\n"
-"PO-Revision-Date: 2019-04-06 06:36+\n"
-"Last-Translator: Pasi Lallinaho \n"
+"PO-Revision-Date: 2019-07-16 21:50+\n"
+"Last-Translator: Jiri Grönroos \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"
@@ -30,7 +30,7 @@ msgstr "Tyhjennä ilmoitusloki"
 
 #: ../common/xfce-notify-log.c:349
 msgid "Cancel"
-msgstr "Peruuta"
+msgstr "Peru"
 
 #: ../common/xfce-notify-log.c:351 ../xfce4-notifyd-config/main.c:954
 msgid "Clear"
@@ -216,7 +216,7 @@ msgstr "Ilmoita ohjelmavirheistä osoitteeseen %s.\n"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:1
 msgid "only during \"Do not disturb\""
-msgstr "vain \"Älä häiritse\" -tilassa"
+msgstr "vain \"Älä häiritse\"-tilassa"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:2
 msgid "always"
@@ -309,7 +309,7 @@ msgstr "Älä häiritse"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:25
 msgid "Behavior"
-msgstr "Käytös"
+msgstr "Toiminta"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:26
 msgid "Appearance"

-- 
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-notifyd] branch master updated (ee80da3 -> 6352fad)

2019-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-notifyd.

  from  ee80da3   I18n: Update translation uk (100%).
   new  6352fad   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 | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

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


[Xfce4-commits] [apps/xfce4-panel-profiles] branch master updated (c8be3e5 -> a6a3bf7)

2019-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  c8be3e5   I18n: Add new translation hy_AM (100%).
   new  a6a3bf7   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 | 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] [apps/xfburn] branch master updated (529d433 -> 00b5aa1)

2019-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/xfburn.

  from  529d433   I18n: Update translation lt (100%).
   new  00b5aa1   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 | 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-dict] branch master updated (4b44cd5 -> 54cb500)

2019-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-dict.

  from  4b44cd5   I18n: Update translation kk (100%).
   new  54cb500   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 | 182 +++
 1 file changed, 91 insertions(+), 91 deletions(-)

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


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

2019-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-dict.

commit 54cb500ba80e34f9df44ee1a3a66c6c590f6f96f
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:33:19 2019 +0200

I18n: Update translation fi (100%).

119 translated messages.

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

diff --git a/po/fi.po b/po/fi.po
index 645960d..66f43af 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -5,15 +5,15 @@
 # Translators:
 # Ammuu5, 2017
 # Jari Rahkonen , 2012
-# Jiri Grönroos , 2013
+# Jiri Grönroos , 2013,2019
 # Pasi Lallinaho , 2015,2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-07 00:31+0200\n"
-"PO-Revision-Date: 2018-09-14 00:15+\n"
-"Last-Translator: Juhani Numminen \n"
+"POT-Creation-Date: 2019-06-09 18:31+0200\n"
+"PO-Revision-Date: 2019-07-16 20:44+\n"
+"Last-Translator: Jiri Grönroos \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"
@@ -22,7 +22,7 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: ../panel-plugin/xfce4-dict-plugin.desktop.in.h:1
-#: ../src/xfce4-dict.desktop.in.h:1 ../lib/gui.c:805 ../lib/prefs.c:266
+#: ../src/xfce4-dict.desktop.in.h:1 ../lib/gui.c:783 ../lib/prefs.c:265
 msgid "Dictionary"
 msgstr "Sanakirja"
 
@@ -30,17 +30,17 @@ msgstr "Sanakirja"
 msgid "A plugin to query different dictionaries."
 msgstr "Käytä verkkosanakirjoja."
 
-#: ../panel-plugin/xfce4-dict-plugin.c:263
-#: ../panel-plugin/xfce4-dict-plugin.c:391 ../src/xfce4-dict.c:196
-#: ../lib/spell.c:241 ../lib/gui.c:540
+#: ../panel-plugin/xfce4-dict-plugin.c:269
+#: ../panel-plugin/xfce4-dict-plugin.c:397 ../src/xfce4-dict.c:196
+#: ../lib/spell.c:241 ../lib/gui.c:539
 msgid "Ready"
 msgstr "Valmis"
 
-#: ../panel-plugin/xfce4-dict-plugin.c:325
+#: ../panel-plugin/xfce4-dict-plugin.c:331
 msgid "Look up a word"
 msgstr "Tarkista sana"
 
-#: ../panel-plugin/xfce4-dict-plugin.c:364 ../lib/gui.c:836
+#: ../panel-plugin/xfce4-dict-plugin.c:370 ../lib/gui.c:814
 msgid "Search term"
 msgstr "Hakusana"
 
@@ -89,7 +89,7 @@ msgstr "Ilmoita virheistä osoitteeseen <%s>."
 msgid "Dictionary Client"
 msgstr "Sanakirjasovellus"
 
-#: ../src/xfce4-dict.desktop.in.h:3 ../lib/gui.c:1019
+#: ../src/xfce4-dict.desktop.in.h:3 ../lib/gui.c:997
 msgid "A client program to query different dictionaries."
 msgstr "Useita sanakirjoja tukeva asiakasohjelma."
 
@@ -139,35 +139,35 @@ msgstr "Syöte ei kelpaa"
 msgid "Process failed (%s)"
 msgstr "Prosessi kaatui (%s)"
 
-#: ../lib/speedreader.c:78
+#: ../lib/speedreader.c:77
 msgid "P_ause"
 msgstr "_Tauko"
 
-#: ../lib/speedreader.c:79
+#: ../lib/speedreader.c:78
 msgid "_Resume"
 msgstr "_Jatka"
 
-#: ../lib/speedreader.c:254
+#: ../lib/speedreader.c:253
 msgid "S_top"
 msgstr "_Lopeta"
 
-#: ../lib/speedreader.c:262
+#: ../lib/speedreader.c:261
 msgid "Running"
 msgstr "Käynnissä"
 
-#: ../lib/speedreader.c:265
+#: ../lib/speedreader.c:264
 msgid "Finished"
 msgstr "Valmis"
 
-#: ../lib/speedreader.c:266
+#: ../lib/speedreader.c:265
 msgid "_Back"
 msgstr "_Edellinen"
 
-#: ../lib/speedreader.c:274
+#: ../lib/speedreader.c:273
 msgid "Speed Reader"
 msgstr "Pikalukija"
 
-#: ../lib/speedreader.c:373
+#: ../lib/speedreader.c:372
 msgid "You must enter a text."
 msgstr "Syötä ensin tekstiä."
 
@@ -193,43 +193,43 @@ msgid ""
 "does this by flashing words at a rapid rate on the screen."
 msgstr "Tämä yksinkertainen pikalukutyökalu opettaa sinut nopeammaksi 
lukijaksi. Se vaihtaa sanoja ruudulla nopeaan tahtiin."
 
-#: ../lib/speedreader.c:612
+#: ../lib/speedreader.c:613
 msgid "_Words per Minute:"
 msgstr "Sanoja _minuutissa:"
 
-#: ../lib/speedreader.c:619
+#: ../lib/speedreader.c:620
 msgid "_Mark Paragraphs"
 msgstr "M_erkitse kappaleet"
 
-#: ../lib/speedreader.c:626
+#: ../lib/speedreader.c:627
 msgid "Word _Grouping:"
 msgstr "Sanojen _ryhmitys:"
 
-#: ../lib/speedreader.c:643
+#: ../lib/speedreader.c:644
 msgid "_Font Size:"
 msgstr "Kirjasimen k_oko:"
 
-#: ../lib/speedreader.c:664
+#: ../lib/speedreader.c:665
 msgid ""
 "Enter some text here you would like to read.\n"
 "\n"
 "Be relaxed and make yourself comfortable, then press Start to begin speed 
reading."
 msgstr "Syötä tähän teksti, jonka haluat lukea.\n\nRentoudu ja ota miellyttävä 
asento, ja aloita sitten pikalukeminen napsauttamalla Käynnistä."
 
-#: ../lib/speedreader.c:677
+#: ../lib/speedreader.c:678
 msgid "Load the contents of a file"
 msgstr "Lataa tiedoston sisältö"
 
-#: ../lib/speedreader.c:682
+#: ../lib/speedreader.c:683
 msgid ""
 "Clear the contents of the text

[Xfce4-commits] [apps/xfce4-screensaver] branch master updated (98640ca -> 71ec652)

2019-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-screensaver.

  from  98640ca   I18n: Update translation it (100%).
   new  9d1ae8d   I18n: Update translation fi (91%).
   new  71ec652   I18n: Update translation fr (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 | 312 ++-
 po/fr.po |   9 +-
 2 files changed, 155 insertions(+), 166 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-screensaver] 01/02: I18n: Update translation fi (91%).

2019-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-screensaver.

commit 9d1ae8d629be64a2e161c28ca1fabd339d9774d9
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:33:51 2019 +0200

I18n: Update translation fi (91%).

137 translated messages, 12 untranslated messages.

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

diff --git a/po/fi.po b/po/fi.po
index d9a3f94..add8e92 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -4,19 +4,19 @@
 # FIRST AUTHOR , YEAR.
 # 
 # Translators:
-# Jiri Grönroos , 2018
 # Nick Schermer , 2018
 # Xfce Bot , 2018
 # Pasi Lallinaho , 2019
+# Jiri Grönroos , 2019
 # 
 #, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-03-15 06:31+0100\n"
+"POT-Creation-Date: 2019-07-14 00:31+0200\n"
 "PO-Revision-Date: 2018-10-16 16:27+\n"
-"Last-Translator: Pasi Lallinaho , 2019\n"
+"Last-Translator: Jiri Grönroos , 2019\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"
@@ -25,7 +25,7 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: ../data/xfce4-screensaver-preferences.desktop.in.h:1
-#: ../src/xfce4-screensaver-preferences.ui.h:18
+#: ../src/xfce4-screensaver-preferences.ui.h:20
 #: ../src/xfce4-screensaver.desktop.in.in.h:1
 msgid "Screensaver"
 msgstr "Näytönsäästäjä"
@@ -76,16 +76,21 @@ msgstr "Käytettävä lähdekuva"
 
 #. translators: the word "image" here
 #. * represents a command line argument
-#: ../savers/floaters.c:1120
+#: ../savers/floaters.c:1122
 msgid "image - floats images around the screen"
 msgstr "kuva - kuva kelluu näytöllä"
 
-#: ../savers/floaters.c:1124 ../savers/popsquares.c:49
+#: ../savers/floaters.c:1126 ../savers/popsquares.c:49
 #, c-format
 msgid "%s. See --help for usage information.\n"
 msgstr "%s. Katso --help saadaksesi käyttöohjeita.\n"
 
-#: ../savers/floaters.c:1132
+#: ../savers/floaters.c:1133
+#, c-format
+msgid "Failed to initialize the windowing system."
+msgstr ""
+
+#: ../savers/floaters.c:1139
 #, c-format
 msgid "You must specify one image.  See --help for usage information.\n"
 msgstr ""
@@ -129,7 +134,7 @@ msgstr "Kuvat-kansio"
 
 #: ../savers/xfce-personal-slideshow.desktop.in.in.h:2
 msgid "Display a slideshow from your Pictures folder"
-msgstr ""
+msgstr "Näytä diaesitys Kuvat-kansiosta"
 
 #: ../savers/xfce-popsquares.desktop.in.in.h:1
 msgid "Pop art squares"
@@ -139,183 +144,96 @@ msgstr ""
 msgid "A pop-art-ish grid of pulsing colors."
 msgstr ""
 
-#: ../src/copy-theme-dialog.c:214
-msgid "Copying files"
-msgstr "Kopioidaan tiedostoja"
-
-#: ../src/copy-theme-dialog.c:233
-msgid "From:"
-msgstr "Keneltä:"
-
-#: ../src/copy-theme-dialog.c:237
-msgid "To:"
-msgstr "Kenelle:"
-
-#: ../src/copy-theme-dialog.c:255 ../src/gs-lock-plug.c:1192
-#: ../src/xfce4-screensaver-dialog.ui.h:7
-msgid "_Cancel"
-msgstr "_Peruuta"
-
-#: ../src/copy-theme-dialog.c:258
-msgid "Copying themes"
-msgstr "Kopioidaan teemoja"
-
-#: ../src/copy-theme-dialog.c:296
-msgid "Invalid screensaver theme"
-msgstr "Viallinen näytönsäästäjän teema"
-
-#: ../src/copy-theme-dialog.c:299
-#, c-format
-msgid "%s does not appear to be a valid screensaver theme."
-msgstr "%s ei vaikuta olevan kelvollinen näytönsäästäjän teema."
-
-#: ../src/copy-theme-dialog.c:457
-#, c-format
-msgid "Copying file: %u of %u"
-msgstr "Kopiodaan tiedostoa: %u / %u"
-
 #: ../src/gs-auth-pam.c:163
 msgid "Password:"
 msgstr "Salasana:"
 
-#: ../src/gs-auth-pam.c:378
+#: ../src/gs-auth-pam.c:375
 #, c-format
 msgid "Unable to establish service %s: %s\n"
 msgstr "Ei voida luoda palvelua %s: %s\n"
 
-#: ../src/gs-auth-pam.c:404
+#: ../src/gs-auth-pam.c:401
 #, c-format
 msgid "Can't set PAM_TTY=%s"
 msgstr "Ei voida asettaa PAM_TTY=%s"
 
-#: ../src/gs-auth-pam.c:435
+#: ../src/gs-auth-pam.c:432
 msgid "Incorrect password."
 msgstr "Virheellinen salasana."
 
-#: ../src/gs-auth-pam.c:437 ../src/xfce4-screensaver-dialog.c:311
+#: ../src/gs-auth-pam.c:434 ../src/xfce4-screensaver-dialog.c:311
 msgid "Authentication failed."
 msgstr "Tunnistus epäonnistui."
 
-#: ../src/gs-auth-pam.c:451
+#: ../src/gs-auth-pam.c:448
 msgid "Not permitted to gain access at this time."
 msgstr "Ei oikeutta saada pääsyä tähän aikaan."
 
-#: ../src/gs-auth-pam.c:457
+#: ../src/gs-auth-pam.c:454
 msgid "No longer permitted to access the system."
 msgstr "Ei enää oikeutta pääsyyn tähän järjestelmään."
 
-#: ../src/gs-auth-pam.c:674
+#: ../src/gs-auth-pam.c:667
 msgid "Username:"
 msgstr "Käyttäjätunnus:"
 
-#: ../src/gs-listener-dbus.c:1993
+#: ../src/gs-listener-dbus.c:1825
 msgid "f

[Xfce4-commits] [apps/xfmpc] 01/01: I18n: Update translation fi (98%).

2019-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/xfmpc.

commit 2918af24ce237b2d9d40262a00ac01296404dc9b
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:34:22 2019 +0200

I18n: Update translation fi (98%).

77 translated messages, 1 untranslated message.

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

diff --git a/po/fi.po b/po/fi.po
index 414a027..dff93e8 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:
+# Jiri Grönroos , 2019
 # Miia Ranta , 2008
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-02-24 00:31+0100\n"
-"PO-Revision-Date: 2019-02-23 23:31+\n"
+"PO-Revision-Date: 2019-07-16 20:45+\n"
 "Last-Translator: Jiri Grönroos \n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/xfce-apps/language/fi/)\n"
 "MIME-Version: 1.0\n"
@@ -165,7 +166,7 @@ msgstr "Salasana:"
 
 #: ../src/preferences-dialog.vala:105
 msgid "Apply"
-msgstr ""
+msgstr "Toteuta"
 
 #: ../src/preferences-dialog.vala:112
 msgid "Appearance"

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

2019-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 590fd16cee9537e70b5dba0df1df579897656560
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:33:58 2019 +0200

I18n: Update translation fi (92%).

70 translated messages, 6 untranslated messages.

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

diff --git a/po/fi.po b/po/fi.po
index 2e98650..536bc3b 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -5,15 +5,15 @@
 # Translators:
 # Ammuu5, 2018
 # Elias Julkunen , 2008
-# Jiri Grönroos , 2013
+# Jiri Grönroos , 2013,2019
 # Pasi Lallinaho , 2014-2016,2019
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-04-07 00:31+0200\n"
-"PO-Revision-Date: 2019-04-06 22:31+\n"
-"Last-Translator: Pasi Lallinaho \n"
+"PO-Revision-Date: 2019-07-16 21:52+\n"
+"Last-Translator: Jiri Grönroos \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"
@@ -190,19 +190,19 @@ msgstr "Koko"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:2
 msgid "Link"
-msgstr ""
+msgstr "Linkki"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:3
 msgid "Tiny"
-msgstr ""
+msgstr "Pieni"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:4
 msgid "Medium"
-msgstr ""
+msgstr "Keskikoko"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:5
 msgid "Full"
-msgstr ""
+msgstr "Täysi"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:6
 msgid "Copy"
@@ -210,11 +210,11 @@ msgstr "Kopioi"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:7
 msgid "View in browser"
-msgstr ""
+msgstr "Näytä selaimessa"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:8
 msgid "Image"
-msgstr "Levykuvat"
+msgstr "Kuva"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:9
 msgid "Syntax"
@@ -242,11 +242,11 @@ msgstr "Tyyppi"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:15
 msgid "Direct image"
-msgstr ""
+msgstr "Suora kuva"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:16
 msgid "Link to full size"
-msgstr ""
+msgstr "Linkki täyteen kokoon"
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:17
 msgid "Embed into code"
@@ -265,7 +265,7 @@ msgstr ""
 
 #: ../lib/screenshooter-imgur-dialog.ui.h:20
 msgid "Deletion link"
-msgstr ""
+msgstr "Poistamislinkki"
 
 #: ../lib/screenshooter-job-callbacks.c:73
 msgid "Status"

-- 
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 (3016a03 -> 590fd16)

2019-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  3016a03   I18n: Add new translation ie (85%).
   new  590fd16   I18n: Update 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/fi.po | 24 
 1 file changed, 12 insertions(+), 12 deletions(-)

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


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

2019-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 a6a3bf7f29666a61ad32748596aafb5987da3b83
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:33:43 2019 +0200

I18n: Update translation fi (100%).

26 translated messages.

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 e45709d..35bfdee 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,6 +7,7 @@
 # Xfce Bot , 2018
 # Ammuu5, 2018
 # Pasi Lallinaho , 2019
+# Jiri Grönroos , 2019
 # 
 #, fuzzy
 msgid ""
@@ -15,7 +16,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-03-23 06:37-0400\n"
 "PO-Revision-Date: 2018-07-13 15:34+\n"
-"Last-Translator: Pasi Lallinaho , 2019\n"
+"Last-Translator: Jiri Grönroos , 2019\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"
@@ -77,7 +78,7 @@ msgstr "Tallenna paneelin asetukset nimellä..."
 #: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85
 #: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292
 msgid "Cancel"
-msgstr "Peruuta"
+msgstr "Peru"
 
 #: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12
 msgid "Name the new panel configuration"
@@ -127,7 +128,7 @@ msgstr "Nimeä uudet paneelin asetukset"
 #: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309
 #, python-format
 msgid "Backup_%s"
-msgstr "Varmuuskopioi_%s"
+msgstr "Varmuuskopio_%s"
 
 #: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1
 msgid "Application to manage different panel layouts in Xfce"

-- 
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] branch master updated (dd7f3b6 -> 4a2a35d)

2019-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  dd7f3b6   I18n: Add new translation ie (91%).
   new  4a2a35d   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-screensaver] 02/02: I18n: Update translation fr (100%).

2019-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-screensaver.

commit 71ec652afe4825da5870f11a541cd9eff7e4eec7
Author: jc1 
Date:   Wed Jul 17 00:33:51 2019 +0200

I18n: Update translation fr (100%).

149 translated messages.

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

diff --git a/po/fr.po b/po/fr.po
index 3b8429c..c0ab00f 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -8,10 +8,11 @@
 # Charles Monzat , 2018
 # David MARMONT , 2018
 # nodiscc , 2018
-# David D, 2018
 # Nick Schermer , 2019
 # Urien Desterres , 2019
 # Yannick Le Guen , 2019
+# David D, 2019
+# jc1 , 2019
 # 
 #, fuzzy
 msgid ""
@@ -20,7 +21,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-07-14 00:31+0200\n"
 "PO-Revision-Date: 2018-10-16 16:27+\n"
-"Last-Translator: Yannick Le Guen , 2019\n"
+"Last-Translator: jc1 , 2019\n"
 "Language-Team: French (https://www.transifex.com/xfce/teams/16840/fr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -292,11 +293,11 @@ msgstr "L’économiseur d’écran est actif depuis %d 
secondes.\n"
 
 #: ../src/xfce4-screensaver-configure:157
 msgid "Part of Xfce Screensaver"
-msgstr ""
+msgstr "Partie de l'économiseur d’écran Xfce"
 
 #: ../src/xfce4-screensaver-configure:375
 msgid "Restore Defaults"
-msgstr ""
+msgstr "Restaurer les valeurs par défaut"
 
 #: ../src/xfce4-screensaver-configure:388
 msgid "Preferences"

-- 
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 (998eabc -> 3ae9702)

2019-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  998eabc   I18n: Update translation lt (100%).
   new  3ae9702   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 | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

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


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

2019-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 3ae9702245b42698366fd33b5f8a5d9fcfcc90d2
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:34:13 2019 +0200

I18n: Update translation fi (100%).

402 translated messages.

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

diff --git a/po/fi.po b/po/fi.po
index 00bf9b2..958cb8f 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -4,7 +4,7 @@
 # 
 # Translators:
 # Ammuu5, 2018
-# Jiri Grönroos , 2013,2018
+# Jiri Grönroos , 2013,2018-2019
 # Juhani Numminen , 2013-2014
 # Pasi Lallinaho , 2017-2019
 msgid ""
@@ -12,8 +12,8 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-03-21 18:31+0100\n"
-"PO-Revision-Date: 2019-04-06 06:34+\n"
-"Last-Translator: Pasi Lallinaho \n"
+"PO-Revision-Date: 2019-07-16 21:49+\n"
+"Last-Translator: Jiri Grönroos \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"
@@ -466,7 +466,7 @@ msgstr "Varoitus: turvaton liitettävä teksti"
 #: ../terminal/terminal-screen.c:1789 ../terminal/terminal-window.c:865
 #: ../terminal/terminal-window.c:2438
 msgid "_Cancel"
-msgstr "_Peruuta"
+msgstr "_Peru"
 
 #: ../terminal/terminal-screen.c:1790 ../terminal/terminal-window.c:348
 msgid "_Paste"
@@ -910,7 +910,7 @@ msgstr "Suljetaanko ikkuna?"
 
 #: ../terminal/terminal-window.c:1881
 msgid "Copy _Input:"
-msgstr "Kopioi _Syöte:"
+msgstr "Kopioi _syöte:"
 
 #: ../terminal/terminal-window.c:1885
 msgid "Enter the text to be copied to all tabs"
@@ -1366,7 +1366,7 @@ msgstr "Alusta solun välistysarvot oletuksiksi"
 
 #: ../terminal/terminal-preferences.glade.h:97
 msgid "Font"
-msgstr "Kirjasin"
+msgstr "Fontti"
 
 #: ../terminal/terminal-preferences.glade.h:98
 msgid "_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] [panel-plugins/xfce4-genmon-plugin] 01/01: I18n: Update translation fi (78%).

2019-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-genmon-plugin.

commit 35f0f76f17eeb448032b79a91490396b8e4f2dd4
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:35:03 2019 +0200

I18n: Update translation fi (78%).

11 translated messages, 3 untranslated 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 aa2dc68..9dad605 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -4,13 +4,14 @@
 # 
 # Translators:
 # Ammuu5, 2018-2019
+# Jiri Grönroos , 2019
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2016-06-10 06:31+0200\n"
-"PO-Revision-Date: 2019-01-26 06:31+\n"
-"Last-Translator: Ammuu5\n"
+"PO-Revision-Date: 2019-07-16 21:00+\n"
+"Last-Translator: Jiri Grönroos \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"
@@ -21,7 +22,7 @@ msgstr ""
 #: ../panel-plugin/cmdspawn.c:166
 #, c-format
 msgid "Error in command \"%s\""
-msgstr ""
+msgstr "Virhe komennossa \"%s\""
 
 #: ../panel-plugin/cmdspawn.c:168 ../panel-plugin/main.c:94
 msgid "Xfce Panel"
@@ -45,7 +46,7 @@ msgstr "(genmon)"
 
 #: ../panel-plugin/config_gui.c:132
 msgid "Select the display font..."
-msgstr ""
+msgstr "Valitse fontti..."
 
 #: ../panel-plugin/main.c:93
 #, c-format
@@ -79,4 +80,4 @@ msgstr ""
 
 #: ../panel-plugin/genmon.desktop.in.h:2
 msgid "Show output of a command."
-msgstr ""
+msgstr "Näytä komennon tuloste."

-- 
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-cpugraph-plugin] branch master updated (bfd82a7 -> 3cbba9b)

2019-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-cpugraph-plugin.

  from  bfd82a7   I18n: Update translation kk (97%).
   new  3cbba9b   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 | 86 +---
 1 file changed, 45 insertions(+), 41 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-mount-plugin] branch master updated (4ab96b6 -> 437693d)

2019-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  4ab96b6   I18n: Update translation da (100%).
   new  437693d   I18n: Update translation fi (85%).

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 | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

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


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

2019-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-datetime-plugin.

commit 4c4fac839a3bd27c3ea27ffced77196d5d56ba02
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:34:48 2019 +0200

I18n: Update translation fi (100%).

19 translated messages.

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

diff --git a/po/fi.po b/po/fi.po
index 588f22e..7935ca1 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -4,13 +4,13 @@
 # 
 # Translators:
 # Ammuu5, 2017
-# Jiri Grönroos , 2018
+# Jiri Grönroos , 2018-2019
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-07-03 20:55+0200\n"
-"PO-Revision-Date: 2018-02-19 12:36+\n"
+"PO-Revision-Date: 2019-07-16 21:59+\n"
 "Last-Translator: Jiri Grönroos \n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/fi/)\n"
 "MIME-Version: 1.0\n"
@@ -50,7 +50,7 @@ msgstr "Mukautettu..."
 
 #: ../panel-plugin/datetime-dialog.c:131
 msgid "Select font"
-msgstr "Valitse kirjasinlaji"
+msgstr "Valitse fontti"
 
 #: ../panel-plugin/datetime-dialog.c:313
 #, c-format
@@ -85,7 +85,7 @@ msgstr "Päivämäärä näkyy työkaluvihjeessä."
 #. font label
 #: ../panel-plugin/datetime-dialog.c:429 ../panel-plugin/datetime-dialog.c:530
 msgid "Font:"
-msgstr "Kirjasin:"
+msgstr "Fontti:"
 
 #. * time frame
 #: ../panel-plugin/datetime-dialog.c:507
@@ -98,8 +98,8 @@ msgstr "Aika näkyy työkaluvihjeessä."
 
 #: ../panel-plugin/datetime.desktop.in.h:1
 msgid "DateTime"
-msgstr "Päivämäärä ja Aika"
+msgstr "Päivämäärä ja aika"
 
 #: ../panel-plugin/datetime.desktop.in.h:2
 msgid "Date and Time plugin with a simple calendar"
-msgstr "Päivänmäärä ja aika liitänäinen yksinkertaisella kalenterilla"
+msgstr "Päivämäärä- ja aikaliitänäinen yksinkertaisella kalenterilla"

-- 
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/xfmpc] branch master updated (74b7e0a -> 2918af2)

2019-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/xfmpc.

  from  74b7e0a   I18n: Update translation lt (100%).
   new  2918af2   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 | 5 +++--
 1 file changed, 3 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] [panel-plugins/xfce4-clipman-plugin] 01/01: I18n: Update translation fi (97%).

2019-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 4a2a35d5d652019c90e5bd3e4de21d0694cab746
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:34:32 2019 +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 5c302e9..65b9ddb 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -4,15 +4,15 @@
 # 
 # Translators:
 # Ammuu5, 2017-2018
-# Jiri Grönroos , 2018
+# Jiri Grönroos , 2018-2019
 # Pasi Lallinaho , 2015
 msgid ""
 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-07-16 14:03+\n"
-"Last-Translator: Ammuu5\n"
+"PO-Revision-Date: 2019-07-16 22:03+\n"
+"Last-Translator: Jiri Grönroos \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"
@@ -165,7 +165,7 @@ msgstr "Valikko näyttää valitun leikepöydän merkinnän 
QR-koodin"
 
 #: ../panel-plugin/settings-dialog.ui.h:15
 msgid "Behavior"
-msgstr "Käytös"
+msgstr "Toiminta"
 
 #: ../panel-plugin/settings-dialog.ui.h:16
 msgid "Save on _quit"

-- 
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-datetime-plugin] branch master updated (132975c -> 4c4fac8)

2019-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-datetime-plugin.

  from  132975c   I18n: Add new translation ie (100%).
   new  4c4fac8   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 | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

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


[Xfce4-commits] [panel-plugins/xfce4-mailwatch-plugin] branch master updated (5ff62fd -> ae92fbe)

2019-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-mailwatch-plugin.

  from  5ff62fd   I18n: Update translation da (100%).
   new  ae92fbe   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 | 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] [panel-plugins/xfce4-mailwatch-plugin] 01/01: I18n: Update translation fi (100%).

2019-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-mailwatch-plugin.

commit ae92fbec3b6fab198afc765822eb35b742280d9e
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:35:13 2019 +0200

I18n: Update translation fi (100%).

112 translated messages.

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 d65fbae..bfb1752 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -5,6 +5,7 @@
 # Translators:
 # Ammuu5, 2018
 # Jari Rahkonen , 2010
+# Jiri Grönroos , 2019
 # Pasi Lallinaho , 2018
 # Pasi Orovuo , 2005
 msgid ""
@@ -12,8 +13,8 @@ msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-07-05 18:31+0200\n"
-"PO-Revision-Date: 2018-03-08 13:49+\n"
-"Last-Translator: Pasi Lallinaho \n"
+"PO-Revision-Date: 2019-07-16 22:05+\n"
+"Last-Translator: Jiri Grönroos \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"
@@ -547,7 +548,7 @@ msgstr "_Uutta postia"
 
 #: ../panel-plugin/mailwatch-plugin.c:1226
 msgid "Xfce4 Mailwatch Plugin"
-msgstr "Xfce-Postivahtiliitännäinen"
+msgstr "Xfce-postivahtiliitännäinen"
 
 #: ../panel-plugin/mailwatch-plugin.c:1229
 msgid "A featureful mail-checker applet for the Xfce Panel"

-- 
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-genmon-plugin] branch master updated (a118c26 -> 35f0f76)

2019-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-genmon-plugin.

  from  a118c26   I18n: Update translation da (100%).
   new  35f0f76   I18n: Update translation fi (78%).

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-cpugraph-plugin] 01/01: I18n: Update translation fi (100%).

2019-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-cpugraph-plugin.

commit 3cbba9b261e912ea921d5c64631aedd33a2344b7
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:34:41 2019 +0200

I18n: Update translation fi (100%).

38 translated messages.

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

diff --git a/po/fi.po b/po/fi.po
index d90a3cc..7b853bc 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -4,13 +4,13 @@
 # 
 # Translators:
 # Elias Julkunen , 2007
-# Jiri Grönroos , 2013
+# Jiri Grönroos , 2013,2019
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-07-03 20:54+0200\n"
-"PO-Revision-Date: 2017-09-19 18:06+\n"
+"POT-Creation-Date: 2019-06-23 00:31+0200\n"
+"PO-Revision-Date: 2019-07-16 20:47+\n"
 "Last-Translator: Jiri Grönroos \n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/fi/)\n"
 "MIME-Version: 1.0\n"
@@ -19,150 +19,154 @@ msgstr ""
 "Language: fi\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../panel-plugin/cpu.c:153 ../panel-plugin/cpugraph.desktop.in.h:2
+#: ../panel-plugin/cpu.c:160 ../panel-plugin/cpugraph.desktop.in.h:2
 msgid "Graphical representation of the CPU load"
 msgstr "Suorittimien käyttöasteen kuvaaja"
 
-#: ../panel-plugin/cpu.c:155
-msgid "Copyright (c) 2003-2012\n"
-msgstr "Tekijänoikeus (c) 2003-2012\n"
+#: ../panel-plugin/cpu.c:162
+msgid "Copyright (c) 2003-2019\n"
+msgstr "Tekijänoikeus (c) 2003-2019\n"
 
-#: ../panel-plugin/cpu.c:368
+#: ../panel-plugin/cpu.c:407
 #, c-format
 msgid "Usage: %u%%"
 msgstr "Käyttö: %u%%"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:132
 msgid "CPU Graph Properties"
 msgstr "Suoritinkäytön kuvaaja"
 
-#: ../panel-plugin/properties.c:98
+#: ../panel-plugin/properties.c:149
 msgid "Use non-linear time-scale"
 msgstr "Epälineaarinen aika-asteikko"
 
-#: ../panel-plugin/properties.c:99
+#: ../panel-plugin/properties.c:150
 msgid "Show frame"
 msgstr "Näytä kehys"
 
-#: ../panel-plugin/properties.c:100
+#: ../panel-plugin/properties.c:151
 msgid "Show border"
 msgstr "Näytä reunus"
 
-#: ../panel-plugin/properties.c:101
+#: ../panel-plugin/properties.c:152
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] "Näytä käyttöastepalkki"
 msgstr[1] "Näytä käyttöastepalkit"
 
-#: ../panel-plugin/properties.c:103
+#: ../panel-plugin/properties.c:154
 msgid "Run in terminal"
 msgstr "Suorita päätteessä"
 
-#: ../panel-plugin/properties.c:104
+#: ../panel-plugin/properties.c:155
 msgid "Use startup notification"
 msgstr "Käytä käynnistyksen huomautusta"
 
-#: ../panel-plugin/properties.c:107
+#: ../panel-plugin/properties.c:158
 msgid "Color 1:"
 msgstr "Väri 1:"
 
-#: ../panel-plugin/properties.c:108
+#: ../panel-plugin/properties.c:159
 msgid "Color 2:"
 msgstr "Väri 2:"
 
-#: ../panel-plugin/properties.c:109
+#: ../panel-plugin/properties.c:160
 msgid "Color 3:"
 msgstr "Väri 3:"
 
-#: ../panel-plugin/properties.c:110
+#: ../panel-plugin/properties.c:161
 msgid "Background:"
 msgstr "Tausta:"
 
-#: ../panel-plugin/properties.c:114
+#: ../panel-plugin/properties.c:165
 msgid "Bars color:"
 msgstr "Palkkien väri:"
 
-#: ../panel-plugin/properties.c:119
+#: ../panel-plugin/properties.c:170
 msgid "Appearance"
 msgstr "Ulkoasu"
 
-#: ../panel-plugin/properties.c:121
+#: ../panel-plugin/properties.c:172
 msgid "Advanced"
 msgstr "Lisäasetukset"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:258
 msgid "Fastest (~250ms)"
 msgstr "Nopein (~250ms)"
 
-#: ../panel-plugin/properties.c:198
+#: ../panel-plugin/properties.c:259
 msgid "Fast (~500ms)"
 msgstr "Nopea (~500ms)"
 
-#: ../panel-plugin/properties.c:199
+#: ../panel-plugin/properties.c:260
 msgid "Normal (~750ms)"
 msgstr "Normaali (~750ms)"
 
-#: ../panel-plugin/properties.c:200
+#: ../panel-plugin/properties.c:261
 msgid "Slow (~1s)"
 msgstr "Hidas (~1s)"
 
-#: ../panel-plugin/properties.c:204
+#: ../panel-plugin/properties.c:265
 msgid "Update Interval:"
 msgstr "Päivitysväli: "
 
-#: ../panel-plugin/properties.c:212
+#: ../panel-plugin/properties.c:274
 msgid "All"
 msgstr "Kaikki"
 
-#: ../panel-plugin/properties.c:217
+#: ../panel-plugin/properties.c:281
 msgid "Tracked Core:"
 msgstr "Seurattava ydin:"
 
-#: ../panel-plugin/properties.c:228
+#: ../panel-plugin/properties.c:293
 msgid "Width:"
 msgstr "Leveys:"
 
-#: ../panel-plugin/properties.c:230
+#: ../panel-plugin/properties.c:295
 msgid "Height:"
 msgstr "Korkeus:"
 
-#: ../panel-plugin/properties.c:244
+#: ../panel-plugin/properties.c:310
 msgid "Associated command:"
 msgst

[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] branch master updated (c0fa837 -> abfa519)

2019-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-netload-plugin.

  from  c0fa837   I18n: Update translation da (100%).
   new  abfa519   I18n: Update translation fi (85%).

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 | 96 
 1 file changed, 48 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] [panel-plugins/xfce4-mount-plugin] 01/01: I18n: Update translation fi (85%).

2019-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 437693df6b0ae2971a51c48afdab6c3fff2f2ca6
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:35:20 2019 +0200

I18n: Update translation fi (85%).

49 translated messages, 8 untranslated messages.

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

diff --git a/po/fi.po b/po/fi.po
index 923e177..df0070d 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -5,14 +5,14 @@
 # Translators:
 # Ammuu5, 2018
 # Elias Julkunen , 2008
-# Jiri Grönroos , 2013
+# Jiri Grönroos , 2013,2019
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-10-02 00:31+0200\n"
-"PO-Revision-Date: 2018-10-01 22:31+\n"
-"Last-Translator: Ammuu5\n"
+"PO-Revision-Date: 2019-07-16 22:02+\n"
+"Last-Translator: Jiri Grönroos \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"
@@ -89,7 +89,7 @@ msgstr "Ei liitetty\n"
 #: ../panel-plugin/devices.c:379 ../panel-plugin/devices.c:390
 #: ../panel-plugin/devices.c:400 ../panel-plugin/devices.c:486
 msgid "Xfce 4 Mount Plugin"
-msgstr "Xfce4 Liitosliitännäinen"
+msgstr "Xfce4-liitosliitännäinen"
 
 #: ../panel-plugin/devices.c:295
 msgid "Failed to mount device:"
@@ -105,11 +105,11 @@ msgstr "Epäonnistuttiin irrottamaan laite:"
 
 #: ../panel-plugin/devices.c:392
 msgid "The device should be removable safely now:"
-msgstr ""
+msgstr "Laite pitäisi olla nyt turvallisesti irrotettavissa:"
 
 #: ../panel-plugin/devices.c:402
 msgid "An error occurred. The device should not be removed:"
-msgstr ""
+msgstr "Tapahtui virhe. Laitetta ei tulisi irrottaa:"
 
 #: ../panel-plugin/devices.c:488
 msgid ""

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


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

2019-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-netload-plugin.

commit abfa51903e2b780c6acc6a86bd0fde1265b24605
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:35:29 2019 +0200

I18n: Update translation fi (85%).

30 translated messages, 5 untranslated messages.

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

diff --git a/po/fi.po b/po/fi.po
index a134a6a..7613c23 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -1,39 +1,43 @@
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-#
+# 
 # Translators:
 # Elias Julkunen , 2008
-# Jari Rahkonen , 2008
-# Jiri Grönroos , 2013
+# Jari Rahkonen , 2008
+# Jiri Grönroos , 2013,2019
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-11-16 12:09+0100\n"
-"PO-Revision-Date: 2013-11-11 21:33+\n"
+"POT-Creation-Date: 2017-06-09 12:31+0200\n"
+"PO-Revision-Date: 2019-07-16 20:59+\n"
 "Last-Translator: Jiri Grönroos \n"
-"Language-Team: Finnish (http://www.transifex.com/projects/p/xfce/language/";
-"fi/)\n"
-"Language: fi\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/netload.c:62
+#. Defaults
+#: ../panel-plugin/netload.c:42
+msgid "Net"
+msgstr "Verkko"
+
+#: ../panel-plugin/netload.c:61
 msgid "Xfce4-Netload-Plugin"
-msgstr "Xfce4 verkkokuormaliitännäinen"
+msgstr "Xfce4-verkkokuormaliitännäinen"
 
-#: ../panel-plugin/netload.c:65
+#: ../panel-plugin/netload.c:64
 msgid "Unknown error."
 msgstr "Tuntematon virhe."
 
-#: ../panel-plugin/netload.c:66
+#: ../panel-plugin/netload.c:65
 msgid "Linux proc device '/proc/net/dev' not found."
 msgstr "Linux proc -laitetta \"/proc/net/dev\" ei löytynyt."
 
-#: ../panel-plugin/netload.c:67
+#: ../panel-plugin/netload.c:66
 msgid "Interface was not found."
 msgstr "Verkkolaitetta ei löytynyt."
 
@@ -57,84 +61,80 @@ msgstr ""
 msgid "no IP address"
 msgstr "ei IP-osoitetta"
 
-#: ../panel-plugin/netload.c:585
+#: ../panel-plugin/netload.c:642
 #, c-format
 msgid ""
 "%s: Error in initializing:\n"
 "%s"
 msgstr ""
 
-#: ../panel-plugin/netload.c:914
-msgid "Select color"
-msgstr "Valitse väri"
-
-#: ../panel-plugin/netload.c:981
+#: ../panel-plugin/netload.c:980
 msgid "Bar color (i_ncoming):"
-msgstr ""
+msgstr "Palkin väri (_saapuva):"
 
-#: ../panel-plugin/netload.c:982
+#: ../panel-plugin/netload.c:981
 msgid "Bar color (_outgoing):"
-msgstr ""
+msgstr "Palkin väri (_lähtevä):"
 
-#: ../panel-plugin/netload.c:985
+#: ../panel-plugin/netload.c:984
 msgid "Maximum (inco_ming):"
 msgstr ""
 
-#: ../panel-plugin/netload.c:986
+#: ../panel-plugin/netload.c:985
 msgid "Maximum (o_utgoing):"
 msgstr ""
 
-#: ../panel-plugin/netload.c:991 ../panel-plugin/netload.desktop.in.in.h:1
+#: ../panel-plugin/netload.c:990 ../panel-plugin/netload.desktop.in.in.h:1
 msgid "Network Monitor"
 msgstr "Verkon valvonta"
 
-#: ../panel-plugin/netload.c:1020
+#: ../panel-plugin/netload.c:1019
 msgid "_Text to display:"
-msgstr ""
+msgstr "_Näytettävä teksti:"
 
-#: ../panel-plugin/netload.c:1049
+#: ../panel-plugin/netload.c:1050
 msgid "Network _device:"
 msgstr "_Verkkolaite:"
 
-#: ../panel-plugin/netload.c:1074
+#: ../panel-plugin/netload.c:1077
 msgid "Update _interval:"
 msgstr "_Päivitysväli:"
 
-#: ../panel-plugin/netload.c:1087
+#: ../panel-plugin/netload.c:1090
 msgid "s"
 msgstr "s"
 
-#: ../panel-plugin/netload.c:1101
+#: ../panel-plugin/netload.c:1104
 msgid "Show values as _bits"
-msgstr ""
+msgstr "Näytä arvot _bitteinä"
 
-#: ../panel-plugin/netload.c:1115
+#: ../panel-plugin/netload.c:1118
 msgid "_Automatic maximum"
 msgstr ""
 
-#: ../panel-plugin/netload.c:1149
+#: ../panel-plugin/netload.c:1152
 msgid "KiB/s"
-msgstr ""
+msgstr "KiB/s"
 
-#: ../panel-plugin/netload.c:1174
+#: ../panel-plugin/netload.c:1177
 msgid "_Present data as:"
 msgstr "_Tietojen esitystapa:"
 
-#: ../panel-plugin/netload.c:1183
+#: ../panel-plugin/netload.c:1186
 msgid "Bars"
 msgstr "Palkit"
 
-#: ../panel-plugin/netload.c:1184
+#: ../panel-plugin/netload.c:1187
 msgid "Values"
 msgstr "Arvot"
 
-#: ../panel-plugin/netload.c:1185
+#: ../panel-plugin/netload.c:1188
 msgid "Bars and values"
 msgstr "Palkit ja arvot"
 
-#: ../panel-plugin/netload.c:1235
+#: ../panel-plugin/netload.c:1230
 msgid "_Colorize values"
-msgstr ""
+msgstr "_Väritä arvot"
 
 #: ../panel-plugin/netload.d

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

2019-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-sample-plugin.

commit 289420c0113761255c51ac14a066e0e2f8e6d8e9
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:35:46 2019 +0200

I18n: Update translation fi (100%).

7 translated messages.

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

diff --git a/po/fi.po b/po/fi.po
index 7e5275b..5936f14 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -6,6 +6,7 @@
 # Translators:
 # Tapio Väisänen, 2017
 # Pasi Lallinaho , 2018
+# Jiri Grönroos , 2019
 # 
 #, fuzzy
 msgid ""
@@ -14,7 +15,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-11-28 14:00+0100\n"
 "PO-Revision-Date: 2017-07-25 11:30+\n"
-"Last-Translator: Pasi Lallinaho , 2018\n"
+"Last-Translator: Jiri Grönroos , 2019\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"
@@ -47,7 +48,7 @@ msgstr "Tämä on esimerkkiliitännäinen"
 
 #: ../panel-plugin/sample-dialogs.c:129
 msgid "Copyright © 2006-2017 Xfce Dev\n"
-msgstr "Tekijänoikeus © 2006-2017 Xfce:n kehitystyymi\n"
+msgstr "Tekijänoikeus © 2006-2017 Xfce:n kehitystiimi\n"
 
 #: ../panel-plugin/sample.desktop.in.h:2
 msgid "Sample plugin for the Xfce panel"

-- 
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 (bb82f20 -> ed30973)

2019-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  bb82f20   I18n: Update translation pt_BR (100%).
   new  ed30973   I18n: Update 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/fi.po | 14 +++---
 1 file changed, 7 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 (c97c58a -> 3761e85)

2019-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  c97c58a   I18n: Update translation da (100%).
   new  3761e85   I18n: Update translation fi (96%).

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 | 6 +++---
 1 file changed, 3 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-systemload-plugin] branch master updated (ef8b279 -> dc5b5c3)

2019-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  ef8b279   Fix possible memory leak
   new  dc5b5c3   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 | 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] [panel-plugins/xfce4-smartbookmark-plugin] branch master updated (d38b3fd -> 4e6068f)

2019-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  d38b3fd   I18n: Update translation da (100%).
   new  4e6068f   I18n: Add new translation fi (55%).

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/{ku.po => fi.po} | 26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)
 copy po/{ku.po => fi.po} (71%)

-- 
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 fi (92%).

2019-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 ed309730dee5f800d456b8c15f393b314eebd626
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:35:53 2019 +0200

I18n: Update translation fi (92%).

79 translated messages, 6 untranslated messages.

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

diff --git a/po/fi.po b/po/fi.po
index 01d0f22..a755bd4 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -5,14 +5,14 @@
 # Translators:
 # Ammuu5, 2019
 # Elias Julkunen , 2008
-# Jiri Grönroos , 2013
+# Jiri Grönroos , 2013,2019
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-11-02 00:32+0100\n"
-"PO-Revision-Date: 2019-01-26 07:26+\n"
-"Last-Translator: Ammuu5\n"
+"PO-Revision-Date: 2019-07-16 22:03+\n"
+"Last-Translator: Jiri Grönroos \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"
@@ -78,7 +78,7 @@ msgstr ""
 
 #: ../panel-plugin/sensors-plugin.c:2211
 msgid "F_ont size:"
-msgstr "_Kirjasimen koko:"
+msgstr "_Fontin koko:"
 
 #: ../panel-plugin/sensors-plugin.c:2217
 msgid "x-small"
@@ -102,7 +102,7 @@ msgstr "Hyvin suuri"
 
 #: ../panel-plugin/sensors-plugin.c:2255
 msgid "F_ont:"
-msgstr "_Kirjasin:"
+msgstr "_Fontti:"
 
 #: ../panel-plugin/sensors-plugin.c:2288
 msgid "Show _Units"
@@ -219,7 +219,7 @@ msgstr ""
 
 #: ../lib/nvidia.c:65
 msgid "NVidia GPU core temperature"
-msgstr "NVidia GPU ytimen lämpötila"
+msgstr "NVidian GPU-ytimen lämpötila"
 
 #: ../lib/nvidia.c:66
 msgid "nvidia"
@@ -397,7 +397,7 @@ msgstr ""
 #: ../src/main.c:100
 #, c-format
 msgid "Xfce4 Sensors %s\n"
-msgstr "Xfce4 Anturit %s\n"
+msgstr "Xfce4-anturit %s\n"
 
 #: ../src/interface.c:85
 msgid "_Overview"

-- 
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 fi (96%).

2019-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 3761e852dd62b614cb81ddd19e8790c9963fe226
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:36:09 2019 +0200

I18n: Update translation fi (96%).

24 translated messages, 1 untranslated message.

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

diff --git a/po/fi.po b/po/fi.po
index 775dedf..f6a88cb 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -4,8 +4,8 @@
 # FIRST AUTHOR , YEAR.
 # 
 # Translators:
-# Jiri Grönroos , 2018
 # Ammuu5, 2018
+# Jiri Grönroos , 2019
 # 
 #, fuzzy
 msgid ""
@@ -14,7 +14,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-07-28 16:38+0200\n"
 "PO-Revision-Date: 2017-07-23 15:49+\n"
-"Last-Translator: Ammuu5, 2018\n"
+"Last-Translator: Jiri Grönroos , 2019\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"
@@ -122,4 +122,4 @@ msgstr ""
 
 #: ../panel-plugin/statusnotifier.desktop.in.h:1
 msgid "Status Notifier Plugin"
-msgstr ""
+msgstr "Tilailmoitinliitännäinen"

-- 
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-notes-plugin] 01/01: I18n: Update translation fi (100%).

2019-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-notes-plugin.

commit b6889f59aeca690297176a36cc222c294d15f8ab
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:35:35 2019 +0200

I18n: Update translation fi (100%).

57 translated messages.

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 9a05556..0b55f52 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -4,14 +4,15 @@
 # 
 # Translators:
 # Elias Julkunen , 2008
+# Jiri Grönroos , 2019
 # Pasi Lallinaho , 2015
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-07-03 21:09+0200\n"
-"PO-Revision-Date: 2017-09-19 18:06+\n"
-"Last-Translator: Pasi Lallinaho \n"
+"PO-Revision-Date: 2019-07-16 22:00+\n"
+"Last-Translator: Jiri Grönroos \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"
@@ -175,7 +176,7 @@ msgstr "Taustaväri:"
 
 #: ../src/main-settings-dialog.c:217
 msgid "Font:"
-msgstr "Kirjasin:"
+msgstr "Fontti:"
 
 #: ../src/main-settings-dialog.c:231
 msgid "New group settings"

-- 
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-notes-plugin] branch master updated (08a1345 -> b6889f5)

2019-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-notes-plugin.

  from  08a1345   I18n: Update translation da (100%).
   new  b6889f5   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 | 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] [panel-plugins/xfce4-sample-plugin] branch master updated (2dbd6c1 -> 289420c)

2019-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-sample-plugin.

  from  2dbd6c1   I18n: Add new translation hy_AM (100%).
   new  289420c   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 | 5 +++--
 1 file changed, 3 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] [panel-plugins/xfce4-systemload-plugin] 01/01: I18n: Update translation fi (100%).

2019-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 dc5b5c32be6787a3e3a880fc0e7d0acaddc354fd
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:36:17 2019 +0200

I18n: Update translation fi (100%).

23 translated messages.

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 30c833f..2921af5 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -4,6 +4,7 @@
 # 
 # Translators:
 # Ammuu5, 2018
+# Jiri Grönroos , 2019
 # Juhani Numminen , 2013
 # Pasi Lallinaho , 2015
 msgid ""
@@ -11,8 +12,8 @@ msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-12-03 22:40+0100\n"
-"PO-Revision-Date: 2018-12-03 21:40+\n"
-"Last-Translator: Xfce Bot \n"
+"PO-Revision-Date: 2019-07-16 21:03+\n"
+"Last-Translator: Jiri Grönroos \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"
@@ -119,7 +120,7 @@ msgstr "Tarkkaile suorittimen, sivutuksen ja muistin 
käyttötasoja"
 
 #: ../panel-plugin/systemload.c:946
 msgid "Copyright (c) 2003-2018\n"
-msgstr ""
+msgstr "Tekijänoikeus (c) 2003-2018\n"
 
 #: ../panel-plugin/uptime.c:53
 msgid "File /proc/uptime not found!"

-- 
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: Add new translation fi (55%).

2019-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 4e6068f49e009ef184068d78446f8224db695a22
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:36:01 2019 +0200

I18n: Add new translation fi (55%).

5 translated messages, 4 untranslated messages.

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

diff --git a/po/fi.po b/po/fi.po
new file mode 100644
index 000..25a5647
--- /dev/null
+++ b/po/fi.po
@@ -0,0 +1,60 @@
+# 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
+msgid ""
+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: 2019-07-16 20:46+\n"
+"Last-Translator: Jiri Grönroos \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"
+
+#: ../src/smartbookmark.c:90
+#, c-format
+msgid "Failed to send %s to your preferred browser"
+msgstr ""
+
+#: ../src/smartbookmark.c:259
+msgid "Smartbookmark"
+msgstr ""
+
+#: ../src/smartbookmark.c:264
+msgid "Preferences"
+msgstr "Asetukset"
+
+#. text label
+#: ../src/smartbookmark.c:279
+msgid "Label:"
+msgstr "Nimike:"
+
+#. size label
+#: ../src/smartbookmark.c:294
+msgid "Size:"
+msgstr "Koko:"
+
+#. Hide label option
+#: ../src/smartbookmark.c:305
+msgid "Hide label"
+msgstr "Piilota nimike"
+
+#. url label
+#: ../src/smartbookmark.c:316
+msgid "URL:  "
+msgstr "URL:"
+
+#: ../src/smartbookmark.desktop.in.h:1
+msgid "SmartBookmark"
+msgstr ""
+
+#: ../src/smartbookmark.desktop.in.h:2
+msgid "Query websites from the Xfce panel"
+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-weather-plugin] 01/01: I18n: Update translation fi (99%).

2019-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-weather-plugin.

commit 6947f9b92ca9d8ef891d5c45c87268b9f47de69b
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:36:38 2019 +0200

I18n: Update translation fi (99%).

334 translated messages, 1 untranslated message.

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

diff --git a/po/fi.po b/po/fi.po
index b10f8bd..8543c78 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -4,14 +4,15 @@
 # 
 # Translators:
 # Ammuu5, 2019
+# Jiri Grönroos , 2019
 # Tapio Väisänen, 2016
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-09-23 18:32+0200\n"
-"PO-Revision-Date: 2019-06-07 19:48+\n"
-"Last-Translator: Ammuu5\n"
+"PO-Revision-Date: 2019-07-16 22:04+\n"
+"Last-Translator: Jiri Grönroos \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"
@@ -474,11 +475,11 @@ msgstr "Met.no tarjoaa säätietoja aina %d päivälle 
tulevaisuuteen. Valitse k
 #: ../panel-plugin/weather-config.c:1131
 #: ../panel-plugin/weather-config.ui.h:98
 msgid "Select _font"
-msgstr "Valitse_kirjasinlaji"
+msgstr "Valitse _fontti"
 
 #: ../panel-plugin/weather-config.c:1148
 msgid "Select font"
-msgstr "Valitse kirjasinlaji"
+msgstr "Valitse fontti"
 
 #. TRANSLATORS: Fallback value, usually never shown.
 #: ../panel-plugin/weather-config.c:1262
@@ -779,7 +780,7 @@ msgstr "Etsi paikkakunta"
 
 #: ../panel-plugin/weather-search.c:205
 msgid "Cancel"
-msgstr "Peruuta"
+msgstr "Peru"
 
 #: ../panel-plugin/weather-search.c:207
 msgid "OK"
@@ -1475,11 +1476,11 @@ msgstr "Näytä ajantasaiset säätiedot"
 
 #: ../panel-plugin/weather-config.ui.h:2
 msgid "Preferences"
-msgstr ""
+msgstr "Asetukset"
 
 #: ../panel-plugin/weather-config.ui.h:3
 msgid "_Help"
-msgstr ""
+msgstr "_Ohje"
 
 #: ../panel-plugin/weather-config.ui.h:4
 msgid "_Close"
@@ -1548,7 +1549,7 @@ msgstr "Vaihda paikannimi mieleiseksi. Sitä käytetään 
näytössä eikä sill
 
 #: ../panel-plugin/weather-config.ui.h:23
 msgid "Change..."
-msgstr ""
+msgstr "Vaihda..."
 
 #: ../panel-plugin/weather-config.ui.h:24
 msgid "Search for a new location and auto-detect its parameters."

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

2019-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 4384a62568979fbab848f5ea53c35cfa5ab0aa79
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:36:45 2019 +0200

I18n: Update translation fi (95%).

21 translated messages, 1 untranslated message.

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

diff --git a/po/fi.po b/po/fi.po
index 43c8045..ed92c27 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -4,14 +4,15 @@
 # 
 # Translators:
 # Ammuu5, 2018
+# Jiri Grönroos , 2019
 # 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: 2018-07-16 14:10+\n"
-"Last-Translator: Ammuu5\n"
+"PO-Revision-Date: 2019-07-16 21:02+\n"
+"Last-Translator: Jiri Grönroos \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"
@@ -65,11 +66,11 @@ msgstr ""
 
 #: ../panel-plugin/xkb-dialog.c:171
 msgid "Caps Lock indicator:"
-msgstr ""
+msgstr "Caps Lock -ilmaisin:"
 
 #: ../panel-plugin/xkb-dialog.c:183
 msgid "Tooltip icon:"
-msgstr ""
+msgstr "Työkaluvihjeen kuvake:"
 
 #: ../panel-plugin/xkb-dialog.c:195
 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-weather-plugin] branch master updated (9cb3907 -> 6947f9b)

2019-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-weather-plugin.

  from  9cb3907   I18n: Update translation da (100%).
   new  6947f9b   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 | 17 +
 1 file 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/xfwm4] 01/01: I18n: Update translation fi (99%).

2019-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 cc60a65e85356e22499448490a9d0fa66891de58
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:37:05 2019 +0200

I18n: Update translation fi (99%).

167 translated messages, 1 untranslated message.

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

diff --git a/po/fi.po b/po/fi.po
index 58c05ba..cb7d1a6 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -1,9 +1,9 @@
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-#
+# 
 # Translators:
-# Jiri Grönroos , 2013,2018
+# Jiri Grönroos , 2013,2018-2019
 # Juhani Numminen , 2013
 # Lasse Liehu , 2015
 # Pasi Lallinaho , 2014-2015,2017
@@ -12,23 +12,21 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfwm4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-06-18 22:23+0200\n"
-"PO-Revision-Date: 2019-04-27 22:36+\n"
+"POT-Creation-Date: 2019-06-25 00:32+0200\n"
+"PO-Revision-Date: 2019-07-16 21:28+\n"
 "Last-Translator: Jiri Grönroos \n"
 "Language-Team: Finnish (http://www.transifex.com/xfce/xfwm4/language/fi/)\n"
-"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"
 
 #: ../helper-dialog/helper-dialog.c:94
 msgid ""
 "This window might be busy and is not responding.\n"
 "Do you want to terminate the application?"
-msgstr ""
-"Ikkuna voi olla varattu ja se ei vastaa.\n"
-"Haluatko lopettaa sovelluksen?"
+msgstr "Ikkuna voi olla varattu ja se ei vastaa.\nHaluatko lopettaa 
sovelluksen?"
 
 #: ../helper-dialog/helper-dialog.c:99
 msgid "Warning"
@@ -67,9 +65,7 @@ msgstr "."
 msgid ""
 "%s: %s\n"
 "Try %s --help to see a full list of available command line options.\n"
-msgstr ""
-"%s: %s\n"
-"Saat listan komentorivin valitsimista kirjoittamalla %s --help.\n"
+msgstr "%s: %s\nSaat listan komentorivin valitsimista kirjoittamalla %s 
--help.\n"
 
 #: ../settings-dialogs/workspace-settings.c:81
 #: ../settings-dialogs/workspace-settings.c:96
@@ -122,7 +118,7 @@ msgstr "_Teema"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:4
 msgid "Title fon_t"
-msgstr "Otsakkeen _kirjasin"
+msgstr "Otsakkeen _fontti"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:5
 msgid "Title _alignment"
@@ -374,11 +370,9 @@ msgstr "Asetusdialogin luominen epäonnistui."
 
 #: ../settings-dialogs/xfwm4-settings.c:1946
 msgid ""
-"This will reset all shortcuts to their default values. Do you really want to "
-"do this?"
-msgstr ""
-"Tämä palauttaa kaikki pikanäppäimet oletusarvoihinsa. Haluatko varmasti "
-"tehdä tämän?"
+"This will reset all shortcuts to their default values. Do you really want to"
+" do this?"
+msgstr "Tämä palauttaa kaikki pikanäppäimet oletusarvoihinsa. Haluatko 
varmasti tehdä tämän?"
 
 #: ../settings-dialogs/xfwm4-settings.c:1948
 msgid "Reset to Defaults"
@@ -388,9 +382,7 @@ msgstr "Palauta oletukset"
 msgid ""
 "S_kip windows that have \"skip pager\"\n"
 "or \"skip taskbar\" properties set"
-msgstr ""
-"_Ohita työtilan vaihtajasta tai\n"
-"tehtäväpalkista piilotetut ikkunat"
+msgstr "_Ohita työtilan vaihtajasta tai\ntehtäväpalkista piilotetut ikkunat"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:5
 msgid "_Include hidden (i.e. iconified) windows"
@@ -402,7 +394,7 @@ msgstr "Selaa k_aikkien työtilojen ikkunoita"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:7
 msgid "_Draw frame around selected window while cycling"
-msgstr "_Piirrä selatessa kehys valitun ikkunan ympärille"
+msgstr ""
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:8
 msgid "_Raise windows while cycling"
@@ -465,17 +457,17 @@ msgid "Use _edge resistance instead of window snapping"
 msgstr "Käytä r_eunavastusta ikkunoiden loksahtamisen sijaan"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:24
+msgid "Use mouse wheel on title bar to ro_ll up the window"
+msgstr "Käytä hiiren rullaa otsikkopalkissa ru_llataksesi ikkunan ylös"
+
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:25
 msgid "Notify of _urgency by making window's decoration blink"
 msgstr "Ilmoita _huomion tarpeesta vilkuttamalla ikkunan reunoja"
 
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:25
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:26
 msgid "Keep urgent windows _blinking repeatedly"
 msgstr "Pidä huomiota vaativat ikkunat _vilkkuvina"
 
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:26
-msgid "Use mouse wheel on title bar to ro_ll up the window"
-msgstr "Käytä hiiren rullaa otsikkopalkissa ru_llataksesi ikkunan ylös"
-
 #: ../settings-

[Xfce4-commits] [panel-plugins/xfce4-xkb-plugin] branch master updated (b87e22f -> 4384a62)

2019-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  b87e22f   I18n: Add new translation ie (81%).
   new  4384a62   I18n: Update translation fi (95%).

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 | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

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


[Xfce4-commits] [xfce/xfwm4] branch master updated (8041a3c -> cc60a65)

2019-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  8041a3c   compositor: Enable root pixmap by default
   new  cc60a65   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 | 77 +++-
 1 file changed, 32 insertions(+), 45 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/01: I18n: Update translation fi (100%).

2019-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 0ece9c3b24ab188b88954e892b28b06faeabe2f4
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:36:57 2019 +0200

I18n: Update translation fi (100%).

244 translated messages.

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 25dd1e8..869824d 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -4,6 +4,7 @@
 # 
 # Translators:
 # Ammuu5, 2017-2019
+# Jiri Grönroos , 2019
 # Juhani Numminen , 2013
 # Lasse Liehu , 2014,2016
 # Pasi Lallinaho , 2014-2015,2017,2019
@@ -12,8 +13,8 @@ msgstr ""
 "Project-Id-Version: Xfdesktop\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-20 00:33+0200\n"
-"PO-Revision-Date: 2019-06-07 19:53+\n"
-"Last-Translator: Ammuu5\n"
+"PO-Revision-Date: 2019-07-16 21:28+\n"
+"Last-Translator: Jiri Grönroos \n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/xfdesktop/language/fi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -871,7 +872,7 @@ msgstr "_Linkitä tähän"
 
 #: ../src/xfdesktop-file-icon-manager.c:3538
 msgid "_Cancel"
-msgstr "_Peruuta"
+msgstr "_Peru"
 
 #. TRANSLATORS: file was modified less than one day ago
 #: ../src/xfdesktop-file-utils.c:147

-- 
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 (4298c3b -> 608e9ed)

2019-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  4298c3b   I18n: Update translation da (100%).
   new  608e9ed   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 | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

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


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

2019-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 608e9edd265d19a993a86caf2eae3065fd093741
Author: Jiri Grönroos 
Date:   Wed Jul 17 00:36:26 2019 +0200

I18n: Update translation fi (100%).

48 translated messages.

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

diff --git a/po/fi.po b/po/fi.po
index 54cd5ce..8f9f1fb 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -4,14 +4,14 @@
 # 
 # Translators:
 # Ammuu5, 2017-2018
-# Jiri Grönroos , 2018
+# Jiri Grönroos , 2018-2019
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-04-21 18:32+0200\n"
-"PO-Revision-Date: 2018-07-16 14:39+\n"
-"Last-Translator: Ammuu5\n"
+"PO-Revision-Date: 2019-07-16 21:59+\n"
+"Last-Translator: Jiri Grönroos \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"
@@ -132,7 +132,7 @@ msgstr "Automaattinen aloitus kun liitännäinen käynnistyy"
 
 #: ../panel-plugin/xfcetimer.c:909
 msgid "Cancel"
-msgstr "Peruuta"
+msgstr "Peru"
 
 #: ../panel-plugin/xfcetimer.c:914
 msgid "Accept"
@@ -195,7 +195,7 @@ msgstr "Käytä oletushälytyskomentoa"
 
 #: ../panel-plugin/xfcetimer.c:1640
 msgid "Default command: "
-msgstr "Oletus komento:"
+msgstr "Oletuskomento:"
 
 #. Alarm repetitions config
 #: ../panel-plugin/xfcetimer.c:1656
@@ -224,7 +224,7 @@ msgstr "Tekijänoikeus (c) 2005-2018\n"
 
 #: ../panel-plugin/xfce4-timer-plugin.desktop.in.h:1
 msgid "Xfce4 Timer"
-msgstr "Xfce4 Ajastin"
+msgstr "Xfce4-ajastin"
 
 #: ../panel-plugin/xfce4-timer-plugin.desktop.in.h:2
 msgid "Timer plugin for Xfce panel"

-- 
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] branch master updated (fcb4137 -> 0ece9c3)

2019-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  fcb4137   I18n: Update translation kk (100%).
   new  0ece9c3   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 | 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


  1   2   >