X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/b454bd09414545118fff25fc67b8140edec0411c..b18b24eeedac6e4e00de4843b98482af5d5a8a65:/WEB-INF/resources/et.lang.php diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 55cc1237..a9a75202 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -471,9 +471,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' => 'Pakkimine', +// 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. @@ -552,7 +553,6 @@ $i18n_key_words = array( "form.invoice.mailinv_above" => 'saada see arve e-mailiga', "form.invoice.sending_str" => 'arve saadetud', -"form.migration.zip" => 'pakkimine', "form.migration.file" => 'vali fail', "form.migration.import.title" => 'impordi andmed', "form.migration.import.success" => 'andmed imporditud', @@ -560,8 +560,4 @@ $i18n_key_words = array( "form.migration.export.title" => 'ekspordi andmed', "form.migration.export.success" => 'andmed eksporditud', "form.migration.export.text" => 'võid kogu meeskonna andmed eksportida xml-faili. sellest võib olla kasu kui vahetad serverit.', -// Note to translators: the string below must be translated and added -// "form.migration.compression.none" => 'none', -"form.migration.compression.gzip" => 'gzip', -"form.migration.compression.bzip" => 'bzip', );