Some more renaming.
[timetracker.git] / WEB-INF / resources / he.lang.php
1 <?php
2 // +----------------------------------------------------------------------+
3 // | Anuko Time Tracker
4 // +----------------------------------------------------------------------+
5 // | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
6 // +----------------------------------------------------------------------+
7 // | LIBERAL FREEWARE LICENSE: This source code document may be used
8 // | by anyone for any purpose, and freely redistributed alone or in
9 // | combination with other software, provided that the license is obeyed.
10 // |
11 // | There are only two ways to violate the license:
12 // |
13 // | 1. To redistribute this code in source form, with the copyright
14 // |    notice or license removed or altered. (Distributing in compiled
15 // |    forms without embedded copyright notices is permitted).
16 // |
17 // | 2. To redistribute modified versions of this code in *any* form
18 // |    that bears insufficient indications that the modifications are
19 // |    not the work of the original author(s).
20 // |
21 // | This license applies to this document only, not any other software
22 // | that it may be combined with.
23 // |
24 // +----------------------------------------------------------------------+
25 // | Contributors:
26 // | https://www.anuko.com/time_tracker/credits.htm
27 // +----------------------------------------------------------------------+
28
29 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
30 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
31
32 $i18n_language = 'Hebrew (עברית)';
33 $i18n_months = array('ינואר', 'פברואר', 'מרץ', 'אפריל', 'מאי', 'יוני', 'יולי', 'אוגוסט', 'ספטמבר', 'אוקטובר', 'נובמבר', 'דצמבר');
34 $i18n_weekdays = array('ראשון', 'שני', 'שלישי', 'רביעי', 'חמישי', 'שישי', 'שבת');
35 $i18n_weekdays_short = array('א', 'ב', 'ג', 'ד', 'ה', 'ו', 'ז');
36 // format mm/dd
37 $i18n_holidays = array('02/10', '04/09', '04/15', '04/29', '05/29', '09/19', '09/20', '09/28', '10/03', '10/10');
38
39 $i18n_key_words = array(
40 '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.
41
42 // Menus - short selection strings that are displayed on top of application web pages.
43 // Example: https://timetracker.anuko.com (black menu on top).
44 'menu.login' => 'כניסה',
45 'menu.logout' => 'יציאה',
46 'menu.forum' => 'פורום',
47 'menu.help' => 'עזרה',
48 // TODO: translate the following.
49 // 'menu.create_group' => 'Create Group',
50 'menu.profile' => 'פרופיל',
51 // TODO: translate the following.
52 // 'menu.group' => 'Group',
53 'menu.time' => 'זמן',
54 // TODO: translate the following.
55 // 'menu.expenses' => 'Expenses',
56 'menu.reports' => 'דוחות',
57 'menu.charts' => 'תרשימים',
58 'menu.projects' => 'פרוייקטים',
59 'menu.tasks' => 'משימות',
60 'menu.users' => 'משתמשים',
61 // TODO: translate the following.
62 // 'menu.groups' => 'Groups',
63 'menu.export' => 'ייצוא',
64 'menu.clients' => 'לקוחות',
65 'menu.options' => 'אפשרויות',
66
67 // Footer - strings on the bottom of most pages.
68 // TODO: translate the following.
69 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
70 'footer.credits' => 'קרדיטס',
71 'footer.license' => 'רשיון',
72 // TODO: translate the following.
73 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
74                                      // This is a link to a webpage that describes how to contribute to the project.
75
76 // Error messages.
77 // TODO: All error messages should be complete sentences with a period (full stop) in the end. Put them there.
78 // TODO: translate the following.
79 // 'error.access_denied' => 'Access denied.',
80 'error.sys' => 'שגיאת מערכת',
81 'error.db' => 'שגיאה של בסיס הנתונים',
82 // TODO: translate the following.
83 // 'error.feature_disabled' => 'Feature is disabled.',
84 'error.field' => 'נתון "{0}" שגוי',
85 'error.empty' => 'השדה "{0}" ריק',
86 'error.not_equal' => 'השדה "{1}" אינו שווה לשדה "{0}"',
87 // TODO: add quotes around field names in error.interval.
88 'error.interval' => 'השדדה {0} צריך להיות גדול יותר מהשדה {1}',
89 // TO TEST: change the string on a local Time Tracker and then try to enter a time with
90 // end time less than start time. For example: Start time: 09:00, End time: 08:00.
91 // Then you should see the error on screen and the problems will be clearly visible.
92 // Currently the output is as:
93 // השדדה סיום צריך להיות גדול יותר מהשדה התחלה
94 // Compare the above with English, where the field names are surrounded with quotes,
95 // and it is easier to identify which fields the error is about.
96 // English variation: Field "Finish" must be greater than "Start".
97 'error.project' => 'בחר פרוייקט',
98 'error.task' => 'בחר משימה',
99 'error.client' => 'בחר לקוח',
100 // TODO: translate the following.
101 // 'error.report' => 'Select report.'
102 // 'error.record' => 'Select record.',
103 'error.auth' => 'שם משתמש או סיסמה שגויים',
104 'error.user_exists' => 'שם משתמש כבר קיים',
105 // TODO: translate the following.
106 // 'error.object_exists' => 'Object with this name already exists.',
107 'error.project_exists' => 'שם פרוייקט כבר קיים',
108 'error.task_exists' => 'קיימת משימה עם שם דומה',
109 'error.client_exists' => 'שם לקוח כבר קיים',
110 'error.invoice_exists' => 'קיימת חשבונית עם מספר זה',
111 // TODO: translate the following.
112 // 'error.role_exists' => 'Role with this rank already exists.',
113 'error.no_invoiceable_items' => 'אין פריטים לחיוב',
114 'error.no_login' => 'משתמש זה אינו קיים',
115 'error.no_groups' => 'בסיס הנתונים שלך ריק. התחבר כמנהל וצור צוות חדש', // TODO: replace "team" with "group".
116 'error.upload' => 'שגיאה בהעלת קובץ',
117 // TODO: translate the following.
118 // 'error.range_locked' => 'Date range is locked.',
119 'error.mail_send' => 'שגיאה בשליחת הדואר אלקטרוני',
120 'error.no_email' => 'אין דואר אלקטרוני השייך לשם משתמש זה',
121 'error.uncompleted_exists' => 'רישום חלקי כבר קיים. סגור או מחק אותו.',
122 'error.goto_uncompleted' => 'פתח את הרישום החלקי.',
123 'error.overlap' => 'טווח הזמן מתנגש עם רישומים קיימים.',
124 // TODO: translate the following.
125 // 'error.future_date' => 'Date is in future.',
126
127 // Labels for buttons.
128 'button.login' => 'היכנס',
129 'button.now' => 'עכשיו',
130 'button.save' => 'שמור',
131 'button.copy' => 'העתק',
132 'button.cancel' => 'ביטול',
133 'button.submit' => 'שלח',
134 'button.add' => 'הוסף',
135 'button.delete' => 'מחק',
136 'button.generate' => 'הרץ',
137 'button.reset_password' => 'איפוס סיסמה',
138 'button.send' => 'שלח',
139 'button.send_by_email' => 'שלח בדואר אלקטרוני',
140 'button.create_group' => 'צור צוות', // TODO: replace "team" with "group".
141 'button.export' => 'ייצא צוות', // TODO: replace "team" with "group".
142 'button.import' => 'ייבא צוות', // TODO: replace "team" with "group".
143 'button.close' => 'סגור',
144 'button.stop' => 'עצור',
145
146 // Labels for controls on forms. Labels in this section are used on multiple forms.
147 'label.group_name' => 'שם הצוות', // TODO: replace "team" with "group".
148 'label.address' => 'כתובת',
149 'label.currency' => 'מטבע',
150 'label.manager_name' => 'שם של המנהל',
151 'label.manager_login' => 'שם משתמש של המנהל',
152 'label.person_name' => 'שם',
153 'label.thing_name' => 'שם',
154 'label.login' => 'שם משתמש',
155 'label.password' => 'סיסמה',
156 'label.confirm_password' => 'בדיקת סיסמה',
157 'label.email' => 'דואר אלקטרוני',
158 'label.cc' => 'העתק',
159 // TODO: translate the following.
160 // 'label.bcc' => 'Bcc',
161 'label.subject' => 'נושא',
162 'label.date' => 'תאריך',
163 'label.start_date' => 'תאריך התחלה',
164 'label.end_date' => 'תאריך סיום',
165 'label.user' => 'משתמש',
166 'label.users' => 'משתמשים',
167 // TODO: translate the following.
168 // 'label.roles' => 'Roles',
169 'label.client' => 'לקוח',
170 'label.clients' => 'לקוחות',
171 // TODO: translate the following.
172 // 'label.option' => 'Option',
173 'label.invoice' => 'חשבונית',
174 'label.project' => 'פרוייקט',
175 'label.projects' => 'פרוייקטים',
176 'label.task' => 'משימה',
177 'label.tasks' => 'משימות',
178 'label.description' => 'תיאור',
179 'label.start' => 'התחלה',
180 'label.finish' => 'סיום',
181 'label.duration' => 'משך זמן',
182 'label.note' => 'הערה',
183 // TODO: translate the following.
184 // 'label.notes' => 'Notes',
185 // 'label.item' => 'Item',
186 'label.cost' => 'עלות',
187 // TODO: translate the following.
188 // 'label.ip' => 'IP',
189 'label.day_total' => 'סיכום יומי',
190 'label.week_total' => 'סיכום שבועי',
191 // TODO: translate the following.
192 // 'label.month_total' => 'Month total',
193 'label.today' => 'היום',
194 'label.view' => 'הצג',
195 'label.edit' => 'ערוך',
196 'label.delete' => 'מחק',
197 'label.configure' => 'הגדר',
198 'label.select_all' => 'בחר הכל',
199 'label.select_none' => 'בטל בחירה',
200 // TODO: translate the following.
201 // 'label.day_view' => 'Day view',
202 // 'label.week_view' => 'Week view',
203 'label.id' => 'מזהה',
204 'label.language' => 'שפה',
205 // TODO: translate the following.
206 // 'label.decimal_mark' => 'Decimal mark',
207 'label.date_format' => 'תבנית של תאריך',
208 'label.time_format' => 'תבנית של שעה',
209 'label.week_start' => 'היום הראשון בשבוע',
210 'label.comment' => 'הערה',
211 'label.status' => 'סטטוס',
212 'label.tax' => 'מעמ',
213 'label.subtotal' => 'סיכום חלקי',
214 'label.total' => 'סך הכל',
215 'label.client_name' => 'שם הלקוח',
216 'label.client_address' => 'כתובת הלקוח',
217 'label.or' => 'או',
218 'label.error' => 'שגיאה',
219 'label.ldap_hint' => 'הכנס את <b>שם המשתמש</b> ואת <b>הסיסמה</b> של ווינדוז בשדות.',
220 'label.required_fields' => '* - שדות חובה',
221 'label.on_behalf' => 'מטעם',
222 'label.role_manager' => '(מנהל)',
223 'label.role_comanager' => '(מנהל משנה)',
224 'label.role_admin' => '(מנהל המערכת)',
225 // Translate the following.
226 // 'label.page' => 'Page',
227 // 'label.condition' => 'Condition',
228 // 'label.yes' => 'yes',
229 // 'label.no' => 'no',
230 // Labels for plugins (extensions to Time Tracker that provide additional features).
231 'label.custom_fields' => 'שדות אישיים',
232 // Translate the following.
233 // 'label.monthly_quotas' => 'Monthly quotas',
234 'label.type' => 'סוג',
235 'label.type_dropdown' => 'רשימה',
236 'label.type_text' => 'טקסט',
237 'label.required' => 'חובה',
238 'label.fav_report' => 'דוח מועדף',
239 // TODO: translate the following.
240 // 'label.schedule' => 'Schedule',
241 // 'label.what_is_it' => 'What is it?',
242 // 'label.expense' => 'Expense',
243 // 'label.quantity' => 'Quantity',
244 // 'label.paid_status' => 'Paid status',
245 // 'label.paid' => 'Paid',
246 // 'label.mark_paid' => 'Mark paid',
247 // 'label.week_note' => 'Week note',
248 // 'label.week_list' => 'Week list',
249
250 // Form titles.
251 'title.login' => 'כניסה',
252 'title.groups' => 'צוותים', // TODO: change "teams" to "groups".
253 'title.create_group' => 'יצירת צוות', // TODO: change "team" to "group".
254 // TODO: translate the following.
255 // 'title.edit_group' => 'Editing Group',
256 'title.delete_group' => 'מחיקת צוות', // TODO: change "team" to "group".
257 'title.reset_password' => 'איפוס סיסמה',
258 'title.change_password' => 'שינוי סיסמה',
259 'title.time' => 'זמן',
260 'title.edit_time_record' => 'עריכת רשומה',
261 'title.delete_time_record' => 'מחיקת רשומה',
262 // TODO: translate the following.
263 // 'title.expenses' => 'Expenses',
264 // 'title.edit_expense' => 'Editing Expense Item',
265 // 'title.delete_expense' => 'Deleting Expense Item',
266 'title.reports' => 'דוחות',
267 'title.report' => 'דוח',
268 'title.send_report' => 'שליחת דוח',
269 'title.invoice' => 'חשבונית',
270 'title.send_invoice' => 'שליחת חשבונית',
271 'title.charts' => 'תרשימים',
272 'title.projects' => 'פרוייקטים',
273 'title.add_project' => 'הוסף פרוייקט',
274 'title.edit_project' => 'עריכת פרוייקט',
275 'title.delete_project' => 'מחיקת פרוייקט',
276 'title.tasks' => 'משימות',
277 'title.add_task' => 'הוסף משימה',
278 'title.edit_task' => 'ערוך משימה',
279 'title.delete_task' => 'מחק משימה',
280 'title.users' => 'משתמשים',
281 'title.add_user' => 'הוספת משתמש',
282 'title.edit_user' => 'עריכת משתמש',
283 'title.delete_user' => 'מחיקת משתמש',
284 // TODO: translate the following.
285 // 'title.roles' => 'Roles',
286 // 'title.add_role' => 'Adding Role',
287 // 'title.edit_role' => 'Editing Role',
288 // 'title.delete_role' => 'Deleting Role',
289 'title.clients' => 'לקוחות',
290 'title.add_client' => 'הוספת לקוח',
291 'title.edit_client' => 'עריכת לקוח',
292 'title.delete_client' => 'מחיקת לקוח',
293 'title.invoices' => 'חשבוניות',
294 'title.add_invoice' => 'הוספת חשבונית',
295 'title.view_invoice' => 'הצגת חשבונית',
296 'title.delete_invoice' => 'מחיקת חשבונית',
297 // TODO: translate the following.
298 // 'title.notifications' => 'Notifications',
299 // 'title.add_notification' => 'Adding Notification',
300 // 'title.edit_notification' => 'Editing Notification',
301 // 'title.delete_notification' => 'Deleting Notification',
302 // 'title.monthly_quotas' => 'Monthly Quotas',
303 'title.export' => 'ייצוא נתוני צוות',
304 'title.import' => 'ייבוא נתוני צוות',
305 'title.options' => 'אפשרויות',
306 'title.profile' => 'פרופיל',
307 // TODO: translate the following.
308 // 'title.group' => 'Group Settings',
309 'title.cf_custom_fields' => 'שדות אישיים',
310 'title.cf_add_custom_field' => 'הוספת שדה אישי',
311 'title.cf_edit_custom_field' => 'עריכת שדה אישי',
312 'title.cf_delete_custom_field' => 'מחיקת שדה אישי',
313 'title.cf_dropdown_options' => 'אפשרויות רשימה',
314 'title.cf_add_dropdown_option' => 'הוספת אפשרות',
315 'title.cf_edit_dropdown_option' => 'עריכת אפשרות',
316 'title.cf_delete_dropdown_option' => 'מחיקת אפשרות',
317 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
318 // It is also a name for the Locking plugin on the Team profile page.
319 // TODO: translate the following.
320 // 'title.locking' => 'Locking',
321 // 'title.week_view' => 'Week View',
322 // 'title.swap_roles' => 'Swapping Roles',
323
324 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
325 // Strings that are used in a single form must go to the specific form section.
326 'dropdown.all' => '--- כולם ---',
327 'dropdown.no' => '--- ללא ---',
328 // TODO: translate the following.
329 // 'dropdown.current_day' => 'today',
330 // 'dropdown.previous_day' => 'yesterday',
331 // 'dropdown.selected_day' => 'day',
332 'dropdown.current_week' => 'שבוע זה',
333 'dropdown.previous_week' => 'שבוע שעבר',
334 'dropdown.selected_week' => 'שבוע',
335 'dropdown.current_month' => 'חודש זה',
336 'dropdown.previous_month' => 'החודש שעבר',
337 'dropdown.selected_month' => 'החודש',
338 'dropdown.current_year' => 'שנה זו',
339 // TODO: translate the following.
340 // 'dropdown.previous_year' => 'previous year',
341 'dropdown.selected_year' => 'שנה',
342 'dropdown.all_time' => 'הכל',
343 'dropdown.projects' => 'פרוייקטים',
344 'dropdown.tasks' => 'משימות',
345 'dropdown.clients' => 'לקוחות',
346 // TODO: translate the following.
347 // 'dropdown.select' => '--- select ---',
348 'dropdown.select_invoice' => '--- בחר חשבונית ---',
349 'dropdown.status_active' => 'פעיל',
350 'dropdown.status_inactive' => 'לא פעיל',
351 // TODO: translate the following.
352 // 'dropdown.delete' => 'delete',
353 // 'dropdown.do_not_delete' => 'do not delete',
354 // 'dropdown.paid' => 'paid',
355 // 'dropdown.not_paid' => 'not paid',
356
357 // 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.
358 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
359 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
360 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
361
362 // Login form. See example at https://timetracker.anuko.com/login.php.
363 'form.login.forgot_password' => 'שכחת סיסמה?',
364 'form.login.about' => 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> הינה מערכת פשוטה, קלה לשימוש וחינמית לניהול זמן.',
365
366 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
367 'form.reset_password.message' => 'הבקשה לאיפוס בסיסמה נשלחה בדואר אלקטרוני.',
368 'form.reset_password.email_subject' => 'בקשה לאיפוס סיסמה למערכת Anuko Time Tracker',
369 // TODO: English string has changed. "from IP added. Re-translate the beginning.
370 // '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",
371 // Older translation is below.
372 // 'form.reset_password.email_body' => "משתמש יקר,\n\n התקבלה בקשה לאיפוס סיסמתך. נא ללחוץ על קישור זה אם ברצונך לאפס את הסיסמה.\n\n%s\n\n. Anuko Time Tracker הינה מערכת לניהול זמן פשוטה וחינמית. בקר באתרנו בכתובת https://www.anuko.com לפרטים נוספים.\n\n",
373
374 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
375 'form.change_password.tip' => 'הכנס סיסמה חדשה ולחץ על שמירה',
376
377 // Time form. See example at https://timetracker.anuko.com/time.php.
378 'form.time.duration_format' => '(hh:mm או 0.0h)',
379 'form.time.billable' => 'לחיוב',
380 'form.time.uncompleted' => 'רישום חסר',
381 // TODO: translate the following.
382 // 'form.time.remaining_quota' => 'Remaining quota',
383 // 'form.time.over_quota' => 'Over quota',
384
385 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
386 'form.time_edit.uncompleted' => 'רישום זה נשמר עם שעת התחלה בלבד. זאת איננה טעות.',
387
388 // Week view form. See example at https://timetracker.anuko.com/week.php.
389 // TODO: translate the following.
390 // 'form.week.new_entry' => 'New entry',
391
392 // Reports form. See example at https://timetracker.anuko.com/reports.php
393 'form.reports.save_as_favorite' => 'שמור כמועדף',
394 'form.reports.confirm_delete' => 'האם ברצונך למחוק את הדוח המועדף הזה ?',
395 'form.reports.include_billable' => 'לחיוב',
396 'form.reports.include_not_billable' => 'לא לחיוב',
397 // TODO: translate the following.
398 // 'form.reports.include_invoiced' => 'invoiced',
399 // 'form.reports.include_not_invoiced' => 'not invoiced',
400 'form.reports.select_period' => 'בחר תקופת זמן',
401 'form.reports.set_period' => 'או הגדר תאריכים',
402 'form.reports.show_fields' => 'הראה שדות',
403 'form.reports.group_by' => 'סדר לפי',
404 'form.reports.group_by_no' => '--- ללא סדר ---',
405 'form.reports.group_by_date' => 'תאריך',
406 'form.reports.group_by_user' => 'משתמש',
407 'form.reports.group_by_client' => 'לקוח',
408 'form.reports.group_by_project' => 'פרוייקט',
409 'form.reports.group_by_task' => 'משימה',
410 'form.reports.totals_only' => 'סיכומים בלבד',
411
412 // Report form. See example at https://timetracker.anuko.com/report.php
413 // (after generating a report at https://timetracker.anuko.com/reports.php).
414 // TODO: form.report.export is just "Export" now in the English file. Shorten this translation.
415 'form.report.export' => 'ייצא נתונים בתבנית',
416 // TODO: translate the following.
417 // 'form.report.assign_to_invoice' => 'Assign to invoice',
418
419 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
420 // (you can get to this form after generating a report).
421 'form.invoice.number' => 'מספר חשבונית',
422 'form.invoice.person' => 'משתמש',
423
424 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
425 // TODO: translate the following.
426 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
427 // 'form.invoice.invoice_entries' => 'Invoice entries',
428 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
429
430 // Charts form. See example at https://timetracker.anuko.com/charts.php
431 'form.charts.interval' => 'טווח',
432 'form.charts.chart' => 'תרשים',
433
434 // Projects form. See example at https://timetracker.anuko.com/projects.php
435 'form.projects.active_projects' => 'פרוייקטים פעילים',
436 'form.projects.inactive_projects' => 'פרוייקטים לא פעילים',
437
438 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
439 'form.tasks.active_tasks' => 'משימות פעילות',
440 'form.tasks.inactive_tasks' => 'משימות לא פעילות',
441
442 // Users form. See example at https://timetracker.anuko.com/users.php
443 'form.users.active_users' => 'משתמשים פעילים',
444 'form.users.inactive_users' => 'משתמשים לא פעילים',
445 // TODO: translate the following.
446 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
447 'form.users.role' => 'תפקיד',
448 'form.users.manager' => 'מנהל',
449 'form.users.comanager' => 'מנהל משנה',
450 'form.users.rate' => 'תעריף',
451 'form.users.default_rate' => 'תעריף ברירת מחדל לשעה',
452
453 // Roles form. See example at https://timetracker.anuko.com/roles.php
454 // TODO: translate the following.
455 // 'form.roles.active_roles' => 'Active Roles',
456 // 'form.roles.inactive_roles' => 'Inactive Roles',
457 // 'form.roles.rank' => 'Rank',
458 // 'form.roles.rights' => 'Rights',
459 // 'form.roles.assigned' => 'Assigned',
460 // 'form.roles.not_assigned' => 'Not assigned',
461
462 // Clients form. See example at https://timetracker.anuko.com/clients.php
463 'form.clients.active_clients' => 'לקוחות פעילים',
464 'form.clients.inactive_clients' => 'לקוחות לא פעילים',
465
466 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
467 // TODO: translate the following.
468 // 'form.client.client_to_delete' => 'Client to delete',
469 // 'form.client.client_entries' => 'Client entries',
470
471 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
472 'form.export.hint' => 'ניתן לייצא את כל נתוני הצוות בקובץ XML. זה מאד שימושי אם ברצונך להשתמש בשרת משלך.',
473 'form.export.compression' => 'דחיסה',
474 'form.export.compression_none' => 'ללא',
475 'form.export.compression_bzip' => 'bzip',
476
477 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
478 'form.import.hint' => 'ייבא נתוני צוות מתוך קובץ XML.',
479 'form.import.file' => 'בחר קובץ',
480 'form.import.success' => 'הייבוא הושלם בהצלחה.',
481
482 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
483 'form.teams.hint' => 'ניתן ליצור צוות חדש על-ידי יצירת מנהל צוות חדש.<br>ניתן לייבא נתוני צוות מקובץ XML משרת Anuko Time Tracker אחר (אין אפשרות לשמות משתמש זהים)',
484
485 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
486 // TODO: translate the following.
487 // 'form.profile.swap_roles' => 'Swap roles',
488 'form.profile.12_hours' => '12 שעות',
489 'form.profile.24_hours' => '24 שעות',
490 // TODO: translate the following.
491 // 'form.profile.show_holidays' => 'Show holidays',
492 'form.profile.tracking_mode' => 'סוג מעקב',
493 'form.profile.mode_time' => 'זמן',
494 'form.profile.mode_projects' => 'פרוייקטים',
495 'form.profile.mode_projects_and_tasks' => 'פרוייקטים ומשימות',
496 'form.profile.record_type' => 'סוג רישום',
497 'form.profile.type_all' => 'הכל',
498 'form.profile.type_start_finish' => 'התחלה וסיום',
499 'form.profile.type_duration' => 'משך זמן',
500 // TODO: translate the following.
501 // 'form.profile.punch_mode' => 'Punch mode',
502 // 'form.profile.allow_overlap' => 'Allow overlap',
503 // 'form.profile.future_entries' => 'Future entries',
504 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
505 // 'form.profile.allow_ip' => 'Allow IP',
506 'form.profile.plugins' => 'תוספים',
507
508 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
509 'form.mail.from' => 'מאת',
510 'form.mail.to' => 'אל',
511 'form.mail.report_subject' => 'דוח Time Tracker',
512 'form.mail.footer' => 'Anuko Time Tracker הינה מערכת פשוטה, קלה לשימוש וחינמית לניהול זמן. בקר באתר <a href="https://www.anuko.com">www.anuko.com</a> לפרטים נוספים.',
513 'form.mail.report_sent' => 'הדוח נשלח.',
514 'form.mail.invoice_sent' => 'החשבונית נשלחה.',
515
516 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
517 // TODO: translate the following.
518 // 'form.quota.year' => 'Year',
519 // 'form.quota.month' => 'Month',
520 // 'form.quota.quota' => 'Quota',
521 // 'form.quota.workday_hours' => 'Hours in a work day',
522 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
523
524 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
525 // TODO: translate the following.
526 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
527 // 'form.swap.swap_with' => 'Swap roles with',
528
529 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
530 // TODO: translate the following.
531 // 'role.user.label' => 'User',
532 // 'role.user.low_case_label' => 'user',
533 // 'role.user.description' => 'A regular member without management rights.',
534 // 'role.client.label' => 'Client',
535 // 'role.client.low_case_label' => 'client',
536 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
537 // 'role.supervisor.label' => 'Supervisor',
538 // 'role.supervisor.low_case_label' => 'supervisor',
539 // 'role.supervisor.description' => 'A person with a small set of management rights.',
540 // 'role.comanager.label' => 'Co-manager',
541 // 'role.comanager.low_case_label' => 'co-manager',
542 // 'role.comanager.description' => 'A person with a big set of management functions.',
543 // 'role.manager.label' => 'Manager',
544 // 'role.manager.low_case_label' => 'manager',
545 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
546 // 'role.top_manager.label' => 'Top manager',
547 // 'role.top_manager.low_case_label' => 'top manager',
548 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
549 // 'role.admin.label' => 'Administrator',
550 // 'role.admin.low_case_label' => 'administrator',
551 // 'role.admin.description' => 'Site adminsitrator.',
552 );