X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fet.lang.php;h=9a3edcdda3d4f472b8db750575b537ea1e31ddae;hb=cdb0911b4f72d4bb1df7cd82f2bce0d9ab1579b0;hp=b62c8daec0d0964be369a74a16b7e5027bad4892;hpb=4f9ea2fd0f60b516858d62c67d59c8af66613f10;p=timetracker.git diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index b62c8dae..9a3edcdd 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -125,9 +125,6 @@ $i18n_key_words = array( // 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', 'button.reset_password' => 'Tühjenda salasõna', @@ -164,6 +161,8 @@ $i18n_key_words = array( 'label.end_date' => 'Lõpeb kuupäeval', 'label.user' => 'Kasutaja', 'label.users' => 'Kasutajad', +// TODO: translate the following. +// 'label.roles' => 'Roles', 'label.client' => 'Klient', 'label.clients' => 'Kliendid', // TODO: translate the following. @@ -457,6 +456,12 @@ $i18n_key_words = array( 'form.users.rate' => 'Hind', 'form.users.default_rate' => 'Vaikimisi tunni hind', +// Roles form. See example at https://timetracker.anuko.com/roles.php +// TODO: translate the following. +// 'form.roles.active_roles' => 'Active Roles', +// 'form.roles.inactive_roles' => 'Inactive Roles', +// 'form.roles.rights' => 'Rights', + // Clients form. See example at https://timetracker.anuko.com/clients.php // TODO: translate the following. // 'form.clients.active_clients' => 'Active Clients', @@ -496,7 +501,7 @@ $i18n_key_words = array( // 'form.profile.type_all' => 'all', // 'form.profile.type_start_finish' => 'start and finish', // 'form.profile.type_duration' => 'duration', -// 'form.profile.allow_overlap' => 'Punch in mode', +// 'form.profile.punch_mode' => 'Punch mode', // 'form.profile.allow_overlap' => 'Allow overlap', // 'form.profile.future_entries' => 'Future entries', // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',