X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fet.lang.php;h=1afc24bd8e1bc2e3871c8105b4a980021462e229;hb=ecbf1ecf19bfeb85794717fc7a6deb7ecc8c5f58;hp=2011aae0e5d0166975d9aec47d145b417ed20167;hpb=983bd79a9542306ecbd0f1be372d7006e7b337e1;p=timetracker.git diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 2011aae0..1afc24bd 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -94,11 +94,13 @@ $i18n_key_words = array( 'error.auth' => 'Vale login või salasõna.', // TODO: translate the following. // 'error.user_exists' => 'User with this login already exists.', +// 'error.object_exists' => 'Object with this name 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.role_exists' => 'Role with this rank already exists.', // 'error.no_invoiceable_items' => 'There are no invoiceable items.', // 'error.no_login' => 'No user with this login.', 'error.no_teams' => 'Sinu andmebaas on tühi. Logi adminina sisse ja loo uus meeskond.', @@ -120,15 +122,8 @@ $i18n_key_words = array( // '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.delete' => 'Kustuta', 'button.generate' => 'Loo', 'button.reset_password' => 'Tühjenda salasõna', 'button.send' => 'Saada', @@ -296,6 +291,11 @@ $i18n_key_words = array( 'title.add_user' => 'Kasutaja lisamine', // TODO: is this correct? 'title.edit_user' => 'Kasutaja muutmine', 'title.delete_user' => 'Kasutaja kustutamine', +// TODO: translate the following. +// 'title.roles' => 'Roles', +// 'title.add_role' => 'Adding Role', +// 'title.edit_role' => 'Editing Role', +// 'title.delete_role' => 'Deleting Role', 'title.clients' => 'Kliendid', 'title.add_client' => 'Lisa klient', 'title.edit_client' => 'Muuda klienti', @@ -463,7 +463,10 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.roles.active_roles' => 'Active Roles', // 'form.roles.inactive_roles' => 'Inactive Roles', +// 'form.roles.rank' => 'Rank', // 'form.roles.rights' => 'Rights', +// 'form.roles.assigned' => 'Assigned', +// 'form.roles.not_assigned' => 'Not assigned', // Clients form. See example at https://timetracker.anuko.com/clients.php // TODO: translate the following. @@ -526,4 +529,28 @@ $i18n_key_words = array( // 'form.quota.quota' => 'Quota', // '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.', + +// Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations. +// TODO: translate the following. +// 'role.user.label' => 'User', +// 'role.user.low_case_label' => 'user', +// 'role.user.description' => 'A regular member without management rights.', +// 'role.client.label' => 'Client', +// 'role.client.low_case_label' => 'client', +// 'role.client.description' => 'A client can view its own reports, charts, and invoices.', +// 'role.supervisor.label' => 'Supervisor', +// 'role.supervisor.low_case_label' => 'supervisor', +// 'role.supervisor.description' => 'A person with a small set of management rights.', +// 'role.comanager.label' => 'Co-manager', +// 'role.comanager.low_case_label' => 'co-manager', +// 'role.comanager.description' => 'A person with a big set of management functions.', +// 'role.manager.label' => 'Manager', +// 'role.manager.low_case_label' => 'manager', +// 'role.manager.description' => 'Group manager. Can do most of things for a group.', +// 'role.top_manager.label' => 'Top manager', +// 'role.top_manager.low_case_label' => 'top manager', +// 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.', +// 'role.admin.label' => 'Administrator', +// 'role.admin.low_case_label' => 'administrator', +// 'role.admin.description' => 'Site adminsitrator.', );