diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-16 02:09:15 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-16 02:09:15 +0200 |
commit | 1e6dc6751700a91faff463f8f2840cf24e742f37 (patch) | |
tree | 07a4cfaa8a508fd6594fdc421778766d5ee4a59a /settings/l10n/cs_CZ.php | |
parent | 4c638f101e09cbe43a2114c64ebb30774bafce4b (diff) | |
download | nextcloud-server-1e6dc6751700a91faff463f8f2840cf24e742f37.tar.gz nextcloud-server-1e6dc6751700a91faff463f8f2840cf24e742f37.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n/cs_CZ.php')
-rw-r--r-- | settings/l10n/cs_CZ.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/settings/l10n/cs_CZ.php b/settings/l10n/cs_CZ.php index d71ae497d33..d344b49ced2 100644 --- a/settings/l10n/cs_CZ.php +++ b/settings/l10n/cs_CZ.php @@ -1,13 +1,21 @@ <?php $TRANSLATIONS = array( +"Unable to load list from App Store" => "Nepodařílo se stáhnout seznam z App Store", "Email saved" => "E-mail uložen", "Invalid email" => "Neplatný e-mail", "OpenID Changed" => "OpenID změněn", "Invalid request" => "Chybný dotaz", +"Authentication error" => "Chyba autorizace", "Language changed" => "Jazyk byl změněn", +"Error" => "Chyba", "Disable" => "Vypnout", "Enable" => "Zapnout", "Saving..." => "Ukládám...", "__language_name__" => "Česky", +"Security Warning" => "Bezpečnostní upozornění", +"Cron" => "Cron", +"execute one task with each page loaded" => "spustit jednu úlohu s každou nataženou stranou", +"cron.php is registered at a webcron service" => "cron.php je registrován jako služba webcron", +"use systems cron service" => "použijte systémovou službu cron", "Log" => "Log", "More" => "Více", "Add your App" => "Přidat vaší aplikaci", @@ -43,6 +51,7 @@ "Create" => "Vytvořit", "Default Quota" => "Výchozí kvóta", "Other" => "Jiné", +"SubAdmin" => "SubAdmin", "Quota" => "Kvóta", "Delete" => "Vymazat" ); |