[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 51/473: Add French, Polish, and Swedish translations.
noreply at xfce.org
noreply at xfce.org
Mon Feb 16 23:53:41 CET 2015
This is an automated email from the git hooks/post-receive script.
gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit 54bfe16f9e4658801fbcaaf58d1fa1a440f53359
Author: Graeme Gott <graeme at gottcode.org>
Date: Tue Jul 2 07:02:41 2013 -0400
Add French, Polish, and Swedish translations.
---
po/CMakeLists.txt | 3 ++
po/fr/CMakeLists.txt | 1 +
po/fr/xfce4-whiskermenu-plugin.po | 108 +++++++++++++++++++++++++++++++++++++
po/pl/CMakeLists.txt | 1 +
po/pl/xfce4-whiskermenu-plugin.po | 108 +++++++++++++++++++++++++++++++++++++
po/sv/CMakeLists.txt | 1 +
po/sv/xfce4-whiskermenu-plugin.po | 108 +++++++++++++++++++++++++++++++++++++
whiskermenu.desktop | 6 +++
8 files changed, 336 insertions(+)
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index 4da6bc0..35e6c58 100644
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -6,9 +6,12 @@ add_subdirectory(de)
add_subdirectory(el)
add_subdirectory(es)
add_subdirectory(en_GB)
+add_subdirectory(fr)
add_subdirectory(he)
add_subdirectory(id)
add_subdirectory(it)
+add_subdirectory(pl)
add_subdirectory(ro)
+add_subdirectory(sv)
add_subdirectory(tr)
add_subdirectory(vi)
diff --git a/po/fr/CMakeLists.txt b/po/fr/CMakeLists.txt
new file mode 100644
index 0000000..647f943
--- /dev/null
+++ b/po/fr/CMakeLists.txt
@@ -0,0 +1 @@
+GETTEXT_PROCESS_PO_FILES(fr ALL INSTALL_DESTINATION ${CMAKE_INSTALL_LOCALEDIR} PO_FILES xfce4-whiskermenu-plugin.po)
diff --git a/po/fr/xfce4-whiskermenu-plugin.po b/po/fr/xfce4-whiskermenu-plugin.po
new file mode 100644
index 0000000..85c54b6
--- /dev/null
+++ b/po/fr/xfce4-whiskermenu-plugin.po
@@ -0,0 +1,108 @@
+# French 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:
+# Draky <draky at draky.net>, 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-07-01 23:13+0000\n"
+"Last-Translator: Draky <draky at draky.net>\n"
+"Language-Team: French (France) (http://www.transifex.com/projects/p/xfce4-whiskermenu-plugin/language/fr_FR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#: src/applications_page.cpp:298
+msgid "All"
+msgstr "Tout"
+
+#: src/configuration_dialog.cpp:52
+msgid "Whisker Menu"
+msgstr "Menu Whisker"
+
+#: src/configuration_dialog.cpp:66
+msgid "Appearance"
+msgstr "Apparence"
+
+#: src/configuration_dialog.cpp:71
+msgid "Show applications by _name"
+msgstr "Trier les applications par _nom"
+
+#: src/configuration_dialog.cpp:77
+msgid "Show application _descriptions"
+msgstr "Montrer les _descriptions des applications"
+
+#: src/configuration_dialog.cpp:86
+msgid "_Icon:"
+msgstr "_Icône :"
+
+#: src/configuration_dialog.cpp:118
+msgid "Select An Icon"
+msgstr "Sélectionnez une icône"
+
+#: src/launcher.cpp:263
+#, c-format
+msgid "Failed to execute command \"%s\"."
+msgstr "Échec lors de l'exécution de la commande \"%s\"."
+
+#: src/menu.cpp:88
+msgid "All Settings"
+msgstr "Tous les paramètres"
+
+#: src/menu.cpp:91
+msgid "Lock Screen"
+msgstr "Écran de verrouillage"
+
+#: src/menu.cpp:94
+msgid "Log Out"
+msgstr "Déconnexion"
+
+#: src/menu.cpp:108
+msgid "Favorites"
+msgstr "Favoris"
+
+#: src/menu.cpp:114
+msgid "Recently Used"
+msgstr "Récemment utilisés"
+
+#: src/menu.cpp:636
+msgid "Failed to open settings manager."
+msgstr "Échec lors du lancement du gestionnaire de paramètres"
+
+#: src/menu.cpp:650
+msgid "Failed to lock screen."
+msgstr "Échec lors du verrouillage de l'écran."
+
+#: src/menu.cpp:664
+msgid "Failed to log out."
+msgstr "Échec lors de la déconnexion."
+
+#: src/page.cpp:170
+msgid "Add to Favorites"
+msgstr "Ajouter aux favoris"
+
+#: src/page.cpp:176
+msgid "Remove From Favorites"
+msgstr "Retirer des favoris"
+
+#: src/page.cpp:181
+msgid "Add to Desktop"
+msgstr "Ajouter au bureau"
+
+#: src/page.cpp:185
+msgid "Add to Panel"
+msgstr "Ajouter au tableau de bord"
+
+#: src/page.cpp:265
+msgid "Unable to add launcher to desktop."
+msgstr "Impossible d'ajouter le lanceur sur le bureau."
+
+#: src/page.cpp:303 src/page.cpp:312
+msgid "Unable to add launcher to panel."
+msgstr "Impossible d'ajouter le lanceur dans le tableau de bord."
diff --git a/po/pl/CMakeLists.txt b/po/pl/CMakeLists.txt
new file mode 100644
index 0000000..7241060
--- /dev/null
+++ b/po/pl/CMakeLists.txt
@@ -0,0 +1 @@
+GETTEXT_PROCESS_PO_FILES(pl ALL INSTALL_DESTINATION ${CMAKE_INSTALL_LOCALEDIR} PO_FILES xfce4-whiskermenu-plugin.po)
diff --git a/po/pl/xfce4-whiskermenu-plugin.po b/po/pl/xfce4-whiskermenu-plugin.po
new file mode 100644
index 0000000..383fdbb
--- /dev/null
+++ b/po/pl/xfce4-whiskermenu-plugin.po
@@ -0,0 +1,108 @@
+# Polish 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:
+# OSWorld <michal.olber at osworld.pl>, 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-07-02 09:45+0000\n"
+"Last-Translator: OSWorld <michal.olber at osworld.pl>\n"
+"Language-Team: Polish (http://www.transifex.com/projects/p/xfce4-whiskermenu-plugin/language/pl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: pl\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: src/applications_page.cpp:298
+msgid "All"
+msgstr "Wszystkie"
+
+#: src/configuration_dialog.cpp:52
+msgid "Whisker Menu"
+msgstr "Whisker Menu"
+
+#: src/configuration_dialog.cpp:66
+msgid "Appearance"
+msgstr "Wygląd"
+
+#: src/configuration_dialog.cpp:71
+msgid "Show applications by _name"
+msgstr "Pokaż aplikacje po _nazwie"
+
+#: src/configuration_dialog.cpp:77
+msgid "Show application _descriptions"
+msgstr "Pokaż _opis aplikacji"
+
+#: src/configuration_dialog.cpp:86
+msgid "_Icon:"
+msgstr "_Ikona:"
+
+#: src/configuration_dialog.cpp:118
+msgid "Select An Icon"
+msgstr "Wybierz ikonę"
+
+#: src/launcher.cpp:263
+#, c-format
+msgid "Failed to execute command \"%s\"."
+msgstr "Nie można uruchomić polecenia \"%s\"."
+
+#: src/menu.cpp:88
+msgid "All Settings"
+msgstr "Wszystkie ustawienia"
+
+#: src/menu.cpp:91
+msgid "Lock Screen"
+msgstr "Zablokuj ekran"
+
+#: src/menu.cpp:94
+msgid "Log Out"
+msgstr "Wyloguj"
+
+#: src/menu.cpp:108
+msgid "Favorites"
+msgstr "Ulubione"
+
+#: src/menu.cpp:114
+msgid "Recently Used"
+msgstr "Ostatnio używane"
+
+#: src/menu.cpp:636
+msgid "Failed to open settings manager."
+msgstr "Niepowodzenie uruchomienia menedżera ustawień"
+
+#: src/menu.cpp:650
+msgid "Failed to lock screen."
+msgstr "Niepowodzenie zablokowania ekranu"
+
+#: src/menu.cpp:664
+msgid "Failed to log out."
+msgstr "Niepowodzenie wylogowania"
+
+#: src/page.cpp:170
+msgid "Add to Favorites"
+msgstr "Dodaj do Ulubionych"
+
+#: src/page.cpp:176
+msgid "Remove From Favorites"
+msgstr "Usuń z Ulubionych"
+
+#: src/page.cpp:181
+msgid "Add to Desktop"
+msgstr "Dodaj na Pulpit"
+
+#: src/page.cpp:185
+msgid "Add to Panel"
+msgstr "Dodaj do Panelu"
+
+#: src/page.cpp:265
+msgid "Unable to add launcher to desktop."
+msgstr "Nie można dodać aktywatora na pulpicie"
+
+#: src/page.cpp:303 src/page.cpp:312
+msgid "Unable to add launcher to panel."
+msgstr "Nie można dodać aktywatora do panelu"
diff --git a/po/sv/CMakeLists.txt b/po/sv/CMakeLists.txt
new file mode 100644
index 0000000..539f612
--- /dev/null
+++ b/po/sv/CMakeLists.txt
@@ -0,0 +1 @@
+GETTEXT_PROCESS_PO_FILES(sv ALL INSTALL_DESTINATION ${CMAKE_INSTALL_LOCALEDIR} PO_FILES xfce4-whiskermenu-plugin.po)
diff --git a/po/sv/xfce4-whiskermenu-plugin.po b/po/sv/xfce4-whiskermenu-plugin.po
new file mode 100644
index 0000000..a67068c
--- /dev/null
+++ b/po/sv/xfce4-whiskermenu-plugin.po
@@ -0,0 +1,108 @@
+# Swedish 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:
+# tsw <tarvidsson7834 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-07-01 19:34+0000\n"
+"Last-Translator: tsw <tarvidsson7834 at gmail.com>\n"
+"Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/xfce4-whiskermenu-plugin/language/sv_SE/)\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"
+
+#: src/applications_page.cpp:298
+msgid "All"
+msgstr "Alla"
+
+#: src/configuration_dialog.cpp:52
+msgid "Whisker Menu"
+msgstr "Whisker Meny"
+
+#: src/configuration_dialog.cpp:66
+msgid "Appearance"
+msgstr "Utseende"
+
+#: src/configuration_dialog.cpp:71
+msgid "Show applications by _name"
+msgstr "Visa applikationer efter _namn"
+
+#: src/configuration_dialog.cpp:77
+msgid "Show application _descriptions"
+msgstr "Applikations beskrivning"
+
+#: src/configuration_dialog.cpp:86
+msgid "_Icon:"
+msgstr "_Ikon:"
+
+#: src/configuration_dialog.cpp:118
+msgid "Select An Icon"
+msgstr "Välj en ikon"
+
+#: src/launcher.cpp:263
+#, c-format
+msgid "Failed to execute command \"%s\"."
+msgstr "Misslyckades att exekvera kommando \"%s\"."
+
+#: src/menu.cpp:88
+msgid "All Settings"
+msgstr "Alla inställningar"
+
+#: src/menu.cpp:91
+msgid "Lock Screen"
+msgstr "Låskärm"
+
+#: src/menu.cpp:94
+msgid "Log Out"
+msgstr "Logga ut"
+
+#: src/menu.cpp:108
+msgid "Favorites"
+msgstr "Favoriter"
+
+#: src/menu.cpp:114
+msgid "Recently Used"
+msgstr "Nyligen använda"
+
+#: src/menu.cpp:636
+msgid "Failed to open settings manager."
+msgstr "Kan ej öppna inställningshanteraren."
+
+#: src/menu.cpp:650
+msgid "Failed to lock screen."
+msgstr "Kan ej låsa skärmen."
+
+#: src/menu.cpp:664
+msgid "Failed to log out."
+msgstr "Kan ej logga ut."
+
+#: src/page.cpp:170
+msgid "Add to Favorites"
+msgstr "Lägg till i favoriter"
+
+#: src/page.cpp:176
+msgid "Remove From Favorites"
+msgstr "Ta bort från favoriter"
+
+#: src/page.cpp:181
+msgid "Add to Desktop"
+msgstr "Lägg till på skrivbordet"
+
+#: src/page.cpp:185
+msgid "Add to Panel"
+msgstr "Lägg till i panlen"
+
+#: src/page.cpp:265
+msgid "Unable to add launcher to desktop."
+msgstr "Kan ej skapa skrivbordsgenväg."
+
+#: src/page.cpp:303 src/page.cpp:312
+msgid "Unable to add launcher to panel."
+msgstr "Kan ej lägga till i panelen."
diff --git a/whiskermenu.desktop b/whiskermenu.desktop
index 5c6c18b..71f57b2 100644
--- a/whiskermenu.desktop
+++ b/whiskermenu.desktop
@@ -7,10 +7,13 @@ Name[ca]=Menu Whisker
Name[de]=Whisker Menü
Name[el]=Μενού Whisker
Name[es]=Whisker Menu
+Name[fr]=Menu Whisker
Name[he]=תפריט זיף
Name[id]=Menu Whisker
Name[it]=Menu Whisker
+Name[pl]=Whisker Menu
Name[ro]=Meniu Whisker
+Name[sv]=Whiskermeny
Name[tr]=Gözde Menü
Name[vi]=Menu Tách Biệt
Comment=Show a menu to easily access installed applications
@@ -19,10 +22,13 @@ Comment[ca]=Mostra un menú per accedir facilment a les aplicacions instal·lade
Comment[de]=Zeige ein Menü um installierte Programme einfach zugänglich zu machen
Comment[el]=Εμφάνιση ενός μενού για την γρήγορη πρόσβαση στις εγκατεστημένες εφαρμογές.
Comment[es]=Muestra un menú para acceder fácilmente a las aplicaciones instaladas
+Comment[fr]=Affiche un menu pour accéder facilement aux applications installées
Comment[he]=תפריט לגישה קלה ליישומים מותקנים
Comment[id]=Tampilkan menu untuk mempermudah akses aplikasi yang terpasang
Comment[it]=Mostra un menu per accedere facilmente le applicazioni installate
+Comment[pl]=Pokaż menu łatwego dostępu do zainstalowanych aplikacji
Comment[ro]=Arată un meniu pentru a accesa ușor aplicațiile instalate
+Comment[sv]=En meny för att visa dina installerade program
Comment[tr]=Kurulu uygulamalara kolay erişim menüsünü göster
Comment[vi]=Hiển thị menu để dễ dàng truy cập tới các ứng dụng đã cài đặt
Icon=xfce4-whiskermenu
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list