X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fet.lang.php;h=b6a5895caaa175c2f2fefabc291a5032abd7df4a;hb=d6bf190b01c2effb9f37df80f024ef588c5367d0;hp=1afc24bd8e1bc2e3871c8105b4a980021462e229;hpb=ecbf1ecf19bfeb85794717fc7a6deb7ecc8c5f58;p=timetracker.git diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 1afc24bd..b6a5895c 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -31,7 +31,7 @@ // Note to translators: Use proper capitalization rules for your language. -$i18n_language = 'Eesti'; +$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'); @@ -180,6 +180,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.item' => 'Item', // 'label.cost' => 'Cost', +// 'label.ip' => 'IP', // 'label.day_total' => 'Day total', 'label.week_total' => 'Nädalane summa', // TODO: translate the following. @@ -235,7 +236,7 @@ $i18n_key_words = array( // 'label.required' => 'Required', 'label.fav_report' => 'Lemmikraport', // TODO: translate the following. -// 'label.cron_schedule' => 'Cron schedule', +// 'label.schedule' => 'Schedule', // 'label.what_is_it' => 'What is it?', // 'label.expense' => 'Expense', // 'label.quantity' => 'Quantity', @@ -327,6 +328,7 @@ $i18n_key_words = array( // It is also a name for the Locking plugin on the Team profile page. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', +// 'title.swap_roles' => 'Swapping Roles', // 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. @@ -370,7 +372,7 @@ $i18n_key_words = array( 'form.reset_password.message' => 'Salasõna tühjendamise käsk edastatud.', // TODO: add "by email" to match the English string. // TODO: translate the following. // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request', -// 'form.reset_password.email_body' => "Dear User,\n\nSomeone, possibly you, requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n", +// 'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n", // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1. // TODO: translate the following. @@ -530,6 +532,10 @@ $i18n_key_words = array( // 'form.quota.workday_hours' => 'Hours in work day', // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', +// Swap roles form. +// TODO: translate the following. +// 'form.swap.swap_with' => 'Swap roles with', + // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations. // TODO: translate the following. // 'role.user.label' => 'User',