[Xfce4-commits] [panel-plugins/xfce4-sample-plugin] branch master updated (3c73468 -> 9dc381b)

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

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

  from  3c73468   I18n: Update translation sr (100%).
   new  9dc381b   I18n: Update translation fr (100%).

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


Summary of changes:
 po/fr.po | 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] [panel-plugins/xfce4-sample-plugin] 01/01: I18n: Update translation fr (100%).

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

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

commit 9dc381ba5d9b39cae97afd8b91ed1712b27c9015
Author: Yannick Le Guen 
Date:   Mon Dec 16 12:31:56 2019 +0100

I18n: Update translation fr (100%).

7 translated messages.

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

diff --git a/po/fr.po b/po/fr.po
index 813c325..1935875 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-21 18:31+0100\n"
+"POT-Creation-Date: 2019-12-05 06:32+0100\n"
 "PO-Revision-Date: 2017-07-25 11:30+\n"
 "Last-Translator: Yannick Le Guen , 2019\n"
 "Language-Team: French (https://www.transifex.com/xfce/teams/16840/fr/)\n"
@@ -46,7 +46,7 @@ msgid "This is a sample plugin"
 msgstr "Ceci est un exemple de greffon"
 
 #: ../panel-plugin/sample-dialogs.c:129
-msgid "Copyright © 2006-2019 Xfce Dev\n"
+msgid "Copyright © 2006-2019 Xfce development team\n"
 msgstr "Copyright © 2006-2019 L’équipe de développement Xfce\n"
 
 #: ../panel-plugin/sample.desktop.in.h:2

-- 
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 (f990b57 -> 34c8c11)

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

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

  from  f990b57   I18n: Update translation sk (100%).
   new  34c8c11   Use standard icon instead of custom

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:
 icons/16x16/Makefile.am|   5 ++---
 icons/16x16/stock_thunar-shortcuts.png | Bin 526 -> 0 bytes
 thunar/thunar-shortcuts-pane.c |   2 +-
 thunar/thunar-shortcuts-view.c |   2 +-
 4 files changed, 4 insertions(+), 5 deletions(-)
 delete mode 100644 icons/16x16/stock_thunar-shortcuts.png

-- 
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: Use standard icon instead of custom

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

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

commit 34c8c1160ac8744ecc50a11eb137366e946f2935
Author: Andre Miranda 
Date:   Mon Dec 16 12:15:33 2019 -0300

Use standard icon instead of custom
---
 icons/16x16/Makefile.am|   5 ++---
 icons/16x16/stock_thunar-shortcuts.png | Bin 526 -> 0 bytes
 thunar/thunar-shortcuts-pane.c |   2 +-
 thunar/thunar-shortcuts-view.c |   2 +-
 4 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/icons/16x16/Makefile.am b/icons/16x16/Makefile.am
index d121bf6..dfbd950 100644
--- a/icons/16x16/Makefile.am
+++ b/icons/16x16/Makefile.am
@@ -4,9 +4,8 @@ apps_DATA = 
\
 
 stockdir = $(datadir)/icons/hicolor/16x16/stock/navigation
 stock_DATA =   \
-   stock_folder-copy.png   \
-   stock_folder-move.png   \
-   stock_thunar-shortcuts.png
+   stock_folder-copy.png   \
+   stock_folder-move.png
 
 EXTRA_DIST =   \
$(apps_DATA)\
diff --git a/icons/16x16/stock_thunar-shortcuts.png 
b/icons/16x16/stock_thunar-shortcuts.png
deleted file mode 100644
index 59e04f2..000
Binary files a/icons/16x16/stock_thunar-shortcuts.png and /dev/null differ
diff --git a/thunar/thunar-shortcuts-pane.c b/thunar/thunar-shortcuts-pane.c
index 98b5d6e..f72ec39 100644
--- a/thunar/thunar-shortcuts-pane.c
+++ b/thunar/thunar-shortcuts-pane.c
@@ -94,7 +94,7 @@ struct _ThunarShortcutsPane
 
 static const GtkActionEntry action_entries[] =
 {
-  { "sendto-shortcuts", "stock_thunar-shortcuts", "", NULL, NULL, G_CALLBACK 
(thunar_shortcuts_pane_action_shortcuts_add), },
+  { "sendto-shortcuts", "bookmark-new", "", NULL, NULL, G_CALLBACK 
(thunar_shortcuts_pane_action_shortcuts_add), },
 };
 
 
diff --git a/thunar/thunar-shortcuts-view.c b/thunar/thunar-shortcuts-view.c
index b281b22..d5597b3 100644
--- a/thunar/thunar-shortcuts-view.c
+++ b/thunar/thunar-shortcuts-view.c
@@ -1188,7 +1188,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
 gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
 gtk_widget_show (item);
 
-image = gtk_image_new_from_icon_name ("stock_thunar-shortcuts", 
GTK_ICON_SIZE_MENU);
+image = gtk_image_new_from_icon_name ("bookmark-new", 
GTK_ICON_SIZE_MENU);
 G_GNUC_BEGIN_IGNORE_DEPRECATIONS
 gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (item), image);
 G_GNUC_END_IGNORE_DEPRECATIONS

