X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fet.lang.php;h=39a0a271c01f4198d483c408f525852ff2f8e242;hb=5629a1c360655d5a09dc965004946bf65e3725b9;hp=01b8702bfb89b217e47905b4495fde21369f317e;hpb=4ebe6fd29283633e5ae7cdb399cc144c38af25fb;p=timetracker.git diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 01b8702b..39a0a271 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -35,8 +35,6 @@ $i18n_language = 'Estonian (Eesti)'; $i18n_months = array('Jaanuar', 'Veebruar', 'Märts', 'Aprill', 'Mai', 'Juuni', 'Juuli', 'August', 'September', 'Oktoober', 'November', 'Detsember'); $i18n_weekdays = array('Pühapäev', 'Esmaspäev', 'Teisipäev', 'Kolmapäev', 'Neljapäev', 'Reede', 'Laupäev'); $i18n_weekdays_short = array('P', 'E', 'T', 'K', 'N', 'R', 'L'); -// format mm/dd -$i18n_holidays = array('01/01', '02/24', '04/19', '04/21', '05/01', '06/09', '06/23', '06/24', '08/20', '12/24', '12/25', '12/26'); $i18n_key_words = array( @@ -46,11 +44,14 @@ $i18n_key_words = array( 'menu.logout' => 'Välju', 'menu.forum' => 'Foorum', 'menu.help' => 'Abiinfo', -'menu.create_group' => 'Loo grupp', +// TODO: translate the following. +// 'menu.register' => 'Register', 'menu.profile' => 'Profiil', 'menu.group' => 'Grupp', 'menu.plugins' => 'Lisad', 'menu.time' => 'Ajaarvestus', +// TODO: translate the following. +// 'menu.week' => 'Week', 'menu.expenses' => 'Kulud', 'menu.reports' => 'Raportid', // TODO: translate the following. @@ -240,6 +241,8 @@ $i18n_key_words = array( // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Eriväljad', 'label.monthly_quotas' => 'Kuu kvoot', +// TODO: translate the following. +// 'label.entity' => 'Entity', 'label.type' => 'Tüüp', 'label.type_dropdown' => 'rippmenüü', 'label.type_text' => 'tekst', @@ -252,6 +255,8 @@ $i18n_key_words = array( 'label.paid_status' => 'Makse olek', 'label.paid' => 'Makstud', 'label.mark_paid' => 'Märgi makstuks', +// TODO: translate the following. +// 'label.week_menu' => 'Week menu', 'label.week_note' => 'Nädala märge', 'label.week_list' => 'Nädala nimekiri', 'label.work_units' => 'Töö ühikud', @@ -373,6 +378,11 @@ $i18n_key_words = array( // 'title.delete_file' => 'Deleting File', // 'title.download_file' => 'Downloading File', // 'title.work' => 'Work', +// 'title.add_work' => 'Adding Work', +// 'title.edit_work' => 'Editing Work', +// 'title.delete_work' => 'Deleting Work', +// 'title.active_work' => 'Active Work', // Active work items this group outsources to other groups. +// 'title.inactive_work' => 'Inactive Work', // Inactive work items this group was outsourcing to other groups. // 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. @@ -554,7 +564,7 @@ $i18n_key_words = array( 'form.group_edit.24_hours' => '24 tundi', // TODO: translate the following. // 'form.group_edit.display_options' => 'Display options', -'form.group_edit.show_holidays' => 'Näita pühi', +// 'form.group_edit.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'Jälgimise režiim', 'form.group_edit.mode_time' => 'ajaarvestus', 'form.group_edit.mode_projects' => 'projektid', @@ -569,6 +579,8 @@ $i18n_key_words = array( 'form.group_edit.uncompleted_indicators' => 'Lõpetamata kirjete indikaator', // TODO: Fix this. Indicators (plural), not indicator. 'form.group_edit.confirm_save' => 'Kinnita salvestamine', 'form.group_edit.allow_ip' => 'Luba IP', +// TODO: translate the following. +// 'form.group_edit.advanced_settings' => 'Advanced settings', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php 'form.group_delete.hint' => 'Oled kindel, et soovid kogu gruppi kustutada?', @@ -632,5 +644,6 @@ $i18n_key_words = array( // Display Options form. See example at https://timetracker.anuko.com/display_options.php. // TODO: translate the following. +// 'form.display_options.menu' => 'Menu', // 'form.display_options.note_on_separate_row' => 'Note on separate row', );