[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 82/473: Add Slovak translation.

noreply at xfce.org noreply at xfce.org
Mon Feb 16 23:54:12 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 a540b040645de03082439ef15b9a284898121d5f
Author: Graeme Gott <graeme at gottcode.org>
Date:   Thu Jul 11 10:49:26 2013 -0400

    Add Slovak translation.
---
 po/CMakeLists.txt                 |    1 +
 po/sk/CMakeLists.txt              |    1 +
 po/sk/xfce4-whiskermenu-plugin.po |  108 +++++++++++++++++++++++++++++++++++++
 whiskermenu.desktop               |    2 +
 4 files changed, 112 insertions(+)

diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index b9ca2e4..281ad7a 100644
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -16,6 +16,7 @@ add_subdirectory(nb)
 add_subdirectory(pl)
 add_subdirectory(ro)
 add_subdirectory(ru)
+add_subdirectory(sk)
 add_subdirectory(sv)
 add_subdirectory(tr)
 add_subdirectory(vi)
diff --git a/po/sk/CMakeLists.txt b/po/sk/CMakeLists.txt
new file mode 100644
index 0000000..24df2f1
--- /dev/null
+++ b/po/sk/CMakeLists.txt
@@ -0,0 +1 @@
+GETTEXT_PROCESS_PO_FILES(sk ALL INSTALL_DESTINATION ${CMAKE_INSTALL_LOCALEDIR} PO_FILES xfce4-whiskermenu-plugin.po)
diff --git a/po/sk/xfce4-whiskermenu-plugin.po b/po/sk/xfce4-whiskermenu-plugin.po
new file mode 100644
index 0000000..1a14af5
--- /dev/null
+++ b/po/sk/xfce4-whiskermenu-plugin.po
@@ -0,0 +1,108 @@
+# Slovak 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:
+# Slavko <linux at slavino.sk>, 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-10 19:44+0000\n"
+"Last-Translator: Slavko <linux at slavino.sk>\n"
+"Language-Team: Slovak (http://www.transifex.com/projects/p/xfce4-whiskermenu-plugin/language/sk/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: sk\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: src/applications_page.cpp:298
+msgid "All"
+msgstr "Všetko"
+
+#: src/configuration_dialog.cpp:52
+msgid "Whisker Menu"
+msgstr "Whisker Menu"
+
+#: src/configuration_dialog.cpp:66
+msgid "Appearance"
+msgstr "Vzhľad"
+
+#: src/configuration_dialog.cpp:71
+msgid "Show applications by _name"
+msgstr "Zobraziť aplikácie podľa _mena"
+
+#: src/configuration_dialog.cpp:77
+msgid "Show application _descriptions"
+msgstr "Zobraziť _popis aplikácie"
+
+#: src/configuration_dialog.cpp:86
+msgid "_Icon:"
+msgstr "_Ikona:"
+
+#: src/configuration_dialog.cpp:118
+msgid "Select An Icon"
+msgstr "Vyberte ikonu"
+
+#: src/launcher.cpp:263
+#, c-format
+msgid "Failed to execute command \"%s\"."
+msgstr "Zlyhalo vykonanie príkazu „%s”."
+
+#: src/menu.cpp:88
+msgid "All Settings"
+msgstr "Všetky nastavenia"
+
+#: src/menu.cpp:91
+msgid "Lock Screen"
+msgstr "Zamknúť obrazovku"
+
+#: src/menu.cpp:94
+msgid "Log Out"
+msgstr "Odhlásiť"
+
+#: src/menu.cpp:108
+msgid "Favorites"
+msgstr "Obľúbené"
+
+#: src/menu.cpp:114
+msgid "Recently Used"
+msgstr "Nedávne"
+
+#: src/menu.cpp:636
+msgid "Failed to open settings manager."
+msgstr "Zlyhalo otvorenie správcu nastavení."
+
+#: src/menu.cpp:650
+msgid "Failed to lock screen."
+msgstr "Zlyhalo zamknutie obrazovky."
+
+#: src/menu.cpp:664
+msgid "Failed to log out."
+msgstr "Zlyhalo odhlásenie."
+
+#: src/page.cpp:170
+msgid "Add to Favorites"
+msgstr "Pridať k obľúbeným"
+
+#: src/page.cpp:176
+msgid "Remove From Favorites"
+msgstr "Odstrániť z obľúbených"
+
+#: src/page.cpp:181
+msgid "Add to Desktop"
+msgstr "Pridať na plochu"
+
+#: src/page.cpp:185
+msgid "Add to Panel"
+msgstr "Pridať do panela"
+
+#: src/page.cpp:265
+msgid "Unable to add launcher to desktop."
+msgstr "Nemožno pridať spúšťač na plochu"
+
+#: src/page.cpp:303 src/page.cpp:312
+msgid "Unable to add launcher to panel."
+msgstr "Nemožno pridať spúšťač do panela"
diff --git a/whiskermenu.desktop b/whiskermenu.desktop
index e9ec00a..fc4decc 100644
--- a/whiskermenu.desktop
+++ b/whiskermenu.desktop
@@ -17,6 +17,7 @@ Name[nb]=Whisker-meny
 Name[pl]=Whisker Menu
 Name[ro]=Meniu Whisker
 Name[ru]=Меню Whisker
+Name[sk]=Whisker Menu
 Name[sv]=Whiskermeny
 Name[tr]=Gözde Menü
 Name[vi]=Menu Tách Biệt
@@ -36,6 +37,7 @@ Comment[nb]=Vis en meny for enkel tilgang til installerte applikasjoner
 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[sk]=Zobrazí menu na ľahký prístup k nainštalovaným aplikáciám
 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