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