This commit is contained in:
84
application/language/hebrew/calendar_lang.php
Normal file
84
application/language/hebrew/calendar_lang.php
Normal file
@@ -0,0 +1,84 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['cal_su'] = 'Su';
|
||||
$lang['cal_mo'] = 'Mo';
|
||||
$lang['cal_tu'] = 'Tu';
|
||||
$lang['cal_we'] = 'We';
|
||||
$lang['cal_th'] = 'Th';
|
||||
$lang['cal_fr'] = 'Fr';
|
||||
$lang['cal_sa'] = 'Sa';
|
||||
$lang['cal_sun'] = 'Sun';
|
||||
$lang['cal_mon'] = 'Mon';
|
||||
$lang['cal_tue'] = 'Tue';
|
||||
$lang['cal_wed'] = 'Wed';
|
||||
$lang['cal_thu'] = 'Thu';
|
||||
$lang['cal_fri'] = 'Fri';
|
||||
$lang['cal_sat'] = 'Sat';
|
||||
$lang['cal_sunday'] = 'Sunday';
|
||||
$lang['cal_monday'] = 'Monday';
|
||||
$lang['cal_tuesday'] = 'Tuesday';
|
||||
$lang['cal_wednesday'] = 'Wednesday';
|
||||
$lang['cal_thursday'] = 'Thursday';
|
||||
$lang['cal_friday'] = 'Friday';
|
||||
$lang['cal_saturday'] = 'Saturday';
|
||||
$lang['cal_jan'] = 'Jan';
|
||||
$lang['cal_feb'] = 'Feb';
|
||||
$lang['cal_mar'] = 'Mar';
|
||||
$lang['cal_apr'] = 'Apr';
|
||||
$lang['cal_may'] = 'May';
|
||||
$lang['cal_jun'] = 'Jun';
|
||||
$lang['cal_jul'] = 'Jul';
|
||||
$lang['cal_aug'] = 'Aug';
|
||||
$lang['cal_sep'] = 'Sep';
|
||||
$lang['cal_oct'] = 'Oct';
|
||||
$lang['cal_nov'] = 'Nov';
|
||||
$lang['cal_dec'] = 'Dec';
|
||||
$lang['cal_january'] = 'January';
|
||||
$lang['cal_february'] = 'February';
|
||||
$lang['cal_march'] = 'March';
|
||||
$lang['cal_april'] = 'April';
|
||||
$lang['cal_mayl'] = 'May';
|
||||
$lang['cal_june'] = 'June';
|
||||
$lang['cal_july'] = 'July';
|
||||
$lang['cal_august'] = 'August';
|
||||
$lang['cal_september'] = 'September';
|
||||
$lang['cal_october'] = 'October';
|
||||
$lang['cal_november'] = 'November';
|
||||
$lang['cal_december'] = 'December';
|
||||
94
application/language/hebrew/date_lang.php
Normal file
94
application/language/hebrew/date_lang.php
Normal file
@@ -0,0 +1,94 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['date_year'] = 'Year';
|
||||
$lang['date_years'] = 'Years';
|
||||
$lang['date_month'] = 'Month';
|
||||
$lang['date_months'] = 'Months';
|
||||
$lang['date_week'] = 'Week';
|
||||
$lang['date_weeks'] = 'Weeks';
|
||||
$lang['date_day'] = 'Day';
|
||||
$lang['date_days'] = 'Days';
|
||||
$lang['date_hour'] = 'Hour';
|
||||
$lang['date_hours'] = 'Hours';
|
||||
$lang['date_minute'] = 'Minute';
|
||||
$lang['date_minutes'] = 'Minutes';
|
||||
$lang['date_second'] = 'Second';
|
||||
$lang['date_seconds'] = 'Seconds';
|
||||
|
||||
$lang['UM12'] = '(UTC -12:00) Baker/Howland Island';
|
||||
$lang['UM11'] = '(UTC -11:00) Niue';
|
||||
$lang['UM10'] = '(UTC -10:00) Hawaii-Aleutian Standard Time, Cook Islands, Tahiti';
|
||||
$lang['UM95'] = '(UTC -9:30) Marquesas Islands';
|
||||
$lang['UM9'] = '(UTC -9:00) Alaska Standard Time, Gambier Islands';
|
||||
$lang['UM8'] = '(UTC -8:00) Pacific Standard Time, Clipperton Island';
|
||||
$lang['UM7'] = '(UTC -7:00) Mountain Standard Time';
|
||||
$lang['UM6'] = '(UTC -6:00) Central Standard Time';
|
||||
$lang['UM5'] = '(UTC -5:00) Eastern Standard Time, Western Caribbean Standard Time';
|
||||
$lang['UM45'] = '(UTC -4:30) Venezuelan Standard Time';
|
||||
$lang['UM4'] = '(UTC -4:00) Atlantic Standard Time, Eastern Caribbean Standard Time';
|
||||
$lang['UM35'] = '(UTC -3:30) Newfoundland Standard Time';
|
||||
$lang['UM3'] = '(UTC -3:00) Argentina, Brazil, French Guiana, Uruguay';
|
||||
$lang['UM2'] = '(UTC -2:00) South Georgia/South Sandwich Islands';
|
||||
$lang['UM1'] = '(UTC -1:00) Azores, Cape Verde Islands';
|
||||
$lang['UTC'] = '(UTC) Greenwich Mean Time, Western European Time';
|
||||
$lang['UP1'] = '(UTC +1:00) Central European Time, West Africa Time';
|
||||
$lang['UP2'] = '(UTC +2:00) Central Africa Time, Eastern European Time, Kaliningrad Time';
|
||||
$lang['UP3'] = '(UTC +3:00) Moscow Time, East Africa Time, Arabia Standard Time';
|
||||
$lang['UP35'] = '(UTC +3:30) Iran Standard Time';
|
||||
$lang['UP4'] = '(UTC +4:00) Azerbaijan Standard Time, Samara Time';
|
||||
$lang['UP45'] = '(UTC +4:30) Afghanistan';
|
||||
$lang['UP5'] = '(UTC +5:00) Pakistan Standard Time, Yekaterinburg Time';
|
||||
$lang['UP55'] = '(UTC +5:30) Indian Standard Time, Sri Lanka Time';
|
||||
$lang['UP575'] = '(UTC +5:45) Nepal Time';
|
||||
$lang['UP6'] = '(UTC +6:00) Bangladesh Standard Time, Bhutan Time, Omsk Time';
|
||||
$lang['UP65'] = '(UTC +6:30) Cocos Islands, Myanmar';
|
||||
$lang['UP7'] = '(UTC +7:00) Krasnoyarsk Time, Cambodia, Laos, Thailand, Vietnam';
|
||||
$lang['UP8'] = '(UTC +8:00) Australian Western Standard Time, Beijing Time, Irkutsk Time';
|
||||
$lang['UP875'] = '(UTC +8:45) Australian Central Western Standard Time';
|
||||
$lang['UP9'] = '(UTC +9:00) Japan Standard Time, Korea Standard Time, Yakutsk Time';
|
||||
$lang['UP95'] = '(UTC +9:30) Australian Central Standard Time';
|
||||
$lang['UP10'] = '(UTC +10:00) Australian Eastern Standard Time, Vladivostok Time';
|
||||
$lang['UP105'] = '(UTC +10:30) Lord Howe Island';
|
||||
$lang['UP11'] = '(UTC +11:00) Srednekolymsk Time, Solomon Islands, Vanuatu';
|
||||
$lang['UP115'] = '(UTC +11:30) Norfolk Island';
|
||||
$lang['UP12'] = '(UTC +12:00) Fiji, Gilbert Islands, Kamchatka Time, New Zealand Standard Time';
|
||||
$lang['UP1275'] = '(UTC +12:45) Chatham Islands Standard Time';
|
||||
$lang['UP13'] = '(UTC +13:00) Samoa Time Zone, Phoenix Islands Time, Tonga';
|
||||
$lang['UP14'] = '(UTC +14:00) Line Islands';
|
||||
63
application/language/hebrew/db_lang.php
Normal file
63
application/language/hebrew/db_lang.php
Normal file
@@ -0,0 +1,63 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['db_invalid_connection_str'] = 'לא ניתן לקבוע את הגדרות מסד הנתונים בהתבסס על מחרוזת החיבור שהגשת.';
|
||||
$lang['db_unable_to_connect'] = 'לא ניתן להתחבר לשרת מסד הנתונים שלך באמצעות ההגדרות שסופקו.';
|
||||
$lang['db_unable_to_select'] = 'לא ניתן לבחור את מסד הנתונים שצוין: %s';
|
||||
$lang['db_unable_to_create'] = 'לא ניתן ליצור את מסד הנתונים שצוין: %s';
|
||||
$lang['db_invalid_query'] = 'השאילתה ששלחת אינה חוקית.';
|
||||
$lang['db_must_set_table'] = 'עליך להגדיר את טבלת מסד הנתונים שתשתמש בה עם השאילתה שלך.';
|
||||
$lang['db_must_use_set'] = 'עליך להשתמש ב "set" כדי לעדכן ערך.';
|
||||
$lang['db_must_use_index'] = 'עליך לציין אינדקס להתאמה לעדכונים כוללים.';
|
||||
$lang['db_batch_missing_index'] = 'בשורה אחת או יותר שנשלחו לעדכונים כוללים חסר האינדקס שצוין.';
|
||||
$lang['db_must_use_where'] = 'העדכונים אינם מורשים אלא אם כן הם מכילים סעיף "where".';
|
||||
$lang['db_del_must_use_where'] = 'מחיקות אינן מורשות אלא אם כן הן מכילות סעיף "where" או "like".';
|
||||
$lang['db_field_param_missing'] = 'כדי לשלוף שדות נדרשים יש לתת שם לטבלה כפרמטר.';
|
||||
$lang['db_unsupported_function'] = 'תכונה זו אינה זמינה עבור מסד הנתונים שבו אתה משתמש.';
|
||||
$lang['db_transaction_failure'] = 'הפעולה כשלה: בוצע שחזור.';
|
||||
$lang['db_unable_to_drop'] = 'לא ניתן להסיר את מסד הנתונים שצוין.';
|
||||
$lang['db_unsupported_feature'] = 'תכונה לא נתמכת בפלטפורמת מסד הנתונים בה אתה משתמש.';
|
||||
$lang['db_unsupported_compression'] = 'פורמט דחיסת הקבצים שבחרת אינו נתמך על ידי השרת שלך.';
|
||||
$lang['db_filepath_error'] = 'לא ניתן לכתוב נתונים לנתיב המבוקש.';
|
||||
$lang['db_invalid_cache_path'] = 'נתיב זיכרון המטמון ששלחת אינו תקין או שאינו ניתן לכתיבה.';
|
||||
$lang['db_table_name_required'] = 'נדרש שם לטבלה בכדי לבצע פעולה זו.';
|
||||
$lang['db_column_name_required'] = 'נדרש לתת שם לעמודה בכדי לבצע פעולה זו.';
|
||||
$lang['db_column_definition_required'] = 'יש צורך להגדיר את העמודה בכדי לבצע פעולה זו.';
|
||||
$lang['db_unable_to_set_charset'] = 'לא ניתן לבצע חיבור לקוח עבור סט תווים זה: %s';
|
||||
$lang['db_error_heading'] = 'שגיאת מסד נתונים';
|
||||
58
application/language/hebrew/email_lang.php
Normal file
58
application/language/hebrew/email_lang.php
Normal file
@@ -0,0 +1,58 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['email_must_be_array'] = 'שיטת אימות הדוא"ל חחיבת להיות במערך.';
|
||||
$lang['email_invalid_address'] = 'כתובת דוא"ל לא תקנית: %s';
|
||||
$lang['email_attachment_missing'] = ' הקובץ המצורף לדוא"ל לא ניתן לאיתור: %s';
|
||||
$lang['email_attachment_unreadable'] = 'הקובץ המצורף הבא לא ניתן לפתיחה: %s';
|
||||
$lang['email_no_from'] = 'לא ניתן לשלוח דואר ללא הערך "מאת".';
|
||||
$lang['email_no_recipients'] = 'חובה לכלול נמען:: To, Cc, or Bcc';
|
||||
$lang['email_send_failure_phpmail'] = 'לא ניתן לשלוח דוא"ל באמצעות PHP mail(). ייתכן שהשרת שלך לא מוגדר למשלוח דואר בשיטה זו.';
|
||||
$lang['email_send_failure_sendmail'] = 'לא ניתן לשלוח דוא"ל באמצעות PHP Sendmail. ייתכן שהשרת שלך לא מוגדר למשלוח דואר בשיטה זו.';
|
||||
$lang['email_send_failure_smtp'] = 'לא ניתן לשלוח דוא"ל באמצעות PHP SMTP. ייתכן שהשרת שלך לא מוגדר למשלוח דואר בשיטה זו.';
|
||||
$lang['email_sent'] = 'ההודעה שלך נשלחה בהצלחה באמצעות הפרוטוקול הבא: %s';
|
||||
$lang['email_no_socket'] = 'לא ניתן לפתוח socket ל- Sendmail. אנא בדוק הגדרות.';
|
||||
$lang['email_no_hostname'] = 'לא ציינת שם SMTP hostname.';
|
||||
$lang['email_smtp_error'] = 'אירעה שגיאת ה- SMTP הבאה: %s';
|
||||
$lang['email_no_smtp_unpw'] = 'שגיאה: עליך להקצות שם משתמש וסיסמה ל SMTP..';
|
||||
$lang['email_failed_smtp_login'] = 'שליחת הפקודה AUTH LOGIN נכשלה. שגיאה: %s';
|
||||
$lang['email_smtp_auth_un'] = 'אימות שם המשתמש נכשל. שגיאה: %s';
|
||||
$lang['email_smtp_auth_pw'] = 'אימות הסיסמה נכשל. שגיאה: %s';
|
||||
$lang['email_smtp_data_failure'] = 'לא ניתן לשלוח את הנתונים: %s';
|
||||
$lang['email_exit_status'] = 'קוד סטטוס ליציאה: %s';
|
||||
69
application/language/hebrew/form_validation_lang.php
Normal file
69
application/language/hebrew/form_validation_lang.php
Normal file
@@ -0,0 +1,69 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['form_validation_required'] = 'The {field} field is required.';
|
||||
$lang['form_validation_isset'] = 'The {field} field must have a value.';
|
||||
$lang['form_validation_valid_email'] = 'The {field} field must contain a valid email address.';
|
||||
$lang['form_validation_valid_emails'] = 'The {field} field must contain all valid email addresses.';
|
||||
$lang['form_validation_valid_url'] = 'The {field} field must contain a valid URL.';
|
||||
$lang['form_validation_valid_ip'] = 'The {field} field must contain a valid IP.';
|
||||
$lang['form_validation_valid_base64'] = 'The {field} field must contain a valid Base64 string.';
|
||||
$lang['form_validation_min_length'] = 'The {field} field must be at least {param} characters in length.';
|
||||
$lang['form_validation_max_length'] = 'The {field} field cannot exceed {param} characters in length.';
|
||||
$lang['form_validation_exact_length'] = 'The {field} field must be exactly {param} characters in length.';
|
||||
$lang['form_validation_alpha'] = 'The {field} field may only contain alphabetical characters.';
|
||||
$lang['form_validation_alpha_numeric'] = 'The {field} field may only contain alpha-numeric characters.';
|
||||
$lang['form_validation_alpha_numeric_spaces'] = 'The {field} field may only contain alpha-numeric characters and spaces.';
|
||||
$lang['form_validation_alpha_dash'] = 'The {field} field may only contain alpha-numeric characters, underscores, and dashes.';
|
||||
$lang['form_validation_numeric'] = 'The {field} field must contain only numbers.';
|
||||
$lang['form_validation_is_numeric'] = 'The {field} field must contain only numeric characters.';
|
||||
$lang['form_validation_integer'] = 'The {field} field must contain an integer.';
|
||||
$lang['form_validation_regex_match'] = 'The {field} field is not in the correct format.';
|
||||
$lang['form_validation_matches'] = 'The {field} field does not match the {param} field.';
|
||||
$lang['form_validation_differs'] = 'The {field} field must differ from the {param} field.';
|
||||
$lang['form_validation_is_unique'] = 'The {field} field must contain a unique value.';
|
||||
$lang['form_validation_is_natural'] = 'The {field} field must only contain digits.';
|
||||
$lang['form_validation_is_natural_no_zero'] = 'The {field} field must only contain digits and must be greater than zero.';
|
||||
$lang['form_validation_decimal'] = 'The {field} field must contain a decimal number.';
|
||||
$lang['form_validation_less_than'] = 'The {field} field must contain a number less than {param}.';
|
||||
$lang['form_validation_less_than_equal_to'] = 'The {field} field must contain a number less than or equal to {param}.';
|
||||
$lang['form_validation_greater_than'] = 'The {field} field must contain a number greater than {param}.';
|
||||
$lang['form_validation_greater_than_equal_to'] = 'The {field} field must contain a number greater than or equal to {param}.';
|
||||
$lang['form_validation_error_message_not_set'] = 'Unable to access an error message corresponding to your field name {field}.';
|
||||
$lang['form_validation_in_list'] = 'The {field} field must be one of: {param}.';
|
||||
51
application/language/hebrew/ftp_lang.php
Normal file
51
application/language/hebrew/ftp_lang.php
Normal file
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['ftp_no_connection'] = 'Unable to locate a valid connection ID. Please make sure you are connected before performing any file routines.';
|
||||
$lang['ftp_unable_to_connect'] = 'Unable to connect to your FTP server using the supplied hostname.';
|
||||
$lang['ftp_unable_to_login'] = 'Unable to login to your FTP server. Please check your username and password.';
|
||||
$lang['ftp_unable_to_mkdir'] = 'Unable to create the directory you have specified.';
|
||||
$lang['ftp_unable_to_changedir'] = 'Unable to change directories.';
|
||||
$lang['ftp_unable_to_chmod'] = 'Unable to set file permissions. Please check your path.';
|
||||
$lang['ftp_unable_to_upload'] = 'Unable to upload the specified file. Please check your path.';
|
||||
$lang['ftp_unable_to_download'] = 'Unable to download the specified file. Please check your path.';
|
||||
$lang['ftp_no_source_file'] = 'Unable to locate the source file. Please check your path.';
|
||||
$lang['ftp_unable_to_rename'] = 'Unable to rename the file.';
|
||||
$lang['ftp_unable_to_delete'] = 'Unable to delete the file.';
|
||||
$lang['ftp_unable_to_move'] = 'Unable to move the file. Please make sure the destination directory exists.';
|
||||
57
application/language/hebrew/imglib_lang.php
Normal file
57
application/language/hebrew/imglib_lang.php
Normal file
@@ -0,0 +1,57 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['imglib_source_image_required'] = 'You must specify a source image in your preferences.';
|
||||
$lang['imglib_gd_required'] = 'The GD image library is required for this feature.';
|
||||
$lang['imglib_gd_required_for_props'] = 'Your server must support the GD image library in order to determine the image properties.';
|
||||
$lang['imglib_unsupported_imagecreate'] = 'Your server does not support the GD function required to process this type of image.';
|
||||
$lang['imglib_gif_not_supported'] = 'GIF images are often not supported due to licensing restrictions. You may have to use JPG or PNG images instead.';
|
||||
$lang['imglib_jpg_not_supported'] = 'JPG images are not supported.';
|
||||
$lang['imglib_png_not_supported'] = 'PNG images are not supported.';
|
||||
$lang['imglib_jpg_or_png_required'] = 'The image resize protocol specified in your preferences only works with JPEG or PNG image types.';
|
||||
$lang['imglib_copy_error'] = 'An error was encountered while attempting to replace the file. Please make sure your file directory is writable.';
|
||||
$lang['imglib_rotate_unsupported'] = 'Image rotation does not appear to be supported by your server.';
|
||||
$lang['imglib_libpath_invalid'] = 'The path to your image library is not correct. Please set the correct path in your image preferences.';
|
||||
$lang['imglib_image_process_failed'] = 'Image processing failed. Please verify that your server supports the chosen protocol and that the path to your image library is correct.';
|
||||
$lang['imglib_rotation_angle_required'] = 'An angle of rotation is required to rotate the image.';
|
||||
$lang['imglib_invalid_path'] = 'The path to the image is not correct.';
|
||||
$lang['imglib_invalid_image'] = 'The provided image is not valid.';
|
||||
$lang['imglib_copy_failed'] = 'The image copy routine failed.';
|
||||
$lang['imglib_missing_font'] = 'Unable to find a font to use.';
|
||||
$lang['imglib_save_failed'] = 'Unable to save the image. Please make sure the image and file directory are writable.';
|
||||
10
application/language/hebrew/index.html
Normal file
10
application/language/hebrew/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
20
application/language/hebrew/migration_lang.php
Normal file
20
application/language/hebrew/migration_lang.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Iban Eguia
|
||||
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['migration_none_found'] = 'מיזוג לא נמצא.';
|
||||
$lang['migration_not_found'] = 'לא נמצאה מיזוג למספר הגרסה: %s.';
|
||||
$lang['migration_sequence_gap'] = 'יש פער בין המיזוג, למספר הגרסה: %s.';
|
||||
$lang['migration_multiple_version'] = 'ישנם מספר מיזוגים בעלי מספר גרסה זהה: %s.';
|
||||
$lang['migration_class_doesnt_exist'] = 'מחלקת המיזוג "%s" לא נמצאה.';
|
||||
$lang['migration_missing_up_method'] = 'מחלקת המיזוג "%s" חסרה את השיטה "up".';
|
||||
$lang['migration_missing_down_method'] = 'מחלקת המיזוג "%s" חסרה את השיטה "down".';
|
||||
$lang['migration_invalid_filename'] = 'למיזוג "%s" יש שם קובץ לא חוקי.';
|
||||
44
application/language/hebrew/number_lang.php
Normal file
44
application/language/hebrew/number_lang.php
Normal file
@@ -0,0 +1,44 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['terabyte_abbr'] = 'TB';
|
||||
$lang['gigabyte_abbr'] = 'GB';
|
||||
$lang['megabyte_abbr'] = 'MB';
|
||||
$lang['kilobyte_abbr'] = 'KB';
|
||||
$lang['bytes'] = 'Bytes';
|
||||
43
application/language/hebrew/pagination_lang.php
Normal file
43
application/language/hebrew/pagination_lang.php
Normal file
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['pagination_first_link'] = '‹ First';
|
||||
$lang['pagination_next_link'] = '>';
|
||||
$lang['pagination_prev_link'] = '<';
|
||||
$lang['pagination_last_link'] = 'Last ›';
|
||||
60
application/language/hebrew/profiler_lang.php
Normal file
60
application/language/hebrew/profiler_lang.php
Normal file
@@ -0,0 +1,60 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['profiler_database'] = 'DATABASE';
|
||||
$lang['profiler_controller_info'] = 'CLASS/METHOD';
|
||||
$lang['profiler_benchmarks'] = 'BENCHMARKS';
|
||||
$lang['profiler_queries'] = 'QUERIES';
|
||||
$lang['profiler_get_data'] = 'GET DATA';
|
||||
$lang['profiler_post_data'] = 'POST DATA';
|
||||
$lang['profiler_uri_string'] = 'URI STRING';
|
||||
$lang['profiler_memory_usage'] = 'MEMORY USAGE';
|
||||
$lang['profiler_config'] = 'CONFIG VARIABLES';
|
||||
$lang['profiler_session_data'] = 'SESSION DATA';
|
||||
$lang['profiler_headers'] = 'HTTP HEADERS';
|
||||
$lang['profiler_no_db'] = 'Database driver is not currently loaded';
|
||||
$lang['profiler_no_queries'] = 'No queries were run';
|
||||
$lang['profiler_no_post'] = 'No POST data exists';
|
||||
$lang['profiler_no_get'] = 'No GET data exists';
|
||||
$lang['profiler_no_uri'] = 'No URI data exists';
|
||||
$lang['profiler_no_memory'] = 'Memory Usage Unavailable';
|
||||
$lang['profiler_no_profiles'] = 'No Profile data - all Profiler sections have been disabled.';
|
||||
$lang['profiler_section_hide'] = 'Hide';
|
||||
$lang['profiler_section_show'] = 'Show';
|
||||
$lang['profiler_seconds'] = 'seconds';
|
||||
454
application/language/hebrew/translations_lang.php
Normal file
454
application/language/hebrew/translations_lang.php
Normal file
@@ -0,0 +1,454 @@
|
||||
<?php defined('BASEPATH') or exit('No direct script access allowed');
|
||||
// Hebrew
|
||||
$lang['page_title'] = 'קבע פגישה עם';
|
||||
$lang['service_and_provider'] = 'בחירת שירות וספק';
|
||||
$lang['select_service'] = 'בחירת שירות';
|
||||
$lang['select_provider'] = 'בחירת ספק';
|
||||
$lang['duration'] = 'אורך הפגישה';
|
||||
$lang['minutes'] = 'דקות';
|
||||
$lang['price'] = 'מחיר';
|
||||
$lang['back'] = 'חזרה';
|
||||
$lang['appointment_date_and_time'] = 'בחרו תאריך ושעה לפגישה';
|
||||
$lang['no_available_hours'] = 'אין שעות פגישה זמינות לתאריך שנבחר. אנא בחר תאריך אחר.';
|
||||
$lang['appointment_hour_missing'] = 'יש לבחור פגישה לפני המשך רישום!';
|
||||
$lang['customer_information'] = 'מלאו את הפרטים שלכם';
|
||||
$lang['first_name'] = 'שם פרטי';
|
||||
$lang['last_name'] = 'שם משפחה';
|
||||
$lang['email'] = 'אימייל';
|
||||
$lang['phone_number'] = 'מספר טלפון';
|
||||
$lang['phone'] = 'טלפון';
|
||||
$lang['address'] = 'כתובת';
|
||||
$lang['city'] = 'עיר';
|
||||
$lang['zip_code'] = 'מיקוד';
|
||||
$lang['notes'] = 'הערות';
|
||||
$lang['language'] = 'שפה';
|
||||
$lang['no_language'] = 'ללא שפה';
|
||||
$lang['fields_are_required'] = '!שדות המסומני ב * הינם שדות חובה';
|
||||
$lang['appointment_confirmation'] = 'אישור מועד הפגישה';
|
||||
$lang['confirm'] = 'אישור';
|
||||
$lang['update'] = 'עדכון';
|
||||
$lang['cancel_appointment_hint'] = 'לחץ על כפתור "ביטול" בכדי להסיר את הפגישה מתזמון החברה.';
|
||||
$lang['cancel'] = 'ביטול';
|
||||
$lang['appointment_registered'] = 'הפגישה שלך נרשמה בהצלחה!';
|
||||
$lang['cancel_appointment_title'] = 'ביטול פגישה';
|
||||
$lang['appointment_cancelled'] = 'הפגישה שלך בוטלה בהצלחה';
|
||||
$lang['appointment_cancelled_title'] = 'הפגישה בוטלה';
|
||||
$lang['reason'] = 'סיבה';
|
||||
$lang['appointment_removed_from_schedule'] = 'הפגישה הבאה הוסרה מלוח הזמנים של החברה.';
|
||||
$lang['appointment_details_was_sent_to_you'] = 'דוא"ל עם פרטי הפגישה נשלח אליך.';
|
||||
$lang['add_to_google_calendar'] = 'הוספה ליומן של גוגל';
|
||||
$lang['appointment_booked'] = 'הפגישה שלך הוזמנה בהצלחה!';
|
||||
$lang['thank_you_for_appointment'] = 'תודה שקבעת פגישה איתנו. למטה ניתן לראות את פרטי הפגישה. ניתן לבצע שינויים על ידי לחיצה על קישור הפגישה.';
|
||||
$lang['appointment_details_title'] = 'פרטי הפגישה';
|
||||
$lang['customer_details_title'] = 'פרטי הלקוח';
|
||||
$lang['service'] = 'שירות';
|
||||
$lang['provider'] = 'ספק';
|
||||
$lang['customer'] = 'לקוח';
|
||||
$lang['start'] = 'להתחלה';
|
||||
$lang['end'] = 'סיום';
|
||||
$lang['name'] = 'שם';
|
||||
$lang['appointment_link_title'] = 'קישור לפרטי הפגישה';
|
||||
$lang['success'] = 'הצלחה!';
|
||||
$lang['appointment_added_to_your_plan'] = 'פגישה חדשה נוספה לתוכנית שלך.';
|
||||
$lang['appointment_link_description'] = 'ניתן לבצע שינויים על ידי לחיצה על קישור הפגישה למטה.';
|
||||
$lang['appointment_locked'] = 'Modification impossible.';
|
||||
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.';
|
||||
$lang['appointment_not_found'] = 'פרטי הפגישה לא נמצאו!';
|
||||
$lang['appointment_does_not_exist_in_db'] = 'הפגישה שביקשת אינה קיימת יותר במאגר המערכת.';
|
||||
$lang['display_calendar'] = 'הצגת היומן';
|
||||
$lang['calendar'] = 'יומן';
|
||||
$lang['users'] = 'משתמשים';
|
||||
$lang['settings'] = 'הגדרות';
|
||||
$lang['log_out'] = 'יציאה';
|
||||
$lang['synchronize'] = 'סינכרון';
|
||||
$lang['enable_sync'] = 'אפשר סינכרון';
|
||||
$lang['disable_sync'] = 'בטל סינכרון';
|
||||
$lang['disable_sync_prompt'] = 'Are you sure that you want to disable the calendar synchronization?';
|
||||
$lang['reload'] = 'רענון';
|
||||
$lang['appointment'] = 'פגישה';
|
||||
$lang['unavailability'] = 'אינו זמין';
|
||||
$lang['week'] = 'שבוע';
|
||||
$lang['month'] = 'חודש';
|
||||
$lang['today'] = 'היום';
|
||||
$lang['not_working'] = 'העסק סגור';
|
||||
$lang['break'] = 'הפסקה';
|
||||
$lang['add'] = 'הוסף';
|
||||
$lang['edit'] = 'עריכה';
|
||||
$lang['hello'] = 'שלום';
|
||||
$lang['all_day'] = 'כל היום';
|
||||
$lang['manage_appointment_record_hint'] = 'נהל את כל רישומי הפגישות של הספקים והשירותים הזמינים.';
|
||||
$lang['select_filter_item_hint'] = 'בחר ספק או שירות והצג את הפגישות ביומן.';
|
||||
$lang['enable_appointment_sync_hint'] = 'אפשר סנכרון פגישות עם חשבון יומן הגוגל של הספק.';
|
||||
$lang['manage_customers_hint'] = 'נהל את הלקוחות הרשומים וצפה בהיסטוריית ההזמנות שלהם.';
|
||||
$lang['manage_services_hint'] = 'נהל את השירותים והקטגוריות הזמינות של המערכת.';
|
||||
$lang['manage_users_hint'] = 'נהל את משתמשי הניהול (מנהלי מערכת, ספקים, מזכירים).';
|
||||
$lang['settings_hint'] = 'הגדר הגדרות מערכת ומשתמשים.';
|
||||
$lang['log_out_hint'] = 'יציאה מהמערכת.';
|
||||
$lang['unavailability_periods_hint'] = 'במהלך המועדים אשר אינם זמינים הספק לא יקבל פגישות חדשות.';
|
||||
$lang['new_appointment_hint'] = 'צור פגישה חדשה ושמור אותה במסד הנתונים.';
|
||||
$lang['reload_appointments_hint'] = 'ריענון יומן הפגישות.';
|
||||
$lang['trigger_sync_hint'] = 'הפעלת תהליך הסנכרון של יומן גוגל.';
|
||||
$lang['appointment_updated'] = 'הפגישה עודכנה בהצלחה!';
|
||||
$lang['undo'] = 'לבטל';
|
||||
$lang['appointment_details_changed'] = 'פרטי הפגישה השתנו.';
|
||||
$lang['appointment_changes_saved'] = 'עדכון פרטי הפגישה נשמרו בהצלחה!';
|
||||
$lang['save'] = 'שמירה';
|
||||
$lang['new'] = 'חדש';
|
||||
$lang['select'] = 'בחירה';
|
||||
$lang['hide'] = 'הסתרה';
|
||||
$lang['type_to_filter_customers'] = 'הקלידו לסינון לקוחות.';
|
||||
$lang['clear_fields_add_existing_customer_hint'] = 'ניקוי השדות והזנת לקוח חדש.';
|
||||
$lang['pick_existing_customer_hint'] = 'בחירת לקוח קיים.';
|
||||
$lang['new_appointment_title'] = 'פגישה חדשה';
|
||||
$lang['edit_appointment_title'] = 'עריכת פגישה';
|
||||
$lang['delete_appointment_title'] = 'מחיקת פגישה';
|
||||
$lang['write_appointment_removal_reason'] = 'אנא הקדישו דקה בכדי לכתוב את הסיבה למחיקת הפגישה:';
|
||||
$lang['appointment_saved'] = 'הפגישה נשמרה בהצלחה!';
|
||||
$lang['new_unavailability_title'] = ' מועד לא זמין חדש';
|
||||
$lang['edit_unavailability_title'] = 'עריכת מועד לא זמין';
|
||||
$lang['unavailability_saved'] = 'מועד לא זמין נשמר בהצלחה!';
|
||||
$lang['start_date_before_end_error'] = 'ערך תאריך ההתחלה גדול מתאריך הסיום!';
|
||||
$lang['invalid_duration'] = 'Invalid duration.';
|
||||
$lang['invalid_email'] = 'כתובת דוא"ל לא חוקית!';
|
||||
$lang['customers'] = 'לקוחות';
|
||||
$lang['details'] = 'פרטים';
|
||||
$lang['no_records_found'] = 'לא נמצאו רשומות...';
|
||||
$lang['services'] = 'שירותים';
|
||||
$lang['duration_minutes'] = 'משך (דקות)';
|
||||
$lang['currency'] = 'מטבע';
|
||||
$lang['category'] = 'קטגוריה';
|
||||
$lang['no_category'] = 'ללא קטגוריה';
|
||||
$lang['description'] = 'תיאור';
|
||||
$lang['categories'] = 'קטגוריות';
|
||||
$lang['admins'] = 'מנהלים';
|
||||
$lang['providers'] = 'ספקים';
|
||||
$lang['secretaries'] = 'מזכירים';
|
||||
$lang['mobile_number'] = 'מספר נייד';
|
||||
$lang['mobile'] = 'נייד';
|
||||
$lang['state'] = 'מדינה';
|
||||
$lang['username'] = 'שם משתמש';
|
||||
$lang['password'] = 'סיסמה';
|
||||
$lang['retype_password'] = 'אימות סיסמה';
|
||||
$lang['receive_notifications'] = 'קבלת התראות';
|
||||
$lang['passwords_mismatch'] = 'אי התאמה בין סיסמאות!';
|
||||
$lang['admin_saved'] = 'מנהל המערכת נשמר בהצלחה!';
|
||||
$lang['provider_saved'] = 'הספק נשמר בהצלחה!';
|
||||
$lang['secretary_saved'] = 'המזכיר/ה נשמר בהצלחה!';
|
||||
$lang['admin_deleted'] = 'מנהל המערכת נמחק בהצלחה!';
|
||||
$lang['provider_deleted'] = 'הספק נמחק בהצלחה!';
|
||||
$lang['secretary_deleted'] = 'המזכיר/ה נמחק בהצלחה!';
|
||||
$lang['service_saved'] = 'השירות נשמר בהצלחה!';
|
||||
$lang['service_category_saved'] = 'קטגוריית השירות נשמרה בהצלחה!';
|
||||
$lang['service_deleted'] = 'השירות נמחק בהצלחה!';
|
||||
$lang['service_category_deleted'] = 'קטגוריית השירות נמחקה בהצלחה!';
|
||||
$lang['customer_saved'] = 'הלקוח נשמר בהצלחה!';
|
||||
$lang['customer_deleted'] = 'הלקוח נמחק בהצלחה!';
|
||||
$lang['current_view'] = 'תצוגה נוכחית';
|
||||
$lang['working_plan'] = 'תוכנית עבודה';
|
||||
$lang['reset_plan'] = 'אפס תוכנית';
|
||||
$lang['monday'] = 'שני';
|
||||
$lang['tuesday'] = 'שלישי';
|
||||
$lang['wednesday'] = 'רביעי';
|
||||
$lang['thursday'] = 'חמישי';
|
||||
$lang['friday'] = 'שישי';
|
||||
$lang['saturday'] = 'שבת';
|
||||
$lang['sunday'] = 'ראשון';
|
||||
$lang['breaks'] = 'הפסקות';
|
||||
$lang['add_breaks_during_each_day'] = 'הוסיפו את הפסקות העבודה בכל יום. בהפסקות הספק לא יקבל פגישות כלשהן.';
|
||||
$lang['day'] = 'יום';
|
||||
$lang['days'] = 'ימים';
|
||||
$lang['actions'] = 'פעולות';
|
||||
$lang['reset_working_plan_hint'] = 'איפוס תוכנית העבודה חזרה לערכי ברירת המחדל.';
|
||||
$lang['company_name'] = 'שם החברה';
|
||||
$lang['company_name_hint'] = 'שם החברה יוצג בכל מקום במערכת (חובה).';
|
||||
$lang['company_email'] = 'דוא"ל של החברה';
|
||||
$lang['company_email_hint'] = 'זו תהיה כתובת הדוא"ל של החברה. כתובת זו תשמש כשולח וכתובת התשובה של דוא"ל המערכת (חובה).';
|
||||
$lang['company_link'] = 'קישור חברה';
|
||||
$lang['company_link_hint'] = 'קישור החברה צריך לקשר לאתר הרשמי של החברה (חובה).';
|
||||
$lang['go_to_booking_page'] = 'עבור לדף ההזמנות';
|
||||
$lang['settings_saved'] = 'ההגדרות נשמרו בהצלחה!';
|
||||
$lang['general'] = 'כללי';
|
||||
$lang['booking'] = 'Booking';
|
||||
$lang['visible'] = 'גלוי';
|
||||
$lang['hidden'] = 'מוּסתָר';
|
||||
$lang['business_logic'] = 'לוגיקה עסקית';
|
||||
$lang['current_user'] = 'משתמש נוכחי';
|
||||
$lang['about_app'] = 'אודות Easy!Appointments';
|
||||
$lang['edit_working_plan_hint'] = 'סמן מתחת את הימים והשעות שהחברה שלך תקבל פגישות. תוכל להתאים פגישות בשעות שאינן שעות העבודה אך הלקוחות לא יוכלו להזמין פגישות למועדים אלו. תוכנית עבודה זו תהיה ברירת המחדל עבור כל ספק חדש שנרשם, ניתן לשנות עבור כל ספק את התוכנית עבודה בנפרד על ידי עריכת הרשומה שלו. לאחר מכן תוכלו להוסיף את זממני הפסקות.';
|
||||
$lang['edit_breaks_hint'] = 'הוסף את מועדי הפסקות העבודה בכל יום. הפסקות אלה יוחלו על כל הספקים החדשים.';
|
||||
$lang['book_advance_timeout'] = 'הגדירו מועדי אי פעילות מתקדמים';
|
||||
$lang['book_advance_timeout_hint'] = 'הגדר את זמן קצוב (בדקות) לפני שהלקוחות יכולים להזמין או לתאם פגישות עם החברה.';
|
||||
$lang['timeout_minutes'] = 'Timeout (Minutes)';
|
||||
$lang['about_app_info'] = 'Easy!Appointments is a highly customizable web application that allows your customers to book appointments with you via the web. Moreover, it provides the ability to sync your data with Google Calendar so you can use them with other services.';
|
||||
$lang['current_version'] = 'Current Version';
|
||||
$lang['support'] = 'Support';
|
||||
$lang['about_app_support'] = 'If you encounter any problems when using Easy!Appointments you can search the official Google Group for answers. You might also need to create a new issue on the Google Code page in order to help the development progress.';
|
||||
$lang['official_website'] = 'Official Website';
|
||||
$lang['google_plus_community'] = 'Google+ Community';
|
||||
$lang['support_group'] = 'Support Group';
|
||||
$lang['project_issues'] = 'Project Issues';
|
||||
$lang['license'] = 'License';
|
||||
$lang['about_app_license'] = 'Easy!Appointments is licensed under the GPLv3 license. By using the code of Easy!Appointments in any way you are agreeing to the terms described in the following url:';
|
||||
$lang['logout_success'] = 'נותקת בהצלחה! לחץ על אחד מהכפתורים הבאים בכדי לנווט לדף אחר.';
|
||||
$lang['book_appointment_title'] = 'קיבעו פגישה';
|
||||
$lang['backend_section'] = 'ממשק הניהול';
|
||||
$lang['you_need_to_login'] = 'ברוכים הבאים! עליכם להתחבר על מנת להכנס לממש הניהול.';
|
||||
$lang['enter_username_here'] = 'יש להזין את שם המשתמש כאן ...';
|
||||
$lang['enter_password_here'] = 'יש להזין את הסיסמה כאן ...';
|
||||
$lang['login'] = 'התחברות';
|
||||
$lang['forgot_your_password'] = 'שכחת את הסיסמה?';
|
||||
$lang['login_failed'] = 'הכניסה נכשלה, יש להזין את הפרטים הנכונים ולנסות שוב.';
|
||||
$lang['type_username_and_email_for_new_password'] = 'יש להזין את שם המשתמש ואת כתובת הדוא"ל שלך בכדי לקבל את הסיסמה החדשה שלך.';
|
||||
$lang['enter_email_here'] = 'יש להזין את הדוא"ל שלך כאן ...';
|
||||
$lang['regenerate_password'] = 'צרו סיסמה חדשה';
|
||||
$lang['go_to_login'] = 'בחזרה לדף הכניסה';
|
||||
$lang['new_password_sent_with_email'] = 'הסיסמה החדשה שלך נשלחה אליך באמצעות הדוא"ל.';
|
||||
$lang['new_account_password'] = 'סיסמא חדשה';
|
||||
$lang['new_password_is'] = 'סיסמת החשבון החדשה שלך היא $password. יש לשמור את הודעת הדוא"ל זו כדי לשחזר את הסיסמה שלך במידת הצורך. ניתן גם לשנות סיסמה זו בסיסמה חדשה בדף ההגדרות.';
|
||||
$lang['delete_record_prompt'] = 'האם את/ה מאשר/ת שברצונך למחוק רשומה זו? לא ניתן לבטל פעולה זו.';
|
||||
$lang['delete_admin'] = 'מחיקת מנהל מערכת';
|
||||
$lang['delete_customer'] = 'מחיקת לקוח';
|
||||
$lang['delete_service'] = 'מחיקת שירות';
|
||||
$lang['delete_service_category'] = 'מחיקת קטגורית שירות';
|
||||
$lang['delete_provider'] = 'מחיקת ספק';
|
||||
$lang['delete_secretary'] = 'מחיקת מזכיר/ה';
|
||||
$lang['delete_appointment'] = 'מחיקת פגישה';
|
||||
$lang['delete_unavailability'] = 'מחיקת לו"ז לא זמין';
|
||||
$lang['delete'] = 'מחיקה';
|
||||
$lang['unexpected_issues'] = 'שגיאות לא צפויות';
|
||||
$lang['unexpected_issues_message'] = 'הפעולה לא הצליחה להסתיים בגלל בעיות בלתי צפויות.';
|
||||
$lang['close'] = 'סגירה';
|
||||
$lang['page_not_found'] = 'הדף לא נמצא';
|
||||
$lang['page_not_found_message'] = 'למרבה הצער הדף שביקשת אינו קיים. יש לבדוק את כתובת האתר של הדפדפן שלך או עבור למיקום אחר באמצעות הכפתורים למטה.';
|
||||
$lang['error'] = 'שגיאה';
|
||||
$lang['no_privileges'] = 'אין הרשאות';
|
||||
$lang['no_privileges_message'] = 'אין לך את ההרשאות הנדרשות כדי להציג דף זה. יש לנווט לאזור אחר.';
|
||||
$lang['backend_calendar'] = 'יומן מנהל';
|
||||
$lang['start_date_time'] = 'תאריך / שעת התחלה';
|
||||
$lang['end_date_time'] = 'תאריך / שעת סיום';
|
||||
$lang['licensed_under'] = 'רשיון על ידי';
|
||||
$lang['unexpected_issues_occurred'] = 'התרחשו בעיות לא צפויות!';
|
||||
$lang['service_communication_error'] = 'אירעה שגיאת תקשורת שרתים, אנא נסה שוב.';
|
||||
$lang['no_privileges_edit_appointments'] = 'אין לך את ההרשאות הנדרשות לעריכת פגישות.';
|
||||
$lang['unavailability_updated'] = 'מועד לא זמין עודכן בהצלחה!';
|
||||
$lang['appointments'] = 'פגישות';
|
||||
$lang['unexpected_warnings'] = 'אזהרות בלתי צפויות';
|
||||
$lang['unexpected_warnings_message'] = 'הפעולה הסתיימה אך הופיעו כמה אזהרות.';
|
||||
$lang['filter'] = 'סינון';
|
||||
$lang['clear'] = 'ניקוי';
|
||||
$lang['uncategorized'] = 'ללא קטגוריה';
|
||||
$lang['username_already_exists'] = 'שם משתמש כבר קיים.';
|
||||
$lang['password_length_notice'] = 'הסיסמה חייבת להיות באורך של לפחות $number תווים.';
|
||||
$lang['general_settings'] = 'הגדרות כלליות';
|
||||
$lang['personal_information'] = 'מידע אישי';
|
||||
$lang['system_login'] = 'כניסה למערכת';
|
||||
$lang['user_settings_are_invalid'] = 'הגדרות המשתמש אינן חוקיות! יש לבדוק את ההגדרות שלך ונסה שוב.';
|
||||
$lang['add_break'] = 'הוספת הפסקה';
|
||||
$lang['january'] = 'ינואר';
|
||||
$lang['february'] = 'פברואר';
|
||||
$lang['march'] = 'מרץ';
|
||||
$lang['april'] = 'אפריל';
|
||||
$lang['may'] = 'מאי';
|
||||
$lang['june'] = 'יוני';
|
||||
$lang['july'] = 'יולי';
|
||||
$lang['august'] = 'אוגוסט';
|
||||
$lang['september'] = 'ספטמבר';
|
||||
$lang['october'] = 'אורטובר';
|
||||
$lang['november'] = 'נובמבר';
|
||||
$lang['december'] = 'דצמבר';
|
||||
$lang['previous'] = 'הקודם';
|
||||
$lang['next'] = 'הבא';
|
||||
$lang['now'] = 'עכשיו';
|
||||
$lang['select_time'] = 'בחירת תיזמון';
|
||||
$lang['time'] = 'זמן';
|
||||
$lang['hour'] = 'שעה';
|
||||
$lang['minute'] = 'דקות';
|
||||
$lang['calendar_sync_completed'] = 'הסנכרון ל גוגל הושלם בהצלחה!';
|
||||
$lang['calendar_sync_failed'] = 'הסנכרון ל גוגל נכשל: לא ניתן היה ליצור חיבור שרת.';
|
||||
$lang['select_sync_calendar'] = 'בחירת יומן גוגל';
|
||||
$lang['select_sync_calendar_prompt'] = 'יש לבחור את יומן שברצונך לסנכרן אליו את הפגישות שלך. אם אינך רוצה לבחור יומן ספציפי, היומן הראשי ישמש את ברירת המחדל.';
|
||||
$lang['sync_calendar_selected'] = 'יומן גוגל נבחר בהצלחה!';
|
||||
$lang['oops_something_went_wrong'] = 'אופס! משהו השתבש!';
|
||||
$lang['ea_update_success'] = 'Easy!Appointments עודכן בהצלחה!';
|
||||
$lang['require_captcha'] = 'דרוש CAPTCHA';
|
||||
$lang['require_captcha_hint'] = 'כאשר אפשרות זו מופעלת, הלקוחות יצטרכו להקליד מחרוזת CAPTCHA אקראית לפני שהם מזמינים / מעדכנים פגישה.';
|
||||
$lang['captcha_is_wrong'] = 'אימות CAPTCHA נכשל, נסה שוב.';
|
||||
$lang['any_provider'] = 'כל ספק';
|
||||
$lang['requested_hour_is_unavailable'] = 'לצערנו הפגישה המבוקשת אינה זמינה. יש לבחור שעה אחרת לפגישה שלך.';
|
||||
$lang['customer_notifications'] = 'התראות לקוח';
|
||||
$lang['customer_notifications_hint'] = 'מגדיר האם הלקוח יקבל התראות בדוא"ל בכל פעם שיש שינוי בלוח הזמנים באחת הפגישות שלו.';
|
||||
$lang['date_format'] = 'פורמט תאריך';
|
||||
$lang['date_format_hint'] = 'שנה את פורמט תצוגת התאריך (D - יום, M - חודש, Y - שנה).';
|
||||
$lang['time_format'] = 'פורמט שעות';
|
||||
$lang['time_format_hint'] = 'שנה את פורמט תצוגת השעות (H - שעות, M - דקות).';
|
||||
$lang['first_weekday'] = 'היום הראשון בשבוע';
|
||||
$lang['first_weekday_hint'] = 'הגדירו את היום הראשון ביומן בשבוע';
|
||||
$lang['google_analytics_code_hint'] = 'הוסף את מזהה Google Analytics שלך בכדי להכליל אותו בדף ההזמנה.';
|
||||
$lang['availabilities_type'] = 'סוג הזמינות';
|
||||
$lang['flexible'] = 'גמיש';
|
||||
$lang['fixed'] = 'מוחלט';
|
||||
$lang['attendants_number'] = 'מספר משתתפים';
|
||||
$lang['reset_working_plan'] = 'אפס את תוכנית העבודה בחזרה לערכי ברירת המחדל.';
|
||||
$lang['legal_contents'] = 'תוכן משפטי';
|
||||
$lang['cookie_notice'] = 'הודעת עוגיות';
|
||||
$lang['display_cookie_notice'] = 'הצגת הודעת עוגיות';
|
||||
$lang['cookie_notice_content'] = 'תוכן של הודעת עוגיות';
|
||||
$lang['terms_and_conditions'] = 'תנאי שימוש והגבלות';
|
||||
$lang['display_terms_and_conditions'] = 'הצגת תנאי שימוש והגבלות';
|
||||
$lang['terms_and_conditions_content'] = ' תוכן תנאי שימוש והגבלות';
|
||||
$lang['privacy_policy'] = 'מדיניות פרטיות';
|
||||
$lang['display_privacy_policy'] = 'הצגת מדיניות פרטיות';
|
||||
$lang['privacy_policy_content'] = 'תוכן מדיניות פרטיות';
|
||||
$lang['website_using_cookies_to_ensure_best_experience'] = 'אתר זה משתמש בעוגיות כדי להבטיח שתקבל את החוויה הטובה ביותר באתר שלנו.';
|
||||
$lang['read_and_agree_to_terms_and_conditions'] = 'קראתי את {$link} תנאי השימוש וההגבלות {/$link} ואני מאשר/ת הסכמה לתנאים.';
|
||||
$lang['read_and_agree_to_privacy_policy'] = 'קראתי את {$link} מדיניות הפרטיות {/$link} ואני מאשר/ת הסכמה לתנאים.';
|
||||
$lang['delete_personal_information_hint'] = 'מחק את כל המידע האישי מהמערכת.';
|
||||
$lang['delete_personal_information'] = 'מחק מידע אישי';
|
||||
$lang['delete_personal_information_prompt'] = 'האם את/ה בטוח/ה שברצונך למחוק את המידע האישי שלך? לא ניתן לבטל פעולה זו.';
|
||||
$lang['location'] = 'מיקום';
|
||||
$lang['working_plan_exception'] = 'חריגה בתכנית עבודה';
|
||||
$lang['working_plan_exceptions'] = 'חריגות בתכנית עבודה';
|
||||
$lang['working_plan_exceptions_hint'] = 'הוספת יום חריג של תוכנית עבודה, מחוץ לתוכנית העבודה.';
|
||||
$lang['new_working_plan_exception_title'] = 'הוספת חריגה בתכנית עבודה';
|
||||
$lang['working_plan_exception_saved'] = 'הוספת חריגה בתוכנית העבודה נשמרה בהצלחה.';
|
||||
$lang['working_plan_exception_deleted'] = 'חריגות בתוכנית העבודה נמחקו בהצלחה.';
|
||||
$lang['add_working_plan_exceptions_during_each_day'] = 'הוספת חריגה בתוכנית עבודה, מחוץ לתוכנית העבודה.';
|
||||
$lang['add_working_plan_exception'] = 'הוספת חריגה בתכנית עבודה';
|
||||
$lang['require_phone_number'] = 'נדרש מספר טלפון';
|
||||
$lang['require_phone_number_hint'] = 'כאשר אפשרות זו מופעלת, לקוחות ומשתמשים יצטרכו להזין את מספר הטלפון בעת הזמנת פגישה';
|
||||
$lang['check_spam_folder'] = 'אם הדוא"ל אינו מגיע תוך מספר דקות יש לבדוק את תיקיית הספאם שלך .';
|
||||
$lang['api_token_hint'] = 'הגדר טוקן סודי על מנת לאפשר אימות מבוסס טוקן בממשק ה- API של Easy! Appointments.';
|
||||
$lang['timezone'] = 'אזור זמן';
|
||||
$lang['overwrite_existing_working_plans'] = 'פעולה זו תחליף את כל תוכניות העבודה של הספקים הקיימים, האם את/ה בטוח/ה שברצונך להמשיך?';
|
||||
$lang['working_plans_got_updated'] = 'כל תוכניות העבודה עודכנו.';
|
||||
$lang['apply_to_all_providers'] = 'החל על כל הספקים';
|
||||
$lang['display_any_provider'] = 'הצג אפשרוית של כל ספק אפשרי';
|
||||
$lang['display_any_provider_hint'] = 'לדף ההזמנה תתוסף אפשרות נוספת המאפשרת ללקוחות להזמין מבלי לציין ספק.';
|
||||
$lang['load_more'] = 'טען עוד';
|
||||
$lang['list'] = 'רשימה';
|
||||
$lang['default'] = 'בְּרִירַת מֶחדָל';
|
||||
$lang['table'] = 'טבלה';
|
||||
$lang['date'] = 'תאריך';
|
||||
$lang['about'] = 'אודות';
|
||||
$lang['booking_settings'] = 'הגדרות הזמנה';
|
||||
$lang['display'] = 'תצוגה';
|
||||
$lang['require'] = 'דרוש';
|
||||
$lang['color'] = 'צבע';
|
||||
$lang['matomo_analytics_url_hint'] = 'הוסף את ה-URL של התקנת Matomo שלך כדי לאפשר למטומו לעקוב אחר דפי ההזמנה.';
|
||||
$lang['invalid_phone'] = 'מספר טלפון לא תקין.';
|
||||
$lang['legal'] = 'חוקי';
|
||||
$lang['business'] = 'עסק';
|
||||
$lang['account'] = 'חשבון';
|
||||
$lang['disable_booking'] = 'כבוי הזמנה';
|
||||
$lang['disable_booking_hint'] = 'עמוד ההזמנה יהיה כבוי כל עוד הגדרה זו פעילה ולקוחות לא יוכלו להירשם לפגישות חדשות.';
|
||||
$lang['display_message'] = 'הצג הודעה';
|
||||
$lang['booking_is_disabled'] = 'ההזמנה כבויה!';
|
||||
$lang['appearance'] = 'מראה';
|
||||
$lang['company_logo'] = 'לוגו החברה';
|
||||
$lang['company_logo_hint'] = 'לוגו החברה יוצג במקומות רבים באפליקציה, כולל עמוד ההזמנה ודוא"ל ההודעות (קובץ תמונה, מקסימום 2MB).';
|
||||
$lang['company_color'] = 'צבע החברה';
|
||||
$lang['company_color_hint'] = 'צבע החברה ייושם בכל האפליקציה כך שהאפליקציה תשתמש במיתוג שלך.';
|
||||
$lang['localization'] = 'איפיון מקומי';
|
||||
$lang['integrations'] = 'אינטגרציות';
|
||||
$lang['company'] = 'חברה';
|
||||
$lang['remove'] = 'הסר';
|
||||
$lang['login_button'] = 'כפתור כניסה';
|
||||
$lang['display_login_button_hint'] = 'מגדיר אם כפתור הכניסה מוצג בעמוד ההזמנה.';
|
||||
$lang['private'] = 'פרטי';
|
||||
$lang['private_hint'] = 'רשומות פרטיות לא יוצגו או יעובדו בעמודים ציבוריים כגון עמוד ההזמנה.';
|
||||
$lang['reset'] = 'איפוס';
|
||||
$lang['all'] = 'כל';
|
||||
$lang['booking_link'] = 'קישור הזמנה';
|
||||
$lang['add_new_event'] = 'הוסף אירוע חדש';
|
||||
$lang['what_kind_of_event'] = 'איזה סוג אירוע תרצה להוסיף?';
|
||||
$lang['theme'] = 'נושא';
|
||||
$lang['limit_customer_access'] = 'הגבל גישת לקוחות';
|
||||
$lang['limit_customer_access_hint'] = 'אם מופעל, ספקים ומזכירים יוכלו לגשת רק ללקוחות שיש להם פגישה איתם.';
|
||||
$lang['url'] = 'URL';
|
||||
$lang['secret_token'] = 'אסימון סודי';
|
||||
$lang['verify_ssl'] = 'אמת SSL';
|
||||
$lang['appointment_save'] = 'שמור פגישה';
|
||||
$lang['appointment_delete'] = 'מחק פגישה';
|
||||
$lang['unavailability_save'] = 'שמור חוסר זמינות';
|
||||
$lang['unavailability_delete'] = 'מחק חוסר זמינות';
|
||||
$lang['customer_save'] = 'שמור לקוח';
|
||||
$lang['customer_delete'] = 'מחק לקוח';
|
||||
$lang['service_save'] = 'שמור שירות';
|
||||
$lang['service_delete'] = 'מחק שירות';
|
||||
$lang['service_category_save'] = 'שמור קטגוריה';
|
||||
$lang['service_category_delete'] = 'מחק קטגוריה';
|
||||
$lang['provider_save'] = 'שמור ספק';
|
||||
$lang['provider_delete'] = 'מחק ספק';
|
||||
$lang['secretary_save'] = 'שמור מזכיר';
|
||||
$lang['secretary_delete'] = 'מחק מזכיר';
|
||||
$lang['admin_save'] = 'שמור מנהל';
|
||||
$lang['admin_delete'] = 'מחק מנהל';
|
||||
$lang['options'] = 'אפשרויות';
|
||||
$lang['webhooks'] = 'Webhooks';
|
||||
$lang['webhooks_info'] = 'Webhooks מאפשרים לך לשלוח התראות HTTP לאפליקציות אינטרנט חיצוניות בתגובה לאירועים שונים באפליקציה, כגון יצירת פגישה או הסרת לקוח.';
|
||||
$lang['integrations_info'] = 'אינטגרציות מאפשרות לך לבצע חיבורים עם אפליקציות חיצוניות ו-APIs.';
|
||||
$lang['configure'] = 'הגדר';
|
||||
$lang['google_analytics'] = 'Google Analytics';
|
||||
$lang['google_analytics_info'] = 'Google Analytics מאפשרים לך להוסיף אוטומטית את קוד המעקב והסימון HTML לעמוד הציבורי ולעקוב אחר כל הסשנים הציבוריים של ההזמנה.';
|
||||
$lang['matomo_analytics'] = 'Matomo Analytics';
|
||||
$lang['matomo_analytics_info'] = 'Matomo Analytics מאפשרים לך להוסיף אוטומטית את קוד המעקב והסימון HTML לעמוד הציבורי ולעקוב אחר כל הסשנים הציבוריים של ההזמנה.';
|
||||
$lang['api'] = 'API';
|
||||
$lang['api_info'] = 'API מאפשרים לך אינטראקציה עם כל הנתונים של Easy!Appointments דרך פרוטוקול HTTP וה-endpoints הזמינים וליצור אינטגרציות משלך.';
|
||||
$lang['google_analytics_code'] = 'קוד Google Analytics';
|
||||
$lang['matomo_analytics_url'] = 'URL Matomo Analytics';
|
||||
$lang['future_booking_limit'] = 'מגבלת הזמנה עתידית';
|
||||
$lang['limit_days'] = 'מגבלה (ימים)';
|
||||
$lang['future_booking_limit_hint'] = 'הגדר את המגבלה העתידית בימים שלפיה הלקוחות יכולים לקבוע פגישות דרך עמוד ההזמנה הציבורי.';
|
||||
$lang['api_token'] = 'אסימון API';
|
||||
$lang['allow_rescheduling_cancellation_before'] = 'אפשר שינוי/ביטול לפני';
|
||||
$lang['at_least_one_field'] = 'על לפחות שדה אחד להופיע בעמוד ההזמנה.';
|
||||
$lang['status'] = 'סטטוס';
|
||||
$lang['appointment_status_options'] = 'אפשרויות סטטוס פגישה';
|
||||
$lang['appointment_status_options_info'] = 'הגדר רשימה של אפשרויות סטטוס פגישה זמינות שניתן להשתמש בהן בעמוד הלוח (הראשונה תהפוך אוטומטית לערך ברירת המחדל).';
|
||||
$lang['sunday_short'] = 'א';
|
||||
$lang['monday_short'] = 'ב';
|
||||
$lang['tuesday_short'] = 'ג';
|
||||
$lang['wednesday_short'] = 'ד';
|
||||
$lang['thursday_short'] = 'ה';
|
||||
$lang['friday_short'] = 'ו';
|
||||
$lang['saturday_short'] = 'ש';
|
||||
$lang['january_short'] = 'ינו';
|
||||
$lang['february_short'] = 'פבר';
|
||||
$lang['march_short'] = 'מרץ';
|
||||
$lang['april_short'] = 'אפר';
|
||||
$lang['may_short'] = 'מאי';
|
||||
$lang['june_short'] = 'יונ';
|
||||
$lang['july_short'] = 'יול';
|
||||
$lang['august_short'] = 'אוג';
|
||||
$lang['september_short'] = 'ספט';
|
||||
$lang['october_short'] = 'אוק';
|
||||
$lang['november_short'] = 'נוב';
|
||||
$lang['december_short'] = 'דצמ';
|
||||
$lang['am'] = 'אחה״צ';
|
||||
$lang['pm'] = 'בוקר';
|
||||
$lang['to'] = 'ל';
|
||||
$lang['click_to_toggle'] = 'לחץ כדי להפעיל/כבה';
|
||||
$lang['week_short'] = 'שבוע';
|
||||
$lang['scroll_to_increment'] = 'גלול כדי להגדיל';
|
||||
$lang['year'] = 'שנה';
|
||||
$lang['make_non_working_day'] = 'ספק זה לא יהיה זמין לעבודה ביום הנבחר.';
|
||||
$lang['no_breaks'] = 'ללא הפסקות';
|
||||
$lang['service_categories'] = 'קטגוריות שירות';
|
||||
$lang['service_category'] = 'קטגוריית שירות';
|
||||
$lang['blocked_period_saved'] = 'התקופה החסומה נשמרה בהצלחה.';
|
||||
$lang['blocked_period_deleted'] = 'התקופה החסומה נמחקה בהצלחה.';
|
||||
$lang['delete_blocked_period'] = 'מחק תקופה חסומה';
|
||||
$lang['blocked_period'] = 'תקופה חסומה';
|
||||
$lang['blocked_periods'] = 'תקופות חסומות';
|
||||
$lang['blocked_period_save'] = 'שמור תקופה חסומה';
|
||||
$lang['blocked_period_delete'] = 'מחק תקופה חסומה';
|
||||
$lang['blocked_periods_hint'] = 'הגדר תקופות זמן שבהן ההזמנות הציבוריות יהיו מושבתות לכל הספקים (למשל, תאריכי סגירה, חגים וכו\').';
|
||||
$lang['custom_field'] = 'שדה מותאם אישית';
|
||||
$lang['custom_fields'] = 'שדות מותאמים אישית';
|
||||
$lang['label'] = 'תווית';
|
||||
$lang['webhook_saved'] = 'WebHook נשמר בהצלחה.';
|
||||
$lang['webhook_deleted'] = 'WebHook נמחק בהצלחה.';
|
||||
$lang['delete_webhook'] = 'מחק WebHook';
|
||||
$lang['contact_info'] = 'מידע ליצירת קשר';
|
||||
$lang['secret_header'] = 'Secret Header';
|
||||
// End
|
||||
58
application/language/hebrew/unit_test_lang.php
Normal file
58
application/language/hebrew/unit_test_lang.php
Normal file
@@ -0,0 +1,58 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['ut_test_name'] = 'Test Name';
|
||||
$lang['ut_test_datatype'] = 'Test Datatype';
|
||||
$lang['ut_res_datatype'] = 'Expected Datatype';
|
||||
$lang['ut_result'] = 'Result';
|
||||
$lang['ut_undefined'] = 'Undefined Test Name';
|
||||
$lang['ut_file'] = 'File Name';
|
||||
$lang['ut_line'] = 'Line Number';
|
||||
$lang['ut_passed'] = 'Passed';
|
||||
$lang['ut_failed'] = 'Failed';
|
||||
$lang['ut_boolean'] = 'Boolean';
|
||||
$lang['ut_integer'] = 'Integer';
|
||||
$lang['ut_float'] = 'Float';
|
||||
$lang['ut_double'] = 'Float'; // can be the same as float
|
||||
$lang['ut_string'] = 'String';
|
||||
$lang['ut_array'] = 'Array';
|
||||
$lang['ut_object'] = 'Object';
|
||||
$lang['ut_resource'] = 'Resource';
|
||||
$lang['ut_null'] = 'Null';
|
||||
$lang['ut_notes'] = 'Notes';
|
||||
55
application/language/hebrew/upload_lang.php
Normal file
55
application/language/hebrew/upload_lang.php
Normal file
@@ -0,0 +1,55 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['upload_userfile_not_set'] = 'Unable to find a post variable called userfile.';
|
||||
$lang['upload_file_exceeds_limit'] = 'The uploaded file exceeds the maximum allowed size in your PHP configuration file.';
|
||||
$lang['upload_file_exceeds_form_limit'] = 'The uploaded file exceeds the maximum size allowed by the submission form.';
|
||||
$lang['upload_file_partial'] = 'The file was only partially uploaded.';
|
||||
$lang['upload_no_temp_directory'] = 'The temporary folder is missing.';
|
||||
$lang['upload_unable_to_write_file'] = 'The file could not be written to disk.';
|
||||
$lang['upload_stopped_by_extension'] = 'The file upload was stopped by extension.';
|
||||
$lang['upload_no_file_selected'] = 'You did not select a file to upload.';
|
||||
$lang['upload_invalid_filetype'] = 'The filetype you are attempting to upload is not allowed.';
|
||||
$lang['upload_invalid_filesize'] = 'The file you are attempting to upload is larger than the permitted size.';
|
||||
$lang['upload_invalid_dimensions'] = 'The image you are attempting to upload doesn\'t fit into the allowed dimensions.';
|
||||
$lang['upload_destination_error'] = 'A problem was encountered while attempting to move the uploaded file to the final destination.';
|
||||
$lang['upload_no_filepath'] = 'The upload path does not appear to be valid.';
|
||||
$lang['upload_no_file_types'] = 'You have not specified any allowed file types.';
|
||||
$lang['upload_bad_filename'] = 'The file name you submitted already exists on the server.';
|
||||
$lang['upload_not_writable'] = 'The upload destination folder does not appear to be writable.';
|
||||
Reference in New Issue
Block a user