X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fro.lang.php;h=984a41365040f49ec14761ea30e762cebd02c97c;hb=556948c09b8116728275f9933716a153216abe31;hp=64d005829585bc5ddd384ddc07fbe8d960c1921a;hpb=7993ce63bc6a4249ab508c3bbf4fb7ec5be1b9a3;p=timetracker.git diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index 64d00582..984a4136 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -48,8 +48,10 @@ $i18n_key_words = array( // 'menu.forum' => 'Forum', 'menu.help' => 'Ajutor', // TODO: translate the following. -// 'menu.create_team' => 'Create Team', +// 'menu.create_group' => 'Create Group', 'menu.profile' => 'Profil', +// TODO: translate the following. +// 'menu.group' => 'Group', 'menu.time' => 'Timpul', // TODO: translate the following. // 'menu.expenses' => 'Expenses', @@ -60,8 +62,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'menu.tasks' => 'Tasks', 'menu.users' => 'Utilizatori', -'menu.teams' => 'Echipe', // TODO: translate the following. +// 'menu.groups' => 'Groups', // 'menu.export' => 'Export', 'menu.clients' => 'Clienti', // TODO: translate the following. @@ -81,6 +83,7 @@ $i18n_key_words = array( // 'error.sys' => 'System error.', 'error.db' => 'Eroare baza de date.', // TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', // 'error.field' => 'Incorrect "{0}" data.', 'error.empty' => 'Campul "{0}" este gol.', 'error.not_equal' => 'Campul "{0}" nu este egal cu campul "{1}".', @@ -106,7 +109,7 @@ $i18n_key_words = array( // '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' => 'Baza de date este goala. Intra ca admin si adauga o noua echipa.', +'error.no_groups' => 'Baza de date este goala. Intra ca admin si adauga o noua echipa.', // TODO: replace "team" with "group". 'error.upload' => 'Eroare la upload-ul fisierului.', // TODO: translate the following. // 'error.range_locked' => 'Date range is locked.', @@ -132,7 +135,7 @@ $i18n_key_words = array( // 'button.reset_password' => 'Reset password', 'button.send' => 'Trimite', 'button.send_by_email' => 'Trimite pe e-mail', -'button.create_team' => 'Adauga echipa', +'button.create_group' => 'Adauga echipa', // TODO: replace "team" with "group". 'button.export' => 'Exporta echipa', 'button.import' => 'Importa echipa', // TODO: translate the following. @@ -317,6 +320,7 @@ $i18n_key_words = array( // 'title.options' => 'Options', 'title.profile' => 'Profil', // TODO: translate the following. +// 'title.group' => 'Group Settings', // 'title.cf_custom_fields' => 'Custom Fields', // 'title.cf_add_custom_field' => 'Adding Custom Field', // 'title.cf_edit_custom_field' => 'Editing Custom Field', @@ -329,6 +333,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. @@ -496,6 +501,7 @@ $i18n_key_words = array( // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. +// 'form.profile.swap_roles' => 'Swap roles', // 'form.profile.12_hours' => '12 hours', // 'form.profile.24_hours' => '24 hours', // 'form.profile.show_holidays' => 'Show holidays', @@ -511,6 +517,7 @@ $i18n_key_words = array( // 'form.profile.allow_overlap' => 'Allow overlap', // 'form.profile.future_entries' => 'Future entries', // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', +// 'form.profile.allow_ip' => 'Allow IP', // 'form.profile.plugins' => 'Plugins', // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. @@ -522,7 +529,7 @@ $i18n_key_words = array( // 'form.mail.report_sent' => 'Report sent.', 'form.mail.invoice_sent' => 'Factura trimisa.', -// Quotas configuration form. +// Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin. // TODO: translate the following. // 'form.quota.year' => 'Year', // 'form.quota.month' => 'Month', @@ -530,6 +537,11 @@ $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. See example at https://timetracker.anuko.com/swap_roles.php. +// TODO: translate the following. +// 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.', +// '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',