[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 20/28: Add German and Spanish translations.

noreply at xfce.org noreply at xfce.org
Sat Aug 20 18:33:16 CEST 2016


This is an automated email from the git hooks/post-receive script.

gottcode pushed a commit to annotated tag v1.0.1
in repository panel-plugins/xfce4-whiskermenu-plugin.

commit 22cc2eb6307abeb50a1d9f048812123575c9968e
Author: Graeme Gott <graeme at gottcode.org>
Date:   Tue Jun 25 06:50:23 2013 -0400

    Add German and Spanish translations.
---
 po/CMakeLists.txt                 |   2 +
 po/de/CMakeLists.txt              |   1 +
 po/de/xfce4-whiskermenu-plugin.po | 108 ++++++++++++++++++++++++++++++++++++++
 po/es/CMakeLists.txt              |   1 +
 po/es/xfce4-whiskermenu-plugin.po | 108 ++++++++++++++++++++++++++++++++++++++
 whiskermenu.desktop               |   4 ++
 6 files changed, 224 insertions(+)

diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index 31f3a10..9380ddc 100644
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -1,5 +1,7 @@
 find_package(Gettext REQUIRED)
 
+add_subdirectory(de)
+add_subdirectory(es)
 add_subdirectory(en_GB)
 add_subdirectory(he)
 add_subdirectory(ro)
diff --git a/po/de/CMakeLists.txt b/po/de/CMakeLists.txt
new file mode 100644
index 0000000..01a9f28
--- /dev/null
+++ b/po/de/CMakeLists.txt
@@ -0,0 +1 @@
+GETTEXT_PROCESS_PO_FILES(de ALL INSTALL_DESTINATION ${CMAKE_INSTALL_LOCALEDIR} PO_FILES xfce4-whiskermenu-plugin.po)
diff --git a/po/de/xfce4-whiskermenu-plugin.po b/po/de/xfce4-whiskermenu-plugin.po
new file mode 100644
index 0000000..77388db
--- /dev/null
+++ b/po/de/xfce4-whiskermenu-plugin.po
@@ -0,0 +1,108 @@
+# German translation of xfce4-whiskermenu-plugin.
+# Copyright (C) 2013 Graeme Gott
+# This file is distributed under the same license as the xfce4-whiskermenu-plugin package.
+#
+# Translators:
+# manjarolinux <philm at manjaro.org>, 2013
+msgid ""
+msgstr ""
+"Project-Id-Version: Whisker Menu\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-06-15 20:23+0000\n"
+"PO-Revision-Date: 2013-06-25 04:34+0000\n"
+"Last-Translator: manjarolinux <philm at manjaro.org>\n"
+"Language-Team: German (http://www.transifex.com/projects/p/xfce4-whiskermenu-plugin/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: src/applications_page.cpp:298
+msgid "All"
+msgstr "Alle"
+
+#: src/configuration_dialog.cpp:52
+msgid "Whisker Menu"
+msgstr "Whisker Menü"
+
+#: src/configuration_dialog.cpp:66
+msgid "Appearance"
+msgstr "Erscheinungsbild"
+
+#: src/configuration_dialog.cpp:71
+msgid "Show applications by _name"
+msgstr "Zeige Programme bei _Namen"
+
+#: src/configuration_dialog.cpp:77
+msgid "Show application _descriptions"
+msgstr "Zeige Programm _Beschreibungen"
+
+#: src/configuration_dialog.cpp:86
+msgid "_Icon:"
+msgstr "_Symbol:"
+
+#: src/configuration_dialog.cpp:118
+msgid "Select An Icon"
+msgstr "Wähle ein Symbol"
+
+#: src/launcher.cpp:263
+#, c-format
+msgid "Failed to execute command \"%s\"."
+msgstr "Konnte Kommando \"%s\" nicht ausführen."
+
+#: src/menu.cpp:88
+msgid "All Settings"
+msgstr "Alle Einstellungen"
+
+#: src/menu.cpp:91
+msgid "Lock Screen"
+msgstr "Bildschirm sperren"
+
+#: src/menu.cpp:94
+msgid "Log Out"
+msgstr "Abmelden"
+
+#: src/menu.cpp:108
+msgid "Favorites"
+msgstr "Favoriten"
+
+#: src/menu.cpp:114
+msgid "Recently Used"
+msgstr "Zuletzt genutzt"
+
+#: src/menu.cpp:636
+msgid "Failed to open settings manager."
+msgstr "Konnte Einstellungs-Manager nicht starten."
+
+#: src/menu.cpp:650
+msgid "Failed to lock screen."
+msgstr "Konnte Bildschirm nicht sperren."
+
+#: src/menu.cpp:664
+msgid "Failed to log out."
+msgstr "Konnte nicht abmelden."
+
+#: src/page.cpp:170
+msgid "Add to Favorites"
+msgstr "Zu Favoriten hinzufügen"
+
+#: src/page.cpp:176
+msgid "Remove From Favorites"
+msgstr "Von Favoriten entfernen"
+
+#: src/page.cpp:181
+msgid "Add to Desktop"
+msgstr "Zum Desktop hinzufügen"
+
+#: src/page.cpp:185
+msgid "Add to Panel"
+msgstr "Zum Panel hinzufügen"
+
+#: src/page.cpp:265
+msgid "Unable to add launcher to desktop."
+msgstr "Konnte Launcher nicht zum Desktop hinzufügen."
+
+#: src/page.cpp:303 src/page.cpp:312
+msgid "Unable to add launcher to panel."
+msgstr "Konnte Launcher nicht zum Panel hinzufügen."
diff --git a/po/es/CMakeLists.txt b/po/es/CMakeLists.txt
new file mode 100644
index 0000000..3383158
--- /dev/null
+++ b/po/es/CMakeLists.txt
@@ -0,0 +1 @@
+GETTEXT_PROCESS_PO_FILES(es ALL INSTALL_DESTINATION ${CMAKE_INSTALL_LOCALEDIR} PO_FILES xfce4-whiskermenu-plugin.po)
diff --git a/po/es/xfce4-whiskermenu-plugin.po b/po/es/xfce4-whiskermenu-plugin.po
new file mode 100644
index 0000000..bf2e7ad
--- /dev/null
+++ b/po/es/xfce4-whiskermenu-plugin.po
@@ -0,0 +1,108 @@
+# Spanish translation of xfce4-whiskermenu-plugin.
+# Copyright (C) 2013 Graeme Gott
+# This file is distributed under the same license as the xfce4-whiskermenu-plugin package.
+#
+# Translators:
+# intialonso <intialonso at gmail.com>, 2013
+msgid ""
+msgstr ""
+"Project-Id-Version: Whisker Menu\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-06-15 20:23+0000\n"
+"PO-Revision-Date: 2013-06-24 22:10+0000\n"
+"Last-Translator: intialonso <intialonso at gmail.com>\n"
+"Language-Team: Spanish (http://www.transifex.com/projects/p/xfce4-whiskermenu-plugin/language/es/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: src/applications_page.cpp:298
+msgid "All"
+msgstr "Todo"
+
+#: src/configuration_dialog.cpp:52
+msgid "Whisker Menu"
+msgstr "Whisker Menu"
+
+#: src/configuration_dialog.cpp:66
+msgid "Appearance"
+msgstr "Apariencia"
+
+#: src/configuration_dialog.cpp:71
+msgid "Show applications by _name"
+msgstr "Mostrar aplicaciones por nombre"
+
+#: src/configuration_dialog.cpp:77
+msgid "Show application _descriptions"
+msgstr "Mostrar aplicaciones por descripción"
+
+#: src/configuration_dialog.cpp:86
+msgid "_Icon:"
+msgstr "_Icono:"
+
+#: src/configuration_dialog.cpp:118
+msgid "Select An Icon"
+msgstr "Seleccione un ícono"
+
+#: src/launcher.cpp:263
+#, c-format
+msgid "Failed to execute command \"%s\"."
+msgstr "Falló la ejecución del comando \"%s\"."
+
+#: src/menu.cpp:88
+msgid "All Settings"
+msgstr "Todas las configuraciones"
+
+#: src/menu.cpp:91
+msgid "Lock Screen"
+msgstr "Bloquear Pantalla"
+
+#: src/menu.cpp:94
+msgid "Log Out"
+msgstr "Cerrar Sesión"
+
+#: src/menu.cpp:108
+msgid "Favorites"
+msgstr "Favoritos"
+
+#: src/menu.cpp:114
+msgid "Recently Used"
+msgstr "Usados Recientemente"
+
+#: src/menu.cpp:636
+msgid "Failed to open settings manager."
+msgstr "Falló la ejecución del administrador de configuración."
+
+#: src/menu.cpp:650
+msgid "Failed to lock screen."
+msgstr "Falló bloquear la pantalla."
+
+#: src/menu.cpp:664
+msgid "Failed to log out."
+msgstr "Falló el cierre de sesión."
+
+#: src/page.cpp:170
+msgid "Add to Favorites"
+msgstr "Añadir a Favoritos"
+
+#: src/page.cpp:176
+msgid "Remove From Favorites"
+msgstr "Eliminar de Favoritos"
+
+#: src/page.cpp:181
+msgid "Add to Desktop"
+msgstr "Añadir al Escritorio"
+
+#: src/page.cpp:185
+msgid "Add to Panel"
+msgstr "Añadir al Panel"
+
+#: src/page.cpp:265
+msgid "Unable to add launcher to desktop."
+msgstr "No se pudo añadir el lanzador al Escritorio"
+
+#: src/page.cpp:303 src/page.cpp:312
+msgid "Unable to add launcher to panel."
+msgstr "No se pudo añadir el lanzador al panel."
diff --git a/whiskermenu.desktop b/whiskermenu.desktop
index 70d3c19..62ec463 100644
--- a/whiskermenu.desktop
+++ b/whiskermenu.desktop
@@ -2,10 +2,14 @@
 Type=X-XFCE-PanelPlugin
 Encoding=UTF-8
 Name=Whisker Menu
+Name[de]=Whisker Menü
+Name[es]=Whisker Menu
 Name[he]=תפריט זיף
 Name[ro]=Meniu Whisker
 Name[tr]=Gözde Menü
 Comment=Show a menu to easily access installed applications
+Comment[de]=Zeige ein Menü um installierte Programme einfach zugänglich zu machen
+Comment[es]=Muestra un menú para acceder fácilmente a las aplicaciones instaladas
 Comment[he]=תפריט לגישה קלה ליישומים מותקנים
 Comment[ro]=Arată un meniu pentru a accesa ușor aplicațiile instalate
 Comment[tr]=Kurulu uygulamalara kolay erişim menüsünü göster

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


More information about the Xfce4-commits mailing list