[Xfce4-commits] [apps/xfce4-notifyd] branch master updated (7f63a7c -> c12f7eb)

2017-02-12 Thread noreply
This is an automated email from the git hooks/post-receive script.

ochosi pushed a change to branch master
in repository apps/xfce4-notifyd.

  from  7f63a7c   I18n: Update translation fr (94%).
   new  c12f7eb   Make sure empty logs are also handled correctly

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


Summary of changes:
 xfce4-notifyd-config/main.c | 26 --
 1 file changed, 16 insertions(+), 10 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: Make sure empty logs are also handled correctly

2017-02-12 Thread noreply
This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository apps/xfce4-notifyd.

commit c12f7eb846976eee32742d292f6bb9b13f387ac8
Author: Simon Steinbeiss 
Date:   Mon Feb 13 08:08:30 2017 +0100

Make sure empty logs are also handled correctly
---
 xfce4-notifyd-config/main.c | 26 --
 1 file changed, 16 insertions(+), 10 deletions(-)

diff --git a/xfce4-notifyd-config/main.c b/xfce4-notifyd-config/main.c
index 6c483aa..4cc33f5 100644
--- a/xfce4-notifyd-config/main.c
+++ b/xfce4-notifyd-config/main.c
@@ -498,11 +498,15 @@ xfce4_notifyd_log_populate (GtkWidget *log_listbox)
 gchar **groups;
 gboolean yesterday = FALSE;
 gsize num_groups;
+int log_length;
 
 groups = g_key_file_get_groups (notify_log, _groups);
+log_length = GPOINTER_TO_UINT(num_groups) - LOG_DISPLAY_LIMIT;
+if (log_length < 0)
+log_length = 0;
 
 /* Notifications are only shown until LOG_DISPLAY_LIMIT is hit */
-for (i = GPOINTER_TO_UINT(num_groups) - LOG_DISPLAY_LIMIT; groups && 
groups[i]; i += 1) {
+for (i = log_length; groups && groups[i]; i += 1) {
 GtkWidget *grid;
 GtkWidget *summary, *body, *app_icon, *expire_timeout;
 const gchar *group = groups[i];
@@ -568,15 +572,17 @@ xfce4_notifyd_log_populate (GtkWidget *log_listbox)
 
 gtk_list_box_insert (GTK_LIST_BOX (log_listbox), grid, 0);
 }
-limit_label = g_strdup_printf("Showing %d of %d notifications. Click 
to open full log.",
-  LOG_DISPLAY_LIMIT, 
GPOINTER_TO_UINT(num_groups));
-limit_button = gtk_button_new_with_label (limit_label);
-gtk_widget_set_margin_bottom (limit_button, 3);
-gtk_widget_set_margin_top (limit_button, 3);
-gtk_button_set_relief (GTK_BUTTON (limit_button), GTK_RELIEF_NONE);
-g_signal_connect (G_OBJECT (limit_button), "clicked",
-  G_CALLBACK (xfce4_notifyd_log_open), log_listbox);
-gtk_list_box_insert (GTK_LIST_BOX (log_listbox), limit_button, 
LOG_DISPLAY_LIMIT + 1);
+if (log_length > 0) {
+limit_label = g_strdup_printf("Showing %d of %d notifications. 
Click to open full log.",
+  LOG_DISPLAY_LIMIT, 
GPOINTER_TO_UINT(num_groups));
+limit_button = gtk_button_new_with_label (limit_label);
+gtk_widget_set_margin_bottom (limit_button, 3);
+gtk_widget_set_margin_top (limit_button, 3);
+gtk_button_set_relief (GTK_BUTTON (limit_button), GTK_RELIEF_NONE);
+g_signal_connect (G_OBJECT (limit_button), "clicked",
+  G_CALLBACK (xfce4_notifyd_log_open), 
log_listbox);
+gtk_list_box_insert (GTK_LIST_BOX (log_listbox), limit_button, 
LOG_DISPLAY_LIMIT + 1);
+}
 g_key_file_free (notify_log);
 }
 

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

2017-02-12 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 5effdfb0cc77fca5dec6895bc3648969261413a6
Author: Robert Antoni Buj Gelonch 
Date:   Mon Feb 13 06:30:45 2017 +0100

I18n: Update translation ca (100%).

275 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/ca.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/ca.po b/po/ca.po
index 19a90fa..1faf1bf 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -12,7 +12,7 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-02-12 00:31+0100\n"
-"PO-Revision-Date: 2017-02-12 09:13+\n"
+"PO-Revision-Date: 2017-02-13 05:25+\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"
@@ -729,7 +729,7 @@ msgstr "[FITXERS...] - Reprodueix pel·lícules i cançons"
 #: ../src/main.c:291
 #, c-format
 msgid "Type %s --help to list all available command line options\n"
-msgstr "Escriviu %s --help per veure una llista de totes les opcions de la 
línia d'ordres\n"
+msgstr "Teclegeu %s --help per a llistar totes les opcions de la línia 
d'ordres\n"
 
 #: ../src/main.c:309
 #, 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] [apps/parole] branch master updated (5d3f332 -> 5effdfb)

