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