-- 
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: Use standard icon instead of custom

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

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

commit d86e5aff657b763ecc5ecf57b3e00cefe0eb2409
Author: Andre Miranda 
Date:   Mon Dec 16 12:15:33 2019 -0300

Use standard icon instead of custom
---
 icons/16x16/Makefile.am|   5 ++---
 icons/16x16/stock_thunar-shortcuts.png | Bin 526 -> 0 bytes
 thunar/thunar-shortcuts-pane.c |   2 +-
 thunar/thunar-shortcuts-view.c |   2 +-
 4 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/icons/16x16/Makefile.am b/icons/16x16/Makefile.am
index d121bf6..dfbd950 100644
--- a/icons/16x16/Makefile.am
+++ b/icons/16x16/Makefile.am
@@ -4,9 +4,8 @@ apps_DATA = 
\
 
 stockdir = $(datadir)/icons/hicolor/16x16/stock/navigation
 stock_DATA =   \
-   stock_folder-copy.png   \
-   stock_folder-move.png   \
-   stock_thunar-shortcuts.png
+   stock_folder-copy.png   \
+   stock_folder-move.png
 
 EXTRA_DIST =   \
$(apps_DATA)\
diff --git a/icons/16x16/stock_thunar-shortcuts.png 
b/icons/16x16/stock_thunar-shortcuts.png
deleted file mode 100644
index 59e04f2..000
Binary files a/icons/16x16/stock_thunar-shortcuts.png and /dev/null differ
diff --git a/thunar/thunar-shortcuts-pane.c b/thunar/thunar-shortcuts-pane.c
index 98b5d6e..f72ec39 100644
--- a/thunar/thunar-shortcuts-pane.c
+++ b/thunar/thunar-shortcuts-pane.c
@@ -94,7 +94,7 @@ struct _ThunarShortcutsPane
 
 static const GtkActionEntry action_entries[] =
 {
-  { "sendto-shortcuts", "stock_thunar-shortcuts", "", NULL, NULL, G_CALLBACK 
(thunar_shortcuts_pane_action_shortcuts_add), },
+  { "sendto-shortcuts", "bookmark-new", "", NULL, NULL, G_CALLBACK 
(thunar_shortcuts_pane_action_shortcuts_add), },
 };
 
 
diff --git a/thunar/thunar-shortcuts-view.c b/thunar/thunar-shortcuts-view.c
index cafde76..df38167 100644
--- a/thunar/thunar-shortcuts-view.c
+++ b/thunar/thunar-shortcuts-view.c
@@ -1188,7 +1188,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
 gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
 gtk_widget_show (item);
 
-image = gtk_image_new_from_icon_name ("stock_thunar-shortcuts", 
GTK_ICON_SIZE_MENU);
+image = gtk_image_new_from_icon_name ("bookmark-new", 
GTK_ICON_SIZE_MENU);
 G_GNUC_BEGIN_IGNORE_DEPRECATIONS
 gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (item), image);
 G_GNUC_END_IGNORE_DEPRECATIONS

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


[Xfce4-commits] [xfce/thunar] branch xfce-4.14 updated (320b343 -> d86e5af)

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

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

  from  320b343   I18n: Update translation sk (100%).
   new  d86e5af   Use standard icon instead of custom

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:
 icons/16x16/Makefile.am|   5 ++---
 icons/16x16/stock_thunar-shortcuts.png | Bin 526 -> 0 bytes
 thunar/thunar-shortcuts-pane.c |   2 +-
 thunar/thunar-shortcuts-view.c |   2 +-
 4 files changed, 4 insertions(+), 5 deletions(-)
 delete mode 100644 icons/16x16/stock_thunar-shortcuts.png

-- 
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 (34c8c11 -> 78c1564)

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

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

  from  34c8c11   Use standard icon instead of custom
   new  78c1564   Extra padding for Eject button when scrollbar is visible 
