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