X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/50c5a3ad924edd81be8935033276e8c20172c9b1..cd2030962fdd5e3a3069d085acef37278e2e58eb:/WEB-INF/resources/et.lang.php diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index d057135c..f7343e9c 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -189,8 +189,6 @@ $i18n_key_words = array( // 'label.month_total' => 'Month total', 'label.today' => 'Täna', // TODO: translate the following. -// 'label.total_hours' => 'Total hours', -// 'label.total_cost' => 'Total cost', // 'label.view' => 'View', 'label.edit' => 'Muuda', 'label.delete' => 'Kustuta', @@ -209,8 +207,7 @@ $i18n_key_words = array( 'label.comment' => 'Kommentaar', 'label.status' => 'Seisund', 'label.tax' => 'Maks', -// TODO: translate the following. -// 'label.subtotal' => 'Subtotal', +'label.subtotal' => 'Vahesumma', 'label.total' => 'Kokku', // TODO: translate the following. // 'label.client_name' => 'Client name', @@ -256,8 +253,8 @@ $i18n_key_words = array( // Compare with English file to see how it is done there and do Estonian titles similarly. // Specifically: lisamine vs lisa, etc. 'title.login' => 'Login', +'title.teams' => 'Meeskonnad', // TODO: translate the following. -// 'title.teams' => 'Teams', // 'title.create_team' => 'Creating Team', // 'title.edit_team' => 'Editing Team', // 'title.delete_team' => 'Deleting Team', @@ -330,9 +327,8 @@ $i18n_key_words = array( // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. -// TODO: translate the following. -// 'dropdown.all' => '--- all ---', -// 'dropdown.no' => '--- no ---', +'dropdown.all' => '--- kõik ---', +'dropdown.no' => '--- ei ---', 'dropdown.current_day' => 'täna', 'dropdown.previous_day' => 'eile', 'dropdown.selected_day' => 'päev', @@ -356,8 +352,8 @@ $i18n_key_words = array( // 'dropdown.select_invoice' => '--- select invoice ---', // 'dropdown.status_active' => 'active', // 'dropdown.status_inactive' => 'inactive', -// 'dropdown.delete'=>'delete', -// 'dropdown.do_not_delete'=>'do not delete', +// 'dropdown.delete' => 'delete', +// 'dropdown.do_not_delete' => 'do not delete', // 'dropdown.paid' => 'paid', // 'dropdown.not_paid' => 'not paid', @@ -418,15 +414,18 @@ $i18n_key_words = array( // Report form. See example at https://timetracker.anuko.com/report.php // (after generating a report at https://timetracker.anuko.com/reports.php). +'form.report.export' => 'Eksportimine', // TODO: is this correct? We want a verb as in "Export XML" - see report export options. + // The current combined English string is "Export PDF, XML or CSV". + // Meaning: user can have a displayed report in these formats. // TODO: translate the following. -// 'form.report.export' => 'Export', // 'form.report.assign_to_invoice' => 'Assign to invoice', // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report). -// TODO: translate the following. -// 'form.invoice.number' => 'Invoice number', -// 'form.invoice.person' => 'Person', +'form.invoice.number' => 'Arve number', +'form.invoice.person' => 'Isik', + +// Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php // 'form.invoice.invoice_to_delete' => 'Invoice to delete', // 'form.invoice.invoice_entries' => 'Invoice entries', // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.', @@ -462,14 +461,66 @@ $i18n_key_words = array( // 'form.clients.active_clients' => 'Active Clients', // 'form.clients.inactive_clients' => 'Inactive Clients', +// Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php +// TODO: translate the following. +// 'form.client.client_to_delete' => 'Client to delete', +// 'form.client.client_entries' => 'Client entries', + +// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +'form.export.hint' => 'Võid kogu meeskonna andmed eksportida xml-faili. Sellest võib olla kasu kui vahetad serverit.', +'form.export.compression' => 'Pakkimine', +// 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). +'form.import.hint' => 'Impordi meeskonna andmed xml-failist.', +'form.import.file' => 'Vali fail', +'form.import.success' => 'Andmed imporditud.', + +// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// TODO: translate the following. +// 'form.teams.hint' => 'Create a new team by creating a new team manager account.
You can also import team data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).', + +// Profile form. See example at https://timetracker.anuko.com/profile_edit.php. +// TODO: translate the following. +// 'form.profile.12_hours' => '12 hours', +// 'form.profile.24_hours' => '24 hours', +// 'form.profile.tracking_mode' => 'Tracking mode', +// 'form.profile.mode_time' => 'time', +// 'form.profile.mode_projects' => 'projects', +// 'form.profile.mode_projects_and_tasks' => 'projects and tasks', +// 'form.profile.record_type' => 'Record type', +// 'form.profile.type_all' => 'all', +// 'form.profile.type_start_finish' => 'start and finish', +// 'form.profile.type_duration' => 'duration', +// 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', +// 'form.profile.uncompleted_indicators_none' => 'do not show', +// 'form.profile.uncompleted_indicators_show' => 'show', +// 'form.profile.plugins' => 'Plugins', + +// Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. +'form.mail.from' => 'Kellelt', +'form.mail.to' => 'Kellele', +// TODO: translate the following. +// 'form.mail.report_subject' => 'Time Tracker Report', +// 'form.mail.footer' => 'Anuko Time Tracker is a simple, easy to use, open source
time tracking system. Visit www.anuko.com for more information.', +// 'form.mail.report_sent' => 'Report sent.', +'form.mail.invoice_sent' => 'Arve saadetud.', + +// Quotas configuration form. +// TODO: translate the following. +// 'form.quota.year' => 'Year', +// 'form.quota.month' => 'Month', +// 'form.quota.quota' => 'Quota', +// 'form.quota.workday_hours' => 'Hours in work day', +// 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', + // TODO: refactoring ongoing down from here. // administrator form -// Note to translators: the string below must be translated -// "form.admin.duty_text" => 'create a new meeskond by creating a new meeskond manager account.
you can also import meeskond data from an xml file from another Anuko time tracker server (no e-mail collisions are allowed).', - "form.admin.profile.title" => 'meeskonnad', "form.admin.profile.noprofiles" => 'sinu andmebaas on tühi. logi adminina sisse ja loo uus meeskond.', "form.admin.profile.comment" => 'kustuta meeskond', @@ -501,56 +552,5 @@ $i18n_key_words = array( "form.people.th.rate" => 'hind', "form.people.manager" => 'haldur', "form.people.comanager" => 'kaashaldur', - "form.people.rate" => 'vaikimisi tunni hind', -"form.people.comanager" => 'kaashaldur', - -// report attributes -"form.report.total" => 'tunde kokku', - -// mail form attributes -"form.mail.from" => 'kellelt', -"form.mail.to" => 'kellele', -"form.mail.above" => 'saada aruanne e-mailiga', -// Note to translators: this string needs to be translated. -// "form.mail.footer_str" => 'Anuko Time Tracker is a simple, easy to use, open source
time tracking system. Visit www.anuko.com for more information.', -"form.mail.sending_str" => 'teade saadetud', - -// invoice attributes -"form.invoice.title" => 'arve', -"form.invoice.caption" => 'arve', -"form.invoice.above" => 'lisainformatsioon arvele', -"form.invoice.select_cust" => 'vali klient', -"form.invoice.fillform" => 'täida väljad', -"form.invoice.number" => 'arve number', -"form.invoice.th.username" => 'isik', -"form.invoice.th.time" => 'tunde', -"form.invoice.th.rate" => 'hind', -"form.invoice.th.summ" => 'summa', -"form.invoice.subtotal" => 'vahesumma', -"form.invoice.customer" => 'klient', -"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', -"form.migration.import.text" => 'impordi meeskonna andmed xml-failist', -"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', - -// miscellaneous strings -"forward.tocsvfile" => 'ekspordi andmed .csv faili', -"forward.toxmlfile" => 'ekspordi andmed .xml faili', -"forward.geninvoice" => 'loo arve', - -"controls.project_bind" => '--- kõik ---', -"controls.all" => '--- kõik ---', -"controls.notbind" => '--- ei ---', );