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