X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/b18b24eeedac6e4e00de4843b98482af5d5a8a65..817c4398a992954d9c30bb78ddb3bf0edfccf3c3:/WEB-INF/resources/cs.lang.php diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 67b2b14d..5172818b 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -466,18 +466,16 @@ $i18n_key_words = array( // 'form.client.client_entries' => 'Client entries', // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php -// TODO: translate the following. -// 'form.export.hint' => 'You can export all team data into an xml file. It could be useful if you are migrating data to your own server.', +'form.export.hint' => 'Můžete exportova týmová data do xml souboru. Může se to hodit pro přesun na jiný server.', 'form.export.compression' => 'Komprese', // TODO: translate the following. // 'form.export.compression_none' => 'none', 'form.export.compression_bzip' => 'bzip', // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). -// TODO: translate the following. -// 'form.import.hint' => 'Import team data from an xml file.', -// 'form.import.file' => 'Select file', -// 'form.import.success' => 'Import completed successfully.', +'form.import.hint' => 'Importovat týmová data z xml souboru.', +'form.import.file' => 'Výběr souboru', +'form.import.success' => 'Import byl úspěšně dokončen.', // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). // TODO: translate the following. This part is not translated accurately from English: @@ -546,12 +544,4 @@ $i18n_key_words = array( "form.invoice.subtotal" => 'subtotal', "form.invoice.mailinv_above" => 'poslat fakturu e-mailem', "form.invoice.sending_str" => 'faktura odeslána', - -"form.migration.file" => 'výběr souboru', -"form.migration.import.title" => 'importovat data', -"form.migration.import.success" => 'import byl úspěšně dokončen', -"form.migration.import.text" => 'importovat týmová data z xml souboru', -"form.migration.export.title" => 'exportovat data', -"form.migration.export.success" => 'export byl úspěšně dokončen', -"form.migration.export.text" => 'můžete exportova týmová data do xml souboru. může se to hodit pro přesun na jiný server.', );