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

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

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

commit 3c0b0426bbd7582f5b28ac8e1cd95c135c521141
Author: Michael Martins 
Date:   Sun Mar 8 06:30:16 2020 +0100

I18n: Update translation pt_BR (100%).

191 translated messages.

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

diff --git a/po/pt_BR.po b/po/pt_BR.po
index d7568a2..da90594 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -14,7 +14,7 @@ msgstr ""
 "Project-Id-Version: Libxfce4ui\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2020-01-10 00:30+0100\n"
-"PO-Revision-Date: 2020-01-31 22:28+\n"
+"PO-Revision-Date: 2020-03-08 03:19+\n"
 "Last-Translator: Michael Martins \n"
 "Language-Team: Portuguese (Brazil) 
(http://www.transifex.com/xfce/libxfce4ui/language/pt_BR/)\n"
 "MIME-Version: 1.0\n"

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


[Xfce4-commits] [xfce/libxfce4ui] branch master updated (6509264 -> 3c0b042)

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

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

  from  6509264   I18n: Update translation sv (92%).
   new  3c0b042   I18n: Update translation pt_BR (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/pt_BR.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[Xfce4-commits] [xfce/thunar] branch master updated (3d14b83 -> 0e9f6d0)

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

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

  from  3d14b83   Add desktop actions for home, computer and trash (bug 
#16497)
   new  0e9f6d0   Move places above devices in shortcuts view (bug #11586)

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


Summary of changes:
 thunar/thunar-shortcuts-model.h | 28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)

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


[Xfce4-commits] [xfce/thunar] 01/01: Move places above devices in shortcuts view (bug #11586)

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

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

commit 0e9f6d096dae8805390eca509b1d8384ca9f42d4
Author: Yousuf Philips 
Date:   Sat Mar 7 23:22:50 2020 +0400

Move places above devices in shortcuts view (bug #11586)

Also unify the order of places and devices child elements with the order
in tree view (move trash and file system to the bottom of their groups.
---
 thunar/thunar-shortcuts-model.h | 28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/thunar/thunar-shortcuts-model.h b/thunar/thunar-shortcuts-model.h
index 0fe21b6..6f3c231 100644
--- a/thunar/thunar-shortcuts-model.h
+++ b/thunar/thunar-shortcuts-model.h
@@ -74,23 +74,23 @@ typedef enum
 
 enum _ThunarShortcutGroup
 {
-  /* THUNAR_SHORTCUT_GROUP_DEVICES */
-  THUNAR_SHORTCUT_GROUP_DEVICES_HEADER = (1 << 0),  /* devices header */
-  THUNAR_SHORTCUT_GROUP_DEVICES_FILESYSTEM = (1 << 1),  /* local filesystem */
-  THUNAR_SHORTCUT_GROUP_DEVICES_VOLUMES= (1 << 2),  /* local ThunarDevices 
*/
-  THUNAR_SHORTCUT_GROUP_DEVICES_MOUNTS = (1 << 3),  /* local mounts, like 
cameras and archives */
-
   /* THUNAR_SHORTCUT_GROUP_PLACES */
-  THUNAR_SHORTCUT_GROUP_PLACES_HEADER  = (1 << 4),  /* places header */
-  THUNAR_SHORTCUT_GROUP_PLACES_DEFAULT = (1 << 5),  /* home and desktop */
-  THUNAR_SHORTCUT_GROUP_PLACES_TRASH   = (1 << 6),  /* trash */
-  THUNAR_SHORTCUT_GROUP_PLACES_BOOKMARKS   = (1 << 7),  /* gtk-bookmarks */
-  THUNAR_SHORTCUT_GROUP_PLACES_COMPUTER= (1 << 11), /* computer */
+  THUNAR_SHORTCUT_GROUP_PLACES_HEADER  = (1 << 0),  /* places header */
+  THUNAR_SHORTCUT_GROUP_PLACES_COMPUTER= (1 << 1),  /* computer */
+  THUNAR_SHORTCUT_GROUP_PLACES_DEFAULT = (1 << 2),  /* home and desktop */
+  THUNAR_SHORTCUT_GROUP_PLACES_BOOKMARKS   = (1 << 3),  /* gtk-bookmarks */
+  THUNAR_SHORTCUT_GROUP_PLACES_TRASH   = (1 << 4),  /* trash */
+
+  /* THUNAR_SHORTCUT_GROUP_DEVICES */
+  THUNAR_SHORTCUT_GROUP_DEVICES_HEADER = (1 << 5),  /* devices header */
+  THUNAR_SHORTCUT_GROUP_DEVICES_VOLUMES= (1 << 6),  /* local ThunarDevices 
*/
+  THUNAR_SHORTCUT_GROUP_DEVICES_MOUNTS = (1 << 7),  /* local mounts, like 
cameras and archives */
+  THUNAR_SHORTCUT_GROUP_DEVICES_FILESYSTEM = (1 << 8),  /* local filesystem */
 
   /* THUNAR_SHORTCUT_GROUP_NETWORK */
-  THUNAR_SHORTCUT_GROUP_NETWORK_HEADER = (1 << 8),  /* network header */
-  THUNAR_SHORTCUT_GROUP_NETWORK_DEFAULT= (1 << 9),  /* browse network */
-  THUNAR_SHORTCUT_GROUP_NETWORK_MOUNTS = (1 << 10), /* remote 
ThunarDevices */
+  THUNAR_SHORTCUT_GROUP_NETWORK_HEADER = (1 << 9),  /* network header */
+  THUNAR_SHORTCUT_GROUP_NETWORK_DEFAULT= (1 << 10),  /* browse network */
+  THUNAR_SHORTCUT_GROUP_NETWORK_MOUNTS = (1 << 11), /* remote 
ThunarDevices */
 };
 
 

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


[Xfce4-commits] [xfce/thunar] 01/01: Add desktop actions for home, computer and trash (bug #16497)

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

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

commit 3d14b834dfe6b9eac1679b41352d1585f034ef1c
Author: Yousuf Philips 
Date:   Tue Mar 3 19:54:37 2020 +0400

Add desktop actions for home, computer and trash (bug #16497)
---
 thunar.desktop.in.in | 16 +++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/thunar.desktop.in.in b/thunar.desktop.in.in
index 68801bf..3e39402 100644
--- a/thunar.desktop.in.in
+++ b/thunar.desktop.in.in
@@ -8,4 +8,18 @@ Terminal=false
 StartupNotify=true
 Type=Application
 Categories=System;Utility;Core;GTK;FileTools;FileManager;
-MimeType=inode/directory;
\ No newline at end of file
+MimeType=inode/directory;
+Actions=open-home;open-computer;open-trash;
+
+[Desktop Action open-home]
+_Name=Home
+Exec=thunar %U
+
+[Desktop Action open-computer]
+_Name=Computer
+Exec=thunar computer:///
+
+[Desktop Action open-trash]
+_Name=Trash
+Exec=thunar trash:///
+

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


[Xfce4-commits] [xfce/thunar] branch master updated (8df088a -> 3d14b83)

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

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

  from  8df088a   Added myself to AUTHORS
   new  3d14b83   Add desktop actions for home, computer and trash (bug 
#16497)

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


Summary of changes:
 thunar.desktop.in.in | 16 +++-
 1 file changed, 15 insertions(+), 1 deletion(-)

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


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

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

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

commit ec81f281264393ecef89ada0ebebc582f19f01fd
Author: Toni Estévez 
Date:   Sun Mar 8 00:31:10 2020 +0100

I18n: Update translation es (100%).

313 translated messages.

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

diff --git a/po/es.po b/po/es.po
index 849dc99..960e6e9 100644
--- a/po/es.po
+++ b/po/es.po
@@ -9,14 +9,15 @@
 # 629cf3e396111bb8c5fb6664e2dbc91d, 2015
 # prflr88 , 2013-2015
 # prflr88 , 2017
+# Toni Estévez , 2020
 # Markel @wakutiteo, 2018
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-12-06 06:31+0100\n"
-"PO-Revision-Date: 2019-12-08 15:21+\n"
-"Last-Translator: Ignacio Poggi \n"
+"PO-Revision-Date: 2020-03-07 18:18+\n"
+"Last-Translator: Toni Estévez \n"
 "Language-Team: Spanish 
(http://www.transifex.com/xfce/xfce-apps/language/es/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -26,11 +27,11 @@ msgstr ""
 
 #: ../mousepad/main.c:44
 msgid "Do not register with the D-BUS session message bus"
-msgstr "No registrar con el bus de mensajes de la sesión D-BUS"
+msgstr "No registrar con el bus de mensajes de la sesión de D-BUS"
 
 #: ../mousepad/main.c:45
 msgid "Quit a running Mousepad instance"
-msgstr "Salir de una instancia en ejecución de Mousepad"
+msgstr "Salir de una instancia de Mousepad en ejecución"
 
 #: ../mousepad/main.c:47
 msgid "Print version information and exit"
@@ -49,7 +50,7 @@ msgstr "[ARCHIVOS...]"
 #. no error message, the gui initialization failed
 #: ../mousepad/main.c:89
 msgid "Failed to open display."
-msgstr "No se pudo abrir la pantalla."
+msgstr "No se ha podido abrir la pantalla."
 
 #: ../mousepad/main.c:106
 msgid "The Xfce development team. All rights reserved."
@@ -62,7 +63,7 @@ msgstr "Informe de errores a <%s>."
 
 #: ../mousepad/mousepad-dialogs.c:44
 msgid "Mousepad is a fast text editor for the Xfce Desktop Environment."
-msgstr "Mousepad es un editor de texto veloz para el entorno de escritorio 
Xfce."
+msgstr "Mousepad es un editor de texto rápido para el entorno de escritorio 
Xfce."
 
 #: ../mousepad/mousepad-dialogs.c:49
 msgid "translator-credits"
@@ -71,12 +72,12 @@ msgstr "Pablo Lezaeta  2013-2016"
 #. display an error message to the user
 #: ../mousepad/mousepad-dialogs.c:104
 msgid "Failed to open the documentation browser"
-msgstr "No se pudo abrir el navegador de documentación"
+msgstr "No se ha podido abrir el navegador de la documentación"
 
 #. build dialog
 #: ../mousepad/mousepad-dialogs.c:119
 msgid "Select Tab Size"
-msgstr "Seleccione el tamaño de tabulación"
+msgstr "Seleccione el tamaño de la tabulación"
 
 #. build the dialog
 #: ../mousepad/mousepad-dialogs.c:200
@@ -93,17 +94,17 @@ msgstr "Número de c_olumna:"
 
 #: ../mousepad/mousepad-dialogs.c:299
 msgid "Remove all entries from the documents history?"
-msgstr "¿Quiere quitar todas las entradas del historial de documentos?"
+msgstr "¿Quiere eliminar todas las entradas del historial de documentos?"
 
 #: ../mousepad/mousepad-dialogs.c:304
 msgid "Clear Documents History"
-msgstr "Limpiar historial de documentos"
+msgstr "Borrar el historial de documentos"
 
 #: ../mousepad/mousepad-dialogs.c:307
 msgid ""
 "Clearing the documents history will permanently remove all currently listed "
 "entries."
-msgstr "Al borrar el historial de documentos se eliminará permanentemente 
todas las entradas que figuran actualmente."
+msgstr "Al borrar el historial de documentos se eliminarán permanentemente 
todas las entradas que figuran actualmente."
 
 #: ../mousepad/mousepad-dialogs.c:338
 msgid "Do you want to save the changes before closing?"
@@ -111,7 +112,7 @@ msgstr "¿Quiere guardar los cambios antes de cerrar?"
 
 #: ../mousepad/mousepad-dialogs.c:339
 msgid "Save Changes"
-msgstr "Guardar cambios"
+msgstr "Guardar los cambios"
 
 #: ../mousepad/mousepad-dialogs.c:340
 msgid "_Don't Save"

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


[Xfce4-commits] [apps/mousepad] branch master updated (646941e -> ec81f28)

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

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

  from  646941e   I18n: Update translation sr (100%).
   new  ec81f28   I18n: Update translation es (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/es.po | 25 +
 1 file changed, 13 insertions(+), 12 deletions(-)

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


[Xfce4-commits] [xfce/thunar] branch master updated (7ea0296 -> 8df088a)

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

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

  from  7ea0296   Xfconf setting whether to change the window icon (bug 
#16501)
   new  8df088a   Added myself to AUTHORS

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:
 AUTHORS | 1 +
 1 file changed, 1 insertion(+)

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


[Xfce4-commits] [xfce/thunar] 01/01: Added myself to AUTHORS

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

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

commit 8df088a7c2db2927ba92a13978a2eea88f5e8597
Author: Alexander Schwinn 
Date:   Sun Mar 8 00:16:56 2020 +0100

Added myself to AUTHORS
---
 AUTHORS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/AUTHORS b/AUTHORS
index 9e89715..2e2aef0 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,6 +4,7 @@ Jeffs Franks 
 Nick Schermer 
 Harald Judt 
 Andre Miranda 
+Alexander Schwinn 
 
 The stock_folder-copy and stock_folder-move icons where taken from
 gnome-icon-theme 2.18.0 whose authors are Lapo Calamandrei 
,

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


[Xfce4-commits] [xfce/thunar] 01/01: Xfconf setting whether to change the window icon (bug #16501)

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

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

commit 7ea02968b73bd39e4d4c59071d4ace1d8aa6b1de
Author: Yousuf Philips 
Date:   Fri Mar 6 23:05:31 2020 +0400

Xfconf setting whether to change the window icon (bug #16501)

By default the window icon wont change and if this default behaviour is
not wanted then it can be changed with thunar's misc-change-window-icon
xfconf setting
---
 thunar/thunar-preferences.c | 13 +
 thunar/thunar-window.c  |  6 +-
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/thunar/thunar-preferences.c b/thunar/thunar-preferences.c
index ba1efd4..78c9969 100644
--- a/thunar/thunar-preferences.c
+++ b/thunar/thunar-preferences.c
@@ -97,6 +97,7 @@ enum
   PROP_MISC_THUMBNAIL_DRAW_FRAMES,
   PROP_MISC_FILE_SIZE_BINARY,
   PROP_MISC_CONFIRM_CLOSE_MULTIPLE_TABS,
+  PROP_MISC_WINDOW_ICON,
   PROP_SHORTCUTS_ICON_EMBLEMS,
   PROP_SHORTCUTS_ICON_SIZE,
   PROP_TREE_ICON_EMBLEMS,
@@ -764,6 +765,18 @@ thunar_preferences_class_init (ThunarPreferencesClass 
*klass)
 EXO_PARAM_READWRITE);
 
   /**
+   * ThunarPreferences:misc-change-window-icon:
+   *
+   * Whether to change the window icon to the folder's icon.
+   **/
+  preferences_props[PROP_MISC_WINDOW_ICON] =
+  g_param_spec_boolean ("misc-change-window-icon",
+"MiscChangeWindowIcon",
+NULL,
+FALSE,
+EXO_PARAM_READWRITE);
+
+  /**
* ThunarPreferences:misc-confirm-close-multiple-tabs:
*
* Ask the user for confirmation before closing a window with
diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c
index 11e2be9..945d864 100644
--- a/thunar/thunar-window.c
+++ b/thunar/thunar-window.c
@@ -3426,6 +3426,7 @@ thunar_window_current_directory_changed (ThunarFile   
*current_directory,
   const gchar  *icon_name;
   gchar*title;
   gboolean  show_full_path;
+  gboolean  change_window_icon;
   gchar*parse_name = NULL;
   const gchar  *name;
 
@@ -3458,7 +3459,10 @@ G_GNUC_END_IGNORE_DEPRECATIONS
   icon_name = thunar_file_get_icon_name (current_directory,
  THUNAR_FILE_ICON_STATE_DEFAULT,
  icon_theme);
-  gtk_window_set_icon_name (GTK_WINDOW (window), icon_name);
+
+  g_object_get (G_OBJECT (window->preferences), "misc-change-window-icon", 
_window_icon, NULL);
+  if (G_UNLIKELY (change_window_icon))
+gtk_window_set_icon_name (GTK_WINDOW (window), icon_name);
 }
 
 

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


[Xfce4-commits] [xfce/thunar] branch master updated (ab36334 -> 7ea0296)

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

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

  from  ab36334   Remove top level desktop entry from tree view (bug #16474)
   new  7ea0296   Xfconf setting whether to change the window icon (bug 
#16501)

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


Summary of changes:
 thunar/thunar-preferences.c | 13 +
 thunar/thunar-window.c  |  6 +-
 2 files changed, 18 insertions(+), 1 deletion(-)

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


[Xfce4-commits] [apps/xfburn] annotated tag xfburn-0.6.2 created (now 0c73e73)

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

katanasteel pushed 
a change to 
annotated tag 
xfburn-0.6.2
in repository apps/xfburn.

at  0c73e73   (tag)
   tagging  a7c2f8e14b9fa18285ad3b2f270d9094e9c4e20f (commit)
  replaces  xfburn-0.6.1
 tagged by  Rene Kjellerup
on  Sat Mar 7 12:34:59 2020 -0800

- Log -
0.6.2

- displaying device revision information in the device dialog
- Made popup context menu translatable
- Code clean up for deprecated Glib/Gtk+ Widget definitions
- updated AppData to AppStream and project URLs all around
- Made xfburn.ui translatable
- minor cleanups
- Translation Updates:
  Albanian, Basque, Bulgarian, Catalan, Chinese (China), Chinese
  (Taiwan), Croatian, Czech, Danish, Dutch, French, Galician, German,
  Greek, Hebrew, Hungarian, Italian, Japanese, Lithuanian, Malay,
  Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian,
  Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish,
---

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/xfburn] 01/01: Updates for release

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

katanasteel pushed 
a commit to branch 
master
in repository apps/xfburn.

commit a7c2f8e14b9fa18285ad3b2f270d9094e9c4e20f
Author: Rene Kjellerup 
Date:   Sat Mar 7 12:34:50 2020 -0800

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

diff --git a/NEWS b/NEWS
index 239fd76..4d87485 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+0.6.2
+==
+- displaying device revision information in the device dialog
+- Made popup context menu translatable
+- Code clean up for deprecated Glib/Gtk+ Widget definitions
+- updated AppData to AppStream and project URLs all around
+- Made xfburn.ui translatable
+- minor cleanups
+- Translation Updates:
+  Albanian, Basque, Bulgarian, Catalan, Chinese (China), Chinese
+  (Taiwan), Croatian, Czech, Danish, Dutch, French, Galician, German,
+  Greek, Hebrew, Hungarian, Italian, Japanese, Lithuanian, Malay,
+  Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian,
+  Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish,
+
 xfburn 0.5.5 (2017-12-14)
 -
 
@@ -184,5 +199,4 @@ xfburn 0.1.0alpha
 =
 
 - First public release
-- Supports cdrw blanking, cd copying, creating iso, composition of files
-
+- Supports cdrw blanking, cd copying, creating iso, composition of files
\ No newline at end of file
diff --git a/configure.ac.in b/configure.ac.in
index 01dcadf..421c37c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -5,7 +5,7 @@ m4_define([xfburn_version_major], [0])
 m4_define([xfburn_version_minor], [6])
 m4_define([xfburn_version_micro], [2])
 m4_define([xfburn_version_build], [@REVISION@])
-m4_define([xfburn_version_tag], [git])
+m4_define([xfburn_version_tag], [])
 m4_define([xfburn_version], 
[xfburn_version_major().xfburn_version_minor().xfburn_version_micro()ifelse(xfburn_version_tag(),
 [git], [xfburn_version_tag()-xfburn_version_build()], [xfburn_version_tag()])])
 
 dnl Initialize autoconf

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


[Xfce4-commits] [apps/xfburn] branch master updated (cc72cc7 -> a7c2f8e)

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

katanasteel pushed 
a change to branch 
master
in repository apps/xfburn.

  from  cc72cc7   I18n: Update translation pt_BR (93%).
   new  a7c2f8e   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| 18 --
 configure.ac.in |  2 +-
 2 files changed, 17 insertions(+), 3 deletions(-)

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


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

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

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

commit 7db2295ff7b403d40423a11667bd9a8457cbb743
Author: Elishai Eliyahu 
Date:   Sat Mar 7 12:32:17 2020 +0100

I18n: Update translation he (100%).

337 translated messages.

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

diff --git a/po/he.po b/po/he.po
index 3d8ffa4..f17b247 100644
--- a/po/he.po
+++ b/po/he.po
@@ -3,15 +3,15 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Elishai Eliyahu , 2016,2018
+# Elishai Eliyahu , 2016,2018,2020
 # GenghisKhan , 2014,2016
 # GenghisKhan , 2012-2013
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-23 18:32+0200\n"
-"PO-Revision-Date: 2018-10-13 15:09+\n"
+"POT-Creation-Date: 2020-03-01 06:32+0100\n"
+"PO-Revision-Date: 2020-03-07 11:04+\n"
 "Last-Translator: Elishai Eliyahu \n"
 "Language-Team: Hebrew 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/he/)\n"
 "MIME-Version: 1.0\n"
@@ -20,317 +20,700 @@ msgstr ""
 "Language: he\n"
 "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 
1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
 
-#. TRANSLATORS: Keep in sync with labeloptions in weather-config.c
-#: ../panel-plugin/weather.c:130
-msgid "T"
-msgstr "T"
-
-#: ../panel-plugin/weather.c:133
-msgid "P"
-msgstr "P"
-
-#: ../panel-plugin/weather.c:136
-msgid "WS"
-msgstr "WS"
+#: ../panel-plugin/weather.desktop.in.h:1
+#: ../panel-plugin/weather-config.ui.h:1
+msgid "Weather Update"
+msgstr "עדכון מזג אוויר"
 
-#: ../panel-plugin/weather.c:139
-msgid "WB"
-msgstr "WB"
+#: ../panel-plugin/weather.desktop.in.h:2
+msgid "Show current weather conditions"
+msgstr "הצג תנאי מזג אוויר נוכחיים"
 
-#: ../panel-plugin/weather.c:142 ../panel-plugin/weather.c:145
-msgid "WD"
-msgstr "‏WD‏"
+#: ../panel-plugin/weather-config.ui.h:2
+msgid "Preferences"
+msgstr "העדפות"
 
-#: ../panel-plugin/weather.c:148
-msgid "H"
-msgstr "H"
+#: ../panel-plugin/weather-config.ui.h:3
+msgid "_Help"
+msgstr "_עזרה"
 
-#: ../panel-plugin/weather.c:151
-msgid "D"
-msgstr "D"
+#: ../panel-plugin/weather-config.ui.h:4
+msgid "_Close"
+msgstr "סגור"
 
-#: ../panel-plugin/weather.c:154
-msgid "A"
-msgstr "A"
+#: ../panel-plugin/weather-config.ui.h:5
+msgid "Location _name:"
+msgstr "_שם מיקום:"
 
-#: ../panel-plugin/weather.c:157
-msgid "CL"
-msgstr "CL"
+#: ../panel-plugin/weather-config.ui.h:6
+msgid "Latitud_e:"
+msgstr "קו _רוחב:"
 
-#: ../panel-plugin/weather.c:160
-msgid "CM"
-msgstr "CM"
+#: ../panel-plugin/weather-config.ui.h:7
+msgid "L_ongitude:"
+msgstr "קו _אורך:"
 
-#: ../panel-plugin/weather.c:163
-msgid "CH"
-msgstr "CH"
+#: ../panel-plugin/weather-config.ui.h:8
+msgid "Altitu_de:"
+msgstr "_גובה:"
 
-#: ../panel-plugin/weather.c:166
-msgid "C"
-msgstr "C"
+#: ../panel-plugin/weather-config.ui.h:9
+msgid "_Timezone:"
+msgstr "_אזור זמן:"
 
-#: ../panel-plugin/weather.c:169
-msgid "F"
-msgstr "F"
+#: ../panel-plugin/weather-config.ui.h:10
+msgid ""
+"Please change location name to your liking and correct alltitude and "
+"timezone if they are not auto-detected correctly."
+msgstr "אנא שנה שם מיקום לפי ראות עיניך ותקן גובה ואיזור זמן אם הם לא התגלו 
נכון אוטומטית."
 
-#: ../panel-plugin/weather.c:172
-msgid "R"
-msgstr "‏R‏"
+#: ../panel-plugin/weather-config.ui.h:11
+msgid ""
+"Latitude specifies the north-south position of a point on the Earth's "
+"surface. If you change this value manually, you need to provide altitude and"
+" timezone manually too."
+msgstr "קו רוחב מציין עמדת צפון-דרום של נקודה על פני כדור הארץ. אם תשנה את ערך 
זה ידנית, יהיה עליך לספק ידנית גובה ואזור זמן גם כן."
 
-#: ../panel-plugin/weather.c:353 ../panel-plugin/weather.c:355
-msgid "No Data"
-msgstr "אין נתונים"
+#. TRANSLATORS: The degree sign is used like a unit for
+#. latitude, longitude, wind direction
+#: ../panel-plugin/weather-config.ui.h:12 ../panel-plugin/weather-data.c:519
+msgid "°"
+msgstr "°"
 
-#: ../panel-plugin/weather.c:505
-msgid "Error parsing astronomical data!"
-msgstr "שגיאה בניתוח נתונים אסטרונומיים!"
+#: ../panel-plugin/weather-config.ui.h:13
+msgid ""
+"Longitude specifies the east-west position of a point on the Earth's "
+"surface. If you change this value manually, you need to provide altitude and"
+" timezone manually too."
+msgstr "קו אורך מציין עמדת מזרח-מערב של נקודה על פני כדור הארץ. אם תשנה את ערך 
זה ידנית, יהיה עליך לספק ידנית גובה ואזור זמן גם כן."
 
-#: ../panel-plugin/weather.c:507
-#, c-format
+#: ../panel-plugin/weather-config.ui.h:14
 msgid ""

[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] branch master updated (691aff9 -> 7db2295)

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

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

  from  691aff9   I18n: Update translation sl (100%).
   new  7db2295   I18n: Update translation he (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/he.po | 1248 +++---
 1 file changed, 629 insertions(+), 619 deletions(-)

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


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

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

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

commit de20f5a20295816fed0f33533bdae5ff641d5b22
Author: Anonymous 
Date:   Sat Mar 7 12:31:31 2020 +0100

I18n: Update translation da (100%).

75 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/da.po | 193 ++-
 1 file changed, 103 insertions(+), 90 deletions(-)

diff --git a/po/da.po b/po/da.po
index 748797c..f6a74e5 100644
--- a/po/da.po
+++ b/po/da.po
@@ -3,16 +3,16 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Aputsiak Niels Janussen (Skjalden) , 2015
+# Aputsiak Niels Janussen , 2015
 # Jens Hyllegaard , 2007
 # Morten Juhl-Johansen Zölde-Fejér , 2016
-# scootergrisen, 2016-2019
+# scootergrisen, 2016-2020
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-09-15 18:31+0200\n"
-"PO-Revision-Date: 2019-06-17 18:49+\n"
+"POT-Creation-Date: 2020-03-04 00:32+0100\n"
+"PO-Revision-Date: 2020-03-07 06:40+\n"
 "Last-Translator: scootergrisen\n"
 "Language-Team: Danish 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/da/)\n"
 "MIME-Version: 1.0\n"
@@ -32,8 +32,9 @@ msgstr "Udklipsholderhåndtering tilbydes som et panelplugin 
til Xfce, og som et
 #: ../panel-plugin/xfce4-clipman.desktop.in.h:1
 #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1
 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:1
-#: ../panel-plugin/main-panel-plugin.c:73
-#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:319
+#: ../panel-plugin/main-panel-plugin.c:74
+#: ../panel-plugin/main-status-icon.c:80 ../panel-plugin/plugin.c:94
+#: ../panel-plugin/plugin.c:331
 msgid "Clipman"
 msgstr "Clipman"
 
@@ -99,208 +100,220 @@ msgid ""
 msgstr "Er du sikker på, at du vil nulstille handlingerne til systemets 
standardværdier?"
 
 #: ../panel-plugin/settings-dialog.ui.h:1
-msgid "Edit Action"
-msgstr "Rediger handling"
+msgid "_Help"
+msgstr "_Hjælp"
 
 #: ../panel-plugin/settings-dialog.ui.h:2
-msgid ""
-"You can use the substitution parameters \"\\1\", \"\\2\" and so on in the "
-"commands. The parameter \"\\0\" represents the complete text. If you don't "
-"know regular expressions, have a look at the documentation of Clipman that "
-"has an introdution for them."
-msgstr "Du kan bruge erstatningsparametrene \"\\1\", \"\\2\" osv. i 
kommandoerne. Parameteren \"\\0\" repræsenterer den fulde tekst. Hvis du ikke 
kender til regulære udtryk, så kan du kigge på dokumentation til Clipman for at 
få en introduktion til dem."
+msgid "_Close"
+msgstr "_Luk"
 
 #: ../panel-plugin/settings-dialog.ui.h:3
-msgid "Name:"
-msgstr "Navn:"
-
-#: ../panel-plugin/settings-dialog.ui.h:4
-msgid "Pattern:"
-msgstr "Mønster:"
-
-#: ../panel-plugin/settings-dialog.ui.h:5
-msgid "The pattern is always anchored within the special characters ^$"
-msgstr "Mønstret er altid forankret inden i det specielle tegn ^$"
-
-#: ../panel-plugin/settings-dialog.ui.h:6
-msgid "Activate only on manual copy"
-msgstr "Aktivér kun ved manuel kopiering"
-
-#: ../panel-plugin/settings-dialog.ui.h:7
-msgid ""
-"By default the action is triggerred by a selection, check this option to "
-"trigger the action only when you make a manual copy"
-msgstr "Som standard er denne handling udløst af en markering. Tilvælg denne 
valgmulighed, for kun at udløse handlingen, når du laver en manuel kopi"
-
-#: ../panel-plugin/settings-dialog.ui.h:8
-msgid "Action"
-msgstr "Handling"
-
-#: ../panel-plugin/settings-dialog.ui.h:9
-msgid "Command:"
-msgstr "Kommando:"
-
-#: ../panel-plugin/settings-dialog.ui.h:10
-msgid "Commands"
-msgstr "Kommandoer"
-
-#: ../panel-plugin/settings-dialog.ui.h:11
 msgid "Sync _selections"
 msgstr "Synkronisér _markeringer"
 
-#: ../panel-plugin/settings-dialog.ui.h:12
+#: ../panel-plugin/settings-dialog.ui.h:4
 msgid ""
 "If checked, the selections will be synced with the default clipboard in a "
 "way that you can paste what you select"
 msgstr "Hvis den er afkrydset, så vil markeringerne blive synkroniseret med 
standardudklipsholderen på en måde som tillader dig, at indsætte hvad du vælger"
 
-#: ../panel-plugin/settings-dialog.ui.h:13
+#: ../panel-plugin/settings-dialog.ui.h:5
 msgid "Show _QR-Code"
 msgstr "Vis _QR-kode"
 
-#: ../panel-plugin/settings-dialog.ui.h:14
+#: ../panel-plugin/settings-dialog.ui.h:6
 msgid ""
 "If checked, the menu shows a QR-Code of the currently selected clipboard "
 "entry"
 msgstr "Hvis den er afkrydset, så viser menuen en QR-kode af den valgte post i 
udklipsholderen"
 
-#: ../panel-plugin/settings-dialog.ui.h:15
+#: ../panel-plugin/settings-dialog.ui.h:7
 msgid 

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

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

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

commit 27b0cf6a41d9b3e4945f532575f5d5e41822a567
Author: Elishai Eliyahu 
Date:   Sat Mar 7 12:31:31 2020 +0100

I18n: Update translation he (100%).

75 translated messages.

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

diff --git a/po/he.po b/po/he.po
index 8c273ba..ee23047 100644
--- a/po/he.po
+++ b/po/he.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Elishai Eliyahu , 2016
+# Elishai Eliyahu , 2016,2020
 # GenghisKhan , 2014,2016
 # GenghisKhan , 2012
 # Yaron Shahrabani , 2013-2014
@@ -11,9 +11,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-09-15 18:31+0200\n"
-"PO-Revision-Date: 2017-09-23 19:02+\n"
-"Last-Translator: GenghisKhan \n"
+"POT-Creation-Date: 2020-03-04 00:32+0100\n"
+"PO-Revision-Date: 2020-03-07 11:02+\n"
+"Last-Translator: Elishai Eliyahu \n"
 "Language-Team: Hebrew 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/he/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -32,8 +32,9 @@ msgstr "מנהל לוח אטיב מסופק כתוסף פאנל ל-Xfce וכתו
 #: ../panel-plugin/xfce4-clipman.desktop.in.h:1
 #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1
 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:1
-#: ../panel-plugin/main-panel-plugin.c:73
-#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:319
+#: ../panel-plugin/main-panel-plugin.c:74
+#: ../panel-plugin/main-status-icon.c:80 ../panel-plugin/plugin.c:94
+#: ../panel-plugin/plugin.c:331
 msgid "Clipman"
 msgstr "Clipman"
 
@@ -99,208 +100,220 @@ msgid ""
 msgstr "האם ברצונך לאפס את הפעולות לערכי ברירת מחדל של המערכת?"
 
 #: ../panel-plugin/settings-dialog.ui.h:1
-msgid "Edit Action"
-msgstr "עריכת פעולה"
+msgid "_Help"
+msgstr "_עזרה"
 
 #: ../panel-plugin/settings-dialog.ui.h:2
-msgid ""
-"You can use the substitution parameters \"\\1\", \"\\2\" and so on in the "
-"commands. The parameter \"\\0\" represents the complete text. If you don't "
-"know regular expressions, have a look at the documentation of Clipman that "
-"has an introdution for them."
-msgstr "באפשרותך להשתמש בפרמטרים חלופיים \"\\1\", \"\\2\" וכך הלאה. הפרמטר 
\"\\0\" מייצג את התמליל בשלמותו. במידה ואינך יודע/ת ביטויים רגולריים (RegEx) 
ניתן לקרוא את התיעוד של Clipman שמכיל מבוא עבורם."
+msgid "_Close"
+msgstr "סגור"
 
 #: ../panel-plugin/settings-dialog.ui.h:3
-msgid "Name:"
-msgstr "שם:"
-
-#: ../panel-plugin/settings-dialog.ui.h:4
-msgid "Pattern:"
-msgstr "תבנית:"
-
-#: ../panel-plugin/settings-dialog.ui.h:5
-msgid "The pattern is always anchored within the special characters ^$"
-msgstr "התבנית תמיד מעוגנת בתווים מיוחדים ^$"
-
-#: ../panel-plugin/settings-dialog.ui.h:6
-msgid "Activate only on manual copy"
-msgstr "הפעלה בהעתקה ידנית בלבד"
-
-#: ../panel-plugin/settings-dialog.ui.h:7
-msgid ""
-"By default the action is triggerred by a selection, check this option to "
-"trigger the action only when you make a manual copy"
-msgstr "באופן שגרתי הפעולה מופעלת על-ידי בחירה, באפשרותך לסמן את אפשרות זו כדי 
להפעיל את הפעולה בהעתקה ידנית בלבד"
-
-#: ../panel-plugin/settings-dialog.ui.h:8
-msgid "Action"
-msgstr "פעולה"
-
-#: ../panel-plugin/settings-dialog.ui.h:9
-msgid "Command:"
-msgstr "פקודה:"
-
-#: ../panel-plugin/settings-dialog.ui.h:10
-msgid "Commands"
-msgstr "פקודות"
-
-#: ../panel-plugin/settings-dialog.ui.h:11
 msgid "Sync _selections"
 msgstr "_סנכרן בחירות"
 
-#: ../panel-plugin/settings-dialog.ui.h:12
+#: ../panel-plugin/settings-dialog.ui.h:4
 msgid ""
 "If checked, the selections will be synced with the default clipboard in a "
 "way that you can paste what you select"
 msgstr "כאשר אפשרות זו מסומנת, הבחירות יסונכרנו עם לוח אטיב ברירת מחדל באופן 
כזה שתעמוד לרשותך האפשרות להדביק את בחירתך"
 
-#: ../panel-plugin/settings-dialog.ui.h:13
+#: ../panel-plugin/settings-dialog.ui.h:5
 msgid "Show _QR-Code"
 msgstr "הצג _QR-Code"
 
-#: ../panel-plugin/settings-dialog.ui.h:14
+#: ../panel-plugin/settings-dialog.ui.h:6
 msgid ""
 "If checked, the menu shows a QR-Code of the currently selected clipboard "
 "entry"
 msgstr "אם מסומנת, התפריט מראה קוד-QR של ערך לוח גזירים נבחר נוכחי"
 
-#: ../panel-plugin/settings-dialog.ui.h:15
+#: ../panel-plugin/settings-dialog.ui.h:7
 msgid "Behavior"
 msgstr "התנהגות"
 
-#: ../panel-plugin/settings-dialog.ui.h:16
+#: ../panel-plugin/settings-dialog.ui.h:8
 msgid "Save on _quit"
 msgstr "שמור ב_יציאה"
 
-#: ../panel-plugin/settings-dialog.ui.h:17
+#: 

[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] branch master updated (c64c2c8 -> 27b0cf6)

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

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

  from  c64c2c8   I18n: Update translation ru (100%).
   new  de20f5a   I18n: Update translation da (100%).
   new  27b0cf6   I18n: Update translation he (100%).

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


Summary of changes:
 po/da.po | 193 ++-
 po/he.po | 193 ++-
 2 files changed, 206 insertions(+), 180 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