Added a string to localization files.
[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.
89 // 'error.report' => 'Select report.'
90 // 'error.record' => 'Select record.',
91 'error.auth' => 'שם משתמש או סיסמה שגויים',
92 'error.user_exists' => 'שם משתמש כבר קיים',
93 'error.project_exists' => 'שם פרוייקט כבר קיים',
94 'error.task_exists' => 'קיימת משימה עם שם דומה',
95 'error.client_exists' => 'שם לקוח כבר קיים',
96 'error.invoice_exists' => 'קיימת חשבונית עם מספר זה',
97 'error.no_invoiceable_items' => 'אין פריטים לחיוב',
98 'error.no_login' => 'משתמש זה אינו קיים',
99 'error.no_teams' => 'בסיס הנתונים שלך ריק. התחבר כמנהל וצור צוות חדש',
100 'error.upload' => 'שגיאה בהעלת קובץ',
101 // TODO: translate the following.
102 // 'error.range_locked' => 'Date range is locked.',
103 'error.mail_send' => 'שגיאה בשליחת הדואר אלקטרוני',
104 'error.no_email' => 'אין דואר אלקטרוני השייך לשם משתמש זה',
105 'error.uncompleted_exists' => 'רישום חלקי כבר קיים. סגור או מחק אותו.',
106 'error.goto_uncompleted' => 'פתח את הרישום החלקי.',
107 'error.overlap' => 'טווח הזמן מתנגש עם רישומים קיימים.',
108 // TODO: translate the following.
109 // 'error.future_date' => 'Date is in future.',
110
111 // Labels for buttons.
112 'button.login' => 'היכנס',
113 'button.now' => 'עכשיו',
114 'button.save' => 'שמור',
115 'button.copy' => 'העתק',
116 'button.cancel' => 'ביטול',
117 'button.submit' => 'שלח',
118 'button.add_user' => 'הוסף משתמש',
119 'button.add_project' => 'הוסף פרוייקט',
120 'button.add_task' => 'הוסף משימה',
121 'button.add_client' => 'הוסף לקוח',
122 'button.add_invoice' => 'הוסף חשבונית',
123 'button.add_option' => 'הוסף אפשרות',
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 'label.client' => 'לקוח',
157 'label.clients' => 'לקוחות',
158 // TODO: translate the following.
159 // 'label.option' => 'Option',
160 'label.invoice' => 'חשבונית',
161 'label.project' => 'פרוייקט',
162 'label.projects' => 'פרוייקטים',
163 'label.task' => 'משימה',
164 'label.tasks' => 'משימות',
165 'label.description' => 'תיאור',
166 'label.start' => 'התחלה',
167 'label.finish' => 'סיום',
168 'label.duration' => 'משך זמן',
169 'label.note' => 'הערה',
170 // TODO: translate the following.
171 // 'label.notes' => 'Notes',
172 // 'label.item' => 'Item',
173 'label.cost' => 'עלות',
174 'label.day_total' => 'סיכום יומי',
175 'label.week_total' => 'סיכום שבועי',
176 // TODO: translate the following.
177 // 'label.month_total' => 'Month total',
178 'label.today' => 'היום',
179 'label.total_hours' => 'סך הכל שעות',
180 'label.total_cost' => 'סך הכל עלות',
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
235 // Form titles.
236 'title.login' => 'כניסה',
237 'title.teams' => 'צוותים',
238 'title.create_team' => 'יצירת צוות',
239 // TODO: translate the following.
240 // 'title.edit_team' => 'Editing Team',
241 'title.delete_team' => 'מחיקת צוות',
242 'title.reset_password' => 'איפוס סיסמה',
243 'title.change_password' => 'שינוי סיסמה',
244 'title.time' => 'זמן',
245 'title.edit_time_record' => 'עריכת רשומה',
246 'title.delete_time_record' => 'מחיקת רשומה',
247 // TODO: translate the following.
248 // 'title.expenses' => 'Expenses',
249 // 'title.edit_expense' => 'Editing Expense Item',
250 // 'title.delete_expense' => 'Deleting Expense Item',
251 'title.reports' => 'דוחות',
252 'title.report' => 'דוח',
253 'title.send_report' => 'שליחת דוח',
254 'title.invoice' => 'חשבונית',
255 'title.send_invoice' => 'שליחת חשבונית',
256 'title.charts' => 'תרשימים',
257 'title.projects' => 'פרוייקטים',
258 'title.add_project' => 'הוסף פרוייקט',
259 'title.edit_project' => 'עריכת פרוייקט',
260 'title.delete_project' => 'מחיקת פרוייקט',
261 'title.tasks' => 'משימות',
262 'title.add_task' => 'הוסף משימה',
263 'title.edit_task' => 'ערוך משימה',
264 'title.delete_task' => 'מחק משימה',
265 'title.users' => 'משתמשים',
266 'title.add_user' => 'הוספת משתמש',
267 'title.edit_user' => 'עריכת משתמש',
268 'title.delete_user' => 'מחיקת משתמש',
269 'title.clients' => 'לקוחות',
270 'title.add_client' => 'הוספת לקוח',
271 'title.edit_client' => 'עריכת לקוח',
272 'title.delete_client' => 'מחיקת לקוח',
273 'title.invoices' => 'חשבוניות',
274 'title.add_invoice' => 'הוספת חשבונית',
275 'title.view_invoice' => 'הצגת חשבונית',
276 'title.delete_invoice' => 'מחיקת חשבונית',
277 // TODO: translate the following.
278 // 'title.notifications' => 'Notifications',
279 // 'title.add_notification' => 'Adding Notification',
280 // 'title.edit_notification' => 'Editing Notification',
281 // 'title.delete_notification' => 'Deleting Notification',
282 // 'title.monthly_quotas' => 'Monthly Quotas',
283 'title.export' => 'ייצוא נתוני צוות',
284 'title.import' => 'ייבוא נתוני צוות',
285 'title.options' => 'אפשרויות',
286 'title.profile' => 'פרופיל',
287 'title.cf_custom_fields' => 'שדות אישיים',
288 'title.cf_add_custom_field' => 'הוספת שדה אישי',
289 'title.cf_edit_custom_field' => 'עריכת שדה אישי',
290 'title.cf_delete_custom_field' => 'מחיקת שדה אישי',
291 'title.cf_dropdown_options' => 'אפשרויות רשימה',
292 'title.cf_add_dropdown_option' => 'הוספת אפשרות',
293 'title.cf_edit_dropdown_option' => 'עריכת אפשרות',
294 'title.cf_delete_dropdown_option' => 'מחיקת אפשרות',
295 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
296 // It is also a name for the Locking plugin on the Team profile page.
297 // TODO: translate the following.
298 // 'title.locking' => 'Locking',
299
300 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
301 // Strings that are used in a single form must go to the specific form section.
302 'dropdown.all' => '--- כולם ---',
303 'dropdown.no' => '--- ללא ---',
304 // TODO: translate the following.
305 // 'dropdown.current_day' => 'today',
306 // 'dropdown.previous_day' => 'yesterday',
307 // 'dropdown.selected_day' => 'day',
308 'dropdown.current_week' => 'שבוע זה',
309 'dropdown.previous_week' => 'שבוע שעבר',
310 'dropdown.selected_week' => 'שבוע',
311 'dropdown.current_month' => 'חודש זה',
312 'dropdown.previous_month' => 'החודש שעבר',
313 'dropdown.selected_month' => 'החודש',
314 'dropdown.current_year' => 'שנה זו',
315 // TODO: translate the following.
316 // 'dropdown.previous_year' => 'previous year',
317 'dropdown.selected_year' => 'שנה',
318 'dropdown.all_time' => 'הכל',
319 'dropdown.projects' => 'פרוייקטים',
320 'dropdown.tasks' => 'משימות',
321 'dropdown.clients' => 'לקוחות',
322 // TODO: translate the following.
323 // 'dropdown.select' => '--- select ---',
324 'dropdown.select_invoice' => '--- בחר חשבונית ---',
325 'dropdown.status_active' => 'פעיל',
326 'dropdown.status_inactive' => 'לא פעיל',
327 // TODO: translate the following.
328 // 'dropdown.delete'=>'delete',
329 // 'dropdown.do_not_delete'=>'do not delete',
330 // 'dropdown.paid' => 'paid',
331 // 'dropdown.not_paid' => 'not paid',
332
333 // 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.
334 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
335 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
336 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
337
338 // Login form. See example at https://timetracker.anuko.com/login.php.
339 'form.login.forgot_password' => 'שכחת סיסמה?',
340 'form.login.about' =>'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> הינה מערכת פשוטה, קלה לשימוש וחינמית לניהול זמן.',
341
342 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
343 'form.reset_password.message' => 'הבקשה לאיפוס בסיסמה נשלחה בדואר אלקטרוני.',
344 'form.reset_password.email_subject' => 'בקשה לאיפוס סיסמה למערכת Anuko Time Tracker',
345 'form.reset_password.email_body' => "משתמש יקר,\n\n התקבלה בקשה לאיפוס סיסמתך. נא ללחוץ על קישור זה אם ברצונך לאפס את הסיסמה.\n\n%s\n\n. Anuko Time Tracker הינה מערכת לניהול זמן פשוטה וחינמית. בקר באתרנו בכתובת https://www.anuko.com לפרטים נוספים.\n\n",
346
347 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
348 'form.change_password.tip' => 'הכנס סיסמה חדשה ולחץ על שמירה',
349
350 // Time form. See example at https://timetracker.anuko.com/time.php.
351 'form.time.duration_format' => '(hh:mm או 0.0h)',
352 'form.time.billable' => 'לחיוב',
353 'form.time.uncompleted' => 'רישום חסר',
354 // TODO: translate the following.
355 // 'form.time.remaining_quota' => 'Remaining quota',
356 // 'form.time.over_quota' => 'Over quota',
357
358 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
359 'form.time_edit.uncompleted' => 'רישום זה נשמר עם שעת התחלה בלבד. זאת איננה טעות.',
360
361 // Week view form. See example at https://timetracker.anuko.com/week.php.
362 // TODO: translate the following.
363 // 'form.week.new_entry' => 'New entry',
364
365 // Reports form. See example at https://timetracker.anuko.com/reports.php
366 'form.reports.save_as_favorite' => 'שמור כמועדף',
367 'form.reports.confirm_delete' => 'האם ברצונך למחוק את הדוח המועדף הזה ?',
368 'form.reports.include_records' => 'כלול רישומים',
369 'form.reports.include_billable' => 'לחיוב',
370 'form.reports.include_not_billable' => 'לא לחיוב',
371 // TODO: translate the following.
372 // 'form.reports.include_invoiced' => 'invoiced',
373 // 'form.reports.include_not_invoiced' => 'not invoiced',
374 'form.reports.select_period' => 'בחר תקופת זמן',
375 'form.reports.set_period' => 'או הגדר תאריכים',
376 'form.reports.show_fields' => 'הראה שדות',
377 'form.reports.group_by' => 'סדר לפי',
378 'form.reports.group_by_no' => '--- ללא סדר ---',
379 'form.reports.group_by_date' => 'תאריך',
380 'form.reports.group_by_user' => 'משתמש',
381 'form.reports.group_by_client' => 'לקוח',
382 'form.reports.group_by_project' => 'פרוייקט',
383 'form.reports.group_by_task' => 'משימה',
384 'form.reports.totals_only' => 'סיכומים בלבד',
385
386 // Report form. See example at https://timetracker.anuko.com/report.php
387 // (after generating a report at https://timetracker.anuko.com/reports.php).
388 // TODO: form.report.export is just "Export" now in the English file. Shorten this translation.
389 'form.report.export' => 'ייצא נתונים בתבנית',
390 // TODO: translate the following.
391 // 'form.report.assign_to_invoice' => 'Assign to invoice',
392
393 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
394 // (you can get to this form after generating a report).
395 'form.invoice.number' => 'מספר חשבונית',
396 'form.invoice.person' => 'משתמש',
397 // TODO: translate the following stings.
398 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
399 // 'form.invoice.invoice_entries' => 'Invoice entries',
400 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
401
402 // Charts form. See example at https://timetracker.anuko.com/charts.php
403 'form.charts.interval' => 'טווח',
404 'form.charts.chart' => 'תרשים',
405
406 // Projects form. See example at https://timetracker.anuko.com/projects.php
407 'form.projects.active_projects' => 'פרוייקטים פעילים',
408 'form.projects.inactive_projects' => 'פרוייקטים לא פעילים',
409
410 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
411 'form.tasks.active_tasks' => 'משימות פעילות',
412 'form.tasks.inactive_tasks' => 'משימות לא פעילות',
413
414 // Users form. See example at https://timetracker.anuko.com/users.php
415 'form.users.active_users' => 'משתמשים פעילים',
416 'form.users.inactive_users' => 'משתמשים לא פעילים',
417 // TODO: translate the following.
418 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
419 'form.users.role' => 'תפקיד',
420 'form.users.manager' => 'מנהל',
421 'form.users.comanager' => 'מנהל משנה',
422 'form.users.rate' => 'תעריף',
423 'form.users.default_rate' => 'תעריף ברירת מחדל לשעה',
424
425 // Client delete form. See example at https://timetracker.anuko.com/client_delete.php
426 // TODO: translate the following.
427 // 'form.client.client_to_delete' => 'Client to delete',
428 // 'form.client.client_entries' => 'Client entries',
429
430 // Clients form. See example at https://timetracker.anuko.com/clients.php
431 'form.clients.active_clients' => 'לקוחות פעילים',
432 'form.clients.inactive_clients' => 'לקוחות לא פעילים',
433
434 // Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
435 'form.export.hint' => 'ניתן לייצא את כל נתוני הצוות בקובץ XML. זה מאד שימושי אם ברצונך להשתמש בשרת משלך.',
436 'form.export.compression' => 'דחיסה',
437 'form.export.compression_none' => 'ללא',
438 'form.export.compression_bzip' => 'bzip',
439
440 // Strings for Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
441 'form.import.hint' => 'ייבא נתוני צוות מתוך קובץ XML.',
442 'form.import.file' => 'בחר קובץ',
443 'form.import.success' => 'הייבוא הושלם בהצלחה.',
444
445 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
446 'form.teams.hint' => 'ניתן ליצור צוות חדש על-ידי יצירת מנהל צוות חדש.<br>ניתן לייבא נתוני צוות מקובץ XML משרת Anuko Time Tracker אחר (אין אפשרות לשמות משתמש זהים)',
447
448 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
449 'form.profile.12_hours' => '12 שעות',
450 'form.profile.24_hours' => '24 שעות',
451 'form.profile.tracking_mode' => 'סוג מעקב',
452 'form.profile.mode_time' => 'זמן',
453 'form.profile.mode_projects' => 'פרוייקטים',
454 'form.profile.mode_projects_and_tasks' => 'פרוייקטים ומשימות',
455 'form.profile.record_type' => 'סוג רישום',
456 'form.profile.type_all' => 'הכל',
457 'form.profile.type_start_finish' => 'התחלה וסיום',
458 'form.profile.type_duration' => 'משך זמן',
459 'form.profile.plugins' => 'תוספים',
460
461 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
462 'form.mail.from' => 'מאת',
463 'form.mail.to' => 'אל',
464 'form.mail.report_subject' => 'דוח Time Tracker',
465 'form.mail.footer' => 'Anuko Time Tracker הינה מערכת פשוטה, קלה לשימוש וחינמית לניהול זמן. בקר באתר <a href="https://www.anuko.com">www.anuko.com</a> לפרטים נוספים.',
466 'form.mail.report_sent' => 'הדוח נשלח.',
467 'form.mail.invoice_sent' => 'החשבונית נשלחה.',
468
469 // Quotas configuration form.
470 // TODO: translate the following.
471 // 'form.quota.year' => 'Year',
472 // 'form.quota.month' => 'Month',
473 // 'form.quota.quota' => 'Quota',
474 // 'form.quota.workday_hours' => 'Hours in a work day',
475 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
476 );