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