X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a8ef8ed3ff0aca2d4429b08cc7ff37bd273f4547..c8ee9a8f8b402e0ef18c8fd9a9e379c1160b503e:/WEB-INF/resources/he.lang.php
diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php
index c16eaace..7c1ade6b 100644
--- a/WEB-INF/resources/he.lang.php
+++ b/WEB-INF/resources/he.lang.php
@@ -29,7 +29,7 @@
 // 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.
 
-$i18n_language = '×¢×ר×ת';
+$i18n_language = 'Hebrew (×¢×ר×ת)';
 $i18n_months = array('×× ××ר', 'פ×ר××ר', '×רץ', '×פר××', '×××', '××× ×', '××××', '××××ס×', 'ספ×××ר', '×××§×××ר', '× ××××ר', '×צ××ר');
 $i18n_weekdays = array('ר×ש××', 'שנ×', 'ש××ש×', 'ר×××¢×', '×××ש×', 'ש×ש×', 'ש×ת');
 $i18n_weekdays_short = array('×', '×', '×', '×', '×', '×', '×');
@@ -39,41 +39,48 @@ $i18n_holidays = array('02/10', '04/09', '04/15', '04/29', '05/29', '09/19', '09
 $i18n_key_words = array(
 'language.rtl' => 'true', // Right-to-left language. Do not remove this line from RTL language files. This is the only string that is not found in the master English file.
 
-// Menus - short selection strings that are displayed on the top of application web pages.
+// Menus - short selection strings that are displayed on top of application web pages.
 // Example: https://timetracker.anuko.com (black menu on top).
 'menu.login' => '×× ×ס×',
 'menu.logout' => '×צ×××',
 'menu.forum' => 'פ×ר××',
 'menu.help' => '×¢×ר×',
-'menu.create_team' => 'צ×ר צ××ת',
+// TODO: translate the following.
+// 'menu.create_group' => 'Create Group',
 'menu.profile' => 'פר×פ××',
+// TODO: translate the following.
+// 'menu.group' => 'Group',
 'menu.time' => '×××',
-// TODO: translate the following:
+// TODO: translate the following.
 // 'menu.expenses' => 'Expenses',
 'menu.reports' => '××××ת',
 'menu.charts' => 'תרש××××',
 'menu.projects' => 'פר××××§×××',
 'menu.tasks' => '×ש×××ת',
 'menu.users' => '×שת×ש××',
-'menu.teams' => 'צ××ת××',
+// TODO: translate the following.
+// 'menu.groups' => 'Groups',
 'menu.export' => '××צ××',
 'menu.clients' => '××§×××ת',
 'menu.options' => '×פשר×××ת',
 
 // 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' => 'קר×××ס',
 'footer.license' => 'רש×××',
-// TODO: translate the following:
+// TODO: translate the following.
 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
                                      // This is a link to a webpage that describes how to contribute to the project.
 
 // Error messages.
-// TODO: translate the following:
+// TODO: All error messages should be complete sentences with a period (full stop) in the end. Put them there.
+// TODO: translate the following.
 // 'error.access_denied' => 'Access denied.',
 'error.sys' => 'ש×××ת ×ער×ת',
 'error.db' => 'ש×××× ×©× ×ס×ס ×נת×× ××',
+// TODO: translate the following.
+// 'error.feature_disabled' => 'Feature is disabled.',
 'error.field' => 'נת×× "{0}" ש×××',
 'error.empty' => '×ש×× "{0}" ר××§',
 'error.not_equal' => '×ש×× "{1}" ××× × ×©××× ×ש×× "{0}"',
@@ -82,29 +89,39 @@ $i18n_key_words = array(
 // TO TEST: change the string on a local Time Tracker and then try to enter a time with
 // end time less than start time. For example: Start time: 09:00, End time: 08:00.
 // Then you should see the error on screen and the problems will be clearly visible.
+// Currently the output is as:
+// ×ש××× ×¡××× ×¦×¨×× ××××ת ×××× ××תר ××ש×× ×ת×××
+// Compare the above with English, where the field names are surrounded with quotes,
+// and it is easier to identify which fields the error is about.
+// English variation: Field "Finish" must be greater than "Start".
 'error.project' => '××ר פר××××§×',
 'error.task' => '××ר ×ש×××',
 'error.client' => '××ר ××§××',
-// TODO: translate the following string.
-// 'error.report' => 'Select report.',
+// TODO: translate the following.
+// 'error.report' => 'Select report.'
+// 'error.record' => 'Select record.',
 'error.auth' => '×©× ×שת×ש ×× ×¡×ס×× ×©×××××',
 'error.user_exists' => '×©× ×שת×ש ××ר ×§×××',
+// TODO: translate the following.
+// 'error.object_exists' => 'Object with this name already exists.',
 'error.project_exists' => '×©× ×¤×¨××××§× ××ר ×§×××',
 'error.task_exists' => '×§×××ת ×ש××× ×¢× ×©× ××××',
 'error.client_exists' => '×©× ××§×× ××ר ×§×××',
 'error.invoice_exists' => '×§×××ת ×ש××× ×ת ×¢× ×ספר ××',
+// TODO: translate the following.
+// 'error.role_exists' => 'Role with this rank already exists.',
 'error.no_invoiceable_items' => '××× ×¤×¨×××× ×××××',
 'error.no_login' => '×שת×ש ×× ××× × ×§×××',
-'error.no_teams' => '×ס×ס ×נת×× ×× ×©×× ×¨××§. ×ת××ר ××× ×× ×צ×ר צ××ת ××ש',
+'error.no_groups' => '×ס×ס ×נת×× ×× ×©×× ×¨××§. ×ת××ר ××× ×× ×צ×ר צ××ת ××ש', // TODO: replace "team" with "group".
 'error.upload' => 'ש×××× ×××¢×ת ×§×××¥',
-// TODO: Translate the following:
+// TODO: translate the following.
 // 'error.range_locked' => 'Date range is locked.',
 'error.mail_send' => 'ש×××× ×ש×××ת ××××ר ×××§×ר×× ×',
 'error.no_email' => '××× ×××ר ×××§×ר×× × ×ש××× ××©× ×שת×ש ××',
 'error.uncompleted_exists' => 'ר×ש×× ×××§× ××ר ×§×××. ס××ר ×× ×××§ ××ת×.',
 'error.goto_uncompleted' => '×¤×ª× ×ת ×ר×ש×× ××××§×.',
 'error.overlap' => '×××× ×××× ×תנ×ש ×¢× ×¨×ש×××× ×§×××××.',
-// TODO: translate the following string.
+// TODO: translate the following.
 // 'error.future_date' => 'Date is in future.',
 
 // Labels for buttons.
@@ -114,25 +131,20 @@ $i18n_key_words = array(
 'button.copy' => '×עתק',
 'button.cancel' => '×××××',
 'button.submit' => 'ש××',
-'button.add_user' => '××סף ×שת×ש',
-'button.add_project' => '××סף פר××××§×',
-'button.add_task' => '××סף ×ש×××',
-'button.add_client' => '××סף ××§××',
-'button.add_invoice' => '××סף ×ש××× ×ת',
-'button.add_option' => '××סף ×פשר×ת',
 'button.add' => '××סף',
+'button.delete' => '×××§',
 'button.generate' => '×רץ',
 'button.reset_password' => '××פ×ס ס×ס××',
 'button.send' => 'ש××',
 'button.send_by_email' => 'ש×× ××××ר ×××§×ר×× ×',
-'button.create_team' => 'צ×ר צ××ת',
-'button.export' => '×××¦× ×¦××ת',
-'button.import' => '×××× ×¦××ת',
+'button.create_group' => 'צ×ר צ××ת', // TODO: replace "team" with "group".
+'button.export' => '×××¦× ×¦××ת', // TODO: replace "team" with "group".
+'button.import' => '×××× ×¦××ת', // TODO: replace "team" with "group".
 'button.close' => 'ס××ר',
 'button.stop' => 'עצ×ר',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
-'label.team_name' => '×©× ×צ××ת',
+'label.group_name' => '×©× ×צ××ת', // TODO: replace "team" with "group".
 'label.address' => '×ת××ת',
 'label.currency' => '××××¢',
 'label.manager_name' => '×©× ×©× ××× ××',
@@ -143,14 +155,20 @@ $i18n_key_words = array(
 'label.password' => 'ס×ס××',
 'label.confirm_password' => '×××קת ס×ס××',
 'label.email' => '×××ר ×××§×ר×× ×',
+'label.cc' => '×עתק',
+// TODO: translate the following.
+// 'label.bcc' => 'Bcc',
+'label.subject' => '× ×ש×',
 'label.date' => 'ת×ר××',
 'label.start_date' => 'ת×ר×× ×ת×××',
 'label.end_date' => 'ת×ר×× ×¡×××',
 'label.user' => '×שת×ש',
 'label.users' => '×שת×ש××',
+// TODO: translate the following.
+// 'label.roles' => 'Roles',
 'label.client' => '××§××',
 'label.clients' => '××§×××ת',
-// TODO: translate the following string.
+// TODO: translate the following.
 // 'label.option' => 'Option',
 'label.invoice' => '×ש××× ×ת',
 'label.project' => 'פר××××§×',
@@ -162,26 +180,29 @@ $i18n_key_words = array(
 'label.finish' => 'ס×××',
 'label.duration' => '××©× ×××',
 'label.note' => '×ער×',
-// TODO: translate label.item
+// TODO: translate the following.
+// 'label.notes' => 'Notes',
 // 'label.item' => 'Item',
 'label.cost' => '×¢××ת',
-'label.week_total' => 'ס×××× ×©×××¢×',
+// TODO: translate the following.
+// 'label.ip' => 'IP',
 'label.day_total' => 'ס×××× ××××',
+'label.week_total' => 'ס×××× ×©×××¢×',
+// TODO: translate the following.
 // 'label.month_total' => 'Month total',
-// 'label.month_left' => 'Time until quota is met',
-// 'label.month_over' => 'Over monthly quota',
 'label.today' => '××××',
-'label.total_hours' => '×¡× ××× ×©×¢×ת',
-'label.total_cost' => '×¡× ××× ×¢××ת',
 'label.view' => '×צ×',
 'label.edit' => 'ער××',
 'label.delete' => '×××§',
 'label.configure' => '×××ר',
 'label.select_all' => '××ר ×××',
 'label.select_none' => '××× ×××ר×',
+// TODO: translate the following.
+// 'label.day_view' => 'Day view',
+// 'label.week_view' => 'Week view',
 'label.id' => '××××',
 'label.language' => 'שפ×',
-// TODO: translate the following string.
+// TODO: translate the following.
 // 'label.decimal_mark' => 'Decimal mark',
 'label.date_format' => 'ת×× ×ת ×©× ×ª×ר××',
 'label.time_format' => 'ת×× ×ת ×©× ×©×¢×',
@@ -201,36 +222,44 @@ $i18n_key_words = array(
 'label.role_manager' => '(×× ××)',
 'label.role_comanager' => '(×× ×× ×שנ×)',
 'label.role_admin' => '(×× ×× ××ער×ת)',
-// Translate the following string.
+// 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).
 'label.custom_fields' => 'ש××ת ××ש×××',
+// Translate the following.
+// 'label.monthly_quotas' => 'Monthly quotas',
 'label.type' => 'ס××',
 'label.type_dropdown' => 'רש×××',
 'label.type_text' => '×קס×',
 'label.required' => '××××',
 'label.fav_report' => '××× ×××¢××£',
-// TODO: translate the following strings.
-// 'label.cron_schedule' => 'Cron schedule',
+// TODO: translate the following.
+// 'label.schedule' => 'Schedule',
 // 'label.what_is_it' => 'What is it?',
-// 'label.year' => 'Year',
-// 'label.month' => 'Month',
-// 'label.quota' => 'Quota',
-// 'label.workdayHours' => 'Daily working hours',
+// '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.
 'title.login' => '×× ×ס×',
-'title.teams' => 'צ××ת××',
-'title.create_team' => '×צ×רת צ××ת',
-// TODO: translate the following string.
-// 'title.edit_team' => 'Editing Team',
-'title.delete_team' => '×××קת צ××ת',
+'title.groups' => 'צ××ת××', // TODO: change "teams" to "groups".
+'title.create_group' => '×צ×רת צ××ת', // TODO: change "team" to "group".
+// TODO: translate the following.
+// 'title.edit_group' => 'Editing Group',
+'title.delete_group' => '×××קת צ××ת', // TODO: change "team" to "group".
 'title.reset_password' => '××פ×ס ס×ס××',
 'title.change_password' => 'ש×× ×× ×¡×ס××',
 'title.time' => '×××',
 'title.edit_time_record' => 'ער××ת רש×××',
 'title.delete_time_record' => '×××קת רש×××',
-// TODO: translate the following strings.
+// TODO: translate the following.
 // 'title.expenses' => 'Expenses',
 // 'title.edit_expense' => 'Editing Expense Item',
 // 'title.delete_expense' => 'Deleting Expense Item',
@@ -252,6 +281,11 @@ $i18n_key_words = array(
 'title.add_user' => '××ספת ×שת×ש',
 'title.edit_user' => 'ער××ת ×שת×ש',
 'title.delete_user' => '×××קת ×שת×ש',
+// TODO: translate the following.
+// 'title.roles' => 'Roles',
+// 'title.add_role' => 'Adding Role',
+// 'title.edit_role' => 'Editing Role',
+// 'title.delete_role' => 'Deleting Role',
 'title.clients' => '××§×××ת',
 'title.add_client' => '××ספת ××§××',
 'title.edit_client' => 'ער××ת ××§××',
@@ -260,16 +294,18 @@ $i18n_key_words = array(
 'title.add_invoice' => '××ספת ×ש××× ×ת',
 'title.view_invoice' => '×צ×ת ×ש××× ×ת',
 'title.delete_invoice' => '×××קת ×ש××× ×ת',
-// TODO: translate the following strings.
+// TODO: translate the following.
 // 'title.notifications' => 'Notifications',
 // 'title.add_notification' => 'Adding Notification',
 // 'title.edit_notification' => 'Editing Notification',
 // 'title.delete_notification' => 'Deleting Notification',
-// 'title.monthly_quota' => 'Monthly quota',
-'title.export' => '××צ×× × ×ª×× × ×¦××ת',
-'title.import' => '××××× × ×ª×× × ×¦××ת',
+// 'title.monthly_quotas' => 'Monthly Quotas',
+'title.export' => '××צ×× × ×ª×× × ×¦××ת', // TODO: replace "team" with "group".
+'title.import' => '××××× × ×ª×× × ×¦××ת', // TODO: replace "team" with "group".
 'title.options' => '×פשר×××ת',
 'title.profile' => 'פר×פ××',
+// TODO: translate the following.
+// 'title.group' => 'Group Settings',
 'title.cf_custom_fields' => 'ש××ת ××ש×××',
 'title.cf_add_custom_field' => '××ספת ש×× ××ש×',
 'title.cf_edit_custom_field' => 'ער××ת ש×× ××ש×',
@@ -279,32 +315,44 @@ $i18n_key_words = array(
 'title.cf_edit_dropdown_option' => 'ער××ת ×פשר×ת',
 'title.cf_delete_dropdown_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.
-// TODO: Translate the following:
+// It is also a name for the Locking plugin on the group settings page.
+// TODO: translate the following.
 // '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.
 'dropdown.all' => '--- ×××× ---',
 'dropdown.no' => '--- ××× ---',
-'dropdown.this_day' => '××× ×ס××××',
-'dropdown.this_week' => 'ש×××¢ ××',
-'dropdown.last_week' => 'ש×××¢ שע×ר',
-'dropdown.this_month' => '×××ש ××',
-'dropdown.last_month' => '××××ש שע×ר',
-'dropdown.this_year' => '×©× × ××',
+// TODO: translate the following.
+// 'dropdown.current_day' => 'today',
+// 'dropdown.previous_day' => 'yesterday',
+// 'dropdown.selected_day' => 'day',
+'dropdown.current_week' => 'ש×××¢ ××',
+'dropdown.previous_week' => 'ש×××¢ שע×ר',
+'dropdown.selected_week' => 'ש×××¢',
+'dropdown.current_month' => '×××ש ××',
+'dropdown.previous_month' => '××××ש שע×ר',
+'dropdown.selected_month' => '××××ש',
+'dropdown.current_year' => '×©× × ××',
+// TODO: translate the following.
+// 'dropdown.previous_year' => 'previous year',
+'dropdown.selected_year' => 'שנ×',
 'dropdown.all_time' => '×××',
 'dropdown.projects' => 'פר××××§×××',
 'dropdown.tasks' => '×ש×××ת',
 'dropdown.clients' => '××§×××ת',
-// TODO: translate the following string.
+// TODO: translate the following.
 // 'dropdown.select' => '--- select ---',
 'dropdown.select_invoice' => '--- ××ר ×ש××× ×ת ---',
 'dropdown.status_active' => 'פע××',
 'dropdown.status_inactive' => '×× ×¤×¢××',
-// TODO: translate the following strings.
-// 'dropdown.delete'=>'delete',
-// 'dropdown.do_not_delete'=>'do not delete',
+// TODO: translate the following.
+// 'dropdown.delete' => 'delete',
+// 'dropdown.do_not_delete' => 'do not delete',
+// 'dropdown.paid' => 'paid',
+// 'dropdown.not_paid' => 'not paid',
 
 // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here.
 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
@@ -313,12 +361,15 @@ $i18n_key_words = array(
 
 // Login form. See example at https://timetracker.anuko.com/login.php.
 'form.login.forgot_password' => 'ש××ת ס×ס××?',
-'form.login.about' =>'Anuko Time Tracker ××× × ×ער×ת פש×××, ×§×× ×ש×××ש ×××× ××ת ×× ×××× ×××.',
+'form.login.about' => 'Anuko Time Tracker ××× × ×ער×ת פש×××, ×§×× ×ש×××ש ×××× ××ת ×× ×××× ×××.',
 
 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
 'form.reset_password.message' => '×××§×©× ×××פ×ס ×ס×ס×× × ×©××× ××××ר ×××§×ר×× ×.',
 'form.reset_password.email_subject' => '××§×©× ×××פ×ס ס×ס×× ××ער×ת Anuko Time Tracker',
-'form.reset_password.email_body' => "×שת×ש ×קר,\n\n ×תק××× ××§×©× ×××פ×ס ס×ס×ת×. × × ×××××¥ ×¢× ×§×ש×ר ×× ×× ×רצ×× × ××פס ×ת ×ס×ס××.\n\n%s\n\n. Anuko Time Tracker ××× × ×ער×ת ×× ×××× ××× ×¤×©××× ×××× ××ת. ×קר ×××ª×¨× × ××ת××ת https://www.anuko.com ×פר××× × ×ספ××.\n\n",
+// TODO: English string has changed. "from IP added. Re-translate the beginning.
+// '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",
+// Older translation is below.
+// 'form.reset_password.email_body' => "×שת×ש ×קר,\n\n ×תק××× ××§×©× ×××פ×ס ס×ס×ת×. × × ×××××¥ ×¢× ×§×ש×ר ×× ×× ×רצ×× × ××פס ×ת ×ס×ס××.\n\n%s\n\n. Anuko Time Tracker ××× × ×ער×ת ×× ×××× ××× ×¤×©××× ×××× ××ת. ×קר ×××ª×¨× × ××ת××ת https://www.anuko.com ×פר××× × ×ספ××.\n\n",
 
 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
 'form.change_password.tip' => '××נס ס×ס×× ×××©× ××××¥ ×¢× ×©××ר×',
@@ -327,17 +378,23 @@ $i18n_key_words = array(
 'form.time.duration_format' => '(hh:mm ×× 0.0h)',
 'form.time.billable' => '×××××',
 'form.time.uncompleted' => 'ר×ש×× ×סר',
+// TODO: translate the following.
+// 'form.time.remaining_quota' => 'Remaining quota',
+// 'form.time.over_quota' => 'Over quota',
 
 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
 'form.time_edit.uncompleted' => 'ר×ש×× ×× × ×©×ר ×¢× ×©×¢×ª ×ת××× ××××. ××ת ××× × × ××¢×ת.',
 
+// Week view form. See example at https://timetracker.anuko.com/week.php.
+// TODO: translate the following.
+// 'form.week.new_entry' => 'New entry',
+
 // Reports form. See example at https://timetracker.anuko.com/reports.php
 'form.reports.save_as_favorite' => 'ש××ר ××××¢××£',
 'form.reports.confirm_delete' => '××× ×רצ×× × ×××××§ ×ת ×××× ××××¢××£ ××× ?',
-'form.reports.include_records' => '×××× ×¨×ש××××',
 'form.reports.include_billable' => '×××××',
 'form.reports.include_not_billable' => '×× ×××××',
-// TODO: translate the following strings.
+// TODO: translate the following.
 // 'form.reports.include_invoiced' => 'invoiced',
 // 'form.reports.include_not_invoiced' => 'not invoiced',
 'form.reports.select_period' => '××ר תק×פת ×××',
@@ -356,14 +413,19 @@ $i18n_key_words = array(
 // (after generating a report at https://timetracker.anuko.com/reports.php).
 // TODO: form.report.export is just "Export" now in the English file. Shorten this translation.
 'form.report.export' => '×××¦× × ×ª×× ×× ×ת×× ×ת',
+// TODO: translate the following.
+// 'form.report.assign_to_invoice' => 'Assign to invoice',
 
 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
 // (you can get to this form after generating a report).
 'form.invoice.number' => '×ספר ×ש××× ×ת',
 'form.invoice.person' => '×שת×ש',
-// TODO: translate the following stings.
+
+// Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
+// TODO: translate the following.
 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
 // 'form.invoice.invoice_entries' => 'Invoice entries',
+// 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
 
 // Charts form. See example at https://timetracker.anuko.com/charts.php
 'form.charts.interval' => '××××',
@@ -380,28 +442,40 @@ $i18n_key_words = array(
 // Users form. See example at https://timetracker.anuko.com/users.php
 'form.users.active_users' => '×שת×ש×× ×¤×¢××××',
 'form.users.inactive_users' => '×שת×ש×× ×× ×¤×¢××××',
+// TODO: translate the following.
+// 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
 'form.users.role' => 'תפק××',
 'form.users.manager' => '×× ××',
 'form.users.comanager' => '×× ×× ×שנ×',
 'form.users.rate' => 'תער××£',
 'form.users.default_rate' => 'תער××£ ×ר×רת ×××× ×שע×',
 
-// Client delete form. See example at https://timetracker.anuko.com/client_delete.php
-// TODO: translate the following strings.
-// 'form.client.client_to_delete' => 'Client to delete',
-// 'form.client.client_entries' => 'Client entries',
+// 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.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
 'form.clients.active_clients' => '××§×××ת פע××××',
 'form.clients.inactive_clients' => '××§×××ת ×× ×¤×¢××××',
 
-// Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
+// Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
+// TODO: translate the following.
+// 'form.client.client_to_delete' => 'Client to delete',
+// 'form.client.client_entries' => 'Client entries',
+
+// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
+// TODO: replace "team" with "group" in the string below.
 'form.export.hint' => '× ××ª× ××××¦× ×ת ×× × ×ª×× × ×צ××ת ××§×××¥ XML. ×× ××× ×©××××©× ×× ×רצ×× × ××שת×ש ×שרת ×ש××.',
 'form.export.compression' => '×××ס×',
 'form.export.compression_none' => '×××',
 'form.export.compression_bzip' => 'bzip',
 
-// Strings for Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
+// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
 'form.import.hint' => '×××× × ×ª×× × ×¦××ת ×ת×× ×§×××¥ XML.',
 'form.import.file' => '××ר ×§×××¥',
 'form.import.success' => '×××××× ××ש×× ××צ×××.',
@@ -410,8 +484,12 @@ $i18n_key_words = array(
 'form.teams.hint' => '× ××ª× ××צ×ר צ××ת ××ש ×¢×-××× ×צ×רת ×× ×× ×¦××ת ××ש.
× ××ª× ××××× × ×ª×× × ×¦××ת ××§×××¥ XML ×שרת Anuko Time Tracker ××ר (××× ×פשר×ת ×ש××ת ×שת×ש ××××)',
 
 // 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 שע×ת',
 'form.profile.24_hours' => '24 שע×ת',
+// TODO: translate the following.
+// 'form.profile.show_holidays' => 'Show holidays',
 'form.profile.tracking_mode' => 'ס×× ××¢×§×',
 'form.profile.mode_time' => '×××',
 'form.profile.mode_projects' => 'פר××××§×××',
@@ -420,15 +498,56 @@ $i18n_key_words = array(
 'form.profile.type_all' => '×××',
 'form.profile.type_start_finish' => '×ת××× ×ס×××',
 'form.profile.type_duration' => '××©× ×××',
+// TODO: translate the following.
+// 'form.profile.punch_mode' => 'Punch mode',
+// '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' => 'ת×ספ××',
 
 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
 'form.mail.from' => '××ת',
 'form.mail.to' => '××',
-'form.mail.cc' => '×עתק',
-'form.mail.subject' => '× ×ש×',
 'form.mail.report_subject' => '××× Time Tracker',
 'form.mail.footer' => 'Anuko Time Tracker ××× × ×ער×ת פש×××, ×§×× ×ש×××ש ×××× ××ת ×× ×××× ×××. ×קר ××תר www.anuko.com ×פר××× × ×ספ××.',
 'form.mail.report_sent' => '×××× × ×©××.',
 'form.mail.invoice_sent' => '××ש××× ×ת נש×××.',
+
+// 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',
+// 'form.quota.quota' => 'Quota',
+// 'form.quota.workday_hours' => 'Hours in a 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',
+// '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.',
 );