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

noreply at xfce.org noreply at xfce.org
Mon Feb 16 23:55:32 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 2e262a3764e2e91174e3f29c4eb20440cb7db7f9
Author: Graeme Gott <graeme at gottcode.org>
Date:   Wed Aug 21 16:04:07 2013 -0400

    Add Czech translation.
---
 po/CMakeLists.txt                 |    1 +
 po/cs/CMakeLists.txt              |    1 +
 po/cs/xfce4-whiskermenu-plugin.po |  192 +++++++++++++++++++++++++++++++++++++
 whiskermenu.desktop               |    2 +
 4 files changed, 196 insertions(+)

diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index a942aeb..e3704f7 100644
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -3,6 +3,7 @@ find_package(Gettext REQUIRED)
 add_subdirectory(ar)
 add_subdirectory(bg)
 add_subdirectory(ca)
+add_subdirectory(cs)
 add_subdirectory(da)
 add_subdirectory(de)
 add_subdirectory(el)
diff --git a/po/cs/CMakeLists.txt b/po/cs/CMakeLists.txt
new file mode 100644
index 0000000..a852105
--- /dev/null
+++ b/po/cs/CMakeLists.txt
@@ -0,0 +1 @@
+GETTEXT_PROCESS_PO_FILES(cs ALL INSTALL_DESTINATION ${CMAKE_INSTALL_LOCALEDIR} PO_FILES xfce4-whiskermenu-plugin.po)
diff --git a/po/cs/xfce4-whiskermenu-plugin.po b/po/cs/xfce4-whiskermenu-plugin.po
new file mode 100644
index 0000000..3adf0ed
--- /dev/null
+++ b/po/cs/xfce4-whiskermenu-plugin.po
@@ -0,0 +1,192 @@
+# Czech 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:
+# Riftyful <riftyful at gmail.com>, 2013
+msgid ""
+msgstr ""
+"Project-Id-Version: Whisker Menu\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-07-24 22:13+0000\n"
+"PO-Revision-Date: 2013-08-21 15:50+0000\n"
+"Last-Translator: Riftyful <riftyful at gmail.com>\n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/xfce4-whiskermenu-plugin/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: src/applications_page.cpp:299
+msgid "All"
+msgstr "Vše"
+
+#: src/configuration_dialog.cpp:54
+msgid "Whisker Menu"
+msgstr "Whisker Menu"
+
+#: src/configuration_dialog.cpp:68
+msgid "Appearance"
+msgstr "Vzhled"
+
+#: src/configuration_dialog.cpp:73
+msgid "Show applications by _name"
+msgstr "Ukázat aplikace podle _Jména"
+
+#: src/configuration_dialog.cpp:79
+msgid "Show application _descriptions"
+msgstr "Ukázat _popisy aplikací"
+
+#: src/configuration_dialog.cpp:88
+msgid "Ite_m icon size:"
+msgstr "_Velikost ikon položek:"
+
+#: src/configuration_dialog.cpp:108
+msgid "Categ_ory icon size:"
+msgstr "Velikost ikon kateg_orií:"
+
+#: src/configuration_dialog.cpp:125
+msgid "Panel Button"
+msgstr "Tlačítko Panelu"
+
+#: src/configuration_dialog.cpp:133
+msgid "Di_splay:"
+msgstr "_Zobrazení:"
+
+#: src/configuration_dialog.cpp:139
+msgid "Icon"
+msgstr "Ikona"
+
+#: src/configuration_dialog.cpp:140
+msgid "Title"
+msgstr "Název"
+
+#: src/configuration_dialog.cpp:141
+msgid "Icon and title"
+msgstr "Ikona a název"
+
+#: src/configuration_dialog.cpp:151
+msgid "_Title:"
+msgstr "Náz_ev:"
+
+#: src/configuration_dialog.cpp:166
+msgid "_Icon:"
+msgstr "_Ikona:"
+
+#: src/configuration_dialog.cpp:182
+msgid "Behavior"
+msgstr "Chování"
+
+#: src/configuration_dialog.cpp:187
+msgid "Switch categories by _hovering"
+msgstr "Přepínat _kategorie najetím kurzoru"
+
+#: src/configuration_dialog.cpp:209
+msgid "Select An Icon"
+msgstr "Vyberte Ikonu"
+
+#: src/favorites_page.cpp:73
+msgid "Sort Alphabetically A-Z"
+msgstr "Seřadit Abecedně A-Z"
+
+#: src/favorites_page.cpp:79
+msgid "Sort Alphabetically Z-A"
+msgstr "Seřadit Abecedně Z-A"
+
+#: src/icon_size.cpp:50
+msgid "Very Small"
+msgstr "Velmi Malé"
+
+#: src/icon_size.cpp:51
+msgid "Smaller"
+msgstr "Menší"
+
+#: src/icon_size.cpp:52
+msgid "Small"
+msgstr "Malé"
+
+#: src/icon_size.cpp:53
+msgid "Normal"
+msgstr "Normální"
+
+#: src/icon_size.cpp:54
+msgid "Large"
+msgstr "Velké"
+
+#: src/icon_size.cpp:55
+msgid "Larger"
+msgstr "Větší"
+
+#: src/icon_size.cpp:56
+msgid "Very Large"
+msgstr "Velmi Velké"
+
+#: src/launcher.cpp:263
+#, c-format
+msgid "Failed to execute command \"%s\"."
+msgstr "Nepodařilo se vykonat příkaz \"%s\"."
+
+#: src/menu.cpp:100
+msgid "All Settings"
+msgstr "Všechna Nastavení"
+
+#: src/menu.cpp:103
+msgid "Lock Screen"
+msgstr "Uzamknout Obrazovku"
+
+#: src/menu.cpp:106
+msgid "Log Out"
+msgstr "Odhlásit se"
+
+#: src/menu.cpp:120
+msgid "Favorites"
+msgstr "Oblíbené"
+
+#: src/menu.cpp:126
+msgid "Recently Used"
+msgstr "Nedávno použité"
+
+#: src/menu.cpp:742
+msgid "Failed to open settings manager."
+msgstr "Nepodařilo se otevřít správce nastavení."
+
+#: src/menu.cpp:756
+msgid "Failed to lock screen."
+msgstr "Nepodařilo se uzamknout obrazovku."
+
+#: src/menu.cpp:770
+msgid "Failed to log out."
+msgstr "Nepodařilo se odhlásit."
+
+#: src/page.cpp:182
+msgid "Add to Favorites"
+msgstr "Přidat k Oblíbeným"
+
+#: src/page.cpp:190
+msgid "Remove From Favorites"
+msgstr "Odebrat z Oblíbených"
+
+#: src/page.cpp:197
+msgid "Add to Desktop"
+msgstr "Přidat na Plochu"
+
+#: src/page.cpp:201
+msgid "Add to Panel"
+msgstr "Přidat na Panel"
+
+#: src/page.cpp:291
+msgid "Unable to add launcher to desktop."
+msgstr "Nelze přidat spouštěč na plochu."
+
+#: src/page.cpp:330 src/page.cpp:339
+msgid "Unable to add launcher to panel."
+msgstr "Nelze přidat spouštěč na panel."
+
+#: src/panel_plugin.cpp:150
+msgid "Applications Menu"
+msgstr "Menu Aplikací"
+
+#: src/recent_page.cpp:71
+msgid "Clear Recently Used"
+msgstr "Vyčistit Nedávno Použité"
diff --git a/whiskermenu.desktop b/whiskermenu.desktop
index a44af1d..ae94c22 100644
--- a/whiskermenu.desktop
+++ b/whiskermenu.desktop
@@ -5,6 +5,7 @@ Name=Whisker Menu
 Name[ar]=قائمة Whisker
 Name[bg]=Whisker Меню
 Name[ca]=Menú Whisker
+Name[cs]=Whisker Menu
 Name[da]=Whisker Menu
 Name[de]=Whisker Menü
 Name[el]=Μενού Whisker
@@ -33,6 +34,7 @@ Comment=Show a menu to easily access installed applications
 Comment[ar]=عرض القائمة لوصول إلى التطبيقات المثبتة بكل سهولة
 Comment[bg]=Показване на меню за лесен достъп до инсталираните приложения
 Comment[ca]=Mostra un menú per accedir fàcilment a les aplicacions instal·lades
+Comment[cs]=Ukázat menu pro snadný přístup k nainstalovaným aplikacím
 Comment[da]=Vis en menu for hurtig adgang til applikationer
 Comment[de]=Zeige ein Menü um installierte Programme einfach zugänglich zu machen
 Comment[el]=Εμφάνιση ενός μενού για την γρήγορη πρόσβαση στις εγκατεστημένες εφαρμογές.

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


More information about the Xfce4-commits mailing list