diff options
Diffstat (limited to 'apps/user_migrate/l10n/cs_CZ.php')
-rw-r--r-- | apps/user_migrate/l10n/cs_CZ.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/user_migrate/l10n/cs_CZ.php b/apps/user_migrate/l10n/cs_CZ.php new file mode 100644 index 00000000000..81a5a45d978 --- /dev/null +++ b/apps/user_migrate/l10n/cs_CZ.php @@ -0,0 +1,10 @@ +<?php $TRANSLATIONS = array( +"Export" => "Export", +"Something went wrong while the export file was being generated" => "Během vytváření souboru exportu došlo k chybě", +"An error has occurred" => "Nastala chyba", +"Export your user account" => "Export Vašeho uživatelského účtu", +"This will create a compressed file that contains your ownCloud account." => "Bude vytvořen komprimovaný soubor, obsahující Váš ownCloud účet.", +"Import user account" => "Import uživatelského účtu", +"ownCloud User Zip" => "Zip soubor uživatele ownCloud", +"Import" => "Import" +); |