diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-26 10:47:07 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-26 10:47:07 -0500 |
commit | fb7aa2f0140907b47606cf63332f2160abffceb0 (patch) | |
tree | e08686b69bbaa0a6f2d37afd109b2981b59c13ce /core/l10n/cs_CZ.php | |
parent | d9a98b126e349662574c7cbe0bde1c7d0841b893 (diff) | |
download | nextcloud-server-fb7aa2f0140907b47606cf63332f2160abffceb0.tar.gz nextcloud-server-fb7aa2f0140907b47606cf63332f2160abffceb0.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/cs_CZ.php')
-rw-r--r-- | core/l10n/cs_CZ.php | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/core/l10n/cs_CZ.php b/core/l10n/cs_CZ.php index 0e3c6bf27fb..8a784ccc9ad 100644 --- a/core/l10n/cs_CZ.php +++ b/core/l10n/cs_CZ.php @@ -67,6 +67,8 @@ $TRANSLATIONS = array( "Error while changing permissions" => "Chyba při změně oprávnění", "Shared with you and the group {group} by {owner}" => "S Vámi a skupinou {group} sdílí {owner}", "Shared with you by {owner}" => "S Vámi sdílí {owner}", +"Share with user or group …" => "Sdílej s uživatelem nebo skupinou", +"Share link" => "Sdílet odkaz", "Password protect" => "Chránit heslem", "Password" => "Heslo", "Allow Public Upload" => "Povolit veřejné nahrávání", @@ -80,6 +82,7 @@ $TRANSLATIONS = array( "Resharing is not allowed" => "Sdílení již sdílené položky není povoleno", "Shared in {item} with {user}" => "Sdíleno v {item} s {user}", "Unshare" => "Zrušit sdílení", +"notify by email" => "upozornit e-mailem", "can edit" => "lze upravovat", "access control" => "řízení přístupu", "create" => "vytvořit", @@ -129,6 +132,7 @@ $TRANSLATIONS = array( "Access forbidden" => "Přístup zakázán", "Cloud not found" => "Cloud nebyl nalezen", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hej ty tam,\n\njen ti chci dát vědět, že %s sdílel %s s tebou.\nZobraz si to: %s\n\n", +"The share will expire on %s." => "Sdílení vyprší %s.", "Cheers!" => "Ať slouží!", "Security Warning" => "Bezpečnostní upozornění", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Verze vašeho PHP je napadnutelná pomocí techniky \"NULL Byte\" (CVE-2006-7243)", @@ -161,6 +165,12 @@ $TRANSLATIONS = array( "Log in" => "Přihlásit", "Alternative Logins" => "Alternativní přihlášení", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Hej ty tam,<br><br>jen ti chci dát vědět, že %s sdílel »%s« s tebou.<br><a href=\"%s\">Zobrazit!</a><br><br>", -"Updating ownCloud to version %s, this may take a while." => "Aktualizuji ownCloud na verzi %s, bude to chvíli trvat." +"This ownCloud instance is currently in single user mode." => "Tato instalace ownCloudu je momentálně v jednouživatelském módu.", +"This means only administrators can use the instance." => "To znamená, že pouze správci systému mohou aplikaci používat.", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontaktujte, prosím, správce systému, pokud se tato zpráva objevuje opakovaně nebo nečekaně.", +"Thank you for your patience." => "Děkuji za trpělivost.", +"Updating ownCloud to version %s, this may take a while." => "Aktualizuji ownCloud na verzi %s, bude to chvíli trvat.", +"This ownCloud instance is currently being updated, which may take a while." => "Tato instalace ownCloud je právě aktualizována, může to trvat chvíli.", +"Please reload this page after a short time to continue using ownCloud." => "Pro pokračování načtěte, prosím, stránku znovu po chvíli." ); $PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; |