[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 07/08: Add Malay and Russian translations.

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


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

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

commit ae24880225e07599179a8c7e9bfe9d43cb8d12ae
Author: Graeme Gott <graeme at gottcode.org>
Date:   Fri Jul 5 15:16:40 2013 -0400

    Add Malay and Russian translations.
---
 po/CMakeLists.txt                 |   2 +
 po/ms/CMakeLists.txt              |   1 +
 po/ms/xfce4-whiskermenu-plugin.po | 108 ++++++++++++++++++++++++++++++++++++++
 po/ru/CMakeLists.txt              |   1 +
 po/ru/xfce4-whiskermenu-plugin.po | 108 ++++++++++++++++++++++++++++++++++++++
 whiskermenu.desktop               |   4 ++
 6 files changed, 224 insertions(+)

diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index 35e6c58..c92a9c0 100644
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -10,8 +10,10 @@ add_subdirectory(fr)
 add_subdirectory(he)
 add_subdirectory(id)
 add_subdirectory(it)
+add_subdirectory(ms)
 add_subdirectory(pl)
 add_subdirectory(ro)
+add_subdirectory(ru)
 add_subdirectory(sv)
 add_subdirectory(tr)
 add_subdirectory(vi)
diff --git a/po/ms/CMakeLists.txt b/po/ms/CMakeLists.txt
new file mode 100644
index 0000000..3a91b09
--- /dev/null
+++ b/po/ms/CMakeLists.txt
@@ -0,0 +1 @@
+GETTEXT_PROCESS_PO_FILES(ms ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} PO_FILES xfce4-whiskermenu-plugin.po)
diff --git a/po/ms/xfce4-whiskermenu-plugin.po b/po/ms/xfce4-whiskermenu-plugin.po
new file mode 100644
index 0000000..fea78ea
--- /dev/null
+++ b/po/ms/xfce4-whiskermenu-plugin.po
@@ -0,0 +1,108 @@
+# Malay 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:
+# abuyop <abuyop at gmail.com>, 2013
+msgid ""
+msgstr ""
+"Project-Id-Version: xfce4-whiskermenu-plugin 1.0.2\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-07-01 00:05+0000\n"
+"PO-Revision-Date: 2013-07-04 11:44+0000\n"
+"Last-Translator: abuyop <abuyop at gmail.com>\n"
+"Language-Team: Malay (http://www.transifex.com/projects/p/xfce4-whiskermenu-plugin/language/ms/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ms\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: src/applications_page.cpp:312
+msgid "All"
+msgstr "Semua"
+
+#: src/configuration_dialog.cpp:51
+msgid "Whisker Menu"
+msgstr "Menu Whisker"
+
+#: src/configuration_dialog.cpp:65
+msgid "Appearance"
+msgstr "Penampilan"
+
+#: src/configuration_dialog.cpp:70
+msgid "Show applications by _name"
+msgstr "Tunjuk aplikasi mengikut _nama"
+
+#: src/configuration_dialog.cpp:76
+msgid "Show application _descriptions"
+msgstr "Tunjuk _keterangan aplikasi"
+
+#: src/configuration_dialog.cpp:85
+msgid "_Icon:"
+msgstr "_Ikon:"
+
+#: src/configuration_dialog.cpp:116
+msgid "Select An Icon"
+msgstr "Pilih Satu Ikon"
+
+#: src/launcher.cpp:282
+#, c-format
+msgid "Failed to execute command \"%s\"."
+msgstr "Gagal lakukan perintah \"%s\"."
+
+#: src/menu.cpp:92
+msgid "All Settings"
+msgstr "Semua Tetapan"
+
+#: src/menu.cpp:95
+msgid "Lock Screen"
+msgstr "Kunci Skrin"
+
+#: src/menu.cpp:98
+msgid "Log Out"
+msgstr "Daftar Keluar"
+
+#: src/menu.cpp:112
+msgid "Favorites"
+msgstr "Kegemaran"
+
+#: src/menu.cpp:118
+msgid "Recently Used"
+msgstr "Diguna Baru-baru Ini"
+
+#: src/menu.cpp:660
+msgid "Failed to open settings manager."
+msgstr "Gagal membuka pengurus tetapan."
+
+#: src/menu.cpp:674
+msgid "Failed to lock screen."
+msgstr "Gagal mengunci skrin."
+
+#: src/menu.cpp:688
+msgid "Failed to log out."
+msgstr "Gagal mendaftar keluar."
+
+#: src/page.cpp:169
+msgid "Add to Favorites"
+msgstr "Tambah ke Kegemaran"
+
+#: src/page.cpp:175
+msgid "Remove From Favorites"
+msgstr "Buang Dari Kegemaran"
+
+#: src/page.cpp:180
+msgid "Add to Desktop"
+msgstr "Tambah ke Desktop"
+
+#: src/page.cpp:184
+msgid "Add to Panel"
+msgstr "Tambah ke Panel"
+
+#: src/page.cpp:264
+msgid "Unable to add launcher to desktop."
+msgstr "Tidak boleh tambah pelancar ke desktop."
+
+#: src/page.cpp:302 src/page.cpp:311
+msgid "Unable to add launcher to panel."
+msgstr "Tidak boleh tambah pelancar ke panel."
diff --git a/po/ru/CMakeLists.txt b/po/ru/CMakeLists.txt
new file mode 100644
index 0000000..3446f82
--- /dev/null
+++ b/po/ru/CMakeLists.txt
@@ -0,0 +1 @@
+GETTEXT_PROCESS_PO_FILES(ru ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} PO_FILES xfce4-whiskermenu-plugin.po)
diff --git a/po/ru/xfce4-whiskermenu-plugin.po b/po/ru/xfce4-whiskermenu-plugin.po
new file mode 100644
index 0000000..b71c8d9
--- /dev/null
+++ b/po/ru/xfce4-whiskermenu-plugin.po
@@ -0,0 +1,108 @@
+# Russian 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:
+# shlyapugin <shlyapugin at gmail.com>, 2013
+msgid ""
+msgstr ""
+"Project-Id-Version: xfce4-whiskermenu-plugin 1.0.2\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-07-01 00:05+0000\n"
+"PO-Revision-Date: 2013-07-05 11:39+0000\n"
+"Last-Translator: shlyapugin <shlyapugin at gmail.com>\n"
+"Language-Team: Russian (http://www.transifex.com/projects/p/xfce4-whiskermenu-plugin/language/ru/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ru\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: src/applications_page.cpp:312
+msgid "All"
+msgstr "Все"
+
+#: src/configuration_dialog.cpp:51
+msgid "Whisker Menu"
+msgstr "Меню Whisker"
+
+#: src/configuration_dialog.cpp:65
+msgid "Appearance"
+msgstr "Внешний вид"
+
+#: src/configuration_dialog.cpp:70
+msgid "Show applications by _name"
+msgstr "Показывать приложения по _имени"
+
+#: src/configuration_dialog.cpp:76
+msgid "Show application _descriptions"
+msgstr "Показывать _описание приложений"
+
+#: src/configuration_dialog.cpp:85
+msgid "_Icon:"
+msgstr "_Значок:"
+
+#: src/configuration_dialog.cpp:116
+msgid "Select An Icon"
+msgstr "Выбрать значок"
+
+#: src/launcher.cpp:282
+#, c-format
+msgid "Failed to execute command \"%s\"."
+msgstr "Ошибка выполнения команды \"%s\"."
+
+#: src/menu.cpp:92
+msgid "All Settings"
+msgstr "Все настройки"
+
+#: src/menu.cpp:95
+msgid "Lock Screen"
+msgstr "Блокировка экрана"
+
+#: src/menu.cpp:98
+msgid "Log Out"
+msgstr "Выйти"
+
+#: src/menu.cpp:112
+msgid "Favorites"
+msgstr "Избранное"
+
+#: src/menu.cpp:118
+msgid "Recently Used"
+msgstr "Недавние"
+
+#: src/menu.cpp:660
+msgid "Failed to open settings manager."
+msgstr "Не удалось открыть менеджер настроек."
+
+#: src/menu.cpp:674
+msgid "Failed to lock screen."
+msgstr "Не удалось заблокировать экран."
+
+#: src/menu.cpp:688
+msgid "Failed to log out."
+msgstr "Не удалось выйти."
+
+#: src/page.cpp:169
+msgid "Add to Favorites"
+msgstr "Добавить в \"Избранное\"."
+
+#: src/page.cpp:175
+msgid "Remove From Favorites"
+msgstr "Удалить из \"Избранного\"."
+
+#: src/page.cpp:180
+msgid "Add to Desktop"
+msgstr "Добавить на рабочий стол."
+
+#: src/page.cpp:184
+msgid "Add to Panel"
+msgstr "Добавить на панель."
+
+#: src/page.cpp:264
+msgid "Unable to add launcher to desktop."
+msgstr "Нельзя добавить на рабочий стол."
+
+#: src/page.cpp:302 src/page.cpp:311
+msgid "Unable to add launcher to panel."
+msgstr "Нельзя добавить на панель."
diff --git a/whiskermenu.desktop b/whiskermenu.desktop
index 71f57b2..022236d 100644
--- a/whiskermenu.desktop
+++ b/whiskermenu.desktop
@@ -11,8 +11,10 @@ Name[fr]=Menu Whisker
 Name[he]=תפריט זיף
 Name[id]=Menu Whisker
 Name[it]=Menu Whisker
+Name[ms]=Menu Whisker
 Name[pl]=Whisker Menu
 Name[ro]=Meniu Whisker
+Name[ru]=Меню Whisker
 Name[sv]=Whiskermeny
 Name[tr]=Gözde Menü
 Name[vi]=Menu Tách Biệt
@@ -26,8 +28,10 @@ Comment[fr]=Affiche un menu pour accéder facilement aux applications installée
 Comment[he]=תפריט לגישה קלה ליישומים מותקנים
 Comment[id]=Tampilkan menu untuk mempermudah akses aplikasi yang terpasang
 Comment[it]=Mostra un menu per accedere facilmente le applicazioni installate
+Comment[ms]=Tunjuk menu untuk capai aplikasi terpasang dengan mudah
 Comment[pl]=Pokaż menu łatwego dostępu do zainstalowanych aplikacji
 Comment[ro]=Arată un meniu pentru a accesa ușor aplicațiile instalate
+Comment[ru]=Показывает меню для простого доступа к установленным приложениям
 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

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


More information about the Xfce4-commits mailing list