X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fet.lang.php;h=8515726a8a80408a0ddfa7698c1a293fd3b6a793;hb=ed7c5efb7c146a1cd9433a14a72e57184c8bbedc;hp=c7c5183e4df52a5ef0f5e4a9fc3e8ca866bcc7ca;hpb=7090dec44236531f42af5763416db5d07c94b10a;p=timetracker.git diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index c7c5183e..8515726a 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.', @@ -146,16 +148,21 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.manager_name' => 'Manager name', // 'label.manager_login' => 'Manager login', + + + +// TODO: refactoring ongoing down from here. + 'label.person_name' => 'Nimi', 'label.thing_name' => 'Nimi', 'label.login' => 'Login', 'label.password' => 'Salasõna', 'label.confirm_password' => 'Kinnita salasõna', -// TODO: translate the following. // 'label.email' => 'Email', -// 'label.cc' => 'Cc', +'label.cc' => 'Cc', +// TODO: translate the following. // 'label.bcc' => 'Bcc', -// 'label.subject' => 'Subject', +'label.subject' => 'Teema', // 'label.date' => 'Date', // 'label.start_date' => 'Start date', // 'label.end_date' => 'End date', @@ -175,6 +182,7 @@ $i18n_key_words = array( // 'label.finish' => 'Finish', // 'label.duration' => 'Duration', // 'label.note' => 'Note', +// 'label.notes' => 'Notes', // 'label.item' => 'Item', // 'label.cost' => 'Cost', // 'label.day_total' => 'Day total', @@ -190,6 +198,9 @@ $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', // 'label.language' => 'Language', // 'label.decimal_mark' => 'Decimal mark', @@ -214,6 +225,8 @@ $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). // 'label.custom_fields' => 'Custom fields', // 'label.monthly_quotas' => 'Monthly quotas', @@ -226,6 +239,9 @@ $i18n_key_words = array( // 'label.what_is_it' => 'What is it?', // 'label.expense' => 'Expense', // 'label.quantity' => 'Quantity', +// 'label.paid_status' => 'Paid status', +// 'label.paid' => 'Paid', +// 'label.mark_paid' => 'Mark paid', // Form titles. 'title.options' => 'Suvandid', @@ -389,8 +405,6 @@ $i18n_key_words = array( // mail form attributes "form.mail.from" => 'kellelt', "form.mail.to" => 'kellele', -"form.mail.cc" => 'cc', -"form.mail.subject" => 'teema', "form.mail.comment" => 'märkus', "form.mail.above" => 'saada aruanne e-mailiga', // Note to translators: this string needs to be translated.