forked from mirrors/easyappointments
Added missing translation keys in language files
This commit is contained in:
parent
ecdb7a662e
commit
0af112723d
26 changed files with 184 additions and 49 deletions
|
@ -16,10 +16,13 @@ $lang['first_name'] = 'الاسم الأول';
|
|||
$lang['last_name'] = 'العائلة';
|
||||
$lang['email'] = 'البريد الإلكتروني';
|
||||
$lang['phone_number'] = 'رقم الجوال';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = 'العنوان';
|
||||
$lang['city'] = 'المدينة';
|
||||
$lang['zip_code'] = 'الرمز البريدي';
|
||||
$lang['notes'] = 'ملاحظات';
|
||||
$lang['language'] = 'Language';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = 'الحقول ب* مطلوب تعبئتها';
|
||||
$lang['appointment_confirmation'] = 'تأكيد الموعد';
|
||||
$lang['confirm'] = 'تأكيد';
|
||||
|
@ -50,6 +53,8 @@ $lang['appointment_added_to_google_calendar'] = 'تم اضافة الموعد ا
|
|||
$lang['view_appointment_in_google_calendar'] = ' اضغط هنا لمشاهدة الموعد على تقويم جوجل الخاص بحسابك ';
|
||||
$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'] = 'اظهار التقويم';
|
||||
|
@ -121,6 +126,7 @@ $lang['admins'] = 'المسؤولين';
|
|||
$lang['providers'] = 'المزودون';
|
||||
$lang['secretaries'] = 'السيكرتاريين';
|
||||
$lang['mobile_number'] = 'رقم الهاتف';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'الحالة';
|
||||
$lang['username'] = 'اسم المستخدم';
|
||||
$lang['password'] = 'كلمة المرور';
|
||||
|
|
|
@ -16,10 +16,13 @@ $lang['first_name'] = 'Име';
|
|||
$lang['last_name'] = 'Фамилия';
|
||||
$lang['email'] = 'електронна поща';
|
||||
$lang['phone_number'] = 'Телефонен номер';
|
||||
$lang['phone'] = 'Телефонен';
|
||||
$lang['address'] = 'Адрес';
|
||||
$lang['city'] = 'Град';
|
||||
$lang['zip_code'] = 'Пощенски Код';
|
||||
$lang['notes'] = 'Записки';
|
||||
$lang['language'] = 'Language';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = 'Полетата обозначени с * са задължителни.';
|
||||
$lang['appointment_confirmation'] = 'Потвърдете часът';
|
||||
$lang['confirm'] = 'Потвърждение';
|
||||
|
@ -50,6 +53,8 @@ $lang['appointment_added_to_google_calendar'] = 'Вашият час бе усп
|
|||
$lang['view_appointment_in_google_calendar'] = 'Натиснете тук за да прегледате часът си във Вашият Google Calendar профил.';
|
||||
$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'] = 'Показ на календар';
|
||||
|
@ -121,6 +126,7 @@ $lang['admins'] = 'Администратори';
|
|||
$lang['providers'] = 'Изпълнители';
|
||||
$lang['secretaries'] = 'Секретари';
|
||||
$lang['mobile_number'] = 'Мобилен телефонен номер';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'Държава';
|
||||
$lang['username'] = 'Потребителско име';
|
||||
$lang['password'] = 'Парола';
|
||||
|
|
|
@ -47,14 +47,14 @@ $lang['customer'] = 'Client';
|
|||
$lang['start'] = 'Inici';
|
||||
$lang['end'] = 'Fi';
|
||||
$lang['name'] = 'Nom';
|
||||
$lang['phone'] = 'Telèfon';
|
||||
$lang['address'] = 'Adreça';
|
||||
$lang['appointment_link_title'] = 'Enllaç a la cita';
|
||||
$lang['success'] = 'Correcte.';
|
||||
$lang['appointment_added_to_google_calendar'] = 'La vostra cita s\'ha afegit al vostre compte de Google Calendar.';
|
||||
$lang['view_appointment_in_google_calendar'] = 'Cliqueu aquí per veure la vostra cita al Google Calendar.';
|
||||
$lang['appointment_added_to_your_plan'] = 'S\'ha afegit una nova cita a la vostra planificació.';
|
||||
$lang['appointment_link_description'] = 'Podeu fer canvis clicant a l\'enllaç de la cita de sota.';
|
||||
$lang['appointment_locked'] = 'Modification impossible.';
|
||||
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.';
|
||||
$lang['appointment_not_found'] = 'No s\'ha trobat la cita.';
|
||||
$lang['appointment_does_not_exist_in_db'] = 'La cita que heu demanat ja no existeix a la base de dades del sistema.';
|
||||
$lang['display_calendar'] = 'Mostra el calendari';
|
||||
|
|
|
@ -16,10 +16,13 @@ $lang['first_name'] = '名字';
|
|||
$lang['last_name'] = '姓氏';
|
||||
$lang['email'] = '电子邮箱';
|
||||
$lang['phone_number'] = '电话号码';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = '地址';
|
||||
$lang['city'] = '城市';
|
||||
$lang['zip_code'] = '邮编';
|
||||
$lang['notes'] = '注释';
|
||||
$lang['language'] = 'Language';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = '标记*的位置必须填写.';
|
||||
$lang['appointment_confirmation'] = '确认预约';
|
||||
$lang['confirm'] = '确认';
|
||||
|
@ -50,6 +53,8 @@ $lang['appointment_added_to_google_calendar'] = '您的预约已经添加到您
|
|||
$lang['view_appointment_in_google_calendar'] = '点击查看在谷歌日历上的预约信息.';
|
||||
$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'] = '显示 日历';
|
||||
|
@ -121,6 +126,7 @@ $lang['admins'] = '管理员';
|
|||
$lang['providers'] = '服务人员';
|
||||
$lang['secretaries'] = '秘书';
|
||||
$lang['mobile_number'] = '手机号码';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = '省/州';
|
||||
$lang['username'] = '用户名';
|
||||
$lang['password'] = '密码';
|
||||
|
@ -268,7 +274,7 @@ $lang['require_captcha'] = 'Require CAPTCHA';
|
|||
$lang['require_captcha_hint'] = 'When enabled, the customers will have to type a random generated CAPTCHA string before booking/updating an appointment.';
|
||||
$lang['captcha_is_wrong'] = 'CAPTCHA verification failed, please try again.';
|
||||
$lang['any_provider'] = 'Any Provider';
|
||||
$lang['requested_hour_is_unavailable'] = 'The requested appointment is unfornately not available. Please select a different hour for your appointment.';
|
||||
$lang['requested_hour_is_unavailable'] = 'The requested appointment is unfortunately not available. Please select a different hour for your appointment.';
|
||||
$lang['customer_notifications'] = 'Customer Notifications';
|
||||
$lang['customer_notifications_hint'] = 'Defines whether the customer will receive email notifications whenever there is a schedule change on one of his appointments.';
|
||||
$lang['date_format'] = 'Date Format';
|
||||
|
|
|
@ -16,10 +16,13 @@ $lang['first_name'] = 'Fornavn';
|
|||
$lang['last_name'] = 'Efternavn';
|
||||
$lang['email'] = 'Email';
|
||||
$lang['phone_number'] = 'Telefonnummer';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = 'Adresse';
|
||||
$lang['city'] = 'By';
|
||||
$lang['zip_code'] = 'Postnummer';
|
||||
$lang['notes'] = 'Bemærkning';
|
||||
$lang['language'] = 'Language';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = 'Felter mærkeret med * skal udfyldes';
|
||||
$lang['appointment_confirmation'] = 'Bekræft aftale';
|
||||
$lang['confirm'] = 'Bekræft';
|
||||
|
@ -50,6 +53,8 @@ $lang['appointment_added_to_google_calendar'] = 'Din aftale er blevet tilføjet
|
|||
$lang['view_appointment_in_google_calendar'] = 'Klik her for at se din aftale i Google kalenderen. ';
|
||||
$lang['appointment_added_to_your_plan'] = 'En ny aftale er blevet tilføjet til din plan.';
|
||||
$lang['appointment_link_description'] = 'Du kan lave ændringer ved at trykke på linket nedenfor';
|
||||
$lang['appointment_locked'] = 'Modification impossible.';
|
||||
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.';
|
||||
$lang['appointment_not_found'] = 'kunne ikke finde aftale.';
|
||||
$lang['appointment_does_not_exist_in_db'] = 'Den tid du efterspørger eksistere ikke i systemet mere.';
|
||||
$lang['display_calendar'] = 'Vis kalender.';
|
||||
|
@ -121,6 +126,7 @@ $lang['admins'] = 'Administratore';
|
|||
$lang['providers'] = 'Leverandører';
|
||||
$lang['secretaries'] = 'Sekretærer';
|
||||
$lang['mobile_number'] = 'Mobilnummer';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'Land';
|
||||
$lang['username'] = 'Brugernavn';
|
||||
$lang['password'] = 'Password';
|
||||
|
|
|
@ -16,10 +16,13 @@ $lang['first_name'] = 'Voornaam';
|
|||
$lang['last_name'] = 'Achternaam';
|
||||
$lang['email'] = 'E-mail';
|
||||
$lang['phone_number'] = 'Telefoonnummer';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = 'Adres';
|
||||
$lang['city'] = 'Plaats';
|
||||
$lang['zip_code'] = 'Postcode';
|
||||
$lang['notes'] = 'Opmerkingen';
|
||||
$lang['language'] = 'Language';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = 'Velden met een * zijn verplicht.';
|
||||
$lang['appointment_confirmation'] = 'Afspraak bevestigen';
|
||||
$lang['confirm'] = 'Bevestigen';
|
||||
|
@ -50,6 +53,8 @@ $lang['appointment_added_to_google_calendar'] = 'Uw afspraak is toegevoegd aan h
|
|||
$lang['view_appointment_in_google_calendar'] = 'Klik hier om uw afspraak in Google Agenda bekijken.';
|
||||
$lang['appointment_added_to_your_plan'] = 'Een nieuwe afspraak is toegevoegd aan uw agenda.';
|
||||
$lang['appointment_link_description'] = 'U kunt wijzigingen aanbrengen door te klikken op onderstaande link van de afspraak.';
|
||||
$lang['appointment_locked'] = 'Modification impossible.';
|
||||
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.';
|
||||
$lang['appointment_not_found'] = 'Afspraak niet gevonden.';
|
||||
$lang['appointment_does_not_exist_in_db'] = 'De door u opgevraagde afspraak bestaat niet meer in de database van het systeem.';
|
||||
$lang['display_calendar'] = 'Kalender';
|
||||
|
@ -121,6 +126,7 @@ $lang['admins'] = 'Beheerders';
|
|||
$lang['providers'] = 'Medewerkers';
|
||||
$lang['secretaries'] = 'Secretarissen';
|
||||
$lang['mobile_number'] = 'Mobiel nummer';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'Provincie/land';
|
||||
$lang['username'] = 'Gebruikersnaam';
|
||||
$lang['password'] = 'Wachtwoord';
|
||||
|
@ -296,7 +302,7 @@ $lang['privacy_policy_content'] = 'Privacy Policy Content';
|
|||
$lang['website_using_cookies_to_ensure_best_experience'] = 'This website uses cookies to ensure you get the best experience on our website.';
|
||||
$lang['read_and_agree_to_terms_and_conditions'] = 'I have read and agree to the {$link}Terms & Conditions{/$link}.';
|
||||
$lang['read_and_agree_to_privacy_policy'] = 'I have read and agree to the {$link}Privacy Policy{/$link}.';
|
||||
$lang['delete_personal_information_hint'] = 'Delete all personal information from the system.';
|
||||
$lang['delete_personal_information_hint'] = 'Remove all your appointments and personal information from the system.';
|
||||
$lang['delete_personal_information'] = 'Delete Personal Information';
|
||||
$lang['delete_personal_information_prompt'] = 'Are you sure that you want to delete your personal information? This action cannot be undone.';
|
||||
$lang['location'] = 'Location';
|
||||
|
|
|
@ -16,10 +16,13 @@ $lang['first_name'] = 'Etunimi';
|
|||
$lang['last_name'] = 'Sukunimi';
|
||||
$lang['email'] = 'Sähköposti';
|
||||
$lang['phone_number'] = 'Puhelinnumero';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = 'Osoite';
|
||||
$lang['city'] = 'Kaupunki';
|
||||
$lang['zip_code'] = 'Postinumero';
|
||||
$lang['notes'] = 'Lisätietoja';
|
||||
$lang['language'] = 'Language';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = 'Tähdellä (*) merkityt kentät vaaditaan';
|
||||
$lang['appointment_confirmation'] = 'Vahvista ajanvaraus';
|
||||
$lang['confirm'] = 'Vahvista';
|
||||
|
@ -50,6 +53,8 @@ $lang['appointment_added_to_google_calendar'] = 'Varauksesi lisättiin Google-ka
|
|||
$lang['view_appointment_in_google_calendar'] = 'Klikkaa näyttääksesi varaustiedot Google-kalenterissa.';
|
||||
$lang['appointment_added_to_your_plan'] = 'Suunnitelmaasi lisättiin varaus.';
|
||||
$lang['appointment_link_description'] = 'Voit tehdä muutoksia klikkaamalla alla olevaa varauslinkkiä.';
|
||||
$lang['appointment_locked'] = 'Modification impossible.';
|
||||
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.';
|
||||
$lang['appointment_not_found'] = 'Varaustasi ei löytynyt.';
|
||||
$lang['appointment_does_not_exist_in_db'] = 'Hakemaasi varausta ei enää löydy tietokannasta.';
|
||||
$lang['display_calendar'] = 'Näytä kalenteri';
|
||||
|
@ -121,6 +126,7 @@ $lang['admins'] = 'Järjestelmänvalvojat';
|
|||
$lang['providers'] = 'Palveluntuottajat';
|
||||
$lang['secretaries'] = 'Sihteerit';
|
||||
$lang['mobile_number'] = 'Matkapuhelinnumero';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'Maa';
|
||||
$lang['username'] = 'Käyttäjätunnus';
|
||||
$lang['password'] = 'Salasana';
|
||||
|
@ -296,7 +302,7 @@ $lang['privacy_policy_content'] = 'Privacy Policy Content';
|
|||
$lang['website_using_cookies_to_ensure_best_experience'] = 'This website uses cookies to ensure you get the best experience on our website.';
|
||||
$lang['read_and_agree_to_terms_and_conditions'] = 'I have read and agree to the {$link}Terms & Conditions{/$link}.';
|
||||
$lang['read_and_agree_to_privacy_policy'] = 'I have read and agree to the {$link}Privacy Policy{/$link}.';
|
||||
$lang['delete_personal_information_hint'] = 'Delete all personal information from the system.';
|
||||
$lang['delete_personal_information_hint'] = 'Remove all your appointments and personal information from the system.';
|
||||
$lang['delete_personal_information'] = 'Delete Personal Information';
|
||||
$lang['delete_personal_information_prompt'] = 'Are you sure that you want to delete your personal information? This action cannot be undone.';
|
||||
$lang['location'] = 'Location';
|
||||
|
@ -317,7 +323,7 @@ $lang['overwrite_existing_working_plans'] = 'This will overwrite the existing pr
|
|||
$lang['working_plans_got_updated'] = 'All the working plans got updated.';
|
||||
$lang['apply_to_all_providers'] = 'Apply To All Providers';
|
||||
$lang['display_any_provider'] = 'Display Any Provider Option';
|
||||
$lang['display_any_provider_hint'] = 'The booking page will display an additional option that allows customers to book without selecting a particular provider.';
|
||||
$lang['display_any_provider_hint'] = 'The booking page will get an additional option that allows customers to book without specifying a provider.';
|
||||
$lang['load_more'] = 'Load More';
|
||||
$lang['list'] = 'List';
|
||||
$lang['default'] = 'Default';
|
||||
|
|
|
@ -16,6 +16,7 @@ $lang['first_name'] = 'Prénom';
|
|||
$lang['last_name'] = 'Nom';
|
||||
$lang['email'] = 'Email';
|
||||
$lang['phone_number'] = 'Numéro de téléphone';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = 'Adresse';
|
||||
$lang['city'] = 'Ville';
|
||||
$lang['zip_code'] = 'Code postal';
|
||||
|
@ -125,6 +126,7 @@ $lang['admins'] = 'Administrateurs';
|
|||
$lang['providers'] = 'Exécutants';
|
||||
$lang['secretaries'] = 'Secrétaires';
|
||||
$lang['mobile_number'] = 'Téléphone portable';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'État / Pays';
|
||||
$lang['username'] = 'Nom d\'utilisateur';
|
||||
$lang['password'] = 'Mot de passe';
|
||||
|
|
|
@ -16,11 +16,13 @@ $lang['first_name'] = 'Vorname';
|
|||
$lang['last_name'] = 'Nachname';
|
||||
$lang['email'] = 'E-Mail';
|
||||
$lang['phone_number'] = 'Telefonnummer';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = 'Adresse';
|
||||
$lang['city'] = 'Stadt';
|
||||
$lang['zip_code'] = 'Postleitzahl';
|
||||
$lang['notes'] = 'Bemerkungen';
|
||||
$lang['language'] = 'Sprache';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = 'Die Felder mit einem * sind Pflichtfelder.';
|
||||
$lang['appointment_confirmation'] = 'Bitte bestätigen Sie die Terminauswahl';
|
||||
$lang['confirm'] = 'Bestätigung';
|
||||
|
@ -124,6 +126,7 @@ $lang['admins'] = 'Administrator';
|
|||
$lang['providers'] = 'Anbieter';
|
||||
$lang['secretaries'] = 'Bearbeiter';
|
||||
$lang['mobile_number'] = 'Mobiltelefonnummer';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'Region / Land';
|
||||
$lang['username'] = 'Nutzername';
|
||||
$lang['password'] = 'Passwort';
|
||||
|
|
|
@ -16,10 +16,13 @@ $lang['first_name'] = 'Όνομα';
|
|||
$lang['last_name'] = 'Επώνυμο';
|
||||
$lang['email'] = 'Email';
|
||||
$lang['phone_number'] = 'Τηλέφωνο';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = 'Διεύθυνση';
|
||||
$lang['city'] = 'Πόλη';
|
||||
$lang['zip_code'] = 'Ταχυδρομικός Κώδικας';
|
||||
$lang['notes'] = 'Σημειώσεις';
|
||||
$lang['language'] = 'Language';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = 'Τα πεδία με * είναι υποχρεωτικά.';
|
||||
$lang['appointment_confirmation'] = 'Επιβεβαίωση Ραντεβού';
|
||||
$lang['confirm'] = 'Επιβεβαίωση';
|
||||
|
@ -50,6 +53,8 @@ $lang['appointment_added_to_google_calendar'] = 'Το ραντεβού έχει
|
|||
$lang['view_appointment_in_google_calendar'] = 'Πατήστε εδώ για να δείτε το ραντεβού στο Google Calendar.';
|
||||
$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'] = 'Προβολή Ημερολογίου';
|
||||
|
@ -121,6 +126,7 @@ $lang['admins'] = 'Διαχειριστές';
|
|||
$lang['providers'] = 'Πάροχοι';
|
||||
$lang['secretaries'] = 'Γραμματείς';
|
||||
$lang['mobile_number'] = 'Κινητό';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'Πολιτεία';
|
||||
$lang['username'] = 'Όνομα Χρήστη';
|
||||
$lang['password'] = 'Κωδικός Πρόσβασης';
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
<?php defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
// English
|
||||
$lang['page_title'] = 'קבע פגישה עם';
|
||||
$lang['step_one_title'] = 'בחירת שירות וספק';
|
||||
$lang['service_and_provider'] = 'בחירת שירות וספק';
|
||||
$lang['select_service'] = 'בחירת שירות';
|
||||
$lang['select_provider'] = 'בחירת ספק';
|
||||
$lang['duration'] = 'אורך הפגישה';
|
||||
$lang['minutes'] = 'דקות';
|
||||
$lang['price'] = 'מחיר';
|
||||
$lang['back'] = 'חזרה';
|
||||
$lang['step_two_title'] = 'בחרו תאריך ושעה לפגישה';
|
||||
$lang['appointment_date_and_time'] = 'בחרו תאריך ושעה לפגישה';
|
||||
$lang['no_available_hours'] = 'אין שעות פגישה זמינות לתאריך שנבחר. אנא בחר תאריך אחר.';
|
||||
$lang['appointment_hour_missing'] = 'יש לבחור פגישה לפני המשך רישום!';
|
||||
$lang['step_three_title'] = 'מלאו את הפרטים שלכם';
|
||||
$lang['customer_information'] = 'מלאו את הפרטים שלכם';
|
||||
$lang['first_name'] = 'שם פרטי';
|
||||
$lang['last_name'] = 'שם משפחה';
|
||||
$lang['email'] = 'אימייל';
|
||||
$lang['phone_number'] = 'מספר טלפון';
|
||||
$lang['phone_number'] = 'טלפון';
|
||||
$lang['phone'] = 'טלפון';
|
||||
$lang['address'] = 'כתובת';
|
||||
$lang['city'] = 'עיר';
|
||||
$lang['zip_code'] = 'מיקוד';
|
||||
|
|
|
@ -16,10 +16,13 @@ $lang['first_name'] = 'पहला नाम';
|
|||
$lang['last_name'] = 'अंतिम नाम';
|
||||
$lang['email'] = 'ईमेल';
|
||||
$lang['phone_number'] = 'फ़ोन नंबर';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = 'पता';
|
||||
$lang['city'] = 'शहर';
|
||||
$lang['zip_code'] = 'पिन कोड';
|
||||
$lang['notes'] = 'अनुदेश';
|
||||
$lang['language'] = 'Language';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = '* वाले क्षेत्र ज़रूरी हैं.';
|
||||
$lang['appointment_confirmation'] = 'अपॉइंटमेंट की पुष्टि करें';
|
||||
$lang['confirm'] = 'पक्का करें';
|
||||
|
@ -50,6 +53,8 @@ $lang['appointment_added_to_google_calendar'] = 'आपकी अपॉइंट
|
|||
$lang['view_appointment_in_google_calendar'] = 'गूगल कैलेंडर पर आपकी अपॉइंटमेंट को देखने के लिए यहां क्लिक करें.';
|
||||
$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'] = 'शो कैलेंडर';
|
||||
|
@ -121,6 +126,7 @@ $lang['admins'] = 'व्यवस्थापकों';
|
|||
$lang['providers'] = 'प्रबन्धक';
|
||||
$lang['secretaries'] = 'सचिवों';
|
||||
$lang['mobile_number'] = 'मोबाइल नंबर';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'राज्य';
|
||||
$lang['username'] = 'यूजर का नाम';
|
||||
$lang['password'] = 'पासवर्ड';
|
||||
|
@ -268,7 +274,7 @@ $lang['require_captcha'] = 'Require CAPTCHA';
|
|||
$lang['require_captcha_hint'] = 'When enabled, the customers will have to type a random generated CAPTCHA string before booking/updating an appointment.';
|
||||
$lang['captcha_is_wrong'] = 'CAPTCHA verification failed, please try again.';
|
||||
$lang['any_provider'] = 'Any Provider';
|
||||
$lang['requested_hour_is_unavailable'] = 'The requested appointment is unfornately not available. Please select a different hour for your appointment.';
|
||||
$lang['requested_hour_is_unavailable'] = 'The requested appointment is unfortunately not available. Please select a different hour for your appointment.';
|
||||
$lang['customer_notifications'] = 'Customer Notifications';
|
||||
$lang['customer_notifications_hint'] = 'Defines whether the customer will receive email notifications whenever there is a schedule change on one of his appointments.';
|
||||
$lang['date_format'] = 'Date Format';
|
||||
|
@ -296,7 +302,7 @@ $lang['privacy_policy_content'] = 'Privacy Policy Content';
|
|||
$lang['website_using_cookies_to_ensure_best_experience'] = 'This website uses cookies to ensure you get the best experience on our website.';
|
||||
$lang['read_and_agree_to_terms_and_conditions'] = 'I have read and agree to the {$link}Terms & Conditions{/$link}.';
|
||||
$lang['read_and_agree_to_privacy_policy'] = 'I have read and agree to the {$link}Privacy Policy{/$link}.';
|
||||
$lang['delete_personal_information_hint'] = 'Delete all personal information from the system.';
|
||||
$lang['delete_personal_information_hint'] = 'Remove all your appointments and personal information from the system.';
|
||||
$lang['delete_personal_information'] = 'Delete Personal Information';
|
||||
$lang['delete_personal_information_prompt'] = 'Are you sure that you want to delete your personal information? This action cannot be undone.';
|
||||
$lang['location'] = 'Location';
|
||||
|
|
|
@ -16,10 +16,13 @@ $lang['first_name'] = 'Keresztnév';
|
|||
$lang['last_name'] = 'Vezetéknév';
|
||||
$lang['email'] = 'Email';
|
||||
$lang['phone_number'] = 'Telefon';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = 'Cím';
|
||||
$lang['city'] = 'Város';
|
||||
$lang['zip_code'] = 'Irányítószám';
|
||||
$lang['notes'] = 'Megjegyzés';
|
||||
$lang['language'] = 'Language';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = 'A *-gal jelöltek kitöltése kötelező.';
|
||||
$lang['appointment_confirmation'] = 'Az időpont jóváhagyása';
|
||||
$lang['confirm'] = 'Jóváhagyás';
|
||||
|
@ -50,6 +53,8 @@ $lang['appointment_added_to_google_calendar'] = 'Az időpontod hozzá lett adva
|
|||
$lang['view_appointment_in_google_calendar'] = 'Kattints ide, hogy megnézhesd az idopontod as Google naptárban.';
|
||||
$lang['appointment_added_to_your_plan'] = 'Egy új időpont került a naptáradba.';
|
||||
$lang['appointment_link_description'] = 'Változtatni az időpont linkjére kattintva tudsz.';
|
||||
$lang['appointment_locked'] = 'Modification impossible.';
|
||||
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.';
|
||||
$lang['appointment_not_found'] = 'Nincs meg az időpont.';
|
||||
$lang['appointment_does_not_exist_in_db'] = 'A keresett időpont nincs az adatbázisban. ';
|
||||
$lang['display_calendar'] = 'Naptár megjelenítése';
|
||||
|
@ -121,6 +126,7 @@ $lang['admins'] = 'Adminok';
|
|||
$lang['providers'] = 'Szolgáltatók';
|
||||
$lang['secretaries'] = 'Titkárok';
|
||||
$lang['mobile_number'] = 'Mobil szám';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'Állam';
|
||||
$lang['username'] = 'Felhasználó név';
|
||||
$lang['password'] = 'Jelszó';
|
||||
|
@ -296,7 +302,7 @@ $lang['privacy_policy_content'] = 'Privacy Policy Content';
|
|||
$lang['website_using_cookies_to_ensure_best_experience'] = 'This website uses cookies to ensure you get the best experience on our website.';
|
||||
$lang['read_and_agree_to_terms_and_conditions'] = 'I have read and agree to the {$link}Terms & Conditions{/$link}.';
|
||||
$lang['read_and_agree_to_privacy_policy'] = 'I have read and agree to the {$link}Privacy Policy{/$link}.';
|
||||
$lang['delete_personal_information_hint'] = 'Delete all personal information from the system.';
|
||||
$lang['delete_personal_information_hint'] = 'Remove all your appointments and personal information from the system.';
|
||||
$lang['delete_personal_information'] = 'Delete Personal Information';
|
||||
$lang['delete_personal_information_prompt'] = 'Are you sure that you want to delete your personal information? This action cannot be undone.';
|
||||
$lang['location'] = 'Location';
|
||||
|
@ -317,7 +323,7 @@ $lang['overwrite_existing_working_plans'] = 'This will overwrite the existing pr
|
|||
$lang['working_plans_got_updated'] = 'All the working plans got updated.';
|
||||
$lang['apply_to_all_providers'] = 'Apply To All Providers';
|
||||
$lang['display_any_provider'] = 'Display Any Provider Option';
|
||||
$lang['display_any_provider_hint'] = 'The booking page will display an additional option that allows customers to book without selecting a particular provider.';
|
||||
$lang['display_any_provider_hint'] = 'The booking page will get an additional option that allows customers to book without specifying a provider.';
|
||||
$lang['load_more'] = 'Load More';
|
||||
$lang['list'] = 'List';
|
||||
$lang['default'] = 'Default';
|
||||
|
|
|
@ -16,10 +16,13 @@ $lang['first_name'] = 'Nome';
|
|||
$lang['last_name'] = 'Cognome';
|
||||
$lang['email'] = 'E-mail';
|
||||
$lang['phone_number'] = 'Numero di telefono';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = 'Indirizzo';
|
||||
$lang['city'] = 'Città';
|
||||
$lang['zip_code'] = 'CAP';
|
||||
$lang['notes'] = 'Note';
|
||||
$lang['language'] = 'Language';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = 'I campi contrassegnati con * sono obbligatori.';
|
||||
$lang['appointment_confirmation'] = 'Conferma appuntamento';
|
||||
$lang['confirm'] = 'Conferma';
|
||||
|
@ -50,6 +53,8 @@ $lang['appointment_added_to_google_calendar'] = 'Il tuo appuntamento è stato ag
|
|||
$lang['view_appointment_in_google_calendar'] = 'Clicca qui per visualizzare il tuo appuntamento su Google Calendar.';
|
||||
$lang['appointment_added_to_your_plan'] = 'Un nuovo appuntamento è stato aggiunto alla tua agenda.';
|
||||
$lang['appointment_link_description'] = 'Puoi modificare l\'appuntamento facendo click sul link sotto.';
|
||||
$lang['appointment_locked'] = 'Modification impossible.';
|
||||
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.';
|
||||
$lang['appointment_not_found'] = 'Appuntamento non trovato.';
|
||||
$lang['appointment_does_not_exist_in_db'] = 'L\'appuntamento da te richiesto non esiste più sul database di sistema.';
|
||||
$lang['display_calendar'] = 'Mostra calendario';
|
||||
|
@ -121,6 +126,7 @@ $lang['admins'] = 'Amministratori';
|
|||
$lang['providers'] = 'Fornitori';
|
||||
$lang['secretaries'] = 'Segretarie';
|
||||
$lang['mobile_number'] = 'Cellulare';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'Stato';
|
||||
$lang['username'] = 'Username';
|
||||
$lang['password'] = 'Password';
|
||||
|
@ -305,6 +311,7 @@ $lang['working_plan_exceptions'] = 'Giorni Extra';
|
|||
$lang['working_plan_exceptions_hint'] = 'Aggiungi una giornata lavorativa al di fuori del piano di lavoro.';
|
||||
$lang['new_working_plan_exception_title'] = 'Nuova giornata lavorativa';
|
||||
$lang['working_plan_exception_saved'] = 'Giornata lavorativa salvata con successo.';
|
||||
$lang['working_plan_exception_deleted'] = 'Working plan exception deleted successfully.';
|
||||
$lang['add_working_plan_exceptions_during_each_day'] = 'Aggiungi giornate lavorative al di fuori del piano di lavoro.';
|
||||
$lang['add_working_plan_exception'] = 'Aggiungi giornata lavorativa';
|
||||
$lang['require_phone_number'] = 'Require phone number';
|
||||
|
|
|
@ -16,10 +16,13 @@ $lang['first_name'] = '名前';
|
|||
$lang['last_name'] = '名字';
|
||||
$lang['email'] = 'メールアドレス';
|
||||
$lang['phone_number'] = '電話番号';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = '住所';
|
||||
$lang['city'] = '市';
|
||||
$lang['zip_code'] = '郵便番号';
|
||||
$lang['notes'] = '連絡事項';
|
||||
$lang['language'] = 'Language';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = '* のある項目は必須です。';
|
||||
$lang['appointment_confirmation'] = '予約の確認';
|
||||
$lang['confirm'] = '確認OK';
|
||||
|
@ -50,6 +53,8 @@ $lang['appointment_added_to_google_calendar'] = 'お客様の予約スケジュ
|
|||
$lang['view_appointment_in_google_calendar'] = 'Googleカレンダーを確認するにはこちらをクリックしてください。';
|
||||
$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'] = 'カレンダー表示';
|
||||
|
@ -121,6 +126,7 @@ $lang['admins'] = '管理者';
|
|||
$lang['providers'] = '担当者';
|
||||
$lang['secretaries'] = '予約管理者';
|
||||
$lang['mobile_number'] = '携帯番号';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = '都道府県';
|
||||
$lang['username'] = 'ユーザー名';
|
||||
$lang['password'] = 'パスワード';
|
||||
|
@ -268,7 +274,7 @@ $lang['require_captcha'] = 'Require CAPTCHA';
|
|||
$lang['require_captcha_hint'] = 'When enabled, the customers will have to type a random generated CAPTCHA string before booking/updating an appointment.';
|
||||
$lang['captcha_is_wrong'] = 'CAPTCHA verification failed, please try again.';
|
||||
$lang['any_provider'] = 'Any Provider';
|
||||
$lang['requested_hour_is_unavailable'] = 'The requested appointment is unfornately not available. Please select a different hour for your appointment.';
|
||||
$lang['requested_hour_is_unavailable'] = 'The requested appointment is unfortunately not available. Please select a different hour for your appointment.';
|
||||
$lang['customer_notifications'] = 'Customer Notifications';
|
||||
$lang['customer_notifications_hint'] = 'Defines whether the customer will receive email notifications whenever there is a schedule change on one of his appointments.';
|
||||
$lang['date_format'] = 'Date Format';
|
||||
|
@ -296,7 +302,7 @@ $lang['privacy_policy_content'] = 'Privacy Policy Content';
|
|||
$lang['website_using_cookies_to_ensure_best_experience'] = 'This website uses cookies to ensure you get the best experience on our website.';
|
||||
$lang['read_and_agree_to_terms_and_conditions'] = 'I have read and agree to the {$link}Terms & Conditions{/$link}.';
|
||||
$lang['read_and_agree_to_privacy_policy'] = 'I have read and agree to the {$link}Privacy Policy{/$link}.';
|
||||
$lang['delete_personal_information_hint'] = 'Delete all personal information from the system.';
|
||||
$lang['delete_personal_information_hint'] = 'Remove all your appointments and personal information from the system.';
|
||||
$lang['delete_personal_information'] = 'Delete Personal Information';
|
||||
$lang['delete_personal_information_prompt'] = 'Are you sure that you want to delete your personal information? This action cannot be undone.';
|
||||
$lang['location'] = 'Location';
|
||||
|
|
|
@ -16,10 +16,13 @@ $lang['first_name'] = 'Virnumm';
|
|||
$lang['last_name'] = 'Familljennumm';
|
||||
$lang['email'] = 'E-Mail';
|
||||
$lang['phone_number'] = 'Telefonsnummer';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = 'Adresse';
|
||||
$lang['city'] = 'Duerf';
|
||||
$lang['zip_code'] = 'Postleitzuel';
|
||||
$lang['notes'] = 'Bemierkungen';
|
||||
$lang['language'] = 'Language';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = 'D\'Felder mat * sinn obligatoresch.';
|
||||
$lang['appointment_confirmation'] = 'Bestätegt w.e.g. Är Auswiel vum Termäin';
|
||||
$lang['confirm'] = 'Bestätegung';
|
||||
|
@ -50,6 +53,8 @@ $lang['appointment_added_to_google_calendar'] = 'Äre Termäin ass an Ärem Goog
|
|||
$lang['view_appointment_in_google_calendar'] = 'Klickt w.e.g. hei fir Äre Termäin am Google Kalenner ze kucken.';
|
||||
$lang['appointment_added_to_your_plan'] = 'Een neie Termäin ass an Ärem Planning bäigesat ginn.';
|
||||
$lang['appointment_link_description'] = 'Dir kënnt Ännerungen duerch klicken op de Termäin Link duerchféieren.';
|
||||
$lang['appointment_locked'] = 'Modification impossible.';
|
||||
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.';
|
||||
$lang['appointment_not_found'] = 'Termäin konnt net fonnt ginn.';
|
||||
$lang['appointment_does_not_exist_in_db'] = 'Dee vun Iech gefrote Termäin gëtt et net an eiser Datebank.';
|
||||
$lang['display_calendar'] = 'Kalenner uweisen';
|
||||
|
@ -121,6 +126,7 @@ $lang['admins'] = 'Administrator';
|
|||
$lang['providers'] = 'Mataarbechter';
|
||||
$lang['secretaries'] = 'Büropersonal';
|
||||
$lang['mobile_number'] = 'Handynummer';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'Regioun / Land';
|
||||
$lang['username'] = 'Benotzernumm';
|
||||
$lang['password'] = 'Passwuert';
|
||||
|
@ -268,7 +274,7 @@ $lang['require_captcha'] = 'Require CAPTCHA';
|
|||
$lang['require_captcha_hint'] = 'When enabled, the customers will have to type a random generated CAPTCHA string before booking/updating an appointment.';
|
||||
$lang['captcha_is_wrong'] = 'CAPTCHA verification failed, please try again.';
|
||||
$lang['any_provider'] = 'Any Provider';
|
||||
$lang['requested_hour_is_unavailable'] = 'The requested appointment is unfornately not available. Please select a different hour for your appointment.';
|
||||
$lang['requested_hour_is_unavailable'] = 'The requested appointment is unfortunately not available. Please select a different hour for your appointment.';
|
||||
$lang['customer_notifications'] = 'Customer Notifications';
|
||||
$lang['customer_notifications_hint'] = 'Defines whether the customer will receive email notifications whenever there is a schedule change on one of his appointments.';
|
||||
$lang['date_format'] = 'Date Format';
|
||||
|
@ -296,7 +302,7 @@ $lang['privacy_policy_content'] = 'Privacy Policy Content';
|
|||
$lang['website_using_cookies_to_ensure_best_experience'] = 'This website uses cookies to ensure you get the best experience on our website.';
|
||||
$lang['read_and_agree_to_terms_and_conditions'] = 'I have read and agree to the {$link}Terms & Conditions{/$link}.';
|
||||
$lang['read_and_agree_to_privacy_policy'] = 'I have read and agree to the {$link}Privacy Policy{/$link}.';
|
||||
$lang['delete_personal_information_hint'] = 'Delete all personal information from the system.';
|
||||
$lang['delete_personal_information_hint'] = 'Remove all your appointments and personal information from the system.';
|
||||
$lang['delete_personal_information'] = 'Delete Personal Information';
|
||||
$lang['delete_personal_information_prompt'] = 'Are you sure that you want to delete your personal information? This action cannot be undone.';
|
||||
$lang['location'] = 'Location';
|
||||
|
@ -317,7 +323,7 @@ $lang['overwrite_existing_working_plans'] = 'This will overwrite the existing pr
|
|||
$lang['working_plans_got_updated'] = 'All the working plans got updated.';
|
||||
$lang['apply_to_all_providers'] = 'Apply To All Providers';
|
||||
$lang['display_any_provider'] = 'Display Any Provider Option';
|
||||
$lang['display_any_provider_hint'] = 'The booking page will display an additional option that allows customers to book without selecting a particular provider.';
|
||||
$lang['display_any_provider_hint'] = 'The booking page will get an additional option that allows customers to book without specifying a provider.';
|
||||
$lang['load_more'] = 'Load More';
|
||||
$lang['list'] = 'List';
|
||||
$lang['default'] = 'Default';
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
// Marathi-by Kaustubh Kulkarni @ JustInClicks.com
|
||||
// Marathi
|
||||
$lang['page_title'] = 'अपॉईंटमेंट बुक करा';
|
||||
$lang['service_and_provider'] = 'प्रदाता आणि सेवा निवडा';
|
||||
$lang['select_service'] = 'सेवा निवडा';
|
||||
|
@ -16,10 +16,13 @@ $lang['first_name'] = 'नाव';
|
|||
$lang['last_name'] = 'आडनाव';
|
||||
$lang['email'] = 'ईमेल';
|
||||
$lang['phone_number'] = 'फ़ोन नंबर';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = 'पत्ताा';
|
||||
$lang['city'] = 'शहर';
|
||||
$lang['zip_code'] = 'पिन कोड';
|
||||
$lang['notes'] = 'सूचना';
|
||||
$lang['language'] = 'Language';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = '* फील्ड आवश्यक आहेत.';
|
||||
$lang['appointment_confirmation'] = 'भेटीची पुष्टी करा';
|
||||
$lang['confirm'] = 'खात्री करा';
|
||||
|
@ -44,14 +47,14 @@ $lang['customer'] = 'ग्राहक';
|
|||
$lang['start'] = 'प्रारंभ करा';
|
||||
$lang['end'] = 'समाप्त';
|
||||
$lang['name'] = 'नाव';
|
||||
$lang['phone'] = 'फ़ोन';
|
||||
$lang['address'] = 'पत्ता';
|
||||
$lang['appointment_link_title'] = 'नियुक्ती दुवा';
|
||||
$lang['success'] = 'यश.';
|
||||
$lang['appointment_added_to_google_calendar'] = 'आपली भेट आपल्या Google कॅलेंडर खात्यात जोडली गेली आहे.';
|
||||
$lang['view_appointment_in_google_calendar'] = 'Google कॅलेंडरवर आपली भेट पाहण्यासाठी येथे क्लिक करा.';
|
||||
$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'] = 'कॅलेंडर दर्शवा';
|
||||
|
@ -123,6 +126,7 @@ $lang['admins'] = 'प्रशासक';
|
|||
$lang['providers'] = 'व्यवस्थापक';
|
||||
$lang['secretaries'] = 'सचिव';
|
||||
$lang['mobile_number'] = 'मोबाइल नंबर';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'राज्य';
|
||||
$lang['username'] = 'वापरकर्ता नाव';
|
||||
$lang['password'] = 'पासवर्ड';
|
||||
|
@ -277,6 +281,8 @@ $lang['date_format'] = 'तारीख स्वरूप';
|
|||
$lang['date_format_hint'] = 'तारीख प्रदर्शन स्वरूप बदला(D - Date, M - Month, Y - Year).';
|
||||
$lang['time_format'] = 'वेळ स्वरूप';
|
||||
$lang['time_format_hint'] = 'वेळ प्रदर्शन स्वरूप बदला(H - Hours, M - Minutes).';
|
||||
$lang['first_weekday'] = 'First day of week';
|
||||
$lang['first_weekday_hint'] = 'Set the first day of the calendar week.';
|
||||
$lang['google_analytics_code_hint'] = 'बुकिंग पृष्ठामध्ये समाविष्ट होण्यासाठी आपला Google ticsनालिटिक्स आयडी जोडा.';
|
||||
$lang['availabilities_type'] = 'उपलब्धता प्रकार';
|
||||
$lang['flexible'] = 'लवचिक';
|
||||
|
|
|
@ -16,10 +16,13 @@ $lang['first_name'] = 'Imię';
|
|||
$lang['last_name'] = 'Nazwisko';
|
||||
$lang['email'] = 'E-mail';
|
||||
$lang['phone_number'] = 'Numer telefonu';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = 'Adres';
|
||||
$lang['city'] = 'Miasto';
|
||||
$lang['zip_code'] = 'Kod pocztowy';
|
||||
$lang['notes'] = 'Uwagi';
|
||||
$lang['language'] = 'Language';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = 'Pola z * są wymagane.';
|
||||
$lang['appointment_confirmation'] = 'Potwierdz Wizytę';
|
||||
$lang['confirm'] = 'Potwierdź';
|
||||
|
@ -50,6 +53,8 @@ $lang['appointment_added_to_google_calendar'] = 'Twoja wizyta została dodana do
|
|||
$lang['view_appointment_in_google_calendar'] = 'Kliknij aby dokonać podglądu wizyty w Kalendarzu Google';
|
||||
$lang['appointment_added_to_your_plan'] = 'Nowa wizyta została dodana do twojego terminarza';
|
||||
$lang['appointment_link_description'] = 'Możesz dokonać zmian klikając na link wizyty poniżej.';
|
||||
$lang['appointment_locked'] = 'Modification impossible.';
|
||||
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.';
|
||||
$lang['appointment_not_found'] = 'Nie znaleziono wizyty.';
|
||||
$lang['appointment_does_not_exist_in_db'] = 'Wybrana wizyta nie istnieje już w systemie.';
|
||||
$lang['display_calendar'] = 'Wyświetl Kalendarz';
|
||||
|
@ -121,6 +126,7 @@ $lang['admins'] = 'Administratorzy';
|
|||
$lang['providers'] = 'Personel';
|
||||
$lang['secretaries'] = 'Sekretarze';
|
||||
$lang['mobile_number'] = 'nr kom.';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'Woj.';
|
||||
$lang['username'] = 'Użytkownik';
|
||||
$lang['password'] = 'Hasło';
|
||||
|
@ -268,7 +274,7 @@ $lang['require_captcha'] = 'Require CAPTCHA';
|
|||
$lang['require_captcha_hint'] = 'When enabled, the customers will have to type a random generated CAPTCHA string before booking/updating an appointment.';
|
||||
$lang['captcha_is_wrong'] = 'CAPTCHA verification failed, please try again.';
|
||||
$lang['any_provider'] = 'Any Provider';
|
||||
$lang['requested_hour_is_unavailable'] = 'The requested appointment is unfornately not available. Please select a different hour for your appointment.';
|
||||
$lang['requested_hour_is_unavailable'] = 'The requested appointment is unfortunately not available. Please select a different hour for your appointment.';
|
||||
$lang['customer_notifications'] = 'Customer Notifications';
|
||||
$lang['customer_notifications_hint'] = 'Defines whether the customer will receive email notifications whenever there is a schedule change on one of his appointments.';
|
||||
$lang['date_format'] = 'Date Format';
|
||||
|
@ -296,7 +302,7 @@ $lang['privacy_policy_content'] = 'Privacy Policy Content';
|
|||
$lang['website_using_cookies_to_ensure_best_experience'] = 'This website uses cookies to ensure you get the best experience on our website.';
|
||||
$lang['read_and_agree_to_terms_and_conditions'] = 'I have read and agree to the {$link}Terms & Conditions{/$link}.';
|
||||
$lang['read_and_agree_to_privacy_policy'] = 'I have read and agree to the {$link}Privacy Policy{/$link}.';
|
||||
$lang['delete_personal_information_hint'] = 'Delete all personal information from the system.';
|
||||
$lang['delete_personal_information_hint'] = 'Remove all your appointments and personal information from the system.';
|
||||
$lang['delete_personal_information'] = 'Delete Personal Information';
|
||||
$lang['delete_personal_information_prompt'] = 'Are you sure that you want to delete your personal information? This action cannot be undone.';
|
||||
$lang['location'] = 'Location';
|
||||
|
|
|
@ -16,10 +16,13 @@ $lang['first_name'] = 'Primeiro Nome';
|
|||
$lang['last_name'] = 'Ultimo Nome';
|
||||
$lang['email'] = 'Email';
|
||||
$lang['phone_number'] = 'Telefone';
|
||||
$lang['phone_number'] = 'Phone Number';
|
||||
$lang['address'] = 'Endereço';
|
||||
$lang['city'] = 'Cidade';
|
||||
$lang['zip_code'] = 'CEP';
|
||||
$lang['notes'] = 'Observações.';
|
||||
$lang['language'] = 'Language';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = '* campos obrigatórios';
|
||||
$lang['appointment_confirmation'] = 'Confirmar Agendamento';
|
||||
$lang['confirm'] = 'Comfirmar';
|
||||
|
@ -50,6 +53,8 @@ $lang['appointment_added_to_google_calendar'] = 'O seu evento foi adicionado a s
|
|||
$lang['view_appointment_in_google_calendar'] = 'Clique aqui para ver os seus compromissos no "Google Calendar".';
|
||||
$lang['appointment_added_to_your_plan'] = 'Um novo evento foi adicionado ao seu plano.';
|
||||
$lang['appointment_link_description'] = 'Para fazer alterações click no link.';
|
||||
$lang['appointment_locked'] = 'Modification impossible.';
|
||||
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.';
|
||||
$lang['appointment_not_found'] = 'Agendamento não encontrado.';
|
||||
$lang['appointment_does_not_exist_in_db'] = 'O agendamento não existe na base de dados.';
|
||||
$lang['display_calendar'] = 'Mostrar Calendário';
|
||||
|
@ -121,6 +126,7 @@ $lang['admins'] = 'Administradores';
|
|||
$lang['providers'] = 'Atendentes';
|
||||
$lang['secretaries'] = 'Secretários';
|
||||
$lang['mobile_number'] = 'Celular ';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'Estado';
|
||||
$lang['username'] = 'Nome de usuário';
|
||||
$lang['password'] = 'Senha';
|
||||
|
|
|
@ -16,10 +16,13 @@ $lang['first_name'] = 'Primeiro Nome';
|
|||
$lang['last_name'] = 'Ultimo Nome';
|
||||
$lang['email'] = 'Email';
|
||||
$lang['phone_number'] = 'Telemóvel';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = 'Morada';
|
||||
$lang['city'] = 'Cidade';
|
||||
$lang['zip_code'] = 'Código Postal';
|
||||
$lang['notes'] = 'Notas';
|
||||
$lang['language'] = 'Language';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = '* campos obrigatorios';
|
||||
$lang['appointment_confirmation'] = 'Confirmar Evento';
|
||||
$lang['confirm'] = 'Comfirmar';
|
||||
|
@ -50,6 +53,8 @@ $lang['appointment_added_to_google_calendar'] = 'O seu evento foi adicionado a s
|
|||
$lang['view_appointment_in_google_calendar'] = 'Clique aqui para ver os seus compromissos no "Google Calendar".';
|
||||
$lang['appointment_added_to_your_plan'] = 'Um novo evento foi adicionado ao seu plano.';
|
||||
$lang['appointment_link_description'] = 'Pode fazer alterações clicando no link.';
|
||||
$lang['appointment_locked'] = 'Modification impossible.';
|
||||
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.';
|
||||
$lang['appointment_not_found'] = 'Evento não encontrado.';
|
||||
$lang['appointment_does_not_exist_in_db'] = 'O evento pedido não existe na base de dados.';
|
||||
$lang['display_calendar'] = 'Mostrar Calendário';
|
||||
|
@ -121,6 +126,7 @@ $lang['admins'] = 'Administradores';
|
|||
$lang['providers'] = 'Fornecedores';
|
||||
$lang['secretaries'] = 'Secretários';
|
||||
$lang['mobile_number'] = 'Telemóvel ';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'Estado';
|
||||
$lang['username'] = 'Nome de utilizador';
|
||||
$lang['password'] = 'Palavra pass / senha';
|
||||
|
@ -268,7 +274,7 @@ $lang['require_captcha'] = 'Require CAPTCHA';
|
|||
$lang['require_captcha_hint'] = 'When enabled, the customers will have to type a random generated CAPTCHA string before booking/updating an appointment.';
|
||||
$lang['captcha_is_wrong'] = 'CAPTCHA verification failed, please try again.';
|
||||
$lang['any_provider'] = 'Any Provider';
|
||||
$lang['requested_hour_is_unavailable'] = 'The requested appointment is unfornately not available. Please select a different hour for your appointment.';
|
||||
$lang['requested_hour_is_unavailable'] = 'The requested appointment is unfortunately not available. Please select a different hour for your appointment.';
|
||||
$lang['customer_notifications'] = 'Customer Notifications';
|
||||
$lang['customer_notifications_hint'] = 'Defines whether the customer will receive email notifications whenever there is a schedule change on one of his appointments.';
|
||||
$lang['date_format'] = 'Date Format';
|
||||
|
@ -296,7 +302,7 @@ $lang['privacy_policy_content'] = 'Privacy Policy Content';
|
|||
$lang['website_using_cookies_to_ensure_best_experience'] = 'This website uses cookies to ensure you get the best experience on our website.';
|
||||
$lang['read_and_agree_to_terms_and_conditions'] = 'I have read and agree to the {$link}Terms & Conditions{/$link}.';
|
||||
$lang['read_and_agree_to_privacy_policy'] = 'I have read and agree to the {$link}Privacy Policy{/$link}.';
|
||||
$lang['delete_personal_information_hint'] = 'Delete all personal information from the system.';
|
||||
$lang['delete_personal_information_hint'] = 'Remove all your appointments and personal information from the system.';
|
||||
$lang['delete_personal_information'] = 'Delete Personal Information';
|
||||
$lang['delete_personal_information_prompt'] = 'Are you sure that you want to delete your personal information? This action cannot be undone.';
|
||||
$lang['location'] = 'Location';
|
||||
|
@ -317,7 +323,7 @@ $lang['overwrite_existing_working_plans'] = 'This will overwrite the existing pr
|
|||
$lang['working_plans_got_updated'] = 'All the working plans got updated.';
|
||||
$lang['apply_to_all_providers'] = 'Apply To All Providers';
|
||||
$lang['display_any_provider'] = 'Display Any Provider Option';
|
||||
$lang['display_any_provider_hint'] = 'The booking page will display an additional option that allows customers to book without selecting a particular provider.';
|
||||
$lang['display_any_provider_hint'] = 'The booking page will get an additional option that allows customers to book without specifying a provider.';
|
||||
$lang['load_more'] = 'Load More';
|
||||
$lang['list'] = 'List';
|
||||
$lang['default'] = 'Default';
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
// Româna
|
||||
// Romanian
|
||||
$lang['page_title'] = 'Programeaza întâlniri cu';
|
||||
$lang['service_and_provider'] = 'Selecteaza Serviciul si Furnizorul';
|
||||
$lang['select_service'] = 'Selecteaza Serviciul';
|
||||
|
@ -16,10 +16,13 @@ $lang['first_name'] = 'Prenume';
|
|||
$lang['last_name'] = 'Nume';
|
||||
$lang['email'] = 'Email';
|
||||
$lang['phone_number'] = 'Numar de telefon';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = 'Adresa';
|
||||
$lang['city'] = 'Orasul';
|
||||
$lang['zip_code'] = 'Cod postal';
|
||||
$lang['notes'] = 'Note';
|
||||
$lang['language'] = 'Language';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = 'Câmpurile cu * sunt necesare.';
|
||||
$lang['appointment_confirmation'] = 'Confirmati întâlnirea';
|
||||
$lang['confirm'] = 'Confirmati';
|
||||
|
@ -50,6 +53,8 @@ $lang['appointment_added_to_google_calendar'] = 'Întâlnirea a fost adaugata î
|
|||
$lang['view_appointment_in_google_calendar'] = 'Apasati aici ca sa vizualizati întâlnirea în Calendarul Google.';
|
||||
$lang['appointment_added_to_your_plan'] = 'O noua întâlnire a fost adaugata în planul dumneavoastra.';
|
||||
$lang['appointment_link_description'] = 'Puteti face modificari apasând pe linkul întâlnirii de dedesubt.';
|
||||
$lang['appointment_locked'] = 'Modification impossible.';
|
||||
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.';
|
||||
$lang['appointment_not_found'] = 'Întâlnire negasita.';
|
||||
$lang['appointment_does_not_exist_in_db'] = 'Întâlnirea pe care o cautati nu mai exista în baza de date.';
|
||||
$lang['display_calendar'] = 'Afiseaza Calendar';
|
||||
|
@ -121,6 +126,7 @@ $lang['admins'] = 'Administratori';
|
|||
$lang['providers'] = 'Furnizori';
|
||||
$lang['secretaries'] = 'Secretari';
|
||||
$lang['mobile_number'] = 'Numar de mobil';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'Stare';
|
||||
$lang['username'] = 'Utilizator';
|
||||
$lang['password'] = 'Parola';
|
||||
|
@ -268,13 +274,13 @@ $lang['require_captcha'] = 'Require CAPTCHA';
|
|||
$lang['require_captcha_hint'] = 'When enabled, the customers will have to type a random generated CAPTCHA string before booking/updating an appointment.';
|
||||
$lang['captcha_is_wrong'] = 'CAPTCHA verification failed, please try again.';
|
||||
$lang['any_provider'] = 'Any Provider';
|
||||
$lang['requested_hour_is_unavailable'] = 'The requested appointment is unfornately not available. Please select a different hour for your appointment.';
|
||||
$lang['requested_hour_is_unavailable'] = 'The requested appointment is unfortunately not available. Please select a different hour for your appointment.';
|
||||
$lang['customer_notifications'] = 'Customer Notifications';
|
||||
$lang['customer_notifications_hint'] = 'Defines whether the customer will receive email notifications whenever there is a schedule change on one of his appointments.';
|
||||
$lang['date_format'] = 'Date Format';
|
||||
$lang['date_format_hint'] = 'Change the date display format (D - Date, M - Month, Y - Year).';
|
||||
$lang['time_format'] = '';
|
||||
$lang['time_format_hint'] = '';
|
||||
$lang['time_format'] = 'Time Format';
|
||||
$lang['time_format_hint'] = 'Change the time display format (H - Hours, M - Minutes).';
|
||||
$lang['first_weekday'] = 'First day of week';
|
||||
$lang['first_weekday_hint'] = 'Set the first day of the calendar week.';
|
||||
$lang['google_analytics_code_hint'] = 'Add your Google Analytics ID to be included in the booking page.';
|
||||
|
@ -296,7 +302,7 @@ $lang['privacy_policy_content'] = 'Privacy Policy Content';
|
|||
$lang['website_using_cookies_to_ensure_best_experience'] = 'This website uses cookies to ensure you get the best experience on our website.';
|
||||
$lang['read_and_agree_to_terms_and_conditions'] = 'I have read and agree to the {$link}Terms & Conditions{/$link}.';
|
||||
$lang['read_and_agree_to_privacy_policy'] = 'I have read and agree to the {$link}Privacy Policy{/$link}.';
|
||||
$lang['delete_personal_information_hint'] = 'Delete all personal information from the system.';
|
||||
$lang['delete_personal_information_hint'] = 'Remove all your appointments and personal information from the system.';
|
||||
$lang['delete_personal_information'] = 'Delete Personal Information';
|
||||
$lang['delete_personal_information_prompt'] = 'Are you sure that you want to delete your personal information? This action cannot be undone.';
|
||||
$lang['location'] = 'Location';
|
||||
|
@ -316,15 +322,10 @@ $lang['timezone'] = 'Timezone';
|
|||
$lang['overwrite_existing_working_plans'] = 'This will overwrite the existing provider working plans, are you sure that you want to continue?';
|
||||
$lang['working_plans_got_updated'] = 'All the working plans got updated.';
|
||||
$lang['apply_to_all_providers'] = 'Apply To All Providers';
|
||||
$lang['display_any_provider'] = 'Display Any Provider Option';
|
||||
$lang['display_any_provider_hint'] = 'The booking page will get an additional option that allows customers to book without specifying a provider.';
|
||||
$lang['load_more'] = 'Load More';
|
||||
$lang['list'] = 'List';
|
||||
$lang['default'] = 'Default';
|
||||
$lang['table'] = 'Table';
|
||||
$lang['date'] = 'Date';
|
||||
$lang['api_token_hint'] = 'Set a secret token in order to enable the token based authentication of the Easy!Appointments API.';
|
||||
$lang['timezone'] = 'Timezone';
|
||||
$lang['overwrite_existing_working_plans'] = 'This will overwrite the existing provider working plans, are you sure that you want to continue?';
|
||||
$lang['working_plans_got_updated'] = 'All the working plans got updated.';
|
||||
$lang['apply_to_all_providers'] = 'Apply To All Providers';
|
||||
$lang['display_any_provider'] = 'Display Any Provider Option';
|
||||
$lang['display_any_provider_hint'] = 'The booking page will get an additional option that allows customers to book without specifying a provider.';
|
||||
|
|
|
@ -16,10 +16,13 @@ $lang['first_name'] = 'Имя';
|
|||
$lang['last_name'] = 'Фамилия';
|
||||
$lang['email'] = 'E-mail';
|
||||
$lang['phone_number'] = 'Номер телефона';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = 'Адрес';
|
||||
$lang['city'] = 'Город';
|
||||
$lang['zip_code'] = 'Индекс';
|
||||
$lang['notes'] = 'Заметки';
|
||||
$lang['language'] = 'Language';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = 'Поля помеченные (*) заполнить.';
|
||||
$lang['appointment_confirmation'] = 'Подтверждение записи';
|
||||
$lang['confirm'] = 'Подтверждено';
|
||||
|
@ -50,6 +53,8 @@ $lang['appointment_added_to_google_calendar'] = 'Ваше назначение
|
|||
$lang['view_appointment_in_google_calendar'] = 'Нажмите сюда для просмотра вашего назначения в Google-календаре.';
|
||||
$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'] = 'Отобразить календарь';
|
||||
|
@ -121,6 +126,7 @@ $lang['admins'] = 'Администраторы';
|
|||
$lang['providers'] = 'Поставщики';
|
||||
$lang['secretaries'] = 'Секретари';
|
||||
$lang['mobile_number'] = 'Мобильный';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'Область';
|
||||
$lang['username'] = 'Логин';
|
||||
$lang['password'] = 'Пароль';
|
||||
|
@ -268,13 +274,13 @@ $lang['require_captcha'] = 'Require CAPTCHA';
|
|||
$lang['require_captcha_hint'] = 'When enabled, the customers will have to type a random generated CAPTCHA string before booking/updating an appointment.';
|
||||
$lang['captcha_is_wrong'] = 'CAPTCHA verification failed, please try again.';
|
||||
$lang['any_provider'] = 'Any Provider';
|
||||
$lang['requested_hour_is_unavailable'] = 'The requested appointment is unfornately not available. Please select a different hour for your appointment.';
|
||||
$lang['requested_hour_is_unavailable'] = 'The requested appointment is unfortunately not available. Please select a different hour for your appointment.';
|
||||
$lang['customer_notifications'] = 'Customer Notifications';
|
||||
$lang['customer_notifications_hint'] = 'Defines whether the customer will receive email notifications whenever there is a schedule change on one of his appointments.';
|
||||
$lang['date_format'] = 'Date Format';
|
||||
$lang['date_format_hint'] = 'Change the date display format (D - Date, M - Month, Y - Year).';
|
||||
$lang['time_format'] = '';
|
||||
$lang['time_format_hint'] = '';
|
||||
$lang['time_format'] = 'Time Format';
|
||||
$lang['time_format_hint'] = 'Change the time display format (H - Hours, M - Minutes).';
|
||||
$lang['first_weekday'] = 'First day of week';
|
||||
$lang['first_weekday_hint'] = 'Set the first day of the calendar week.';
|
||||
$lang['google_analytics_code_hint'] = 'Add your Google Analytics ID to be included in the booking page.';
|
||||
|
@ -296,7 +302,7 @@ $lang['privacy_policy_content'] = 'Privacy Policy Content';
|
|||
$lang['website_using_cookies_to_ensure_best_experience'] = 'This website uses cookies to ensure you get the best experience on our website.';
|
||||
$lang['read_and_agree_to_terms_and_conditions'] = 'I have read and agree to the {$link}Terms & Conditions{/$link}.';
|
||||
$lang['read_and_agree_to_privacy_policy'] = 'I have read and agree to the {$link}Privacy Policy{/$link}.';
|
||||
$lang['delete_personal_information_hint'] = 'Delete all personal information from the system.';
|
||||
$lang['delete_personal_information_hint'] = 'Remove all your appointments and personal information from the system.';
|
||||
$lang['delete_personal_information'] = 'Delete Personal Information';
|
||||
$lang['delete_personal_information_prompt'] = 'Are you sure that you want to delete your personal information? This action cannot be undone.';
|
||||
$lang['location'] = 'Location';
|
||||
|
|
|
@ -16,10 +16,13 @@ $lang['first_name'] = 'Meno';
|
|||
$lang['last_name'] = 'Priezvisko';
|
||||
$lang['email'] = 'Email';
|
||||
$lang['phone_number'] = 'Telefónne číslo';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = 'Adresa';
|
||||
$lang['city'] = 'Mesto';
|
||||
$lang['zip_code'] = 'PSČ';
|
||||
$lang['notes'] = 'Poznámka';
|
||||
$lang['language'] = 'Language';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = 'Polia označené s * sú povinné.';
|
||||
$lang['appointment_confirmation'] = 'Potvrďte rezerváciu';
|
||||
$lang['confirm'] = 'Potvrdiť';
|
||||
|
@ -50,6 +53,8 @@ $lang['appointment_added_to_google_calendar'] = 'Vaša rezervácia bola pridaná
|
|||
$lang['view_appointment_in_google_calendar'] = 'Ak chcete zobraziť vašu rezerváciu v Kalendári Google Kliknite tu.';
|
||||
$lang['appointment_added_to_your_plan'] = 'Nová rezervácia bola pridaná do vášho kalendára.';
|
||||
$lang['appointment_link_description'] = 'Môžete vykonať zmeny v rezervácií kliknutím na odkaz nižšie.';
|
||||
$lang['appointment_locked'] = 'Modification impossible.';
|
||||
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.';
|
||||
$lang['appointment_not_found'] = 'Rezervácia nebola nájdená.';
|
||||
$lang['appointment_does_not_exist_in_db'] = 'Rezervácia, ktorú hľadáte v systéme neexistuje.';
|
||||
$lang['display_calendar'] = 'Zobrazenie kalendára';
|
||||
|
@ -121,6 +126,7 @@ $lang['admins'] = 'Administrátori';
|
|||
$lang['providers'] = 'Pracovníci';
|
||||
$lang['secretaries'] = 'Sekretárky';
|
||||
$lang['mobile_number'] = 'Mobilné číslo';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'Štát';
|
||||
$lang['username'] = 'Užívateľské meno';
|
||||
$lang['password'] = 'Heslo';
|
||||
|
@ -296,7 +302,7 @@ $lang['privacy_policy_content'] = 'Privacy Policy Content';
|
|||
$lang['website_using_cookies_to_ensure_best_experience'] = 'This website uses cookies to ensure you get the best experience on our website.';
|
||||
$lang['read_and_agree_to_terms_and_conditions'] = 'I have read and agree to the {$link}Terms & Conditions{/$link}.';
|
||||
$lang['read_and_agree_to_privacy_policy'] = 'I have read and agree to the {$link}Privacy Policy{/$link}.';
|
||||
$lang['delete_personal_information_hint'] = 'Delete all personal information from the system.';
|
||||
$lang['delete_personal_information_hint'] = 'Remove all your appointments and personal information from the system.';
|
||||
$lang['delete_personal_information'] = 'Delete Personal Information';
|
||||
$lang['delete_personal_information_prompt'] = 'Are you sure that you want to delete your personal information? This action cannot be undone.';
|
||||
$lang['location'] = 'Location';
|
||||
|
|
|
@ -16,10 +16,13 @@ $lang['first_name'] = 'Nombre';
|
|||
$lang['last_name'] = 'Apellido';
|
||||
$lang['email'] = 'Dirección de E-mail';
|
||||
$lang['phone_number'] = 'Número de teléfono';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = 'Domicilio';
|
||||
$lang['city'] = 'Ciudad';
|
||||
$lang['zip_code'] = 'Código postal';
|
||||
$lang['notes'] = 'Notas';
|
||||
$lang['language'] = 'Language';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = 'Los campos con * son obligatorios';
|
||||
$lang['appointment_confirmation'] = 'Confirme la cita';
|
||||
$lang['confirm'] = 'Confirmar';
|
||||
|
@ -50,6 +53,8 @@ $lang['appointment_added_to_google_calendar'] = 'Su cita ha sido agregada a su c
|
|||
$lang['view_appointment_in_google_calendar'] = 'Haga clic aquí para ver su cita en Google Calendar.';
|
||||
$lang['appointment_added_to_your_plan'] = 'Se ha agendado una nueva cita en su calendario.';
|
||||
$lang['appointment_link_description'] = 'Haga clic en la cita para realizar cambios.';
|
||||
$lang['appointment_locked'] = 'Modification impossible.';
|
||||
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.';
|
||||
$lang['appointment_not_found'] = 'No se encontró la cita';
|
||||
$lang['appointment_does_not_exist_in_db'] = 'La cita que usted busca ya no se encuentra en la base de datos del sistema.';
|
||||
$lang['display_calendar'] = 'Mostrar Calendario';
|
||||
|
@ -121,6 +126,7 @@ $lang['admins'] = 'Administradores';
|
|||
$lang['providers'] = 'Proveedores';
|
||||
$lang['secretaries'] = 'Secretarios/as';
|
||||
$lang['mobile_number'] = 'Número de teléfono móvil';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'Estado';
|
||||
$lang['username'] = 'Nombre de usuario';
|
||||
$lang['password'] = 'Contraseña';
|
||||
|
|
|
@ -16,10 +16,13 @@ $lang['first_name'] = 'Förnamn';
|
|||
$lang['last_name'] = 'Efternamn';
|
||||
$lang['email'] = 'Epost';
|
||||
$lang['phone_number'] = 'Telefonnummer';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = 'Adress';
|
||||
$lang['city'] = 'Stad';
|
||||
$lang['zip_code'] = 'Postnummer';
|
||||
$lang['notes'] = 'Noteringar';
|
||||
$lang['language'] = 'Language';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = 'Fält markerade med * måste fyllas i';
|
||||
$lang['appointment_confirmation'] = 'Bekräfta bokningen';
|
||||
$lang['confirm'] = 'Bekräfta';
|
||||
|
@ -50,6 +53,8 @@ $lang['appointment_added_to_google_calendar'] = 'Din bokning är skickad till di
|
|||
$lang['view_appointment_in_google_calendar'] = 'Klicka här för att se bokningen i Google-kalendern.';
|
||||
$lang['appointment_added_to_your_plan'] = 'En ny bokning har lagst till i ditt schema.';
|
||||
$lang['appointment_link_description'] = 'Du kan göra ändringar genom att klicka på länken nedan.';
|
||||
$lang['appointment_locked'] = 'Modification impossible.';
|
||||
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.';
|
||||
$lang['appointment_not_found'] = 'hittade ingen bokning.';
|
||||
$lang['appointment_does_not_exist_in_db'] = 'Den tid du söker finn inte kvar i systemet..';
|
||||
$lang['display_calendar'] = 'Visa kalender.';
|
||||
|
@ -121,6 +126,7 @@ $lang['admins'] = 'Administratörer';
|
|||
$lang['providers'] = 'Leverantörer';
|
||||
$lang['secretaries'] = 'Assistenter';
|
||||
$lang['mobile_number'] = 'Mobilnummer';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'Land';
|
||||
$lang['username'] = 'Användarnamn';
|
||||
$lang['password'] = 'Lösenord';
|
||||
|
@ -305,6 +311,7 @@ $lang['working_plan_exceptions'] = 'Extra arbetsdagar';
|
|||
$lang['working_plan_exceptions_hint'] = 'Lägg till en arbetsdag utanför schemat.';
|
||||
$lang['new_working_plan_exception_title'] = 'Ny arbetsdag';
|
||||
$lang['working_plan_exception_saved'] = 'Den nya arbetsdagen är sparad.';
|
||||
$lang['working_plan_exception_deleted'] = 'Working plan exception deleted successfully.';
|
||||
$lang['add_working_plan_exceptions_during_each_day'] = 'Lägg till arbetsdagar utanför schemat.';
|
||||
$lang['add_working_plan_exception'] = 'Lägg till en arbetsdag.';
|
||||
$lang['require_phone_number'] = 'Kräv telefonnummer.';
|
||||
|
@ -321,3 +328,4 @@ $lang['load_more'] = 'Ladda mer';
|
|||
$lang['list'] = 'Lista';
|
||||
$lang['default'] = 'Standard';
|
||||
$lang['table'] = 'Tabell';
|
||||
$lang['date'] = 'Date';
|
||||
|
|
|
@ -16,10 +16,13 @@ $lang['first_name'] = 'Ad';
|
|||
$lang['last_name'] = 'Soyad';
|
||||
$lang['email'] = 'Eposta';
|
||||
$lang['phone_number'] = 'Telefon No';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = 'Adres';
|
||||
$lang['city'] = 'Şehir';
|
||||
$lang['zip_code'] = 'Posta Kodu';
|
||||
$lang['notes'] = 'Notlar';
|
||||
$lang['language'] = 'Language';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = '* Zorunlu sahalardır.';
|
||||
$lang['appointment_confirmation'] = 'Randevuyu Onaylayın';
|
||||
$lang['confirm'] = 'Onayla';
|
||||
|
@ -50,6 +53,8 @@ $lang['appointment_added_to_google_calendar'] = 'Randevunuz Google Takvim hesab
|
|||
$lang['view_appointment_in_google_calendar'] = 'Google Takvimde randevunuzu görmek için buraya tıklayın.';
|
||||
$lang['appointment_added_to_your_plan'] = 'Planınıza yeni bir randevu eklendi.';
|
||||
$lang['appointment_link_description'] = 'Değişiklik yapmak için aşağıdaki randevu linkine tıklayabilirsiniz.';
|
||||
$lang['appointment_locked'] = 'Modification impossible.';
|
||||
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.';
|
||||
$lang['appointment_not_found'] = 'Randevu Bulunamadı.';
|
||||
$lang['appointment_does_not_exist_in_db'] = 'Talep ettiğiniz randevu artık sistem veri tabanında yer almıyor.';
|
||||
$lang['display_calendar'] = 'Takvimi Görüntüle';
|
||||
|
@ -121,6 +126,7 @@ $lang['admins'] = 'Yöneticiler';
|
|||
$lang['providers'] = 'Hizmet Sağlayıcılar';
|
||||
$lang['secretaries'] = 'Sekreterler';
|
||||
$lang['mobile_number'] = 'Mobil No';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'Eyalet';
|
||||
$lang['username'] = 'Kullanıcı Adı';
|
||||
$lang['password'] = 'Şifre';
|
||||
|
@ -268,13 +274,13 @@ $lang['require_captcha'] = 'Require CAPTCHA';
|
|||
$lang['require_captcha_hint'] = 'When enabled, the customers will have to type a random generated CAPTCHA string before booking/updating an appointment.';
|
||||
$lang['captcha_is_wrong'] = 'CAPTCHA verification failed, please try again.';
|
||||
$lang['any_provider'] = 'Any Provider';
|
||||
$lang['requested_hour_is_unavailable'] = 'The requested appointment is unfornately not available. Please select a different hour for your appointment.';
|
||||
$lang['requested_hour_is_unavailable'] = 'The requested appointment is unfortunately not available. Please select a different hour for your appointment.';
|
||||
$lang['customer_notifications'] = 'Customer Notifications';
|
||||
$lang['customer_notifications_hint'] = 'Defines whether the customer will receive email notifications whenever there is a schedule change on one of his appointments.';
|
||||
$lang['date_format'] = 'Date Format';
|
||||
$lang['date_format_hint'] = 'Change the date display format (D - Date, M - Month, Y - Year).';
|
||||
$lang['time_format'] = '';
|
||||
$lang['time_format_hint'] = '';
|
||||
$lang['time_format'] = 'Time Format';
|
||||
$lang['time_format_hint'] = 'Change the time display format (H - Hours, M - Minutes).';
|
||||
$lang['first_weekday'] = 'First day of week';
|
||||
$lang['first_weekday_hint'] = 'Set the first day of the calendar week.';
|
||||
$lang['google_analytics_code_hint'] = 'Add your Google Analytics ID to be included in the booking page.';
|
||||
|
@ -296,7 +302,7 @@ $lang['privacy_policy_content'] = 'Privacy Policy Content';
|
|||
$lang['website_using_cookies_to_ensure_best_experience'] = 'This website uses cookies to ensure you get the best experience on our website.';
|
||||
$lang['read_and_agree_to_terms_and_conditions'] = 'I have read and agree to the {$link}Terms & Conditions{/$link}.';
|
||||
$lang['read_and_agree_to_privacy_policy'] = 'I have read and agree to the {$link}Privacy Policy{/$link}.';
|
||||
$lang['delete_personal_information_hint'] = 'Delete all personal information from the system.';
|
||||
$lang['delete_personal_information_hint'] = 'Remove all your appointments and personal information from the system.';
|
||||
$lang['delete_personal_information'] = 'Delete Personal Information';
|
||||
$lang['delete_personal_information_prompt'] = 'Are you sure that you want to delete your personal information? This action cannot be undone.';
|
||||
$lang['location'] = 'Location';
|
||||
|
@ -317,7 +323,7 @@ $lang['overwrite_existing_working_plans'] = 'This will overwrite the existing pr
|
|||
$lang['working_plans_got_updated'] = 'All the working plans got updated.';
|
||||
$lang['apply_to_all_providers'] = 'Apply To All Providers';
|
||||
$lang['display_any_provider'] = 'Display Any Provider Option';
|
||||
$lang['display_any_provider_hint'] = 'The booking page will display an additional option that allows customers to book without selecting a particular provider.';
|
||||
$lang['display_any_provider_hint'] = 'The booking page will get an additional option that allows customers to book without specifying a provider.';
|
||||
$lang['load_more'] = 'Load More';
|
||||
$lang['list'] = 'List';
|
||||
$lang['default'] = 'Default';
|
||||
|
|
Loading…
Reference in a new issue