X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fet.lang.php;h=3c017d081290fdbee0f2df8ad80a95892a3cbfb7;hb=28b9f9c7660fae16fb166dad42ffb39299390125;hp=f54471891efc2a70bc7797c38f4add75579b4dc9;hpb=6c059f2f895264bf9efae4759848d62a010f3dd4;p=timetracker.git diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index f5447189..3c017d08 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -29,44 +29,45 @@ // 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'); -$i18n_weekdays = array('pühapäev', 'esmaspäev', 'teisipäev', 'kolmapäev', 'neljapäev', 'reede', 'laupäev'); +$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/10', '04/12', '05/01', '05/31', '06/23', '06/24', '08/20', '12/24', '12/25', '12/26'); $i18n_key_words = array( -// Menus. -'menu.login' => 'login', -'menu.logout' => 'logout', -// TODO: Translate the following: +// 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', -'menu.profile' => 'profiili', -'menu.time' => 'aeg', -// TODO: Translate the following: +'menu.help' => 'Abiinfo', +// TODO: translate the following. +'menu.create_team' => 'Create Team', +'menu.profile' => 'Profiili', +'menu.time' => 'Aeg', +// TODO: translate the following. // 'menu.expenses' => 'Expenses', -'menu.reports' => 'raportid', -// TODO: Translate the following: +'menu.reports' => 'Raportid', +// TODO: translate the following. // 'menu.charts' => 'Charts', -'menu.projects' => 'projektid', -// TODO: Translate the following: +'menu.projects' => 'Projektid', +// TODO: translate the following. // 'menu.tasks' => 'Tasks', // 'menu.users' => 'Users', -'menu.teams' => 'meeskonnad', -// TODO: Translate the following: +'menu.teams' => 'Meeskonnad', +// TODO: translate the following. // 'menu.export' => 'Export', -'menu.clients' => 'kliendid', -'menu.options' => 'suvandid', +'menu.clients' => 'Kliendid', +'menu.options' => 'Suvandid', // Footer - strings on the bottom of most pages. -// TODO: translate the following: +// TODO: translate the following. // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.', // 'footer.credits' => 'Credits', // 'footer.license' => 'License', @@ -74,75 +75,248 @@ $i18n_key_words = array( // This is a link to a webpage that describes how to contribute to the project. // Error messages. -// TODO: translate the following: +// TODO: translate the following. // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', -'error.db' => 'andmebaasi viga', -'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', -'error.interval' => 'ebakorrektne intervall', -'error.project' => 'vali projekt', -'error.activity' => 'vali tegevus', -'error.auth' => 'vale login või salasõna', -// Note to translators: this string needs to be translated. -// 'error.user_exists' => 'user with this login already exists', -'error.project_exists' => 'selle nimega projekt on juba olemas', -'error.activity_exists' => 'selle nimega tegevus on juba olemas', -// TODO: translate error.client_exists. -// 'error.client_exists' => 'client with this name already exists', -// Note to translators: this string needs to be properly translated (e-mail replaced with login). -// 'error.no_login' => 'sellise e-mail aadressiga kasutajat ei ole', -'error.upload' => 'viga faili vastuvõtmisel', -// TODO: Translate the following: +'error.db' => 'Andmebaasi viga.', +'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.', +// TODO: translate the following. +// 'error.interval' => 'Field "{0}" must be greater than "{1}".', +'error.project' => 'Vali projekt.', +// TODO: translate the following. +// '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.', +'error.project_exists' => 'Selle nimega projekt on juba olemas.', +// TODO: translate the following. +// 'error.task_exists' => 'Task with this name already exists.', +// 'error.client_exists' => 'Client with this name already exists.', +// 'error.invoice_exists' => 'Invoice with this number already exists.', +// 'error.no_invoiceable_items' => 'There are no invoiceable items.', +// 'error.no_login' => 'No user with this login.', +// 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.', +'error.upload' => 'Viga faili vastuvõtmisel.', +// TODO: translate the following. // 'error.range_locked' => 'Date range is locked.', -// 'error.mail_send' => 'error sending mail', -// 'error.no_email' => 'no email associated with this login', -// 'error.uncompleted_exists' => 'uncompleted entry already exists. close or delete it.', -// 'error.goto_uncompleted' => 'go to uncompleted entry.', - -// labels for various buttons -'button.login' => 'login', -'button.now' => 'kohe', -// 'button.set' => 'aseta', -'button.save' => 'salvesta', -'button.delete' => 'kustuta', -'button.cancel' => 'tühista', -'button.submit' => 'postita', -'button.add_user' => 'lisa kasutaja', -'button.add_project' => 'lisa projekt', -'button.add_activity' => 'lisa tegevus', -'button.add_client' => 'lisa klient', -'button.add' => 'lisa', -'button.generate' => 'loo', -// Note to translators: button.reset_password needs an improved translation. -'button.reset_password' => 'edasi', -'button.send' => 'saada', -'button.send_by_email' => 'saada e-mailiga', -'button.save_as_new' => 'salvesta uuena', -'button.create_team' => 'loo meeskond', -'button.export' => 'ekspordi meeskond', -'button.import' => 'impordi meeskond', -'button.apply' => 'rakenda', - -// labels for controls on various forms -// TODO: translate label.team_name -// 'label.team_name' => 'team name', -'label.currency' => 'valuuta', -// TODO: translate label.manager_name and label.manager_login. -// 'label.manager_name' => 'manager name', -// 'label.manager_login' => 'manager login', -'label.name' => 'nimi', - -'label.password' => 'salasõna', -'label.confirm_password' => 'kinnita salasõna', -// 'label.email' => 'email', -'label.total' => 'kokku', -// Translate the following string. +// 'error.mail_send' => 'Error sending mail.', +// 'error.no_email' => 'No email associated with this login.', +// 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.', +// 'error.goto_uncompleted' => 'Go to uncompleted entry.', +// 'error.overlap' => 'Time interval overlaps with existing records.', +// 'error.future_date' => 'Date is in future.', + +// Labels for buttons. +'button.login' => 'Login', +'button.now' => 'Kohe', +'button.save' => 'Salvesta', +// TODO: translate the following. +// 'button.copy' => 'Copy', +'button.cancel' => 'Tühista', +'button.submit' => 'Postita', +'button.add_user' => 'Lisa kasutaja', +'button.add_project' => 'Lisa projekt', +// TODO: translate the following. +// 'button.add_task' => 'Add task', +'button.add_client' => 'Lisa klient', +// TODO: translate the following. +// 'button.add_invoice' => 'Add invoice', +// 'button.add_option' => 'Add option', +'button.add' => 'Lisa', +'button.generate' => 'Loo', +// TODO: translate the following. +// 'button.reset_password' => 'Reset password', +'button.send' => 'Saada', +'button.send_by_email' => 'Saada e-mailiga', +'button.create_team' => 'Loo meeskond', +'button.export' => 'Ekspordi meeskond', +'button.import' => 'Impordi meeskond', +// TODO: translate the following. +// 'button.close' => 'Close', +// 'button.stop' => 'Stop', + +// Labels for controls on forms. Labels in this section are used on multiple forms. +// TODO: translate the following. +// 'label.team_name' => 'Team name', +// 'label.address' => 'Address', +'label.currency' => 'Valuuta', +// TODO: translate the following. +// 'label.manager_name' => 'Manager name', +// 'label.manager_login' => 'Manager login', +'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', +// 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', +// 'label.user' => 'User', +// 'label.users' => 'Users', +// 'label.client' => 'Client', +// 'label.clients' => 'Clients', +// 'label.option' => 'Option', +// 'label.invoice' => 'Invoice', +'label.project' => 'Projekt', +// TODO: translate the following. +// 'label.projects' => 'Projects', +// 'label.task' => 'Task', +// 'label.tasks' => 'Tasks', +// 'label.description' => 'Description', +// 'label.start' => 'Start', +// 'label.finish' => 'Finish', +// 'label.duration' => 'Duration', +// 'label.note' => 'Note', +// 'label.notes' => 'Notes', +// 'label.item' => 'Item', +// 'label.cost' => 'Cost', +// 'label.day_total' => 'Day total', +// 'label.week_total' => 'Week total', +// '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', +// TODO: translate the following. +// 'label.configure' => 'Configure', +// 'label.select_all' => 'Select all', +// 'label.select_none' => 'Deselect all', +// 'label.day_view' => 'Day view', +// 'label.week_view' => 'Week view', +// 'label.id' => 'ID', +// 'label.language' => 'Language', +// 'label.decimal_mark' => 'Decimal mark', +// 'label.date_format' => 'Date format', +// 'label.time_format' => 'Time format', +// 'label.week_start' => 'First day of week', +// 'label.comment' => 'Comment', +// 'label.status' => 'Status', +// 'label.tax' => 'Tax', +// 'label.subtotal' => 'Subtotal', +'label.total' => 'Kokku', +// TODO: translate the following. +// 'label.client_name' => 'Client name', +// 'label.client_address' => 'Client address', +// 'label.or' => 'or', +// 'label.error' => 'Error', +// 'label.ldap_hint' => 'Type your Windows login and password in the fields below.', +// 'label.required_fields' => '* - required fields', +// 'label.on_behalf' => 'on behalf of', +'label.role_manager' => '(haldur)', +'label.role_comanager' => '(kaashaldur)', +'label.role_admin' => '(administraator)', +// TODO: translate the following. // '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', +// 'label.type_dropdown' => 'dropdown', +// 'label.type_text' => 'text', +// 'label.required' => 'Required', +// 'label.fav_report' => 'Favorite report', +// 'label.cron_schedule' => 'Cron schedule', +// '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', +// 'label.week_note' => 'Week note', +// 'label.week_list' => 'Week list', // Form titles. -// TODO: the entire title section is missing here. See the English file. +'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', +'title.reset_password' => 'Tühjenda salasõna', +// TODO: translate the following. +// 'title.change_password' => 'Changing Password', +// 'title.time' => 'Time', +// 'title.edit_time_record' => 'Editing Time Record', +// 'title.delete_time_record' => 'Deleting Time Record', +// 'title.expenses' => 'Expenses', +// 'title.edit_expense' => 'Editing Expense Item', +// 'title.delete_expense' => 'Deleting Expense Item', +// 'title.predefined_expenses' => 'Predefined Expenses', +// 'title.add_predefined_expense' => 'Adding Predefined Expense', +// 'title.edit_predefined_expense' => 'Editing Predefined Expense', +// 'title.delete_predefined_expense' => 'Deleting Predefined Expense', +'title.reports' => 'Raportid', +// TODO: translate the following. +// 'title.report' => 'Report', +// 'title.send_report' => 'Sending Report', +// 'title.invoice' => 'Invoice', +// 'title.send_invoice' => 'Sending Invoice', +// 'title.charts' => 'Charts', +// 'title.projects' => 'Projects', +// 'title.add_project' => 'Adding Project', +// 'title.edit_project' => 'Editing Project', +// 'title.delete_project' => 'Deleting Project', +// 'title.tasks' => 'Tasks', +// 'title.add_task' => 'Adding Task', +// 'title.edit_task' => 'Editing Task', +// 'title.delete_task' => 'Deleting Task', +// 'title.users' => 'Users', +// 'title.add_user' => 'Adding User', +// 'title.edit_user' => 'Editing User', +// 'title.delete_user' => 'Deleting User', +// 'title.clients' => 'Clients', +// 'title.add_client' => 'Adding Client', +// 'title.edit_client' => 'Editing Client', +// 'title.delete_client' => 'Deleting Client', +// 'title.invoices' => 'Invoices', +// 'title.add_invoice' => 'Adding Invoice', +// 'title.view_invoice' => 'Viewing Invoice', +// 'title.delete_invoice' => 'Deleting Invoice', +// 'title.notifications' => 'Notifications', +// 'title.add_notification' => 'Adding Notification', +// 'title.edit_notification' => 'Editing Notification', +// 'title.delete_notification' => 'Deleting Notification', +// 'title.monthly_quotas' => 'Monthly Quotas', +// 'title.export' => 'Exporting Team Data', +// 'title.import' => 'Importing Team Data', +'title.options' => 'Suvandid', +// TODO: translate the following. +// 'title.profile' => 'Profile', +// 'title.cf_custom_fields' => 'Custom Fields', +// 'title.cf_add_custom_field' => 'Adding Custom Field', +// 'title.cf_edit_custom_field' => 'Editing Custom Field', +// 'title.cf_delete_custom_field' => 'Deleting Custom Field', +// 'title.cf_dropdown_options' => 'Dropdown Options', +// 'title.cf_add_dropdown_option' => 'Adding Option', +// 'title.cf_edit_dropdown_option' => 'Editing Option', +// 'title.cf_delete_dropdown_option' => 'Deleting Option', +// NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). +// It is also a name for the Locking plugin on the Team profile page. +// 'title.locking' => 'Locking', +// 'title.week_view' => 'Week View', + + + +// TODO: refactoring ongoing down from here. "form.filter.project" => 'projekt', "form.filter.filter" => 'lemmikraport', @@ -150,10 +324,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', @@ -173,11 +343,7 @@ $i18n_key_words = array( "form.admin.profile.noprofiles" => 'sinu andmebaas on tühi. logi adminina sisse ja loo uus meeskond.', "form.admin.profile.comment" => 'kustuta meeskond', "form.admin.profile.th.id" => 'id', -"form.admin.profile.th.name" => 'nimi', -"form.admin.profile.th.edit" => 'muuda', -"form.admin.profile.th.del" => 'kustuta', "form.admin.profile.th.active" => 'aktiivne', -"form.admin.options" => 'suvandid', // Note to translators: the strings below are missing in the translation and must be translated // "form.admin.custom_date_format" => "date format", // "form.admin.custom_time_format" => "time format", @@ -205,8 +371,6 @@ $i18n_key_words = array( "form.mytime.th.finish" => 'lõpp', "form.mytime.th.duration" => 'kestus', "form.mytime.th.note" => 'märkus', -"form.mytime.th.edit" => 'muuda', -"form.mytime.th.delete" => 'kustuta', "form.mytime.del_yes" => 'ajakanne kustutatud', "form.mytime.no_finished_rec" => 'kanne salvestati ainult alguse ajaga. see ei ole viga. logi välja kui vaja peaks olema.', "form.mytime.billable" => 'arvestatav', @@ -218,7 +382,6 @@ $i18n_key_words = array( // Note to translators: we need a more accurate translation of form.profile.create_title "form.profile.create_title" => 'loo uus halduri konto', "form.profile.edit_title" => 'profiili muutmine', -"form.profile.name" => 'nimi', "form.profile.login" => 'login', // Note to translators: the strings below must be translated and added to the localization file @@ -234,18 +397,14 @@ $i18n_key_words = array( "form.people.createu_str" => 'loo uus kasutaja', "form.people.edit_str" => 'kasutaja muutmine', "form.people.del_str" => 'kasutaja kustutamine', -"form.people.th.name" => 'nimi', "form.people.th.login" => 'login', "form.people.th.role" => 'roll', -"form.people.th.edit" => 'muuda', -"form.people.th.del" => 'kustuta', "form.people.th.status" => 'seisund', "form.people.th.project" => 'projekt', "form.people.th.rate" => 'hind', "form.people.manager" => 'haldur', "form.people.comanager" => 'kaashaldur', "form.people.empl" => 'kasutaja', -"form.people.name" => 'nimi', "form.people.login" => 'login', "form.people.rate" => 'vaikimisi tunni hind', @@ -257,34 +416,17 @@ $i18n_key_words = array( "form.project.edit_str" => 'projektide muutmine', "form.project.add_str" => 'uue projekti lisamine', "form.project.del_str" => 'projekti kustutamine', -"form.project.th.name" => 'nimi', -"form.project.th.edit" => 'muuda', -"form.project.th.del" => 'kustuta', -"form.project.name" => 'nimi', // activities form attributes -"form.activity.act_title" => 'tegevus', -"form.activity.add_title" => 'uue tegevuse lisamine', -"form.activity.edit_str" => 'tegevuse muutmine', -"form.activity.del_str" => 'tegevuse kustutamine', -"form.activity.name" => 'nimi', "form.activity.project" => 'projekt', -"form.activity.th.name" => 'nimi', -"form.activity.th.project" => 'projekt', -"form.activity.th.edit" => 'muuda', -"form.activity.th.del" => 'kustuta', // report attributes -"form.report.title" => 'aruanded', "form.report.from" => 'algab kuupäevast', "form.report.to" => 'lõpeb kuupäeval', "form.report.groupby_user" => 'kasutaja', "form.report.groupby_project" => 'projekt', -"form.report.groupby_activity" => 'tegevus', "form.report.duration" => 'kestus', "form.report.start" => 'algus', -"form.report.activity" => 'tegevus', -"form.report.show_idle" => 'näita tühja aega', "form.report.finish" => 'lõpp', "form.report.note" => 'märkus', "form.report.project" => 'projekt', @@ -293,7 +435,6 @@ $i18n_key_words = array( "form.report.th.empllist" => 'kasutaja', "form.report.th.date" => 'kuupäev', "form.report.th.project" => 'projekt', -"form.report.th.activity" => 'tegevus', "form.report.th.start" => 'algus', "form.report.th.finish" => 'lõpp', "form.report.th.duration" => 'kestus', @@ -302,8 +443,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. @@ -346,17 +485,11 @@ $i18n_key_words = array( "form.client.add_title" => 'lisa klient', "form.client.edit_title" => 'muuda klienti', "form.client.del_title" => 'kustuta klient', -"form.client.th.name" => 'nimi', -"form.client.th.edit" => 'muuda', -"form.client.th.del" => 'kustuta', -"form.client.name" => 'nimi', "form.client.tax" => 'maks', "form.client.comment" => 'märkus ', // miscellaneous strings "forward.forgot_password" => 'unustasid salasõna?', -"forward.edit" => 'muuda', -"forward.delete" => 'kustuta', "forward.tocsvfile" => 'ekspordi andmed .csv faili', "forward.toxmlfile" => 'ekspordi andmed .xml faili', "forward.geninvoice" => 'loo arve', @@ -390,14 +523,7 @@ $i18n_key_words = array( // "label.chart.title2" => 'projects for user', "label.chart.period" => 'tabel perioodiks', -"label.pinfo" => '%s, %s', -"label.pinfo2" => '%s', -"label.pbehalf_info" => '%s %s on behalf of %s', -"label.pminfo" => ' (haldur)', -"label.pcminfo" => ' (kaashaldur)', -"label.painfo" => ' (administraator)', "label.time_noentry" => 'sissekanne puudub', -"label.today" => 'täna', "label.req_fields" => '* nõutud väljad', "label.sel_project" => 'vali projekt', "label.sel_activity" => 'vali tegevus', @@ -415,13 +541,4 @@ $i18n_key_words = array( "label.enable" => 'luba', "label.filter" => 'filtreeri', "label.timeweek" => 'nädalane summa', -// Note to translators: the strings below must be translated and added to the localization file -// "label.hrs" => 'hrs', -// "label.errors" => 'errors', -// "label.ldap_hint" => 'Type your Windows login and password in the fields below.', -// "label.calendar_today" => 'today', -// "label.calendar_close" => 'close', - -// login hello text -// "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.", );