X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fet.lang.php;h=46d12af9c0cfddc2086a3448fde7904a755ef806;hb=bf5a31da67e50256caa4dae27f54832581dbcf7c;hp=21fbcc0c2c0b47e0d37a33fbca81266bb54d06fd;hpb=9eee35c738a83c870e8d6dfda19d859bd063b233;p=timetracker.git diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 21fbcc0c..46d12af9 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -48,8 +48,10 @@ $i18n_key_words = array( // 'menu.forum' => 'Forum', 'menu.help' => 'Abiinfo', // TODO: translate the following. -// 'menu.create_team' => 'Create Team', +// 'menu.create_group' => 'Create Group', 'menu.profile' => 'Profiili', +// TODO: translate the following. +// 'menu.group' => 'Group', 'menu.time' => 'Aeg', // TODO: translate the following. // 'menu.expenses' => 'Expenses', @@ -60,8 +62,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'menu.tasks' => 'Tasks', 'menu.users' => 'Kasutajad', -'menu.teams' => 'Meeskonnad', // TODO: translate the following. +// 'menu.groups' => 'Groups', // 'menu.export' => 'Export', 'menu.clients' => 'Kliendid', 'menu.options' => 'Suvandid', @@ -79,6 +81,8 @@ $i18n_key_words = array( // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', 'error.db' => 'Andmebaasi viga.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Valed "{0}" andmed.', 'error.empty' => 'Väli "{0}" on tühi.', 'error.not_equal' => 'Väli "{0}" ei ole väljaga "{1}" võrdne.', @@ -316,6 +320,7 @@ $i18n_key_words = array( 'title.options' => 'Suvandid', 'title.profile' => 'Profiili', // TODO: translate the following. +// 'title.group' => 'Group Settings', // 'title.cf_custom_fields' => 'Custom Fields', // 'title.cf_add_custom_field' => 'Adding Custom Field', // 'title.cf_edit_custom_field' => 'Editing Custom Field', @@ -498,6 +503,7 @@ $i18n_key_words = array( // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. +// 'form.profile.swap_roles' => 'Swap roles', // 'form.profile.12_hours' => '12 hours', // 'form.profile.24_hours' => '24 hours', // 'form.profile.show_holidays' => 'Show holidays', @@ -513,6 +519,7 @@ $i18n_key_words = array( // 'form.profile.allow_overlap' => 'Allow overlap', // 'form.profile.future_entries' => 'Future entries', // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', +// 'form.profile.allow_ip' => 'Allow IP', // 'form.profile.plugins' => 'Plugins', // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. @@ -534,6 +541,7 @@ $i18n_key_words = array( // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php. // TODO: translate the following. +// 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.', // 'form.swap.swap_with' => 'Swap roles with', // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.