X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/b454bd09414545118fff25fc67b8140edec0411c..b18b24eeedac6e4e00de4843b98482af5d5a8a65:/WEB-INF/resources/cs.lang.php diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 578da017..67b2b14d 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -468,9 +468,10 @@ $i18n_key_words = array( // 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.compression' => 'Compression', +'form.export.compression' => 'Komprese', +// TODO: translate the following. // 'form.export.compression_none' => 'none', -// 'form.export.compression_bzip' => 'bzip', +'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. @@ -546,7 +547,6 @@ $i18n_key_words = array( "form.invoice.mailinv_above" => 'poslat fakturu e-mailem', "form.invoice.sending_str" => 'faktura odeslána', -"form.migration.zip" => 'komprese', "form.migration.file" => 'výběr souboru', "form.migration.import.title" => 'importovat data', "form.migration.import.success" => 'import byl úspěšně dokončen', @@ -554,8 +554,4 @@ $i18n_key_words = array( "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.', -// Note to translators: the string below is missing in the translation and must be added -// "form.migration.compression.none" => 'none', -"form.migration.compression.gzip" => 'gzip', -"form.migration.compression.bzip" => 'bzip', );