[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 21/28: Add Indonesian and Italian translations.

noreply at xfce.org noreply at xfce.org
Sat Aug 20 18:33:17 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 d44874db00e1176017c396e1a33a815b53c3a697
Author: Graeme Gott <graeme at gottcode.org>
Date:   Tue Jun 25 18:12:58 2013 -0400

    Add Indonesian and Italian translations.
---
 po/CMakeLists.txt                 |   2 +
 po/id/CMakeLists.txt              |   1 +
 po/id/xfce4-whiskermenu-plugin.po | 108 ++++++++++++++++++++++++++++++++++++++
 po/it/CMakeLists.txt              |   1 +
 po/it/xfce4-whiskermenu-plugin.po | 108 ++++++++++++++++++++++++++++++++++++++
 whiskermenu.desktop               |   4 ++
 6 files changed, 224 insertions(+)

diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index 9380ddc..1278a24 100644
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -4,5 +4,7 @@ add_subdirectory(de)
 add_subdirectory(es)
 add_subdirectory(en_GB)
 add_subdirectory(he)
+add_subdirectory(id)
+add_subdirectory(it)
 add_subdirectory(ro)
 add_subdirectory(tr)
diff --git a/po/id/CMakeLists.txt b/po/id/CMakeLists.txt
new file mode 100644
index 0000000..2a0d171
--- /dev/null
+++ b/po/id/CMakeLists.txt
@@ -0,0 +1 @@
+GETTEXT_PROCESS_PO_FILES(id ALL INSTALL_DESTINATION ${CMAKE_INSTALL_LOCALEDIR} PO_FILES xfce4-whiskermenu-plugin.po)
diff --git a/po/id/xfce4-whiskermenu-plugin.po b/po/id/xfce4-whiskermenu-plugin.po
new file mode 100644
index 0000000..95328fb
--- /dev/null
+++ b/po/id/xfce4-whiskermenu-plugin.po
@@ -0,0 +1,108 @@
+# Indonesian 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:
+# Mohamad Hasan Al Banna <se7entime 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-25 14:47+0000\n"
+"Last-Translator: Mohamad Hasan Al Banna <se7entime at gmail.com>\n"
+"Language-Team: Indonesian (http://www.transifex.com/projects/p/xfce4-whiskermenu-plugin/language/id/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: id\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: src/applications_page.cpp:298
+msgid "All"
+msgstr "Semua"
+
+#: src/configuration_dialog.cpp:52
+msgid "Whisker Menu"
+msgstr "Menu Whisker"
+
+#: src/configuration_dialog.cpp:66
+msgid "Appearance"
+msgstr "Penampilan"
+
+#: src/configuration_dialog.cpp:71
+msgid "Show applications by _name"
+msgstr "Tampilkan aplikasi berdasarkan _nama"
+
+#: src/configuration_dialog.cpp:77
+msgid "Show application _descriptions"
+msgstr "Tampilkan _deskripsi aplikasi"
+
+#: src/configuration_dialog.cpp:86
+msgid "_Icon:"
+msgstr "_Ikon:"
+
+#: src/configuration_dialog.cpp:118
+msgid "Select An Icon"
+msgstr "Pilih Ikon"
+
+#: src/launcher.cpp:263
+#, c-format
+msgid "Failed to execute command \"%s\"."
+msgstr "Gagak mengeksekusi perintah \"%s\"."
+
+#: src/menu.cpp:88
+msgid "All Settings"
+msgstr "Semua Pengaturan"
+
+#: src/menu.cpp:91
+msgid "Lock Screen"
+msgstr "Kunci Layar"
+
+#: src/menu.cpp:94
+msgid "Log Out"
+msgstr "Keluar"
+
+#: src/menu.cpp:108
+msgid "Favorites"
+msgstr "Favorit"
+
+#: src/menu.cpp:114
+msgid "Recently Used"
+msgstr "Terakhir diGunakan"
+
+#: src/menu.cpp:636
+msgid "Failed to open settings manager."
+msgstr "Gagal membuka menejer pengaturan."
+
+#: src/menu.cpp:650
+msgid "Failed to lock screen."
+msgstr "Gagal mengunci layar."
+
+#: src/menu.cpp:664
+msgid "Failed to log out."
+msgstr "Gagal keluar."
+
+#: src/page.cpp:170
+msgid "Add to Favorites"
+msgstr "Tambahkan ke Favorit"
+
+#: src/page.cpp:176
+msgid "Remove From Favorites"
+msgstr "Hapus Dari Favorit"
+
+#: src/page.cpp:181
+msgid "Add to Desktop"
+msgstr "Tambahkan ke Desktop"
+
+#: src/page.cpp:185
+msgid "Add to Panel"
+msgstr "Tambahkan ke Panel"
+
+#: src/page.cpp:265
+msgid "Unable to add launcher to desktop."
+msgstr "Gagal menambahkan peluncur ke desktop."
+
+#: src/page.cpp:303 src/page.cpp:312
+msgid "Unable to add launcher to panel."
+msgstr "Gagal menambahkan peluncur ke panel."
diff --git a/po/it/CMakeLists.txt b/po/it/CMakeLists.txt
new file mode 100644
index 0000000..b659596
--- /dev/null
+++ b/po/it/CMakeLists.txt
@@ -0,0 +1 @@
+GETTEXT_PROCESS_PO_FILES(it ALL INSTALL_DESTINATION ${CMAKE_INSTALL_LOCALEDIR} PO_FILES xfce4-whiskermenu-plugin.po)
diff --git a/po/it/xfce4-whiskermenu-plugin.po b/po/it/xfce4-whiskermenu-plugin.po
new file mode 100644
index 0000000..09f572d
--- /dev/null
+++ b/po/it/xfce4-whiskermenu-plugin.po
@@ -0,0 +1,108 @@
+# Italian translation of xfce4-whiskermenu-plugin.
+# Copyright (C) 2013 Graeme Gott
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# Bernardo Miguel Savone <bmsavone 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-25 19:01+0000\n"
+"Last-Translator: Bernardo Miguel Savone <bmsavone at gmail.com>\n"
+"Language-Team: Italian (http://www.transifex.com/projects/p/xfce4-whiskermenu-plugin/language/it/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: it\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: src/applications_page.cpp:298
+msgid "All"
+msgstr "Tutto"
+
+#: src/configuration_dialog.cpp:52
+msgid "Whisker Menu"
+msgstr "Menu Whisker"
+
+#: src/configuration_dialog.cpp:66
+msgid "Appearance"
+msgstr "Aspetto"
+
+#: src/configuration_dialog.cpp:71
+msgid "Show applications by _name"
+msgstr "Mostra le applicazioni per _nome"
+
+#: src/configuration_dialog.cpp:77
+msgid "Show application _descriptions"
+msgstr "mostra una _descrizione delle applicazioni"
+
+#: src/configuration_dialog.cpp:86
+msgid "_Icon:"
+msgstr "_Icona:"
+
+#: src/configuration_dialog.cpp:118
+msgid "Select An Icon"
+msgstr "Selezionare un'icona"
+
+#: src/launcher.cpp:263
+#, c-format
+msgid "Failed to execute command \"%s\"."
+msgstr "Impossibile eseguire il comando \"%s\"."
+
+#: src/menu.cpp:88
+msgid "All Settings"
+msgstr "Tutte le impostazioni"
+
+#: src/menu.cpp:91
+msgid "Lock Screen"
+msgstr "Blocca schermo"
+
+#: src/menu.cpp:94
+msgid "Log Out"
+msgstr "Esci"
+
+#: src/menu.cpp:108
+msgid "Favorites"
+msgstr "Preferiti"
+
+#: src/menu.cpp:114
+msgid "Recently Used"
+msgstr "Usati di recente"
+
+#: src/menu.cpp:636
+msgid "Failed to open settings manager."
+msgstr "Impossibile aprire il Gestore delle impostazioni."
+
+#: src/menu.cpp:650
+msgid "Failed to lock screen."
+msgstr "Impossibile bloccare lo schermo."
+
+#: src/menu.cpp:664
+msgid "Failed to log out."
+msgstr "Disconnessione non riuscita."
+
+#: src/page.cpp:170
+msgid "Add to Favorites"
+msgstr "Aggiungi ai Preferiti"
+
+#: src/page.cpp:176
+msgid "Remove From Favorites"
+msgstr "Rimuovi dai Preferiti"
+
+#: src/page.cpp:181
+msgid "Add to Desktop"
+msgstr "Aggiungi al Desktop"
+
+#: src/page.cpp:185
+msgid "Add to Panel"
+msgstr "Aggiungi al Pannello"
+
+#: src/page.cpp:265
+msgid "Unable to add launcher to desktop."
+msgstr "Impossibile aggiungere lanciatore al desktop."
+
+#: src/page.cpp:303 src/page.cpp:312
+msgid "Unable to add launcher to panel."
+msgstr "Impossibile aggiungere lanciatore al pannello."
diff --git a/whiskermenu.desktop b/whiskermenu.desktop
index 62ec463..cede6f4 100644
--- a/whiskermenu.desktop
+++ b/whiskermenu.desktop
@@ -5,12 +5,16 @@ Name=Whisker Menu
 Name[de]=Whisker Menü
 Name[es]=Whisker Menu
 Name[he]=תפריט זיף
+Name[id]=Menu Whisker
+Name[it]=Menu Whisker
 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[id]=Tampilkan menu untuk mempermudah akses aplikasi yang terpasang
+Comment[it]=Mostra un menu per accedere facilmente le applicazioni installate
 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
 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