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