(Bug #15312)

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.c |  8 +++
 thunar/thunar-shortcuts-model.h |  1 +
 thunar/thunar-shortcuts-pane.c  | 28 ++
 thunar/thunar-shortcuts-view.c  | 51 ++---
 thunar/thunar-shortcuts-view.h  |  3 +++
 5 files changed, 77 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: Extra padding for Eject button when scrollbar is visible (Bug #15312)

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

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

commit 78c15641e0aa6f780c6766056a848428ab1d8e60
Author: Andre Miranda 
Date:   Mon Dec 16 12:34:05 2019 -0300

Extra padding for Eject button when scrollbar is visible (Bug #15312)

It also gets rid of the extra column just for the button and spinner,
so no more wasted space!
---
 thunar/thunar-shortcuts-model.c |  8 +++
 thunar/thunar-shortcuts-model.h |  1 +
 thunar/thunar-shortcuts-pane.c  | 28 ++
 thunar/thunar-shortcuts-view.c  | 51 ++---
 thunar/thunar-shortcuts-view.h  |  3 +++
 5 files changed, 77 insertions(+), 14 deletions(-)

diff --git a/thunar/thunar-shortcuts-model.c b/thunar/thunar-shortcuts-model.c
index aa38b70..d5e92df 100644
--- a/thunar/thunar-shortcuts-model.c
+++ b/thunar/thunar-shortcuts-model.c
@@ -495,6 +495,9 @@ thunar_shortcuts_model_get_column_type (GtkTreeModel 
*tree_model,
 
 case THUNAR_SHORTCUTS_MODEL_COLUMN_BUSY_PULSE:
   return G_TYPE_UINT;
+
+case THUNAR_SHORTCUTS_MODEL_COLUMN_HIDDEN:
+  return G_TYPE_BOOLEAN;
 }
 
   _thunar_assert_not_reached ();
@@ -711,6 +714,11 @@ thunar_shortcuts_model_get_value (GtkTreeModel *tree_model,
   g_value_set_uint (value, shortcut->busy_pulse);
   break;
 
+case THUNAR_SHORTCUTS_MODEL_COLUMN_HIDDEN:
+  g_value_init (value, G_TYPE_BOOLEAN);
+  g_value_set_boolean (value, FALSE);
+  break;
+
 default:
   _thunar_assert_not_reached ();
 }
diff --git a/thunar/thunar-shortcuts-model.h b/thunar/thunar-shortcuts-model.h
index cb87a1f..677e9b4 100644
--- a/thunar/thunar-shortcuts-model.h
+++ b/thunar/thunar-shortcuts-model.h
@@ -52,6 +52,7 @@ typedef enum
   THUNAR_SHORTCUTS_MODEL_COLUMN_GROUP,
   THUNAR_SHORTCUTS_MODEL_COLUMN_BUSY,
   THUNAR_SHORTCUTS_MODEL_COLUMN_BUSY_PULSE,
+  THUNAR_SHORTCUTS_MODEL_COLUMN_HIDDEN,
   THUNAR_SHORTCUTS_MODEL_N_COLUMNS,
 } ThunarShortcutsModelColumn;
 
diff --git a/thunar/thunar-shortcuts-pane.c b/thunar/thunar-shortcuts-pane.c
index f72ec39..2cc26a2 100644
--- a/thunar/thunar-shortcuts-pane.c
+++ b/thunar/thunar-shortcuts-pane.c
@@ -66,6 +66,8 @@ static void  thunar_shortcuts_pane_set_ui_manager 
   (ThunarComponen
   GtkUIManager 
*ui_manager);
 static void  thunar_shortcuts_pane_action_shortcuts_add  (GtkAction
*action,
   
ThunarShortcutsPane  *shortcuts_pane);
+static void  thunar_shortcuts_pane_show_shortcuts_view_padding 
(GtkWidget  *widget);
+static void  thunar_shortcuts_pane_hide_shortcuts_view_padding 
(GtkWidget  *widget);
 
 
 
@@ -162,6 +164,8 @@ thunar_shortcuts_pane_side_pane_init (ThunarSidePaneIface 
*iface)
 static void
 thunar_shortcuts_pane_init (ThunarShortcutsPane *shortcuts_pane)
 {
+  GtkWidget *vscrollbar;
+
   /* setup the action group for the shortcuts actions */
 G_GNUC_BEGIN_IGNORE_DEPRECATIONS
   shortcuts_pane->action_group = gtk_action_group_new ("ThunarShortcutsPane");
@@ -180,6 +184,14 @@ G_GNUC_END_IGNORE_DEPRECATIONS
   gtk_container_add (GTK_CONTAINER (shortcuts_pane), shortcuts_pane->view);
   gtk_widget_show (shortcuts_pane->view);
 
+  vscrollbar = gtk_scrolled_window_get_vscrollbar (GTK_SCROLLED_WINDOW 
(shortcuts_pane));
+  g_signal_connect_swapped (G_OBJECT (vscrollbar), "map",
+G_CALLBACK 
(thunar_shortcuts_pane_show_shortcuts_view_padding),
+shortcuts_pane->view);
+  g_signal_connect_swapped (G_OBJECT (vscrollbar), "unmap",
+G_CALLBACK 
(thunar_shortcuts_pane_hide_shortcuts_view_padding),
+shortcuts_pane->view);
+
   /* add widget to css class */
   gtk_style_context_add_class (gtk_widget_get_style_context (GTK_WIDGET 
(shortcuts_pane)), "shortcuts-pane");
 
@@ -508,3 +520,19 @@ G_GNUC_END_IGNORE_DEPRECATIONS
   thunar_g_file_list_free (lp);
 }
 }
+
+
+
+static void
+thunar_shortcuts_pane_show_shortcuts_view_padding (GtkWidget *widget)
+{
+  thunar_shortcuts_view_toggle_padding (THUNAR_SHORTCUTS_VIEW (widget), TRUE);
+}
+
+
+
+static void
+thunar_shortcuts_pane_hide_shortcuts_view_padding (GtkWidget *widget)
+{
+  thunar_shortcuts_view_toggle_padding (THUNAR_SHORTCUTS_VIEW (widget), FALSE);
+}
diff --git a/thunar/thunar-shortcuts-view.c b/thunar/thunar-shortcuts-view.c
index d5597b3..5e1695b 100644
--- a/thunar/thunar-shortcuts-view.c
+++ b/thunar/thunar-shortcuts-view.c
@@ -168,6 +168,9 @@ struct _ThunarShortcutsView
 
   ThunarPreferences  *preferences;
   GtkCellRenderer*icon_renderer;
+  GtkCellRenderer*padding_renderer;
+  GtkTreeViewCol

[Xfce4-commits] [xfce/xfce4-panel] branch master updated (841015a -> 9130347)

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

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

  from  841015a   I18n: Update translation tr (100%).
   new  9130347   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 | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

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


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

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

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

commit 9130347b96749fc29d62d4a871b7929dda316612
Author: Francisco 
Date:   Mon Dec 16 18:30:47 2019 +0100

I18n: Update translation es (100%).

416 translated messages.

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

diff --git a/po/es.po b/po/es.po
index 426f8cd..b7324fd 100644
--- a/po/es.po
+++ b/po/es.po
@@ -15,6 +15,7 @@
 # danpergal84 , 2013
 # Edwin Pujols , 2014
 # Edwin Pujols , 2014
+# Francisco , 2019
 # e49097353bae6e06d169bea93a448e3e, 2018
 # e49097353bae6e06d169bea93a448e3e, 2017
 # gabrieltandil , 2014
@@ -40,8 +41,8 @@ msgstr ""
 "Project-Id-Version: Xfce4-panel\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-12-09 00:30+0100\n"
-"PO-Revision-Date: 2019-12-10 22:52+\n"
-"Last-Translator: Casper casper\n"
+"PO-Revision-Date: 2019-12-16 15:40+\n"
+"Last-Translator: Francisco \n"
 "Language-Team: Spanish 
(http://www.transifex.com/xfce/xfce4-panel/language/es/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -856,7 +857,7 @@ msgstr "¿Realmente quiere iniciar la hibernación y 
suspensión simultanea del
 #: ../plugins/actions/actions.c:198
 #, c-format
 msgid "Hibernating and Suspending computer in %d seconds."
-msgstr "El equipo se hibernará y  suspenderá sumultáneamente en %d segundos."
+msgstr "Hibernar y suspender equipo en %d segundos."
 
 #: ../plugins/actions/actions.c:204
 msgid "Suspend"

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


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

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

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

commit d1faffc41569455cd05574c92ed993b6608c03c7
Author: Francisco 
Date:   Mon Dec 16 18:31:17 2019 +0100

I18n: Update translation es (100%).

127 translated messages.

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

diff --git a/po/es.po b/po/es.po
index c4eebf2..2995879 100644
--- a/po/es.po
+++ b/po/es.po
@@ -3,17 +3,18 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Fito JB, 2013
+# Adolfo Jayme-Barrientos, 2013
+# Francisco , 2019
 # Jaime Marquínez Ferrándiz, 2019
 # mc , 2013
-# Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ] , 2013-2015
+# prflr88 , 2013-2015
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-10-25 12:30+0200\n"
-"PO-Revision-Date: 2019-01-29 16:10+\n"
-"Last-Translator: Jaime Marquínez Ferrándiz\n"
+"PO-Revision-Date: 2019-12-16 16:01+\n"
+"Last-Translator: Francisco \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"
@@ -27,7 +28,7 @@ msgstr "Conectar todos los marcadores definidos con «conectar 
automáticamente
 
 #: ../src/main.c:49
 msgid "Ignore running instances, enforce opening a new instance"
-msgstr "Ignorar instancias en ejecución, forzar apertura de una nueva"
+msgstr "Descartar instancias en ejecución, forzar apertura de una nueva"
 
 #: ../src/main.c:50
 msgid "Print a list of supported URI schemes"
@@ -216,7 +217,7 @@ msgstr "Ruta: %s"
 
 #: ../src/bookmarkdialog.c:318
 msgid "Host"
-msgstr "Equipo"
+msgstr "Hospedaje"
 
 #: ../src/bookmarkdialog.c:326
 msgid "Port"
@@ -236,7 +237,7 @@ msgstr "Otra información"
 
 #: ../src/bookmarkdialog.c:371 ../src/bookmarkdialog.c:419
 msgid "_Add"
-msgstr "_Añadir"
+msgstr "_Agregar"
 
 #: ../src/bookmarkdialog.c:378 ../src/bookmarkdialog.c:424
 msgid "_Edit"
@@ -244,7 +245,7 @@ msgstr "_Editar"
 
 #: ../src/bookmarkdialog.c:385 ../src/bookmarkdialog.c:429
 msgid "_Delete"
-msgstr "_Eliminar"
+msgstr "_Borrar"
 
 #: ../src/bookmarkdialog.c:406
 msgid "Edit Bookmarks"
@@ -358,7 +359,7 @@ msgstr "_Dominio:"
 
 #: ../src/bookmarkeditdialog.c:1082
 msgid "_User Name:"
-msgstr "_Nombre de usuario:"
+msgstr "_Usuario:"
 
 #: ../src/preferencesdialog.c:146
 msgid "Icons"
@@ -537,7 +538,7 @@ msgstr "No se encontraron recursos compartidos"
 
 #: ../src/browsenetworkpanel.c:199
 msgid "No Hosts found"
-msgstr "No se encontraron equipos"
+msgstr "No se encontraron hospedajes"
 
 #: ../src/browsenetworkpanel.c:438
 msgid "_Connect"

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


[Xfce4-commits] [apps/gigolo] branch master updated (04cc4cd -> d1faffc)

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

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

  from  04cc4cd   I18n: Update translation pt (100%).
   new  d1faffc   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 | 21 +++--
 1 file changed, 11 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] [xfce/xfwm4] branch xfce-4.14 updated (cd27e67 -> b0fb6fc)

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

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

  from  cd27e67   I18n: Update translation ka (100%).
   new  b0fb6fc   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 | 40 +++-
 1 file changed, 19 insertions(+), 21 deletions(-)

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


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

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

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

commit b0fb6fcaec433d013379a0404a318e5a4a16790c
Author: Francisco 
Date:   Mon Dec 16 18:32:39 2019 +0100

I18n: Update translation es (100%).

169 translated messages.

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

diff --git a/po/es.po b/po/es.po
index 4d219be..4c6d1b8 100644
--- a/po/es.po
+++ b/po/es.po
@@ -7,6 +7,7 @@
 # Xfce Bot , 2019
 # Franklin David Macias Avellan , 2019
 # Toni Estévez , 2019
+# Francisco , 2019
 # 
 #, fuzzy
 msgid ""
@@ -15,7 +16,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-10-21 00:37+0200\n"
 "PO-Revision-Date: 2019-10-20 16:44+\n"
-"Last-Translator: Toni Estévez , 2019\n"
+"Last-Translator: Francisco , 2019\n"
 "Language-Team: Spanish (https://www.transifex.com/xfce/teams/16840/es/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -509,27 +510,24 @@ msgid ""
 "_Remember and recall previous workspace\n"
 "when switching via keyboard shortcuts"
 msgstr ""
-"_Recordar áreas de trabajo previas\n"
-"al cambiar mediante atajos de teclado"
+"_Recordar y reinvocar previo pupitre\n"
+"cuando cambie mediante atajos de teclado"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:33
 msgid "Wrap workspaces depending on the actual desktop _layout"
-msgstr ""
-"Cambiar de área de trabajo dependiendo de la _disposición real de escritorio"
+msgstr "Cubrir pupitre dependiendo del _diseño de escritorio"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:34
 msgid "Wrap workspaces when _the first or the last workspace is reached"
-msgstr ""
-"Saltar al primer espacio de _trabajo cuando se avanza desde el último "
-"espacio de trabajo"
+msgstr "Cubrir pupitres cuando el primero o el último pupitre sea alcanzado"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:35
 msgid "_Workspaces"
-msgstr "Áreas de _trabajo"
+msgstr "_Pupitres"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:36
 msgid "_Minimum size of windows to trigger smart placement:"
-msgstr "Tamaño _mínimo de ventana para activar posicionamiento inteligente"
+msgstr "Tamaño _mínimo de ventana para activar posicionamiento inteligente:"
 
 #. Smart placement size
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:40
@@ -611,11 +609,11 @@ msgstr "C_ompositor"
 
 #: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:3
 msgid "_Number of workspaces:"
-msgstr "_Número de áreas de trabajo:"
+msgstr "_Número de pupitres:"
 
 #: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:4
 msgid "Layout"
-msgstr "Distribución"
+msgstr "Diseño"
 
 #: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:5
 msgid "Names"
@@ -645,11 +643,11 @@ msgstr "%s (en %s)"
 #: ../src/keyboard.c:144 ../src/settings.c:160
 #, c-format
 msgid "Unsupported keyboard modifier '%s'"
-msgstr "Modificador de teclado '%s' no soportado"
+msgstr "Modificador de teclado '%s' no admitido"
 
 #: ../src/main.c:695
 msgid "Fork to the background (not supported)"
-msgstr "Modo de segundo plano no soportado"
+msgstr "Cambiar al fondo (no admitido)"
 
 #: ../src/main.c:697
 msgid "Set the compositor mode"
@@ -661,7 +659,7 @@ msgstr "Activa el modo de blanco vertical"
 
 #: ../src/main.c:707
 msgid "Replace the existing window manager"
-msgstr "Mantener acción del gestor de ventanas"
+msgstr "Sustituir el gestor de ventanas existente"
 
 #: ../src/main.c:708
 msgid "Print version information and exit"
@@ -674,7 +672,7 @@ msgstr "[ARGUMENTOS…]"
 #: ../src/main.c:759
 #, c-format
 msgid "Type \"%s --help\" for usage."
-msgstr "Escriba «%s --help» para instrucciones de uso."
+msgstr "Teclee «%s --help» para instrucciones de uso."
 
 #: ../src/menu.c:51
 msgid "Ma_ximize"
@@ -731,20 +729,20 @@ msgstr "Abandonar _pantalla completa"
 
 #: ../src/menu.c:65
 msgid "Context _Help"
-msgstr "A_yuda contextual"
+msgstr "Ay_uda contextual"
 
 #. 
 #: ../src/menu.c:67
 msgid "Always on _Visible Workspace"
-msgstr "Siempre en el área de trabajo _visible"
+msgstr "Siempre en el pupitre _visible"
 
 #: ../src/menu.c:68
 msgid "Only _Visible on This Workspace"
-msgstr "Solamente _visible en esta área de trabajo"
+msgstr "Solamente _visible en este pupitre"
 
 #: ../src/menu.c:69
 msgid "Move to Another _Workspace"
-msgstr "Mover a otra _área de trabajo"
+msgstr "Mover a otro _pupitre"
 
 #. 
 #: ../src/menu.c:74
@@ -767,7 +765,7 @@ msgstr "%s: GtkMenu no pudo capturar el puntero\n"
 #: ../src/terminate.c:77
 #, c-format
 msgid "Error reading data from child process: %s\n"
-msgstr "Error al leer datos del proceso hij

[Xfce4-commits] [xfce/xfdesktop] branch master updated (594e7da -> d53f56c)

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

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

  from  594e7da   I18n: Update translation ka (91%).
   new  d53f56c   I18n: Update translation ka (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/ka.po | 62 +++---
 1 file changed, 31 insertions(+), 31 deletions(-)

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


[Xfce4-commits] [xfce/xfdesktop] branch xfce-4.14 updated (44dc02c -> 608e5b9)

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

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

  from  44dc02c   I18n: Update translation ka (87%).
   new  608e5b9   I18n: Update translation ka (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/ka.po | 80 +---
 1 file changed, 46 insertions(+), 34 deletions(-)

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


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

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

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

commit 608e5b97c83e2435bf2a4b558588dd94b92e3f36
Author: zura davitashvili 
Date:   Tue Dec 17 00:32:23 2019 +0100

I18n: Update translation ka (100%).

245 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/ka.po | 80 +---
 1 file changed, 46 insertions(+), 34 deletions(-)

diff --git a/po/ka.po b/po/ka.po
index 4cfc8e2..6a6e757 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -36,7 +36,7 @@ msgstr "ნაგავი"
 
 #: ../settings/main.c:425
 msgid "Removable Devices"
-msgstr "მოსახსნელი მოწყობილობები"
+msgstr "მოცილებადი მოწყობილობები"
 
 #: ../settings/main.c:427
 msgid "Network Shares"
@@ -248,7 +248,7 @@ msgstr "ვერტიკალური დახრილობა"
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:4
 msgid "Transparent"
-msgstr ""
+msgstr "გამჭვირვალე"
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:5
 msgid "Choose the folder to select wallpapers from."
@@ -285,7 +285,7 @@ msgstr "მასშტაბური"
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:13
 msgid "Zoomed"
-msgstr ""
+msgstr "გადიდებული"
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:14
 msgid "Spanning Screens"
@@ -507,7 +507,7 @@ msgstr "წებოვანი ფანჯრების ჩვენებ
 
 #: ../settings/xfdesktop-settings-ui.glade.h:36
 msgid "Show a_dd and remove workspace options in list"
-msgstr "სამუშაო სივრცეების დამატებისა და წაშლის ვარიანტების ჩვენება სიაში"
+msgstr "სამუშაო სივრცეების დამატებისა და მოცილების ვარიანტების ჩვენება სიაში"
 
 #: ../settings/xfdesktop-settings-ui.glade.h:37
 msgid "Window List Menu"
@@ -587,7 +587,7 @@ msgstr "ნაგულისხმები ხატულები"
 
 #: ../settings/xfdesktop-settings-ui.glade.h:55
 msgid "_Icons"
-msgstr ""
+msgstr "ხატულები"
 
 #: ../src/menu.c:93
 msgid "_Applications"
@@ -596,7 +596,7 @@ msgstr "პროგრამები"
 #: ../src/windowlist.c:73
 #, c-format
 msgid "Remove Workspace %d"
-msgstr "წაშალე სამუშაო სივრცე %d"
+msgstr "მოაცილე სამუშაო სივრცე %d"
 
 #: ../src/windowlist.c:74
 #, c-format
@@ -604,13 +604,13 @@ msgid ""
 "Do you really want to remove workspace %d?\n"
 "Note: You are currently on workspace %d."
 msgstr ""
-"ნამდვილად გსურთ %d სამუშაო სივრცის წაშლა?\n"
+"ნამდვილად გსურთ %d სამუშაო სივრცის მოცილება?\n"
 "შენიშვნა: თქვენ ამჟამად იმყოფებით %d სამუშაო სივრცეზე."
 
 #: ../src/windowlist.c:78
 #, c-format
 msgid "Remove Workspace '%s'"
-msgstr "წაშალე სამუშაო სივრცე '%s'"
+msgstr "მოაცილე სამუშაო სივრცე '%s'"
 
 #: ../src/windowlist.c:79
 #, c-format
@@ -618,14 +618,14 @@ msgid ""
 "Do you really want to remove workspace '%s'?\n"
 "Note: You are currently on workspace '%s'."
 msgstr ""
-"ნამდვილად გსურთ '%s' სამუშაო სივრცის წაშლა?\n"
+"ნამდვილად გსურთ '%s' სამუშაო სივრცის მოცილება?\n"
 "შენიშვნა: თქვენ ამჯამად იმყოფებით '%s' სამუშაო სივრცეზე."
 
 #. Popup a dialog box confirming that the user wants to remove a
 #. * workspace
 #: ../src/windowlist.c:86
 msgid "Remove"
-msgstr "წაშლა"
+msgstr "მოცილება"
 
 #: ../src/windowlist.c:272
 msgid "Window List"
@@ -643,12 +643,12 @@ msgstr "სამუშაო სივრცის დამატება"
 #: ../src/windowlist.c:403
 #, c-format
 msgid "_Remove Workspace %d"
-msgstr "წაშალე სამუშაო სივრცე %d"
+msgstr "მოაცილე სამუშაო სივრცე %d"
 
 #: ../src/windowlist.c:406
 #, c-format
 msgid "_Remove Workspace '%s'"
-msgstr "წაშალე სამუშაო სივრცე '%s'"
+msgstr "მოაცილე სამუშაო სივრცე '%s'"
 
 #: ../src/xfdesktop-application.c:834
 msgid "Display version information"
@@ -664,11 +664,11 @@ msgstr "მიმდინარე სამუშაო სივრცეზ
 
 #: ../src/xfdesktop-application.c:837
 msgid "Pop up the menu (at the current mouse position)"
-msgstr ""
+msgstr "მენიუს ჩვენება (თაგვის ამჟამინდელ მდებარეობაზე)"
 
 #: ../src/xfdesktop-application.c:838
 msgid "Pop up the window list (at the current mouse position)"
-msgstr ""
+msgstr "ფანჯრების სიის ჩვენება (თაგვის ამჟამინდელ მდებარეობაზე)"
 
 #: ../src/xfdesktop-application.c:840
 msgid "Automatically arrange all the icons on the desktop"
@@ -786,7 +786,7 @@ msgstr "ყველას გახსნა"
 
 #: ../src/xfdesktop-file-icon-manager.c:1437
 msgid "_Open in New Window"
-msgstr ""
+msgstr "ახალ ფანჯარაში გახსნა"
 
 #: ../src/xfdesktop-file-icon-manager.c:1439
 #: ../src/xfdesktop-special-file-icon.c:545 ../src/xfdesktop-volume-icon.c:811
@@ -848,7 +848,7 @@ msgstr "ასლი"
 
 #: ../src/xfdesktop-file-icon-manager.c:1733
 msgid "Paste Into Folder"
-msgstr ""
+msgstr "საქაღალდეში ჩასმა"
 
 #: ../src/xfdesktop-file-icon-manager.c:1752
 msgid "Mo_ve to Trash"
@@ -856,7 +856,7 @@ msgstr "ნაგავში გადატანა"
 
 #: ../src/xfdesktop-file-icon-manager.c:1764
 msgid "_Delete"
-msgstr ""
+msgstr "წაშლა"
 
 #: ../src/xfdesktop-file-icon-manager.c:1781
 msgid "_Rename..."
@@ -901,7 +901,7 @@ msgstr "ბმ

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

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

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

commit d53f56cf6586ca60cf42de6bffe62918e08c0629
Author: zura davitashvili 
Date:   Tue Dec 17 00:32:13 2019 +0100

I18n: Update translation ka (100%).

245 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/ka.po | 62 +++---
 1 file changed, 31 insertions(+), 31 deletions(-)

diff --git a/po/ka.po b/po/ka.po
index 26889bb..18db4aa 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: Xfdesktop\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-09-26 06:31+0200\n"
-"PO-Revision-Date: 2019-12-14 22:38+\n"
+"PO-Revision-Date: 2019-12-16 20:39+\n"
 "Last-Translator: zura davitashvili \n"
 "Language-Team: Georgian 
(http://www.transifex.com/xfce/xfdesktop/language/ka/)\n"
 "MIME-Version: 1.0\n"
@@ -34,7 +34,7 @@ msgstr "ნაგავი"
 
 #: ../settings/main.c:425
 msgid "Removable Devices"
-msgstr "მოსახსნელი მოწყობილობები"
+msgstr "მოცილებადი მოწყობილობები"
 
 #: ../settings/main.c:427
 msgid "Network Shares"
@@ -490,7 +490,7 @@ msgstr "წებოვანი ფანჯრების ჩვენებ
 
 #: ../settings/xfdesktop-settings-ui.glade.h:36
 msgid "Show a_dd and remove workspace options in list"
-msgstr "სამუშაო სივრცეების დამატებისა და წაშლის ვარიანტების ჩვენება სიაში"
+msgstr "სამუშაო სივრცეების დამატებისა და მოცილების ვარიანტების ჩვენება სიაში"
 
 #: ../settings/xfdesktop-settings-ui.glade.h:37
 msgid "Window List Menu"
@@ -577,32 +577,32 @@ msgstr "პროგრამები"
 #: ../src/windowlist.c:73
 #, c-format
 msgid "Remove Workspace %d"
-msgstr "წაშალე სამუშაო სივრცე %d"
+msgstr "მოაცილე სამუშაო სივრცე %d"
 
 #: ../src/windowlist.c:74
 #, c-format
 msgid ""
 "Do you really want to remove workspace %d?\n"
 "Note: You are currently on workspace %d."
-msgstr "ნამდვილად გსურთ %d სამუშაო სივრცის წაშლა?\nშენიშვნა: თქვენ ამჟამად 
იმყოფებით %d სამუშაო სივრცეზე."
+msgstr "ნამდვილად გსურთ %d სამუშაო სივრცის მოცილება?\nშენიშვნა: თქვენ ამჟამად 
იმყოფებით %d სამუშაო სივრცეზე."
 
 #: ../src/windowlist.c:78
 #, c-format
 msgid "Remove Workspace '%s'"
-msgstr "წაშალე სამუშაო სივრცე '%s'"
+msgstr "მოაცილე სამუშაო სივრცე '%s'"
 
 #: ../src/windowlist.c:79
 #, c-format
 msgid ""
 "Do you really want to remove workspace '%s'?\n"
 "Note: You are currently on workspace '%s'."
-msgstr "ნამდვილად გსურთ '%s' სამუშაო სივრცის წაშლა?\nშენიშვნა: თქვენ ამჟამად 
იმყოფებით '%s' სამუშაო სივრცეზე."
+msgstr "ნამდვილად გსურთ '%s' სამუშაო სივრცის მოცილება?\nშენიშვნა: თქვენ 
ამჟამად იმყოფებით '%s' სამუშაო სივრცეზე."
 
 #. Popup a dialog box confirming that the user wants to remove a
 #. * workspace
 #: ../src/windowlist.c:86
 msgid "Remove"
-msgstr "წაშლა"
+msgstr "მოცილება"
 
 #: ../src/windowlist.c:272
 msgid "Window List"
@@ -620,12 +620,12 @@ msgstr "სამუშაო სივრცის დამატება"
 #: ../src/windowlist.c:403
 #, c-format
 msgid "_Remove Workspace %d"
-msgstr "წაშალე სამუშაო სივრცე %d"
+msgstr "მოაცილე სამუშაო სივრცე %d"
 
 #: ../src/windowlist.c:406
 #, c-format
 msgid "_Remove Workspace '%s'"
-msgstr "წაშალე სამუშაო სივრცე '%s'"
+msgstr "მოაცილე სამუშაო სივრცე '%s'"
 
 #: ../src/xfdesktop-application.c:834
 msgid "Display version information"
@@ -641,11 +641,11 @@ msgstr "მიმდინარე სამუშაო სივრცეზ
 
 #: ../src/xfdesktop-application.c:837
 msgid "Pop up the menu (at the current mouse position)"
-msgstr ""
+msgstr "მენიუს ჩვენება (თაგვის ამჟამინდელ მდებარეობაზე)"
 
 #: ../src/xfdesktop-application.c:838
 msgid "Pop up the window list (at the current mouse position)"
-msgstr ""
+msgstr "ფანჯრების სიის ჩვენება (თაგვის ამჟამინდელ მდებარეობაზე)"
 
 #: ../src/xfdesktop-application.c:840
 msgid "Automatically arrange all the icons on the desktop"
@@ -892,13 +892,13 @@ msgstr "გუშინ %X-ზე"
 #: ../src/xfdesktop-file-utils.c:168
 #, c-format
 msgid "%A at %X"
-msgstr ""
+msgstr "%A %X-ზე"
 
 #. Any other date
 #: ../src/xfdesktop-file-utils.c:171
 #, c-format
 msgid "%x at %X"
-msgstr ""
+msgstr "%x %X-ზე"
 
 #. the file_time is invalid
 #: ../src/xfdesktop-file-utils.c:181
@@ -1008,7 +1008,7 @@ msgstr "ფაილის გადაცემა ვერ განხორ
 #. TRANSLATORS: Please use the same translation here as in Thunar
 #: ../src/xfdesktop-notify.c:127
 msgid "Unmounting device"
-msgstr ""
+msgstr "მიმდინარეობს მოწყობილობის მოხსნა"
 
 #. TRANSLATORS: Please use the same translation here as in Thunar
 #: ../src/xfdesktop-notify.c:130
@@ -1016,7 +1016,7 @@ msgstr ""
 msgid ""
 "The device \"%s\" is being unmounted by the system. Please do not remove the"
 " media or disconnect the drive"
-msgstr ""
+msgstr "მოწყობილობა \"%s\" იხსნება სისტემის მიერ. გთხოვთ, არ მოაცილოთ მედია ან 
არ გამოაერთოთ დისკი"
 
 #. TRANSLATORS: Please use the same translation here as in Thunar
 #: ../src/xfdesktop-notify.c:137 ../sr