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