X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fet.lang.php;h=5c7137fd58638effcb035948d67849abca0905c7;hb=7fbd29498b99eb787c4ba799559603c10cc086e6;hp=962b7e724c040b90340f7d0a8f11d605e90486b9;hpb=5d654698cf0f12e3f4f0848bcf02440a945a2bc8;p=timetracker.git diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 962b7e72..5c7137fd 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -29,7 +29,7 @@ // Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option. // Other characters (such as double-quotes in http links, etc.) do not have to be escaped. -// Note to translators: Please use proper capitalization rules for your language. +// Note to translators: Use proper capitalization rules for your language. $i18n_language = 'Eesti'; $i18n_months = array('Jaanuar', 'Veebruar', 'Märts', 'Aprill', 'Mai', 'Juuni', 'Juuli', 'August', 'September', 'Oktoober', 'November', 'Detsember'); @@ -40,14 +40,15 @@ $i18n_holidays = array('01/01', '02/24', '04/10', '04/12', '05/01', '05/31', '06 $i18n_key_words = array( -// Menus. +// Menus - short selection strings that are displayed on top of application web pages. +// Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Login', 'menu.logout' => 'Logout', // TODO: translate the following. // 'menu.forum' => 'Forum', 'menu.help' => 'Abiinfo', -// Note to translators: menu.create_team needs a more accurate translation. -'menu.create_team' => 'loo uus managerikonto', +// TODO: translate the following. +'menu.create_team' => 'Create Team', 'menu.profile' => 'Profiili', 'menu.time' => 'Aeg', // TODO: translate the following. @@ -88,6 +89,7 @@ $i18n_key_words = array( // 'error.task' => 'Select task.', // 'error.client' => 'Select client.', // 'error.report' => 'Select report.', +// 'error.record' => 'Select record.', 'error.auth' => 'Vale login või salasõna.', // TODO: translate the following. // 'error.user_exists' => 'User with this login already exists.', @@ -137,7 +139,6 @@ $i18n_key_words = array( // TODO: translate the following. // 'button.close' => 'Close', // 'button.stop' => 'Stop', -// 'button.mark_paid' => 'Mark paid', // Labels for controls on forms. Labels in this section are used on multiple forms. // TODO: translate the following. @@ -152,11 +153,13 @@ $i18n_key_words = array( 'label.login' => 'Login', 'label.password' => 'Salasõna', 'label.confirm_password' => 'Kinnita salasõna', +// TODO: translate the following. // 'label.email' => 'Email', 'label.cc' => 'Cc', // TODO: translate the following. // 'label.bcc' => 'Bcc', 'label.subject' => 'Teema', +// TODO: translate the following. // 'label.date' => 'Date', // 'label.start_date' => 'Start date', // 'label.end_date' => 'End date', @@ -192,7 +195,6 @@ $i18n_key_words = array( // 'label.configure' => 'Configure', // 'label.select_all' => 'Select all', // 'label.select_none' => 'Deselect all', -// TODO: translate the following. // 'label.day_view' => 'Day view', // 'label.week_view' => 'Week view', // 'label.id' => 'ID', @@ -219,7 +221,10 @@ $i18n_key_words = array( // 'label.role_admin' => '(administrator)', // 'label.page' => 'Page', // 'label.condition' => 'Condition', +// 'label.yes' => 'yes', +// 'label.no' => 'no', // Labels for plugins (extensions to Time Tracker that provide additional features). +// TODO: translate the following. // 'label.custom_fields' => 'Custom fields', // 'label.monthly_quotas' => 'Monthly quotas', // 'label.type' => 'Type', @@ -233,10 +238,22 @@ $i18n_key_words = array( // 'label.quantity' => 'Quantity', // 'label.paid_status' => 'Paid status', // 'label.paid' => 'Paid', +// 'label.mark_paid' => 'Mark paid', + +// Form titles. +'title.login' => 'Login', +// TODO: translate the following. +// 'title.teams' => 'Teams', +// 'title.create_team' => 'Creating Team', +// 'title.edit_team' => 'Editing Team', +// 'title.delete_team' => 'Deleting Team', + + + +// TODO: refactoring ongoing down from here. // Form titles. 'title.options' => 'Suvandid', -// TODO: almost the entire title section is missing here. See the English file. // TODO: file refactoring is ongoing down from here. "form.filter.project" => 'projekt', @@ -245,10 +262,6 @@ $i18n_key_words = array( // Note to translators: the string below is missing and must be added to the translation // "form.filter.filter_confirm_delete" => 'are you sure you want to delete this favorite report?', -// login form attributes -"form.login.title" => 'login', -"form.login.login" => 'login', - // password reminder form attributes "form.fpass.title" => 'tühjenda salasõna', "form.fpass.login" => 'login',