2017-02-12 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  5d3f332   I18n: Update translation sv (100%).
   new  5effdfb   I18n: Update translation ca (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/ca.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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


[Xfce4-commits] [apps/xfce4-notifyd] 02/02: I18n: Update translation fr (94%).

2017-02-12 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 7f63a7ca1b116296a09e5da82d41a529ebada692
Author: Anonymous 
Date:   Mon Feb 13 00:31:45 2017 +0100

I18n: Update translation fr (94%).

51 translated messages, 3 untranslated messages.

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

diff --git a/po/fr.po b/po/fr.po
index c6b49f7..4034dd5 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -14,8 +14,8 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-01-30 00:30+0100\n"
-"PO-Revision-Date: 2017-02-03 15:42+\n"
-"Last-Translator: Yannick Le Guen \n"
+"PO-Revision-Date: 2017-02-12 21:40+\n"
+"Last-Translator: Towinet\n"
 "Language-Team: French 
(http://www.transifex.com/xfce/xfce-apps/language/fr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -218,7 +218,7 @@ msgstr "Par défaut les bulles de notification sont 
affichées sur l’écran o
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:26
 msgid "Show notifications on"
-msgstr ""
+msgstr "Afficher les notifications sur"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:27
 msgid "General"
@@ -234,7 +234,7 @@ msgstr "Applications"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:30
 msgid "Log notifications"
-msgstr ""
+msgstr "Notifications de journal"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:31
 msgid "Log applications"

-- 
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/02: I18n: Update translation de (100%).

2017-02-12 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 77a83a8310272f135317fdbd72a718eca2f464c4
Author: Simon Steinbeiß 
Date:   Mon Feb 13 00:31:45 2017 +0100

I18n: Update translation de (100%).

54 translated messages.

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

diff --git a/po/de.po b/po/de.po
index 1730938..e81e561 100644
--- a/po/de.po
+++ b/po/de.po
@@ -6,14 +6,15 @@
 # Christian Dywan , 2008
 # Fabian Nowak , 2010
 # Markus, 2013
+# Simon Steinbeiß , 2017
 # Tobias Bannert , 2014-2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-01-30 00:30+0100\n"
-"PO-Revision-Date: 2017-02-07 13:26+\n"
-"Last-Translator: Tobias Bannert \n"
+"PO-Revision-Date: 2017-02-12 21:48+\n"
+"Last-Translator: Simon Steinbeiß \n"
 "Language-Team: German 
(http://www.transifex.com/xfce/xfce-apps/language/de/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -33,7 +34,7 @@ msgstr "Unbekannte Option »%s«\n"
 
 #: ../xfce4-notifyd/main.c:65
 msgid "Unable to start notification daemon"
-msgstr "Benachrichtigungsienst konnte nicht gestartet werden"
+msgstr "Benachrichtigungsdienst konnte nicht gestartet werden"
 
 #: ../xfce4-notifyd/xfce-notify-daemon.c:367
 #, c-format
@@ -125,19 +126,19 @@ msgstr "alle"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:4
 msgid "all except blocked"
-msgstr "Alle außer die Gesperrten"
+msgstr "alle außer die Blockierten"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:5
 msgid "only blocked"
-msgstr "nur die Gesperrten"
+msgstr "nur die Blockierten"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:6
 msgid "display with mouse pointer"
-msgstr "Mit Mauszeiger anzeigen"
+msgstr "dem Bildschirm mit dem Mauszeiger"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:7
 msgid "primary display"
-msgstr "Hauptbildschirm"
+msgstr "dem Hauptbildschirm"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:8
 msgid "Top left"
@@ -166,7 +167,7 @@ msgstr "Benachrichtigungseinstellungen anpassen"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:14
 msgid "Currently only urgent notifications are shown."
-msgstr ""
+msgstr "Derzeit werden nur dringende Benachrichtigungen angezeigt."
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:15
 msgid "Show _Preview"
@@ -186,11 +187,11 @@ msgstr "_Deckkraft"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:19
 msgid "Fade out"
-msgstr ""
+msgstr "Ausfaden"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:20
 msgid "Default _position"
-msgstr "_Vorgabeposition"
+msgstr "_Standardposition"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:21
 msgid "_Theme"
@@ -212,11 +213,11 @@ msgstr "Erscheinungsbild"
 msgid ""
 "By default the notification bubbles will be shown on the display on which "
 "the mouse pointer is located."
-msgstr ""
+msgstr "Standardmäßig werden Benachrichtigungen auf dem Bildschirm, auf dem 
sich der Mauszeiger befindet, angezeigt."
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:26
 msgid "Show notifications on"
-msgstr ""
+msgstr "Benachrichtigungen anzeigen auf"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:27
 msgid "General"
@@ -224,7 +225,7 @@ msgstr "Allgemein"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:28
 msgid "Show or block notifications per application"
-msgstr ""
+msgstr "Benachrichtigungen pro Anwendung anzeigen oder blockieren"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:29
 msgid "Applications"

-- 
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 (c1f1b7c -> 7f63a7c)

2017-02-12 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  c1f1b7c   Make the log show the latest 100 entries instead of the 
oldest
   new  77a83a8   I18n: Update translation de (100%).
   new  7f63a7c   I18n: Update translation fr (94%).

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/de.po | 27 ++-
 po/fr.po |  8 
 2 files changed, 18 insertions(+), 17 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: Make the log show the latest 100 entries instead of the oldest

2017-02-12 Thread noreply
This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository apps/xfce4-notifyd.

commit c1f1b7c1f65152fb4eae0e1131dd17c04dbb9f82
Author: Simon Steinbeiss 
Date:   Sun Feb 12 23:26:19 2017 +0100

Make the log show the latest 100 entries instead of the oldest
---
 xfce4-notifyd-config/main.c | 151 ++--
 1 file changed, 75 insertions(+), 76 deletions(-)

diff --git a/xfce4-notifyd-config/main.c b/xfce4-notifyd-config/main.c
index 998d216..6c483aa 100644
--- a/xfce4-notifyd-config/main.c
+++ b/xfce4-notifyd-config/main.c
@@ -497,88 +497,87 @@ xfce4_notifyd_log_populate (GtkWidget *log_listbox)
 if (notify_log) {
 gchar **groups;
 gboolean yesterday = FALSE;
-
-groups = g_key_file_get_groups (notify_log, NULL);
-
-/* TODO: Do this asynchronously in a separate thread */
-for (i = 0; groups && groups[i]; i += 1) {
-/* Only show the first n notifications from the log */
-if (i <= LOG_DISPLAY_LIMIT) {
-GtkWidget *grid;
-GtkWidget *summary, *body, *app_icon, *expire_timeout;
-const gchar *group = groups[i];
-const char *format = "\%s";
-const char *tooltip_format = "\%s - \%s\n\%s";
-const char *tooltip_format_simple = "\%s - \%s";
-char *markup;
-gchar *app_name;
-gchar *tooltip_timestamp;
-GTimeVal tv;
-GDateTime *log_timestamp;
-
-if (g_time_val_from_iso8601 (group, ) == TRUE) {
-if (log_timestamp = g_date_time_new_from_timeval_local 
()) {
-tooltip_timestamp = g_date_time_format (log_timestamp, 
"%c");
-g_date_time_unref(log_timestamp);
-}
+gsize num_groups;
+
+groups = g_key_file_get_groups (notify_log, _groups);
+
+/* Notifications are only shown until LOG_DISPLAY_LIMIT is hit */
+for (i = GPOINTER_TO_UINT(num_groups) - LOG_DISPLAY_LIMIT; groups && 
groups[i]; i += 1) {
+GtkWidget *grid;
+GtkWidget *summary, *body, *app_icon, *expire_timeout;
+const gchar *group = groups[i];
+const char *format = "\%s";
+const char *tooltip_format = "\%s - \%s\n\%s";
+const char *tooltip_format_simple = "\%s - \%s";
+char *markup;
+gchar *app_name;
+gchar *tooltip_timestamp;
+GTimeVal tv;
+GDateTime *log_timestamp;
+
+if (g_time_val_from_iso8601 (group, ) == TRUE) {
+if (log_timestamp = g_date_time_new_from_timeval_local ()) {
+tooltip_timestamp = g_date_time_format (log_timestamp, 
"%c");
+g_date_time_unref(log_timestamp);
 }
+}
 
-if (g_ascii_strncasecmp (timestamp, group, 10) == 0 && 
yesterday == FALSE) {
-GtkWidget *header;
-header = gtk_label_new ("Yesterday and before");
-gtk_widget_set_sensitive (header, FALSE);
-gtk_widget_set_margin_top (header, 3);
-gtk_widget_set_margin_bottom (header, 3);
-gtk_list_box_insert (GTK_LIST_BOX (log_listbox), header, 
0);
-yesterday = TRUE;
-}
+if (g_ascii_strncasecmp (timestamp, group, 10) == 0 && yesterday 
== FALSE) {
+GtkWidget *header;
+header = gtk_label_new ("Yesterday and before");
+gtk_widget_set_sensitive (header, FALSE);
+gtk_widget_set_margin_top (header, 3);
+gtk_widget_set_margin_bottom (header, 3);
+gtk_list_box_insert (GTK_LIST_BOX (log_listbox), header, 0);
+yesterday = TRUE;
+}
 
-app_name = g_key_file_get_string (notify_log, group, 
"app_name", NULL);
-markup = g_markup_printf_escaped (format, 
g_key_file_get_string (notify_log, group, "summary", NULL));
-summary = gtk_label_new (NULL);
-gtk_label_set_markup (GTK_LABEL (summary), markup);
-gtk_label_set_xalign (GTK_LABEL (summary), 0);
-g_free (markup);
-body = gtk_label_new (g_key_file_get_string (notify_log, 
group, "body", NULL));
-gtk_label_set_xalign (GTK_LABEL (body), 0);
-gtk_label_set_ellipsize (GTK_LABEL (body), 
PANGO_ELLIPSIZE_END);
-app_icon = gtk_image_new_from_icon_name (g_key_file_get_string 
(notify_log, group, "app_icon", NULL), GTK_ICON_SIZE_LARGE_TOOLBAR);
-gtk_image_set_pixel_size (GTK_IMAGE (app_icon), 24);
-gtk_widget_set_margin_start (app_icon, 3);
-

[Xfce4-commits] [apps/xfce4-notifyd] branch master updated (34a29d5 -> c1f1b7c)

2017-02-12 Thread noreply
This is an automated email from the git hooks/post-receive script.

ochosi pushed a change to branch master
in repository apps/xfce4-notifyd.

  from  34a29d5   I18n: Update translation sv (100%).
   new  c1f1b7c   Make the log show the latest 100 entries instead of the 
oldest

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


Summary of changes:
 xfce4-notifyd-config/main.c | 151 ++--
 1 file changed, 75 insertions(+), 76 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 (a2a0961 -> cfcdaba)

2017-02-12 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  a2a0961   I18n: Update translation hr (100%).
   new  cfcdaba   I18n: Update translation sv (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/sv.po | 36 ++--
 1 file changed, 18 insertions(+), 18 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 sv (100%).

2017-02-12 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 cfcdaba092057ad1432fbc10bc3b6c475f25636f
Author: Påvel Nicklasson 
Date:   Sun Feb 12 18:33:42 2017 +0100

I18n: Update translation sv (100%).

22 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/sv.po | 36 ++--
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/po/sv.po b/po/sv.po
index 6732da0..84d9435 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -9,9 +9,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-06-05 18:31+0200\n"
-"PO-Revision-Date: 2016-06-29 21:13+\n"
-"Last-Translator: Påvel Nicklasson \n"
+"POT-Creation-Date: 2017-02-10 00:31+0100\n"
+"PO-Revision-Date: 2017-02-12 15:18+\n"
+"Last-Translator: Påvel Nicklasson \n"
 "Language-Team: Swedish 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/sv/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -62,57 +62,57 @@ msgstr[1] "Upptid: %d dygn %d:%02d"
 msgid "Uptime: %d:%02d"
 msgstr "Upptid: %d:%02d"
 
-#: ../panel-plugin/systemload.c:335
+#: ../panel-plugin/systemload.c:352
 msgid "Run _System Monitor"
 msgstr "Kör _Systemövervakare"
 
-#: ../panel-plugin/systemload.c:824
+#: ../panel-plugin/systemload.c:836
 msgid "Bar color:"
 msgstr "Stapelfärg:"
 
-#: ../panel-plugin/systemload.c:838
+#: ../panel-plugin/systemload.c:850
 msgid "Text to display:"
 msgstr "Text att visa:"
 
-#: ../panel-plugin/systemload.c:895
+#: ../panel-plugin/systemload.c:907
 msgid "CPU monitor"
 msgstr "Processorövervakare"
 
-#: ../panel-plugin/systemload.c:896
+#: ../panel-plugin/systemload.c:908
 msgid "Memory monitor"
 msgstr "Minnesövervakare"
 
-#: ../panel-plugin/systemload.c:897
+#: ../panel-plugin/systemload.c:909
 msgid "Swap monitor"
 msgstr "Övervaka växlingutrymme"
 
-#: ../panel-plugin/systemload.c:898
+#: ../panel-plugin/systemload.c:910
 msgid "Uptime monitor"
 msgstr "Upptidsövervakning"
 
-#: ../panel-plugin/systemload.c:903 ../panel-plugin/systemload.desktop.in.h:1
+#: ../panel-plugin/systemload.c:915 ../panel-plugin/systemload.desktop.in.h:1
 msgid "System Load Monitor"
 msgstr "Övervaka systembelastning"
 
-#: ../panel-plugin/systemload.c:923
+#: ../panel-plugin/systemload.c:935
 msgid "Update interval:"
 msgstr "Uppdateringsintervall:"
 
-#: ../panel-plugin/systemload.c:928
+#: ../panel-plugin/systemload.c:940
 msgid "Power-saving interval:"
 msgstr "Strömsparintervall:"
 
-#: ../panel-plugin/systemload.c:934
+#: ../panel-plugin/systemload.c:946
 msgid "System monitor:"
 msgstr "Systemövervakning:"
 
-#: ../panel-plugin/systemload.c:972 ../panel-plugin/systemload.desktop.in.h:2
+#: ../panel-plugin/systemload.c:984 ../panel-plugin/systemload.desktop.in.h:2
 msgid "Monitor CPU load, swap usage and memory footprint"
 msgstr "Övervaka processorbelastning, användning av växlingsutrymme och minne"
 
-#: ../panel-plugin/systemload.c:974
-msgid "Copyright (c) 2003-2016\n"
-msgstr "Copyright (c) 2003-2016\n"
+#: ../panel-plugin/systemload.c:986
+msgid "Copyright (c) 2003-2017\n"
+msgstr "Copyright (c) 2003-2017\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-sensors-plugin] 01/01: I18n: Update translation sv (100%).

2017-02-12 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 a56423c55e44a29bb2c4cfd1f71c331a6cdeb7b3
Author: Påvel Nicklasson 
Date:   Sun Feb 12 18:33:30 2017 +0100

I18n: Update translation sv (100%).

74 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/sv.po | 104 +--
 1 file changed, 27 insertions(+), 77 deletions(-)

diff --git a/po/sv.po b/po/sv.po
index 6188e4b..ace0a71 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1,7 +1,7 @@
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-#
+# 
 # Translators:
 # Daniel Nylander , 2008
 # Påvel Nicklasson, 2015
@@ -9,15 +9,14 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-02-05 23:13+0100\n"
-"PO-Revision-Date: 2015-11-01 21:33+\n"
-"Last-Translator: Påvel Nicklasson \n"
-"Language-Team: Swedish (http://www.transifex.com/xfce/xfce-panel-plugins/;
-"language/sv/)\n"
-"Language: sv\n"
+"POT-Creation-Date: 2017-02-04 11:49+0100\n"
+"PO-Revision-Date: 2017-02-12 15:17+\n"
+"Last-Translator: Påvel Nicklasson \n"
+"Language-Team: Swedish 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/sv/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: sv\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #. initialize value label widget
@@ -39,11 +38,7 @@ msgid ""
 "Sensors Plugin:\n"
 "Seems like there was a problem reading a sensor feature value.\n"
 "Proper proceeding cannot be guaranteed.\n"
-msgstr ""
-"Insticksprogram Sensorer:\n"
-"Det verkar som om det uppstod ett problem med att avläsa ett "
-"sensorfunktionsvärde.\n"
-"Korrekt förfarande kan inte garanteras.\n"
+msgstr "Insticksprogram Sensorer:\nDet verkar som om det uppstod ett problem 
med att avläsa ett sensorfunktionsvärde.\nKorrekt förfarande kan inte 
garanteras.\n"
 
 #: ../panel-plugin/sensors-plugin.c:1862
 msgid "UI style:"
@@ -81,7 +76,8 @@ msgstr "A_ntal textrader:"
 msgid "F_ont size:"
 msgstr "Storlek på t_ypsnitt:"
 
-#. gtk_widget_set_sensitive(myFontBox, 
!sd->sensors->display_values_graphically);
+#. gtk_widget_set_sensitive(myFontBox,
+#. !sd->sensors->display_values_graphically);
 #: ../panel-plugin/sensors-plugin.c:2036
 msgid "x-small"
 msgstr "mindre"
@@ -141,17 +137,14 @@ msgstr "Insticksprogram sensorer"
 
 #: ../panel-plugin/sensors-plugin.c:2351
 msgid "Properties"
-msgstr ""
+msgstr "Egenskaper"
 
 #: ../panel-plugin/sensors-plugin.c:2384
 msgid ""
 "You can change a feature's properties such as name, colours, min/max value "
 "by double-clicking the entry, editing the content, and pressing \"Return\" "
 "or selecting a different field."
-msgstr ""
-"Du kan ändra en funktions egenskaper som namn, färg, min/max värde genom att "
-"dubbelklicka på posten, redigera innehållet och trycka \"Retur\" eller välja "
-"ett annat fält."
+msgstr "Du kan ändra en funktions egenskaper som namn, färg, min/max värde 
genom att dubbelklicka på posten, redigera innehållet och trycka \"Retur\" 
eller välja ett annat fält."
 
 #. only use this if no hddtemp sensor
 #. or do only use this , if it is an lmsensors device. whatever.
@@ -162,16 +155,18 @@ msgstr ""
 msgid "Hard disks"
 msgstr "Hårddiskar"
 
-#: ../lib/acpi.c:547 ../lib/acpi.c:557 ../lib/acpi.c:558
+#: ../lib/acpi.c:561 ../lib/acpi.c:571 ../lib/acpi.c:572
 msgid "ACPI"
 msgstr "ACPI"
 
-#: ../lib/acpi.c:550
+#: ../lib/acpi.c:564
 #, c-format
 msgid "ACPI v%s zones"
 msgstr "ACPI v%s zoner"
 
-#: ../lib/acpi.c:703
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:725
 msgid ""
 msgstr ""
 
@@ -190,27 +185,14 @@ msgstr "S.M.A.R.T. hårddisktemperaturer"
 #: ../lib/hddtemp.c:571
 #, c-format
 msgid ""
-"\"hddtemp\" was not executed correctly, although it is executable. This is "
-"most probably due to the disks requiring root privileges to read their "
-"temperatures, and \"hddtemp\" not being setuid root.\n"
+"\"hddtemp\" was not executed correctly, although it is executable. This is 
most probably due to the disks requiring root privileges to read their 
temperatures, and \"hddtemp\" not being setuid root.\n"
 "\n"
-"An easy but dirty solution is to run \"chmod u+s %s\" as root user and "
-"restart this plugin or its panel.\n"
+"An easy but dirty solution is to run \"chmod u+s %s\" as root user and 
restart this plugin or its panel.\n"
 "\n"
 "Calling \"%s\" gave the following error:\n"
 "%s\n"
 "with a return value of %d.\n"
-msgstr ""
-"\"hddtemp\" genomfördes inte korrekt, även om den är körbar. Detta 

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

2017-02-12 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-indicator-plugin.

commit 226d320b36fde08037c0f03206fcc4dfac488538
Author: Påvel Nicklasson 
Date:   Sun Feb 12 18:32:58 2017 +0100

I18n: Update translation sv (100%).

38 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/sv.po | 26 +++---
 1 file changed, 15 insertions(+), 11 deletions(-)

diff --git a/po/sv.po b/po/sv.po
index 7a89c99..e996a8b 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -3,17 +3,17 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Alexander Nordlund , 2013
-# Alexander Nordlund , 2013
+# Alex Nordlund , 2013
+# Alex Nordlund , 2013
 # Påvel Nicklasson, 2015
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-09-06 00:31+0200\n"
-"PO-Revision-Date: 2015-07-19 17:19+\n"
-"Last-Translator: Påvel Nicklasson \n"
-"Language-Team: Swedish 
(http://www.transifex.com/p/xfce-panel-plugins/language/sv/)\n"
+"POT-Creation-Date: 2016-11-29 00:31+0100\n"
+"PO-Revision-Date: 2017-02-12 14:49+\n"
+"Last-Translator: Påvel Nicklasson \n"
+"Language-Team: Swedish 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/sv/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -24,17 +24,17 @@ msgstr ""
 msgid "Indicator Plugin"
 msgstr "Indikatorinsticksprogram"
 
-#: ../panel-plugin/indicator.desktop.in.in.h:2 ../panel-plugin/indicator.c:174
+#: ../panel-plugin/indicator.desktop.in.in.h:2 ../panel-plugin/indicator.c:181
 msgid ""
 "Provides a panel area for Unity indicators. Indicators allow applications "
 "and system services to display their status and interact with the user."
 msgstr "Ger ett panelområde för Unityindikatorer. Indikatorer tillåter program 
och systemtjänster att visa sin status och interagera med användaren."
 
-#: ../panel-plugin/indicator.c:176
+#: ../panel-plugin/indicator.c:183
 msgid "Copyright (c) 2009-2013\n"
 msgstr "Copyright (c) 2009-2013\n"
 
-#: ../panel-plugin/indicator.c:312
+#: ../panel-plugin/indicator.c:324
 msgid "No Indicators"
 msgstr "Inga indikatorer"
 
@@ -96,11 +96,15 @@ msgstr "Nätverk"
 msgid "Workrave"
 msgstr "Workrave"
 
-#: ../panel-plugin/indicator-dialog.c:450
+#: ../panel-plugin/indicator-dialog.c:446
+msgid "Clear"
+msgstr "Rensa"
+
+#: ../panel-plugin/indicator-dialog.c:447
 msgid "Are you sure you want to clear the list of known indicators?"
 msgstr "Är du säker på att du vill rensa listan med kända indikatorer?"
 
-#: ../panel-plugin/indicator-dialog.c:593
+#: ../panel-plugin/indicator-dialog.c:577
 #, c-format
 msgid "Unable to open the following url: %s"
 msgstr "Det gick inte att öppna följande url: %s"

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

2017-02-12 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-mpc-plugin.

commit 32aa2581b308a0edc1a93506b4cbd71434b151f2
Author: Påvel Nicklasson 
Date:   Sun Feb 12 18:33:12 2017 +0100

I18n: Update translation sv (100%).

24 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/sv.po | 66 
 1 file changed, 33 insertions(+), 33 deletions(-)

diff --git a/po/sv.po b/po/sv.po
index 99e3a12..70828d7 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -9,9 +9,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-01 18:33+0200\n"
-"PO-Revision-Date: 2016-06-29 21:12+\n"
-"Last-Translator: Påvel Nicklasson \n"
+"POT-Creation-Date: 2016-11-24 12:31+0100\n"
+"PO-Revision-Date: 2017-02-12 14:49+\n"
+"Last-Translator: Påvel Nicklasson \n"
 "Language-Team: Swedish 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/sv/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,96 +19,96 @@ msgstr ""
 "Language: sv\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:116
-#: ../panel-plugin/xfce4-mpc-plugin.c:192
-#: ../panel-plugin/xfce4-mpc-plugin.c:739
+#: ../panel-plugin/xfce4-mpc-plugin.c:118
+#: ../panel-plugin/xfce4-mpc-plugin.c:194
+#: ../panel-plugin/xfce4-mpc-plugin.c:762
 msgid "Launch"
 msgstr "Kör"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:249
+#: ../panel-plugin/xfce4-mpc-plugin.c:252
 msgid "Mpd Client Plugin"
 msgstr "Insticksprogram för Mpd-klient"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:255
+#: ../panel-plugin/xfce4-mpc-plugin.c:258
 msgid "Properties"
 msgstr "Egenskaper"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:270
+#: ../panel-plugin/xfce4-mpc-plugin.c:273
 msgid "Host : "
 msgstr "Värddator : "
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:271
+#: ../panel-plugin/xfce4-mpc-plugin.c:274
 msgid "Port : "
 msgstr "Port : "
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:272
+#: ../panel-plugin/xfce4-mpc-plugin.c:275
 msgid "Password : "
 msgstr "Lösenord : "
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:273
+#: ../panel-plugin/xfce4-mpc-plugin.c:276
 msgid "MPD Client : "
 msgstr "MPD-klient : "
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:274
+#: ../panel-plugin/xfce4-mpc-plugin.c:277
 msgid "Tooltip Format : "
 msgstr "Format för verktygstips : "
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:275
+#: ../panel-plugin/xfce4-mpc-plugin.c:278
 msgid "Playlist Format : "
 msgstr "Format för spellista : "
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:276
+#: ../panel-plugin/xfce4-mpc-plugin.c:279
 msgid "Show _frame"
 msgstr "Visa _ram"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:316
+#: ../panel-plugin/xfce4-mpc-plugin.c:319
 msgid "Hostname or IP address"
 msgstr "Värdnamn eller IP-adress"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:317
+#: ../panel-plugin/xfce4-mpc-plugin.c:320
 msgid "Graphical MPD Client to launch in plugin context menu"
 msgstr "Grafisk MPD-klient att starta i insticksmodulens sammanhangsmeny"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:318
-msgid "Variables : %artist%, %album%, %track% and %title%"
-msgstr "Variabler : %artist%, %album%, %track% och %title%"
+#: ../panel-plugin/xfce4-mpc-plugin.c:321
+msgid "Variables : %artist%, %album%, %file%, %track% and %title%"
+msgstr "Variabler: %artist%, %album%, %fil%, %spår% och %titel%"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:319
+#: ../panel-plugin/xfce4-mpc-plugin.c:322
 msgid ""
-"Variables : %vol%, %status%, %newline%, %artist%, %album%, %track% and "
-"%title%"
-msgstr "Variabler : %vol%, %status%, %newline%, %artist%, %album%, %track% och 
%title%"
+"Variables : %vol%, %status%, %newline%, %artist%, %album%, %file%, %track% "
+"and %title%"
+msgstr "Variabler: %vol%, %status%, %nyrad%, %artist%, %album%, %fil%, %spår% 
och %titel%"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:440
-#: ../panel-plugin/xfce4-mpc-plugin.c:670
+#: ../panel-plugin/xfce4-mpc-plugin.c:444
+#: ../panel-plugin/xfce4-mpc-plugin.c:675
 msgid " not connected ?"
 msgstr " inte ansluten?"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:524
+#: ../panel-plugin/xfce4-mpc-plugin.c:529
 msgid "Mpd playlist"
 msgstr "Mpd-spellista"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:735
+#: ../panel-plugin/xfce4-mpc-plugin.c:758
 msgid "Random"
 msgstr "Slumpmässigt"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:737
+#: ../panel-plugin/xfce4-mpc-plugin.c:760
 msgid "Repeat"
 msgstr "Upprepa"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:742
+#: ../panel-plugin/xfce4-mpc-plugin.c:765
 msgid "Commands"
 msgstr "Kommandon"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:746
+#: ../panel-plugin/xfce4-mpc-plugin.c:769
 msgid "Outputs"
 msgstr "Utmatningar"
 
-#: ../panel-plugin/xfce4-mpc-plugin.c:766
+#: ../panel-plugin/xfce4-mpc-plugin.c:789
 

[Xfce4-commits] [panel-plugins/xfce4-sensors-plugin] branch master updated (fdb9223 -> a56423c)

2017-02-12 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  fdb9223   Merge branch 'master' of 
ssh://git.xfce.org/panel-plugins/xfce4-sensors-plugin
   new  a56423c   I18n: Update translation sv (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/sv.po | 104 +--
 1 file changed, 27 insertions(+), 77 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-indicator-plugin] branch master updated (3a45af2 -> 226d320)

2017-02-12 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-indicator-plugin.

  from  3a45af2   I18n: Update translation pt_BR (100%).
   new  226d320   I18n: Update translation sv (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/sv.po | 26 +++---
 1 file changed, 15 insertions(+), 11 deletions(-)

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


[Xfce4-commits] [panel-plugins/xfce4-mpc-plugin] branch master updated (72d3d94 -> 32aa258)

2017-02-12 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-mpc-plugin.

  from  72d3d94   I18n: Update translation pt_BR (100%).
   new  32aa258   I18n: Update translation sv (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/sv.po | 66 
 1 file changed, 33 insertions(+), 33 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 sv (100%).

2017-02-12 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 2537519a7c2f745fa754cd0190a6893dbbb584d7
Author: Påvel Nicklasson 
Date:   Sun Feb 12 18:32:25 2017 +0100

I18n: Update translation sv (100%).

334 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/sv.po | 499 +++
 1 file changed, 277 insertions(+), 222 deletions(-)

diff --git a/po/sv.po b/po/sv.po
index 838947b..bd87ad5 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -10,8 +10,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-10-14 18:30+0200\n"
-"PO-Revision-Date: 2016-11-10 07:05+\n"
+"POT-Creation-Date: 2017-01-25 12:30+0100\n"
+"PO-Revision-Date: 2017-02-12 15:27+\n"
 "Last-Translator: Påvel Nicklasson \n"
 "Language-Team: Swedish 
(http://www.transifex.com/xfce/xfce-apps/language/sv/)\n"
 "MIME-Version: 1.0\n"
@@ -163,7 +163,7 @@ msgstr "Rapportera fel till <%s>.\r\nSkicka synpunkter på 
översättningen till
 msgid "Unable to register terminal service: %s\n"
 msgstr "Det gick inte att registrera terminaltjänsten: %s\n"
 
-#: ../terminal/terminal-app.c:856
+#: ../terminal/terminal-app.c:875
 #, c-format
 msgid "Invalid geometry string \"%s\"\n"
 msgstr "Ogiltig geometristräng: \"%s\"\n"
@@ -363,37 +363,37 @@ msgstr "Alternativet \"--zoom\" kräver specificering av 
zoom (%d .. %d) som des
 msgid "Unknown option \"%s\""
 msgstr "Okänd flagga \"%s\""
 
-#: ../terminal/terminal-preferences-dialog.c:327
+#: ../terminal/terminal-preferences-dialog.c:359
 msgid "All Files"
 msgstr "Alla filer"
 
-#: ../terminal/terminal-preferences-dialog.c:333
+#: ../terminal/terminal-preferences-dialog.c:365
 msgid "Image Files"
 msgstr "Bildfiler"
 
-#: ../terminal/terminal-preferences-dialog.c:748
+#: ../terminal/terminal-preferences-dialog.c:790
 msgid "Load Presets..."
 msgstr "Läs in förinställningar..."
 
-#: ../terminal/terminal-preferences.c:949
+#: ../terminal/terminal-preferences.c:1051
 msgid "Terminal"
 msgstr "Terminal"
 
-#: ../terminal/terminal-screen.c:388 ../terminal/terminal-screen.c:731
-#: ../terminal/terminal-screen.c:1807
+#: ../terminal/terminal-screen.c:390 ../terminal/terminal-screen.c:755
+#: ../terminal/terminal-screen.c:1882
 msgid "Untitled"
 msgstr "Namnlös"
 
-#: ../terminal/terminal-screen.c:631
+#: ../terminal/terminal-screen.c:656
 #, c-format
 msgid "Unable to determine your login shell."
 msgstr "Det gick inte att bestämma ditt inloggningsskal."
 
-#: ../terminal/terminal-screen.c:1506 ../terminal/terminal-screen.c:1532
+#: ../terminal/terminal-screen.c:1552 ../terminal/terminal-screen.c:1578
 msgid "Failed to execute child"
 msgstr "Misslyckades att köra barnprocess"
 
-#: ../terminal/terminal-screen.c:2126
+#: ../terminal/terminal-screen.c:2201
 msgid "Close this tab"
 msgstr "Stäng denna flik"
 
@@ -401,7 +401,7 @@ msgstr "Stäng denna flik"
 msgid "Find"
 msgstr "Sök"
 
-#: ../terminal/terminal-search-dialog.c:93 ../terminal/terminal-window.c:1876
+#: ../terminal/terminal-search-dialog.c:93 ../terminal/terminal-window.c:1927
 msgid "_Close"
 msgstr "_Stäng"
 
@@ -461,327 +461,327 @@ msgstr "Kopiera länkadress"
 msgid "Open Link"
 msgstr "Öppna länk"
 
-#: ../terminal/terminal-widget.c:472
+#: ../terminal/terminal-widget.c:479
 #, c-format
 msgid ""
 "Unable to drop selection of type text/plain to terminal: Wrong format (%d) "
 "or length (%d)\n"
 msgstr "Det gick inte att släppa markering av typen text/plain i terminal: 
Felaktigt format (%d) eller längd (%d)\n"
 
-#: ../terminal/terminal-widget.c:488
+#: ../terminal/terminal-widget.c:495
 #, c-format
 msgid ""
 "Unable to drop Mozilla URL on terminal: Wrong format (%d) or length (%d)\n"
 msgstr "Det gick inte att släppa Mozilla-URL i terminal: Felaktigt format (%d) 
eller längd (%d)\n"
 
-#: ../terminal/terminal-widget.c:514
+#: ../terminal/terminal-widget.c:521
 #, c-format
 msgid "Unable to drop URI list on terminal: Wrong format (%d) or length (%d)\n"
 msgstr "Det gick inte att släppa URI-lista i terminal: Felaktigt format (%d) 
eller längd (%d)\n"
 
-#: ../terminal/terminal-widget.c:550
+#: ../terminal/terminal-widget.c:557
 #, c-format
 msgid "Received invalid color data: Wrong format (%d) or length (%d)\n"
 msgstr "Tog emot felaktigt färgdata: Felaktigt format (%d) eller längd (%d)\n"
 
-#: ../terminal/terminal-widget.c:666
+#: ../terminal/terminal-widget.c:693
 #, c-format
 msgid "Failed to open the URL '%s'"
 msgstr "Misslyckades med att öppna URL '%s'"
 
-#: ../terminal/terminal-window-dropdown.c:257
+#: ../terminal/terminal-window-dropdown.c:263
 msgid "Keep window open when it loses focus"
 msgstr "Behåll fönstret öppet då det tappar fokus"
 
-#: ../terminal/terminal-window-dropdown.c:343
+#: ../terminal/terminal-window-dropdown.c:354
 msgid "Drop-down 

[Xfce4-commits] [apps/xfce4-terminal] branch master updated (f519c00 -> 2537519)

2017-02-12 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  f519c00   I18n: Update translation ca (100%).
   new  2537519   I18n: Update translation sv (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/sv.po | 499 +++
 1 file changed, 277 insertions(+), 222 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-taskmanager] branch master updated (59cd1bc -> 538d186)

2017-02-12 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-taskmanager.

  from  59cd1bc   Back to development
   new  538d186   I18n: Update translation sv (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/sv.po | 132 +--
 1 file changed, 87 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] [apps/parole] 03/03: I18n: Update translation sv (100%).

2017-02-12 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 5d3f33217b33ec5b0bfeceaaf98bbc9fa1068e1e
Author: Påvel Nicklasson 
Date:   Sun Feb 12 18:31:31 2017 +0100

I18n: Update translation sv (100%).

275 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/sv.po | 198 ++-
 1 file changed, 107 insertions(+), 91 deletions(-)

diff --git a/po/sv.po b/po/sv.po
index a622543..fcc6a82 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -5,14 +5,14 @@
 # Translators:
 # Daniel Nylander , 2009
 # Påvel Nicklasson, 2015
-# Påvel Nicklasson , 2015
+# Påvel Nicklasson , 2015
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-01-11 06:30+0100\n"
-"PO-Revision-Date: 2016-04-24 20:32+\n"
-"Last-Translator: Påvel Nicklasson \n"
+"POT-Creation-Date: 2017-02-12 00:31+0100\n"
+"PO-Revision-Date: 2017-02-12 15:16+\n"
+"Last-Translator: Påvel Nicklasson \n"
 "Language-Team: Swedish 
(http://www.transifex.com/xfce/xfce-apps/language/sv/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -20,8 +20,9 @@ msgstr ""
 "Language: sv\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../data/interfaces/parole.ui.h:1 ../data/desktop/parole.desktop.in.in.h:1
-#: ../src/parole-player.c:605 ../src/parole-player.c:1515
+#: ../data/interfaces/parole.ui.h:1
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:1
+#: ../src/parole-player.c:608 ../src/parole-player.c:1521
 #: ../src/parole-about.c:70 ../src/plugins/mpris2/mpris2-provider.c:199
 msgid "Parole Media Player"
 msgstr "Mediaspelaren Parole"
@@ -69,7 +70,7 @@ msgid "_Shuffle"
 msgstr "_Blanda"
 
 #. Create dialog
-#: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:2860
+#: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:2962
 msgid "Go to position"
 msgstr "Gå till position"
 
@@ -109,7 +110,7 @@ msgstr "_Ljud"
 msgid "_Audio Track"
 msgstr "_Ljudspår"
 
-#: ../data/interfaces/parole.ui.h:22 ../src/parole-player.c:831
+#: ../data/interfaces/parole.ui.h:22 ../src/parole-player.c:834
 msgid "Empty"
 msgstr "Tom"
 
@@ -129,8 +130,8 @@ msgstr "T_yst"
 msgid "_Video"
 msgstr "_Video"
 
-#: ../data/interfaces/parole.ui.h:27 ../src/parole-player.c:2050
-#: ../src/parole-player.c:2164
+#: ../data/interfaces/parole.ui.h:27 ../src/parole-player.c:2064
+#: ../src/parole-player.c:2228
 msgid "_Fullscreen"
 msgstr "_Fullskärmsläge"
 
@@ -138,7 +139,7 @@ msgstr "_Fullskärmsläge"
 msgid "_Aspect Ratio"
 msgstr "_Bildförhållande"
 
-#: ../data/interfaces/parole.ui.h:29 ../src/parole-player.c:759
+#: ../data/interfaces/parole.ui.h:29 ../src/parole-player.c:762
 msgid "None"
 msgstr "Ingen"
 
@@ -227,13 +228,17 @@ msgstr "0:00"
 msgid "Buffering (0%)"
 msgstr "Buffrar (0%)"
 
+#: ../data/interfaces/parole.ui.h:51
+msgid "/"
+msgstr "/"
+
 #: ../data/interfaces/mediachooser.ui.h:1
 msgid "Open Media Files"
 msgstr "Öppna mediafiler"
 
 #: ../data/interfaces/playlist.ui.h:1
 #: ../data/interfaces/parole-settings.ui.h:27 ../src/parole-medialist.c:806
-#: ../src/parole-medialist.c:849 ../src/parole-player.c:3274
+#: ../src/parole-medialist.c:849 ../src/parole-player.c:3382
 msgid "Playlist"
 msgstr "Spellista"
 
@@ -470,21 +475,21 @@ msgstr "Rensa historik"
 msgid "Open Network Location"
 msgstr "Öppna nätverksplats"
 
-#: ../data/desktop/parole.desktop.in.in.h:2
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:2
 msgid "Play your media"
 msgstr "Spela dina media"
 
-#: ../data/desktop/parole.desktop.in.in.h:3
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:3
 msgid "Play/Pause"
 msgstr "Spela/paus"
 
-#: ../data/desktop/parole.desktop.in.in.h:4 ../src/parole-player.c:3424
-#: ../src/plugins/notify/notify-provider.c:204
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:4
+#: ../src/parole-player.c:3537 ../src/plugins/notify/notify-provider.c:204
 msgid "Previous Track"
 msgstr "Föregående spår"
 
-#: ../data/desktop/parole.desktop.in.in.h:5 ../src/parole-player.c:3442
-#: ../src/plugins/notify/notify-provider.c:217
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:5
+#: ../src/parole-player.c:3555 ../src/plugins/notify/notify-provider.c:217
 msgid "Next Track"
 msgstr "Nästa spår"
 
@@ -504,22 +509,29 @@ msgstr "Parole erbjuder uppspelning av lokala mediafiler, 
inklusive filmer med s
 
 #: ../data/appdata/parole.appdata.xml.in.h:3
 msgid ""
+"This development release adds a new mini mode and the abilty to play or "
+"replay content by clicking the the circle icons. Theming is simplfied and "
+"filenames are displayed when no ID3 tags are found."
+msgstr "Denna utvecklingsversion lägger till ett nytt miniatyrläge och 
möjligheten att spela upp 

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

2017-02-12 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-taskmanager.

commit 538d186503ca9923a63aa55b9508924fcc9f55d5
Author: Påvel Nicklasson 
Date:   Sun Feb 12 18:32:17 2017 +0100

I18n: Update translation sv (100%).

85 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/sv.po | 132 +--
 1 file changed, 87 insertions(+), 45 deletions(-)

diff --git a/po/sv.po b/po/sv.po
index a3c8494..750071e 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -3,17 +3,17 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Alexander Nordlund , 2013
-# Alexander Nordlund , 2013
+# Alex Nordlund , 2013
+# Alex Nordlund , 2013
 # Påvel Nicklasson, 2015
-# Påvel Nicklasson , 2015
+# Påvel Nicklasson , 2015
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-12-20 00:31+0100\n"
-"PO-Revision-Date: 2015-09-30 18:39+\n"
-"Last-Translator: Påvel Nicklasson \n"
+"POT-Creation-Date: 2017-01-27 00:30+0100\n"
+"PO-Revision-Date: 2017-02-12 15:15+\n"
+"Last-Translator: Påvel Nicklasson \n"
 "Language-Team: Swedish 
(http://www.transifex.com/xfce/xfce-apps/language/sv/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -23,13 +23,13 @@ msgstr ""
 
 #: ../xfce4-taskmanager.desktop.in.h:1 ../src/exec-tool-button.c:106
 #: ../src/exec-tool-button.c:151 ../src/main.c:186
-#: ../src/process-tree-view.c:372 ../src/process-tree-view.c:387
-#: ../src/process-tree-view.c:415 ../src/process-window.c:389
+#: ../src/process-tree-view.c:374 ../src/process-tree-view.c:389
+#: ../src/process-tree-view.c:417 ../src/process-window.c:500
 #: ../src/process-window.ui.h:1 ../src/process-window-gtk3.ui.h:1
 msgid "Task Manager"
 msgstr "Aktivitetshanterare"
 
-#: ../xfce4-taskmanager.desktop.in.h:2 ../src/process-window.c:396
+#: ../xfce4-taskmanager.desktop.in.h:2 ../src/process-window.c:507
 msgid "Easy to use task manager"
 msgstr "Lättanvänd aktivitetshanterare"
 
@@ -80,12 +80,12 @@ msgid ""
 "Swap: %s"
 msgstr "Processer: %u\nCPU: %.0f%%\nMinne: %s\nSwap: %s"
 
-#: ../src/process-statusbar.c:147 ../src/process-window.c:461
+#: ../src/process-statusbar.c:147 ../src/process-window.c:572
 #, c-format
 msgid "CPU: %s%%"
 msgstr "CPU: %s%%"
 
-#: ../src/process-statusbar.c:162 ../src/process-window.c:465
+#: ../src/process-statusbar.c:162 ../src/process-window.c:576
 #, c-format
 msgid "Memory: %s"
 msgstr "Minne: %s"
@@ -100,120 +100,162 @@ msgstr "Swap: %s"
 msgid "Processes: %d"
 msgstr "Processer: %d"
 
-#: ../src/process-tree-view.c:136
+#: ../src/process-tree-view.c:137
 msgid "Task"
 msgstr "Aktivitet"
 
-#: ../src/process-tree-view.c:147 ../src/settings-tool-button.c:175
+#: ../src/process-tree-view.c:148 ../src/settings-tool-button.c:175
 msgid "PID"
 msgstr "PID"
 
-#: ../src/process-tree-view.c:155 ../src/settings-tool-button.c:176
+#: ../src/process-tree-view.c:156 ../src/settings-tool-button.c:176
 msgid "PPID"
 msgstr "PPID"
 
-#: ../src/process-tree-view.c:163 ../src/settings-tool-button.c:177
+#: ../src/process-tree-view.c:164 ../src/settings-tool-button.c:177
 msgid "State"
 msgstr "Tillstånd"
 
-#: ../src/process-tree-view.c:172
+#: ../src/process-tree-view.c:173
 msgid "VSZ"
 msgstr "VSZ"
 
-#: ../src/process-tree-view.c:180
+#: ../src/process-tree-view.c:181
 msgid "RSS"
 msgstr "RSS"
 
-#: ../src/process-tree-view.c:188 ../src/settings-tool-button.c:180
+#: ../src/process-tree-view.c:189 ../src/settings-tool-button.c:180
 msgid "UID"
 msgstr "UID"
 
-#: ../src/process-tree-view.c:196 ../src/settings-tool-button.c:181
+#: ../src/process-tree-view.c:197 ../src/settings-tool-button.c:181
 msgid "CPU"
 msgstr "CPU"
 
 #. TRANSLATORS: “Prio.” is short for Priority, it appears in the tree view
 #. header.
-#: ../src/process-tree-view.c:205
+#: ../src/process-tree-view.c:206
 msgid "Prio."
 msgstr "Prio."
 
-#: ../src/process-tree-view.c:369
+#: ../src/process-tree-view.c:370
 msgid "Terminate task"
 msgstr "Avsluta aktivitet"
 
-#: ../src/process-tree-view.c:369
+#: ../src/process-tree-view.c:370
 msgid "Kill task"
 msgstr "Döda aktivitet"
 
-#: ../src/process-tree-view.c:371
+#: ../src/process-tree-view.c:372
 #, c-format
-msgid "Are you sure you want to send a signal to the PID %d?"
-msgstr "Är du säker på att du vill skicka en signal till PID:en %d?"
+msgid "Are you sure you want to send the %s signal to the PID %d?"
+msgstr "Är du säker på att du vill skicka %s signalen till PID %d?"
 
-#: ../src/process-tree-view.c:383
+#: ../src/process-tree-view.c:373
+msgid "terminate"
+msgstr "avsluta"

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

2017-02-12 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 34a29d5248033c8b08d23729d33fb0879f85579b
Author: Påvel Nicklasson 
Date:   Sun Feb 12 18:32:05 2017 +0100

I18n: Update translation sv (100%).

54 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/sv.po | 191 ++-
 1 file changed, 139 insertions(+), 52 deletions(-)

diff --git a/po/sv.po b/po/sv.po
index 9cb4e8a..ad15595 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -4,13 +4,13 @@
 # 
 # Translators:
 # Daniel Nylander , 2009
-# Påvel Nicklasson , 2016
+# Påvel Nicklasson , 2016-2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-10-04 00:30+0200\n"
-"PO-Revision-Date: 2016-11-10 07:06+\n"
+"POT-Creation-Date: 2017-01-30 00:30+0100\n"
+"PO-Revision-Date: 2017-02-12 15:14+\n"
 "Last-Translator: Påvel Nicklasson \n"
 "Language-Team: Swedish 
(http://www.transifex.com/xfce/xfce-apps/language/sv/)\n"
 "MIME-Version: 1.0\n"
@@ -20,7 +20,7 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: ../xfce4-notifyd/main.c:53 ../xfce4-notifyd/main.c:63
-#: ../xfce4-notifyd-config/main.c:468
+#: ../xfce4-notifyd-config/main.c:670
 msgid "Xfce Notify Daemon"
 msgstr "Notifieringsdemon för Xfce"
 
@@ -33,126 +33,213 @@ msgstr "Okänd flagga \"%s\"\n"
 msgid "Unable to start notification daemon"
 msgstr "Det gick inte att starta notifieringsdemonen"
 
-#: ../xfce4-notifyd/xfce-notify-daemon.c:363
+#: ../xfce4-notifyd/xfce-notify-daemon.c:367
 #, c-format
 msgid "Another notification daemon is running, exiting\n"
 msgstr "En annan notifieringsdemon körs, avslutar\n"
 
-#: ../xfce4-notifyd-config/main.c:59
+#: ../xfce4-notifyd-config/main.c:69
 msgid "Notification Preview"
 msgstr "Förhandsvisning av notifieringar"
 
-#: ../xfce4-notifyd-config/main.c:60
+#: ../xfce4-notifyd-config/main.c:70
 msgid "This is what notifications will look like"
 msgstr "Detta är hur notifieringar kommer att se ut"
 
-#: ../xfce4-notifyd-config/main.c:65
+#: ../xfce4-notifyd-config/main.c:75
 msgid "Button"
 msgstr "Knapp"
 
-#: ../xfce4-notifyd-config/main.c:72
+#: ../xfce4-notifyd-config/main.c:82
 msgid "Notification preview failed"
 msgstr "Förhandsvisning av notifiering misslyckades"
 
-#: ../xfce4-notifyd-config/main.c:470
+#: ../xfce4-notifyd-config/main.c:672
 msgid "Settings daemon is unavailable"
 msgstr "Inställningsdemonen är inte tillgänglig"
 
-#: ../xfce4-notifyd-config/main.c:559
+#: ../xfce4-notifyd-config/main.c:794
+msgid "Refresh"
+msgstr "Uppdatera"
+
+#: ../xfce4-notifyd-config/main.c:795
+msgid "Refresh the notification log"
+msgstr "Uppdatera notifieringsloggen"
+
+#: ../xfce4-notifyd-config/main.c:800
+msgid "Open"
+msgstr "Öppna"
+
+#: ../xfce4-notifyd-config/main.c:801
+msgid "Open the notification log in an external editor"
+msgstr "Öppna notifieringsloggen i en extern redigerare"
+
+#: ../xfce4-notifyd-config/main.c:806
+msgid "Clear"
+msgstr "Rensa"
+
+#: ../xfce4-notifyd-config/main.c:807
+msgid "Clear the notification log"
+msgstr "Rensa notifieringsloggen"
+
+#: ../xfce4-notifyd-config/main.c:825
 msgid "Display version information"
 msgstr "Visa versionsinformation"
 
-#: ../xfce4-notifyd-config/main.c:560
+#: ../xfce4-notifyd-config/main.c:826
 msgid "Settings manager socket"
 msgstr "Uttag för inställningshanterare"
 
-#: ../xfce4-notifyd-config/main.c:560
+#: ../xfce4-notifyd-config/main.c:826
 msgid "SOCKET_ID"
 msgstr "SOCKET_ID"
 
-#: ../xfce4-notifyd-config/main.c:570
+#: ../xfce4-notifyd-config/main.c:836
 #, c-format
 msgid "Type '%s --help' for usage."
 msgstr "Skriv \"%s --help\" för användingshjälp."
 
-#: ../xfce4-notifyd-config/main.c:585
+#: ../xfce4-notifyd-config/main.c:851
 #, c-format
 msgid "Released under the terms of the GNU General Public License, version 2\n"
 msgstr "Utgiven under villkoren för GNU General Public License, version 2\n"
 
-#: ../xfce4-notifyd-config/main.c:586
+#: ../xfce4-notifyd-config/main.c:852
 #, c-format
 msgid "Please report bugs to %s.\n"
 msgstr "Rapportera fel till %s.\n"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:1
-msgid "Top left"
-msgstr "Övre vänster"
+msgid "only during \"Do not disturb\""
+msgstr "endast under \"Stör ej\""
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:2
-msgid "Bottom left"
-msgstr "Nedre vänster"
+msgid "always"
+msgstr "alltid"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:3
-msgid "Top right"
-msgstr "Övre höger"
+msgid "all"
+msgstr "alla"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:4
-msgid "Bottom right"
-msgstr "Nedre höger"
+msgid "all except blocked"
+msgstr "alla utom blockerade"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:5

[Xfce4-commits] [apps/ristretto] branch master updated (8d6cb2b -> ec97206)

2017-02-12 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  8d6cb2b   I18n: Update translation zh_CN (100%).
   new  ec97206   I18n: Update translation sv (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/sv.po | 398 ---
 1 file changed, 205 insertions(+), 193 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] 02/03: I18n: Update translation ru (100%).

2017-02-12 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 ca5c17f5d519e15c31d7d0b417409da6f2a09dda
Author: Igor 
Date:   Sun Feb 12 18:31:31 2017 +0100

I18n: Update translation ru (100%).

275 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/ru.po | 98 +++-
 1 file changed, 53 insertions(+), 45 deletions(-)

diff --git a/po/ru.po b/po/ru.po
index 54c10ce..87538d7 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -17,8 +17,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-02-05 06:31+0100\n"
-"PO-Revision-Date: 2017-02-05 14:09+\n"
+"POT-Creation-Date: 2017-02-12 00:31+0100\n"
+"PO-Revision-Date: 2017-02-12 15:18+\n"
 "Last-Translator: Igor \n"
 "Language-Team: Russian 
(http://www.transifex.com/xfce/xfce-apps/language/ru/)\n"
 "MIME-Version: 1.0\n"
@@ -27,7 +27,8 @@ msgstr ""
 "Language: ru\n"
 "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && 
n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || 
(n%100>=11 && n%100<=14)? 2 : 3);\n"
 
-#: ../data/interfaces/parole.ui.h:1 ../data/desktop/parole.desktop.in.in.h:1
+#: ../data/interfaces/parole.ui.h:1
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:1
 #: ../src/parole-player.c:608 ../src/parole-player.c:1521
 #: ../src/parole-about.c:70 ../src/plugins/mpris2/mpris2-provider.c:199
 msgid "Parole Media Player"
@@ -76,7 +77,7 @@ msgid "_Shuffle"
 msgstr "_Случайно"
 
 #. Create dialog
-#: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:2945
+#: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:2962
 msgid "Go to position"
 msgstr "Перейти на позицию"
 
@@ -137,7 +138,7 @@ msgid "_Video"
 msgstr "Ви_део"
 
 #: ../data/interfaces/parole.ui.h:27 ../src/parole-player.c:2064
-#: ../src/parole-player.c:2219
+#: ../src/parole-player.c:2228
 msgid "_Fullscreen"
 msgstr "Во весь _экран"
 
@@ -244,7 +245,7 @@ msgstr "Открыть медиафайлы"
 
 #: ../data/interfaces/playlist.ui.h:1
 #: ../data/interfaces/parole-settings.ui.h:27 ../src/parole-medialist.c:806
-#: ../src/parole-medialist.c:849 ../src/parole-player.c:3365
+#: ../src/parole-medialist.c:849 ../src/parole-player.c:3382
 msgid "Playlist"
 msgstr "Список воспроизведения"
 
@@ -481,21 +482,21 @@ msgstr "Очистить историю"
 msgid "Open Network Location"
 msgstr "Открыть сетевой адрес"
 
-#: ../data/desktop/parole.desktop.in.in.h:2
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:2
 msgid "Play your media"
 msgstr "Воспроизведение медиафайлов"
 
-#: ../data/desktop/parole.desktop.in.in.h:3
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:3
 msgid "Play/Pause"
 msgstr "Играть/Пауза"
 
-#: ../data/desktop/parole.desktop.in.in.h:4 ../src/parole-player.c:3520
-#: ../src/plugins/notify/notify-provider.c:204
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:4
+#: ../src/parole-player.c:3537 ../src/plugins/notify/notify-provider.c:204
 msgid "Previous Track"
 msgstr "Предыдущий трек"
 
-#: ../data/desktop/parole.desktop.in.in.h:5 ../src/parole-player.c:3538
-#: ../src/plugins/notify/notify-provider.c:217
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:5
+#: ../src/parole-player.c:3555 ../src/plugins/notify/notify-provider.c:217
 msgid "Next Track"
 msgstr "Следующий трек"
 
@@ -515,22 +516,29 @@ msgstr "Parole воспроизводит локальные медафайлы,
 
 #: ../data/appdata/parole.appdata.xml.in.h:3
 msgid ""
+"This development release adds a new mini mode and the abilty to play or "
+"replay content by clicking the the circle icons. Theming is simplfied and "
+"filenames are displayed when no ID3 tags are found."
+msgstr "Этот неофициальный релиз добавляет новый уменьшенный режим и 
возможность начать или повторить воспроизведение с помощью щелчка по круглым 
иконкам. Тема упрощена, заголовок показывает имя файла, если не найдены ID3 
тэги."
+
+#: ../data/appdata/parole.appdata.xml.in.h:4
+msgid ""
 "This release improves the build process and includes several bug fixes. This"
 " new stable release is a recommended upgrade for all users."
 msgstr "В этом выпуске улучшен процесс сборки и исправлены некоторые ошибки. 
Всем пользователям рекомендуется выполнить обновление до данного стабильного 
выпуска."
 
-#: ../data/appdata/parole.appdata.xml.in.h:4
+#: ../data/appdata/parole.appdata.xml.in.h:5
 msgid ""
 "This unstable development release adds the new clutter backend and cleans up"
 " deprecated Gtk3 symbols. It also adds a \"go to position\" feature and "
 "several bugs have been addressed."
 msgstr "В данном нестабильном разрабатываемом выпуске добавлен интерфейс к 
Clutter и произведена чистка устаревших символов GTK3. Также добавлена 
возможность «перехода к позиции» и исправлено несколько ошибок."
 
-#: ../data/appdata/parole.appdata.xml.in.h:5
+#: 

[Xfce4-commits] [apps/xfce4-notifyd] branch master updated (1f808b3 -> 34a29d5)

2017-02-12 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  1f808b3   I18n: Update translation zh_CN (100%).
   new  34a29d5   I18n: Update translation sv (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/sv.po | 191 ++-
 1 file changed, 139 insertions(+), 52 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 sv (100%).

2017-02-12 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 ec9720643c569d1121e9cfc58145bcb3c09285ca
Author: Påvel Nicklasson 
Date:   Sun Feb 12 18:31:47 2017 +0100

I18n: Update translation sv (100%).

198 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/sv.po | 398 ---
 1 file changed, 205 insertions(+), 193 deletions(-)

diff --git a/po/sv.po b/po/sv.po
index a7c44bb..abadf9a 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -10,8 +10,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: xfce-i...@xfce.org\n"
-"POT-Creation-Date: 2016-10-07 18:30+0200\n"
-"PO-Revision-Date: 2016-11-10 07:05+\n"
+"POT-Creation-Date: 2017-01-26 18:30+0100\n"
+"PO-Revision-Date: 2017-02-12 15:16+\n"
 "Last-Translator: Påvel Nicklasson \n"
 "Language-Team: Swedish 
(http://www.transifex.com/xfce/xfce-apps/language/sv/)\n"
 "MIME-Version: 1.0\n"
@@ -45,509 +45,521 @@ msgid ""
 "available command line options.\n"
 msgstr "%s: %s\n\nFörsök %s --help för att se en fullständig lista 
av\ntillgängliga kommandoradsalternativ.\n"
 
-#: ../src/main_window.c:57 ../ristretto.desktop.in.h:3
+#: ../src/main_window.c:55 ../ristretto.desktop.in.h:3
 msgid "Image Viewer"
 msgstr "Bildvisare"
 
-#: ../src/main_window.c:367
+#: ../src/main_window.c:370
 msgid "_File"
 msgstr "_Arkiv"
 
 #. Icon-name
-#: ../src/main_window.c:371
+#: ../src/main_window.c:374
 msgid "_Open..."
 msgstr "_Öppna..."
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:373
+#: ../src/main_window.c:376
 msgid "Open an image"
 msgstr "Öppna en bild"
 
 #. Icon-name
-#: ../src/main_window.c:377
+#: ../src/main_window.c:380
 msgid "_Save copy..."
 msgstr "_Spara kopia..."
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:379
+#: ../src/main_window.c:382
 msgid "Save a copy of the image"
 msgstr "Spara en kopia av bilden"
 
 #. Icon-name
-#: ../src/main_window.c:383
+#: ../src/main_window.c:386
 msgid "_Properties..."
 msgstr "_Egenskaper..."
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:385
+#: ../src/main_window.c:388
 msgid "Show file properties"
 msgstr "Visa filegenskaper"
 
 #. Icon-name
-#: ../src/main_window.c:389 ../src/main_window.c:408
+#: ../src/main_window.c:392 ../src/main_window.c:411
 msgid "_Edit"
 msgstr "R_edigera"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:391
+#: ../src/main_window.c:394
 msgid "Edit this image"
 msgstr "Redigera denna bild"
 
 #. Icon-name
-#: ../src/main_window.c:395 ../src/preferences_dialog.c:543
-#: ../src/properties_dialog.c:328
+#: ../src/main_window.c:398 ../src/preferences_dialog.c:541
+#: ../src/properties_dialog.c:325
 msgid "_Close"
 msgstr "S_täng"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:397
+#: ../src/main_window.c:400
 msgid "Close this image"
 msgstr "Stäng denna bild"
 
 #. Icon-name
-#: ../src/main_window.c:401
+#: ../src/main_window.c:404
 msgid "_Quit"
 msgstr "A_vsluta"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:403
+#: ../src/main_window.c:406
 msgid "Quit Ristretto"
 msgstr "Avsluta Ristretto"
 
-#: ../src/main_window.c:412
+#: ../src/main_window.c:415
 msgid "_Open with"
 msgstr "_Öppna med"
 
-#: ../src/main_window.c:416
+#: ../src/main_window.c:419
 msgid "_Sorting"
 msgstr "_Sortering"
 
 #. Icon-name
-#: ../src/main_window.c:420
+#: ../src/main_window.c:423
 msgid "_Delete"
 msgstr "_Ta bort"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:422
+#: ../src/main_window.c:425
 msgid "Delete this image from disk"
 msgstr "Radera denna bild från disk"
 
 #. Icon-name
-#: ../src/main_window.c:426
+#: ../src/main_window.c:429
 msgid "_Clear private data..."
 msgstr "_Rensa privat data..."
 
 #. Icon-name
-#: ../src/main_window.c:432
+#: ../src/main_window.c:435
 msgid "_Preferences..."
 msgstr "_Inställningar"
 
-#: ../src/main_window.c:439
+#: ../src/main_window.c:442
 msgid "_View"
 msgstr "_Visa"
 
 #. Icon-name
-#: ../src/main_window.c:443
+#: ../src/main_window.c:446
 msgid "_Fullscreen"
 msgstr "_Fullskärmsläge"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:445
+#: ../src/main_window.c:448
 msgid "Switch to fullscreen"
 msgstr "Växla till fullskärmsläge"
 
 #. Icon-name
-#: ../src/main_window.c:449
+#: ../src/main_window.c:452
 msgid "_Leave Fullscreen"
 msgstr "_Lämna fullskärmsläge"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:451
+#: ../src/main_window.c:454
 msgid "Leave Fullscreen"
 msgstr "Lämna fullskärmsläge"
 
 #. Icon-name
-#: ../src/main_window.c:455
+#: ../src/main_window.c:458
 msgid "Set as _Wallpaper..."
 msgstr "Ställ in som _skrivbordsbakgrund"
 
-#: ../src/main_window.c:462
+#: ../src/main_window.c:465
 msgid "_Zoom"
 msgstr "_Zooma"
 
 #. Icon-name
-#: 

[Xfce4-commits] [apps/parole] branch master updated (1b49818 -> 5d3f332)

2017-02-12 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  1b49818   I18n: Update translation zh_TW (100%).
   new  5d3b30d   I18n: Update translation ko (100%).
   new  ca5c17f   I18n: Update translation ru (100%).
   new  5d3f332   I18n: Update translation sv (100%).

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


Summary of changes:
 po/ko.po |  98 ---
 po/ru.po |  98 ---
 po/sv.po | 198 ++-
 3 files changed, 213 insertions(+), 181 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/03: I18n: Update translation ko (100%).

2017-02-12 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 5d3b30d2db0126543e1f29ed2b85838163a693c6
Author: 박정규(Jung-Kyu Park) 
Date:   Sun Feb 12 18:31:31 2017 +0100

I18n: Update translation ko (100%).

275 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/ko.po | 98 +++-
 1 file changed, 53 insertions(+), 45 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 2a92a95..b8cf2f5 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -9,8 +9,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-02-05 06:31+0100\n"
-"PO-Revision-Date: 2017-02-05 22:53+\n"
+"POT-Creation-Date: 2017-02-12 00:31+0100\n"
+"PO-Revision-Date: 2017-02-12 12:45+\n"
 "Last-Translator: 박정규(Jung-Kyu Park) \n"
 "Language-Team: Korean 
(http://www.transifex.com/xfce/xfce-apps/language/ko/)\n"
 "MIME-Version: 1.0\n"
@@ -19,7 +19,8 @@ msgstr ""
 "Language: ko\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: ../data/interfaces/parole.ui.h:1 ../data/desktop/parole.desktop.in.in.h:1
+#: ../data/interfaces/parole.ui.h:1
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:1
 #: ../src/parole-player.c:608 ../src/parole-player.c:1521
 #: ../src/parole-about.c:70 ../src/plugins/mpris2/mpris2-provider.c:199
 msgid "Parole Media Player"
@@ -68,7 +69,7 @@ msgid "_Shuffle"
 msgstr "뒤섞기(_S)"
 
 #. Create dialog
-#: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:2945
+#: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:2962
 msgid "Go to position"
 msgstr "위치로 이동"
 
@@ -129,7 +130,7 @@ msgid "_Video"
 msgstr "동영상(_V)"
 
 #: ../data/interfaces/parole.ui.h:27 ../src/parole-player.c:2064
-#: ../src/parole-player.c:2219
+#: ../src/parole-player.c:2228
 msgid "_Fullscreen"
 msgstr "최대 화면(_F)"
 
@@ -236,7 +237,7 @@ msgstr "미디어 파일 열기"
 
 #: ../data/interfaces/playlist.ui.h:1
 #: ../data/interfaces/parole-settings.ui.h:27 ../src/parole-medialist.c:806
-#: ../src/parole-medialist.c:849 ../src/parole-player.c:3365
+#: ../src/parole-medialist.c:849 ../src/parole-player.c:3382
 msgid "Playlist"
 msgstr "재생 목록"
 
@@ -473,21 +474,21 @@ msgstr "기록 지우기"
 msgid "Open Network Location"
 msgstr "네트워크 위치 열기"
 
-#: ../data/desktop/parole.desktop.in.in.h:2
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:2
 msgid "Play your media"
 msgstr "미디어 재생"
 
-#: ../data/desktop/parole.desktop.in.in.h:3
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:3
 msgid "Play/Pause"
 msgstr "재생/일시정지"
 
-#: ../data/desktop/parole.desktop.in.in.h:4 ../src/parole-player.c:3520
-#: ../src/plugins/notify/notify-provider.c:204
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:4
+#: ../src/parole-player.c:3537 ../src/plugins/notify/notify-provider.c:204
 msgid "Previous Track"
 msgstr "이전 트랙"
 
-#: ../data/desktop/parole.desktop.in.in.h:5 ../src/parole-player.c:3538
-#: ../src/plugins/notify/notify-provider.c:217
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:5
+#: ../src/parole-player.c:3555 ../src/plugins/notify/notify-provider.c:217
 msgid "Next Track"
 msgstr "다음 트랙"
 
@@ -507,22 +508,29 @@ msgstr "빠롤은 자막과 더불어 동영상과 같은 로컬 미디어 파
 
 #: ../data/appdata/parole.appdata.xml.in.h:3
 msgid ""
+"This development release adds a new mini mode and the abilty to play or "
+"replay content by clicking the the circle icons. Theming is simplfied and "
+"filenames are displayed when no ID3 tags are found."
+msgstr "이 개발 버전에는 새로운 미니 모드와 동그란 아이콘을 클릭하여 콘텐츠를 재생하거나 다시 보는 기능이 추가되었습니다. 테마 
적용은 단순화되었고 ID3 태그가 발견되지 않으면 파일 이름이 표시됩니다."
+
+#: ../data/appdata/parole.appdata.xml.in.h:4
+msgid ""
 "This release improves the build process and includes several bug fixes. This"
 " new stable release is a recommended upgrade for all users."
 msgstr "이 릴리스에서는 빌드 과정을 개선하고 여러가지 문제점을 수정했습니다. 모든 사용자들에게 이번 새 안정 릴리스로의 업그레이드를 
추천합니다."
 
-#: ../data/appdata/parole.appdata.xml.in.h:4
+#: ../data/appdata/parole.appdata.xml.in.h:5
 msgid ""
 "This unstable development release adds the new clutter backend and cleans up"
 " deprecated Gtk3 symbols. It also adds a \"go to position\" feature and "
 "several bugs have been addressed."
 msgstr "불안정한 개발 릴리스에는 새 클러터 백엔드를 추가했고, 오래된 GTK3 심볼을 정리했습니다. 또한 \"위치로 이동\"기능을 
추가하였고 몇가지 버그를 수정했습니다."
 
-#: ../data/appdata/parole.appdata.xml.in.h:5
+#: ../data/appdata/parole.appdata.xml.in.h:6
 msgid "This release fixes a problem with detecting DVD drive locations."
 msgstr "이 릴리스에서는 DVD 드라이브의 위치 감지 문제를 수정했습니다."
 
-#: ../data/appdata/parole.appdata.xml.in.h:6
+#: ../data/appdata/parole.appdata.xml.in.h:7
 msgid ""
 "This release features the completed transition to the Gtk+3 toolkit, "
 "improvements in the user-interface (more streamlined menus), better "
@@ -531,20 +539,20 @@ msgid ""
 "and we use the GStreamer1.0 framework now by default."
 msgstr "이 릴리스에서는 GTK+3 툴킷으로 완전히 이전했으며 사용자 

[Xfce4-commits] [apps/parole] 01/04: I18n: Update translation bg (100%).

2017-02-12 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 85272c29e4d7cc756ffd92282bfcf65cb136e3f0
Author: Kiril Kirilov 
Date:   Sun Feb 12 12:30:48 2017 +0100

I18n: Update translation bg (100%).

275 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/bg.po | 98 +++-
 1 file changed, 53 insertions(+), 45 deletions(-)

diff --git a/po/bg.po b/po/bg.po
index aea6219..62e357e 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -11,8 +11,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-02-05 06:31+0100\n"
-"PO-Revision-Date: 2017-02-05 13:47+\n"
+"POT-Creation-Date: 2017-02-12 00:31+0100\n"
+"PO-Revision-Date: 2017-02-12 07:23+\n"
 "Last-Translator: Kiril Kirilov \n"
 "Language-Team: Bulgarian 
(http://www.transifex.com/xfce/xfce-apps/language/bg/)\n"
 "MIME-Version: 1.0\n"
@@ -21,7 +21,8 @@ msgstr ""
 "Language: bg\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../data/interfaces/parole.ui.h:1 ../data/desktop/parole.desktop.in.in.h:1
+#: ../data/interfaces/parole.ui.h:1
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:1
 #: ../src/parole-player.c:608 ../src/parole-player.c:1521
 #: ../src/parole-about.c:70 ../src/plugins/mpris2/mpris2-provider.c:199
 msgid "Parole Media Player"
@@ -70,7 +71,7 @@ msgid "_Shuffle"
 msgstr "Случайно"
 
 #. Create dialog
-#: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:2945
+#: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:2962
 msgid "Go to position"
 msgstr "Отиди на позиция"
 
@@ -131,7 +132,7 @@ msgid "_Video"
 msgstr "Видео"
 
 #: ../data/interfaces/parole.ui.h:27 ../src/parole-player.c:2064
-#: ../src/parole-player.c:2219
+#: ../src/parole-player.c:2228
 msgid "_Fullscreen"
 msgstr "Цял екран"
 
@@ -238,7 +239,7 @@ msgstr "Отваряне на мултимедийни файлове"
 
 #: ../data/interfaces/playlist.ui.h:1
 #: ../data/interfaces/parole-settings.ui.h:27 ../src/parole-medialist.c:806
-#: ../src/parole-medialist.c:849 ../src/parole-player.c:3365
+#: ../src/parole-medialist.c:849 ../src/parole-player.c:3382
 msgid "Playlist"
 msgstr "Списък за изпълнение"
 
@@ -475,21 +476,21 @@ msgstr "Изчистване на историята"
 msgid "Open Network Location"
 msgstr "Отваряне на местоположение в мрежата"
 
-#: ../data/desktop/parole.desktop.in.in.h:2
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:2
 msgid "Play your media"
 msgstr "Изпълнение на мултимедията"
 
-#: ../data/desktop/parole.desktop.in.in.h:3
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:3
 msgid "Play/Pause"
 msgstr "Изпълнение/Пауза"
 
-#: ../data/desktop/parole.desktop.in.in.h:4 ../src/parole-player.c:3520
-#: ../src/plugins/notify/notify-provider.c:204
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:4
+#: ../src/parole-player.c:3537 ../src/plugins/notify/notify-provider.c:204
 msgid "Previous Track"
 msgstr "Предишен запис"
 
-#: ../data/desktop/parole.desktop.in.in.h:5 ../src/parole-player.c:3538
-#: ../src/plugins/notify/notify-provider.c:217
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:5
+#: ../src/parole-player.c:3555 ../src/plugins/notify/notify-provider.c:217
 msgid "Next Track"
 msgstr "Следващ запис"
 
@@ -509,22 +510,29 @@ msgstr "Parole включва функции за възпроизвеждане
 
 #: ../data/appdata/parole.appdata.xml.in.h:3
 msgid ""
+"This development release adds a new mini mode and the abilty to play or "
+"replay content by clicking the the circle icons. Theming is simplfied and "
+"filenames are displayed when no ID3 tags are found."
+msgstr "Тази версия в процес на разработка, добавя нов режим с минимален 
изглед и възможност за изпълнение или заместване на съдържание с кликване върху 
иконите в кръга. Изгледът е опростен, а имената на файловете се показват, 
когато бъдат открити ID3 тагове."
+
+#: ../data/appdata/parole.appdata.xml.in.h:4
+msgid ""
 "This release improves the build process and includes several bug fixes. This"
 " new stable release is a recommended upgrade for all users."
 msgstr "Тази версия е подобрена и включва няколко корекции на грешки. 
Препоръчва се на всички потребители да надградят до тази стабилна версия."
 
-#: ../data/appdata/parole.appdata.xml.in.h:4
+#: ../data/appdata/parole.appdata.xml.in.h:5
 msgid ""
 "This unstable development release adds the new clutter backend and cleans up"
 " deprecated Gtk3 symbols. It also adds a \"go to position\" feature and "
 "several bugs have been addressed."
 msgstr "Това е нестабилна версия в процес на разработка. Добавена е поддръжка 
на Clutter и са премахнати неподдържаните GTK3 символи. Добавяна е опция 
„отиване към местоположение“ и са отстранени няколко грешки."
 
-#: ../data/appdata/parole.appdata.xml.in.h:5
+#: ../data/appdata/parole.appdata.xml.in.h:6
 msgid "This release fixes a 

[Xfce4-commits] [apps/parole] 04/04: I18n: Update translation zh_TW (100%).

2017-02-12 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 1b4981880a52e66f9fdc10ce169bb9773204d456
Author: Jeff Huang 
Date:   Sun Feb 12 12:30:48 2017 +0100

I18n: Update translation zh_TW (100%).

275 translated messages.

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

diff --git a/po/zh_TW.po b/po/zh_TW.po
index d6734bc..27724e5 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -4,14 +4,14 @@
 # 
 # Translators:
 # Cheng-Chia Tseng , 2011
-# Jeff Huang , 2014-2015
+# Jeff Huang , 2014-2015,2017
 # Walter Cheuk , 2013-2014
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-09-07 18:30+0200\n"
-"PO-Revision-Date: 2015-09-08 03:12+\n"
+"POT-Creation-Date: 2017-02-12 00:31+0100\n"
+"PO-Revision-Date: 2017-02-12 08:27+\n"
 "Last-Translator: Jeff Huang \n"
 "Language-Team: Chinese (Taiwan) 
(http://www.transifex.com/xfce/xfce-apps/language/zh_TW/)\n"
 "MIME-Version: 1.0\n"
@@ -20,8 +20,9 @@ msgstr ""
 "Language: zh_TW\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: ../data/interfaces/parole.ui.h:1 ../data/desktop/parole.desktop.in.in.h:1
-#: ../src/parole-player.c:605 ../src/parole-player.c:1515
+#: ../data/interfaces/parole.ui.h:1
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:1
+#: ../src/parole-player.c:608 ../src/parole-player.c:1521
 #: ../src/parole-about.c:70 ../src/plugins/mpris2/mpris2-provider.c:199
 msgid "Parole Media Player"
 msgstr "Parole 媒體播放器"
@@ -69,7 +70,7 @@ msgid "_Shuffle"
 msgstr "隨機(_S)"
 
 #. Create dialog
-#: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:2848
+#: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:2962
 msgid "Go to position"
 msgstr "到位置"
 
@@ -109,7 +110,7 @@ msgstr "音訊(_A)"
 msgid "_Audio Track"
 msgstr "音軌(_A)"
 
-#: ../data/interfaces/parole.ui.h:22 ../src/parole-player.c:831
+#: ../data/interfaces/parole.ui.h:22 ../src/parole-player.c:834
 msgid "Empty"
 msgstr "空"
 
@@ -129,8 +130,8 @@ msgstr "靜音(_M)"
 msgid "_Video"
 msgstr "視訊(_V)"
 
-#: ../data/interfaces/parole.ui.h:27 ../src/parole-player.c:2038
-#: ../src/parole-player.c:2152
+#: ../data/interfaces/parole.ui.h:27 ../src/parole-player.c:2064
+#: ../src/parole-player.c:2228
 msgid "_Fullscreen"
 msgstr "全螢幕(_F)"
 
@@ -138,7 +139,7 @@ msgstr "全螢幕(_F)"
 msgid "_Aspect Ratio"
 msgstr "長寬比(_A)"
 
-#: ../data/interfaces/parole.ui.h:29 ../src/parole-player.c:759
+#: ../data/interfaces/parole.ui.h:29 ../src/parole-player.c:762
 msgid "None"
 msgstr "無"
 
@@ -227,13 +228,17 @@ msgstr "0:00"
 msgid "Buffering (0%)"
 msgstr "緩衝中 (0%)"
 
+#: ../data/interfaces/parole.ui.h:51
+msgid "/"
+msgstr "/"
+
 #: ../data/interfaces/mediachooser.ui.h:1
 msgid "Open Media Files"
 msgstr "開啟媒體檔案"
 
 #: ../data/interfaces/playlist.ui.h:1
 #: ../data/interfaces/parole-settings.ui.h:27 ../src/parole-medialist.c:806
-#: ../src/parole-medialist.c:849 ../src/parole-player.c:3262
+#: ../src/parole-medialist.c:849 ../src/parole-player.c:3382
 msgid "Playlist"
 msgstr "播放清單"
 
@@ -470,21 +475,21 @@ msgstr "清除歷史"
 msgid "Open Network Location"
 msgstr "開啟網路位置"
 
-#: ../data/desktop/parole.desktop.in.in.h:2
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:2
 msgid "Play your media"
 msgstr "播放您的媒體"
 
-#: ../data/desktop/parole.desktop.in.in.h:3
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:3
 msgid "Play/Pause"
 msgstr "播放/暫停"
 
-#: ../data/desktop/parole.desktop.in.in.h:4 ../src/parole-player.c:3412
-#: ../src/plugins/notify/notify-provider.c:204
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:4
+#: ../src/parole-player.c:3537 ../src/plugins/notify/notify-provider.c:204
 msgid "Previous Track"
 msgstr "上一軌"
 
-#: ../data/desktop/parole.desktop.in.in.h:5 ../src/parole-player.c:3430
-#: ../src/plugins/notify/notify-provider.c:217
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:5
+#: ../src/parole-player.c:3555 ../src/plugins/notify/notify-provider.c:217
 msgid "Next Track"
 msgstr "下一軌"
 
@@ -504,22 +509,29 @@ msgstr "Parole 著眼於本機媒體檔案的播放,包含了有字幕影片
 
 #: ../data/appdata/parole.appdata.xml.in.h:3
 msgid ""
+"This development release adds a new mini mode and the abilty to play or "
+"replay content by clicking the the circle icons. Theming is simplfied and "
+"filenames are displayed when no ID3 tags are found."
+msgstr "這個開發版本加入了新的迷你模式與點選圓形圖示來播放或重新播放內容的能力。主題化也更簡單了,而檔案名稱將會在找不到 ID3 標籤時顯示。"
+
+#: ../data/appdata/parole.appdata.xml.in.h:4
+msgid ""
 "This release improves the build process and includes several bug fixes. This"
 " new stable release is a recommended upgrade for all users."
 msgstr "此版本改善了構建過程並修復了許多臭蟲。建議所有的使用者更新到這個新的穩定版本。"
 
-#: 

[Xfce4-commits] [apps/parole] branch master updated (0100bb6 -> 1b49818)

2017-02-12 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  0100bb6   Post release tag bump
   new  85272c2   I18n: Update translation bg (100%).
   new  0f0def9   I18n: Update translation ca (100%).
   new  2271379   I18n: Update translation cs (100%).
   new  1b49818   I18n: Update translation zh_TW (100%).

The 4 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/bg.po|  98 ---
 po/ca.po| 199 +--
 po/cs.po| 254 +++-
 po/zh_TW.po | 200 +--
 4 files changed, 400 insertions(+), 351 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] 02/04: I18n: Update translation ca (100%).

2017-02-12 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 0f0def906752998ba64d8a5a4e498159310a9fc6
Author: Robert Antoni Buj Gelonch 
Date:   Sun Feb 12 12:30:48 2017 +0100

I18n: Update translation ca (100%).

275 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/ca.po | 199 ++-
 1 file changed, 108 insertions(+), 91 deletions(-)

diff --git a/po/ca.po b/po/ca.po
index 78fb408..19a90fa 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -5,14 +5,15 @@
 # Translators:
 # Carles Muñoz Gorriz , 2009
 # Davidmp , 2015-2016
-# Robert Antoni Buj i Gelonch , 2016
+# Robert Antoni Buj Gelonch , 2017
+# Robert Antoni Buj Gelonch , 2016
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-01-11 06:30+0100\n"
-"PO-Revision-Date: 2016-06-20 17:34+\n"
-"Last-Translator: Robert Antoni Buj i Gelonch \n"
+"POT-Creation-Date: 2017-02-12 00:31+0100\n"
+"PO-Revision-Date: 2017-02-12 09:13+\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"
@@ -20,8 +21,9 @@ msgstr ""
 "Language: ca\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../data/interfaces/parole.ui.h:1 ../data/desktop/parole.desktop.in.in.h:1
-#: ../src/parole-player.c:605 ../src/parole-player.c:1515
+#: ../data/interfaces/parole.ui.h:1
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:1
+#: ../src/parole-player.c:608 ../src/parole-player.c:1521
 #: ../src/parole-about.c:70 ../src/plugins/mpris2/mpris2-provider.c:199
 msgid "Parole Media Player"
 msgstr "Reproductor de mitjans audiovisuals Parole"
@@ -69,7 +71,7 @@ msgid "_Shuffle"
 msgstr "_Ordre aleatori"
 
 #. Create dialog
-#: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:2860
+#: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:2962
 msgid "Go to position"
 msgstr "Vés a la posició"
 
@@ -109,7 +111,7 @@ msgstr "_Àudio"
 msgid "_Audio Track"
 msgstr "_Pista d'àudio"
 
-#: ../data/interfaces/parole.ui.h:22 ../src/parole-player.c:831
+#: ../data/interfaces/parole.ui.h:22 ../src/parole-player.c:834
 msgid "Empty"
 msgstr "Buit"
 
@@ -129,8 +131,8 @@ msgstr "S_ilencia"
 msgid "_Video"
 msgstr "_Vídeo"
 
-#: ../data/interfaces/parole.ui.h:27 ../src/parole-player.c:2050
-#: ../src/parole-player.c:2164
+#: ../data/interfaces/parole.ui.h:27 ../src/parole-player.c:2064
+#: ../src/parole-player.c:2228
 msgid "_Fullscreen"
 msgstr "_Pantalla completa"
 
@@ -138,7 +140,7 @@ msgstr "_Pantalla completa"
 msgid "_Aspect Ratio"
 msgstr "Relació d'_aspecte"
 
-#: ../data/interfaces/parole.ui.h:29 ../src/parole-player.c:759
+#: ../data/interfaces/parole.ui.h:29 ../src/parole-player.c:762
 msgid "None"
 msgstr "Cap"
 
@@ -227,13 +229,17 @@ msgstr "0:00"
 msgid "Buffering (0%)"
 msgstr "Memòria intermèdia (0%)"
 
+#: ../data/interfaces/parole.ui.h:51
+msgid "/"
+msgstr "/"
+
 #: ../data/interfaces/mediachooser.ui.h:1
 msgid "Open Media Files"
 msgstr "Obre fitxers de mitjans audiovisuals"
 
 #: ../data/interfaces/playlist.ui.h:1
 #: ../data/interfaces/parole-settings.ui.h:27 ../src/parole-medialist.c:806
-#: ../src/parole-medialist.c:849 ../src/parole-player.c:3274
+#: ../src/parole-medialist.c:849 ../src/parole-player.c:3382
 msgid "Playlist"
 msgstr "Llista de reproducció"
 
@@ -470,21 +476,21 @@ msgstr "Neteja l'historial"
 msgid "Open Network Location"
 msgstr "Obre una ubicació de xarxa"
 
-#: ../data/desktop/parole.desktop.in.in.h:2
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:2
 msgid "Play your media"
 msgstr "Reproduïu els vostres mitjans audiovisuals"
 
-#: ../data/desktop/parole.desktop.in.in.h:3
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:3
 msgid "Play/Pause"
 msgstr "Reprodueix/Pausa"
 
-#: ../data/desktop/parole.desktop.in.in.h:4 ../src/parole-player.c:3424
-#: ../src/plugins/notify/notify-provider.c:204
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:4
+#: ../src/parole-player.c:3537 ../src/plugins/notify/notify-provider.c:204
 msgid "Previous Track"
 msgstr "Pista anterior"
 
-#: ../data/desktop/parole.desktop.in.in.h:5 ../src/parole-player.c:3442
-#: ../src/plugins/notify/notify-provider.c:217
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:5
+#: ../src/parole-player.c:3555 ../src/plugins/notify/notify-provider.c:217
 msgid "Next Track"
 msgstr "Pista següent"
 
@@ -504,22 +510,29 @@ msgstr "Parole compta amb la reproducció de fitxers 
locals de mitjans audiovisu
 
 #: ../data/appdata/parole.appdata.xml.in.h:3
 msgid ""
+"This development release adds a new mini mode and 

[Xfce4-commits] [apps/parole] 03/04: I18n: Update translation cs (100%).

2017-02-12 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 2271379d50cc232ff14841200a54211d9cb20bee
Author: Michal Várady 
Date:   Sun Feb 12 12:30:48 2017 +0100

I18n: Update translation cs (100%).

275 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/cs.po | 254 +--
 1 file changed, 133 insertions(+), 121 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index 374a5ab..2861574 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -4,14 +4,14 @@
 # 
 # Translators:
 # Alois Nešpor , 2013-2014
-# Michal Várady , 2014-2015
+# Michal Várady , 2014-2015,2017
 # Petr Šimáček , 2015
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-09-07 18:30+0200\n"
-"PO-Revision-Date: 2015-11-28 09:53+\n"
+"POT-Creation-Date: 2017-02-12 00:31+0100\n"
+"PO-Revision-Date: 2017-02-12 09:35+\n"
 "Last-Translator: Michal Várady \n"
 "Language-Team: Czech (http://www.transifex.com/xfce/xfce-apps/language/cs/)\n"
 "MIME-Version: 1.0\n"
@@ -20,8 +20,9 @@ msgstr ""
 "Language: cs\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
-#: ../data/interfaces/parole.ui.h:1 ../data/desktop/parole.desktop.in.in.h:1
-#: ../src/parole-player.c:605 ../src/parole-player.c:1515
+#: ../data/interfaces/parole.ui.h:1
+#: ../data/desktop/org.xfce.Parole.desktop.in.in.h:1
+#: ../src/parole-player.c:608 ../src/parole-player.c:1521
 #: ../src/parole-about.c:70 ../src/plugins/mpris2/mpris2-provider.c:199
 msgid "Parole Media Player"
 msgstr "Přehrávač médií Parole"
@@ -69,7 +70,7 @@ msgid "_Shuffle"
 msgstr "_Náhodně"
 
 #. Create dialog
-#: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:2848
+#: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:2962
 msgid "Go to position"
 msgstr "Jít na pozici"
 
@@ -109,7 +110,7 @@ msgstr "_Zvuk"
 msgid "_Audio Track"
 msgstr "_Zvuková stopa"
 
-#: ../data/interfaces/parole.ui.h:22 ../src/parole-player.c:831
+#: ../data/interfaces/parole.ui.h:22 ../src/parole-player.c:834
 msgid "Empty"
 msgstr "Prázdný"
 
@@ -129,16 +130,16 @@ msgstr "Z_tlumit"
 msgid "_Video"
 msgstr "_Video"
 
-#: ../data/interfaces/parole.ui.h:27 ../src/parole-player.c:2038
-#: ../src/parole-player.c:2152
+#: ../data/interfaces/parole.ui.h:27 ../src/parole-player.c:2064
+#: ../src/parole-player.c:2228
 msgid "_Fullscreen"
-msgstr "_Celá obrazovka"
+msgstr "_Režim celé obrazovky"
 
 #: ../data/interfaces/parole.ui.h:28
 msgid "_Aspect Ratio"
 msgstr "_Poměr stran"
 
-#: ../data/interfaces/parole.ui.h:29 ../src/parole-player.c:759
+#: ../data/interfaces/parole.ui.h:29 ../src/parole-player.c:762
 msgid "None"
 msgstr "Žádné"
 
@@ -168,7 +169,7 @@ msgstr "_Titulky"
 
 #: ../data/interfaces/parole.ui.h:36
 msgid "Select Text Subtitles…"
-msgstr "Vybrat text titulků"
+msgstr "Vybrat titulky"
 
 #: ../data/interfaces/parole.ui.h:37
 msgid "_Tools"
@@ -176,7 +177,7 @@ msgstr "_Nástroje"
 
 #: ../data/interfaces/parole.ui.h:38
 msgid "P_lugins"
-msgstr "P_luginy"
+msgstr "_Zásuvné moduly"
 
 #: ../data/interfaces/parole.ui.h:39
 msgid "_Preferences"
@@ -200,11 +201,11 @@ msgstr "_Obsah"
 
 #: ../data/interfaces/parole.ui.h:44
 msgid "_About"
-msgstr "_O..."
+msgstr "_O aplikaci..."
 
 #: ../data/interfaces/parole.ui.h:45
 msgid "Unknown Song"
-msgstr "Neznámá píseň"
+msgstr "Neznámá skladba"
 
 #: ../data/interfaces/parole.ui.h:46
 msgid ""
@@ -227,13 +228,17 @@ msgstr "0:00"
 msgid "Buffering (0%)"
 msgstr "Ukládání do vyrovnávací paměti (0%)"
 
+#: ../data/interfaces/parole.ui.h:51
+msgid "/"
+msgstr "/"
+
 #: ../data/interfaces/mediachooser.ui.h:1
 msgid "Open Media Files"
 msgstr "Otevřít soubory médií"
 
 #: ../data/interfaces/playlist.ui.h:1
 #: ../data/interfaces/parole-settings.ui.h:27 ../src/parole-medialist.c:806
-#: ../src/parole-medialist.c:849 ../src/parole-player.c:3262
+#: ../src/parole-medialist.c:849 ../src/parole-player.c:3382
 msgid "Playlist"
 msgstr "Seznam médií"
 
@@ -251,7 +256,7 @@ msgstr "Přidat"
 
 #: ../data/interfaces/playlist.ui.h:5
 msgid "Remove selected media"
-msgstr "Odebrat vybrané média"
+msgstr "Odebrat vybraná média"
 
 #: ../data/interfaces/playlist.ui.h:6
 msgid "Remove"
@@ -336,7 +341,7 @@ msgstr "Konfigurovat přehrávač médií"
 
 #: ../data/interfaces/parole-settings.ui.h:5
 msgid "Disable screensaver when playing movies"
-msgstr "Při přehrávání filmu vypnout šetřič obrazovky"
+msgstr "Při přehrávání filmů zakázat šetřič obrazovky"
 
 #: ../data/interfaces/parole-settings.ui.h:6
 msgid "Screensaver"
@@ -368,7 +373,7 @@ msgstr "Hlavní"
 
 #: ../data/interfaces/parole-settings.ui.h:13
 msgid "Please restart Parole for this change to take effect."
-msgstr "Změny se projevení po restartu."

[Xfce4-commits] [apps/xfce4-taskmanager] 01/01: Back to development

2017-02-12 Thread noreply
This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository apps/xfce4-taskmanager.

commit 59cd1bc4f6cc7626c3b2f80ca789581423f1152c
Author: Simon Steinbeiss 
Date:   Sun Feb 12 12:29:50 2017 +0100

Back to development
---
 configure.ac.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac.in b/configure.ac.in
index c4be31c..b21db0a 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,7 +11,7 @@ m4_define([taskmanager_version_major], [1])
 m4_define([taskmanager_version_minor], [2])
 m4_define([taskmanager_version_micro], [0])
 m4_define([taskmanager_version_build], [@REVISION@])
-m4_define([taskmanager_version_tag], [])
+m4_define([taskmanager_version_tag], [git])
 m4_define([taskmanager_version], 
[taskmanager_version_major().taskmanager_version_minor().taskmanager_version_micro()ifelse(taskmanager_version_tag(),
 [git], [taskmanager_version_tag()-taskmanager_version_build()], 
[taskmanager_version_tag()])])
 
 dnl ***

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


[Xfce4-commits] [apps/xfce4-taskmanager] branch master updated (366ac06 -> 59cd1bc)

2017-02-12 Thread noreply
This is an automated email from the git hooks/post-receive script.

ochosi pushed a change to branch master
in repository apps/xfce4-taskmanager.

  from  366ac06   Updates for release
   new  59cd1bc   Back to development

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


Summary of changes:
 configure.ac.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[Xfce4-commits] [apps/xfce4-taskmanager] annotated tag xfce4-taskmanager-1.2.0 created (now 3ea09ae)

2017-02-12 Thread noreply
This is an automated email from the git hooks/post-receive script.

ochosi pushed a change to annotated tag xfce4-taskmanager-1.2.0
in repository apps/xfce4-taskmanager.

at  3ea09ae   (tag)
   tagging  366ac0686312fd023bcb804b66280abbde8add34 (commit)
  replaces  xfce4-taskmanager-1.1.0
 tagged by  Simon Steinbeiss
on  Sun Feb 12 12:23:50 2017 +0100

- Log -
New release with identifying windows feature, small bugfixes and lots of 
translation updates
---

No new revisions were added by this update.

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


[Xfce4-commits] [apps/xfce4-taskmanager] 01/01: Updates for release

2017-02-12 Thread noreply
This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository apps/xfce4-taskmanager.

commit 366ac0686312fd023bcb804b66280abbde8add34
Author: Simon Steinbeiss 
Date:   Sun Feb 12 12:23:09 2017 +0100

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

diff --git a/NEWS b/NEWS
index f0a7d1e..a4914bd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+1.2.0
+
+- New Feature: identify windows by clicking on them (Simon Steinbeiss, Florian 
Schüller)
+- Give the filter/search entry focus by default (Bug #11868)
+- Add delete and shift/delete keyboard shortcuts to the treeview
+- Improve kill and terminate dialog wording
+- Add Ctrl+q keyboard shortcut to close the taskmanager
+- Improve memory usage on FreeBSD system (Olivier Duchateau)
+- Lots and lots of translation updates (thanks to everyone!)
+
 1.1.0
 
 - Initial port to Gtk3, use --enable-gtk3 to test it (Gtk2 is still the 
default)
diff --git a/configure.ac.in b/configure.ac.in
index fe9a32a..c4be31c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -8,10 +8,10 @@ dnl ***
 dnl *** Version information ***
 dnl ***
 m4_define([taskmanager_version_major], [1])
-m4_define([taskmanager_version_minor], [1])
-m4_define([taskmanager_version_micro], [1])
+m4_define([taskmanager_version_minor], [2])
+m4_define([taskmanager_version_micro], [0])
 m4_define([taskmanager_version_build], [@REVISION@])
-m4_define([taskmanager_version_tag], [git])
+m4_define([taskmanager_version_tag], [])
 m4_define([taskmanager_version], 
[taskmanager_version_major().taskmanager_version_minor().taskmanager_version_micro()ifelse(taskmanager_version_tag(),
 [git], [taskmanager_version_tag()-taskmanager_version_build()], 
[taskmanager_version_tag()])])
 
 dnl ***

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


[Xfce4-commits] [apps/xfce4-taskmanager] branch master updated (0ebbe59 -> 366ac06)

2017-02-12 Thread noreply
This is an automated email from the git hooks/post-receive script.

ochosi pushed a change to branch master
in repository apps/xfce4-taskmanager.

  from  0ebbe59   I18n: Update translation de (100%).
   new  366ac06   Updates for release

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


Summary of changes:
 NEWS| 10 ++
 configure.ac.in |  6 +++---
 2 files changed, 13 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