summaryrefslogtreecommitdiffstats
path: root/core/l10n/cs_CZ.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-08-19 15:14:38 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-08-19 15:14:38 -0400
commite9644c2f52270aa1a1f345ed38bb2e66a4e8752d (patch)
tree727a29d4b68b9f10a93bec996c125b2b4270bb83 /core/l10n/cs_CZ.php
parent95e1b62940444eb2a7467d994a7b4366f6e7f2fc (diff)
downloadnextcloud-server-e9644c2f52270aa1a1f345ed38bb2e66a4e8752d.tar.gz
nextcloud-server-e9644c2f52270aa1a1f345ed38bb2e66a4e8752d.zip
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/cs_CZ.php')
-rw-r--r--core/l10n/cs_CZ.php12
1 files changed, 5 insertions, 7 deletions
diff --git a/core/l10n/cs_CZ.php b/core/l10n/cs_CZ.php
index f984d1e526b..78614eef0e7 100644
--- a/core/l10n/cs_CZ.php
+++ b/core/l10n/cs_CZ.php
@@ -30,18 +30,17 @@ $TRANSLATIONS = array(
"December" => "Prosinec",
"Settings" => "Nastavení",
"seconds ago" => "před pár vteřinami",
-"_%n minute ago_::_%n minutes ago_" => array("","",""),
-"_%n hour ago_::_%n hours ago_" => array("","",""),
+"_%n minute ago_::_%n minutes ago_" => array("před %n minutou","před %n minutami","před %n minutami"),
+"_%n hour ago_::_%n hours ago_" => array("před %n hodinou","před %n hodinami","před %n hodinami"),
"today" => "dnes",
"yesterday" => "včera",
-"_%n day ago_::_%n days ago_" => array("","",""),
+"_%n day ago_::_%n days ago_" => array("před %n dnem","před %n dny","před %n dny"),
"last month" => "minulý měsíc",
-"_%n month ago_::_%n months ago_" => array("","",""),
+"_%n month ago_::_%n months ago_" => array("před %n měsícem","před %n měsíci","před %n měsíci"),
"months ago" => "před měsíci",
"last year" => "minulý rok",
"years ago" => "před lety",
"Choose" => "Vybrat",
-"Cancel" => "Zrušit",
"Error loading file picker template" => "Chyba při načítání šablony výběru souborů",
"Yes" => "Ano",
"No" => "Ne",
@@ -84,6 +83,7 @@ $TRANSLATIONS = array(
"Email sent" => "E-mail odeslán",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "Aktualizace neproběhla úspěšně. Nahlaste prosím problém do <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">evidence chyb ownCloud</a>",
"The update was successful. Redirecting you to ownCloud now." => "Aktualizace byla úspěšná. Přesměrovávám na ownCloud.",
+"%s password reset" => "reset hesla %s",
"Use the following link to reset your password: {link}" => "Heslo obnovíte použitím následujícího odkazu: {link}",
"The link to reset your password has been sent to your email.<br>If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator ." => "Odkaz na obnovení hesla byl odeslán na vaši e-mailovou adresu.<br>Pokud jej v krátké době neobdržíte, zkontrolujte váš koš a složku spam.<br>Pokud jej nenaleznete, kontaktujte svého správce.",
"Request failed!<br>Did you make sure your email/username was right?" => "Požadavek selhal!<br>Ujistili jste se, že vaše uživatelské jméno a e-mail jsou správně?",
@@ -135,8 +135,6 @@ $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>Cheers!" => "Ahoj,<br><br>jenom vám chci oznámit, že %s s vámi sdílí %s.\nPodívat se můžete <br><a href=\"%s\">zde</a>.<br><br>Díky",
-"prev" => "předchozí",
-"next" => "následující",
"Updating ownCloud to version %s, this may take a while." => "Aktualizuji ownCloud na verzi %s, bude to chvíli trvat."
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";