diff options
author | Evan Prodromou <evan@status.net> | 2010-10-18 17:38:51 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-10-18 17:38:51 -0400 |
commit | 13571b32eaa60f09f906296fec1d5d63749eb132 (patch) | |
tree | 83d4fd47eec13d643a7e3f4171c0cc5a51eefc79 /locale/cs/LC_MESSAGES | |
parent | 0f68fd203d97885428b6789391b111e16ef06537 (diff) | |
parent | 7ed485ea49b7b0fcac51a7568815cb0588e65c88 (diff) |
Merge remote branch 'gitorious/0.9.x' into 0.9.x
Diffstat (limited to 'locale/cs/LC_MESSAGES')
-rw-r--r-- | locale/cs/LC_MESSAGES/statusnet.po | 75 |
1 files changed, 29 insertions, 46 deletions
diff --git a/locale/cs/LC_MESSAGES/statusnet.po b/locale/cs/LC_MESSAGES/statusnet.po index b3e328936..c712e8e2f 100644 --- a/locale/cs/LC_MESSAGES/statusnet.po +++ b/locale/cs/LC_MESSAGES/statusnet.po @@ -10,18 +10,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-10-18 18:35+0000\n" -"PO-Revision-Date: 2010-10-18 18:40:48+0000\n" +"POT-Creation-Date: 2010-10-18 20:49+0000\n" +"PO-Revision-Date: 2010-10-18 20:50:35+0000\n" "Language-Team: Czech <http://translatewiki.net/wiki/Portal:cs>\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.17alpha (r74952); Translate extension (2010-09-17)\n" +"X-Generator: MediaWiki 1.17alpha (r74965); Translate extension (2010-09-17)\n" "X-Translation-Project: translatewiki.net at http://translatewiki.net\n" "X-Language-Code: cs\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n >= 2 && n <= 4) ? 1 : " "2 );\n" -"X-POT-Import-Date: 2010-10-09 14:31:24+0000\n" +"X-POT-Import-Date: 2010-10-18 20:28:37+0000\n" #. TRANS: Page title #. TRANS: Menu item for site administration @@ -895,7 +895,7 @@ msgstr "" #. TRANS: Button label on the delete user form. #. TRANS: Button label on the form to block a user from a group. #: actions/block.php:153 actions/deleteapplication.php:154 -#: actions/deletegroup.php:211 actions/deletenotice.php:150 +#: actions/deletegroup.php:220 actions/deletenotice.php:150 #: actions/deleteuser.php:152 actions/groupblock.php:178 msgctxt "BUTTON" msgid "No" @@ -914,7 +914,7 @@ msgstr "Zablokovat tohoto uživatele" #. TRANS: Button label on the delete user form. #. TRANS: Button label on the form to block a user from a group. #: actions/block.php:160 actions/deleteapplication.php:161 -#: actions/deletegroup.php:218 actions/deletenotice.php:157 +#: actions/deletegroup.php:227 actions/deletenotice.php:157 #: actions/deleteuser.php:159 actions/groupblock.php:185 msgctxt "BUTTON" msgid "Yes" @@ -930,10 +930,12 @@ msgstr "Zablokovat tohoto uživatele" msgid "Failed to save block information." msgstr "Nepodařilo se uložit blokování." +#. TRANS: Client error when trying to delete a non-local group. +#. TRANS: Client error when trying to delete a non-existing group. #. TRANS: Command exception text shown when a group is requested that does not exist. #. TRANS: Error text shown when trying to leave a group that does not exist. #: actions/blockedfromgroup.php:80 actions/blockedfromgroup.php:87 -#: actions/deletegroup.php:87 actions/deletegroup.php:98 +#: actions/deletegroup.php:87 actions/deletegroup.php:100 #: actions/editgroup.php:100 actions/foafgroup.php:44 actions/foafgroup.php:62 #: actions/foafgroup.php:69 actions/groupblock.php:86 actions/groupbyid.php:83 #: actions/groupdesignsettings.php:100 actions/grouplogo.php:102 @@ -1086,37 +1088,46 @@ msgstr "Neodstraňujte tuto aplikaci" msgid "Delete this application" msgstr "Odstranit tuto aplikaci" -#: actions/deletegroup.php:65 +#. TRANS: Client error when trying to delete group while not logged in. +#: actions/deletegroup.php:64 #, fuzzy msgid "You must be logged in to delete a group." msgstr "Musíte být přihlášen abyste mohl opustit skupinu." -#: actions/deletegroup.php:93 actions/joingroup.php:88 +#. TRANS: Client error when trying to delete a group without providing a nickname or ID for the group. +#: actions/deletegroup.php:94 actions/joingroup.php:88 #: actions/leavegroup.php:88 msgid "No nickname or ID." msgstr "Žádná přezdívka nebo ID." -#: actions/deletegroup.php:104 +#. TRANS: Client error when trying to delete a group without having the rights to delete it. +#: actions/deletegroup.php:107 #, fuzzy msgid "You are not allowed to delete this group." msgstr "Nejste členem této skupiny." -#: actions/deletegroup.php:146 +#. TRANS: Server error displayed if a group could not be deleted. +#. TRANS: %s is the name of the group that could not be deleted. +#: actions/deletegroup.php:150 #, fuzzy, php-format -msgid "Could not delete group %2$s." +msgid "Could not delete group %s." msgstr "Nelze aktualizovat skupinu." -#: actions/deletegroup.php:153 +#. TRANS: Message given after deleting a group. +#. TRANS: %s is the deleted group's name. +#: actions/deletegroup.php:159 #, fuzzy, php-format -msgid "Deleted group %2$s" +msgid "Deleted group %s" msgstr "%1$s opustil(a) skupinu %2$s" -#: actions/deletegroup.php:169 actions/deletegroup.php:194 +#. TRANS: Title. +#. TRANS: Form legend for deleting a group. +#: actions/deletegroup.php:176 actions/deletegroup.php:202 #, fuzzy msgid "Delete group" msgstr "Smazat uživatele" -#: actions/deletegroup.php:197 +#: actions/deletegroup.php:206 #, fuzzy msgid "" "Are you sure you want to delete this group? This will clear all data about " @@ -1127,13 +1138,13 @@ msgstr "" "o uživateli z databáze, bez zálohy." #. TRANS: Submit button title for 'No' when deleting a group. -#: actions/deletegroup.php:215 +#: actions/deletegroup.php:224 #, fuzzy msgid "Do not delete this group" msgstr "Neodstraňujte toto oznámení" #. TRANS: Submit button title for 'Yes' when deleting a group. -#: actions/deletegroup.php:222 +#: actions/deletegroup.php:231 #, fuzzy msgid "Delete this group" msgstr "Odstranit tohoto uživatele" @@ -7642,31 +7653,3 @@ msgstr "Nebylo zadáno uživatelské ID." #, php-format msgid "%d entries in backup." msgstr "" - -#~ msgid "" -#~ "The request token %s has been authorized. Please exchange it for an " -#~ "access token." -#~ msgstr "" -#~ "Token požadavku %s byl autorizován. Prosím vyměňte jej za přístupový " -#~ "token." - -#~ msgid "Deny" -#~ msgstr "Odepřít" - -#~ msgid "Path to locales" -#~ msgstr "Cesta k locales" - -#~ msgid "Theme server" -#~ msgstr "server s tématy" - -#~ msgid "Theme path" -#~ msgstr "cesta k tématu" - -#~ msgid "Background server" -#~ msgstr "Server s pozadím" - -#~ msgid "Background path" -#~ msgstr "Cesta k pozadí" - -#~ msgid "Background directory" -#~ msgstr "Adresář pozadí" |