summaryrefslogtreecommitdiffstats
path: root/apps/user_migrate/l10n/cs_CZ.php
blob: 81a5a45d9787c372c990ae78ba095df040b41288 (plain)
1
2
3
4
5
6
7
8
9
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"
);