Remove line breaks from translations

This commit is contained in:
Alex Tselegidis 2023-12-08 11:28:24 +01:00
parent c6f231e11e
commit aa10b57b3a
217 changed files with 1841 additions and 3680 deletions

View file

@ -1,6 +1,7 @@
.idea
.github
.run
application/language/*
build
docker
docs

View file

@ -15,12 +15,9 @@ $lang['email_attachment_missing'] = 'غير قادر على إيجاد المل
$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_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'] = 'غير قادر على فتح إتصال مع Sendmail. الرجاء التأكد من الإعدادات.';
$lang['email_no_hostname'] = 'لم تحدد إسم المضيف لـ SMTP.';

View file

@ -49,10 +49,8 @@ $lang['form_validation_max_length'] = 'The {field} field cannot exceed {param} c
$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_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.';
@ -61,14 +59,11 @@ $lang['form_validation_matches'] = 'The {field} field does not match the {param}
$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_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_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}.';

View file

@ -37,8 +37,7 @@
*/
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_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.';

View file

@ -39,23 +39,16 @@ 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_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_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_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.';

View file

@ -38,8 +38,7 @@ $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['thank_you_for_appointment'] = 'شكرا لحجزك معنا موعد . تستطيع رؤية تفاصيل الموعد والحجز أدناه . يمكنك التعديل عليه بالضغط على الرابط.';
$lang['appointment_details_title'] = 'تفاصيل الموعد';
$lang['customer_details_title'] = 'تفاصيل الزبون';
$lang['service'] = 'الخدمة';
@ -177,25 +176,21 @@ $lang['hidden'] = 'مختفي';
$lang['business_logic'] = 'منطق الأعمال';
$lang['current_user'] = 'المستخدم الحالي';
$lang['about_app'] = 'About E!A';
$lang['edit_working_plan_hint'] =
'ضع علامة أسفل الأيام والساعات التي تقبل فيها شركتك المواعيد سوف تكون قادرا على ضبط المواعيد في غير ساعات العمل ولكن الزبائن لن يكونون قادرين على حجز المواعيد في غير فترات العمل ستكون خطة العمل هذه هي الطريقة الافتراضية لكل مزود خدمة جديد ولكنك ستتمكن من تغيير خطة كل مزود خدمة بشكل منفصل عن طريق تعديل سجله بعد ذلك يمكنك إضافة فترات استراحة';
$lang['edit_working_plan_hint'] = 'ضع علامة أسفل الأيام والساعات التي تقبل فيها شركتك المواعيد سوف تكون قادرا على ضبط المواعيد في غير ساعات العمل ولكن الزبائن لن يكونون قادرين على حجز المواعيد في غير فترات العمل ستكون خطة العمل هذه هي الطريقة الافتراضية لكل مزود خدمة جديد ولكنك ستتمكن من تغيير خطة كل مزود خدمة بشكل منفصل عن طريق تعديل سجله بعد ذلك يمكنك إضافة فترات استراحة';
$lang['edit_breaks_hint'] = 'اضافة فترات الاستراحة لكل يوم. فترات الاستراحة هذه سيتم تطبيقها لكل مزودي الخدمات';
$lang['book_advance_timeout'] = 'حجز مهلة مسبقا';
$lang['book_advance_timeout_hint'] = 'تعريف المهلة (بالدقائق) قبل أن يحجز الزبائن الموعد او يقومون باعادة ترتيب حجزهم';
$lang['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['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'] = 'النسخة الحالية';
$lang['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['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'] = 'الموقع الرسمي';
$lang['google_plus_community'] = 'Google+ مجتمع';
$lang['support_group'] = 'مجموعة الدعم';
$lang['project_issues'] = 'مشاكل المشروع';
$lang['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['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'] = 'صفحة الدخول للبرنامج';
@ -211,8 +206,7 @@ $lang['regenerate_password'] = 'اعادة تجديد كلمة المرور';
$lang['go_to_login'] = 'العودة الى صفحة تسجيل الدخول';
$lang['new_password_sent_with_email'] = 'تم ارسال كلمة المرور الى البريد الالكتروني';
$lang['new_account_password'] = 'كلمة المرور للحساب الجديد';
$lang['new_password_is'] =
'يرجى حفظ هذا البريد الالكتروني في مكان آمن ، ويمكنك تغيير كلمة السر من صفحة الاعدادات في البرنامج $password كلمة المرور لحسابك الجديد ';
$lang['new_password_is'] = 'يرجى حفظ هذا البريد الالكتروني في مكان آمن ، ويمكنك تغيير كلمة السر من صفحة الاعدادات في البرنامج $password كلمة المرور لحسابك الجديد ';
$lang['delete_record_prompt'] = 'هل انت متاكد من حذف هذا التسجيل ؟ لا يمكن التراجع عن الحذف بعد حذفه';
$lang['delete_admin'] = 'حذف المسؤول';
$lang['delete_customer'] = 'حذف الزبون';
@ -227,8 +221,7 @@ $lang['unexpected_issues'] = 'مشكلة غير متوقعة';
$lang['unexpected_issues_message'] = 'هذه العملية لا يمكن ان تتم في ظل وجود مشكلة غير متوقعة';
$lang['close'] = 'إغلاق';
$lang['page_not_found'] = 'لم يتم الحثور على الصفحة';
$lang['page_not_found_message'] =
'لم يتم العثور على الصفحة للأسف .يرجى التاكد من الرابط في المتصفح او الذهاب الى مكان آخر باستخدام الازرار أدناه';
$lang['page_not_found_message'] = 'لم يتم العثور على الصفحة للأسف .يرجى التاكد من الرابط في المتصفح او الذهاب الى مكان آخر باستخدام الازرار أدناه';
$lang['error'] = 'خطأ';
$lang['no_privileges'] = 'لا يوجد صلاحيات';
$lang['no_privileges_message'] = 'لا يوجد لك صلاحيات لمعاينة هذه الصفحة . يرجى التوجه الى مكان آخر';
@ -275,8 +268,7 @@ $lang['minute'] = 'الدقيقة';
$lang['google_sync_completed'] = 'اكتملت مزامنة جوجل بنجاح .';
$lang['google_sync_failed'] = 'فشلت المزامنة مع جوجل: تعذر انشاءالاتصال مع الخادم';
$lang['select_google_calendar'] = 'اختيار تقويم جوجل';
$lang['select_google_calendar_prompt'] =
'يرجى اختيار التقويم الذي تريد مزامنته مع مواعيدك. اذا لم تريد اختيار اي تقويم سيتم استخدام التقويم الافتراضي.';
$lang['select_google_calendar_prompt'] = 'يرجى اختيار التقويم الذي تريد مزامنته مع مواعيدك. اذا لم تريد اختيار اي تقويم سيتم استخدام التقويم الافتراضي.';
$lang['google_calendar_selected'] = 'تم اختيار تقويم جوجل بنجاح';
$lang['oops_something_went_wrong'] = 'للأسف ! حصل خطأ ما .';
$lang['could_not_add_to_google_calendar'] = 'لا يمكن اضافة موعدك على تقويم جوجل';
@ -310,14 +302,12 @@ $lang['terms_and_conditions_content'] = 'Terms & Conditions Content';
$lang['privacy_policy'] = 'Privacy Policy';
$lang['display_privacy_policy'] = 'Display Privacy Policy';
$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['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'] = '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['delete_personal_information_prompt'] = 'Are you sure that you want to delete your personal information? This action cannot be undone.';
$lang['location'] = 'Location';
$lang['working_plan_exception'] = 'Working Plan Exception';
$lang['working_plan_exceptions'] = 'Working Plan Exceptions';
@ -328,19 +318,15 @@ $lang['working_plan_exception_deleted'] = 'Working plan exception deleted succes
$lang['add_working_plan_exceptions_during_each_day'] = 'Add working plan exceptions, outside the working plan.';
$lang['add_working_plan_exception'] = 'Add Working Plan Exception';
$lang['require_phone_number'] = 'Require phone number';
$lang['require_phone_number_hint'] =
'When enabled, customers and users will need to enter the customer\'s phone number when booking an appointment';
$lang['require_phone_number_hint'] = 'When enabled, customers and users will need to enter the customer\'s phone number when booking an appointment';
$lang['check_spam_folder'] = 'Please check your spam folder if the email does not arrive within a few minutes.';
$lang['api_token_hint'] =
'Set a secret token in order to enable the token based authentication of the Easy!Appointments API.';
$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['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['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';
@ -351,21 +337,18 @@ $lang['booking_settings'] = 'Booking Settings';
$lang['display'] = 'Display';
$lang['require'] = 'Require';
$lang['color'] = 'Color';
$lang['matomo_analytics_url_hint'] =
'Add the URL to your own Matomo installation to enable Matomo tracking on the booking pages.';
$lang['matomo_analytics_url_hint'] = 'Add the URL to your own Matomo installation to enable Matomo tracking on the booking pages.';
$lang['invalid_phone'] = 'Invalid phone number.';
$lang['legal'] = 'Legal';
$lang['business'] = 'Business';
$lang['account'] = 'Account';
$lang['disable_booking'] = 'Disable Booking';
$lang['disable_booking_hint'] =
'The booking page will be disabled for as long as this setting is active and customers will not be able to register new appointments.';
$lang['disable_booking_hint'] = 'The booking page will be disabled for as long as this setting is active and customers will not be able to register new appointments.';
$lang['display_message'] = 'Display Message';
$lang['booking_is_disabled'] = 'Booking Is Disabled!';
$lang['appearance'] = 'Appearance';
$lang['company_logo'] = 'Company Logo';
$lang['company_logo_hint'] =
'The company logo will be displayed in many places of the app, including the booking page and the notification emails (image file, max 2MB).';
$lang['company_logo_hint'] = 'The company logo will be displayed in many places of the app, including the booking page and the notification emails (image file, max 2MB).';
$lang['company_color'] = 'Company Color';
$lang['company_color_hint'] = 'The company color will be applied across the app so that it the app uses your branding.';
$lang['localization'] = 'Localization';
@ -383,8 +366,7 @@ $lang['add_new_event'] = 'Add New Event';
$lang['what_kind_of_event'] = 'What kind of event would you like to add?';
$lang['theme'] = 'Theme';
$lang['limit_customer_access'] = 'Limit Customer Access';
$lang['limit_customer_access_hint'] =
'If enabled, providers and secretaries will only be able to access customers they have an appointment with.';
$lang['limit_customer_access_hint'] = 'If enabled, providers and secretaries will only be able to access customers they have an appointment with.';
$lang['url'] = 'URL';
$lang['secret_token'] = 'Secret Token';
$lang['verify_ssl'] = 'Verify SSL';
@ -406,33 +388,26 @@ $lang['admin_save'] = 'Admin Save';
$lang['admin_delete'] = 'Admin Delete';
$lang['options'] = 'Options';
$lang['webhooks'] = 'Webhooks';
$lang['webhooks_info'] =
'Webhooks enable you to send HTTP notifications to external web applications in response to various application events, such as the creation of an appointment or the removal of a customer.';
$lang['integrations_info'] =
'Integrations enable you to make third-party connections with external applications and APIs.';
$lang['webhooks_info'] = 'Webhooks enable you to send HTTP notifications to external web applications in response to various application events, such as the creation of an appointment or the removal of a customer.';
$lang['integrations_info'] = 'Integrations enable you to make third-party connections with external applications and APIs.';
$lang['configure'] = 'Configure';
$lang['google_analytics'] = 'Google Analytics';
$lang['google_analytics_info'] =
'Google Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['google_analytics_info'] = 'Google Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['matomo_analytics'] = 'Matomo Analytics';
$lang['matomo_analytics_info'] =
'Matomo Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['matomo_analytics_info'] = 'Matomo Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['api'] = 'API';
$lang['api_info'] =
'API enable you to interact with all the Easy!Appointments data via the HTTP protocol and the available API endpoints and create your own integrations.';
$lang['api_info'] = 'API enable you to interact with all the Easy!Appointments data via the HTTP protocol and the available API endpoints and create your own integrations.';
$lang['google_analytics_code'] = 'Google Analytics Code';
$lang['matomo_analytics_url'] = 'Matomo Analytics URL';
$lang['future_booking_limit'] = 'Future Booking Limit';
$lang['limit_days'] = 'Limit (Days)';
$lang['future_booking_limit_hint'] =
'Set the future limit in days customers can make appointments via the public booking page.';
$lang['future_booking_limit_hint'] = 'Set the future limit in days customers can make appointments via the public booking page.';
$lang['api_token'] = 'API Token';
$lang['allow_rescheduling_cancellation_before'] = 'Allow Rescheduling/Cancellation Before';
$lang['at_least_one_field'] = 'At least one field must be displayed in the booking page.';
$lang['status'] = 'Status';
$lang['appointment_status_options'] = 'Appointment Status Options';
$lang['appointment_status_options_info'] =
'Define a list of available appointment status options that can be used in the the calendar page (the first one will automatically become the default value).';
$lang['appointment_status_options_info'] = 'Define a list of available appointment status options that can be used in the the calendar page (the first one will automatically become the default value).';
$lang['sunday_short'] = 'Sun';
$lang['monday_short'] = 'Mon';
$lang['tuesday_short'] = 'Tue';
@ -470,7 +445,6 @@ $lang['blocked_period'] = 'Blocked Period';
$lang['blocked_periods'] = 'Blocked Periods';
$lang['blocked_period_save'] = 'Blocked Period Save';
$lang['blocked_period_delete'] = 'Blocked Period Delete';
$lang['blocked_periods_hint'] =
'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['blocked_periods_hint'] = 'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['auxiliary_field'] = 'Auxiliary Field';
// End

View file

@ -38,8 +38,7 @@
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_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.';
@ -49,8 +48,7 @@ $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_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.';

View file

@ -10,8 +10,7 @@
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['db_invalid_connection_str'] =
'Невъзможно е да се определят настройките за базата данни от "connection string"-a, който сте въвели.';
$lang['db_invalid_connection_str'] = 'Невъзможно е да се определят настройките за базата данни от "connection string"-a, който сте въвели.';
$lang['db_unable_to_connect'] = 'Не може да се осъществи връзка с Вашата база данни чрез посочените данни.';
$lang['db_unable_to_select'] = 'Не може да избере посочената база данни: %s';
$lang['db_unable_to_create'] = 'Не може да бъде създадена посочената база данни: %s';
@ -19,8 +18,7 @@ $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_batch_missing_index'] = 'Един или повече редове, представени за актуализиране на пакетното обновяване са с липсващ индекс.';
$lang['db_must_use_where'] = 'Актуализации не са позволени, освен ако не съдържат "WHERE" клауза.';
$lang['db_del_must_use_where'] = 'Изтриването не е позволено, освен ако не съдържа "WHERE" или "LIKE" клауза.';
$lang['db_field_param_missing'] = 'При изтеглянето на полета се изисква името на таблицата като параметър.';

View file

@ -16,12 +16,9 @@ $lang['email_attachment_missing'] = 'Не може да се намери при
$lang['email_attachment_unreadable'] = 'Не може да се отвори прикачения файл: %s';
$lang['email_no_from'] = 'Не е посочен подателят на съобщението (From).';
$lang['email_no_recipients'] = 'Трябва да включите получателите: To, Cc или Bcc';
$lang['email_send_failure_phpmail'] =
'Съобщението не може да бъде изпратено чрез PHP mail(). Вашият сървър може да не е конфигуриран да изпраща поща, използвайки този метод.';
$lang['email_send_failure_sendmail'] =
'Съобщението не може да бъде изпратено чрез PHP Sendmail. Вашият сървър може да не е конфигуриран да изпраща поща, използвайки този метод.';
$lang['email_send_failure_smtp'] =
'Съобщението не може да бъде изпратено чрез PHP SMTP. Вашият сървър може да не е конфигуриран да изпраща поща, използвайки този метод.';
$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'] = 'Не може да се отвори връзка към Sendmail. Моля, проверете настройките.';
$lang['email_no_hostname'] = 'Не сте посочили SMTP сървър.';

View file

@ -49,10 +49,8 @@ $lang['form_validation_max_length'] = 'The {field} field cannot exceed {param} c
$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_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.';
@ -61,14 +59,11 @@ $lang['form_validation_matches'] = 'The {field} field does not match the {param}
$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_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_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}.';

View file

@ -37,8 +37,7 @@
*/
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_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.';

View file

@ -39,23 +39,16 @@ 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_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_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_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.';

View file

@ -38,8 +38,7 @@ $lang['appointment_removed_from_schedule'] = 'Следният час бе от
$lang['appointment_details_was_sent_to_you'] = 'Електронно писмо с информация за часа Ви бе изпратено.';
$lang['add_to_google_calendar'] = 'Добавяне в Google Calendar';
$lang['appointment_booked'] = 'Часът Ви бе успешно запазен.';
$lang['thank_you_for_appointment'] =
'Благодарим Ви , че запазихте час при нас. Можете да намерите подробна информация за часът си по-долу. Можете да направите промени като използвате линкът на часът.';
$lang['thank_you_for_appointment'] = 'Благодарим Ви , че запазихте час при нас. Можете да намерите подробна информация за часът си по-долу. Можете да направите промени като използвате линкът на часът.';
$lang['appointment_details_title'] = 'Данни за часът ';
$lang['customer_details_title'] = 'Клиентски данни';
$lang['service'] = 'Услуга';
@ -51,8 +50,7 @@ $lang['name'] = 'Име';
$lang['appointment_link_title'] = 'Линк на часа';
$lang['success'] = 'Успех.';
$lang['appointment_added_to_google_calendar'] = 'Вашият час бе успешно добавен във Вашият Google Calendar профил.';
$lang['view_appointment_in_google_calendar'] =
'Натиснете тук за да прегледате часът си във Вашият 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.';
@ -82,15 +80,13 @@ $lang['hello'] = 'Здравейте';
$lang['all_day'] = 'Цял ден';
$lang['manage_appointment_record_hint'] = 'Управление на всички записи за часове на достъпните изпълнители и услуги.';
$lang['select_filter_item_hint'] = 'Избор на изпълнител или услуга и преглед на часовете в календара.';
$lang['enable_appointment_sync_hint'] =
'Включване на синхронизиране на часове с Google Calendar профила на изпълнителя.';
$lang['enable_appointment_sync_hint'] = 'Включване на синхронизиране на часове с Google Calendar профила на изпълнителя.';
$lang['manage_customers_hint'] = 'Управление на регистрирани клиенти и преглед на исторически данни за часовете им.';
$lang['manage_services_hint'] = 'Управление на наличните услуги и категории на системата.';
$lang['manage_users_hint'] = 'Управление на административните потребители (администратори, изпълнители и секретари).';
$lang['settings_hint'] = 'Задаване на системни и потребителски настройки.';
$lang['log_out_hint'] = 'Изход от системата.';
$lang['unavailability_periods_hint'] =
'По време на периоди, в които изпълнителя не е на разположение, същият няма да приема нови часове.';
$lang['unavailability_periods_hint'] = 'По време на периоди, в които изпълнителя не е на разположение, същият няма да приема нови часове.';
$lang['new_appointment_hint'] = 'Създаване на нов час и запазването му в базата данни.';
$lang['reload_appointments_hint'] = 'Презареждане на календарни часове.';
$lang['trigger_google_sync_hint'] = 'Изпълнение на процес по синхронизация с Google Calendar.';
@ -160,8 +156,7 @@ $lang['friday'] = 'Петък';
$lang['saturday'] = 'Събота';
$lang['sunday'] = 'Неделя';
$lang['breaks'] = 'Почивки';
$lang['add_breaks_during_each_day'] =
'Нанесете почивките за всеки ден. По време на почивките изпълнителя няма да приема часове.';
$lang['add_breaks_during_each_day'] = 'Нанесете почивките за всеки ден. По време на почивките изпълнителя няма да приема часове.';
$lang['day'] = 'Ден';
$lang['days'] = 'Дни';
$lang['actions'] = 'Действия';
@ -169,11 +164,9 @@ $lang['reset_working_plan_hint'] = 'Връщане на работния гра
$lang['company_name'] = 'Име на Организацията';
$lang['company_name_hint'] = 'Името на организацията ще бъде показвано навсякъде в системата (задължително).';
$lang['company_email'] = 'Електронна поща на организацията';
$lang['company_email_hint'] =
'Това ще е електронната поща на организацията. Ще бъде използван като изпращач и получател за системните електронни писма (задължително).';
$lang['company_email_hint'] = 'Това ще е електронната поща на организацията. Ще бъде използван като изпращач и получател за системните електронни писма (задължително).';
$lang['company_link'] = 'Препратка на организацията';
$lang['company_link_hint'] =
'Препратката на организацията би трябвало да сочи към официалната страница на същата (задължително).';
$lang['company_link_hint'] = 'Препратката на организацията би трябвало да сочи към официалната страница на същата (задължително).';
$lang['go_to_booking_page'] = 'Към страница за запазване.';
$lang['settings_saved'] = 'Настройките записани успешно.';
$lang['general'] = 'Общи';
@ -183,46 +176,37 @@ $lang['hidden'] = 'Скрит';
$lang['business_logic'] = 'Бизнес логика';
$lang['current_user'] = 'Текущ потребител';
$lang['about_app'] = 'Относно';
$lang['edit_working_plan_hint'] =
'Моля задайте дните и часовете през, които вашата организация ще приема часове по-долу. Ще ви бъде възможно да редактирате часове в неработни периоди , но клиентите няма да могат да запазват часове в неработни периоди. Този работен график ще бъде избран по подразбиране за всеки нов изпълнител , но Вие можете да променяте графика на всеки изпълнител отделно. След това можете да нанесете почивките.';
$lang['edit_breaks_hint'] =
'Нанасяне на работни почивки за всеки ден. Същите ще се прилагат за всички нови изпълнители.';
$lang['edit_working_plan_hint'] = 'Моля задайте дните и часовете през, които вашата организация ще приема часове по-долу. Ще ви бъде възможно да редактирате часове в неработни периоди , но клиентите няма да могат да запазват часове в неработни периоди. Този работен график ще бъде избран по подразбиране за всеки нов изпълнител , но Вие можете да променяте графика на всеки изпълнител отделно. След това можете да нанесете почивките.';
$lang['edit_breaks_hint'] = 'Нанасяне на работни почивки за всеки ден. Същите ще се прилагат за всички нови изпълнители.';
$lang['book_advance_timeout'] = 'Запазване на предварителна пауза';
$lang['book_advance_timeout_hint'] =
'Дефиниране на пауза (в минути) преди клиентите да могат да запазват или разместват часовете си с организацията.';
$lang['book_advance_timeout_hint'] = 'Дефиниране на пауза (в минути) преди клиентите да могат да запазват или разместват часовете си с организацията.';
$lang['timeout_minutes'] = 'Пауза (в минути)';
$lang['about_app_info'] =
'Това е интернет система с висока гъвкавост позволяваща на клиентите Ви да запазват часовете си чрез интернет пространството. Като добавка , позволява синхронизация с Google Calendar за да може да използвате и други услуги.';
$lang['about_app_info'] = 'Това е интернет система с висока гъвкавост позволяваща на клиентите Ви да запазват часовете си чрез интернет пространството. Като добавка , позволява синхронизация с Google Calendar за да може да използвате и други услуги.';
$lang['current_version'] = 'Текуща версия';
$lang['support'] = 'Поддръжка.';
$lang['about_app_support'] =
'Ако срещнете затруднения с Easy!Appointments, можете да претърсите официалната гугъл група за отговори и потенциални решения. Възможно е да се наложи да създадете нов запис за проблем в страницата за кодът, за да подпомогнете разработчиците.';
$lang['about_app_support'] = 'Ако срещнете затруднения с Easy!Appointments, можете да претърсите официалната гугъл група за отговори и потенциални решения. Възможно е да се наложи да създадете нов запис за проблем в страницата за кодът, за да подпомогнете разработчиците.';
$lang['official_website'] = 'Официална интернет страница.';
$lang['google_plus_community'] = 'Google+ Community';
$lang['support_group'] = 'Support Group';
$lang['project_issues'] = 'Проектни проблеми';
$lang['license'] = 'Лиценз ';
$lang['about_app_license'] =
'тази система е лицензирана спрямо GPLv3 лиценз. Чрез използването на системата по какъвто и да е начин, Вие се съгласявате и приемате условията за изложение на следния интернет адрес: ';
$lang['about_app_license'] = 'тази система е лицензирана спрямо GPLv3 лиценз. Чрез използването на системата по какъвто и да е начин, Вие се съгласявате и приемате условията за изложение на следния интернет адрес: ';
$lang['logout_success'] = 'Излязохте успешно! Използвайте следните бутони за да навигирате към различна страница.';
$lang['book_appointment_title'] = 'Запазване на час';
$lang['backend_section'] = 'Административна секция';
$lang['you_need_to_login'] =
'Здравейте! Нужно е да влезете в потребителския си профил за да достъпите административната секция.';
$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['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'] =
'Новата парола за потребителския профил е……… Моля запазете това електронно писмо за да може да намерите паролата си при нужда. Можете да промените паролата си в секцията за настройки на Вашия профил.';
$lang['new_password_is'] = 'Новата парола за потребителския профил е……… Моля запазете това електронно писмо за да може да намерите паролата си при нужда. Можете да промените паролата си в секцията за настройки на Вашия профил.';
$lang['delete_record_prompt'] = 'Сигурни ли Сте, че искате да заличите този запис? Това действие е необратимо';
$lang['delete_admin'] = 'Заличаване на администратор';
$lang['delete_customer'] = 'Заличаване на клиент';
@ -237,12 +221,10 @@ $lang['unexpected_issues'] = 'Неочаквани проблеми';
$lang['unexpected_issues_message'] = 'Действието не можа да бъде изпълнено поради неочаквани проблеми.';
$lang['close'] = 'Край';
$lang['page_not_found'] = 'Страницата не е намерена.';
$lang['page_not_found_message'] =
'За съжаление търсената от Вас страница не съществува. Моля проверете интернет адреса или посетете друг сегмент като използвате бутоните по-долу.';
$lang['page_not_found_message'] = 'За съжаление търсената от Вас страница не съществува. Моля проверете интернет адреса или посетете друг сегмент като използвате бутоните по-долу.';
$lang['error'] = 'Грешка';
$lang['no_privileges'] = 'Без привилегии';
$lang['no_privileges_message'] =
'Не притежавате нужните привилегии за да достъпите тази страница. Моля посетете друг сегмент.';
$lang['no_privileges_message'] = 'Не притежавате нужните привилегии за да достъпите тази страница. Моля посетете друг сегмент.';
$lang['backend_calendar'] = 'Административен календар';
$lang['start_date_time'] = 'Начало Дата / Час';
$lang['end_date_time'] = 'Край Дата / Час';
@ -262,8 +244,7 @@ $lang['password_length_notice'] = 'Паролата трябва да бъде
$lang['general_settings'] = 'Общи настройки';
$lang['personal_information'] = 'Лична информация';
$lang['system_login'] = 'Вход в системата';
$lang['user_settings_are_invalid'] =
'Потребителските настройки са невалидни! Моля прегледайте настройките си и опитайте отново.';
$lang['user_settings_are_invalid'] = 'Потребителските настройки са невалидни! Моля прегледайте настройките си и опитайте отново.';
$lang['add_break'] = 'Добавяне на почивка';
$lang['january'] = 'Януари';
$lang['february'] = 'Февруари';
@ -287,29 +268,25 @@ $lang['minute'] = 'Минута';
$lang['google_sync_completed'] = 'Google синхронизацията приключи успешно.';
$lang['google_sync_failed'] = 'Google синхронизацията неуспешна: не бе възможно да се осъществи връзка.';
$lang['select_google_calendar'] = 'Избор на Google Calendar';
$lang['select_google_calendar_prompt'] =
'Изберете календарът, който искате да синхронизирате за часовете си. Ако не желаете да изберете специфичен календар, календар по подразбиране ще бъде използван.';
$lang['select_google_calendar_prompt'] = 'Изберете календарът, който искате да синхронизирате за часовете си. Ако не желаете да изберете специфичен календар, календар по подразбиране ще бъде използван.';
$lang['google_calendar_selected'] = 'Google Calendar бе успешно избран.';
$lang['oops_something_went_wrong'] = 'Опааа! Нещо се обърка!Опааа! Нещо се обърка.';
$lang['could_not_add_to_google_calendar'] = 'Вашият час не бе добавен във Вашият Google Calendar.';
$lang['ea_update_success'] = 'Системата Обновена успешно';
$lang['require_captcha'] = 'Изискване на CAPTCHA';
$lang['require_captcha_hint'] =
'Когато е активно, потребителя , ще трябва да въведе произволно генерирани символи за да запише или промени час.';
$lang['require_captcha_hint'] = 'Когато е активно, потребителя , ще трябва да въведе произволно генерирани символи за да запише или промени час.';
$lang['captcha_is_wrong'] = 'CAPTCHA verification failed, please try again.';
$lang['any_provider'] = 'Произволен Изпълнител';
$lang['requested_hour_is_unavailable'] = 'Заявеният от Вас час не е наличен. Моля изберете друг час.';
$lang['customer_notifications'] = 'Клиентски Известия';
$lang['customer_notifications_hint'] =
'Дефинира дали клиентът ще получава известия посредством електронна поща, когато има промяна в графика, съдържащ негов запазен час.';
$lang['customer_notifications_hint'] = 'Дефинира дали клиентът ще получава известия посредством електронна поща, когато има промяна в графика, съдържащ негов запазен час.';
$lang['date_format'] = 'Формат на Дата';
$lang['date_format_hint'] = 'Промяна на дормат за показ на дата (D - дата, M - месец, Y - година).';
$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'] =
'Добавете Google Analytics ID за да бъде включена статистика в страницата за запазване на час.';
$lang['google_analytics_code_hint'] = 'Добавете Google Analytics ID за да бъде включена статистика в страницата за запазване на час.';
$lang['availabilities_type'] = 'Типове на работен период.';
$lang['flexible'] = 'Гъвкав';
$lang['fixed'] = 'Фиксиран';
@ -325,14 +302,12 @@ $lang['terms_and_conditions_content'] = 'Terms & Conditions Content';
$lang['privacy_policy'] = 'Privacy Policy';
$lang['display_privacy_policy'] = 'Display Privacy Policy';
$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['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'] = '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['delete_personal_information_prompt'] = 'Are you sure that you want to delete your personal information? This action cannot be undone.';
$lang['location'] = 'Location';
$lang['working_plan_exception'] = 'Working Plan Exception';
$lang['working_plan_exceptions'] = 'Working Plan Exceptions';
@ -343,19 +318,15 @@ $lang['working_plan_exception_deleted'] = 'Working plan exception deleted succes
$lang['add_working_plan_exceptions_during_each_day'] = 'Add working plan exceptions, outside the working plan.';
$lang['add_working_plan_exception'] = 'Add Working Plan Exception';
$lang['require_phone_number'] = 'Require phone number';
$lang['require_phone_number_hint'] =
'When enabled, customers and users will need to enter the customer\'s phone number when booking an appointment';
$lang['require_phone_number_hint'] = 'When enabled, customers and users will need to enter the customer\'s phone number when booking an appointment';
$lang['check_spam_folder'] = 'Please check your spam folder if the email does not arrive within a few minutes.';
$lang['api_token_hint'] =
'Set a secret token in order to enable the token based authentication of the Easy!Appointments API.';
$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['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['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';
@ -366,21 +337,18 @@ $lang['booking_settings'] = 'Booking Settings';
$lang['display'] = 'Display';
$lang['require'] = 'Require';
$lang['color'] = 'Color';
$lang['matomo_analytics_url_hint'] =
'Add the URL to your own Matomo installation to enable Matomo tracking on the booking pages.';
$lang['matomo_analytics_url_hint'] = 'Add the URL to your own Matomo installation to enable Matomo tracking on the booking pages.';
$lang['invalid_phone'] = 'Invalid phone number.';
$lang['legal'] = 'Legal';
$lang['business'] = 'Business';
$lang['account'] = 'Account';
$lang['disable_booking'] = 'Disable Booking';
$lang['disable_booking_hint'] =
'The booking page will be disabled for as long as this setting is active and customers will not be able to register new appointments.';
$lang['disable_booking_hint'] = 'The booking page will be disabled for as long as this setting is active and customers will not be able to register new appointments.';
$lang['display_message'] = 'Display Message';
$lang['booking_is_disabled'] = 'Booking Is Disabled!';
$lang['appearance'] = 'Appearance';
$lang['company_logo'] = 'Company Logo';
$lang['company_logo_hint'] =
'The company logo will be displayed in many places of the app, including the booking page and the notification emails (image file, max 2MB).';
$lang['company_logo_hint'] = 'The company logo will be displayed in many places of the app, including the booking page and the notification emails (image file, max 2MB).';
$lang['company_color'] = 'Company Color';
$lang['company_color_hint'] = 'The company color will be applied across the app so that it the app uses your branding.';
$lang['localization'] = 'Localization';
@ -398,8 +366,7 @@ $lang['add_new_event'] = 'Add New Event';
$lang['what_kind_of_event'] = 'What kind of event would you like to add?';
$lang['theme'] = 'Theme';
$lang['limit_customer_access'] = 'Limit Customer Access';
$lang['limit_customer_access_hint'] =
'If enabled, providers and secretaries will only be able to access customers they have an appointment with.';
$lang['limit_customer_access_hint'] = 'If enabled, providers and secretaries will only be able to access customers they have an appointment with.';
$lang['url'] = 'URL';
$lang['secret_token'] = 'Secret Token';
$lang['verify_ssl'] = 'Verify SSL';
@ -421,33 +388,26 @@ $lang['admin_save'] = 'Admin Save';
$lang['admin_delete'] = 'Admin Delete';
$lang['options'] = 'Options';
$lang['webhooks'] = 'Webhooks';
$lang['webhooks_info'] =
'Webhooks enable you to send HTTP notifications to external web applications in response to various application events, such as the creation of an appointment or the removal of a customer.';
$lang['integrations_info'] =
'Integrations enable you to make third-party connections with external applications and APIs.';
$lang['webhooks_info'] = 'Webhooks enable you to send HTTP notifications to external web applications in response to various application events, such as the creation of an appointment or the removal of a customer.';
$lang['integrations_info'] = 'Integrations enable you to make third-party connections with external applications and APIs.';
$lang['configure'] = 'Configure';
$lang['google_analytics'] = 'Google Analytics';
$lang['google_analytics_info'] =
'Google Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['google_analytics_info'] = 'Google Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['matomo_analytics'] = 'Matomo Analytics';
$lang['matomo_analytics_info'] =
'Matomo Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['matomo_analytics_info'] = 'Matomo Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['api'] = 'API';
$lang['api_info'] =
'API enable you to interact with all the Easy!Appointments data via the HTTP protocol and the available API endpoints and create your own integrations.';
$lang['api_info'] = 'API enable you to interact with all the Easy!Appointments data via the HTTP protocol and the available API endpoints and create your own integrations.';
$lang['google_analytics_code'] = 'Google Analytics Code';
$lang['matomo_analytics_url'] = 'Matomo Analytics URL';
$lang['future_booking_limit'] = 'Future Booking Limit';
$lang['limit_days'] = 'Limit (Days)';
$lang['future_booking_limit_hint'] =
'Set the future limit in days customers can make appointments via the public booking page.';
$lang['future_booking_limit_hint'] = 'Set the future limit in days customers can make appointments via the public booking page.';
$lang['api_token'] = 'API Token';
$lang['allow_rescheduling_cancellation_before'] = 'Allow Rescheduling/Cancellation Before';
$lang['at_least_one_field'] = 'At least one field must be displayed in the booking page.';
$lang['status'] = 'Status';
$lang['appointment_status_options'] = 'Appointment Status Options';
$lang['appointment_status_options_info'] =
'Define a list of available appointment status options that can be used in the the calendar page (the first one will automatically become the default value).';
$lang['appointment_status_options_info'] = 'Define a list of available appointment status options that can be used in the the calendar page (the first one will automatically become the default value).';
$lang['sunday_short'] = 'Sun';
$lang['monday_short'] = 'Mon';
$lang['tuesday_short'] = 'Tue';
@ -485,7 +445,6 @@ $lang['blocked_period'] = 'Blocked Period';
$lang['blocked_periods'] = 'Blocked Periods';
$lang['blocked_period_save'] = 'Blocked Period Save';
$lang['blocked_period_delete'] = 'Blocked Period Delete';
$lang['blocked_periods_hint'] =
'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['blocked_periods_hint'] = 'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['auxiliary_field'] = 'Auxiliary Field';
// End

View file

@ -38,8 +38,7 @@
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_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.';
@ -49,8 +48,7 @@ $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_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.';

View file

@ -37,8 +37,7 @@
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['db_invalid_connection_str'] =
'Unable to determine the database settings based on the connection string you submitted.';
$lang['db_invalid_connection_str'] = 'Unable to determine the database settings based on the connection string you submitted.';
$lang['db_unable_to_connect'] = 'Unable to connect to your database server using the provided settings.';
$lang['db_unable_to_select'] = 'Unable to select the specified database: %s';
$lang['db_unable_to_create'] = 'Unable to create the specified database: %s';

View file

@ -43,12 +43,9 @@ $lang['email_attachment_missing'] = 'Unable to locate the following email attach
$lang['email_attachment_unreadable'] = 'Unable to open this attachment: %s';
$lang['email_no_from'] = 'Cannot send mail with no "From" header.';
$lang['email_no_recipients'] = 'You must include recipients: To, Cc, or Bcc';
$lang['email_send_failure_phpmail'] =
'Unable to send email using PHP mail(). Your server might not be configured to send mail using this method.';
$lang['email_send_failure_sendmail'] =
'Unable to send email using PHP Sendmail. Your server might not be configured to send mail using this method.';
$lang['email_send_failure_smtp'] =
'Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method.';
$lang['email_send_failure_phpmail'] = 'Unable to send email using PHP mail(). Your server might not be configured to send mail using this method.';
$lang['email_send_failure_sendmail'] = 'Unable to send email using PHP Sendmail. Your server might not be configured to send mail using this method.';
$lang['email_send_failure_smtp'] = 'Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method.';
$lang['email_sent'] = 'Your message has been successfully sent using the following protocol: %s';
$lang['email_no_socket'] = 'Unable to open a socket to Sendmail. Please check settings.';
$lang['email_no_hostname'] = 'You did not specify a SMTP hostname.';

View file

@ -49,10 +49,8 @@ $lang['form_validation_max_length'] = 'The {field} field cannot exceed {param} c
$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_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.';
@ -61,14 +59,11 @@ $lang['form_validation_matches'] = 'The {field} field does not match the {param}
$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_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_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}.';

View file

@ -37,8 +37,7 @@
*/
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_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.';

View file

@ -39,23 +39,16 @@ 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_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_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_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.';

View file

@ -34,14 +34,11 @@ $lang['cancel_appointment_title'] = 'Cancel·lació de la cita';
$lang['appointment_cancelled'] = 'La vostra cita s\'ha cancel·lat correctament.';
$lang['appointment_cancelled_title'] = 'Cita cancel·lada';
$lang['reason'] = 'Motiu';
$lang['appointment_removed_from_schedule'] =
'La cita següent ha estat eliminada de la planificació de l\'organització.';
$lang['appointment_details_was_sent_to_you'] =
'Se us ha enviat un correu electrònic amb els detalls de la cita on també podreu modificar-la o anul·lar-la.';
$lang['appointment_removed_from_schedule'] = 'La cita següent ha estat eliminada de la planificació de l\'organització.';
$lang['appointment_details_was_sent_to_you'] = 'Se us ha enviat un correu electrònic amb els detalls de la cita on també podreu modificar-la o anul·lar-la.';
$lang['add_to_google_calendar'] = 'Afegeix al Google Calendar';
$lang['appointment_booked'] = 'La vostra cita s\'ha reservat correctament.';
$lang['thank_you_for_appointment'] =
'Gràcies per reservar una cita amb nosaltres. A sota, podeu veure els detalls de la cita. Podeu fer canvis clicant a l\'enllaç de la cita.';
$lang['thank_you_for_appointment'] = 'Gràcies per reservar una cita amb nosaltres. A sota, podeu veure els detalls de la cita. Podeu fer canvis clicant a l\'enllaç de la cita.';
$lang['appointment_details_title'] = 'Detalls de la cita';
$lang['customer_details_title'] = 'Detalls del client';
$lang['service'] = 'Servei';
@ -83,15 +80,13 @@ $lang['hello'] = 'Hola';
$lang['all_day'] = 'Tot el dia';
$lang['manage_appointment_record_hint'] = 'Gestiona totes les cites enregistrades de proveïdors i serveis disponibles.';
$lang['select_filter_item_hint'] = 'Selecciona un proveïdor o un servei i visualitza les cites al calendari.';
$lang['enable_appointment_sync_hint'] =
'Permet la sincronització de cites amb el compte de Google Calendar del proveïdor.';
$lang['enable_appointment_sync_hint'] = 'Permet la sincronització de cites amb el compte de Google Calendar del proveïdor.';
$lang['manage_customers_hint'] = 'Gestiona els clients registrats i mostra el seu historial de reserves.';
$lang['manage_services_hint'] = 'Gestiona els serveis disponibles i les categories del sistema.';
$lang['manage_users_hint'] = 'Gestiona els usuaris gestors (administradors, proveïdors, secretaris).';
$lang['settings_hint'] = 'Configura les opcions del sistema i dels usuaris.';
$lang['log_out_hint'] = 'Surt del sistema.';
$lang['unavailability_periods_hint'] =
'Durant els períodes de no disponibilitat el proveïdor no acceptarà noves cites.';
$lang['unavailability_periods_hint'] = 'Durant els períodes de no disponibilitat el proveïdor no acceptarà noves cites.';
$lang['new_appointment_hint'] = 'Crea una nova cita i emmagatzema-la a la base de dades.';
$lang['reload_appointments_hint'] = 'Recarrega el calendari de cites.';
$lang['trigger_google_sync_hint'] = 'Dispara el procés de sincronització amb el Google Calendar.';
@ -169,8 +164,7 @@ $lang['reset_working_plan_hint'] = 'Reinicia la planificació de treball als val
$lang['company_name'] = 'Nom de l\'organització';
$lang['company_name_hint'] = 'El nom de l\'organització es mostrarà arreu del sistema (necessari).';
$lang['company_email'] = 'Correu de l\'organització';
$lang['company_email_hint'] =
'Aquest serà l\'adreça de correu electrònic de l\'organització. S\'utilitzarà com a remitent i adreça de resposta dels correus del sistema (necessari).';
$lang['company_email_hint'] = 'Aquest serà l\'adreça de correu electrònic de l\'organització. S\'utilitzarà com a remitent i adreça de resposta dels correus del sistema (necessari).';
$lang['company_link'] = 'Enllaç a l\'organització';
$lang['company_link_hint'] = 'L\'enllaç a l\'organització hauria d\'enllaçar el seu lloc web oficial (necessari).';
$lang['go_to_booking_page'] = 'Ves a la pàgina de reserves';
@ -182,27 +176,21 @@ $lang['hidden'] = 'Amagat';
$lang['business_logic'] = 'Lògica de negoci';
$lang['current_user'] = 'Usuari actual';
$lang['about_app'] = 'Quant a Easy!Appointments';
$lang['edit_working_plan_hint'] =
'Marqueu a sota els dies i les hores que la vostra organització acceptarà cites. Podreu ajustar les cites a les hores no laborables, però els clients no podran reservar cites en aquest períodes. Aquesta planificació de treball serà utilitzada per defecte per cada nou proveïdor, però podreu canviar cadascuna de les planificacions dels proveïdors de forma separada. Finalment, podeu afegir els períodes de pausa.';
$lang['edit_breaks_hint'] =
'Afegiu pauses per a cadascun dels dies. Aquestes pauses s\'aplicaran a tots els nous proveïdors.';
$lang['edit_working_plan_hint'] = 'Marqueu a sota els dies i les hores que la vostra organització acceptarà cites. Podreu ajustar les cites a les hores no laborables, però els clients no podran reservar cites en aquest períodes. Aquesta planificació de treball serà utilitzada per defecte per cada nou proveïdor, però podreu canviar cadascuna de les planificacions dels proveïdors de forma separada. Finalment, podeu afegir els períodes de pausa.';
$lang['edit_breaks_hint'] = 'Afegiu pauses per a cadascun dels dies. Aquestes pauses s\'aplicaran a tots els nous proveïdors.';
$lang['book_advance_timeout'] = 'Temps límit de modificació/cancel·lació';
$lang['book_advance_timeout_hint'] =
'Defineix el temps límit (en minuts) a partir del qual els clients no poden reservar una hora o modificar una cita.';
$lang['book_advance_timeout_hint'] = 'Defineix el temps límit (en minuts) a partir del qual els clients no poden reservar una hora o modificar una cita.';
$lang['timeout_minutes'] = 'Temps límit de reserva (minuts)';
$lang['about_app_info'] =
'Easy!Appointments és una aplicació web molt ajustable que permet als vostres clients reservar cites amb vosaltres a través del web. A més, us permet sincronitzar amb Google Calendar de manera que ho podeu usar amb altres serveis.';
$lang['about_app_info'] = 'Easy!Appointments és una aplicació web molt ajustable que permet als vostres clients reservar cites amb vosaltres a través del web. A més, us permet sincronitzar amb Google Calendar de manera que ho podeu usar amb altres serveis.';
$lang['current_version'] = 'Versió actual';
$lang['support'] = 'Suport';
$lang['about_app_support'] =
'Si trobeu qualsevol problema fent servir Easy!Appointments, podeu consultar el Google Group per a trobar respostes. També podeu crear noves incidències a la pàgina de Google Code per ajudar al desenvolupament.';
$lang['about_app_support'] = 'Si trobeu qualsevol problema fent servir Easy!Appointments, podeu consultar el Google Group per a trobar respostes. També podeu crear noves incidències a la pàgina de Google Code per ajudar al desenvolupament.';
$lang['official_website'] = 'Lloc web oficial';
$lang['google_plus_community'] = 'Comunitat Google+';
$lang['support_group'] = 'Grup de suport';
$lang['project_issues'] = 'Incidències del projecte';
$lang['license'] = 'Llicència';
$lang['about_app_license'] =
'Easy!Appointments es distribueix amb una llicència GPLv3. Usant el codi d\'Easy!Appointments de qualsevol manera, esteu consentint els termes descrits en la següent URL:';
$lang['about_app_license'] = 'Easy!Appointments es distribueix amb una llicència GPLv3. Usant el codi d\'Easy!Appointments de qualsevol manera, esteu consentint els termes descrits en la següent URL:';
$lang['logout_success'] = 'Heu sortit correctament! Cliqueu en un dels següents botons per navegar a una altra pàgina.';
$lang['book_appointment_title'] = 'Reserva una cita';
$lang['backend_section'] = 'Administració';
@ -212,15 +200,13 @@ $lang['enter_password_here'] = 'Introduïu la vostra contrasenya...';
$lang['login'] = 'Entra';
$lang['forgot_your_password'] = 'Heu oblidat la contrasenya?';
$lang['login_failed'] = 'Entrada fallida, introduïu les credencials correctes i proveu-ho un altre cop.';
$lang['type_username_and_email_for_new_password'] =
'Teclegeu el vostre nom d\'usuari i la vostra adreça de correu per obtenir una nova contrasenya.';
$lang['type_username_and_email_for_new_password'] = 'Teclegeu el vostre nom d\'usuari i la vostra adreça de correu per obtenir una nova contrasenya.';
$lang['enter_email_here'] = 'Introdueix el teu correu aquí...';
$lang['regenerate_password'] = 'Regenera la contrasenya';
$lang['go_to_login'] = 'Torna a la pàgina d\'entrada';
$lang['new_password_sent_with_email'] = 'La vostra nova contrasenya se us ha enviat per correu electrònic.';
$lang['new_account_password'] = 'Nova contrasenya';
$lang['new_password_is'] =
'La vostra nova contrasenya és $password. Deseu aquest correu per tal de poder recuperar la contrasenya si és necessari. Podeu canviar aquesta contrasenya a la pàgina de configuracions.';
$lang['new_password_is'] = 'La vostra nova contrasenya és $password. Deseu aquest correu per tal de poder recuperar la contrasenya si és necessari. Podeu canviar aquesta contrasenya a la pàgina de configuracions.';
$lang['delete_record_prompt'] = 'Esteu segurs que voleu eliminar aquest registre? Aquesta acció no es pot desfer.';
$lang['delete_admin'] = 'Elimina un administrador';
$lang['delete_customer'] = 'Elimina un client';
@ -235,19 +221,16 @@ $lang['unexpected_issues'] = 'Problemes inesperats';
$lang['unexpected_issues_message'] = 'L\'operació no s\'ha pogut completar degut a problemes inesperats.';
$lang['close'] = 'Tanca';
$lang['page_not_found'] = 'No s\'ha trobat la pàgina';
$lang['page_not_found_message'] =
'La pàgina que heu demanat no existeix. Comproveu la URL del vostre navegador o dirigiu-vos a un altre lloc clicant els botons de sota.';
$lang['page_not_found_message'] = 'La pàgina que heu demanat no existeix. Comproveu la URL del vostre navegador o dirigiu-vos a un altre lloc clicant els botons de sota.';
$lang['error'] = 'Error';
$lang['no_privileges'] = 'Permisos insuficients';
$lang['no_privileges_message'] =
'No teniu el permisos requerits per veure aquesta pàgina. Navegueu a una altra secció.';
$lang['no_privileges_message'] = 'No teniu el permisos requerits per veure aquesta pàgina. Navegueu a una altra secció.';
$lang['backend_calendar'] = 'Calendari de gestió';
$lang['start_date_time'] = 'Data/Hora d\'inici';
$lang['end_date_time'] = 'Data/Hora de fi';
$lang['licensed_under'] = 'Amb llicència';
$lang['unexpected_issues_occurred'] = 'Hi han hagut alguns problemes.';
$lang['service_communication_error'] =
'Hi hagut un problema de comunicació amb el servidor, intenteu-ho una altra vegada.';
$lang['service_communication_error'] = 'Hi hagut un problema de comunicació amb el servidor, intenteu-ho una altra vegada.';
$lang['no_privileges_edit_appointments'] = 'No teniu els permissos necessaris per editar les cites.';
$lang['unavailability_updated'] = 'El període de temps de no disponibilitat s\'ha actualitzat correctament.';
$lang['appointments'] = 'Cites';
@ -261,8 +244,7 @@ $lang['password_length_notice'] = 'La contrasenya ha de tenir almenys $number ca
$lang['general_settings'] = 'Configuracions generals';
$lang['personal_information'] = 'Informació personal';
$lang['system_login'] = 'Entrada al sistema';
$lang['user_settings_are_invalid'] =
'Les configuració d\'usuari no User settings are invalid! Please review your settings and try again.';
$lang['user_settings_are_invalid'] = 'Les configuració d\'usuari no User settings are invalid! Please review your settings and try again.';
$lang['add_break'] = 'Afegeix una pausa';
$lang['january'] = 'Gener';
$lang['february'] = 'Febrer';
@ -284,25 +266,20 @@ $lang['time'] = 'Hora';
$lang['hour'] = 'Hora';
$lang['minute'] = 'Minut';
$lang['google_sync_completed'] = 'La sincronització amb Google s\'ha completat correctament.';
$lang['google_sync_failed'] =
'La sincronització amb Google ha fallat: no s\'ha pogut establir la connexió amb el servidor.';
$lang['google_sync_failed'] = 'La sincronització amb Google ha fallat: no s\'ha pogut establir la connexió amb el servidor.';
$lang['select_google_calendar'] = 'Selecciona un Google Calendar';
$lang['select_google_calendar_prompt'] =
'Seleccioneu el calendari que voleu sincronitzar amb les vostres cites. Si no seleccioneu un calendari específic, s\'usarà el calendari per defecte.';
$lang['select_google_calendar_prompt'] = 'Seleccioneu el calendari que voleu sincronitzar amb les vostres cites. Si no seleccioneu un calendari específic, s\'usarà el calendari per defecte.';
$lang['google_calendar_selected'] = 'El Google calendar s\'ha seleccionat correctament.';
$lang['oops_something_went_wrong'] = 'Ups! Alguna cosa no ha funcionat bé.';
$lang['could_not_add_to_google_calendar'] = 'La vostra cita no s\'ha pogut afegir al vostre compte de Google Calendar.';
$lang['ea_update_success'] = 'Easy!Appointments s\'ha actualitzat correctament.';
$lang['require_captcha'] = 'Requereix un CAPTCHA';
$lang['require_captcha_hint'] =
'Quan s\'habilita, els clients hauran de teclejar una cadena CAPTCHA generada aleatòriament abans de reservar o actualitzar una cita.';
$lang['require_captcha_hint'] = 'Quan s\'habilita, els clients hauran de teclejar una cadena CAPTCHA generada aleatòriament abans de reservar o actualitzar una cita.';
$lang['captcha_is_wrong'] = 'La verificació del CAPTCHA ha fallat, torneu-ho a intentar.';
$lang['any_provider'] = 'Qualsevol proveïdor';
$lang['requested_hour_is_unavailability'] =
'La cita que demaneu no està disponible. Seleccioneu una hora diferent per a la vostra cita.';
$lang['requested_hour_is_unavailability'] = 'La cita que demaneu no està disponible. Seleccioneu una hora diferent per a la vostra cita.';
$lang['customer_notifications'] = 'Notificacions als clients';
$lang['customer_notifications_hint'] =
'Defineix si el client rebrà notificacions per correu electrònic quan hi hagi un canvi en la planificació de les seves cites.';
$lang['customer_notifications_hint'] = 'Defineix si el client rebrà notificacions per correu electrònic quan hi hagi un canvi en la planificació de les seves cites.';
$lang['date_format'] = 'Format de data';
$lang['date_format_hint'] = 'Canvia el format de visualització de la data (D - Dia, M - Mes, Y - Any).';
$lang['time_format'] = 'Format d\'hora';
@ -325,15 +302,12 @@ $lang['terms_and_conditions_content'] = 'Contingut dels termes i condicions';
$lang['privacy_policy'] = 'Política de privacitat';
$lang['display_privacy_policy'] = 'Mostra la política de privacitat';
$lang['privacy_policy_content'] = 'Contingut de la política de privacitat';
$lang['website_using_cookies_to_ensure_best_experience'] =
'Aquest lloc web usa cookies per assegurar-se que obteniu la millor experiència navegant pel nostre web.';
$lang['read_and_agree_to_terms_and_conditions'] =
'He llegit i estic d\'acord amb els {$link}Termes i condicions{/$link}.';
$lang['website_using_cookies_to_ensure_best_experience'] = 'Aquest lloc web usa cookies per assegurar-se que obteniu la millor experiència navegant pel nostre web.';
$lang['read_and_agree_to_terms_and_conditions'] = 'He llegit i estic d\'acord amb els {$link}Termes i condicions{/$link}.';
$lang['read_and_agree_to_privacy_policy'] = 'He llegit i estic d\'acord amb la {$link}Política de privacitat{/$link}.';
$lang['delete_personal_information_hint'] = 'Elimineu les vostres dades del sistema (i les cites associades).';
$lang['delete_personal_information'] = 'Eliminació de dades personals';
$lang['delete_personal_information_prompt'] =
'Esteu segur que voleu eliminar la vostra informació personal? Aquesta acció no es pot desfer.';
$lang['delete_personal_information_prompt'] = 'Esteu segur que voleu eliminar la vostra informació personal? Aquesta acció no es pot desfer.';
$lang['location'] = 'Ubicació';
$lang['working_plan_exception'] = 'Excepció del pla de treball';
$lang['working_plan_exceptions'] = 'Excepcions del pla de treball';
@ -344,19 +318,15 @@ $lang['working_plan_exception_deleted'] = 'L\'excepció del pla de treball s\'ha
$lang['add_working_plan_exceptions_during_each_day'] = 'Afegeix excepcions al pla de treball, fora del pla de treball.';
$lang['add_working_plan_exception'] = 'Afegeix una excepció al pla de treball';
$lang['require_phone_number'] = 'Requereix el número de telèfon';
$lang['require_phone_number_hint'] =
'Quan està activat, els clients i els usuaris hauran d\'introduir el número de telèfon al reservar una cita';
$lang['require_phone_number_hint'] = 'Quan està activat, els clients i els usuaris hauran d\'introduir el número de telèfon al reservar una cita';
$lang['check_spam_folder'] = 'Comproveu la vostra carpeta de correu brossa si el correu no arriba en uns minuts.';
$lang['api_token_hint'] =
'Establiu un token secret per permetre l\'autenticació basada en tokens de l\'API d\'Easy!Appointments.';
$lang['api_token_hint'] = 'Establiu un token secret per permetre l\'autenticació basada en tokens de l\'API d\'Easy!Appointments.';
$lang['timezone'] = 'Zona horària';
$lang['overwrite_existing_working_plans'] =
'Això sobreescriurà els plans de treball existents del proveïdor, esteu segur que voleu continuar?';
$lang['overwrite_existing_working_plans'] = 'Això sobreescriurà els plans de treball existents del proveïdor, esteu segur que voleu continuar?';
$lang['working_plans_got_updated'] = 'S\'han actualitzat tots els plans de treball.';
$lang['apply_to_all_providers'] = 'Aplica-ho a tots els proveïdors';
$lang['display_any_provider'] = 'Mostra l\'opció de Qualsevol proveïdor';
$lang['display_any_provider_hint'] =
'La pàgina de reserva mostrarà una opció addicional que permet als clients reservar sense especificar un proveïdor.';
$lang['display_any_provider_hint'] = 'La pàgina de reserva mostrarà una opció addicional que permet als clients reservar sense especificar un proveïdor.';
$lang['load_more'] = 'Carrega\'n més';
$lang['list'] = 'Llista';
$lang['default'] = 'Per defecte';
@ -367,24 +337,20 @@ $lang['booking_settings'] = 'Paràmetres de reserva';
$lang['display'] = 'Mostra';
$lang['require'] = 'Fes obligatori';
$lang['color'] = 'Color';
$lang['matomo_analytics_url_hint'] =
'Afegiu la URL de la vostra instal·lació de Matomo per permetre el seguiment de Matomo de les pàgines de reserves.';
$lang['matomo_analytics_url_hint'] = 'Afegiu la URL de la vostra instal·lació de Matomo per permetre el seguiment de Matomo de les pàgines de reserves.';
$lang['invalid_phone'] = 'Número de telèfon no vàlid.';
$lang['legal'] = 'Legal';
$lang['business'] = 'Negoci';
$lang['account'] = 'Compte';
$lang['disable_booking'] = 'Desactiva les cites';
$lang['disable_booking_hint'] =
'La pàgina de reserva de cites es desactivarà mentre aquest paràmetre estigui actiu i els clients no podran realitzar noves cites.';
$lang['disable_booking_hint'] = 'La pàgina de reserva de cites es desactivarà mentre aquest paràmetre estigui actiu i els clients no podran realitzar noves cites.';
$lang['display_message'] = 'Mostra el missatge';
$lang['booking_is_disabled'] = 'La reserva està deshabilitada!';
$lang['appearance'] = 'Aparença';
$lang['company_logo'] = 'Logotip de l\'empresa';
$lang['company_logo_hint'] =
'El logotip de la companyia es mostrarà en molts llocs de l\'aplicació, incloent les pàgines de reserva i als correus de notificació (mida màxima del fitxer 2 MB).';
$lang['company_logo_hint'] = 'El logotip de la companyia es mostrarà en molts llocs de l\'aplicació, incloent les pàgines de reserva i als correus de notificació (mida màxima del fitxer 2 MB).';
$lang['company_color'] = 'Color d\'empresa';
$lang['company_color_hint'] =
'El color d\'empresa es farà servir arreu del sistema per poder-lo adaptar a la vostra imatge d\'empresa.';
$lang['company_color_hint'] = 'El color d\'empresa es farà servir arreu del sistema per poder-lo adaptar a la vostra imatge d\'empresa.';
$lang['localization'] = 'Localització';
$lang['integrations'] = 'Integracions';
$lang['company'] = 'Empresa';
@ -392,8 +358,7 @@ $lang['remove'] = 'Elimina';
$lang['login_button'] = 'Botó d\'entrada';
$lang['display_login_button_hint'] = 'Defineix si el botó d\'entrada es mostra a la pàgina de reserves.';
$lang['private'] = 'Privat';
$lang['private_hint'] =
'Els registres privats no es mostraran i no es processaran en pàgines públiques com la pàgina de reserves.';
$lang['private_hint'] = 'Els registres privats no es mostraran i no es processaran en pàgines públiques com la pàgina de reserves.';
$lang['reset'] = 'Reinicia';
$lang['all'] = 'Tot';
$lang['booking_link'] = 'Enllaç de reserva';
@ -401,8 +366,7 @@ $lang['add_new_event'] = 'Afegeix un nou esdeveniment';
$lang['what_kind_of_event'] = 'Quin tipus d\'esdeveniment voleu afegir?';
$lang['theme'] = 'Tema';
$lang['limit_customer_access'] = 'Limita l\'accés als clients';
$lang['limit_customer_access_hint'] =
'Si s\'activa, els proveïdors i els secretaris només tindran accés als clients amb els que tenen cites.';
$lang['limit_customer_access_hint'] = 'Si s\'activa, els proveïdors i els secretaris només tindran accés als clients amb els que tenen cites.';
$lang['url'] = 'URL';
$lang['secret_token'] = 'Token secret';
$lang['verify_ssl'] = 'Verifica l\'SSL';
@ -424,32 +388,26 @@ $lang['admin_save'] = 'Desa l\'administrador';
$lang['admin_delete'] = 'Elimina l\'administrador';
$lang['options'] = 'Opcions';
$lang['webhooks'] = 'Webhooks';
$lang['webhooks_info'] =
'Els Webhooks us permeten enviar notificacions HTTP a aplicacions web externes com a resposta a diversos esdeveniments com la creació d\'una cita o l\'eliminació d\'un client.';
$lang['webhooks_info'] = 'Els Webhooks us permeten enviar notificacions HTTP a aplicacions web externes com a resposta a diversos esdeveniments com la creació d\'una cita o l\'eliminació d\'un client.';
$lang['integrations_info'] = 'Les Integrations us permeten connexions amb tercers com aplicacions externes i APIs.';
$lang['configure'] = 'Configura';
$lang['google_analytics'] = 'Google Analytics';
$lang['google_analytics_info'] =
'Google Analytics us permet afegir automàticament el codi de seguiment i el codi HTML a la pàgina de reserves i fer el seguiment de totes les reserves.';
$lang['google_analytics_info'] = 'Google Analytics us permet afegir automàticament el codi de seguiment i el codi HTML a la pàgina de reserves i fer el seguiment de totes les reserves.';
$lang['matomo_analytics'] = 'Matomo Analytics';
$lang['matomo_analytics_info'] =
'Matomo Analytics us permet afegir automàticament el codi de seguiment i el codi HTML a la pàgina de reserves i fer el seguiment de totes les reserves.';
$lang['matomo_analytics_info'] = 'Matomo Analytics us permet afegir automàticament el codi de seguiment i el codi HTML a la pàgina de reserves i fer el seguiment de totes les reserves.';
$lang['api'] = 'API';
$lang['api_info'] =
'API us permet interaccionar amb totes les dades Easy!Appointments via el protocol HTTP i els API endpoint disponibles i crear les vostres pròpies integracions.';
$lang['api_info'] = 'API us permet interaccionar amb totes les dades Easy!Appointments via el protocol HTTP i els API endpoint disponibles i crear les vostres pròpies integracions.';
$lang['google_analytics_code'] = 'Codi de Google Analytics';
$lang['matomo_analytics_url'] = 'URL de Matomo Analytics';
$lang['future_booking_limit'] = 'Límit de reserves futures';
$lang['limit_days'] = 'Límit (dies)';
$lang['future_booking_limit_hint'] =
'Estableix el límit en dies per avançat en el que es permet als clients demanar cites..';
$lang['future_booking_limit_hint'] = 'Estableix el límit en dies per avançat en el que es permet als clients demanar cites..';
$lang['api_token'] = 'API Token';
$lang['allow_rescheduling_cancellation_before'] = 'Permet la reprogramació/cancel·lació abans';
$lang['at_least_one_field'] = 'Com a mínim un camp s\'ha de mostrar a la pàgina de reserves.';
$lang['status'] = 'Status';
$lang['appointment_status_options'] = 'Opcions de l\'estat de la cita';
$lang['appointment_status_options_info'] =
'Defineix una llista d\'estats disponibles per a una cita que es poden usar a la pàgina del calendari (el primer estat serà el que s\'usi per defecte).';
$lang['appointment_status_options_info'] = 'Defineix una llista d\'estats disponibles per a una cita que es poden usar a la pàgina del calendari (el primer estat serà el que s\'usi per defecte).';
$lang['sunday_short'] = 'Dg.';
$lang['monday_short'] = 'Dl.';
$lang['tuesday_short'] = 'Dm.';
@ -487,7 +445,6 @@ $lang['blocked_period'] = 'Blocked Period';
$lang['blocked_periods'] = 'Blocked Periods';
$lang['blocked_period_save'] = 'Blocked Period Save';
$lang['blocked_period_delete'] = 'Blocked Period Delete';
$lang['blocked_periods_hint'] =
'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['blocked_periods_hint'] = 'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['auxiliary_field'] = 'Auxiliary Field';
// End

View file

@ -38,8 +38,7 @@
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_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.';
@ -49,8 +48,7 @@ $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_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.';

View file

@ -49,10 +49,8 @@ $lang['form_validation_max_length'] = 'The {field} field cannot exceed {param} c
$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_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.';
@ -61,14 +59,11 @@ $lang['form_validation_matches'] = 'The {field} field does not match the {param}
$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_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_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}.';

View file

@ -37,8 +37,7 @@
*/
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_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.';

View file

@ -39,23 +39,16 @@ 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_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_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_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.';

View file

@ -176,8 +176,7 @@ $lang['hidden'] = '隐';
$lang['business_logic'] = '工作时间';
$lang['current_user'] = '目前登录用户';
$lang['about_app'] = '关于网上预约系统';
$lang['edit_working_plan_hint'] =
'标示下列贵公司的工作日以及工作时间。您可以修改预约到非工作时间,但是客户不可以从网上预定非工作时间的预约。这个工作时间计划将会成为每一位服务人员的默认时间,但是您可以通过修改服务人员的记录去更正每位服务人员的计划安排。.';
$lang['edit_working_plan_hint'] = '标示下列贵公司的工作日以及工作时间。您可以修改预约到非工作时间,但是客户不可以从网上预定非工作时间的预约。这个工作时间计划将会成为每一位服务人员的默认时间,但是您可以通过修改服务人员的记录去更正每位服务人员的计划安排。.';
$lang['edit_breaks_hint'] = '在工作日内添加休息时间段,这些休息时间段将会对所有新的服务人员生效.';
$lang['book_advance_timeout'] = '预定高级超时设置';
$lang['book_advance_timeout_hint'] = '定义超时 (in minutes) 在其他客户预定预约之前.';
@ -275,15 +274,12 @@ $lang['oops_something_went_wrong'] = '不好!出了一些问题.';
$lang['could_not_add_to_google_calendar'] = '您的预约不能添加到谷歌日历.';
$lang['ea_update_success'] = '预约系统已经成功更新.';
$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['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 unfortunately 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['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'] = 'Time Format';
@ -306,14 +302,12 @@ $lang['terms_and_conditions_content'] = 'Terms & Conditions Content';
$lang['privacy_policy'] = 'Privacy Policy';
$lang['display_privacy_policy'] = 'Display Privacy Policy';
$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['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'] = '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['delete_personal_information_prompt'] = 'Are you sure that you want to delete your personal information? This action cannot be undone.';
$lang['location'] = 'Location';
$lang['working_plan_exception'] = 'Working Plan Exception';
$lang['working_plan_exceptions'] = 'Working Plan Exceptions';
@ -324,19 +318,15 @@ $lang['working_plan_exception_deleted'] = 'Working plan exception deleted succes
$lang['add_working_plan_exceptions_during_each_day'] = 'Add working plan exceptions, outside the working plan.';
$lang['add_working_plan_exception'] = 'Add Working Plan Exception';
$lang['require_phone_number'] = 'Require phone number';
$lang['require_phone_number_hint'] =
'When enabled, customers and users will need to enter the customer\'s phone number when booking an appointment';
$lang['require_phone_number_hint'] = 'When enabled, customers and users will need to enter the customer\'s phone number when booking an appointment';
$lang['check_spam_folder'] = 'Please check your spam folder if the email does not arrive within a few minutes.';
$lang['api_token_hint'] =
'Set a secret token in order to enable the token based authentication of the Easy!Appointments API.';
$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['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['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';
@ -347,21 +337,18 @@ $lang['booking_settings'] = 'Booking Settings';
$lang['display'] = 'Display';
$lang['require'] = 'Require';
$lang['color'] = 'Color';
$lang['matomo_analytics_url_hint'] =
'Add the URL to your own Matomo installation to enable Matomo tracking on the booking pages.';
$lang['matomo_analytics_url_hint'] = 'Add the URL to your own Matomo installation to enable Matomo tracking on the booking pages.';
$lang['invalid_phone'] = 'Invalid phone number.';
$lang['legal'] = 'Legal';
$lang['business'] = 'Business';
$lang['account'] = 'Account';
$lang['disable_booking'] = 'Disable Booking';
$lang['disable_booking_hint'] =
'The booking page will be disabled for as long as this setting is active and customers will not be able to register new appointments.';
$lang['disable_booking_hint'] = 'The booking page will be disabled for as long as this setting is active and customers will not be able to register new appointments.';
$lang['display_message'] = 'Display Message';
$lang['booking_is_disabled'] = 'Booking Is Disabled!';
$lang['appearance'] = 'Appearance';
$lang['company_logo'] = 'Company Logo';
$lang['company_logo_hint'] =
'The company logo will be displayed in many places of the app, including the booking page and the notification emails (image file, max 2MB).';
$lang['company_logo_hint'] = 'The company logo will be displayed in many places of the app, including the booking page and the notification emails (image file, max 2MB).';
$lang['company_color'] = 'Company Color';
$lang['company_color_hint'] = 'The company color will be applied across the app so that it the app uses your branding.';
$lang['localization'] = 'Localization';
@ -379,8 +366,7 @@ $lang['add_new_event'] = 'Add New Event';
$lang['what_kind_of_event'] = 'What kind of event would you like to add?';
$lang['theme'] = 'Theme';
$lang['limit_customer_access'] = 'Limit Customer Access';
$lang['limit_customer_access_hint'] =
'If enabled, providers and secretaries will only be able to access customers they have an appointment with.';
$lang['limit_customer_access_hint'] = 'If enabled, providers and secretaries will only be able to access customers they have an appointment with.';
$lang['url'] = 'URL';
$lang['secret_token'] = 'Secret Token';
$lang['verify_ssl'] = 'Verify SSL';
@ -402,33 +388,26 @@ $lang['admin_save'] = 'Admin Save';
$lang['admin_delete'] = 'Admin Delete';
$lang['options'] = 'Options';
$lang['webhooks'] = 'Webhooks';
$lang['webhooks_info'] =
'Webhooks enable you to send HTTP notifications to external web applications in response to various application events, such as the creation of an appointment or the removal of a customer.';
$lang['integrations_info'] =
'Integrations enable you to make third-party connections with external applications and APIs.';
$lang['webhooks_info'] = 'Webhooks enable you to send HTTP notifications to external web applications in response to various application events, such as the creation of an appointment or the removal of a customer.';
$lang['integrations_info'] = 'Integrations enable you to make third-party connections with external applications and APIs.';
$lang['configure'] = 'Configure';
$lang['google_analytics'] = 'Google Analytics';
$lang['google_analytics_info'] =
'Google Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['google_analytics_info'] = 'Google Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['matomo_analytics'] = 'Matomo Analytics';
$lang['matomo_analytics_info'] =
'Matomo Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['matomo_analytics_info'] = 'Matomo Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['api'] = 'API';
$lang['api_info'] =
'API enable you to interact with all the Easy!Appointments data via the HTTP protocol and the available API endpoints and create your own integrations.';
$lang['api_info'] = 'API enable you to interact with all the Easy!Appointments data via the HTTP protocol and the available API endpoints and create your own integrations.';
$lang['google_analytics_code'] = 'Google Analytics Code';
$lang['matomo_analytics_url'] = 'Matomo Analytics URL';
$lang['future_booking_limit'] = 'Future Booking Limit';
$lang['limit_days'] = 'Limit (Days)';
$lang['future_booking_limit_hint'] =
'Set the future limit in days customers can make appointments via the public booking page.';
$lang['future_booking_limit_hint'] = 'Set the future limit in days customers can make appointments via the public booking page.';
$lang['api_token'] = 'API Token';
$lang['allow_rescheduling_cancellation_before'] = 'Allow Rescheduling/Cancellation Before';
$lang['at_least_one_field'] = 'At least one field must be displayed in the booking page.';
$lang['status'] = 'Status';
$lang['appointment_status_options'] = 'Appointment Status Options';
$lang['appointment_status_options_info'] =
'Define a list of available appointment status options that can be used in the the calendar page (the first one will automatically become the default value).';
$lang['appointment_status_options_info'] = 'Define a list of available appointment status options that can be used in the the calendar page (the first one will automatically become the default value).';
$lang['sunday_short'] = 'Sun';
$lang['monday_short'] = 'Mon';
$lang['tuesday_short'] = 'Tue';
@ -466,7 +445,6 @@ $lang['blocked_period'] = 'Blocked Period';
$lang['blocked_periods'] = 'Blocked Periods';
$lang['blocked_period_save'] = 'Blocked Period Save';
$lang['blocked_period_delete'] = 'Blocked Period Delete';
$lang['blocked_periods_hint'] =
'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['blocked_periods_hint'] = 'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['auxiliary_field'] = 'Auxiliary Field';
// End

View file

@ -38,8 +38,7 @@
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_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.';
@ -49,8 +48,7 @@ $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_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.';

View file

@ -37,8 +37,7 @@
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['db_invalid_connection_str'] =
'Nije moguće odrediti postavke baze podataka na temelju dostavljenog niza za povezivanje.';
$lang['db_invalid_connection_str'] = 'Nije moguće odrediti postavke baze podataka na temelju dostavljenog niza za povezivanje.';
$lang['db_unable_to_connect'] = 'Nije moguće povezati se s poslužiteljem baze podataka pomoću navedenih postavki.';
$lang['db_unable_to_select'] = 'Nije moguće odabrati navedenu bazu podataka: %s';
$lang['db_unable_to_create'] = 'Nije moguće stvoriti navedenu bazu podataka: %s';
@ -54,8 +53,7 @@ $lang['db_unsupported_function'] = 'Ova značajka nije dostupna za bazu podataka
$lang['db_transaction_failure'] = 'Pogreška u transakciji: Izvršeno vraćanje.';
$lang['db_unable_to_drop'] = 'Nije moguće odbaciti navedenu bazu podataka.';
$lang['db_unsupported_feature'] = 'Nepodržana značajka platforme baze podataka koju koristite.';
$lang['db_unsupported_compression'] =
'Format kompresije datoteka koji ste odabrali nije podržan na vašem poslužitelju.';
$lang['db_unsupported_compression'] = 'Format kompresije datoteka koji ste odabrali nije podržan na vašem poslužitelju.';
$lang['db_filepath_error'] = 'Nije moguće pisati podatke na putanju datoteke koju ste poslali.';
$lang['db_invalid_cache_path'] = 'Putanja predmemorije koju ste poslali nije važeća ili se ne može pisati na nju.';
$lang['db_table_name_required'] = 'Za tu operaciju potrebno je ime tablice.';

View file

@ -43,12 +43,9 @@ $lang['email_attachment_missing'] = 'Nije moguće pronaći sljedeći privitak e-
$lang['email_attachment_unreadable'] = 'Nije moguće otvoriti ovaj privitak: %s';
$lang['email_no_from'] = 'Nije moguće poslati poštu bez "From" zaglavlja.';
$lang['email_no_recipients'] = 'Morate uključiti primatelje: Za, Cc ili Bcc';
$lang['email_send_failure_phpmail'] =
'Nije moguće poslati e-poštu koristeći PHP mail(). Vaš poslužitelj možda nije konfiguriran za slanje pošte ovom metodom.';
$lang['email_send_failure_sendmail'] =
'Nije moguće poslati e-poštu koristeći PHP Sendmail. Vaš poslužitelj možda nije konfiguriran za slanje pošte ovom metodom.';
$lang['email_send_failure_smtp'] =
'Nije moguće poslati e-poštu koristeći PHP SMTP. Vaš poslužitelj možda nije konfiguriran za slanje pošte ovom metodom.';
$lang['email_send_failure_phpmail'] = 'Nije moguće poslati e-poštu koristeći PHP mail(). Vaš poslužitelj možda nije konfiguriran za slanje pošte ovom metodom.';
$lang['email_send_failure_sendmail'] = 'Nije moguće poslati e-poštu koristeći PHP Sendmail. Vaš poslužitelj možda nije konfiguriran za slanje pošte ovom metodom.';
$lang['email_send_failure_smtp'] = 'Nije moguće poslati e-poštu koristeći PHP SMTP. Vaš poslužitelj možda nije konfiguriran za slanje pošte ovom metodom.';
$lang['email_sent'] = 'Vaša poruka je uspješno poslana koristeći sljedeći protokol: %s';
$lang['email_no_socket'] = 'Nije moguće otvoriti socket za Sendmail. Molimo provjerite postavke.';
$lang['email_no_hostname'] = 'Niste naveli SMTP naziv poslužitelja.';

View file

@ -65,6 +65,5 @@ $lang['form_validation_less_than'] = 'Polje {field} mora sadržavati broj manji
$lang['form_validation_less_than_equal_to'] = 'Polje {field} mora sadržavati broj manji ili jednak {param}.';
$lang['form_validation_greater_than'] = 'Polje {field} mora sadržavati broj veći od {param}.';
$lang['form_validation_greater_than_equal_to'] = 'Polje {field} mora sadržavati broj veći ili jednak {param}.';
$lang['form_validation_error_message_not_set'] =
'Nije moguće pristupiti poruci o pogrešci koja odgovara imenu vašeg polja {field}.';
$lang['form_validation_error_message_not_set'] = 'Nije moguće pristupiti poruci o pogrešci koja odgovara imenu vašeg polja {field}.';
$lang['form_validation_in_list'] = 'Polje {field} mora biti jedno od: {param}.';

View file

@ -37,12 +37,9 @@
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['ftp_no_connection'] =
'Nije moguće pronaći važeći ID veze. Provjerite jeste li povezani prije izvođenja bilo kakvih operacija s datotekama.';
$lang['ftp_unable_to_connect'] =
'Nije moguće povezati se s vašim FTP poslužiteljem koristeći navedeni naziv poslužitelja.';
$lang['ftp_unable_to_login'] =
'Nije moguće prijaviti se na vaš FTP poslužitelj. Provjerite svoje korisničko ime i lozinku.';
$lang['ftp_no_connection'] = 'Nije moguće pronaći važeći ID veze. Provjerite jeste li povezani prije izvođenja bilo kakvih operacija s datotekama.';
$lang['ftp_unable_to_connect'] = 'Nije moguće povezati se s vašim FTP poslužiteljem koristeći navedeni naziv poslužitelja.';
$lang['ftp_unable_to_login'] = 'Nije moguće prijaviti se na vaš FTP poslužitelj. Provjerite svoje korisničko ime i lozinku.';
$lang['ftp_unable_to_mkdir'] = 'Nije moguće stvoriti direktorij koji ste naveli.';
$lang['ftp_unable_to_changedir'] = 'Nije moguće promijeniti direktorije.';
$lang['ftp_unable_to_chmod'] = 'Nije moguće postaviti dozvole za datoteku. Provjerite svoj put.';

View file

@ -39,26 +39,19 @@ defined('BASEPATH') or exit('No direct script access allowed');
$lang['imglib_source_image_required'] = 'Morate odrediti izvornu sliku u svojim postavkama.';
$lang['imglib_gd_required'] = 'Za ovu značajku potrebna je GD slikovna biblioteka.';
$lang['imglib_gd_required_for_props'] =
'Vaš poslužitelj mora podržavati GD slikovnu biblioteku kako bi se odredila svojstva slike.';
$lang['imglib_gd_required_for_props'] = 'Vaš poslužitelj mora podržavati GD slikovnu biblioteku kako bi se odredila svojstva slike.';
$lang['imglib_unsupported_imagecreate'] = 'Vaš poslužitelj ne podržava GD funkciju potrebnu za obradu ove vrste slike.';
$lang['imglib_gif_not_supported'] =
'GIF slike često nisu podržane zbog ograničenja licenciranja. Možda ćete morati koristiti JPG ili PNG slike umjesto toga.';
$lang['imglib_gif_not_supported'] = 'GIF slike često nisu podržane zbog ograničenja licenciranja. Možda ćete morati koristiti JPG ili PNG slike umjesto toga.';
$lang['imglib_jpg_not_supported'] = 'JPG slike nisu podržane.';
$lang['imglib_png_not_supported'] = 'PNG slike nisu podržane.';
$lang['imglib_jpg_or_png_required'] =
'Protokol za promjenu veličine slike naveden u vašim postavkama radi samo s JPEG ili PNG vrstama slika.';
$lang['imglib_copy_error'] =
'Došlo je do pogreške prilikom pokušaja zamjene datoteke. Provjerite je li vaš direktorij za datoteke dostupan za pisanje.';
$lang['imglib_jpg_or_png_required'] = 'Protokol za promjenu veličine slike naveden u vašim postavkama radi samo s JPEG ili PNG vrstama slika.';
$lang['imglib_copy_error'] = 'Došlo je do pogreške prilikom pokušaja zamjene datoteke. Provjerite je li vaš direktorij za datoteke dostupan za pisanje.';
$lang['imglib_rotate_unsupported'] = 'Rotacija slike izgleda da nije podržana na vašem poslužitelju.';
$lang['imglib_libpath_invalid'] =
'Putanja do vaše slikovne biblioteke nije ispravna. Postavite ispravnu putanju u svojim postavkama za slike.';
$lang['imglib_image_process_failed'] =
'Obrada slike nije uspjela. Provjerite podržava li vaš poslužitelj odabrani protokol i je li putanja do vaše slikovne biblioteke ispravna.';
$lang['imglib_libpath_invalid'] = 'Putanja do vaše slikovne biblioteke nije ispravna. Postavite ispravnu putanju u svojim postavkama za slike.';
$lang['imglib_image_process_failed'] = 'Obrada slike nije uspjela. Provjerite podržava li vaš poslužitelj odabrani protokol i je li putanja do vaše slikovne biblioteke ispravna.';
$lang['imglib_rotation_angle_required'] = 'Potreban je kut rotacije za rotiranje slike.';
$lang['imglib_invalid_path'] = 'Putanja do slike nije ispravna.';
$lang['imglib_invalid_image'] = 'Navedena slika nije važeća.';
$lang['imglib_copy_failed'] = 'Rutina kopiranja slike nije uspjela.';
$lang['imglib_missing_font'] = 'Nije moguće pronaći font za korištenje.';
$lang['imglib_save_failed'] =
'Nije moguće spremiti sliku. Provjerite mogu li slika i direktorij za datoteke biti zapisani.';
$lang['imglib_save_failed'] = 'Nije moguće spremiti sliku. Provjerite mogu li slika i direktorij za datoteke biti zapisani.';

View file

@ -38,8 +38,7 @@ $lang['appointment_removed_from_schedule'] = 'Sljedeći sastanak uklonjen je iz
$lang['appointment_details_was_sent_to_you'] = 'E-pošta s detaljima sastanka poslana vam je.';
$lang['add_to_google_calendar'] = 'Dodaj u Google kalendar';
$lang['appointment_booked'] = 'Vaš sastanak je uspješno rezerviran.';
$lang['thank_you_for_appointment'] =
'Hvala vam što ste dogovorili sastanak s nama. Ispod možete vidjeti detalje sastanka. Promjene napravite klikom na poveznicu sastanka.';
$lang['thank_you_for_appointment'] = 'Hvala vam što ste dogovorili sastanak s nama. Ispod možete vidjeti detalje sastanka. Promjene napravite klikom na poveznicu sastanka.';
$lang['appointment_details_title'] = 'Detalji sastanka';
$lang['customer_details_title'] = 'Detalji o klijentu';
$lang['service'] = 'Usluga';
@ -157,8 +156,7 @@ $lang['friday'] = 'Petak';
$lang['saturday'] = 'Subota';
$lang['sunday'] = 'Nedjelja';
$lang['breaks'] = 'Pauze';
$lang['add_breaks_during_each_day'] =
'Dodajte radne pauze tijekom svakog dana. Tijekom pauza pružatelj neće prihvaćati sastanke.';
$lang['add_breaks_during_each_day'] = 'Dodajte radne pauze tijekom svakog dana. Tijekom pauza pružatelj neće prihvaćati sastanke.';
$lang['day'] = 'Dan';
$lang['days'] = 'Dani';
$lang['actions'] = 'Akcije';
@ -166,8 +164,7 @@ $lang['reset_working_plan_hint'] = 'Resetirajte radni plan na zadane vrijednosti
$lang['company_name'] = 'Naziv tvrtke';
$lang['company_name_hint'] = 'Naziv tvrtke bit će prikazan posvuda u sustavu (obavezno).';
$lang['company_email'] = 'E-mail tvrtke';
$lang['company_email_hint'] =
'Ovo će biti e-mail adresa tvrtke. Koristit će se kao adresa pošiljatelja i odgovora na e-mailove sustava (obavezno).';
$lang['company_email_hint'] = 'Ovo će biti e-mail adresa tvrtke. Koristit će se kao adresa pošiljatelja i odgovora na e-mailove sustava (obavezno).';
$lang['company_link'] = 'Poveznica tvrtke';
$lang['company_link_hint'] = 'Poveznica tvrtke trebala bi upućivati na službenu web stranicu tvrtke (obavezno).';
$lang['go_to_booking_page'] = 'Idi na stranicu za rezervaciju';
@ -179,29 +176,22 @@ $lang['hidden'] = 'Skriveno';
$lang['business_logic'] = 'Poslovna logika';
$lang['current_user'] = 'Trenutni korisnik';
$lang['about_app'] = 'O Easy!Appointments';
$lang['edit_working_plan_hint'] =
'Označite dane i sate ispod kada će vaša tvrtka prihvaćati sastanke. Moći ćete prilagoditi sastanke u neradnim satima, ali klijenti neće moći sami rezervirati sastanke u neradnim razdobljima. Ovaj radni plan bit će zadani za svaki novi zapis pružatelja usluga, ali ćete moći promijeniti plan svakog pružatelja zasebno uređivanjem njegovog zapisa. Nakon toga možete dodati razdoblja pauze.';
$lang['edit_breaks_hint'] =
'Dodajte radne pauze tijekom svakog dana. Ove će se pauze primjenjivati za sve nove pružatelje usluga.';
$lang['edit_working_plan_hint'] = 'Označite dane i sate ispod kada će vaša tvrtka prihvaćati sastanke. Moći ćete prilagoditi sastanke u neradnim satima, ali klijenti neće moći sami rezervirati sastanke u neradnim razdobljima. Ovaj radni plan bit će zadani za svaki novi zapis pružatelja usluga, ali ćete moći promijeniti plan svakog pružatelja zasebno uređivanjem njegovog zapisa. Nakon toga možete dodati razdoblja pauze.';
$lang['edit_breaks_hint'] = 'Dodajte radne pauze tijekom svakog dana. Ove će se pauze primjenjivati za sve nove pružatelje usluga.';
$lang['book_advance_timeout'] = 'Vremenski limit za unaprijed rezerviranje';
$lang['book_advance_timeout_hint'] =
'Definirajte vremenski limit (u minutama) prije nego što klijenti mogu rezervirati ili preuređivati sastanke s tvrtkom.';
$lang['book_advance_timeout_hint'] = 'Definirajte vremenski limit (u minutama) prije nego što klijenti mogu rezervirati ili preuređivati sastanke s tvrtkom.';
$lang['timeout_minutes'] = 'Vremenski limit (Minute)';
$lang['about_app_info'] =
'Easy!Appointments je visoko prilagodljiva web aplikacija koja omogućuje vašim klijentima da rezerviraju sastanke s vama putem weba. Osim toga, omogućuje sinkronizaciju vaših podataka s Google kalendarom, tako da ih možete koristiti s drugim uslugama.';
$lang['about_app_info'] = 'Easy!Appointments je visoko prilagodljiva web aplikacija koja omogućuje vašim klijentima da rezerviraju sastanke s vama putem weba. Osim toga, omogućuje sinkronizaciju vaših podataka s Google kalendarom, tako da ih možete koristiti s drugim uslugama.';
$lang['current_version'] = 'Trenutačna verzija';
$lang['support'] = 'Podrška';
$lang['about_app_support'] =
'Ako naiđete na probleme prilikom korištenja Easy!Appointments, možete pretraživati službenu Google grupu za odgovore. Možda ćete također trebati stvoriti novi problem na stranici Google Code kako biste pomogli napretku razvoja.';
$lang['about_app_support'] = 'Ako naiđete na probleme prilikom korištenja Easy!Appointments, možete pretraživati službenu Google grupu za odgovore. Možda ćete također trebati stvoriti novi problem na stranici Google Code kako biste pomogli napretku razvoja.';
$lang['official_website'] = 'Službena web stranica';
$lang['google_plus_community'] = 'Google+ zajednica';
$lang['support_group'] = 'Grupa za podršku';
$lang['project_issues'] = 'Problemi projekta';
$lang['license'] = 'Licenca';
$lang['about_app_license'] =
'Easy!Appointments je licenciran pod GPLv3 licencom. Korištenjem koda Easy!Appointments na bilo koji način pristajete na uvjete opisane na sljedećem URL-u:';
$lang['logout_success'] =
'Uspješno ste se odjavili! Kliknite na jedan od sljedećih gumba da biste otišli na drugu stranicu.';
$lang['about_app_license'] = 'Easy!Appointments je licenciran pod GPLv3 licencom. Korištenjem koda Easy!Appointments na bilo koji način pristajete na uvjete opisane na sljedećem URL-u:';
$lang['logout_success'] = 'Uspješno ste se odjavili! Kliknite na jedan od sljedećih gumba da biste otišli na drugu stranicu.';
$lang['book_appointment_title'] = 'Rezerviraj sastanak';
$lang['backend_section'] = 'Backend odjeljak';
$lang['you_need_to_login'] = 'Dobrodošli! Morate se prijaviti da biste vidjeli backend stranice.';
@ -210,15 +200,13 @@ $lang['enter_password_here'] = 'Unesite svoju lozinku ovdje ...';
$lang['login'] = 'Prijava';
$lang['forgot_your_password'] = 'Zaboravili ste lozinku?';
$lang['login_failed'] = 'Prijava nije uspjela, molimo unesite ispravne vjerodajnice i pokušajte ponovno.';
$lang['type_username_and_email_for_new_password'] =
'Unesite svoje korisničko ime i e-mail adresu da biste dobili novu lozinku.';
$lang['type_username_and_email_for_new_password'] = 'Unesite svoje korisničko ime i e-mail adresu da biste dobili novu lozinku.';
$lang['enter_email_here'] = 'Unesite svoj e-mail ovdje ...';
$lang['regenerate_password'] = 'Regeneriraj lozinku';
$lang['go_to_login'] = 'Vratite se na stranicu za prijavu';
$lang['new_password_sent_with_email'] = 'Vaša nova lozinka poslana vam je e-mailom.';
$lang['new_account_password'] = 'Nova lozinka računa';
$lang['new_password_is'] =
'Vaša nova lozinka računa je $password. Molimo sačuvajte ovaj e-mail kako biste mogli preuzeti svoju lozinku ako je potrebno. Također možete promijeniti ovu lozinku na stranici postavki.';
$lang['new_password_is'] = 'Vaša nova lozinka računa je $password. Molimo sačuvajte ovaj e-mail kako biste mogli preuzeti svoju lozinku ako je potrebno. Također možete promijeniti ovu lozinku na stranici postavki.';
$lang['delete_record_prompt'] = 'Jeste li sigurni da želite izbrisati ovaj zapis? Ova se radnja ne može poništiti.';
$lang['delete_admin'] = 'Izbriši administratora';
$lang['delete_customer'] = 'Izbriši klijenta';
@ -233,12 +221,10 @@ $lang['unexpected_issues'] = 'Neočekivani problemi';
$lang['unexpected_issues_message'] = 'Operacija se nije mogla dovršiti zbog neočekivanih problema.';
$lang['close'] = 'Zatvori';
$lang['page_not_found'] = 'Stranica nije pronađena';
$lang['page_not_found_message'] =
'Nažalost, stranica koju ste zatražili ne postoji. Molimo provjerite URL preglednika ili idite na drugu lokaciju pomoću gumba ispod.';
$lang['page_not_found_message'] = 'Nažalost, stranica koju ste zatražili ne postoji. Molimo provjerite URL preglednika ili idite na drugu lokaciju pomoću gumba ispod.';
$lang['error'] = 'Pogreška';
$lang['no_privileges'] = 'Nema privilegija';
$lang['no_privileges_message'] =
'Nemate potrebne privilegije za pregled ove stranice. Molimo navigirajte na drugi odjeljak.';
$lang['no_privileges_message'] = 'Nemate potrebne privilegije za pregled ove stranice. Molimo navigirajte na drugi odjeljak.';
$lang['backend_calendar'] = 'Backend kalendar';
$lang['start_date_time'] = 'Početni datum / vrijeme';
$lang['end_date_time'] = 'Završni datum / vrijeme';
@ -258,8 +244,7 @@ $lang['password_length_notice'] = 'Lozinka mora biti dugačka najmanje $number z
$lang['general_settings'] = 'Opće postavke';
$lang['personal_information'] = 'Osobne informacije';
$lang['system_login'] = 'Prijava u sustav';
$lang['user_settings_are_invalid'] =
'Postavke korisnika su nevažeće! Molimo pregledajte svoje postavke i pokušajte ponovno.';
$lang['user_settings_are_invalid'] = 'Postavke korisnika su nevažeće! Molimo pregledajte svoje postavke i pokušajte ponovno.';
$lang['add_break'] = 'Dodaj pauzu';
$lang['january'] = 'Siječanj';
$lang['february'] = 'Veljača';
@ -283,30 +268,25 @@ $lang['minute'] = 'Minuta';
$lang['google_sync_completed'] = 'Google sinkronizacija uspješno završena.';
$lang['google_sync_failed'] = 'Google sinkronizacija nije uspjela: Nije moguće uspostaviti vezu s poslužiteljem.';
$lang['select_google_calendar'] = 'Odaberi Google Kalendar';
$lang['select_google_calendar_prompt'] =
'Odaberite kalendar koji želite sinkronizirati s vašim terminima. Ako ne želite odabrati određeni kalendar, koristit će se zadani.';
$lang['select_google_calendar_prompt'] = 'Odaberite kalendar koji želite sinkronizirati s vašim terminima. Ako ne želite odabrati određeni kalendar, koristit će se zadani.';
$lang['google_calendar_selected'] = 'Google kalendar je uspješno odabran.';
$lang['oops_something_went_wrong'] = 'Ups! Nešto je pošlo po zlu.';
$lang['could_not_add_to_google_calendar'] = 'Vaš termin nije mogao biti dodan u vaš Google Kalendar račun.';
$lang['ea_update_success'] = 'Easy!Appointments je uspješno ažuriran.';
$lang['require_captcha'] = 'Zahtijevaj CAPTCHA';
$lang['require_captcha_hint'] =
'Kada je omogućeno, klijenti će morati unijeti nasumično generirani CAPTCHA niz prije rezervacije/ažuriranja termina.';
$lang['require_captcha_hint'] = 'Kada je omogućeno, klijenti će morati unijeti nasumično generirani CAPTCHA niz prije rezervacije/ažuriranja termina.';
$lang['captcha_is_wrong'] = 'CAPTCHA verifikacija nije uspjela, molimo pokušajte ponovno.';
$lang['any_provider'] = 'Bilo koji pružatelj';
$lang['requested_hour_is_unavailable'] =
'Zahtjevani termin nažalost nije dostupan. Molimo odaberite drugo vrijeme za vaš termin.';
$lang['requested_hour_is_unavailable'] = 'Zahtjevani termin nažalost nije dostupan. Molimo odaberite drugo vrijeme za vaš termin.';
$lang['customer_notifications'] = 'Obavijesti za klijente';
$lang['customer_notifications_hint'] =
'Definira hoće li klijent primati e-mail obavijesti kad god dođe do promjene rasporeda u jednom od njegovih termina.';
$lang['customer_notifications_hint'] = 'Definira hoće li klijent primati e-mail obavijesti kad god dođe do promjene rasporeda u jednom od njegovih termina.';
$lang['date_format'] = 'Format datuma';
$lang['date_format_hint'] = 'Promijenite format prikaza datuma (D - Dan, M - Mjesec, Y - Godina).';
$lang['time_format'] = 'Format Vremena';
$lang['time_format_hint'] = 'Promijenite format prikaza vremena (H - Sati, M - Minute).';
$lang['first_weekday'] = 'Prvi dan u tjednu';
$lang['first_weekday_hint'] = 'Postavite prvi dan kalendarskog tjedna.';
$lang['google_analytics_code_hint'] =
'Dodajte svoj Google Analytics ID koji će biti uključen na stranici za rezervaciju. Možete koristiti tracking id ili measurement id.';
$lang['google_analytics_code_hint'] = 'Dodajte svoj Google Analytics ID koji će biti uključen na stranici za rezervaciju. Možete koristiti tracking id ili measurement id.';
$lang['availabilities_type'] = 'Vrsta Dostupnosti';
$lang['flexible'] = 'Fleksibilno';
$lang['fixed'] = 'Fiksno';
@ -322,14 +302,12 @@ $lang['terms_and_conditions_content'] = 'Sadržaj Uvjeta i Odredbi';
$lang['privacy_policy'] = 'Politika Privatnosti';
$lang['display_privacy_policy'] = 'Prikaži Politiku Privatnosti';
$lang['privacy_policy_content'] = 'Sadržaj Politike Privatnosti';
$lang['website_using_cookies_to_ensure_best_experience'] =
'Ova web stranica koristi kolačiće kako biste imali najbolje iskustvo na našoj web stranici.';
$lang['website_using_cookies_to_ensure_best_experience'] = 'Ova web stranica koristi kolačiće kako biste imali najbolje iskustvo na našoj web stranici.';
$lang['read_and_agree_to_terms_and_conditions'] = 'Pročitao sam i slažem se s {$link}Uvjetima i Odredbama{/$link}.';
$lang['read_and_agree_to_privacy_policy'] = 'Pročitao sam i slažem se s {$link}Politikom Privatnosti{/$link}.';
$lang['delete_personal_information_hint'] = 'Uklonite sve svoje termine i osobne informacije iz sustava.';
$lang['delete_personal_information'] = 'Izbriši Osobne Informacije';
$lang['delete_personal_information_prompt'] =
'Jeste li sigurni da želite izbrisati svoje osobne informacije? Ova akcija ne može biti poništena.';
$lang['delete_personal_information_prompt'] = 'Jeste li sigurni da želite izbrisati svoje osobne informacije? Ova akcija ne može biti poništena.';
$lang['location'] = 'Lokacija';
$lang['working_plan_exception'] = 'Izuzetak u Radnom Planu';
$lang['working_plan_exceptions'] = 'Izuzeci u Radnom Planu';
@ -340,19 +318,15 @@ $lang['working_plan_exception_deleted'] = 'Izuzetak u radnom planu uspješno izb
$lang['add_working_plan_exceptions_during_each_day'] = 'Dodajte izuzetke u radnom planu, izvan radnog vremena.';
$lang['add_working_plan_exception'] = 'Dodaj Izuzetak u Radnom Planu';
$lang['require_phone_number'] = 'Zahtijevaj broj telefona';
$lang['require_phone_number_hint'] =
'Kada je omogućeno, klijenti i korisnici će morati unijeti telefonski broj klijenta prilikom rezervacije termina.';
$lang['require_phone_number_hint'] = 'Kada je omogućeno, klijenti i korisnici će morati unijeti telefonski broj klijenta prilikom rezervacije termina.';
$lang['check_spam_folder'] = 'Provjerite svoju spam mapu ako e-mail ne stigne unutar nekoliko minuta.';
$lang['api_token_hint'] =
'Postavite tajni token kako biste omogućili autentifikaciju temeljenu na tokenima za Easy!Appointments API.';
$lang['api_token_hint'] = 'Postavite tajni token kako biste omogućili autentifikaciju temeljenu na tokenima za Easy!Appointments API.';
$lang['timezone'] = 'Vremenska Zona';
$lang['overwrite_existing_working_plans'] =
'Ovo će prebrisati postojeće radne planove pružatelja, jeste li sigurni da želite nastaviti?';
$lang['overwrite_existing_working_plans'] = 'Ovo će prebrisati postojeće radne planove pružatelja, jeste li sigurni da želite nastaviti?';
$lang['working_plans_got_updated'] = 'Svi radni planovi su ažurirani.';
$lang['apply_to_all_providers'] = 'Primijeni na sve pružatelje';
$lang['display_any_provider'] = 'Prikaži opciju Bilo koji pružatelj';
$lang['display_any_provider_hint'] =
'Stranica za rezervaciju dobit će dodatnu opciju koja omogućuje klijentima da rezerviraju bez određivanja pružatelja usluge.';
$lang['display_any_provider_hint'] = 'Stranica za rezervaciju dobit će dodatnu opciju koja omogućuje klijentima da rezerviraju bez određivanja pružatelja usluge.';
$lang['load_more'] = 'Učitaj Više';
$lang['list'] = 'Popis';
$lang['default'] = 'Zadano';
@ -363,24 +337,20 @@ $lang['booking_settings'] = 'Postavke rezervacije';
$lang['display'] = 'Prikaz';
$lang['require'] = 'Obavezno';
$lang['color'] = 'Boja';
$lang['matomo_analytics_url_hint'] =
'Dodajte URL svojoj vlastitoj Matomo instalaciji kako biste omogućili Matomo praćenje na stranicama za rezervacije.';
$lang['matomo_analytics_url_hint'] = 'Dodajte URL svojoj vlastitoj Matomo instalaciji kako biste omogućili Matomo praćenje na stranicama za rezervacije.';
$lang['invalid_phone'] = 'Nevažeći telefonski broj.';
$lang['legal'] = 'Pravno';
$lang['business'] = 'Poslovno';
$lang['account'] = 'Račun';
$lang['disable_booking'] = 'Onemogući rezervaciju';
$lang['disable_booking_hint'] =
'Stranica za rezervacije bit će onemogućena sve dok je ova postavka aktivna i korisnici neće moći registrirati nove termine.';
$lang['disable_booking_hint'] = 'Stranica za rezervacije bit će onemogućena sve dok je ova postavka aktivna i korisnici neće moći registrirati nove termine.';
$lang['display_message'] = 'Prikaži poruku';
$lang['booking_is_disabled'] = 'Rezervacija je onemogućena!';
$lang['appearance'] = 'Izgled';
$lang['company_logo'] = 'Logo firme';
$lang['company_logo_hint'] =
'Logo tvrtke bit će prikazan na mnogim mjestima u aplikaciji, uključujući stranicu za rezervacije i Email s obavijestima (slikovna datoteka, max 2MB).';
$lang['company_logo_hint'] = 'Logo tvrtke bit će prikazan na mnogim mjestima u aplikaciji, uključujući stranicu za rezervacije i Email s obavijestima (slikovna datoteka, max 2MB).';
$lang['company_color'] = 'Boja firme';
$lang['company_color_hint'] =
'Boja tvrtke primijenit će se na cijelu aplikaciju tako da aplikacija koristi vašu robnu marku.';
$lang['company_color_hint'] = 'Boja tvrtke primijenit će se na cijelu aplikaciju tako da aplikacija koristi vašu robnu marku.';
$lang['localization'] = 'Lokalizacija';
$lang['integrations'] = 'Integracija';
$lang['company'] = 'Firma';
@ -388,8 +358,7 @@ $lang['remove'] = 'Obriši';
$lang['login_button'] = 'Gumb za prijavu';
$lang['display_login_button_hint'] = 'Definira hoće li se gumb za prijavu prikazati na stranici za rezervacije.';
$lang['private'] = 'Privatno';
$lang['private_hint'] =
'Privatni zapisi neće se prikazivati niti obrađivati na javnim stranicama kao što je stranica za rezervacije.';
$lang['private_hint'] = 'Privatni zapisi neće se prikazivati niti obrađivati na javnim stranicama kao što je stranica za rezervacije.';
$lang['reset'] = 'Resetiranje';
$lang['all'] = 'Sve';
$lang['booking_link'] = 'Link za rezervaciju';
@ -397,8 +366,7 @@ $lang['add_new_event'] = 'Dodaj novi događaj';
$lang['what_kind_of_event'] = 'Koju vrstu događaja želite dodati?';
$lang['theme'] = 'Tema';
$lang['limit_customer_access'] = 'Ograničite pristup korisnika';
$lang['limit_customer_access_hint'] =
'Ako je opcija uključena, davatelji usluga i tajnici moći će pristupiti samo korisnicima s kojima imaju dogovoren sastanak.';
$lang['limit_customer_access_hint'] = 'Ako je opcija uključena, davatelji usluga i tajnici moći će pristupiti samo korisnicima s kojima imaju dogovoren sastanak.';
$lang['url'] = 'URL';
$lang['secret_token'] = 'Tajni token';
$lang['verify_ssl'] = 'Potvrdite SSL';
@ -420,33 +388,26 @@ $lang['admin_save'] = 'Administrator spremi';
$lang['admin_delete'] = 'Administrator briši';
$lang['options'] = 'Opcije';
$lang['webhooks'] = 'Web-dojavice';
$lang['webhooks_info'] =
'Web-dojavice vam omogućuju slanje HTTP obavijesti vanjskim web aplikacijama kao odgovor na različite događaje aplikacije, kao što je stvaranje sastanka ili uklanjanje korisnika.';
$lang['integrations_info'] =
'Integracije vam omogućuju uspostavljanje veza trećih strana s vanjskim aplikacijama i API-jima.';
$lang['webhooks_info'] = 'Web-dojavice vam omogućuju slanje HTTP obavijesti vanjskim web aplikacijama kao odgovor na različite događaje aplikacije, kao što je stvaranje sastanka ili uklanjanje korisnika.';
$lang['integrations_info'] = 'Integracije vam omogućuju uspostavljanje veza trećih strana s vanjskim aplikacijama i API-jima.';
$lang['configure'] = 'Konfigurirati';
$lang['google_analytics'] = 'Google Analytics';
$lang['google_analytics_info'] =
'Google Analytics omogućuje vam da automatski dodate kod za praćenje i HTML oznake na javnu stranicu i pratite sve javne sesije rezervacije.';
$lang['google_analytics_info'] = 'Google Analytics omogućuje vam da automatski dodate kod za praćenje i HTML oznake na javnu stranicu i pratite sve javne sesije rezervacije.';
$lang['matomo_analytics'] = 'Matomo Analytics';
$lang['matomo_analytics_info'] =
'Matomo Analytics vam omogućuje da automatski dodate kod za praćenje i HTML oznake na javnu stranicu i pratite sve javne sesije rezervacije.';
$lang['matomo_analytics_info'] = 'Matomo Analytics vam omogućuje da automatski dodate kod za praćenje i HTML oznake na javnu stranicu i pratite sve javne sesije rezervacije.';
$lang['api'] = 'API';
$lang['api_info'] =
'API vam omogućuje interakciju sa svim podacima Easy!Appointments putem HTTP protokola i dostupnih krajnjih točaka API-ja te stvaranje vlastitih integracija.';
$lang['api_info'] = 'API vam omogućuje interakciju sa svim podacima Easy!Appointments putem HTTP protokola i dostupnih krajnjih točaka API-ja te stvaranje vlastitih integracija.';
$lang['google_analytics_code'] = 'Google Analytics Code';
$lang['matomo_analytics_url'] = 'Matomo Analytics URL';
$lang['future_booking_limit'] = 'Ograničenje budućih rezervacija';
$lang['limit_days'] = 'Ograničenje (Dani)';
$lang['future_booking_limit_hint'] =
'Postavite buduće ograničenje u danima koji korisnici mogu zakazati putem javne stranice za rezervacije.';
$lang['future_booking_limit_hint'] = 'Postavite buduće ograničenje u danima koji korisnici mogu zakazati putem javne stranice za rezervacije.';
$lang['api_token'] = 'API Token';
$lang['allow_rescheduling_cancellation_before'] = 'Dopusti pomicanje/otkazivanje prije';
$lang['at_least_one_field'] = 'Najmanje jedno polje mora biti prikazano na stranici za rezervacije.';
$lang['status'] = 'Status';
$lang['appointment_status_options'] = 'Opcije statusa sastanka';
$lang['appointment_status_options_info'] =
'Definirajte popis dostupnih opcija statusa sastanka koje se mogu koristiti na stranici kalendara (prva će automatski postati podrazumijevana vrijednost).';
$lang['appointment_status_options_info'] = 'Definirajte popis dostupnih opcija statusa sastanka koje se mogu koristiti na stranici kalendara (prva će automatski postati podrazumijevana vrijednost).';
$lang['sunday_short'] = 'Ned';
$lang['monday_short'] = 'Pon';
$lang['tuesday_short'] = 'Uto';
@ -484,7 +445,6 @@ $lang['blocked_period'] = 'Blocked Period';
$lang['blocked_periods'] = 'Blocked Periods';
$lang['blocked_period_save'] = 'Blocked Period Save';
$lang['blocked_period_delete'] = 'Blocked Period Delete';
$lang['blocked_periods_hint'] =
'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['blocked_periods_hint'] = 'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['auxiliary_field'] = 'Auxiliary Field';
// End

View file

@ -38,10 +38,8 @@
defined('BASEPATH') or exit('No direct script access allowed');
$lang['upload_userfile_not_set'] = 'Nije moguće pronaći post varijablu pod nazivom userfile.';
$lang['upload_file_exceeds_limit'] =
'Poslana datoteka premašuje maksimalnu dozvoljenu veličinu u vašoj PHP konfiguracijskoj datoteci.';
$lang['upload_file_exceeds_form_limit'] =
'Poslana datoteka premašuje maksimalnu dozvoljenu veličinu postavljenu u obrascu za slanje.';
$lang['upload_file_exceeds_limit'] = 'Poslana datoteka premašuje maksimalnu dozvoljenu veličinu u vašoj PHP konfiguracijskoj datoteci.';
$lang['upload_file_exceeds_form_limit'] = 'Poslana datoteka premašuje maksimalnu dozvoljenu veličinu postavljenu u obrascu za slanje.';
$lang['upload_file_partial'] = 'Datoteka je samo djelomično poslana.';
$lang['upload_no_temp_directory'] = 'Nedostaje privremena mapa.';
$lang['upload_unable_to_write_file'] = 'Datoteka se ne može zapisati na disk.';
@ -50,8 +48,7 @@ $lang['upload_no_file_selected'] = 'Niste odabrali datoteku za slanje.';
$lang['upload_invalid_filetype'] = 'Tip datoteke koji pokušavate poslati nije dozvoljen.';
$lang['upload_invalid_filesize'] = 'Datoteka koju pokušavate poslati veća je od dozvoljene veličine.';
$lang['upload_invalid_dimensions'] = 'Slika koju pokušavate poslati ne odgovara dozvoljenim dimenzijama.';
$lang['upload_destination_error'] =
'Došlo je do problema prilikom pokušaja premještanja poslane datoteke na konačnu destinaciju.';
$lang['upload_destination_error'] = 'Došlo je do problema prilikom pokušaja premještanja poslane datoteke na konačnu destinaciju.';
$lang['upload_no_filepath'] = 'Putanja za slanje izgleda da nije valjana.';
$lang['upload_no_file_types'] = 'Niste odredili nijedan dozvoljeni tip datoteke.';
$lang['upload_bad_filename'] = 'Naziv datoteke koji ste unijeli već postoji na poslužitelju.';

View file

@ -43,12 +43,9 @@ $lang['email_attachment_missing'] = 'Není možné nalézt následující příl
$lang['email_attachment_unreadable'] = 'Není možné otevřít tuto přílohu: %s';
$lang['email_no_from'] = 'Nelze odeslat email bez hodnoty pole "Od".';
$lang['email_no_recipients'] = 'Musíte zadat příjemce: Komu, Kopie nebo Skrytá kopie';
$lang['email_send_failure_phpmail'] =
'Není možné odeslat email pomocí PHP mail(). Váš server možná není konfigurován, aby odesílal emaily protřednictvím této metody.';
$lang['email_send_failure_sendmail'] =
'Není možné odeslat email pomocí PHP Sendmail. Váš server možná není konfigurován, aby odesílal emaily prostřednictvím této metody.';
$lang['email_send_failure_smtp'] =
'Není možné odeslat email pomocí PHP SMTP. Váš server možná není konfigurován, aby odesílal emaily prostřednictvím této metody.';
$lang['email_send_failure_phpmail'] = 'Není možné odeslat email pomocí PHP mail(). Váš server možná není konfigurován, aby odesílal emaily protřednictvím této metody.';
$lang['email_send_failure_sendmail'] = 'Není možné odeslat email pomocí PHP Sendmail. Váš server možná není konfigurován, aby odesílal emaily prostřednictvím této metody.';
$lang['email_send_failure_smtp'] = 'Není možné odeslat email pomocí PHP SMTP. Váš server možná není konfigurován, aby odesílal emaily prostřednictvím této metody.';
$lang['email_sent'] = 'Vaše zpráva byla úspěšně odeslána prostřednictvím následujícího protokolu: %s';
$lang['email_no_socket'] = 'Není možné otevřít socket pro Sendmail. Zkontrolujte prosím nastavení.';
$lang['email_no_hostname'] = 'Nezadali jste název hosta SMTP.';

View file

@ -49,10 +49,8 @@ $lang['form_validation_max_length'] = 'The {field} field cannot exceed {param} c
$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_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.';
@ -61,14 +59,11 @@ $lang['form_validation_matches'] = 'The {field} field does not match the {param}
$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_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_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}.';

View file

@ -37,8 +37,7 @@
*/
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_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.';

View file

@ -39,23 +39,16 @@ 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_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_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_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.';

View file

@ -9,8 +9,7 @@ $lang['minutes'] = 'Minut';
$lang['price'] = 'Cena';
$lang['back'] = 'Zpět';
$lang['appointment_date_and_time'] = 'Výběr data a času schůzky';
$lang['no_available_hours'] =
'V rámci zvoleného data nejsou k dispozici žádné termíny pro rezervaci schůzky. Zvolte prosím jiné datum.';
$lang['no_available_hours'] = 'V rámci zvoleného data nejsou k dispozici žádné termíny pro rezervaci schůzky. Zvolte prosím jiné datum.';
$lang['appointment_hour_missing'] = 'Než budete pokračovat, zvolte prosím termín schůzky.';
$lang['customer_information'] = 'Zadání vašich údajů';
$lang['first_name'] = 'Jméno';
@ -39,8 +38,7 @@ $lang['appointment_removed_from_schedule'] = 'Následující schůzka byla odstr
$lang['appointment_details_was_sent_to_you'] = 'Byl vám odeslán email s informacemi o schůzce.';
$lang['add_to_google_calendar'] = 'Přidat do Kalendáře Google';
$lang['appointment_booked'] = 'Vaše schůzka byla úspěšně rezervována.';
$lang['thank_you_for_appointment'] =
'Děkujeme za vaši rezervaci schůzky u nás. Níže jsou zobrazeny informace o schůzce. Změny můžete provést kliknutím na odkaz na schůzku.';
$lang['thank_you_for_appointment'] = 'Děkujeme za vaši rezervaci schůzky u nás. Níže jsou zobrazeny informace o schůzce. Změny můžete provést kliknutím na odkaz na schůzku.';
$lang['appointment_details_title'] = 'Informace o schůzce';
$lang['customer_details_title'] = 'Informace o zákazníkovi';
$lang['service'] = 'Služba';
@ -158,8 +156,7 @@ $lang['friday'] = 'Pátek';
$lang['saturday'] = 'Sobota';
$lang['sunday'] = 'Neděle';
$lang['breaks'] = 'Přestávky';
$lang['add_breaks_during_each_day'] =
'Definice pracovních přestávek během každého dne. V průběhu přestávek nebude poskytovatel přijímat žádné schůzky.';
$lang['add_breaks_during_each_day'] = 'Definice pracovních přestávek během každého dne. V průběhu přestávek nebude poskytovatel přijímat žádné schůzky.';
$lang['day'] = 'Den';
$lang['days'] = 'Dny';
$lang['actions'] = 'Akce';
@ -167,8 +164,7 @@ $lang['reset_working_plan_hint'] = 'Resetovat pracovní plán zpět na výchozí
$lang['company_name'] = 'Název společnosti';
$lang['company_name_hint'] = 'Název společnosti, který bude zobrazen všude v systému (povinné).';
$lang['company_email'] = 'Email společnosti';
$lang['company_email_hint'] =
'Toto bude emailová adresa společnosti. Bude používána jako email odesílatele a pro příjem odpovědí na systémové emaily (povinné).';
$lang['company_email_hint'] = 'Toto bude emailová adresa společnosti. Bude používána jako email odesílatele a pro příjem odpovědí na systémové emaily (povinné).';
$lang['company_link'] = 'Odkaz na web splečnosti';
$lang['company_link_hint'] = 'Odkaz na web společnosti by měl vést na oficální webové stránky společnosti (povinné).';
$lang['go_to_booking_page'] = 'Přejít na stránku rezervací';
@ -180,29 +176,22 @@ $lang['hidden'] = 'Skrytý';
$lang['business_logic'] = 'Business logika';
$lang['current_user'] = 'Přihlášený uživatel';
$lang['about_app'] = 'O aplikaci Easy!Appointments';
$lang['edit_working_plan_hint'] =
'Zde označte dny a hodiny, kdy bude vaše společnost přijímat rezervace schůzek. Budete mít možnost přizpůsobit schůzky mimo pracovní dobu, zákazníci se ale mimo pracovní dobu objednat nemohou. Tato pracovní doba bude výchozí pro každého nově založeného poskytovatele, přičemž ji bude možné změnit u každého jednotlivého poskytovatele v rámci editace. Poté můžete přidat období přestávek.';
$lang['edit_breaks_hint'] =
'Zadejte přestávky v rámci každého dne. Definované přestávky budou použity pro všechny nově založené poskytovatele.';
$lang['edit_working_plan_hint'] = 'Zde označte dny a hodiny, kdy bude vaše společnost přijímat rezervace schůzek. Budete mít možnost přizpůsobit schůzky mimo pracovní dobu, zákazníci se ale mimo pracovní dobu objednat nemohou. Tato pracovní doba bude výchozí pro každého nově založeného poskytovatele, přičemž ji bude možné změnit u každého jednotlivého poskytovatele v rámci editace. Poté můžete přidat období přestávek.';
$lang['edit_breaks_hint'] = 'Zadejte přestávky v rámci každého dne. Definované přestávky budou použity pro všechny nově založené poskytovatele.';
$lang['book_advance_timeout'] = 'Časový limit rezervace';
$lang['book_advance_timeout_hint'] =
'Definujte časový limit (v minutách), před jehož uplynutím budou moci zákazníci zadat nebo změnit rezervaci schůzky se společností.';
$lang['book_advance_timeout_hint'] = 'Definujte časový limit (v minutách), před jehož uplynutím budou moci zákazníci zadat nebo změnit rezervaci schůzky se společností.';
$lang['timeout_minutes'] = 'Časový limit (minuty)';
$lang['about_app_info'] =
'Easy!Appointments je vysoce přizpůsobitelná webová aplikace, která vašim zákazníkům umožňuje rezervovat si s vámi schůzky prostřednictvím webu. Navíc poskytuje možnost synchronizovat vaše data s Kalendářem Google, takže je můžete využívat v rámci dalších služeb.';
$lang['about_app_info'] = 'Easy!Appointments je vysoce přizpůsobitelná webová aplikace, která vašim zákazníkům umožňuje rezervovat si s vámi schůzky prostřednictvím webu. Navíc poskytuje možnost synchronizovat vaše data s Kalendářem Google, takže je můžete využívat v rámci dalších služeb.';
$lang['current_version'] = 'Aktuální verze';
$lang['support'] = 'Podpora';
$lang['about_app_support'] =
'Pokud při používání Easy!Appointments narazíte na jakékoli problémy, můžete odpovědi hledat v oficiální skupině Google. Také můžete založit nový incident na stránce Google Code za účelem podpory dalšího vývoje.';
$lang['about_app_support'] = 'Pokud při používání Easy!Appointments narazíte na jakékoli problémy, můžete odpovědi hledat v oficiální skupině Google. Také můžete založit nový incident na stránce Google Code za účelem podpory dalšího vývoje.';
$lang['official_website'] = 'Oficiální stránky';
$lang['google_plus_community'] = 'Komunita Google+';
$lang['support_group'] = 'Skupina podpory';
$lang['project_issues'] = 'Incidenty projektu';
$lang['license'] = 'Licence';
$lang['about_app_license'] =
'Easy!Appointments je licencováno pod licencí GPLv3. Používáním kódu Easy!Appointments v jakékoli formě souhlasíte s podmínkami popsanými v dokumentu na následující adrese:';
$lang['logout_success'] =
'Byli jste úspěšně odhlášeni! Pro přesměrování na jinou stránku klikněte na některé z následujících tlačítek.';
$lang['about_app_license'] = 'Easy!Appointments je licencováno pod licencí GPLv3. Používáním kódu Easy!Appointments v jakékoli formě souhlasíte s podmínkami popsanými v dokumentu na následující adrese:';
$lang['logout_success'] = 'Byli jste úspěšně odhlášeni! Pro přesměrování na jinou stránku klikněte na některé z následujících tlačítek.';
$lang['book_appointment_title'] = 'Rezervace schůzky';
$lang['backend_section'] = 'Administrace';
$lang['you_need_to_login'] = 'Vítejte! Pro zobrazení sekce administrace se musíte přihlásit.';
@ -211,15 +200,13 @@ $lang['enter_password_here'] = 'Zadejte vaše heslo ...';
$lang['login'] = 'Přihlásit';
$lang['forgot_your_password'] = 'Zapomenuté heslo?';
$lang['login_failed'] = 'Přihlášení selhalo, prosím zadejte správné přihlašovací údaje a zkuste se znovu přihlásit.';
$lang['type_username_and_email_for_new_password'] =
'Pro získání nového hesla zadejte vaše uživatelské jméno a vaši emailovou adresu.';
$lang['type_username_and_email_for_new_password'] = 'Pro získání nového hesla zadejte vaše uživatelské jméno a vaši emailovou adresu.';
$lang['enter_email_here'] = 'Zadejte vaši emailovou adresu ...';
$lang['regenerate_password'] = 'Znovu vygenerovat heslo';
$lang['go_to_login'] = 'Zpět na přihlášení';
$lang['new_password_sent_with_email'] = 'Vaše nové heslo vám bylo zasláno prostřednictvím emailu.';
$lang['new_account_password'] = 'Nové heslo';
$lang['new_password_is'] =
'Vaše nové heslo je $password. Uschovejte prosím tento email pro případ, že byste potřebovali znovu zjistit vaše heslo. Heslo si také můžete změnit v rámci nastavení.';
$lang['new_password_is'] = 'Vaše nové heslo je $password. Uschovejte prosím tento email pro případ, že byste potřebovali znovu zjistit vaše heslo. Heslo si také můžete změnit v rámci nastavení.';
$lang['delete_record_prompt'] = 'Opravdu si přejete odstranit tento záznam? Tuto akci nelze vrátit zpět.';
$lang['delete_admin'] = 'Odstranit administrátora';
$lang['delete_customer'] = 'Odstranit zákazníka';
@ -234,12 +221,10 @@ $lang['unexpected_issues'] = 'Neočekávaná chyba';
$lang['unexpected_issues_message'] = 'Operaci nebylo možné dokončit z důvodu neočekávané chyby.';
$lang['close'] = 'Zavřít';
$lang['page_not_found'] = 'Stránka nenalezena';
$lang['page_not_found_message'] =
'Bohužel, požadovaná stránka neexistuje. Zkontrolujte prosím adresu URL v prohlížeči nebo přejděte do jiného umístění pomocí některého z níže uvedeních tlačítek.';
$lang['page_not_found_message'] = 'Bohužel, požadovaná stránka neexistuje. Zkontrolujte prosím adresu URL v prohlížeči nebo přejděte do jiného umístění pomocí některého z níže uvedeních tlačítek.';
$lang['error'] = 'Chyba';
$lang['no_privileges'] = 'Žádná oprávnění';
$lang['no_privileges_message'] =
'Pro zobrazení této stránky nemáte požadovaná oprávnění. Přejděte prosím do jiné sekce.';
$lang['no_privileges_message'] = 'Pro zobrazení této stránky nemáte požadovaná oprávnění. Přejděte prosím do jiné sekce.';
$lang['backend_calendar'] = 'Kalendář administrace';
$lang['start_date_time'] = 'Datum / čas zahájení';
$lang['end_date_time'] = 'Datum / čas ukončení';
@ -259,8 +244,7 @@ $lang['password_length_notice'] = 'Heslo musí být minimálně $number znaků d
$lang['general_settings'] = 'Obecná nastavení';
$lang['personal_information'] = 'Osobní údaje';
$lang['system_login'] = 'Přihlášení do systému';
$lang['user_settings_are_invalid'] =
'Uživatelská nastavení nejsou platná! Zkontrolujte prosím vaše nastavení a poté akci opakujte.';
$lang['user_settings_are_invalid'] = 'Uživatelská nastavení nejsou platná! Zkontrolujte prosím vaše nastavení a poté akci opakujte.';
$lang['add_break'] = 'Přidat přestávku';
$lang['january'] = 'Leden';
$lang['february'] = 'Únor';
@ -284,22 +268,18 @@ $lang['minute'] = 'Minuta';
$lang['google_sync_completed'] = 'Synchronizace s Google byla úspěšně dokončena.';
$lang['google_sync_failed'] = 'Synchronizace s Google selhala: nepodařilo se navázat spojení se serverem.';
$lang['select_google_calendar'] = 'Vyberte Kalendář Google';
$lang['select_google_calendar_prompt'] =
'Výberte kalendář, do kterého chcete synchronizovat vaše schůzky. Jestliže nechcete vybrat konkrétní kalendář, bude použit výchozí.';
$lang['select_google_calendar_prompt'] = 'Výberte kalendář, do kterého chcete synchronizovat vaše schůzky. Jestliže nechcete vybrat konkrétní kalendář, bude použit výchozí.';
$lang['google_calendar_selected'] = 'Kalendář Google byl úspěšně vybrán.';
$lang['oops_something_went_wrong'] = 'Oops! Něco se pokazilo.';
$lang['could_not_add_to_google_calendar'] = 'Vaše schůzka nemohla být přidána do vašeho Kalendáře Google.';
$lang['ea_update_success'] = 'Aplikace Easy!Appointments byla úspěšně aktualizována.';
$lang['require_captcha'] = 'Vyžadovat CAPTCHA';
$lang['require_captcha_hint'] =
'Pokud bude povolena, zákazníci budou muset před vytvořením/editací schůzky zadat náhodně vygenerovaný řetězec CAPTCHA.';
$lang['require_captcha_hint'] = 'Pokud bude povolena, zákazníci budou muset před vytvořením/editací schůzky zadat náhodně vygenerovaný řetězec CAPTCHA.';
$lang['captcha_is_wrong'] = 'Ověření CAPTCHA selhalo, prosím opakujte akci.';
$lang['any_provider'] = 'Jakýkoli poskytovatel';
$lang['requested_hour_is_unavailable'] =
'Požadovaná schůzka bohužel aktuálně není dostupná. Vyberte prosím pro vaši schůzku jiný čas.';
$lang['requested_hour_is_unavailable'] = 'Požadovaná schůzka bohužel aktuálně není dostupná. Vyberte prosím pro vaši schůzku jiný čas.';
$lang['customer_notifications'] = 'Notifikace zákazníků';
$lang['customer_notifications_hint'] =
'Definuje, zda bude zákazníkům v případě změny rozvrhu týkající se schůzky zákazníka odesílána notifikace emailem.';
$lang['customer_notifications_hint'] = 'Definuje, zda bude zákazníkům v případě změny rozvrhu týkající se schůzky zákazníka odesílána notifikace emailem.';
$lang['date_format'] = 'Formát datumu';
$lang['date_format_hint'] = 'Změnit zobrazovaný formát datumu (D - datum, M - měsíc, Y - rok).';
$lang['time_format'] = 'Formát času';
@ -322,15 +302,12 @@ $lang['terms_and_conditions_content'] = 'Obsah obchodních podmínek';
$lang['privacy_policy'] = 'Zásady ochrany osobních údajů';
$lang['display_privacy_policy'] = 'Zobrazit zásady ochrany osobních údajů';
$lang['privacy_policy_content'] = 'Obsah zásad ochrany osobních údajů';
$lang['website_using_cookies_to_ensure_best_experience'] =
'Tyto webové stránky používají cookies pro zajištění co nejlepšího prožitku na našich webových stránkách.';
$lang['website_using_cookies_to_ensure_best_experience'] = 'Tyto webové stránky používají cookies pro zajištění co nejlepšího prožitku na našich webových stránkách.';
$lang['read_and_agree_to_terms_and_conditions'] = 'Přečetl jsem a souhlasím s {$link}Obchodními podmínkami{/$link}.';
$lang['read_and_agree_to_privacy_policy'] =
'Přečetl jsem a souhlasím se {$link}Zásadami ochrany osobních údajů{/$link}.';
$lang['read_and_agree_to_privacy_policy'] = 'Přečetl jsem a souhlasím se {$link}Zásadami ochrany osobních údajů{/$link}.';
$lang['delete_personal_information_hint'] = 'Odstranit ze systému všechny osobní údaje.';
$lang['delete_personal_information'] = 'Odstranit osobní údaje';
$lang['delete_personal_information_prompt'] =
'Jste si jisti, že chcete odstranit vaše osobní údaje? Tuto akci nelze vzít zpět.';
$lang['delete_personal_information_prompt'] = 'Jste si jisti, že chcete odstranit vaše osobní údaje? Tuto akci nelze vzít zpět.';
$lang['location'] = 'Místo';
$lang['working_plan_exception'] = 'Výjimka z pracovní doby';
$lang['working_plan_exceptions'] = 'Výjimky z pracovní doby';
@ -341,18 +318,15 @@ $lang['working_plan_exception_deleted'] = 'Výjimka z pracovního plánu úspě
$lang['add_working_plan_exceptions_during_each_day'] = 'Přidat výjimku z pracovního plánu v průběhu dne.';
$lang['add_working_plan_exception'] = 'Přidat výjimku z pracovního plánu';
$lang['require_phone_number'] = 'Vyžadovat telefonní číslo';
$lang['require_phone_number_hint'] =
'Pokud je zapnuto, uživatelé a zákazníci musí vyplnit své telefonní číslo při sjednávání schůzky.';
$lang['require_phone_number_hint'] = 'Pokud je zapnuto, uživatelé a zákazníci musí vyplnit své telefonní číslo při sjednávání schůzky.';
$lang['check_spam_folder'] = 'Zkontrolujte prosím svou SPAM schránku, pokud email v několika minutách nedorazí.';
$lang['api_token_hint'] = 'Nastavte bezpečnostní token, abyste povolili autentizaci tokenem v API Easy!Appointments.';
$lang['timezone'] = 'Časová zóna';
$lang['overwrite_existing_working_plans'] =
'Tímto nahradíte současné pracovní plány. Opravdu jste si jisti, že chcete pokračovat?';
$lang['overwrite_existing_working_plans'] = 'Tímto nahradíte současné pracovní plány. Opravdu jste si jisti, že chcete pokračovat?';
$lang['working_plans_got_updated'] = 'Všechny pracovní plány byly aktualizovány.';
$lang['apply_to_all_providers'] = 'Použít pro všechny poskytovatele';
$lang['display_any_provider'] = 'Zobrazit možnost "Jakýkoli poskytovatel"';
$lang['display_any_provider_hint'] =
'Rezervační stránka bude obsahovat dodatečnou informaci, že zákazníci nemusejí vybírat poskytovatele.';
$lang['display_any_provider_hint'] = 'Rezervační stránka bude obsahovat dodatečnou informaci, že zákazníci nemusejí vybírat poskytovatele.';
$lang['load_more'] = 'Více';
$lang['list'] = 'Seznam';
$lang['default'] = 'Výchozí';
@ -363,21 +337,18 @@ $lang['booking_settings'] = 'Booking Settings';
$lang['display'] = 'Display';
$lang['require'] = 'Require';
$lang['color'] = 'Color';
$lang['matomo_analytics_url_hint'] =
'Add the URL to your own Matomo installation to enable Matomo tracking on the booking pages.';
$lang['matomo_analytics_url_hint'] = 'Add the URL to your own Matomo installation to enable Matomo tracking on the booking pages.';
$lang['invalid_phone'] = 'Invalid phone number.';
$lang['legal'] = 'Legal';
$lang['business'] = 'Business';
$lang['account'] = 'Account';
$lang['disable_booking'] = 'Disable Booking';
$lang['disable_booking_hint'] =
'The booking page will be disabled for as long as this setting is active and customers will not be able to register new appointments.';
$lang['disable_booking_hint'] = 'The booking page will be disabled for as long as this setting is active and customers will not be able to register new appointments.';
$lang['display_message'] = 'Display Message';
$lang['booking_is_disabled'] = 'Booking Is Disabled!';
$lang['appearance'] = 'Appearance';
$lang['company_logo'] = 'Company Logo';
$lang['company_logo_hint'] =
'The company logo will be displayed in many places of the app, including the booking page and the notification emails (image file, max 2MB).';
$lang['company_logo_hint'] = 'The company logo will be displayed in many places of the app, including the booking page and the notification emails (image file, max 2MB).';
$lang['company_color'] = 'Company Color';
$lang['company_color_hint'] = 'The company color will be applied across the app so that it the app uses your branding.';
$lang['localization'] = 'Localization';
@ -395,8 +366,7 @@ $lang['add_new_event'] = 'Add New Event';
$lang['what_kind_of_event'] = 'What kind of event would you like to add?';
$lang['theme'] = 'Theme';
$lang['limit_customer_access'] = 'Limit Customer Access';
$lang['limit_customer_access_hint'] =
'If enabled, providers and secretaries will only be able to access customers they have an appointment with.';
$lang['limit_customer_access_hint'] = 'If enabled, providers and secretaries will only be able to access customers they have an appointment with.';
$lang['url'] = 'URL';
$lang['secret_token'] = 'Secret Token';
$lang['verify_ssl'] = 'Verify SSL';
@ -418,33 +388,26 @@ $lang['admin_save'] = 'Admin Save';
$lang['admin_delete'] = 'Admin Delete';
$lang['options'] = 'Options';
$lang['webhooks'] = 'Webhooks';
$lang['webhooks_info'] =
'Webhooks enable you to send HTTP notifications to external web applications in response to various application events, such as the creation of an appointment or the removal of a customer.';
$lang['integrations_info'] =
'Integrations enable you to make third-party connections with external applications and APIs.';
$lang['webhooks_info'] = 'Webhooks enable you to send HTTP notifications to external web applications in response to various application events, such as the creation of an appointment or the removal of a customer.';
$lang['integrations_info'] = 'Integrations enable you to make third-party connections with external applications and APIs.';
$lang['configure'] = 'Configure';
$lang['google_analytics'] = 'Google Analytics';
$lang['google_analytics_info'] =
'Google Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['google_analytics_info'] = 'Google Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['matomo_analytics'] = 'Matomo Analytics';
$lang['matomo_analytics_info'] =
'Matomo Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['matomo_analytics_info'] = 'Matomo Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['api'] = 'API';
$lang['api_info'] =
'API enable you to interact with all the Easy!Appointments data via the HTTP protocol and the available API endpoints and create your own integrations.';
$lang['api_info'] = 'API enable you to interact with all the Easy!Appointments data via the HTTP protocol and the available API endpoints and create your own integrations.';
$lang['google_analytics_code'] = 'Google Analytics Code';
$lang['matomo_analytics_url'] = 'Matomo Analytics URL';
$lang['future_booking_limit'] = 'Future Booking Limit';
$lang['limit_days'] = 'Limit (Days)';
$lang['future_booking_limit_hint'] =
'Set the future limit in days customers can make appointments via the public booking page.';
$lang['future_booking_limit_hint'] = 'Set the future limit in days customers can make appointments via the public booking page.';
$lang['api_token'] = 'API Token';
$lang['allow_rescheduling_cancellation_before'] = 'Allow Rescheduling/Cancellation Before';
$lang['at_least_one_field'] = 'At least one field must be displayed in the booking page.';
$lang['status'] = 'Status';
$lang['appointment_status_options'] = 'Appointment Status Options';
$lang['appointment_status_options_info'] =
'Define a list of available appointment status options that can be used in the the calendar page (the first one will automatically become the default value).';
$lang['appointment_status_options_info'] = 'Define a list of available appointment status options that can be used in the the calendar page (the first one will automatically become the default value).';
$lang['sunday_short'] = 'Sun';
$lang['monday_short'] = 'Mon';
$lang['tuesday_short'] = 'Tue';
@ -482,7 +445,6 @@ $lang['blocked_period'] = 'Blocked Period';
$lang['blocked_periods'] = 'Blocked Periods';
$lang['blocked_period_save'] = 'Blocked Period Save';
$lang['blocked_period_delete'] = 'Blocked Period Delete';
$lang['blocked_periods_hint'] =
'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['blocked_periods_hint'] = 'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['auxiliary_field'] = 'Auxiliary Field';
// End

View file

@ -38,8 +38,7 @@
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_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.';
@ -49,8 +48,7 @@ $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_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.';

View file

@ -9,8 +9,7 @@
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['db_invalid_connection_str'] =
'Kan ikke fastsætte database indstillingerne baseret på forbindelsen strengen du angav.';
$lang['db_invalid_connection_str'] = 'Kan ikke fastsætte database indstillingerne baseret på forbindelsen strengen du angav.';
$lang['db_unable_to_connect'] = 'Kan ikke forbinde til din database server udfra de angivne indstillinger.';
$lang['db_unable_to_select'] = 'Kan ikke vælge den angivne database: %s';
$lang['db_unable_to_create'] = 'Kunne ikke oprette den angivne database: %s';

View file

@ -15,12 +15,9 @@ $lang['email_attachment_missing'] = 'Fandt ikke følgende email vedhæftning: %s
$lang['email_attachment_unreadable'] = 'Kan ikke åbne denne vedhæftning: %s';
$lang['email_no_from'] = 'Kan ikke sende mail uden "From"-header.';
$lang['email_no_recipients'] = 'Du skal angive for modtager: To, Cc, or Bcc';
$lang['email_send_failure_phpmail'] =
'Kan ikke sende email med PHP mail(). Din server er måske ikke konfigureret til at sende mail med denne metode.';
$lang['email_send_failure_sendmail'] =
'Kan ikke sende email med PHP Sendmail. Din server er måske ikke konfigureret til at sende mail med denne metode.';
$lang['email_send_failure_smtp'] =
'Kan ikke sende email med PHP SMTP. Din server er måske ikke konfigureret til at sende mail med denne metode.';
$lang['email_send_failure_phpmail'] = 'Kan ikke sende email med PHP mail(). Din server er måske ikke konfigureret til at sende mail med denne metode.';
$lang['email_send_failure_sendmail'] = 'Kan ikke sende email med PHP Sendmail. Din server er måske ikke konfigureret til at sende mail med denne metode.';
$lang['email_send_failure_smtp'] = 'Kan ikke sende email med PHP SMTP. Din server er måske ikke konfigureret til at sende mail med denne metode.';
$lang['email_sent'] = 'Din meddelelse blev sendt med denne protokol: %s';
$lang['email_no_socket'] = 'Kan ikke åbne kontakt til Sendmail. Prøv at checke dine indstillinger.';
$lang['email_no_hostname'] = 'Du mangler at angive et SMTP værtsnavn.';

View file

@ -49,10 +49,8 @@ $lang['form_validation_max_length'] = 'The {field} field cannot exceed {param} c
$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_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.';
@ -61,14 +59,11 @@ $lang['form_validation_matches'] = 'The {field} field does not match the {param}
$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_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_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}.';

View file

@ -37,8 +37,7 @@
*/
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_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.';

View file

@ -39,23 +39,16 @@ 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_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_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_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.';

View file

@ -38,8 +38,7 @@ $lang['appointment_removed_from_schedule'] = 'Din følgende tid er slettet ';
$lang['appointment_details_was_sent_to_you'] = 'Du vil modtage en email med oplysninger om din tidsbestilling.';
$lang['add_to_google_calendar'] = 'Tilføj til google kalenderen';
$lang['appointment_booked'] = 'Din tid er nu booket';
$lang['thank_you_for_appointment'] =
'Tak for din tidsbetilling hos os. Nedenfor kan du se oplysninger om aftalen. For at ændre i tids bestillingen tryk på linket.';
$lang['thank_you_for_appointment'] = 'Tak for din tidsbetilling hos os. Nedenfor kan du se oplysninger om aftalen. For at ændre i tids bestillingen tryk på linket.';
$lang['appointment_details_title'] = 'Oplysninger om aftale';
$lang['customer_details_title'] = 'Kunde oplysninger';
$lang['service'] = 'Betjening';
@ -79,8 +78,7 @@ $lang['add'] = 'Tilføj';
$lang['edit'] = 'Redigere';
$lang['hello'] = 'Hej';
$lang['all_day'] = 'Hele dagen';
$lang['manage_appointment_record_hint'] =
'Administrer alle tidsbestillings på de tilgængelige leverandører og tjenester.';
$lang['manage_appointment_record_hint'] = 'Administrer alle tidsbestillings på de tilgængelige leverandører og tjenester.';
$lang['select_filter_item_hint'] = 'Vælg en leverandør eller service og se aftalen i kalenderen.';
$lang['enable_appointment_sync_hint'] = 'Aktivere aftalen og synkroniser den med leverandørens Google kalender konto.';
$lang['manage_customers_hint'] = 'Behandle de registrede kunder og se deres bookings historie.';
@ -158,8 +156,7 @@ $lang['friday'] = 'Fredag';
$lang['saturday'] = 'Lørdag';
$lang['sunday'] = 'Søndag';
$lang['breaks'] = 'Pause';
$lang['add_breaks_during_each_day'] =
'Tilføj pause hver dag. I pausen acceptere leverandøren ikke nogen tids bestilling';
$lang['add_breaks_during_each_day'] = 'Tilføj pause hver dag. I pausen acceptere leverandøren ikke nogen tids bestilling';
$lang['day'] = 'Dag';
$lang['days'] = 'Dage';
$lang['actions'] = 'Aktivere';
@ -167,8 +164,7 @@ $lang['reset_working_plan_hint'] = 'Gendan arbejdsplanen tilbage til normalen.';
$lang['company_name'] = 'Firmanavn';
$lang['company_name_hint'] = 'Firmanavnet vil blive vist på hele systemet (krævet).';
$lang['company_email'] = 'Firma email';
$lang['company_email_hint'] =
'Dette vil være firmaets email adresse. Den vil blive brugt som afsender og modtager adresse af systemets email (Obligatorisk)';
$lang['company_email_hint'] = 'Dette vil være firmaets email adresse. Den vil blive brugt som afsender og modtager adresse af systemets email (Obligatorisk)';
$lang['company_link'] = 'Firma link';
$lang['company_link_hint'] = 'Firma linket skal gå ind på den officielle webside til firmaet (påkrævet)';
$lang['go_to_booking_page'] = 'Gå til booking siden';
@ -180,26 +176,21 @@ $lang['hidden'] = 'Skjult';
$lang['business_logic'] = 'Forretningslogik';
$lang['current_user'] = 'Nuværende bruger';
$lang['about_app'] = 'Om Easy!Appointments';
$lang['edit_working_plan_hint'] =
'Marker under de dage og timer, som din virksomhed vil acceptere aftaler. Du vil være i stand til at justere udnævnelser i ikke arbejdstid, men kunderne vil ikke være i stand til at bestille tid af sig selv i ikke arbejdsperioder. Denne arbejdsplan vil være standard for hver ny udbyder rekord, men du vil være i stand til at ændre de enkelte udbyders plan separat ved at redigere hans rekord. Efter at du kan tilføje pauser.';
$lang['edit_working_plan_hint'] = 'Marker under de dage og timer, som din virksomhed vil acceptere aftaler. Du vil være i stand til at justere udnævnelser i ikke arbejdstid, men kunderne vil ikke være i stand til at bestille tid af sig selv i ikke arbejdsperioder. Denne arbejdsplan vil være standard for hver ny udbyder rekord, men du vil være i stand til at ændre de enkelte udbyders plan separat ved at redigere hans rekord. Efter at du kan tilføje pauser.';
$lang['edit_breaks_hint'] = 'Tilføj pausen hver dag. Disse pauser vil være tilgængelige for alle leverandøre.';
$lang['book_advance_timeout'] = 'Book forudgående pause';
$lang['book_advance_timeout_hint'] =
'Definere pausen (i minutter) før kunderne kan booke eller redigere tidsbestillingen hos firmaet.';
$lang['book_advance_timeout_hint'] = 'Definere pausen (i minutter) før kunderne kan booke eller redigere tidsbestillingen hos firmaet.';
$lang['timeout_minutes'] = 'Pause (minutter)';
$lang['about_app_info'] =
'Easy!Appointments er et specielfremstillet internet applikation som giver mulighed for kunderne at booke bestillinger med dig via internettet. Endvidere leverandørens evne til at synkronisere dine data med Google kalender, så du kan bruge dem med andre tjenester.';
$lang['about_app_info'] = 'Easy!Appointments er et specielfremstillet internet applikation som giver mulighed for kunderne at booke bestillinger med dig via internettet. Endvidere leverandørens evne til at synkronisere dine data med Google kalender, så du kan bruge dem med andre tjenester.';
$lang['current_version'] = 'Nuværende version';
$lang['support'] = 'Support';
$lang['about_app_support'] =
'Hvis du støder på nogen problemer når du bruger Easy!Appointments kan du søge i officiel Google gruppe for svar. Du må også lave en levering i google kode side for at hjælpe opstående proces.';
$lang['about_app_support'] = 'Hvis du støder på nogen problemer når du bruger Easy!Appointments kan du søge i officiel Google gruppe for svar. Du må også lave en levering i google kode side for at hjælpe opstående proces.';
$lang['official_website'] = 'Officiel Webside';
$lang['google_plus_community'] = 'Google+ fælleskab';
$lang['support_group'] = 'Support gruppe';
$lang['project_issues'] = 'Projekt levering';
$lang['license'] = 'Licens';
$lang['about_app_license'] =
'Easy!Appointments er autoriseret til GPLv3 lisens. Ved at bruge koden Easy!Appointments i hvert fald, du giver samtykke til periodens beskrivelse i det følgende url.';
$lang['about_app_license'] = 'Easy!Appointments er autoriseret til GPLv3 lisens. Ved at bruge koden Easy!Appointments i hvert fald, du giver samtykke til periodens beskrivelse i det følgende url.';
$lang['logout_success'] = 'Du er blevet logget ud! Klik på en af de følgende knapper for at komme til en anden side.';
$lang['book_appointment_title'] = 'Book aftale';
$lang['backend_section'] = 'Administrationsside';
@ -215,8 +206,7 @@ $lang['regenerate_password'] = 'Forny password';
$lang['go_to_login'] = 'Gå tilbage til login siden';
$lang['new_password_sent_with_email'] = 'Dit nye password er blevet sendt til din email.';
$lang['new_account_password'] = 'Nyt konto password';
$lang['new_password_is'] =
'Dit nye password er $password. Gem denne email for at hente dit password igen, hvis det bliver nødvendigt. Du kan også ændre dit password i indstillingerne ';
$lang['new_password_is'] = 'Dit nye password er $password. Gem denne email for at hente dit password igen, hvis det bliver nødvendigt. Du kan også ændre dit password i indstillingerne ';
$lang['delete_record_prompt'] = 'Er du sikker på du vil slette dette dokument, det kan ikke gendannes igen.';
$lang['delete_admin'] = 'Slet admin.';
$lang['delete_customer'] = 'Slet kunde';
@ -231,8 +221,7 @@ $lang['unexpected_issues'] = 'Uforklarligt problem';
$lang['unexpected_issues_message'] = 'Kunne ikke gennemføres, da der er opstået et uventet problem.';
$lang['close'] = 'luk';
$lang['page_not_found'] = 'Siden ikke fundet';
$lang['page_not_found_message'] =
'Desværre, den side du søger eksistere ikke. Tjek din browser URL eller gå til en andet sted ved at bruge knappen nedenunder. ';
$lang['page_not_found_message'] = 'Desværre, den side du søger eksistere ikke. Tjek din browser URL eller gå til en andet sted ved at bruge knappen nedenunder. ';
$lang['error'] = 'Error';
$lang['no_privileges'] = 'Ingen rettigheder';
$lang['no_privileges_message'] = 'Du har ikke rettigheder til at bruge denne side. Vælg en anden gruppe.';
@ -279,22 +268,18 @@ $lang['minute'] = 'Minutter';
$lang['google_sync_completed'] = 'Google synkroniseringen gennemført.';
$lang['google_sync_failed'] = 'Google synkroniseringen fejlede, kunne ikke oprette forbindelse til serveren.';
$lang['select_google_calendar'] = 'Vælg Google kalender';
$lang['select_google_calendar_prompt'] =
'vælg kalenderen du vile synkronisere med din bestilling. Hvis du ikke vil vælge en specifik kalender den normale vil blive brugt.';
$lang['select_google_calendar_prompt'] = 'vælg kalenderen du vile synkronisere med din bestilling. Hvis du ikke vil vælge en specifik kalender den normale vil blive brugt.';
$lang['google_calendar_selected'] = 'Google kalender er blevet valgt.';
$lang['oops_something_went_wrong'] = 'Oops! Noget gik galt.';
$lang['could_not_add_to_google_calendar'] = 'Din tid kunne ikke tilføjes din Google kalender konto';
$lang['ea_update_success'] = 'Easy!Appointments er blevet opdateret.';
$lang['require_captcha'] = 'Kræv CAPTCHA';
$lang['require_captcha_hint'] =
'When enabled, the customers will have to type a random generated CAPTCHA string before booking/updating an appointment.';
$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'] = 'Alle leverandører';
$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 unfornately 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['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'] = 'Datoformat';
$lang['date_format_hint'] = 'Skift det viste datoformat (D - Dato, M - Måned, Y - År).';
$lang['time_format'] = 'Tidsformat';
@ -317,14 +302,12 @@ $lang['terms_and_conditions_content'] = 'Terms & Conditions Content';
$lang['privacy_policy'] = 'Privacy Policy';
$lang['display_privacy_policy'] = 'Display Privacy Policy';
$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['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'] = 'Slet alle dine personlige oplysninger fra systemet';
$lang['delete_personal_information'] = 'Slet persolige oplysninger';
$lang['delete_personal_information_prompt'] =
'Er du sikker på dy vil slette dine personlige oplysninger, de kan ikke gendannes!.';
$lang['delete_personal_information_prompt'] = 'Er du sikker på dy vil slette dine personlige oplysninger, de kan ikke gendannes!.';
$lang['location'] = 'Location';
$lang['working_plan_exception'] = 'Working Plan Exception';
$lang['working_plan_exceptions'] = 'Working Plan Exceptions';
@ -335,20 +318,15 @@ $lang['working_plan_exception_deleted'] = 'Working plan exception deleted succes
$lang['add_working_plan_exceptions_during_each_day'] = 'Add working plan exceptions, outside the working plan.';
$lang['add_working_plan_exception'] = 'Add Working Plan Exception';
$lang['require_phone_number'] = 'Kræver telefonnummer';
$lang['require_phone_number_hint'] =
'When enabled, customers and users will need to enter the customer\'s phone number when booking an appointment';
$lang['check_spam_folder'] =
'Tjek venligst din uønsket mail (spam) mappe hvis du ikke har modtaget mailen inden for et par minutter.';
$lang['api_token_hint'] =
'Set a secret token in order to enable the token based authentication of the Easy!Appointments API.';
$lang['require_phone_number_hint'] = 'When enabled, customers and users will need to enter the customer\'s phone number when booking an appointment';
$lang['check_spam_folder'] = 'Tjek venligst din uønsket mail (spam) mappe hvis du ikke har modtaget mailen inden for et par minutter.';
$lang['api_token_hint'] = 'Set a secret token in order to enable the token based authentication of the Easy!Appointments API.';
$lang['timezone'] = 'Tidszone';
$lang['overwrite_existing_working_plans'] =
'This will overwrite the existing provider working plans, are you sure that you want to continue?';
$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['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'] = 'Liste';
$lang['default'] = 'Standard';
@ -359,21 +337,18 @@ $lang['booking_settings'] = 'Booking Settings';
$lang['display'] = 'Display';
$lang['require'] = 'Require';
$lang['color'] = 'Color';
$lang['matomo_analytics_url_hint'] =
'Add the URL to your own Matomo installation to enable Matomo tracking on the booking pages.';
$lang['matomo_analytics_url_hint'] = 'Add the URL to your own Matomo installation to enable Matomo tracking on the booking pages.';
$lang['invalid_phone'] = 'Invalid phone number.';
$lang['legal'] = 'Legal';
$lang['business'] = 'Business';
$lang['account'] = 'Account';
$lang['disable_booking'] = 'Disable Booking';
$lang['disable_booking_hint'] =
'The booking page will be disabled for as long as this setting is active and customers will not be able to register new appointments.';
$lang['disable_booking_hint'] = 'The booking page will be disabled for as long as this setting is active and customers will not be able to register new appointments.';
$lang['display_message'] = 'Display Message';
$lang['booking_is_disabled'] = 'Booking Is Disabled!';
$lang['appearance'] = 'Appearance';
$lang['company_logo'] = 'Company Logo';
$lang['company_logo_hint'] =
'The company logo will be displayed in many places of the app, including the booking page and the notification emails (image file, max 2MB).';
$lang['company_logo_hint'] = 'The company logo will be displayed in many places of the app, including the booking page and the notification emails (image file, max 2MB).';
$lang['company_color'] = 'Company Color';
$lang['company_color_hint'] = 'The company color will be applied across the app so that it the app uses your branding.';
$lang['localization'] = 'Localization';
@ -391,8 +366,7 @@ $lang['add_new_event'] = 'Add New Event';
$lang['what_kind_of_event'] = 'What kind of event would you like to add?';
$lang['theme'] = 'Theme';
$lang['limit_customer_access'] = 'Limit Customer Access';
$lang['limit_customer_access_hint'] =
'If enabled, providers and secretaries will only be able to access customers they have an appointment with.';
$lang['limit_customer_access_hint'] = 'If enabled, providers and secretaries will only be able to access customers they have an appointment with.';
$lang['url'] = 'URL';
$lang['secret_token'] = 'Secret Token';
$lang['verify_ssl'] = 'Verify SSL';
@ -414,33 +388,26 @@ $lang['admin_save'] = 'Admin Save';
$lang['admin_delete'] = 'Admin Delete';
$lang['options'] = 'Options';
$lang['webhooks'] = 'Webhooks';
$lang['webhooks_info'] =
'Webhooks enable you to send HTTP notifications to external web applications in response to various application events, such as the creation of an appointment or the removal of a customer.';
$lang['integrations_info'] =
'Integrations enable you to make third-party connections with external applications and APIs.';
$lang['webhooks_info'] = 'Webhooks enable you to send HTTP notifications to external web applications in response to various application events, such as the creation of an appointment or the removal of a customer.';
$lang['integrations_info'] = 'Integrations enable you to make third-party connections with external applications and APIs.';
$lang['configure'] = 'Configure';
$lang['google_analytics'] = 'Google Analytics';
$lang['google_analytics_info'] =
'Google Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['google_analytics_info'] = 'Google Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['matomo_analytics'] = 'Matomo Analytics';
$lang['matomo_analytics_info'] =
'Matomo Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['matomo_analytics_info'] = 'Matomo Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['api'] = 'API';
$lang['api_info'] =
'API enable you to interact with all the Easy!Appointments data via the HTTP protocol and the available API endpoints and create your own integrations.';
$lang['api_info'] = 'API enable you to interact with all the Easy!Appointments data via the HTTP protocol and the available API endpoints and create your own integrations.';
$lang['google_analytics_code'] = 'Google Analytics Code';
$lang['matomo_analytics_url'] = 'Matomo Analytics URL';
$lang['future_booking_limit'] = 'Future Booking Limit';
$lang['limit_days'] = 'Limit (Days)';
$lang['future_booking_limit_hint'] =
'Set the future limit in days customers can make appointments via the public booking page.';
$lang['future_booking_limit_hint'] = 'Set the future limit in days customers can make appointments via the public booking page.';
$lang['api_token'] = 'API Token';
$lang['allow_rescheduling_cancellation_before'] = 'Allow Rescheduling/Cancellation Before';
$lang['at_least_one_field'] = 'At least one field must be displayed in the booking page.';
$lang['status'] = 'Status';
$lang['appointment_status_options'] = 'Appointment Status Options';
$lang['appointment_status_options_info'] =
'Define a list of available appointment status options that can be used in the the calendar page (the first one will automatically become the default value).';
$lang['appointment_status_options_info'] = 'Define a list of available appointment status options that can be used in the the calendar page (the first one will automatically become the default value).';
$lang['sunday_short'] = 'Sun';
$lang['monday_short'] = 'Mon';
$lang['tuesday_short'] = 'Tue';
@ -478,7 +445,6 @@ $lang['blocked_period'] = 'Blocked Period';
$lang['blocked_periods'] = 'Blocked Periods';
$lang['blocked_period_save'] = 'Blocked Period Save';
$lang['blocked_period_delete'] = 'Blocked Period Delete';
$lang['blocked_periods_hint'] =
'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['blocked_periods_hint'] = 'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['auxiliary_field'] = 'Auxiliary Field';
// End

View file

@ -38,8 +38,7 @@
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_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.';
@ -49,8 +48,7 @@ $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_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.';

View file

@ -10,16 +10,13 @@
*/
defined('BASEPATH') or exit('Directe toegang tot scripts is niet toegestaan');
$lang['db_invalid_connection_str'] =
'Het lukt niet om de instellingen voor de database te kunnen bepalen via de connectiegegevens.';
$lang['db_unable_to_connect'] =
'Het lukt niet om een verbinding naar de database te maken met de opgegeven informatie.';
$lang['db_invalid_connection_str'] = 'Het lukt niet om de instellingen voor de database te kunnen bepalen via de connectiegegevens.';
$lang['db_unable_to_connect'] = 'Het lukt niet om een verbinding naar de database te maken met de opgegeven informatie.';
$lang['db_unable_to_select'] = 'Benaderen van de database is mislukt: %s';
$lang['db_unable_to_create'] = 'Aanmaken van de database is mislukt: %s';
$lang['db_invalid_query'] = 'De aan de database gestelde query is niet juist geformuleerd.';
$lang['db_must_set_table'] = 'Het is verplicht de naam van de tabel uit de database te noemen.';
$lang['db_must_use_set'] =
'De database vindt dat, als je een regel wilt veranderen, het "SET"-commando hiervoor bedoeld is.';
$lang['db_must_use_set'] = 'De database vindt dat, als je een regel wilt veranderen, het "SET"-commando hiervoor bedoeld is.';
$lang['db_must_use_index'] = 'De database vindt dat de naam van een INDEX genoemd moet voor deze batch-updates.';
$lang['db_batch_missing_index'] = 'De opgegeven INDEX ontbreekt, terwijl er wel regels voor een batch update zijn.';
$lang['db_must_use_where'] = 'Updates zijn niet toegestaan zonder een "WHERE" clausule.';
@ -31,8 +28,7 @@ $lang['db_unable_to_drop'] = 'Het lukt niet om de opgegeven database te verwijde
$lang['db_unsupported_feature'] = 'Deze mogelijkheid wordt niet door het databaseplatform ondersteund.';
$lang['db_unsupported_compression'] = 'De server kent deze compressiemethode niet.';
$lang['db_filepath_error'] = 'Het systeem kan niet schrijven naar het genoemde bestand.';
$lang['db_invalid_cache_path'] =
'Het systeem kan niet schrijven naar dit cachebestand en het is onduidelijk of dit het juiste bestand is.';
$lang['db_invalid_cache_path'] = 'Het systeem kan niet schrijven naar dit cachebestand en het is onduidelijk of dit het juiste bestand is.';
$lang['db_table_name_required'] = 'Voor deze actie is de naam van de tabel verplicht.';
$lang['db_column_name_required'] = 'Voor deze actie is de kolomnaam verplicht.';
$lang['db_column_definition_required'] = 'Voor deze actie is het opgeven van een kolomdefinitie verplicht.';

View file

@ -16,12 +16,9 @@ $lang['email_attachment_missing'] = 'De bijlage bij dit bericht kan niet gevonde
$lang['email_attachment_unreadable'] = 'De bijlage kan niet worden gelezen: %s';
$lang['email_no_from'] = 'E-mail kan niet verstuurd worden zonder "From"-header.';
$lang['email_no_recipients'] = 'Ontvangers (Naar, Cc, of Bcc) zijn verplicht.';
$lang['email_send_failure_phpmail'] =
'Het lukt niet om de e-mail te versturen met PHP mail(). Deze server zou wel eens een andere methode gebruiken om berichten te sturen.';
$lang['email_send_failure_sendmail'] =
'Het lukt niet om de e-mail te versturen met PHP Sendmail. Deze server zou wel eens een andere methode gebruiken om berichten te sturen.';
$lang['email_send_failure_smtp'] =
'Het lukt niet om de e-mail te versturen met PHP SMTP. Deze server zou wel eens een andere methode gebruiken om berichten te sturen.';
$lang['email_send_failure_phpmail'] = 'Het lukt niet om de e-mail te versturen met PHP mail(). Deze server zou wel eens een andere methode gebruiken om berichten te sturen.';
$lang['email_send_failure_sendmail'] = 'Het lukt niet om de e-mail te versturen met PHP Sendmail. Deze server zou wel eens een andere methode gebruiken om berichten te sturen.';
$lang['email_send_failure_smtp'] = 'Het lukt niet om de e-mail te versturen met PHP SMTP. Deze server zou wel eens een andere methode gebruiken om berichten te sturen.';
$lang['email_sent'] = 'Het bericht is verstuurd, via het volgende protocol: %s';
$lang['email_no_socket'] = 'Het lukt niet om een socket naar Sendmail te openen. Controleer instellingen.';
$lang['email_no_hostname'] = 'Specifieer een SMTP-hostnaam.';

View file

@ -49,10 +49,8 @@ $lang['form_validation_max_length'] = 'The {field} field cannot exceed {param} c
$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_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.';
@ -61,14 +59,11 @@ $lang['form_validation_matches'] = 'The {field} field does not match the {param}
$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_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_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}.';

View file

@ -37,8 +37,7 @@
*/
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_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.';

View file

@ -39,23 +39,16 @@ 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_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_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_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.';

View file

@ -9,8 +9,7 @@ $lang['minutes'] = 'minuten';
$lang['price'] = 'Prijs:';
$lang['back'] = 'Vorige';
$lang['appointment_date_and_time'] = 'Selecteer een datum en tijd';
$lang['no_available_hours'] =
'Het is momenteel niet mogelijk een afspraak te maken op die datum. Kies een andere datum.';
$lang['no_available_hours'] = 'Het is momenteel niet mogelijk een afspraak te maken op die datum. Kies een andere datum.';
$lang['appointment_hour_missing'] = 'Kies een tijd voordat u verder gaat.';
$lang['customer_information'] = 'Vul uw informatie in';
$lang['first_name'] = 'Voornaam';
@ -28,8 +27,7 @@ $lang['fields_are_required'] = 'Velden met een * zijn verplicht.';
$lang['appointment_confirmation'] = 'Afspraak bevestigen';
$lang['confirm'] = 'Bevestigen';
$lang['update'] = 'Update';
$lang['cancel_appointment_hint'] =
'Druk op de knop "Annuleren" om uw afspraak te verwijderen van de agenda van dit bedrijf.';
$lang['cancel_appointment_hint'] = 'Druk op de knop "Annuleren" om uw afspraak te verwijderen van de agenda van dit bedrijf.';
$lang['cancel'] = 'Annuleren';
$lang['appointment_registered'] = 'Uw afspraak is succesvol geboekt.';
$lang['cancel_appointment_title'] = 'Afspraak annuleren';
@ -40,8 +38,7 @@ $lang['appointment_removed_from_schedule'] = 'De volgende afspraak is verwijderd
$lang['appointment_details_was_sent_to_you'] = 'Een e-mail met de details van de afspraak is naar u verzonden.';
$lang['add_to_google_calendar'] = 'Voeg toe aan Google Agenda.';
$lang['appointment_booked'] = 'Uw afspraak is met succes geboekt.';
$lang['thank_you_for_appointment'] =
'Bedankt voor het maken van een afspraak met ons! Hieronder vindt u de details van de afspraak. Breng eventuele wijzigingen aan door te klikken op de afspraak link.';
$lang['thank_you_for_appointment'] = 'Bedankt voor het maken van een afspraak met ons! Hieronder vindt u de details van de afspraak. Breng eventuele wijzigingen aan door te klikken op de afspraak link.';
$lang['appointment_details_title'] = 'Uw afspraak';
$lang['customer_details_title'] = 'Klantgegevens';
$lang['service'] = 'Dienst';
@ -55,13 +52,11 @@ $lang['success'] = 'Succes.';
$lang['appointment_added_to_google_calendar'] = 'Uw afspraak is toegevoegd aan het Google Agenda-account.';
$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_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['appointment_does_not_exist_in_db'] = 'De door u opgevraagde afspraak bestaat niet meer in de database van het systeem.';
$lang['display_calendar'] = 'Kalender';
$lang['calendar'] = 'Kalender';
$lang['users'] = 'Gebruikers';
@ -91,8 +86,7 @@ $lang['manage_services_hint'] = 'Beheer beschikbare diensten en categorieën van
$lang['manage_users_hint'] = 'Beheer de backend gebruikers.';
$lang['settings_hint'] = 'Beheer het systeem en gebruikersinstellingen.';
$lang['log_out_hint'] = 'Log uit.';
$lang['unavailability_periods_hint'] =
'Er kunnen geen nieuwe afspraken geaccepteerd worden als de medewerker niet beschikbaar is.';
$lang['unavailability_periods_hint'] = 'Er kunnen geen nieuwe afspraken geaccepteerd worden als de medewerker niet beschikbaar is.';
$lang['new_appointment_hint'] = 'Een nieuwe afspraak maken en opslaan in de database.';
$lang['reload_appointments_hint'] = 'Herlaad de afspraken.';
$lang['trigger_google_sync_hint'] = 'Start het Google Agenda synchronisatieproces.';
@ -110,8 +104,7 @@ $lang['pick_existing_customer_hint'] = 'Kies een bestaande klant.';
$lang['new_appointment_title'] = 'Nieuwe afspraak';
$lang['edit_appointment_title'] = 'Afspraak bewerken';
$lang['delete_appointment_title'] = 'Afspraak verwijderen';
$lang['write_appointment_removal_reason'] =
'Neemt u alstublieft even de tijd om de reden van annulering door te geven:';
$lang['write_appointment_removal_reason'] = 'Neemt u alstublieft even de tijd om de reden van annulering door te geven:';
$lang['appointment_saved'] = 'Afspraak succesvol opgeslagen.';
$lang['new_unavailability_title'] = 'Nieuwe periode waarop men niet beschikbaar is';
$lang['edit_unavailability_title'] = 'Bewerk beschikbare periode';
@ -163,8 +156,7 @@ $lang['friday'] = 'Vrijdag';
$lang['saturday'] = 'Zaterdag';
$lang['sunday'] = 'Zondag';
$lang['breaks'] = 'Pauzes';
$lang['add_breaks_during_each_day'] =
'Voeg voor iedere dag de pauzes toe. Tijdens de pauzes kunnen er geen afspraken worden gepland.';
$lang['add_breaks_during_each_day'] = 'Voeg voor iedere dag de pauzes toe. Tijdens de pauzes kunnen er geen afspraken worden gepland.';
$lang['day'] = 'Dag';
$lang['days'] = 'Dagen';
$lang['actions'] = 'Acties';
@ -172,11 +164,9 @@ $lang['reset_working_plan_hint'] = 'Reset de werkagenda naar de standaardwaarden
$lang['company_name'] = 'Bedrijfsnaam';
$lang['company_name_hint'] = 'Bedrijfsnaam zal overal worden weergegeven op het systeem (vereist).';
$lang['company_email'] = 'E-mail van het bedrijf';
$lang['company_email_hint'] =
'Dit is het e-mailadres van het bedrijf. Het zal worden gebruikt als afzender- en antwoordadres van de systeemmails (vereist).';
$lang['company_email_hint'] = 'Dit is het e-mailadres van het bedrijf. Het zal worden gebruikt als afzender- en antwoordadres van de systeemmails (vereist).';
$lang['company_link'] = 'Link naar het bedrijf';
$lang['company_link_hint'] =
'De link naar het bedrijf moet verwijzen naar de officiële website van het bedrijf (verplicht).';
$lang['company_link_hint'] = 'De link naar het bedrijf moet verwijzen naar de officiële website van het bedrijf (verplicht).';
$lang['go_to_booking_page'] = 'Ga naar de boekingspagina';
$lang['settings_saved'] = 'Instellingen succesvol opgeslagen.';
$lang['general'] = 'Algemeen';
@ -186,29 +176,22 @@ $lang['hidden'] = 'Verborgen';
$lang['business_logic'] = 'Bedrijfsinstellingen';
$lang['current_user'] = 'Huidige gebruiker';
$lang['about_app'] = 'Over Easy!Appointments';
$lang['edit_working_plan_hint'] =
'Geef hier de dagen en uren in waarop klanten afspraken kunnen plannen (bijv. openingstijden). U kunt afspraken aanpassen naar tijden die normaal niet kunnen worden gekozen, maar klanten kunnen dit niet via het normale formulier. Deze tijden worden standaard gebruikt voor alle medewerkers, maar deze instellingen kunnen ook per medewerker worden gewijzigd bij de persoonlijke gegevens. Daarna kunnen ook pauzes worden gekozen.';
$lang['edit_breaks_hint'] =
'Voeg voor elke dag pauzes toe. Deze pauzes worden standaard gebruikt voor alle medewerkers.';
$lang['edit_working_plan_hint'] = 'Geef hier de dagen en uren in waarop klanten afspraken kunnen plannen (bijv. openingstijden). U kunt afspraken aanpassen naar tijden die normaal niet kunnen worden gekozen, maar klanten kunnen dit niet via het normale formulier. Deze tijden worden standaard gebruikt voor alle medewerkers, maar deze instellingen kunnen ook per medewerker worden gewijzigd bij de persoonlijke gegevens. Daarna kunnen ook pauzes worden gekozen.';
$lang['edit_breaks_hint'] = 'Voeg voor elke dag pauzes toe. Deze pauzes worden standaard gebruikt voor alle medewerkers.';
$lang['book_advance_timeout'] = 'Voor-boek-tijd vooruitboeken';
$lang['book_advance_timeout_hint'] =
'Definieer de tijd (in minuten) voordat klanten afspraken met het bedrijf kunnen boeken of herindelen.';
$lang['book_advance_timeout_hint'] = 'Definieer de tijd (in minuten) voordat klanten afspraken met het bedrijf kunnen boeken of herindelen.';
$lang['timeout_minutes'] = 'Voor-boek-tijd (minuten)';
$lang['about_app_info'] =
'Easy! Afspraken is een zeer flexibele web applicatie waarmee klanten afspraken met u kunnen boeken via het web. Bovendien biedt het de mogelijkheid om uw gegevens te synchroniseren met Google Agenda, zodat u ze kunt gebruiken met andere diensten.';
$lang['about_app_info'] = 'Easy! Afspraken is een zeer flexibele web applicatie waarmee klanten afspraken met u kunnen boeken via het web. Bovendien biedt het de mogelijkheid om uw gegevens te synchroniseren met Google Agenda, zodat u ze kunt gebruiken met andere diensten.';
$lang['current_version'] = 'Huidige versie';
$lang['support'] = 'Ondersteuning';
$lang['about_app_support'] =
'Als u problemen ondervindt bij het gebruik van Easy! Afspraken kunt u zoeken in de officiële Google-discussiegroep voor antwoorden. U moet misschien ook een nieuw onderwerp op de pagina Google Code creëren om de ontwikkeling van de applicatie te helpen.';
$lang['about_app_support'] = 'Als u problemen ondervindt bij het gebruik van Easy! Afspraken kunt u zoeken in de officiële Google-discussiegroep voor antwoorden. U moet misschien ook een nieuw onderwerp op de pagina Google Code creëren om de ontwikkeling van de applicatie te helpen.';
$lang['official_website'] = 'Officiële Website';
$lang['google_plus_community'] = 'Google+ Community';
$lang['support_group'] = 'Support Group';
$lang['project_issues'] = 'Project issues';
$lang['license'] = 'Licentie';
$lang['about_app_license'] =
'Easy! Afspraken is gelicenseerd onder de gplv3 licentie. Door het gebruik van de code van Easy Afspraken op welke manier dan ook gaat u akkoord met de in de volgende url beschreven voorwaarden:';
$lang['logout_success'] =
'U bent succesvol uitgelogd! Gebruik een van de volgende knoppen om te navigeren naar een andere pagina.';
$lang['about_app_license'] = 'Easy! Afspraken is gelicenseerd onder de gplv3 licentie. Door het gebruik van de code van Easy Afspraken op welke manier dan ook gaat u akkoord met de in de volgende url beschreven voorwaarden:';
$lang['logout_success'] = 'U bent succesvol uitgelogd! Gebruik een van de volgende knoppen om te navigeren naar een andere pagina.';
$lang['book_appointment_title'] = 'Boek afspraak';
$lang['backend_section'] = 'Beheerdersysteem (backend)';
$lang['you_need_to_login'] = 'Welkom! U moet inloggen om backend te bekijken.';
@ -217,17 +200,14 @@ $lang['enter_password_here'] = 'Vul hier je wachtwoord in…';
$lang['login'] = 'Login';
$lang['forgot_your_password'] = 'Wachtwoord vergeten?';
$lang['login_failed'] = 'Inloggen is mislukt, voer de juiste gegevens in en probeer het opnieuw.';
$lang['type_username_and_email_for_new_password'] =
'Typ uw gebruikersnaam en uw e-mailadres in om een nieuw wachtwoord per mail te krijgen.';
$lang['type_username_and_email_for_new_password'] = 'Typ uw gebruikersnaam en uw e-mailadres in om een nieuw wachtwoord per mail te krijgen.';
$lang['enter_email_here'] = 'Vul hier uw e-mail in…';
$lang['regenerate_password'] = 'Wachtwoord genereren';
$lang['go_to_login'] = 'Ga terug naar de login pagina';
$lang['new_password_sent_with_email'] = 'Uw nieuwe wachtwoord is per mail naar u verzonden.';
$lang['new_account_password'] = 'Nieuw wachtwoord voor uw account';
$lang['new_password_is'] =
'Uw nieuwe wachtwoord is $password. Bewaar deze e-mail indien nodig. U kunt dit wachtwoord wijzigen door een nieuwe aan te maken op de pagina met instellingen.';
$lang['delete_record_prompt'] =
'Weet u zeker dat u dit record wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.';
$lang['new_password_is'] = 'Uw nieuwe wachtwoord is $password. Bewaar deze e-mail indien nodig. U kunt dit wachtwoord wijzigen door een nieuwe aan te maken op de pagina met instellingen.';
$lang['delete_record_prompt'] = 'Weet u zeker dat u dit record wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.';
$lang['delete_admin'] = 'Verwijder Beheerder';
$lang['delete_customer'] = 'Verwijder Klant';
$lang['delete_service'] = 'Dienst verwijderen';
@ -241,12 +221,10 @@ $lang['unexpected_issues'] = 'Onverwachte problemen';
$lang['unexpected_issues_message'] = 'De bewerking kan niet worden voltooid als gevolg van onverwachte problemen.';
$lang['close'] = 'Sluit';
$lang['page_not_found'] = 'Pagina niet gevonden';
$lang['page_not_found_message'] =
'Helaas bestaat de door u opgevraagde pagina niet. Controleer aub de locatie in uw browser of ga naar een andere locatie met behulp van de onderstaande knoppen.';
$lang['page_not_found_message'] = 'Helaas bestaat de door u opgevraagde pagina niet. Controleer aub de locatie in uw browser of ga naar een andere locatie met behulp van de onderstaande knoppen.';
$lang['error'] = 'Fout';
$lang['no_privileges'] = 'Geen rechten';
$lang['no_privileges_message'] =
'Je hebt niet de benodigde rechten om deze pagina te bekijken. Navigeer naar een andere sectie.';
$lang['no_privileges_message'] = 'Je hebt niet de benodigde rechten om deze pagina te bekijken. Navigeer naar een andere sectie.';
$lang['backend_calendar'] = 'Backend Kalender';
$lang['start_date_time'] = 'Start datum/tijd';
$lang['end_date_time'] = 'Eind datum/tijd';
@ -266,8 +244,7 @@ $lang['password_length_notice'] = 'Een wachtwoord moet ten minste $number tekens
$lang['general_settings'] = 'Algemene instellingen';
$lang['personal_information'] = 'Persoonlijke informatie';
$lang['system_login'] = 'Systeem Login';
$lang['user_settings_are_invalid'] =
'De gebruikersinstellingen zijn ongeldig! Controleer uw instellingen en probeer het opnieuw.';
$lang['user_settings_are_invalid'] = 'De gebruikersinstellingen zijn ongeldig! Controleer uw instellingen en probeer het opnieuw.';
$lang['add_break'] = 'Pauze toevoegen';
$lang['january'] = 'Januari';
$lang['february'] = 'Februari';
@ -291,22 +268,18 @@ $lang['minute'] = 'Minuut';
$lang['google_sync_completed'] = 'Google synchronisatie is voltooid.';
$lang['google_sync_failed'] = 'Google synchronisatie is mislukt: kan geen verbinding maken met de server.';
$lang['select_google_calendar'] = 'Selecteer Google Agenda';
$lang['select_google_calendar_prompt'] =
'Selecteer de agenda waarme uw afspraken wilt synchroniseren. Als u geen specifieke kalender selecteert zal de standaard worden gebruikt.';
$lang['select_google_calendar_prompt'] = 'Selecteer de agenda waarme uw afspraken wilt synchroniseren. Als u geen specifieke kalender selecteert zal de standaard worden gebruikt.';
$lang['google_calendar_selected'] = 'Google Agenda is met succes geselecteerd.';
$lang['oops_something_went_wrong'] = 'Oeps! Er is iets misgegaan.';
$lang['could_not_add_to_google_calendar'] = 'Uw afspraak kon niet toegevoegd worden aan het Google Agenda-account.';
$lang['ea_update_success'] = 'Easy!Appointments is succesvol bijgewerkt.';
$lang['require_captcha'] = 'CAPTCHA vereist.';
$lang['require_captcha_hint'] =
'Indien ingeschakeld moeten de klanten een willekeurige tekenreeks invullen om een afspraak te bevestigen.';
$lang['require_captcha_hint'] = 'Indien ingeschakeld moeten de klanten een willekeurige tekenreeks invullen om een afspraak te bevestigen.';
$lang['captcha_is_wrong'] = 'CAPTCHA verificatie is mislukt, probeer het a.u.b.nogmaals.';
$lang['any_provider'] = 'Maakt mij niet uit.';
$lang['requested_hour_is_unavailable'] =
'De gekozen tijd voor uw afspraak is helaas niet beschikbaar. Kies a.u.b.een ander uur voor uw afspraak.';
$lang['requested_hour_is_unavailable'] = 'De gekozen tijd voor uw afspraak is helaas niet beschikbaar. Kies a.u.b.een ander uur voor uw afspraak.';
$lang['customer_notifications'] = 'Klant mededelingen';
$lang['customer_notifications_hint'] =
'Kies of de klant een bevestiging krijgt per email als er de afspraak wordt aangepast.';
$lang['customer_notifications_hint'] = 'Kies of de klant een bevestiging krijgt per email als er de afspraak wordt aangepast.';
$lang['date_format'] = 'Datum formaat';
$lang['date_format_hint'] = 'Verander het datum formaat (D - dag, M - maand, Y - jaar).';
$lang['time_format'] = 'Time Format';
@ -329,14 +302,12 @@ $lang['terms_and_conditions_content'] = 'Terms & Conditions Content';
$lang['privacy_policy'] = 'Privacy Policy';
$lang['display_privacy_policy'] = 'Display Privacy Policy';
$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['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'] = '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['delete_personal_information_prompt'] = 'Are you sure that you want to delete your personal information? This action cannot be undone.';
$lang['location'] = 'Location';
$lang['working_plan_exception'] = 'Working Plan Exception';
$lang['working_plan_exceptions'] = 'Working Plan Exceptions';
@ -347,19 +318,15 @@ $lang['working_plan_exception_deleted'] = 'Working plan exception deleted succes
$lang['add_working_plan_exceptions_during_each_day'] = 'Add working plan exceptions, outside the working plan.';
$lang['add_working_plan_exception'] = 'Add Working Plan Exception';
$lang['require_phone_number'] = 'Require phone number';
$lang['require_phone_number_hint'] =
'When enabled, customers and users will need to enter the customer\'s phone number when booking an appointment';
$lang['require_phone_number_hint'] = 'When enabled, customers and users will need to enter the customer\'s phone number when booking an appointment';
$lang['check_spam_folder'] = 'Please check your spam folder if the email does not arrive within a few minutes.';
$lang['api_token_hint'] =
'Set a secret token in order to enable the token based authentication of the Easy!Appointments API.';
$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['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['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';
@ -370,21 +337,18 @@ $lang['booking_settings'] = 'Booking Settings';
$lang['display'] = 'Display';
$lang['require'] = 'Require';
$lang['color'] = 'Color';
$lang['matomo_analytics_url_hint'] =
'Add the URL to your own Matomo installation to enable Matomo tracking on the booking pages.';
$lang['matomo_analytics_url_hint'] = 'Add the URL to your own Matomo installation to enable Matomo tracking on the booking pages.';
$lang['invalid_phone'] = 'Invalid phone number.';
$lang['legal'] = 'Legal';
$lang['business'] = 'Business';
$lang['account'] = 'Account';
$lang['disable_booking'] = 'Disable Booking';
$lang['disable_booking_hint'] =
'The booking page will be disabled for as long as this setting is active and customers will not be able to register new appointments.';
$lang['disable_booking_hint'] = 'The booking page will be disabled for as long as this setting is active and customers will not be able to register new appointments.';
$lang['display_message'] = 'Display Message';
$lang['booking_is_disabled'] = 'Booking Is Disabled!';
$lang['appearance'] = 'Appearance';
$lang['company_logo'] = 'Company Logo';
$lang['company_logo_hint'] =
'The company logo will be displayed in many places of the app, including the booking page and the notification emails (image file, max 2MB).';
$lang['company_logo_hint'] = 'The company logo will be displayed in many places of the app, including the booking page and the notification emails (image file, max 2MB).';
$lang['company_color'] = 'Company Color';
$lang['company_color_hint'] = 'The company color will be applied across the app so that it the app uses your branding.';
$lang['localization'] = 'Localization';
@ -402,8 +366,7 @@ $lang['add_new_event'] = 'Add New Event';
$lang['what_kind_of_event'] = 'What kind of event would you like to add?';
$lang['theme'] = 'Theme';
$lang['limit_customer_access'] = 'Limit Customer Access';
$lang['limit_customer_access_hint'] =
'If enabled, providers and secretaries will only be able to access customers they have an appointment with.';
$lang['limit_customer_access_hint'] = 'If enabled, providers and secretaries will only be able to access customers they have an appointment with.';
$lang['url'] = 'URL';
$lang['secret_token'] = 'Secret Token';
$lang['verify_ssl'] = 'Verify SSL';
@ -425,33 +388,26 @@ $lang['admin_save'] = 'Admin Save';
$lang['admin_delete'] = 'Admin Delete';
$lang['options'] = 'Options';
$lang['webhooks'] = 'Webhooks';
$lang['webhooks_info'] =
'Webhooks enable you to send HTTP notifications to external web applications in response to various application events, such as the creation of an appointment or the removal of a customer.';
$lang['integrations_info'] =
'Integrations enable you to make third-party connections with external applications and APIs.';
$lang['webhooks_info'] = 'Webhooks enable you to send HTTP notifications to external web applications in response to various application events, such as the creation of an appointment or the removal of a customer.';
$lang['integrations_info'] = 'Integrations enable you to make third-party connections with external applications and APIs.';
$lang['configure'] = 'Configure';
$lang['google_analytics'] = 'Google Analytics';
$lang['google_analytics_info'] =
'Google Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['google_analytics_info'] = 'Google Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['matomo_analytics'] = 'Matomo Analytics';
$lang['matomo_analytics_info'] =
'Matomo Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['matomo_analytics_info'] = 'Matomo Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['api'] = 'API';
$lang['api_info'] =
'API enable you to interact with all the Easy!Appointments data via the HTTP protocol and the available API endpoints and create your own integrations.';
$lang['api_info'] = 'API enable you to interact with all the Easy!Appointments data via the HTTP protocol and the available API endpoints and create your own integrations.';
$lang['google_analytics_code'] = 'Google Analytics Code';
$lang['matomo_analytics_url'] = 'Matomo Analytics URL';
$lang['future_booking_limit'] = 'Future Booking Limit';
$lang['limit_days'] = 'Limit (Days)';
$lang['future_booking_limit_hint'] =
'Set the future limit in days customers can make appointments via the public booking page.';
$lang['future_booking_limit_hint'] = 'Set the future limit in days customers can make appointments via the public booking page.';
$lang['api_token'] = 'API Token';
$lang['allow_rescheduling_cancellation_before'] = 'Allow Rescheduling/Cancellation Before';
$lang['at_least_one_field'] = 'At least one field must be displayed in the booking page.';
$lang['status'] = 'Status';
$lang['appointment_status_options'] = 'Appointment Status Options';
$lang['appointment_status_options_info'] =
'Define a list of available appointment status options that can be used in the the calendar page (the first one will automatically become the default value).';
$lang['appointment_status_options_info'] = 'Define a list of available appointment status options that can be used in the the calendar page (the first one will automatically become the default value).';
$lang['sunday_short'] = 'Sun';
$lang['monday_short'] = 'Mon';
$lang['tuesday_short'] = 'Tue';
@ -489,7 +445,6 @@ $lang['blocked_period'] = 'Blocked Period';
$lang['blocked_periods'] = 'Blocked Periods';
$lang['blocked_period_save'] = 'Blocked Period Save';
$lang['blocked_period_delete'] = 'Blocked Period Delete';
$lang['blocked_periods_hint'] =
'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['blocked_periods_hint'] = 'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['auxiliary_field'] = 'Auxiliary Field';
// End

View file

@ -38,8 +38,7 @@
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_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.';
@ -49,8 +48,7 @@ $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_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.';

View file

@ -37,8 +37,7 @@
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['db_invalid_connection_str'] =
'Unable to determine the database settings based on the connection string you submitted.';
$lang['db_invalid_connection_str'] = 'Unable to determine the database settings based on the connection string you submitted.';
$lang['db_unable_to_connect'] = 'Unable to connect to your database server using the provided settings.';
$lang['db_unable_to_select'] = 'Unable to select the specified database: %s';
$lang['db_unable_to_create'] = 'Unable to create the specified database: %s';

View file

@ -43,12 +43,9 @@ $lang['email_attachment_missing'] = 'Unable to locate the following email attach
$lang['email_attachment_unreadable'] = 'Unable to open this attachment: %s';
$lang['email_no_from'] = 'Cannot send mail with no "From" header.';
$lang['email_no_recipients'] = 'You must include recipients: To, Cc, or Bcc';
$lang['email_send_failure_phpmail'] =
'Unable to send email using PHP mail(). Your server might not be configured to send mail using this method.';
$lang['email_send_failure_sendmail'] =
'Unable to send email using PHP Sendmail. Your server might not be configured to send mail using this method.';
$lang['email_send_failure_smtp'] =
'Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method.';
$lang['email_send_failure_phpmail'] = 'Unable to send email using PHP mail(). Your server might not be configured to send mail using this method.';
$lang['email_send_failure_sendmail'] = 'Unable to send email using PHP Sendmail. Your server might not be configured to send mail using this method.';
$lang['email_send_failure_smtp'] = 'Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method.';
$lang['email_sent'] = 'Your message has been successfully sent using the following protocol: %s';
$lang['email_no_socket'] = 'Unable to open a socket to Sendmail. Please check settings.';
$lang['email_no_hostname'] = 'You did not specify a SMTP hostname.';

View file

@ -49,10 +49,8 @@ $lang['form_validation_max_length'] = 'The {field} field cannot exceed {param} c
$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_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.';
@ -61,14 +59,11 @@ $lang['form_validation_matches'] = 'The {field} field does not match the {param}
$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_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_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}.';

View file

@ -37,8 +37,7 @@
*/
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_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.';

View file

@ -39,23 +39,16 @@ 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_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_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_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.';

View file

@ -9,8 +9,7 @@ $lang['minutes'] = 'Minutes';
$lang['price'] = 'Price';
$lang['back'] = 'Back';
$lang['appointment_date_and_time'] = 'Appointment Date & Time';
$lang['no_available_hours'] =
'There are no available appointment hours for the selected date. Please choose another date.';
$lang['no_available_hours'] = 'There are no available appointment hours for the selected date. Please choose another date.';
$lang['appointment_hour_missing'] = 'Please select an appointment hour before continuing.';
$lang['customer_information'] = 'Customer Information';
$lang['first_name'] = 'First Name';
@ -39,8 +38,7 @@ $lang['appointment_removed_from_schedule'] = 'The following appointment was remo
$lang['appointment_details_was_sent_to_you'] = 'An email with the appointment details has been sent to you.';
$lang['add_to_google_calendar'] = 'Add to Google Calendar';
$lang['appointment_booked'] = 'Your appointment has been successfully booked.';
$lang['thank_you_for_appointment'] =
'Thank you for arranging an appointment with us. Below you can see the appointment details. Make changes by clicking the appointment link.';
$lang['thank_you_for_appointment'] = 'Thank you for arranging an appointment with us. Below you can see the appointment details. Make changes by clicking the appointment link.';
$lang['appointment_details_title'] = 'Appointment Details';
$lang['customer_details_title'] = 'Customer Details';
$lang['service'] = 'Service';
@ -58,8 +56,7 @@ $lang['appointment_link_description'] = 'You can make changes by clicking the ap
$lang['appointment_locked'] = 'Modification impossible!';
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.';
$lang['appointment_not_found'] = 'Appointment Not Found';
$lang['appointment_does_not_exist_in_db'] =
'The appointment you requested does not exist in the system database anymore.';
$lang['appointment_does_not_exist_in_db'] = 'The appointment you requested does not exist in the system database anymore.';
$lang['display_calendar'] = 'Display Calendar';
$lang['calendar'] = 'Calendar';
$lang['users'] = 'Users';
@ -107,8 +104,7 @@ $lang['pick_existing_customer_hint'] = 'Pick an existing customer.';
$lang['new_appointment_title'] = 'New Appointment';
$lang['edit_appointment_title'] = 'Edit Appointment';
$lang['delete_appointment_title'] = 'Delete Appointment';
$lang['write_appointment_removal_reason'] =
'Please take a minute to write the reason you are deleting the appointment:';
$lang['write_appointment_removal_reason'] = 'Please take a minute to write the reason you are deleting the appointment:';
$lang['appointment_saved'] = 'Appointment saved successfully.';
$lang['new_unavailability_title'] = 'New Unavailability';
$lang['edit_unavailability_title'] = 'Edit Unavailability';
@ -160,8 +156,7 @@ $lang['friday'] = 'Friday';
$lang['saturday'] = 'Saturday';
$lang['sunday'] = 'Sunday';
$lang['breaks'] = 'Breaks';
$lang['add_breaks_during_each_day'] =
'Add the working breaks during each day. During breaks the provider will not accept any appointments.';
$lang['add_breaks_during_each_day'] = 'Add the working breaks during each day. During breaks the provider will not accept any appointments.';
$lang['day'] = 'Day';
$lang['days'] = 'Days';
$lang['actions'] = 'Actions';
@ -169,8 +164,7 @@ $lang['reset_working_plan_hint'] = 'Reset the working plan back to the default v
$lang['company_name'] = 'Company Name';
$lang['company_name_hint'] = 'Company name will be displayed everywhere on the system (required).';
$lang['company_email'] = 'Company Email';
$lang['company_email_hint'] =
'This will be the company email address. It will be used as the sender and the reply address of the system emails (required).';
$lang['company_email_hint'] = 'This will be the company email address. It will be used as the sender and the reply address of the system emails (required).';
$lang['company_link'] = 'Company Link';
$lang['company_link_hint'] = 'Company link should point to the official website of the company (required).';
$lang['go_to_booking_page'] = 'Go To Booking Page';
@ -182,29 +176,22 @@ $lang['hidden'] = 'Hidden';
$lang['business_logic'] = 'Business Logic';
$lang['current_user'] = 'Current User';
$lang['about_app'] = 'About Easy!Appointments';
$lang['edit_working_plan_hint'] =
'Mark below the days and hours that your company will accept appointments. You will be able to adjust appointments in non-working hours but the customers will not be able to book appointments by themselves in non-working periods. This working plan will be the default for every new provider record, but you will be able to change each provider\'s plan separately by editing his record. After that you can add break periods.';
$lang['edit_breaks_hint'] =
'Add the working breaks during each day. These breaks will be applied for all new providers.';
$lang['edit_working_plan_hint'] = 'Mark below the days and hours that your company will accept appointments. You will be able to adjust appointments in non-working hours but the customers will not be able to book appointments by themselves in non-working periods. This working plan will be the default for every new provider record, but you will be able to change each provider\'s plan separately by editing his record. After that you can add break periods.';
$lang['edit_breaks_hint'] = 'Add the working breaks during each day. These breaks will be applied for all new providers.';
$lang['book_advance_timeout'] = 'Book Advance Timeout';
$lang['book_advance_timeout_hint'] =
'Define the timeout (in minutes) before the customers can book or re-arrange appointments with the company.';
$lang['book_advance_timeout_hint'] = 'Define the timeout (in minutes) before the customers can book or re-arrange appointments with the company.';
$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['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['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'] =
'You have been successfully logged out! Click on one of the following buttons to navigate to a different page.';
$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'] = 'You have been successfully logged out! Click on one of the following buttons to navigate to a different page.';
$lang['book_appointment_title'] = 'Book Appointment';
$lang['backend_section'] = 'Backend Section';
$lang['you_need_to_login'] = 'Welcome! You will need to login in order to view backend pages.';
@ -213,15 +200,13 @@ $lang['enter_password_here'] = 'Enter your password here ...';
$lang['login'] = 'Login';
$lang['forgot_your_password'] = 'Forgot Your Password?';
$lang['login_failed'] = 'Login failed, please enter the correct credentials and try again.';
$lang['type_username_and_email_for_new_password'] =
'Type your username and your email address to get your new password.';
$lang['type_username_and_email_for_new_password'] = 'Type your username and your email address to get your new password.';
$lang['enter_email_here'] = 'Enter your email here ...';
$lang['regenerate_password'] = 'Regenerate Password';
$lang['go_to_login'] = 'Go Back To Login Page';
$lang['new_password_sent_with_email'] = 'Your new password has been sent to you with an email.';
$lang['new_account_password'] = 'New Account Password';
$lang['new_password_is'] =
'Your new account password is $password. Please store this email to be able to retrieve your password if necessary. You can also change this password with a new one in the settings page.';
$lang['new_password_is'] = 'Your new account password is $password. Please store this email to be able to retrieve your password if necessary. You can also change this password with a new one in the settings page.';
$lang['delete_record_prompt'] = 'Are you sure that you want to delete this record? This action cannot be undone.';
$lang['delete_admin'] = 'Delete Admin';
$lang['delete_customer'] = 'Delete Customer';
@ -236,12 +221,10 @@ $lang['unexpected_issues'] = 'Unexpected Issues';
$lang['unexpected_issues_message'] = 'The operation could not complete due to unexpected issues.';
$lang['close'] = 'Close';
$lang['page_not_found'] = 'Page Not Found';
$lang['page_not_found_message'] =
'Unfortunately the page you requested does not exist. Please check your browser URL or head to another location using the buttons below.';
$lang['page_not_found_message'] = 'Unfortunately the page you requested does not exist. Please check your browser URL or head to another location using the buttons below.';
$lang['error'] = 'Error';
$lang['no_privileges'] = 'No Privileges';
$lang['no_privileges_message'] =
'You do not have the required privileges to view this page. Please navigate to a different section.';
$lang['no_privileges_message'] = 'You do not have the required privileges to view this page. Please navigate to a different section.';
$lang['backend_calendar'] = 'Backend Calendar';
$lang['start_date_time'] = 'Start Date / Time';
$lang['end_date_time'] = 'End Date / Time';
@ -285,30 +268,25 @@ $lang['minute'] = 'Minute';
$lang['google_sync_completed'] = 'Google synchronization completed successfully.';
$lang['google_sync_failed'] = 'Google synchronization failed: Could not establish server connection.';
$lang['select_google_calendar'] = 'Select Google Calendar';
$lang['select_google_calendar_prompt'] =
'Select the calendar that you want to sync your appointments. If you do not want to select a specific calendar the default one will be used.';
$lang['select_google_calendar_prompt'] = 'Select the calendar that you want to sync your appointments. If you do not want to select a specific calendar the default one will be used.';
$lang['google_calendar_selected'] = 'Google calendar has been successfully selected.';
$lang['oops_something_went_wrong'] = 'Oops! Something Went Wrong.';
$lang['could_not_add_to_google_calendar'] = 'Your appointment could not be added to your Google Calendar account.';
$lang['ea_update_success'] = 'Easy!Appointments has been successfully updated.';
$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['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 unfortunately 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['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'] = '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 Code to enable Google Analytics tracking on the booking pages.';
$lang['google_analytics_code_hint'] = 'Add your Google Analytics Code to enable Google Analytics tracking on the booking pages.';
$lang['availabilities_type'] = 'Availabilities Type';
$lang['flexible'] = 'Flexible';
$lang['fixed'] = 'Fixed';
@ -324,14 +302,12 @@ $lang['terms_and_conditions_content'] = 'Terms & Conditions Content';
$lang['privacy_policy'] = 'Privacy Policy';
$lang['display_privacy_policy'] = 'Display Privacy Policy';
$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['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'] = '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['delete_personal_information_prompt'] = 'Are you sure that you want to delete your personal information? This action cannot be undone.';
$lang['location'] = 'Location';
$lang['working_plan_exception'] = 'Working Plan Exception';
$lang['working_plan_exceptions'] = 'Working Plan Exceptions';
@ -342,19 +318,15 @@ $lang['working_plan_exception_deleted'] = 'Working plan exception deleted succes
$lang['add_working_plan_exceptions_during_each_day'] = 'Add working plan exceptions, outside the working plan.';
$lang['add_working_plan_exception'] = 'Add Working Plan Exception';
$lang['require_phone_number'] = 'Require phone number';
$lang['require_phone_number_hint'] =
'When enabled, customers and users will need to enter the customer\'s phone number when booking an appointment';
$lang['require_phone_number_hint'] = 'When enabled, customers and users will need to enter the customer\'s phone number when booking an appointment';
$lang['check_spam_folder'] = 'Please check your spam folder if the email does not arrive within a few minutes.';
$lang['api_token_hint'] =
'Set a secret token in order to enable the token based authentication of the Easy!Appointments API.';
$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['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['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';
@ -365,21 +337,18 @@ $lang['booking_settings'] = 'Booking Settings';
$lang['display'] = 'Display';
$lang['require'] = 'Require';
$lang['color'] = 'Color';
$lang['matomo_analytics_url_hint'] =
'Add the URL to your own Matomo installation to enable Matomo tracking on the booking pages.';
$lang['matomo_analytics_url_hint'] = 'Add the URL to your own Matomo installation to enable Matomo tracking on the booking pages.';
$lang['invalid_phone'] = 'Invalid phone number.';
$lang['legal'] = 'Legal';
$lang['business'] = 'Business';
$lang['account'] = 'Account';
$lang['disable_booking'] = 'Disable Booking';
$lang['disable_booking_hint'] =
'The booking page will be disabled for as long as this setting is active and customers will not be able to register new appointments.';
$lang['disable_booking_hint'] = 'The booking page will be disabled for as long as this setting is active and customers will not be able to register new appointments.';
$lang['display_message'] = 'Display Message';
$lang['booking_is_disabled'] = 'Booking Is Disabled!';
$lang['appearance'] = 'Appearance';
$lang['company_logo'] = 'Company Logo';
$lang['company_logo_hint'] =
'The company logo will be displayed in many places of the app, including the booking page and the notification emails (image file, max 2MB).';
$lang['company_logo_hint'] = 'The company logo will be displayed in many places of the app, including the booking page and the notification emails (image file, max 2MB).';
$lang['company_color'] = 'Company Color';
$lang['company_color_hint'] = 'The company color will be applied across the app so that it the app uses your branding.';
$lang['localization'] = 'Localization';
@ -397,8 +366,7 @@ $lang['add_new_event'] = 'Add New Event';
$lang['what_kind_of_event'] = 'What kind of event would you like to add?';
$lang['theme'] = 'Theme';
$lang['limit_customer_access'] = 'Limit Customer Access';
$lang['limit_customer_access_hint'] =
'If enabled, providers and secretaries will only be able to access customers they have an appointment with.';
$lang['limit_customer_access_hint'] = 'If enabled, providers and secretaries will only be able to access customers they have an appointment with.';
$lang['url'] = 'URL';
$lang['secret_token'] = 'Secret Token';
$lang['verify_ssl'] = 'Verify SSL';
@ -420,33 +388,26 @@ $lang['admin_save'] = 'Admin Save';
$lang['admin_delete'] = 'Admin Delete';
$lang['options'] = 'Options';
$lang['webhooks'] = 'Webhooks';
$lang['webhooks_info'] =
'Webhooks enable you to send HTTP notifications to external web applications in response to various application events, such as the creation of an appointment or the removal of a customer.';
$lang['integrations_info'] =
'Integrations enable you to make third-party connections with external applications and APIs.';
$lang['webhooks_info'] = 'Webhooks enable you to send HTTP notifications to external web applications in response to various application events, such as the creation of an appointment or the removal of a customer.';
$lang['integrations_info'] = 'Integrations enable you to make third-party connections with external applications and APIs.';
$lang['configure'] = 'Configure';
$lang['google_analytics'] = 'Google Analytics';
$lang['google_analytics_info'] =
'Google Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['google_analytics_info'] = 'Google Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['matomo_analytics'] = 'Matomo Analytics';
$lang['matomo_analytics_info'] =
'Matomo Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['matomo_analytics_info'] = 'Matomo Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['api'] = 'API';
$lang['api_info'] =
'API enable you to interact with all the Easy!Appointments data via the HTTP protocol and the available API endpoints and create your own integrations.';
$lang['api_info'] = 'API enable you to interact with all the Easy!Appointments data via the HTTP protocol and the available API endpoints and create your own integrations.';
$lang['google_analytics_code'] = 'Google Analytics Code';
$lang['matomo_analytics_url'] = 'Matomo Analytics URL';
$lang['future_booking_limit'] = 'Future Booking Limit';
$lang['limit_days'] = 'Limit (Days)';
$lang['future_booking_limit_hint'] =
'Set the future limit in days customers can make appointments via the public booking page.';
$lang['future_booking_limit_hint'] = 'Set the future limit in days customers can make appointments via the public booking page.';
$lang['api_token'] = 'API Token';
$lang['allow_rescheduling_cancellation_before'] = 'Allow Rescheduling/Cancellation Before';
$lang['at_least_one_field'] = 'At least one field must be displayed in the booking page.';
$lang['status'] = 'Status';
$lang['appointment_status_options'] = 'Appointment Status Options';
$lang['appointment_status_options_info'] =
'Define a list of available appointment status options that can be used in the the calendar page (the first one will automatically become the default value).';
$lang['appointment_status_options_info'] = 'Define a list of available appointment status options that can be used in the the calendar page (the first one will automatically become the default value).';
$lang['sunday_short'] = 'Sun';
$lang['monday_short'] = 'Mon';
$lang['tuesday_short'] = 'Tue';
@ -484,7 +445,6 @@ $lang['blocked_period'] = 'Blocked Period';
$lang['blocked_periods'] = 'Blocked Periods';
$lang['blocked_period_save'] = 'Blocked Period Save';
$lang['blocked_period_delete'] = 'Blocked Period Delete';
$lang['blocked_periods_hint'] =
'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['blocked_periods_hint'] = 'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['auxiliary_field'] = 'Auxiliary Field';
// End

View file

@ -38,8 +38,7 @@
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_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.';
@ -49,8 +48,7 @@ $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_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.';

View file

@ -37,8 +37,7 @@
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['db_invalid_connection_str'] =
'Unable to determine the database settings based on the connection string you submitted.';
$lang['db_invalid_connection_str'] = 'Unable to determine the database settings based on the connection string you submitted.';
$lang['db_unable_to_connect'] = 'Unable to connect to your database server using the provided settings.';
$lang['db_unable_to_select'] = 'Unable to select the specified database: %s';
$lang['db_unable_to_create'] = 'Unable to create the specified database: %s';

View file

@ -43,12 +43,9 @@ $lang['email_attachment_missing'] = 'Unable to locate the following email attach
$lang['email_attachment_unreadable'] = 'Unable to open this attachment: %s';
$lang['email_no_from'] = 'Cannot send mail with no "From" header.';
$lang['email_no_recipients'] = 'You must include recipients: To, Cc, or Bcc';
$lang['email_send_failure_phpmail'] =
'Unable to send email using PHP mail(). Your server might not be configured to send mail using this method.';
$lang['email_send_failure_sendmail'] =
'Unable to send email using PHP Sendmail. Your server might not be configured to send mail using this method.';
$lang['email_send_failure_smtp'] =
'Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method.';
$lang['email_send_failure_phpmail'] = 'Unable to send email using PHP mail(). Your server might not be configured to send mail using this method.';
$lang['email_send_failure_sendmail'] = 'Unable to send email using PHP Sendmail. Your server might not be configured to send mail using this method.';
$lang['email_send_failure_smtp'] = 'Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method.';
$lang['email_sent'] = 'Your message has been successfully sent using the following protocol: %s';
$lang['email_no_socket'] = 'Unable to open a socket to Sendmail. Please check settings.';
$lang['email_no_hostname'] = 'You did not specify a SMTP hostname.';

View file

@ -49,10 +49,8 @@ $lang['form_validation_max_length'] = 'The {field} field cannot exceed {param} c
$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_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.';
@ -61,14 +59,11 @@ $lang['form_validation_matches'] = 'The {field} field does not match the {param}
$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_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_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}.';

View file

@ -37,8 +37,7 @@
*/
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_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.';

View file

@ -39,23 +39,16 @@ 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_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_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_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.';

View file

@ -38,8 +38,7 @@ $lang['appointment_removed_from_schedule'] = 'Broneering on kalendrist eemaldatu
$lang['appointment_details_was_sent_to_you'] = 'Broneeringu detailid saadeti ka e-postiga.';
$lang['add_to_google_calendar'] = 'Lisa Google\'i kalendrisse';
$lang['appointment_booked'] = 'Aja broneerimine õnnestus.';
$lang['thank_you_for_appointment'] =
'Suur tänu aja broneerimise eest. Broneeringu info on toodud allpool. Muutusi saab teha vajutades broneeringu nupule.';
$lang['thank_you_for_appointment'] = 'Suur tänu aja broneerimise eest. Broneeringu info on toodud allpool. Muutusi saab teha vajutades broneeringu nupule.';
$lang['appointment_details_title'] = 'Broneeringu detailid';
$lang['customer_details_title'] = 'Kliendi andmed';
$lang['service'] = 'Teenus';
@ -177,25 +176,21 @@ $lang['hidden'] = 'Peidetud';
$lang['business_logic'] = 'Töötajad';
$lang['current_user'] = 'Praegune kasutaja';
$lang['about_app'] = 'Info rakenduse kohta';
$lang['edit_working_plan_hint'] =
'Märgi päevad ja tunnid, mil on klientidel võimalik broneeringuid teha. Haldur saab broneeringuid ka väljaspool neid aegu määrata. See tööplaan on on vaikimisi ees kõigil teenusepakkujatel.';
$lang['edit_working_plan_hint'] = 'Märgi päevad ja tunnid, mil on klientidel võimalik broneeringuid teha. Haldur saab broneeringuid ka väljaspool neid aegu määrata. See tööplaan on on vaikimisi ees kõigil teenusepakkujatel.';
$lang['edit_breaks_hint'] = 'Lisa pausid. Uued teenusepakkujad saavad endalde vaikimisi need pausid.';
$lang['book_advance_timeout'] = 'Broneeringu tegemise viimane hetk';
$lang['book_advance_timeout_hint'] = 'Määratle, kui palju varem on võimalik broneeringuid teha.';
$lang['timeout_minutes'] = 'Mitu minutit enne soovitavat broneeringuaega on võimalik veel broneeringut teha.';
$lang['about_app_info'] =
'Easy!Appointments on veebirakendus mille abil on võimalik klientidel teenuste aegu broneerida. Broneeringuid saab sünkroniseerida Google\'i kalendriga.';
$lang['about_app_info'] = 'Easy!Appointments on veebirakendus mille abil on võimalik klientidel teenuste aegu broneerida. Broneeringuid saab sünkroniseerida Google\'i kalendriga.';
$lang['current_version'] = 'Versioon';
$lang['support'] = 'Abi';
$lang['about_app_support'] =
'Probleemide korral võib abi otsida rakenduse ametlikust Google\'i grupist. Githubi kaudu saab ka rakenduse arendamisega kursis olla.';
$lang['about_app_support'] = 'Probleemide korral võib abi otsida rakenduse ametlikust Google\'i grupist. Githubi kaudu saab ka rakenduse arendamisega kursis olla.';
$lang['official_website'] = 'Ametlik veebilehekülg';
$lang['google_plus_community'] = 'Google+ grupp';
$lang['support_group'] = 'Tugigrupp';
$lang['project_issues'] = 'Projekti bugid';
$lang['license'] = 'Litsents';
$lang['about_app_license'] =
'Easy!Appointments on GPLv3 litsentsiga. Kasutades enda töös Easy!Appointmentsi nõustud lingis olevate litsentsitingimustega:';
$lang['about_app_license'] = 'Easy!Appointments on GPLv3 litsentsiga. Kasutades enda töös Easy!Appointmentsi nõustud lingis olevate litsentsitingimustega:';
$lang['logout_success'] = 'Välja logitud! Vajuta mõnda järgnevatest nuppudest, et siirduda järgmisele lehele.';
$lang['book_appointment_title'] = 'Tee broneering';
$lang['backend_section'] = 'Haldusrarakendus';
@ -211,8 +206,7 @@ $lang['regenerate_password'] = 'Loo uus salasõna';
$lang['go_to_login'] = 'Tagasi sisselogimislehele';
$lang['new_password_sent_with_email'] = 'Uus salasõna saadeti e-mailiga';
$lang['new_account_password'] = 'Uus salasõna';
$lang['new_password_is'] =
'Salasõnaks on $password . Kui salasõna tundub keeruline, jäta käesolev kiri alles või vaheta salasõna meeldejäävama vastu.';
$lang['new_password_is'] = 'Salasõnaks on $password . Kui salasõna tundub keeruline, jäta käesolev kiri alles või vaheta salasõna meeldejäävama vastu.';
$lang['delete_record_prompt'] = 'Kustutan kirje? Toimingut ei saa tagasi võtta.';
$lang['delete_admin'] = 'Kustuta administraator';
$lang['delete_customer'] = 'Kustuta klient';
@ -274,21 +268,18 @@ $lang['minute'] = 'Minut';
$lang['google_sync_completed'] = 'Google\'iga sünkroniseerimine õnnestus.';
$lang['google_sync_failed'] = 'Google\'iga sünkroniseerimine ebaõnnestus. Serveriga ei saadud ühendust.';
$lang['select_google_calendar'] = 'Vali Google\'i kalender';
$lang['select_google_calendar_prompt'] =
'Vali kalender kuhu broneeringud sünkroniseeristakse. Kui kalendrit ei vali, siis kasutatakse vaikimisi kalendrit.';
$lang['select_google_calendar_prompt'] = 'Vali kalender kuhu broneeringud sünkroniseeristakse. Kui kalendrit ei vali, siis kasutatakse vaikimisi kalendrit.';
$lang['google_calendar_selected'] = 'Google\'i kalender valitud.';
$lang['oops_something_went_wrong'] = 'Ohhhoo! Midagi läks untsu.';
$lang['could_not_add_to_google_calendar'] = 'Broneeringu lisamine Google\'i kalendrisse ebaõnnestus.';
$lang['ea_update_success'] = 'Easy!Appointments uuendus õnnestus.';
$lang['require_captcha'] = 'Nõua CAPTCHA-t';
$lang['require_captcha_hint'] =
'Kui see on sisse lülitatud, siis nõutakse kasutajalt CAPTCHA-t enne broneeringu lisamist/muutmist.';
$lang['require_captcha_hint'] = 'Kui see on sisse lülitatud, siis nõutakse kasutajalt CAPTCHA-t enne broneeringu lisamist/muutmist.';
$lang['captcha_is_wrong'] = 'CAPTCHA kinnitus ebaõnnestus. Proovi uuesti.';
$lang['any_provider'] = 'Suvaline teenusepakkuja';
$lang['requested_hour_is_unavailability'] = 'Soovitud aeg ei ole enam saadaval. Palun vali uus aeg.';
$lang['customer_notifications'] = 'Kliendi teavitused';
$lang['customer_notifications_hint'] =
'Kui see on sisse lülitatud, siis klient saab teate, kui broneeringut on muudetud.';
$lang['customer_notifications_hint'] = 'Kui see on sisse lülitatud, siis klient saab teate, kui broneeringut on muudetud.';
$lang['date_format'] = 'Kuupäeva vorming';
$lang['date_format_hint'] = 'Muuda kuupäeva esitusvormingut (D - Päev, M - Kuu, Y - Aasta).';
$lang['time_format'] = 'Kellaaja vorming';
@ -311,14 +302,12 @@ $lang['terms_and_conditions_content'] = 'Tingimuste sisu';
$lang['privacy_policy'] = 'Privaatsuspoliitika';
$lang['display_privacy_policy'] = 'Näita privaatsuspoliitikat';
$lang['privacy_policy_content'] = 'Privaatsuspoliitika sisu';
$lang['website_using_cookies_to_ensure_best_experience'] =
'See veebisait kasutab küpsiseid parema kasutajakogemuse tarvis.';
$lang['website_using_cookies_to_ensure_best_experience'] = 'See veebisait kasutab küpsiseid parema kasutajakogemuse tarvis.';
$lang['read_and_agree_to_terms_and_conditions'] = 'Olen lugenud ja nõustun {$link}tingimustega{/$link}.';
$lang['read_and_agree_to_privacy_policy'] = 'Olen lugenud ja nõustun {$link}privaatsuspoliitikaga{/$link}.';
$lang['delete_personal_information_hint'] = 'Eemalda süsteemist kõik minu broneeringud ja isikuandmed.';
$lang['delete_personal_information'] = 'Kustuta isikuandmed';
$lang['delete_personal_information_prompt'] =
'Oled kindel, et soovid enda isikuandmeid kustutada. Seda tegevust ei saa tagasi võtta.';
$lang['delete_personal_information_prompt'] = 'Oled kindel, et soovid enda isikuandmeid kustutada. Seda tegevust ei saa tagasi võtta.';
$lang['location'] = 'Asukoht';
$lang['working_plan_exception'] = 'Tööplaani erand';
$lang['working_plan_exceptions'] = 'Tööplaani erandid';
@ -329,20 +318,15 @@ $lang['working_plan_exception_deleted'] = 'Tööplaani erand kustutatud.';
$lang['add_working_plan_exceptions_during_each_day'] = 'Lisa tööplaani erand (väljapoole tavalist tööplaani).';
$lang['add_working_plan_exception'] = 'Lisa tööplaani erand';
$lang['require_phone_number'] = 'Nõua telefoninumbrit';
$lang['require_phone_number_hint'] =
'Kui see on sisse lülitatud, siis klient peab broneerimisel sisestama ka enda telefoninumbri.';
$lang['check_spam_folder'] =
'Kui e-maili mõne minuti jooksul ei saabu, siis palun kontrolli enda meili rämpspostikausta.';
$lang['api_token_hint'] =
'Sea sisse juurdepääsuluba et võimaldada pääsuloaga autentimine Easy!Appointments API kasutamiseks.';
$lang['require_phone_number_hint'] = 'Kui see on sisse lülitatud, siis klient peab broneerimisel sisestama ka enda telefoninumbri.';
$lang['check_spam_folder'] = 'Kui e-maili mõne minuti jooksul ei saabu, siis palun kontrolli enda meili rämpspostikausta.';
$lang['api_token_hint'] = 'Sea sisse juurdepääsuluba et võimaldada pääsuloaga autentimine Easy!Appointments API kasutamiseks.';
$lang['timezone'] = 'Ajavöönd';
$lang['overwrite_existing_working_plans'] =
'See kirjutab eksisteerivad tööplaanid üle. Oled kindel, et soovid jätkata?';
$lang['overwrite_existing_working_plans'] = 'See kirjutab eksisteerivad tööplaanid üle. Oled kindel, et soovid jätkata?';
$lang['working_plans_got_updated'] = 'Kõik tööplaanid uuendatud.';
$lang['apply_to_all_providers'] = 'Rakenda kõikidele teenusepakkujatele';
$lang['display_any_provider'] = 'Näita Suvalise Teenusepakkuja varianti';
$lang['display_any_provider_hint'] =
'Broneeringu lehel tekib võimalus teha ajabroneering ilma kindlat teenusepakkujat valimata.';
$lang['display_any_provider_hint'] = 'Broneeringu lehel tekib võimalus teha ajabroneering ilma kindlat teenusepakkujat valimata.';
$lang['load_more'] = 'Lae veel';
$lang['list'] = 'Nimekiri';
$lang['default'] = 'Vaikimisi';
@ -353,8 +337,7 @@ $lang['booking_settings'] = 'Broneeringu seaded';
$lang['display'] = 'Display';
$lang['require'] = 'Nõutud';
$lang['color'] = 'Värvid';
$lang['matomo_analytics_url_hint'] =
'Add the URL to your own Matomo installation to enable Matomo tracking on the booking pages.';
$lang['matomo_analytics_url_hint'] = 'Add the URL to your own Matomo installation to enable Matomo tracking on the booking pages.';
$lang['invalid_phone'] = 'Kehtetu telefoninumber.';
$lang['legal'] = 'Juriidilist';
$lang['business'] = 'Äriloogika';
@ -365,8 +348,7 @@ $lang['display_message'] = 'Teadaanne';
$lang['booking_is_disabled'] = 'Broneeringud keelatud!';
$lang['appearance'] = 'Välimus';
$lang['company_logo'] = 'Asutuse logo';
$lang['company_logo_hint'] =
'Asutuse logo kuvatakse mitmel pool rakenduses ning ka teavitus-e-mailides. (pildifail maks. 2MB).';
$lang['company_logo_hint'] = 'Asutuse logo kuvatakse mitmel pool rakenduses ning ka teavitus-e-mailides. (pildifail maks. 2MB).';
$lang['company_color'] = 'Asutuse värvid';
$lang['company_color_hint'] = 'Värvid on kasutusel igal pool rakenduses nii et see vastaks asutuse brändingule.';
$lang['localization'] = 'Lokaliseerimine';
@ -384,8 +366,7 @@ $lang['add_new_event'] = 'Lisa uus sündmus';
$lang['what_kind_of_event'] = 'Mis laadi sündmust soovid lisada?';
$lang['theme'] = 'Theme';
$lang['limit_customer_access'] = 'Limit Customer Access';
$lang['limit_customer_access_hint'] =
'If enabled, providers and secretaries will only be able to access customers they have an appointment with.';
$lang['limit_customer_access_hint'] = 'If enabled, providers and secretaries will only be able to access customers they have an appointment with.';
$lang['url'] = 'URL';
$lang['secret_token'] = 'Secret Token';
$lang['verify_ssl'] = 'Verify SSL';
@ -407,33 +388,26 @@ $lang['admin_save'] = 'Admin Save';
$lang['admin_delete'] = 'Admin Delete';
$lang['options'] = 'Options';
$lang['webhooks'] = 'Webhooks';
$lang['webhooks_info'] =
'Webhooks enable you to send HTTP notifications to external web applications in response to various application events, such as the creation of an appointment or the removal of a customer.';
$lang['integrations_info'] =
'Integrations enable you to make third-party connections with external applications and APIs.';
$lang['webhooks_info'] = 'Webhooks enable you to send HTTP notifications to external web applications in response to various application events, such as the creation of an appointment or the removal of a customer.';
$lang['integrations_info'] = 'Integrations enable you to make third-party connections with external applications and APIs.';
$lang['configure'] = 'Configure';
$lang['google_analytics'] = 'Google Analytics';
$lang['google_analytics_info'] =
'Google Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['google_analytics_info'] = 'Google Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['matomo_analytics'] = 'Matomo Analytics';
$lang['matomo_analytics_info'] =
'Matomo Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['matomo_analytics_info'] = 'Matomo Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['api'] = 'API';
$lang['api_info'] =
'API enable you to interact with all the Easy!Appointments data via the HTTP protocol and the available API endpoints and create your own integrations.';
$lang['api_info'] = 'API enable you to interact with all the Easy!Appointments data via the HTTP protocol and the available API endpoints and create your own integrations.';
$lang['google_analytics_code'] = 'Google Analytics Code';
$lang['matomo_analytics_url'] = 'Matomo Analytics URL';
$lang['future_booking_limit'] = 'Future Booking Limit';
$lang['limit_days'] = 'Limit (Days)';
$lang['future_booking_limit_hint'] =
'Set the future limit in days customers can make appointments via the public booking page.';
$lang['future_booking_limit_hint'] = 'Set the future limit in days customers can make appointments via the public booking page.';
$lang['api_token'] = 'API Token';
$lang['allow_rescheduling_cancellation_before'] = 'Allow Rescheduling/Cancellation Before';
$lang['at_least_one_field'] = 'At least one field must be displayed in the booking page.';
$lang['status'] = 'Status';
$lang['appointment_status_options'] = 'Appointment Status Options';
$lang['appointment_status_options_info'] =
'Define a list of available appointment status options that can be used in the the calendar page (the first one will automatically become the default value).';
$lang['appointment_status_options_info'] = 'Define a list of available appointment status options that can be used in the the calendar page (the first one will automatically become the default value).';
$lang['sunday_short'] = 'Sun';
$lang['monday_short'] = 'Mon';
$lang['tuesday_short'] = 'Tue';
@ -471,7 +445,6 @@ $lang['blocked_period'] = 'Blocked Period';
$lang['blocked_periods'] = 'Blocked Periods';
$lang['blocked_period_save'] = 'Blocked Period Save';
$lang['blocked_period_delete'] = 'Blocked Period Delete';
$lang['blocked_periods_hint'] =
'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['blocked_periods_hint'] = 'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['auxiliary_field'] = 'Auxiliary Field';
// End

View file

@ -38,8 +38,7 @@
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_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.';
@ -49,8 +48,7 @@ $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_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.';

View file

@ -55,8 +55,7 @@ $lang['db_unable_to_drop'] = 'Määritettyä tietokantaa ei voitu poistaa.';
$lang['db_unsupported_feature'] = 'Tämä ominaisuus ei ole saatavilla käyttämässäsi tietokannassa.';
$lang['db_unsupported_compression'] = 'Valitsemasi tiedoston pakkausmuoto ei ole käytettävissä palvelimella.';
$lang['db_filepath_error'] = 'Määrittelemääsi tiedostopolkuun ei voida kirjoittaa.';
$lang['db_invalid_cache_path'] =
'Määrittämäsi välimuistin tiedostopolku ei ole kelvollinen tai sinne ei voi kirjoittaa.';
$lang['db_invalid_cache_path'] = 'Määrittämäsi välimuistin tiedostopolku ei ole kelvollinen tai sinne ei voi kirjoittaa.';
$lang['db_table_name_required'] = 'Operaatiota varten tarvitaan taulun nimi.';
$lang['db_column_name_required'] = 'Operaatiota varten tarvitaan sarakkeen nimi.';
$lang['db_column_definition_required'] = 'Operaatiota varten tarvitaan sarakemääritys.';

View file

@ -43,12 +43,9 @@ $lang['email_attachment_missing'] = 'Tätä sähköpostiliitettä ei paikannettu
$lang['email_attachment_unreadable'] = 'Tätä sähköpostiliitettä ei voitu avata: %s';
$lang['email_no_from'] = 'Ei voi lähettää sähköpostia ilman "From" tunnistetta.';
$lang['email_no_recipients'] = 'Sinun on lisättävä vastaanottajat: To, Cc, tai Bcc';
$lang['email_send_failure_phpmail'] =
'Ei voitu lähettää sähköpostia käyttäen PHP mail() -komentoa. Palvelinta ei ehkä ole määritelty käyttämään sitä.';
$lang['email_send_failure_sendmail'] =
'Ei voitu lähettää sähköpostia käyttäen PHP Sendmail -komentoa. Palvelinta ei ehkä ole määritelty käyttämään sitä.';
$lang['email_send_failure_smtp'] =
'Ei voitu lähettää sähköpostia käyttäen PHP SMTP -ominaisuutta. Palvelinta ei ehkä ole määritelty käyttämään sitä.';
$lang['email_send_failure_phpmail'] = 'Ei voitu lähettää sähköpostia käyttäen PHP mail() -komentoa. Palvelinta ei ehkä ole määritelty käyttämään sitä.';
$lang['email_send_failure_sendmail'] = 'Ei voitu lähettää sähköpostia käyttäen PHP Sendmail -komentoa. Palvelinta ei ehkä ole määritelty käyttämään sitä.';
$lang['email_send_failure_smtp'] = 'Ei voitu lähettää sähköpostia käyttäen PHP SMTP -ominaisuutta. Palvelinta ei ehkä ole määritelty käyttämään sitä.';
$lang['email_sent'] = 'Viestisi on lähetetty käyttäen protokollaa %s';
$lang['email_no_socket'] = 'Ei voitu avata socketia Sendmailille. Tarkista asetukset.';
$lang['email_no_hostname'] = 'Et ole määrittänyt SMTP -palvelinta.';

View file

@ -50,8 +50,7 @@ $lang['form_validation_exact_length'] = '{field} -kentän tulee olla täsmällee
$lang['form_validation_alpha'] = '{field} -kentässä saa olla vain kirjaimia.';
$lang['form_validation_alpha_numeric'] = '{field} -kentässä saa olla vain kirjaimia ja numeroita.';
$lang['form_validation_alpha_numeric_spaces'] = '{field} -kentässä saa olla vain kirjaimia, numeroita ja välilyöntejä.';
$lang['form_validation_alpha_dash'] =
'{field} -kentässä saa olla vain kirjaimia, numeroita, alaviivoja (_) ja väliviivoja (-).';
$lang['form_validation_alpha_dash'] = '{field} -kentässä saa olla vain kirjaimia, numeroita, alaviivoja (_) ja väliviivoja (-).';
$lang['form_validation_numeric'] = '{field} -kentässä saa olla vain numeroita.';
$lang['form_validation_is_numeric'] = '{field} -kentässä saa olla vain numeroita.';
$lang['form_validation_integer'] = '{field} -kentän tulee olla kokonaisluku.';

View file

@ -37,8 +37,7 @@
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['ftp_no_connection'] =
'Ei löydetty kelvollista yhteys-ID:tä. Varmista että yhteys on muodostettu ennen tiedostotoimia.';
$lang['ftp_no_connection'] = 'Ei löydetty kelvollista yhteys-ID:tä. Varmista että yhteys on muodostettu ennen tiedostotoimia.';
$lang['ftp_unable_to_connect'] = 'Määritettyyn FTP-palvelimeen ei voitu yhdistää.';
$lang['ftp_unable_to_login'] = 'FTP-palvelimeen ei voitu kirjautua. Tarkista käyttäjätunnus ja salasana.';
$lang['ftp_unable_to_mkdir'] = 'Kansiota ei voitu luoda.';

View file

@ -39,22 +39,16 @@ defined('BASEPATH') or exit('No direct script access allowed');
$lang['imglib_source_image_required'] = 'Kuvan lähde tulee määrittää asetuksissa.';
$lang['imglib_gd_required'] = 'Tämä ominaisuus vaatii GD -kuvakirjaston.';
$lang['imglib_gd_required_for_props'] =
'Palvelimen tulee tukea GD-kuvakirjastoa, jolla voidaan päätellä kuvan ominaisuudet.';
$lang['imglib_unsupported_imagecreate'] =
'Palvelin ei tue GD-kuvakirjaston funktiota, jolla tämän tyypin kuvia voidaan käsitellä.';
$lang['imglib_gif_not_supported'] =
'GIF kuvia ei usein tueta lisenssiehtojen takia Voit ehkä joutua käyttämää JPEG tai PNG kuvia sen sijaan.';
$lang['imglib_gd_required_for_props'] = 'Palvelimen tulee tukea GD-kuvakirjastoa, jolla voidaan päätellä kuvan ominaisuudet.';
$lang['imglib_unsupported_imagecreate'] = 'Palvelin ei tue GD-kuvakirjaston funktiota, jolla tämän tyypin kuvia voidaan käsitellä.';
$lang['imglib_gif_not_supported'] = 'GIF kuvia ei usein tueta lisenssiehtojen takia Voit ehkä joutua käyttämää JPEG tai PNG kuvia sen sijaan.';
$lang['imglib_jpg_not_supported'] = 'JPG kuvia ei tueta.';
$lang['imglib_png_not_supported'] = 'PNG kuvia ei tueta.';
$lang['imglib_jpg_or_png_required'] =
'Asetuksissa määritelty kuvan koon muutosprotokolla toimii vain JPEG ja PNG kuville.';
$lang['imglib_jpg_or_png_required'] = 'Asetuksissa määritelty kuvan koon muutosprotokolla toimii vain JPEG ja PNG kuville.';
$lang['imglib_copy_error'] = 'Muokattua kuvaa talletettaessa tapahtui virhe. Varmista että kansioon voi kirjoittaa.';
$lang['imglib_rotate_unsupported'] = 'Palvelin ei tue kuvan kääntöä.';
$lang['imglib_libpath_invalid'] =
'Kuvakirjaston polku ei ole oikein. Aseta oikea polku kuvankäsittelijän ominaisuuksissa.';
$lang['imglib_image_process_failed'] =
'Kuvan käsittely epäonnistui. Varmista että palvelin tukee valittua protokollaa ja osoite kuvankäsittelijälle on oikein.';
$lang['imglib_libpath_invalid'] = 'Kuvakirjaston polku ei ole oikein. Aseta oikea polku kuvankäsittelijän ominaisuuksissa.';
$lang['imglib_image_process_failed'] = 'Kuvan käsittely epäonnistui. Varmista että palvelin tukee valittua protokollaa ja osoite kuvankäsittelijälle on oikein.';
$lang['imglib_rotation_angle_required'] = 'Käännöskulma-asteet vaadiaan kuvan kääntämiseksi.';
$lang['imglib_invalid_path'] = 'Kuvan polku ei ole oikein.';
$lang['imglib_invalid_image'] = 'Annettu kuva ei ole validi.';

View file

@ -38,8 +38,7 @@ $lang['appointment_removed_from_schedule'] = 'Varaus poistetiin yrityksen varaus
$lang['appointment_details_was_sent_to_you'] = 'Varauksen tiedot lähetettiin sähköpostilla.';
$lang['add_to_google_calendar'] = 'Lisää Google-kalenteriin';
$lang['appointment_booked'] = 'Aikasi varattiin onnistuneesti.';
$lang['thank_you_for_appointment'] =
'Kiitos ajan varaamisesta. Varauksesi tiedot on lueteltu alla. Tee muutoksia painamalla varauslinkkiä.';
$lang['thank_you_for_appointment'] = 'Kiitos ajan varaamisesta. Varauksesi tiedot on lueteltu alla. Tee muutoksia painamalla varauslinkkiä.';
$lang['appointment_details_title'] = 'Varauksen tiedot';
$lang['customer_details_title'] = 'Asiakastiedot';
$lang['service'] = 'Palvelupaketti';
@ -84,8 +83,7 @@ $lang['select_filter_item_hint'] = 'Valitse palvelu tai palveluntuottaja ja näy
$lang['enable_appointment_sync_hint'] = 'Aktivoi varausten synkronointi palveluntuottajan Google-kalenteriin.';
$lang['manage_customers_hint'] = 'Hallinnoi rekisteröityjä käyttäjiä ja tarkastele heidän varaushistoriaansa.';
$lang['manage_services_hint'] = 'Hallinnoi saatavilla olevia palveluja ja järjestelmän tuoteluokkia';
$lang['manage_users_hint'] =
'Hallinnoi taustajärjestelmän käyttäjiä (järjestelmänvalvojat, palveluntuottajat, sihteerit).';
$lang['manage_users_hint'] = 'Hallinnoi taustajärjestelmän käyttäjiä (järjestelmänvalvojat, palveluntuottajat, sihteerit).';
$lang['settings_hint'] = 'Aseta järjestelmä- ja käyttäjäasetukset.';
$lang['log_out_hint'] = 'Kirjaudu ulos järjestelmästä.';
$lang['unavailability_periods_hint'] = 'Palveluntuottajan ollessa poissaolojaksolla hänelle ei voi tehdä varauksia.';
@ -158,8 +156,7 @@ $lang['friday'] = 'Perjantai';
$lang['saturday'] = 'Lauantai';
$lang['sunday'] = 'Sunnuntai';
$lang['breaks'] = 'Tauot';
$lang['add_breaks_during_each_day'] =
'Lisää tauot jokaiselle päivälle. Taukojen aikana palveluntarjoaja ei vastaanota varauksia';
$lang['add_breaks_during_each_day'] = 'Lisää tauot jokaiselle päivälle. Taukojen aikana palveluntarjoaja ei vastaanota varauksia';
$lang['day'] = 'Päivä';
$lang['days'] = 'Päivää';
$lang['actions'] = 'Toimenpiteet';
@ -167,8 +164,7 @@ $lang['reset_working_plan_hint'] = 'Palauta työsuunnitelma oletusarvoihin.';
$lang['company_name'] = 'Yrityksen nimi';
$lang['company_name_hint'] = 'Yrityksen nimi näkyy jokapuolella järjestelmässä (pakollinen)';
$lang['company_email'] = 'Yrityksen sähköposti';
$lang['company_email_hint'] =
'Tämä sähköpostiosoite näkyy järjestelmän lähettämissä sähköposteissa lähettäjänä ja vastausosoitteena.';
$lang['company_email_hint'] = 'Tämä sähköpostiosoite näkyy järjestelmän lähettämissä sähköposteissa lähettäjänä ja vastausosoitteena.';
$lang['company_link'] = 'Yrityksen kotisivujen osoite';
$lang['company_link_hint'] = 'Kotisivulinkin tulisi ohjata yrityksen kotisivuille (pakollinen).';
$lang['go_to_booking_page'] = 'Palaa ajanvaraussivulle';
@ -180,27 +176,22 @@ $lang['hidden'] = 'Piilotettu';
$lang['business_logic'] = 'Työajat';
$lang['current_user'] = 'Nykyinen käyttäjä';
$lang['about_app'] = 'Tietoja Easy!Appointments:sta';
$lang['edit_working_plan_hint'] =
'Merkitse päivät ja tunnit jolloin yritys vastaanottaa varauksia. Voit itse asettaa varauksia näiden aikojen ulkopuolelle, mutta asiakkaat eivät voi varata niitä itsenäisesti. Tämä työsuunnitelma on oletussuunnitelma kaikille työntekijöille.';
$lang['edit_working_plan_hint'] = 'Merkitse päivät ja tunnit jolloin yritys vastaanottaa varauksia. Voit itse asettaa varauksia näiden aikojen ulkopuolelle, mutta asiakkaat eivät voi varata niitä itsenäisesti. Tämä työsuunnitelma on oletussuunnitelma kaikille työntekijöille.';
$lang['edit_breaks_hint'] = 'Lisää työskentelytauot. Uudet työntekijäprofiilit saavat nämä tauot oletuksena.';
$lang['book_advance_timeout'] = 'Ajanvaraus viimeistään (minuutteja) ennen:';
$lang['book_advance_timeout_hint'] = 'Määrittele aika jota ennen uudet varaukset ja varauksenmuutokset on tehtävä.';
$lang['timeout_minutes'] = 'Ennakkoaika (minuuteissa)';
$lang['about_app_info'] =
'Easy!Appointments on web-sovellus jonka avulla asiakkaasi voivat varata aikoja netissä. Lisäominaisuutena on mahdollisuus synkronoida tapaamiset Google-kalenteriin, jolloin varaustietojen käyttö muissa palveluissa on helppoa.';
$lang['about_app_info'] = 'Easy!Appointments on web-sovellus jonka avulla asiakkaasi voivat varata aikoja netissä. Lisäominaisuutena on mahdollisuus synkronoida tapaamiset Google-kalenteriin, jolloin varaustietojen käyttö muissa palveluissa on helppoa.';
$lang['current_version'] = 'Tämänhetkinen versio';
$lang['support'] = 'Tuki';
$lang['about_app_support'] =
'Jos kohtaat ongelmia Easy!Appointmentsin käytössä voit etsiä tietoa virallisesta Google-ryhmästä. Myös GitHub sivuston kautta voit olla mukana kehityksessä.';
$lang['about_app_support'] = 'Jos kohtaat ongelmia Easy!Appointmentsin käytössä voit etsiä tietoa virallisesta Google-ryhmästä. Myös GitHub sivuston kautta voit olla mukana kehityksessä.';
$lang['official_website'] = 'Virallinen sivusto';
$lang['google_plus_community'] = 'Google+ yhteisö';
$lang['support_group'] = 'Tukiryhmä';
$lang['project_issues'] = 'Projektin asialista';
$lang['license'] = 'Lisenssi';
$lang['about_app_license'] =
'Easy!Appointments on GPLv3 lisensoitu. Käyttämällä Easy!Appointmentsia palvelutuotannossa tai muilla lisenssissä mainituilla tavoilla suostut linkissä oleviin lisenssiehtoihin:';
$lang['logout_success'] =
'Sinut on kirjattu ulos! Paina jotakin seuraavista painikkeista siirtyäksesi toiselle sivulle.';
$lang['about_app_license'] = 'Easy!Appointments on GPLv3 lisensoitu. Käyttämällä Easy!Appointmentsia palvelutuotannossa tai muilla lisenssissä mainituilla tavoilla suostut linkissä oleviin lisenssiehtoihin:';
$lang['logout_success'] = 'Sinut on kirjattu ulos! Paina jotakin seuraavista painikkeista siirtyäksesi toiselle sivulle.';
$lang['book_appointment_title'] = 'Tee varaus';
$lang['backend_section'] = 'Taustajärjestelmä';
$lang['you_need_to_login'] = 'Tervetuloa! Sinun täytyy kirjautua sisään käyttääksesi taustajärjestelmää.';
@ -215,8 +206,7 @@ $lang['regenerate_password'] = 'Luo uusi salasana';
$lang['go_to_login'] = 'Takaisin kirjautumissivulle';
$lang['new_password_sent_with_email'] = 'Uusi salasanasi on lähetetty sähköpostiisi';
$lang['new_account_password'] = 'Uusi tilin salasana';
$lang['new_password_is'] =
'Salasanasi on $password . Jos salasana tuntuu vaikealta, säilytä tämä sähköposti tai vaihda salasana paremmin muistettavaan järjestelmän kautta.';
$lang['new_password_is'] = 'Salasanasi on $password . Jos salasana tuntuu vaikealta, säilytä tämä sähköposti tai vaihda salasana paremmin muistettavaan järjestelmän kautta.';
$lang['delete_record_prompt'] = 'Poista tietue? Tätä toimintoa ei voi kumota.';
$lang['delete_admin'] = 'Poista järjestelmänvalvoja';
$lang['delete_customer'] = 'Poista asiakas';
@ -231,8 +221,7 @@ $lang['unexpected_issues'] = 'Odottamaton ongelma';
$lang['unexpected_issues_message'] = 'Toimintoa ei voitu suorittaa ongelman vuoksi.';
$lang['close'] = 'Sulje';
$lang['page_not_found'] = 'Sivua ei löytynyt';
$lang['page_not_found_message'] =
'Valitettavasti sivua ei löytynyt. Tarkista selaimen osoiterivi tai siirry toiseen sijaintiin alla olevilla painikkeilla.';
$lang['page_not_found_message'] = 'Valitettavasti sivua ei löytynyt. Tarkista selaimen osoiterivi tai siirry toiseen sijaintiin alla olevilla painikkeilla.';
$lang['error'] = 'Virhe';
$lang['no_privileges'] = 'Ei oikeuksia';
$lang['no_privileges_message'] = 'Sinulla ei ole oikeuksia katsella tätä sivua. Siirry toiseen osioon.';
@ -279,21 +268,18 @@ $lang['minute'] = 'Minuutti';
$lang['google_sync_completed'] = 'Google synkronointi onnistui.';
$lang['google_sync_failed'] = 'Google synkronointi epäonnistui: Palvelimeen ei saatu muodostettua yhteyttä.';
$lang['select_google_calendar'] = 'Valitse Google-kalenteri';
$lang['select_google_calendar_prompt'] =
'Valitse kalenteri johon varauksesi synkronoidaan. Jos et valitse kalenteria, käytetään oletuskalenteria.';
$lang['select_google_calendar_prompt'] = 'Valitse kalenteri johon varauksesi synkronoidaan. Jos et valitse kalenteria, käytetään oletuskalenteria.';
$lang['google_calendar_selected'] = 'Google-kalenteri valittiin onnistuneesti.';
$lang['oops_something_went_wrong'] = 'Oho! Jotain meni pieleen.';
$lang['could_not_add_to_google_calendar'] = 'Varaustasi ei pystytty lisäämään Google-kalenteri tiliisi.';
$lang['ea_update_success'] = 'Easy!Appointments päivitettiin onnistuneesti.';
$lang['require_captcha'] = 'Vaadi CAPTCHA';
$lang['require_captcha_hint'] =
'Jos aktivoitu, asiakkaan pitää kirjoittaa satunnainen CAPTCHA varmennus ennen varauksen lisäämistä/päivittämistä.';
$lang['require_captcha_hint'] = 'Jos aktivoitu, asiakkaan pitää kirjoittaa satunnainen CAPTCHA varmennus ennen varauksen lisäämistä/päivittämistä.';
$lang['captcha_is_wrong'] = 'CAPTCHA varmennus epäonnistui, ole hyvä ja yritä uudelleen.';
$lang['any_provider'] = 'Kuka tahansa';
$lang['requested_hour_is_unavailable'] = 'Pyydetty aika ei ole vapaana. Ole hyvä ja valitse uusi aika.';
$lang['customer_notifications'] = 'Asiakas ilmoitukset';
$lang['customer_notifications_hint'] =
'Jos aktivoitu, asiakkaalle lähetetään ilmoitus jos varattuun aikaan tulee muutoksia.';
$lang['customer_notifications_hint'] = 'Jos aktivoitu, asiakkaalle lähetetään ilmoitus jos varattuun aikaan tulee muutoksia.';
$lang['date_format'] = 'Päiväyksen muoto';
$lang['date_format_hint'] = 'Vaihda päiväyksen esitysmuoto (D - Päivä, M - Kuukausi, Y - Vuosi).';
$lang['time_format'] = 'Ajan muoto';
@ -316,14 +302,12 @@ $lang['terms_and_conditions_content'] = 'Käyttöehtojen sisältö';
$lang['privacy_policy'] = 'Tietosuoja';
$lang['display_privacy_policy'] = 'Näytä tietosuojalauseke';
$lang['privacy_policy_content'] = 'Tietosuojalausekkeen sisältö';
$lang['website_using_cookies_to_ensure_best_experience'] =
'Tämä sivusto käyttää evästeitä mahdollistaakseen sujuvan käyttökokemuksen.';
$lang['website_using_cookies_to_ensure_best_experience'] = 'Tämä sivusto käyttää evästeitä mahdollistaakseen sujuvan käyttökokemuksen.';
$lang['read_and_agree_to_terms_and_conditions'] = 'Olen lukenut {$link}käyttöehdot{/$link} ja hyväksyn ne.';
$lang['read_and_agree_to_privacy_policy'] = 'Olen lukennut {$link}käyttöehdot{/$link} ja hyväksyn ne.';
$lang['delete_personal_information_hint'] = 'Poista kaikki varauksesi ja henkilökohtaiset tietosi järjestelmästä.';
$lang['delete_personal_information'] = 'Poista henkilökohtainen data';
$lang['delete_personal_information_prompt'] =
'Oletko aivan varma että haluat poistaa kaikki tietosi? Tätä ei voida perua.';
$lang['delete_personal_information_prompt'] = 'Oletko aivan varma että haluat poistaa kaikki tietosi? Tätä ei voida perua.';
$lang['location'] = 'Sijainti';
$lang['working_plan_exception'] = 'Työsuunnitelman poikkeus';
$lang['working_plan_exceptions'] = 'Työsuunnitelman poikkeukset';
@ -334,8 +318,7 @@ $lang['working_plan_exception_deleted'] = 'Työsuunnitelmapoikkeus poistettu.';
$lang['add_working_plan_exceptions_during_each_day'] = 'Lisää työsuunnitelman ulkopuoliset poikkeukset.';
$lang['add_working_plan_exception'] = 'Lisää työsuunnitelmapoikkeus';
$lang['require_phone_number'] = 'Vaadi puhelinnumero';
$lang['require_phone_number_hint'] =
'Jos valittu, asiakkaiden ja käyttäjien on annettava asiakkaan puhelinnumero varauksen yhteydessä';
$lang['require_phone_number_hint'] = 'Jos valittu, asiakkaiden ja käyttäjien on annettava asiakkaan puhelinnumero varauksen yhteydessä';
$lang['check_spam_folder'] = 'Tarkista roskapostikansio mikäli viestiä ei näy muutaman minuutin kuluessa.';
$lang['api_token_hint'] = 'Aseta secret token aktivoidaksesi token-pohjaisen autentikoinnin Easy!Appointments API:lle.';
$lang['timezone'] = 'Aikavyöhyke';
@ -343,8 +326,7 @@ $lang['overwrite_existing_working_plans'] = 'Tämä korvaa aiemmat työsuunnitel
$lang['working_plans_got_updated'] = 'Kaikki työsuunnitelmat päivitettiin.';
$lang['apply_to_all_providers'] = 'Aseta kaikille palveluntarjoajille';
$lang['display_any_provider'] = 'Näytä "Kuka tahansa palveluntarjoaja" -optio';
$lang['display_any_provider_hint'] =
'Varaussivulle lisätään vaihtoehto, jolla mahdollistaa asiakkaalle mahdollisuuden varata tapahtuman ilman määritettyä tarjoajaa.';
$lang['display_any_provider_hint'] = 'Varaussivulle lisätään vaihtoehto, jolla mahdollistaa asiakkaalle mahdollisuuden varata tapahtuman ilman määritettyä tarjoajaa.';
$lang['load_more'] = 'Lataa lisää';
$lang['list'] = 'Lista';
$lang['default'] = 'Oletus';
@ -361,14 +343,12 @@ $lang['legal'] = 'Lakisääteiset';
$lang['business'] = 'Yritys';
$lang['account'] = 'Tili';
$lang['disable_booking'] = 'Poista varaus käytöstä';
$lang['disable_booking_hint'] =
'Varaussivu on poissa käytöstä niin kauan kun tämä on käytössä. Käyttäjät eivät voi tehdä varauksia.';
$lang['disable_booking_hint'] = 'Varaussivu on poissa käytöstä niin kauan kun tämä on käytössä. Käyttäjät eivät voi tehdä varauksia.';
$lang['display_message'] = 'Näyttöviesti';
$lang['booking_is_disabled'] = 'Varauket eivät käytössä!';
$lang['appearance'] = 'Ulkoasu';
$lang['company_logo'] = 'Yrityksen logo';
$lang['company_logo_hint'] =
'Yrityksen logo näytetään useassa paikassa sovelluksessa, kuten varaussivulla sekä tiedotteissa (kuvatiedosto, max 2Mt).';
$lang['company_logo_hint'] = 'Yrityksen logo näytetään useassa paikassa sovelluksessa, kuten varaussivulla sekä tiedotteissa (kuvatiedosto, max 2Mt).';
$lang['company_color'] = 'Yrityksen väri';
$lang['company_color_hint'] = 'Yritysväriä käytetään kustomoimaan järjestelmän ulkoasua.';
$lang['localization'] = 'Lokalisaatiot';
@ -386,8 +366,7 @@ $lang['add_new_event'] = 'Lisää uusi tapahtuma';
$lang['what_kind_of_event'] = 'Millaisen tapahtuman haluat lisätä?';
$lang['theme'] = 'Teema';
$lang['limit_customer_access'] = 'Rajoita pääsy asiakkaisiin';
$lang['limit_customer_access_hint'] =
'Jos valittu, palveluntuottajat ja sihteerit voivat päästä ainoastaan omien asiakkaidensa tietoihin.';
$lang['limit_customer_access_hint'] = 'Jos valittu, palveluntuottajat ja sihteerit voivat päästä ainoastaan omien asiakkaidensa tietoihin.';
$lang['url'] = 'URL';
$lang['secret_token'] = 'Salainen token';
$lang['verify_ssl'] = 'Varmista SSL';
@ -409,33 +388,26 @@ $lang['admin_save'] = 'Ylläpitäjän tallennus';
$lang['admin_delete'] = 'Ylläpitäjän poisto';
$lang['options'] = 'Asetukset';
$lang['webhooks'] = 'Webhookit';
$lang['webhooks_info'] =
'Webhookit mahdollistavat HTTP-ilmoitusten lähettämisen ulkopuolisiin web-applikaatioihin kun erinäisiä sovellustapahtumia, kuten varauksen luonti tai asiakkaan poisto, tapahtuu.';
$lang['integrations_info'] =
'Integraatiot mahdollistavat kolmannen osapuolen yhteydet sovellusten ja API-rajapinnan välityksellä.';
$lang['webhooks_info'] = 'Webhookit mahdollistavat HTTP-ilmoitusten lähettämisen ulkopuolisiin web-applikaatioihin kun erinäisiä sovellustapahtumia, kuten varauksen luonti tai asiakkaan poisto, tapahtuu.';
$lang['integrations_info'] = 'Integraatiot mahdollistavat kolmannen osapuolen yhteydet sovellusten ja API-rajapinnan välityksellä.';
$lang['configure'] = 'Määritä';
$lang['google_analytics'] = 'Google Analytics';
$lang['google_analytics_info'] =
'Tämä mahdollistaa julkisen sivun ja julkisen varaustoiminnan analytiikan Google Analytics:ssä.';
$lang['google_analytics_info'] = 'Tämä mahdollistaa julkisen sivun ja julkisen varaustoiminnan analytiikan Google Analytics:ssä.';
$lang['matomo_analytics'] = 'Matomo Analytics';
$lang['matomo_analytics_info'] =
'Tämä mahdollistaa julkisen sivun ja julkisen varaustoiminnan analytiikan Matomo Analytics:ssä.';
$lang['matomo_analytics_info'] = 'Tämä mahdollistaa julkisen sivun ja julkisen varaustoiminnan analytiikan Matomo Analytics:ssä.';
$lang['api'] = 'API';
$lang['api_info'] =
'Tämä mahdollistaa kaiken Easy!Appointments -datan käsittelyn HTTP-protokollan ja API-rajapinnan kautta. Tällä voit luoda omia integraatioita järjestelmään.';
$lang['api_info'] = 'Tämä mahdollistaa kaiken Easy!Appointments -datan käsittelyn HTTP-protokollan ja API-rajapinnan kautta. Tällä voit luoda omia integraatioita järjestelmään.';
$lang['google_analytics_code'] = 'Google Analytics -koodi';
$lang['matomo_analytics_url'] = 'Matomo Analytics URL';
$lang['future_booking_limit'] = 'Tulevien varausten raja';
$lang['limit_days'] = 'Raja (päiviä)';
$lang['future_booking_limit_hint'] =
'Rajoita aikaa mihin saakka asiakkaat voivat tehdä varauksia tulevaisuuteen julkisella varaussivulla.';
$lang['future_booking_limit_hint'] = 'Rajoita aikaa mihin saakka asiakkaat voivat tehdä varauksia tulevaisuuteen julkisella varaussivulla.';
$lang['api_token'] = 'API Token';
$lang['allow_rescheduling_cancellation_before'] = 'Salli varauksen muutos/peruutus ennen';
$lang['at_least_one_field'] = 'Vähintään yksi kenttä on näytettävä varaussivulla.';
$lang['status'] = 'Tila';
$lang['appointment_status_options'] = 'Varauksen tila-asetukset';
$lang['appointment_status_options_info'] =
'Määritä lista saatavilla olevista varauksen tilannevaihtoehdoista joita voidaan käyttää kalenterisivulla (ensimmäinen on valittu oletuksena).';
$lang['appointment_status_options_info'] = 'Määritä lista saatavilla olevista varauksen tilannevaihtoehdoista joita voidaan käyttää kalenterisivulla (ensimmäinen on valittu oletuksena).';
$lang['sunday_short'] = 'Sun';
$lang['monday_short'] = 'Mon';
$lang['tuesday_short'] = 'Tue';
@ -473,7 +445,6 @@ $lang['blocked_period'] = 'Blocked Period';
$lang['blocked_periods'] = 'Blocked Periods';
$lang['blocked_period_save'] = 'Blocked Period Save';
$lang['blocked_period_delete'] = 'Blocked Period Delete';
$lang['blocked_periods_hint'] =
'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['blocked_periods_hint'] = 'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['auxiliary_field'] = 'Auxiliary Field';
// End

View file

@ -8,8 +8,7 @@
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['db_invalid_connection_str'] =
"Impossible de déterminer les paramètres d'accès à la base de données en se basant sur la chaîne de connexion que vous avez fournie.";
$lang['db_invalid_connection_str'] = "Impossible de déterminer les paramètres d'accès à la base de données en se basant sur la chaîne de connexion que vous avez fournie.";
$lang['db_unable_to_connect'] = 'Impossible de se connecter à la base de données en utilisant les paramètres fournis.';
$lang['db_unable_to_select'] = 'Impossible de sélectionner cette base de données : %s';
$lang['db_unable_to_create'] = 'Impossible de créer cette base de données : %s';
@ -17,16 +16,14 @@ $lang['db_invalid_query'] = 'La requête que vous avez fournie est invalide.';
$lang['db_must_set_table'] = 'Vous devez spécifier une table pour effectuer votre requête.';
$lang['db_must_use_set'] = "Vous devez utiliser la méthode \"set()\" pour mettre à jour une entrée.";
$lang['db_must_use_index'] = 'Vous devez spécifier un index pour les mises à jour groupées.';
$lang['db_batch_missing_index'] =
"Une ou plusieurs rangées de la mise à jour groupée ne disposent pas de l'index requis.";
$lang['db_batch_missing_index'] = "Une ou plusieurs rangées de la mise à jour groupée ne disposent pas de l'index requis.";
$lang['db_must_use_where'] = "Il faut obligatoirement spécifier la clause \"WHERE\" pour mettre à jour une entrée.";
$lang['db_del_must_use_where'] = "Il faut obligatoirement spécifier la clause \"WHERE\" pour supprimer une entrée.";
$lang['db_field_param_missing'] = "La méthode \"fetch_fields()\" requiert le nom de la table cible en paramètre.";
$lang['db_unsupported_function'] = "Cette fonctionnalité n'est pas disponible pour la base de données utilisée.";
$lang['db_transaction_failure'] = 'Erreur de transaction : la transaction est annulée.';
$lang['db_unable_to_drop'] = "Impossible d'effacer la base de données spécifiée.";
$lang['db_unsupported_feature'] =
"Cette fonctionnalité n'est pas supportée par le système de gestion de bases de données utilisé.";
$lang['db_unsupported_feature'] = "Cette fonctionnalité n'est pas supportée par le système de gestion de bases de données utilisé.";
$lang['db_unsupported_compression'] = "Le format de compression choisi n'est pas supporté par votre serveur.";
$lang['db_filepath_error'] = "Impossible d'écrire des données au chemin de fichiers indiqué.";
$lang['db_invalid_cache_path'] = "Le chemin de mise en cache indiqué n'est pas valide ou inscriptible.";

View file

@ -14,15 +14,11 @@ $lang['email_attachment_missing'] = 'Impossible de localiser le fichier joint su
$lang['email_attachment_unreadable'] = "Impossible d'ouvrir ce fichier joint : %s";
$lang['email_no_from'] = "Impossible d'envoyer un email sans en-tête \"From\".";
$lang['email_no_recipients'] = 'Vous devez spécifier des destinataires: To, Cc, ou Bcc';
$lang['email_send_failure_phpmail'] =
"Impossible d'envoyer des emails avec la fonction mail() de PHP. Votre serveur ne doit pas être configuré pour pouvoir utiliser cette méthode.";
$lang['email_send_failure_sendmail'] =
"Impossible d'envoyer des emails avec la méthode Sendmail de PHP. Votre serveur ne doit pas être configuré pour pouvoir utiliser cette méthode.";
$lang['email_send_failure_smtp'] =
"Impossible d'envoyer des emails avec la méthode SMTP de PHP. Votre serveur ne doit pas être configuré pour pouvoir utiliser cette méthode.";
$lang['email_send_failure_phpmail'] = "Impossible d'envoyer des emails avec la fonction mail() de PHP. Votre serveur ne doit pas être configuré pour pouvoir utiliser cette méthode.";
$lang['email_send_failure_sendmail'] = "Impossible d'envoyer des emails avec la méthode Sendmail de PHP. Votre serveur ne doit pas être configuré pour pouvoir utiliser cette méthode.";
$lang['email_send_failure_smtp'] = "Impossible d'envoyer des emails avec la méthode SMTP de PHP. Votre serveur ne doit pas être configuré pour pouvoir utiliser cette méthode.";
$lang['email_sent'] = 'Votre message a bien été expédié par le protocole suivant : %s';
$lang['email_no_socket'] =
"Impossible d'ouvrir un socket avec Sendmail. Veuillez vérifier la configuration de votre environnement.";
$lang['email_no_socket'] = "Impossible d'ouvrir un socket avec Sendmail. Veuillez vérifier la configuration de votre environnement.";
$lang['email_no_hostname'] = "Vous n'avez pas spécificé d'hôte SMTP.";
$lang['email_smtp_error'] = "L'erreur SMTP suivante s'est produite : %s";
$lang['email_no_smtp_unpw'] = "Erreur : Vous devez spécifier un nom d'utilisateur et un mot de passe SMTP.";

View file

@ -49,10 +49,8 @@ $lang['form_validation_max_length'] = 'Le champ {field} ne peut pas dépasser le
$lang['form_validation_exact_length'] = 'Le champ {field} doit être exactement des caractères {param} en longueur.';
$lang['form_validation_alpha'] = 'Le champ {field} ne peut contenir que des caractères alphabétiques.';
$lang['form_validation_alpha_numeric'] = 'Le champ {field} ne peut contenir que des caractères alpha-numes.';
$lang['form_validation_alpha_numeric_spaces'] =
'Le champ {field} ne peut contenir que des caractères et des espaces alpha-numeriques.';
$lang['form_validation_alpha_dash'] =
'Le champ {field} ne peut contenir que des caractères, des soulignements et des tirets alpha-numeriques.';
$lang['form_validation_alpha_numeric_spaces'] = 'Le champ {field} ne peut contenir que des caractères et des espaces alpha-numeriques.';
$lang['form_validation_alpha_dash'] = 'Le champ {field} ne peut contenir que des caractères, des soulignements et des tirets alpha-numeriques.';
$lang['form_validation_numeric'] = 'Le champ {field} ne doit contenir que des nombres.';
$lang['form_validation_is_numeric'] = 'Le champ {field} ne doit contenir que des caractères numériques.';
$lang['form_validation_integer'] = 'Le champ {field} doit contenir un entier.';
@ -61,14 +59,11 @@ $lang['form_validation_matches'] = 'Le champ {field} ne correspond pas au champ
$lang['form_validation_differs'] = 'Le champ {field} doit différer du champ {param}.';
$lang['form_validation_is_unique'] = 'Le champ {field} doit contenir une valeur unique.';
$lang['form_validation_is_natural'] = 'Le champ {field} ne doit contenir que des chiffres.';
$lang['form_validation_is_natural_no_zero'] =
'Le champ {field} ne doit contenir que des chiffres et doit être supérieur à zéro.';
$lang['form_validation_is_natural_no_zero'] = 'Le champ {field} ne doit contenir que des chiffres et doit être supérieur à zéro.';
$lang['form_validation_decimal'] = 'Le champ {field} doit contenir un numéro décimal.';
$lang['form_validation_less_than'] = 'Le champ {field} doit contenir un nombre inférieur à {param}.';
$lang['form_validation_less_than_equal_to'] = 'Le champ {field} doit contenir un nombre inférieur ou égal à {param}.';
$lang['form_validation_greater_than'] = 'Le champ {field} doit contenir un nombre supérieur à {param}.';
$lang['form_validation_greater_than_equal_to'] =
'Le champ {field} doit contenir un nombre supérieur ou égal à {param}.';
$lang['form_validation_error_message_not_set'] =
'Impossible d\'accéder à un message d\'erreur correspondant au nom de votre champ {field}.';
$lang['form_validation_greater_than_equal_to'] = 'Le champ {field} doit contenir un nombre supérieur ou égal à {param}.';
$lang['form_validation_error_message_not_set'] = 'Impossible d\'accéder à un message d\'erreur correspondant au nom de votre champ {field}.';
$lang['form_validation_in_list'] = 'Le champ {field} doit être l\'un des: {param}.';

View file

@ -37,8 +37,7 @@
*/
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_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.';

View file

@ -39,23 +39,16 @@ 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_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_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_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.';

View file

@ -9,10 +9,8 @@ $lang['minutes'] = 'Minutes';
$lang['price'] = 'Prix';
$lang['back'] = 'Retour';
$lang['appointment_date_and_time'] = 'Choisissez la date et l\'heure de votre rendez-vous';
$lang['no_available_hours'] =
'Il n\'y a pas d\'heures de rendez-vous disponibles pour la date sélectionnée. Choisissez une autre date s\'il vous plaît.';
$lang['appointment_hour_missing'] =
'S\'il vous plaît, choisissez une heure de rendez-vous avant de pouvoir poursuivre.';
$lang['no_available_hours'] = 'Il n\'y a pas d\'heures de rendez-vous disponibles pour la date sélectionnée. Choisissez une autre date s\'il vous plaît.';
$lang['appointment_hour_missing'] = 'S\'il vous plaît, choisissez une heure de rendez-vous avant de pouvoir poursuivre.';
$lang['customer_information'] = 'Remplissez vos informations';
$lang['first_name'] = 'Prénom';
$lang['last_name'] = 'Nom';
@ -37,12 +35,10 @@ $lang['appointment_cancelled'] = 'Votre rendez-vous a bien été annulé.';
$lang['appointment_cancelled_title'] = 'Rendez-vous annulé';
$lang['reason'] = 'Motif';
$lang['appointment_removed_from_schedule'] = 'Le rendez-vous suivant a été supprimé de l\'agenda.';
$lang['appointment_details_was_sent_to_you'] =
'Un email reprenant les détails de votre rendez-vous vient de vous être envoyé.';
$lang['appointment_details_was_sent_to_you'] = 'Un email reprenant les détails de votre rendez-vous vient de vous être envoyé.';
$lang['add_to_google_calendar'] = 'Ajouter à Google Calendar';
$lang['appointment_booked'] = 'Votre rendez-vous a été confirmé avec succès.';
$lang['thank_you_for_appointment'] =
'Merci de votre prise de rendez-vous avec nous. Vous trouvez ci-joint les détails de votre rendez-vous. Si nécessaire, faites les changements souhaités en cliquant sur le lien du rendez-vous.';
$lang['thank_you_for_appointment'] = 'Merci de votre prise de rendez-vous avec nous. Vous trouvez ci-joint les détails de votre rendez-vous. Si nécessaire, faites les changements souhaités en cliquant sur le lien du rendez-vous.';
$lang['appointment_details_title'] = 'Détails du rendez-vous';
$lang['customer_details_title'] = 'Informations client';
$lang['service'] = 'Prestations';
@ -82,19 +78,15 @@ $lang['add'] = 'Ajouter';
$lang['edit'] = 'Éditer';
$lang['hello'] = 'Bonjour';
$lang['all_day'] = 'Toute la journée';
$lang['manage_appointment_record_hint'] =
'Gérer tous les enregistrements de rendez-vous des exécutants et des prestations actives.';
$lang['select_filter_item_hint'] =
'Choisir un exécutant ou une prestation et visualisez les rendez-vous sur l\'agenda.';
$lang['enable_appointment_sync_hint'] =
'Activer la synchronisation des rendez-vous avec le calendrier Google de l\'exécutant.';
$lang['manage_appointment_record_hint'] = 'Gérer tous les enregistrements de rendez-vous des exécutants et des prestations actives.';
$lang['select_filter_item_hint'] = 'Choisir un exécutant ou une prestation et visualisez les rendez-vous sur l\'agenda.';
$lang['enable_appointment_sync_hint'] = 'Activer la synchronisation des rendez-vous avec le calendrier Google de l\'exécutant.';
$lang['manage_customers_hint'] = 'Gérer les clients enregistrés et voir leur historique de rendez-vous.';
$lang['manage_services_hint'] = 'Gérer les prestations et les catégories actives du système.';
$lang['manage_users_hint'] = 'Gérer les utilisateurs back office (administrateurs, exécutants, secrétaires).';
$lang['settings_hint'] = 'Régler les paramètres système et utilisateurs.';
$lang['log_out_hint'] = 'Déconnexion du système.';
$lang['unavailability_periods_hint'] =
'Durant les périodes d\'indisponibilité l\'exécutant n\'acceptera pas de nouvelle prestation.';
$lang['unavailability_periods_hint'] = 'Durant les périodes d\'indisponibilité l\'exécutant n\'acceptera pas de nouvelle prestation.';
$lang['new_appointment_hint'] = 'Créer un nouveau rendez-vous et le stocker dans la base de données.';
$lang['reload_appointments_hint'] = 'Actualiser le calendrier des rendez-vous.';
$lang['trigger_google_sync_hint'] = 'Démarrer la procédure de synchronisation du calendrier Google.';
@ -112,8 +104,7 @@ $lang['pick_existing_customer_hint'] = 'Rechercher un client existant.';
$lang['new_appointment_title'] = 'Nouveau rendez-vous';
$lang['edit_appointment_title'] = 'Éditer rendez-vous';
$lang['delete_appointment_title'] = 'Effacer rendez-vous';
$lang['write_appointment_removal_reason'] =
'S\'il vous plaît, veuillez bien prendre quelques secondes pour nous expliquer les raisons de l\'annulation du rendez-vous.';
$lang['write_appointment_removal_reason'] = 'S\'il vous plaît, veuillez bien prendre quelques secondes pour nous expliquer les raisons de l\'annulation du rendez-vous.';
$lang['appointment_saved'] = 'Rendez-vous sauvegardé avec succès.';
$lang['new_unavailability_title'] = 'Nouvelle période d\'indisponibilité';
$lang['edit_unavailability_title'] = 'Éditer une période d\'indisponibilité';
@ -165,21 +156,17 @@ $lang['friday'] = 'Vendredi';
$lang['saturday'] = 'Samedi';
$lang['sunday'] = 'Dimanche';
$lang['breaks'] = 'Pauses';
$lang['add_breaks_during_each_day'] =
'Ajoutez ici les périodes de pause pour chaque jour. Pendant ces pauses l\'exécutant n\'acceptera pas de rendez-vous...';
$lang['add_breaks_during_each_day'] = 'Ajoutez ici les périodes de pause pour chaque jour. Pendant ces pauses l\'exécutant n\'acceptera pas de rendez-vous...';
$lang['day'] = 'Jour';
$lang['days'] = 'Jours';
$lang['actions'] = 'Actions';
$lang['reset_working_plan_hint'] = 'Restaurer les valeurs d\'origine du planning de travail.';
$lang['company_name'] = 'Nom de la société';
$lang['company_name_hint'] =
'Le nom de la société sera affiché et utilisé un peu partout dans le système (obligatoire).';
$lang['company_name_hint'] = 'Le nom de la société sera affiché et utilisé un peu partout dans le système (obligatoire).';
$lang['company_email'] = 'Email de la société';
$lang['company_email_hint'] =
'Ceci sera l\'adresse email de la société. Elle sera utilisée comme adresse d\'envoi et de réponse par le système de messagerie électronique (obligatoire).';
$lang['company_email_hint'] = 'Ceci sera l\'adresse email de la société. Elle sera utilisée comme adresse d\'envoi et de réponse par le système de messagerie électronique (obligatoire).';
$lang['company_link'] = 'Site web de la société';
$lang['company_link_hint'] =
'Le lien de la société doit pointer vers le site web officiel de la société (obligatoire).';
$lang['company_link_hint'] = 'Le lien de la société doit pointer vers le site web officiel de la société (obligatoire).';
$lang['go_to_booking_page'] = 'Aller à la page de rendez-vous';
$lang['settings_saved'] = 'Paramètres sauvegardés avec succès.';
$lang['general'] = 'Général';
@ -189,29 +176,22 @@ $lang['hidden'] = 'Caché';
$lang['business_logic'] = 'Logique commerciale';
$lang['current_user'] = 'Utilisateur actuel';
$lang['about_app'] = 'Au sujet d\'Easy!Appointments';
$lang['edit_working_plan_hint'] =
'Indiquer ici les jours et les heures pendant lesquels votre société accepte les rendez-vous. Il est possible de fixer vous-même un rendez-vous en dehors des heures de travail tandis que les clients ne pourront pas prendre d\'eux-mêmes un rendez-vous en dehors des périodes de travail indiquées ici. Ce planning de travail sera celui proposé par défaut pour chaque nouvel enregistrement. Toutefois il vous sera possible de changer séparément chaque planning de travail individuel en l\'éditant. Après cela vous pouvez encore ajouter les périodes de pause.';
$lang['edit_breaks_hint'] =
'Indiquer ici les périodes des pauses quotidiennes. Ces pauses seront disponibles à chaque nouvel exécutant.';
$lang['edit_working_plan_hint'] = 'Indiquer ici les jours et les heures pendant lesquels votre société accepte les rendez-vous. Il est possible de fixer vous-même un rendez-vous en dehors des heures de travail tandis que les clients ne pourront pas prendre d\'eux-mêmes un rendez-vous en dehors des périodes de travail indiquées ici. Ce planning de travail sera celui proposé par défaut pour chaque nouvel enregistrement. Toutefois il vous sera possible de changer séparément chaque planning de travail individuel en l\'éditant. Après cela vous pouvez encore ajouter les périodes de pause.';
$lang['edit_breaks_hint'] = 'Indiquer ici les périodes des pauses quotidiennes. Ces pauses seront disponibles à chaque nouvel exécutant.';
$lang['book_advance_timeout'] = 'Paramètres de réservation';
$lang['book_advance_timeout_hint'] =
'Les réservations ne peuvent pas être créées, modifiées ou annulées moins de ## heures avant le rendez-vous.';
$lang['book_advance_timeout_hint'] = 'Les réservations ne peuvent pas être créées, modifiées ou annulées moins de ## heures avant le rendez-vous.';
$lang['timeout_minutes'] = 'Délai de réservation (en minutes)';
$lang['about_app_info'] =
'Easy!Appointments est une application Web hautement personnalisable qui permet à vos clients de prendre rendez-vous avec vous via le web. En outre, elle offre la possibilité de synchroniser vos données avec un calendrier Google afin que vous puissiez les utiliser avec d\'autres services. Easy!Appointments est un projet open source et vous pouvez le télécharger et l\'installer même pour un usage commercial. Easy!Appointments fonctionnera sans problème avec votre site web existant car il peut être installé dans un dossier spécifique du serveur et bien sûr, les deux sites peuvent partager la même base de données.';
$lang['about_app_info'] = 'Easy!Appointments est une application Web hautement personnalisable qui permet à vos clients de prendre rendez-vous avec vous via le web. En outre, elle offre la possibilité de synchroniser vos données avec un calendrier Google afin que vous puissiez les utiliser avec d\'autres services. Easy!Appointments est un projet open source et vous pouvez le télécharger et l\'installer même pour un usage commercial. Easy!Appointments fonctionnera sans problème avec votre site web existant car il peut être installé dans un dossier spécifique du serveur et bien sûr, les deux sites peuvent partager la même base de données.';
$lang['current_version'] = 'Version actuelle';
$lang['support'] = 'Support';
$lang['about_app_support'] =
'Si vous rencontrez des problèmes pour installer ou configurer l\'application, allez chercher les réponses dans le groupe Google officiel. Vous pouvez également avoir besoin de créer une demande sur la page code de Google pour permettre l\'avancée du projet.';
$lang['about_app_support'] = 'Si vous rencontrez des problèmes pour installer ou configurer l\'application, allez chercher les réponses dans le groupe Google officiel. Vous pouvez également avoir besoin de créer une demande sur la page code de Google pour permettre l\'avancée du projet.';
$lang['official_website'] = 'Site Web officiel';
$lang['google_plus_community'] = 'Communauté Google+';
$lang['support_group'] = 'Groupe de soutien';
$lang['project_issues'] = 'Questions sur le projet';
$lang['license'] = 'Licence';
$lang['about_app_license'] =
'Easy!Appointments est fourni sous licence GPLv3. En utilisant le code d\'Easy!Appointments, quelqu\'en soit l\'usage, vous êtes tenu d\'accepter les termes décrits dans l\'URL suivante :';
$lang['logout_success'] =
'Vous avez bien été déconnecté ! Cliquez sur l\'un des boutons suivants pour naviguer dans les différentes pages';
$lang['about_app_license'] = 'Easy!Appointments est fourni sous licence GPLv3. En utilisant le code d\'Easy!Appointments, quelqu\'en soit l\'usage, vous êtes tenu d\'accepter les termes décrits dans l\'URL suivante :';
$lang['logout_success'] = 'Vous avez bien été déconnecté ! Cliquez sur l\'un des boutons suivants pour naviguer dans les différentes pages';
$lang['book_appointment_title'] = 'Carnet de rendez-vous';
$lang['backend_section'] = 'Section back office';
$lang['you_need_to_login'] = 'Bonjour ! Vous devez vous connecter pour voir les pages back office.';
@ -219,19 +199,15 @@ $lang['enter_username_here'] = 'Entrez votre nom d\'utilisateur ici...';
$lang['enter_password_here'] = 'Entrez votre mot de passe ici...';
$lang['login'] = 'Connexion';
$lang['forgot_your_password'] = 'Mot de passe oublié ?';
$lang['login_failed'] =
'La connexion a échoué. S\'il vous plaît entrez les informations d\'identification correctes et ré-essayez.';
$lang['type_username_and_email_for_new_password'] =
'Inscrivez votre nom d\'utilisateur et adresse email pour recevoir un nouveau mot de passe.';
$lang['login_failed'] = 'La connexion a échoué. S\'il vous plaît entrez les informations d\'identification correctes et ré-essayez.';
$lang['type_username_and_email_for_new_password'] = 'Inscrivez votre nom d\'utilisateur et adresse email pour recevoir un nouveau mot de passe.';
$lang['enter_email_here'] = 'Entrez votre email ici...';
$lang['regenerate_password'] = 'Régénération du mot de passe';
$lang['go_to_login'] = 'Retourner à la page de connexion';
$lang['new_password_sent_with_email'] = 'Votre nouveau mot de passe vous a été envoyé par email.';
$lang['new_account_password'] = 'Nouveau mot de passe du compte';
$lang['new_password_is'] =
'Votre nouveau mot de passe est $password. Conservez cet email afin de pouvoir retrouver votre mot de passe si nécessaire. Vous pouvez aussi modifier ce mot de passe par un nouveau dans la page des paramètres.';
$lang['delete_record_prompt'] =
'Êtes-vous sûr de vouloir supprimer cet enregistrement ? Cette action est irréversible.';
$lang['new_password_is'] = 'Votre nouveau mot de passe est $password. Conservez cet email afin de pouvoir retrouver votre mot de passe si nécessaire. Vous pouvez aussi modifier ce mot de passe par un nouveau dans la page des paramètres.';
$lang['delete_record_prompt'] = 'Êtes-vous sûr de vouloir supprimer cet enregistrement ? Cette action est irréversible.';
$lang['delete_admin'] = 'Supprimer l\'administrateur';
$lang['delete_customer'] = 'Supprimer le client';
$lang['delete_service'] = 'Supprimer la prestation';
@ -245,12 +221,10 @@ $lang['unexpected_issues'] = 'Résultats inattendus';
$lang['unexpected_issues_message'] = 'L\'opération n\'a pu être terminée à cause de résultats inattendus.';
$lang['close'] = 'Fermer';
$lang['page_not_found'] = 'Page non trouvée';
$lang['page_not_found_message'] =
'Malheureusement la page demandée n\'existe pas. Vérifiez l\'URL de votre navigateur ou naviguez vers une autre page en utilisant les boutons ci-dessous.';
$lang['page_not_found_message'] = 'Malheureusement la page demandée n\'existe pas. Vérifiez l\'URL de votre navigateur ou naviguez vers une autre page en utilisant les boutons ci-dessous.';
$lang['error'] = 'Erreur';
$lang['no_privileges'] = 'Aucun privilège';
$lang['no_privileges_message'] =
'Vous n\'avez pas les privilèges nécessaires pour voir cette page. Veuillez s\'il vous plaît naviguer vers une section différente.';
$lang['no_privileges_message'] = 'Vous n\'avez pas les privilèges nécessaires pour voir cette page. Veuillez s\'il vous plaît naviguer vers une section différente.';
$lang['backend_calendar'] = 'Back office du calendrier';
$lang['start_date_time'] = 'Date/heure de début';
$lang['end_date_time'] = 'Date/heure de fin';
@ -270,8 +244,7 @@ $lang['password_length_notice'] = 'Le mot de passe doit avoir au moins $number c
$lang['general_settings'] = 'Paramètres généraux';
$lang['personal_information'] = 'Informations personnelles';
$lang['system_login'] = 'Connexion système';
$lang['user_settings_are_invalid'] =
'Paramètres utilisateur non valides ! Vérifiez vos paramètres et essayez de nouveau.';
$lang['user_settings_are_invalid'] = 'Paramètres utilisateur non valides ! Vérifiez vos paramètres et essayez de nouveau.';
$lang['add_break'] = 'Ajouter une Pause';
$lang['january'] = 'Janvier';
$lang['february'] = 'Février';
@ -295,22 +268,18 @@ $lang['minute'] = 'Minute';
$lang['google_sync_completed'] = 'La synchronisation Google s\'est terminée avec succès.';
$lang['google_sync_failed'] = 'La synchronisation Google a échoué : Échec de connexion avec le serveur.';
$lang['select_google_calendar'] = 'Choisir un calendrier Google';
$lang['select_google_calendar_prompt'] =
'Sélectionnez le calendrier souhaité pour synchroniser votre rendez-vous. Si vous ne sélectionnez pas de calendrier spécifique, le calendrier par défaut sera sélectionné pour vous.';
$lang['select_google_calendar_prompt'] = 'Sélectionnez le calendrier souhaité pour synchroniser votre rendez-vous. Si vous ne sélectionnez pas de calendrier spécifique, le calendrier par défaut sera sélectionné pour vous.';
$lang['google_calendar_selected'] = 'Le calendrier Google a été sélectionné avec succès.';
$lang['oops_something_went_wrong'] = 'Oups ! Une erreur s\'est produite.';
$lang['could_not_add_to_google_calendar'] = 'Votre rendez-vous ne peut pas être ajouté à votre calendrier Google.';
$lang['ea_update_success'] = 'Easy!Appointments à été mis à jour avec succès.';
$lang['require_captcha'] = 'CAPTCHA obligatoire';
$lang['require_captcha_hint'] =
'Lorsque l\'option est activée, les clients doivent taper un code de vérification CAPTCHA avant de pouvoir réserver ou mettre à jour un rendez-vous.';
$lang['require_captcha_hint'] = 'Lorsque l\'option est activée, les clients doivent taper un code de vérification CAPTCHA avant de pouvoir réserver ou mettre à jour un rendez-vous.';
$lang['captcha_is_wrong'] = 'Le code de vérification CAPTCHA est erroné, merci de réessayer.';
$lang['any_provider'] = 'Toute personne disponible';
$lang['requested_hour_is_unavailable'] =
'Cette heure de rendez n\'est malheureusement pas disponible. Merci de sélectionner une autre heure pour votre rendez-vous.';
$lang['requested_hour_is_unavailable'] = 'Cette heure de rendez n\'est malheureusement pas disponible. Merci de sélectionner une autre heure pour votre rendez-vous.';
$lang['customer_notifications'] = 'Notifications aux clients';
$lang['customer_notifications_hint'] =
'Définit si les clients reçoivent des notifications par email chaque fois qu\'il y a un changement d\'horaire de l\'un de leurs rendez-vous.';
$lang['customer_notifications_hint'] = 'Définit si les clients reçoivent des notifications par email chaque fois qu\'il y a un changement d\'horaire de l\'un de leurs rendez-vous.';
$lang['date_format'] = 'Format des dates';
$lang['date_format_hint'] = 'Change le format d\'affichage des dates (D - Jour, M - Mois, Y - Année).';
$lang['time_format'] = 'Format de l\'heure';
@ -333,16 +302,12 @@ $lang['terms_and_conditions_content'] = 'Description des conditions générales'
$lang['privacy_policy'] = 'Politique de confidentialité';
$lang['display_privacy_policy'] = 'Afficher la politique de confidentialité';
$lang['privacy_policy_content'] = 'Description de la politique de confidentialité';
$lang['website_using_cookies_to_ensure_best_experience'] =
'Ce site web utilise des cookies pour vous assurer la meilleure expérience utilisateur.';
$lang['read_and_agree_to_terms_and_conditions'] =
'J\'ai lu, compris et accepte les {$link}Conditions Générales{/$link}.';
$lang['read_and_agree_to_privacy_policy'] =
'J\'ai lu, compris et accepte la {$link}politique de confidentialité{/$link}.';
$lang['website_using_cookies_to_ensure_best_experience'] = 'Ce site web utilise des cookies pour vous assurer la meilleure expérience utilisateur.';
$lang['read_and_agree_to_terms_and_conditions'] = 'J\'ai lu, compris et accepte les {$link}Conditions Générales{/$link}.';
$lang['read_and_agree_to_privacy_policy'] = 'J\'ai lu, compris et accepte la {$link}politique de confidentialité{/$link}.';
$lang['delete_personal_information_hint'] = 'Effacer toutes vos données personnelles du système.';
$lang['delete_personal_information'] = 'Effacer toutes mes données personnelles';
$lang['delete_personal_information_prompt'] =
'Êtes-vous sûr·e de vouloir effacer toutes vos données personnelles ? Cette action est irréversible.';
$lang['delete_personal_information_prompt'] = 'Êtes-vous sûr·e de vouloir effacer toutes vos données personnelles ? Cette action est irréversible.';
$lang['location'] = 'Location';
$lang['working_plan_exception'] = 'Exception au planning';
$lang['working_plan_exceptions'] = 'Exceptions au planning';
@ -353,20 +318,15 @@ $lang['working_plan_exception_deleted'] = 'Exception au planning supprimée avec
$lang['add_working_plan_exceptions_during_each_day'] = 'Ajouter des exceptions au planning, en dehors du planning.';
$lang['add_working_plan_exception'] = 'Ajouter une exception au planning';
$lang['require_phone_number'] = 'Exiger un numéro de téléphone';
$lang['require_phone_number_hint'] =
'Lorsque activé, les clients et les utilisateurs devront entrer le numéro de téléphone du client lors de la prise de rendez-vous.';
$lang['check_spam_folder'] =
'Veuillez vérifier votre dossier de courrier indésirable si l\'email n\'arrive pas dans les minutes qui suivent.';
$lang['api_token_hint'] =
'Définissez un jeton secret afin d\'activer l\'authentification basée sur le jeton de l\'API Easy!Appointments. ';
$lang['require_phone_number_hint'] = 'Lorsque activé, les clients et les utilisateurs devront entrer le numéro de téléphone du client lors de la prise de rendez-vous.';
$lang['check_spam_folder'] = 'Veuillez vérifier votre dossier de courrier indésirable si l\'email n\'arrive pas dans les minutes qui suivent.';
$lang['api_token_hint'] = 'Définissez un jeton secret afin d\'activer l\'authentification basée sur le jeton de l\'API Easy!Appointments. ';
$lang['timezone'] = 'Fuseau horaire';
$lang['overwrite_existing_working_plans'] =
'Cela écrasera les plannings existants du fournisseur. Êtes-vous sûr de vouloir continuer ?';
$lang['overwrite_existing_working_plans'] = 'Cela écrasera les plannings existants du fournisseur. Êtes-vous sûr de vouloir continuer ?';
$lang['working_plans_got_updated'] = 'Tous les plannings ont été mis à jour.';
$lang['apply_to_all_providers'] = 'Appliquer à tous les fournisseurs';
$lang['display_any_provider'] = 'Afficher toutes les options de fournisseurs';
$lang['display_any_provider_hint'] =
'La page de réservation obtiendra une option supplémentaire qui permet aux clients de réserver sans spécifier de fournisseur.';
$lang['display_any_provider_hint'] = 'La page de réservation obtiendra une option supplémentaire qui permet aux clients de réserver sans spécifier de fournisseur.';
$lang['load_more'] = 'Charger plus';
$lang['list'] = 'Liste';
$lang['default'] = 'Défaut';
@ -377,24 +337,20 @@ $lang['booking_settings'] = 'Paramètres de réservation';
$lang['display'] = 'Afficher';
$lang['require'] = 'Requis';
$lang['color'] = 'Couleur';
$lang['matomo_analytics_url_hint'] =
'Ajoutez l\'URL à votre propre installation Matomo pour activer le suivi Matomo sur les pages de réservation.';
$lang['matomo_analytics_url_hint'] = 'Ajoutez l\'URL à votre propre installation Matomo pour activer le suivi Matomo sur les pages de réservation.';
$lang['invalid_phone'] = 'Numéro de téléphone invalide.';
$lang['legal'] = 'Juridique';
$lang['business'] = 'Entreprise';
$lang['account'] = 'Compte';
$lang['disable_booking'] = 'Désactiver la réservation';
$lang['disable_booking_hint'] =
'La page de réservation sera désactivée tant que ce paramètre sera actif et que les clients ne pourront pas enregistrer de nouveaux rendez-vous.';
$lang['disable_booking_hint'] = 'La page de réservation sera désactivée tant que ce paramètre sera actif et que les clients ne pourront pas enregistrer de nouveaux rendez-vous.';
$lang['display_message'] = 'Afficher le message';
$lang['booking_is_disabled'] = 'La réservation est désactivée!';
$lang['appearance'] = 'Apparence';
$lang['company_logo'] = 'Logo d\'entreprise';
$lang['company_logo_hint'] =
'Le logo de l\'entreprise sera affiché dans de nombreux endroits de l\'application, y compris la page de réservation et les e-mails de notification (fichier image, max 2 Mo).';
$lang['company_logo_hint'] = 'Le logo de l\'entreprise sera affiché dans de nombreux endroits de l\'application, y compris la page de réservation et les e-mails de notification (fichier image, max 2 Mo).';
$lang['company_color'] = 'Couleur de l\'entreprise';
$lang['company_color_hint'] =
'La couleur de l\'entreprise sera appliquée dans l\'application afin qu\'elle utilise votre marque.';
$lang['company_color_hint'] = 'La couleur de l\'entreprise sera appliquée dans l\'application afin qu\'elle utilise votre marque.';
$lang['localization'] = 'Localisation';
$lang['integrations'] = 'Intégrations';
$lang['company'] = 'Entreprise';
@ -402,8 +358,7 @@ $lang['remove'] = 'Retirer';
$lang['login_button'] = 'Bouton de Connexion';
$lang['display_login_button_hint'] = 'Définit si le bouton de connexion est affiché dans la page de réservation.';
$lang['private'] = 'Privé';
$lang['private_hint'] =
'Les dossiers privés ne seront pas affichés ou traités dans des pages publiques telles que la page de réservation.';
$lang['private_hint'] = 'Les dossiers privés ne seront pas affichés ou traités dans des pages publiques telles que la page de réservation.';
$lang['reset'] = 'Réinitialiser';
$lang['all'] = 'Tout';
$lang['booking_link'] = 'Lien de réservation';
@ -411,8 +366,7 @@ $lang['add_new_event'] = 'Ajouter un nouvel événement';
$lang['what_kind_of_event'] = 'Quel genre d\'événement aimeriez-vous ajouter?';
$lang['theme'] = 'Thème';
$lang['limit_customer_access'] = 'Limiter l\'accès des clients';
$lang['limit_customer_access_hint'] =
'S\'ils sont activés, les fournisseurs et les secrétaires ne pourront accéder qu\'à des clients avec lesquels ils ont rendez-vous.';
$lang['limit_customer_access_hint'] = 'S\'ils sont activés, les fournisseurs et les secrétaires ne pourront accéder qu\'à des clients avec lesquels ils ont rendez-vous.';
$lang['url'] = 'URL';
$lang['secret_token'] = 'Token secret';
$lang['verify_ssl'] = 'Vérifiez SSL';
@ -434,33 +388,26 @@ $lang['admin_save'] = 'Sauvegarde de l\administrateur';
$lang['admin_delete'] = 'Supprimer l\'administrateur';
$lang['options'] = 'Options';
$lang['webhooks'] = 'Webhooks';
$lang['webhooks_info'] =
'les Webhooks vous permettent d\'envoyer des notifications HTTP aux applications Web externes en réponse à divers événements d\'application, tels que la création d\'un rendez-vous ou la suppression d\'un client.';
$lang['integrations_info'] =
'Les intégrations vous permettent d\'établir des connexions tierces avec des applications externes et des API.';
$lang['webhooks_info'] = 'les Webhooks vous permettent d\'envoyer des notifications HTTP aux applications Web externes en réponse à divers événements d\'application, tels que la création d\'un rendez-vous ou la suppression d\'un client.';
$lang['integrations_info'] = 'Les intégrations vous permettent d\'établir des connexions tierces avec des applications externes et des API.';
$lang['configure'] = 'Configurer';
$lang['google_analytics'] = 'Google Analytics';
$lang['google_analytics_info'] =
'Google Analytics vous permet d\'ajouter automatiquement le code de suivi et le balisage HTML à la page publique et de suivre toutes les sessions de réservation publique.';
$lang['google_analytics_info'] = 'Google Analytics vous permet d\'ajouter automatiquement le code de suivi et le balisage HTML à la page publique et de suivre toutes les sessions de réservation publique.';
$lang['matomo_analytics'] = 'Matomo Analytics';
$lang['matomo_analytics_info'] =
'MATOMO Analytics vous permet d\'ajouter automatiquement le code de suivi et le balisage HTML à la page publique et de suivre toutes les sessions de réservation publique.';
$lang['matomo_analytics_info'] = 'MATOMO Analytics vous permet d\'ajouter automatiquement le code de suivi et le balisage HTML à la page publique et de suivre toutes les sessions de réservation publique.';
$lang['api'] = 'API';
$lang['api_info'] =
'L\'API vous permet d\'interagir avec toutes les données de Easy!Appointments via le protocole HTTP et les points de terminaison API disponibles et créer vos propres intégrations.';
$lang['api_info'] = 'L\'API vous permet d\'interagir avec toutes les données de Easy!Appointments via le protocole HTTP et les points de terminaison API disponibles et créer vos propres intégrations.';
$lang['google_analytics_code'] = 'Google Analytics Code';
$lang['matomo_analytics_url'] = 'Matomo Analytics URL';
$lang['future_booking_limit'] = 'Future Booking Limit';
$lang['limit_days'] = 'Limite (jours)';
$lang['future_booking_limit_hint'] =
'Définissez la limite future en jours que les clients peuvent prendre rendez-vous via la page de réservation publique.';
$lang['future_booking_limit_hint'] = 'Définissez la limite future en jours que les clients peuvent prendre rendez-vous via la page de réservation publique.';
$lang['api_token'] = 'API Token';
$lang['allow_rescheduling_cancellation_before'] = 'Autoriser le reprogrammation/annulation passée';
$lang['at_least_one_field'] = 'Au moins un champ doit être affiché dans la page de réservation.';
$lang['status'] = 'Statut';
$lang['appointment_status_options'] = 'Options de statut de rendez-vous';
$lang['appointment_status_options_info'] =
'Définissez une liste des options d\'état de rendez-vous disponibles qui peuvent être utilisées dans la page du calendrier (la première deviendra automatiquement la valeur par défaut).';
$lang['appointment_status_options_info'] = 'Définissez une liste des options d\'état de rendez-vous disponibles qui peuvent être utilisées dans la page du calendrier (la première deviendra automatiquement la valeur par défaut).';
$lang['sunday_short'] = 'Dim';
$lang['monday_short'] = 'Lun';
$lang['tuesday_short'] = 'Mar';
@ -498,7 +445,6 @@ $lang['blocked_period'] = 'Blocked Period';
$lang['blocked_periods'] = 'Blocked Periods';
$lang['blocked_period_save'] = 'Blocked Period Save';
$lang['blocked_period_delete'] = 'Blocked Period Delete';
$lang['blocked_periods_hint'] =
'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['blocked_periods_hint'] = 'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['auxiliary_field'] = 'Auxiliary Field';
// End

View file

@ -38,8 +38,7 @@
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_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.';
@ -49,8 +48,7 @@ $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_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.';

View file

@ -9,8 +9,7 @@
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['db_invalid_connection_str'] =
'Die Datenbank-Einstellungen sind anhand der vorliegenden Verbindungsdaten nicht zu ermitteln.';
$lang['db_invalid_connection_str'] = 'Die Datenbank-Einstellungen sind anhand der vorliegenden Verbindungsdaten nicht zu ermitteln.';
$lang['db_unable_to_connect'] = 'Mit den vorliegenden Einstellungen ist keine Verbindung zum Datenbank-Server möglich.';
$lang['db_unable_to_select'] = 'Die folgende Datenbank kann nicht gewählt werden: %s';
$lang['db_unable_to_create'] = 'Die folgende Datenbank kann nicht erstellt werden: %s';
@ -18,18 +17,15 @@ $lang['db_invalid_query'] = 'Die vorliegende SQL-Abfrage ist ungültig.';
$lang['db_must_set_table'] = 'Sie müssen die Tabelle der Datenbank für Ihre Abfrage angegeben.';
$lang['db_must_use_set'] = 'Zum Aktualisieren eines Eintrages müssen Sie die "set" Methode verwenden.';
$lang['db_must_use_index'] = 'Für eine Stapelaktualisierung müssen Sie einen passenden Index bestimmen.';
$lang['db_batch_missing_index'] =
'Eine oder mehrere angegebene Zeilen für eine Stapelaktualisierung haben einen fehlenden Index.';
$lang['db_batch_missing_index'] = 'Eine oder mehrere angegebene Zeilen für eine Stapelaktualisierung haben einen fehlenden Index.';
$lang['db_must_use_where'] = 'Aktualisierungen sind nicht erlaubt, solange Sie nicht eine "where" Bedingung enthalten.';
$lang['db_del_must_use_where'] =
'Löschungen sind nicht erlaubt, solange Sie nicht eine Bedingung wie "where" oder "like" enthalten.';
$lang['db_del_must_use_where'] = 'Löschungen sind nicht erlaubt, solange Sie nicht eine Bedingung wie "where" oder "like" enthalten.';
$lang['db_field_param_missing'] = 'Um Felder abzufragen benötigen Sie den Namen der Tabelle als Parameter.';
$lang['db_unsupported_function'] = 'Die verwendete Datenbank-Plattform unterstützt diese Funktion nicht.';
$lang['db_transaction_failure'] = 'Transaktions-Fehler: Veränderungen wurden zurückgesetzt.';
$lang['db_unable_to_drop'] = 'Die angegebene Datenbank kann nicht gelöscht werden.';
$lang['db_unsupported_feature'] = 'Ihre Datenbank-Plattform unterstützt diese Funktion nicht.';
$lang['db_unsupported_compression'] =
'Das angegebene Format für die Daten-Komprimierung wird auf Ihrem Server nicht unterstützt.';
$lang['db_unsupported_compression'] = 'Das angegebene Format für die Daten-Komprimierung wird auf Ihrem Server nicht unterstützt.';
$lang['db_filepath_error'] = 'Die Daten konnten nicht in das angegebene Verzeichnis geschrieben werden.';
$lang['db_invalid_cache_path'] = 'Der angegebene Pfad für den Cache ist ungültig oder nicht beschreibbar.';
$lang['db_table_name_required'] = 'Ein Tabellenname wird für diesen Vorgang benötigt.';

View file

@ -15,15 +15,11 @@ $lang['email_attachment_missing'] = 'Der folgende E-Mail-Anhang konnte nicht gef
$lang['email_attachment_unreadable'] = 'Der folgende Anhang konnte nicht geöffnet werden: %s';
$lang['email_no_from'] = 'Die E-Mail kann nicht ohne "Absender"-Kopfzeile verschickt werden.';
$lang['email_no_recipients'] = 'Sie müssen mindestens einen der folgenden Empfänger angeben: To, CC, oder BCC';
$lang['email_send_failure_phpmail'] =
'Die E-Mail konnte mit PHP mail() nicht gesendet werden. Ihr Server ist offenbar nicht konfiguriert, um mit dieser Methode E-Mails zu versenden.';
$lang['email_send_failure_sendmail'] =
'Die E-Mail konnte mit PHP Sendmail nicht gesendet werden. Der Server ist offenbar nicht konfiguriert, um mit dieser Methode E-Mails zu versenden.';
$lang['email_send_failure_smtp'] =
'E-Mail konnte mit PHP SMTP nicht gesendet werden. Der Server ist offenbar nicht konfiguriert, um mit dieser Methode E-Mails zu versenden.';
$lang['email_send_failure_phpmail'] = 'Die E-Mail konnte mit PHP mail() nicht gesendet werden. Ihr Server ist offenbar nicht konfiguriert, um mit dieser Methode E-Mails zu versenden.';
$lang['email_send_failure_sendmail'] = 'Die E-Mail konnte mit PHP Sendmail nicht gesendet werden. Der Server ist offenbar nicht konfiguriert, um mit dieser Methode E-Mails zu versenden.';
$lang['email_send_failure_smtp'] = 'E-Mail konnte mit PHP SMTP nicht gesendet werden. Der Server ist offenbar nicht konfiguriert, um mit dieser Methode E-Mails zu versenden.';
$lang['email_sent'] = 'Ihre Nachricht wurde erfolgreich über das folgende Protokoll verschickt: %s';
$lang['email_no_socket'] =
'Es konnte keine Socket-Verbindung zu Sendmail hergestellt werden. Bitte überprüfen Sie Ihre Einstellungen.';
$lang['email_no_socket'] = 'Es konnte keine Socket-Verbindung zu Sendmail hergestellt werden. Bitte überprüfen Sie Ihre Einstellungen.';
$lang['email_no_hostname'] = 'Sie haben keine Angaben zum SMTP-Server vorgenommen.';
$lang['email_smtp_error'] = 'Der folgende SMTP-Fehler ist aufgetreten: %s';
$lang['email_no_smtp_unpw'] = 'Fehler: Sie müssen einen SMTP-Benutzernamen und ein Passwort angeben.';

View file

@ -49,10 +49,8 @@ $lang['form_validation_max_length'] = 'Das Feld {field} darf nicht mehr als {par
$lang['form_validation_exact_length'] = 'Das Feld {field} muss exakt {param} Zeichen enthalten.';
$lang['form_validation_alpha'] = 'Das Feld {field} darf ausschließlich Buchstaben enthalten.';
$lang['form_validation_alpha_numeric'] = 'Das Feld {field} darf ausschließlich alpha-numerische Zeichen enthalten.';
$lang['form_validation_alpha_numeric_spaces'] =
'Das Feld {field}darf ausschließlich alpha-numerische Zeichen und Leerzeichen enthalten.';
$lang['form_validation_alpha_dash'] =
'Das Feld {field} darf ausschließlich alpha-numerische Zeichen, Unterstriche und Bindestriche enthalten.';
$lang['form_validation_alpha_numeric_spaces'] = 'Das Feld {field}darf ausschließlich alpha-numerische Zeichen und Leerzeichen enthalten.';
$lang['form_validation_alpha_dash'] = 'Das Feld {field} darf ausschließlich alpha-numerische Zeichen, Unterstriche und Bindestriche enthalten.';
$lang['form_validation_numeric'] = 'Das Feld {field} darf ausschließlich Zahlen enthalten.';
$lang['form_validation_is_numeric'] = 'Das Feld {field} darf ausschließlich numerische Zeichen enthalten.';
$lang['form_validation_integer'] = 'Das Feld {field} ausschließlich ganze Zahlen (integer) enthalten.';
@ -61,8 +59,7 @@ $lang['form_validation_matches'] = 'Das Feld {field} entspricht nicht dem Feld {
$lang['form_validation_differs'] = 'Das Feld {field} muss sich vom Feld {param} unterscheiden.';
$lang['form_validation_is_unique'] = 'Das Feld {field} muss einen einzigartigen Wert enthalten.';
$lang['form_validation_is_natural'] = 'Das Feld {field} darf nur Ziffern enthalten.';
$lang['form_validation_is_natural_no_zero'] =
'Das Feld {field} darf nur Ziffern enthalten und muss größer sein als Null.';
$lang['form_validation_is_natural_no_zero'] = 'Das Feld {field} darf nur Ziffern enthalten und muss größer sein als Null.';
$lang['form_validation_decimal'] = 'Das Feld {field} muss eine Dezimalzahl enthalten.';
$lang['form_validation_less_than'] = 'Das Feld {field} muss eine Zahl kleiner als {param} enthalten.';
$lang['form_validation_less_than_equal_to'] = 'Das Feld {field} muss eine Zahl kleiner-gleich {param} enthalten.';

View file

@ -37,8 +37,7 @@
*/
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_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.';

View file

@ -39,23 +39,16 @@ 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_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_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_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.';

View file

@ -9,8 +9,7 @@ $lang['minutes'] = 'Minuten';
$lang['price'] = 'Preis';
$lang['back'] = 'Zurück';
$lang['appointment_date_and_time'] = 'Datum & Uhrzeit des Termins';
$lang['no_available_hours'] =
'Es gibt leider keine freien Termine für das ausgewählte Datum. Bitte wählen Sie ein anderes Datum.';
$lang['no_available_hours'] = 'Es gibt leider keine freien Termine für das ausgewählte Datum. Bitte wählen Sie ein anderes Datum.';
$lang['appointment_hour_missing'] = 'Bitte wählen Sie einen Termin aus bevor Sie fortfahren.';
$lang['customer_information'] = 'Kundeninformationen';
$lang['first_name'] = 'Vorname';
@ -28,21 +27,18 @@ $lang['fields_are_required'] = 'Die Felder mit einem * sind Pflichtfelder.';
$lang['appointment_confirmation'] = 'Bitte bestätigen Sie die Terminauswahl';
$lang['confirm'] = 'Bestätigung';
$lang['update'] = 'Aktualisierung';
$lang['cancel_appointment_hint'] =
'Bitte klicken Sie auf "Abbrechen" um den Termin aus dem Terminplan des Unternehmens zu löschen.';
$lang['cancel_appointment_hint'] = 'Bitte klicken Sie auf "Abbrechen" um den Termin aus dem Terminplan des Unternehmens zu löschen.';
$lang['cancel'] = 'Abbrechen';
$lang['appointment_registered'] = 'Ihr Termin ist erfolgreich registriert worden.';
$lang['cancel_appointment_title'] = 'Termin stornieren';
$lang['appointment_cancelled'] = 'Ihr Termin ist erfolgreich storniert worden.';
$lang['appointment_cancelled_title'] = 'Termin storniert';
$lang['reason'] = 'Grund';
$lang['appointment_removed_from_schedule'] =
'Der folgende Termin wurde erfolgreich von der Terminplanung des Unternehmens storniert.';
$lang['appointment_removed_from_schedule'] = 'Der folgende Termin wurde erfolgreich von der Terminplanung des Unternehmens storniert.';
$lang['appointment_details_was_sent_to_you'] = 'Eine E-Mail mit den Termindaten ist an Sie gesendet worden.';
$lang['add_to_google_calendar'] = 'Zum Google-Kalender hinzufügen';
$lang['appointment_booked'] = 'Ihr Termin ist erfolgreich gebucht worden.';
$lang['thank_you_for_appointment'] =
'Vielen Dank für die Terminauswahl mit uns. Weiter unten können Sie Ihre Termindaten sehen. Änderungen können durch Klicken auf den Termin-Link durchgeführt werden.';
$lang['thank_you_for_appointment'] = 'Vielen Dank für die Terminauswahl mit uns. Weiter unten können Sie Ihre Termindaten sehen. Änderungen können durch Klicken auf den Termin-Link durchgeführt werden.';
$lang['appointment_details_title'] = 'Termindaten';
$lang['customer_details_title'] = 'Kundendaten';
$lang['service'] = 'Dienstleistung';
@ -82,12 +78,9 @@ $lang['add'] = 'Hinzufügen';
$lang['edit'] = 'Bearbeiten';
$lang['hello'] = 'Hallo';
$lang['all_day'] = 'Ganztägig';
$lang['manage_appointment_record_hint'] =
'Verwalten Sie alle Termineintragungen der zur Verfügung stehenden Anbieter und Dienstleistungen.';
$lang['select_filter_item_hint'] =
'Wählen Sie einen Anbieter oder eine Dienstleistung und sehen Sie die Termine im Kalender an.';
$lang['enable_appointment_sync_hint'] =
'Beginnen Sie die Terminsynchronisationen mit dem Google-Kalender des Dienstleisters.';
$lang['manage_appointment_record_hint'] = 'Verwalten Sie alle Termineintragungen der zur Verfügung stehenden Anbieter und Dienstleistungen.';
$lang['select_filter_item_hint'] = 'Wählen Sie einen Anbieter oder eine Dienstleistung und sehen Sie die Termine im Kalender an.';
$lang['enable_appointment_sync_hint'] = 'Beginnen Sie die Terminsynchronisationen mit dem Google-Kalender des Dienstleisters.';
$lang['manage_customers_hint'] = 'Verwalten Sie die registrierten Kunden und sehen Sie die vergangenen Buchungen ein.';
$lang['manage_services_hint'] = 'Verwalten Sie die erhältlichen Dienstleistungen und Kategorien des Systems.';
$lang['manage_users_hint'] = 'Verwalten Sie die Endnutzer (Admins, Anbieter, Büropersonal).';
@ -106,14 +99,12 @@ $lang['new'] = 'Neu';
$lang['select'] = 'Auswahl';
$lang['hide'] = 'Verbergen';
$lang['type_to_filter_customers'] = 'Eingeben, um Kunden zu filtern.';
$lang['clear_fields_add_existing_customer_hint'] =
'Löschen Sie die Felder und geben Sie einen neuen Kunden-Hinweis ein.';
$lang['clear_fields_add_existing_customer_hint'] = 'Löschen Sie die Felder und geben Sie einen neuen Kunden-Hinweis ein.';
$lang['pick_existing_customer_hint'] = 'Wählen Sie einen vorhandenen Kunden.';
$lang['new_appointment_title'] = 'Neuer Termin';
$lang['edit_appointment_title'] = 'Termin bearbeiten';
$lang['delete_appointment_title'] = 'Termin löschen';
$lang['write_appointment_removal_reason'] =
'Bitte nehmen Sie sich eine Minute Zeit, um den Grund für das Löschen des Termins zu erläutern:';
$lang['write_appointment_removal_reason'] = 'Bitte nehmen Sie sich eine Minute Zeit, um den Grund für das Löschen des Termins zu erläutern:';
$lang['appointment_saved'] = 'Termin erfolgreich gespeichert.';
$lang['new_unavailability_title'] = 'Neuer, nicht zur Verfügung stehender Zeitraum';
$lang['edit_unavailability_title'] = 'Nicht zur Verfügung stehenden Zeitraum bearbeiten';
@ -165,8 +156,7 @@ $lang['friday'] = 'Freitag';
$lang['saturday'] = 'Samstag';
$lang['sunday'] = 'Sonntag';
$lang['breaks'] = 'Pausen';
$lang['add_breaks_during_each_day'] =
'Fügen Sie die Arbeitspausen für jeden Tag hinzu. Während der Pausen kann der Dienstleister keine Termine akzeptieren.';
$lang['add_breaks_during_each_day'] = 'Fügen Sie die Arbeitspausen für jeden Tag hinzu. Während der Pausen kann der Dienstleister keine Termine akzeptieren.';
$lang['day'] = 'Tag';
$lang['days'] = 'Tage';
$lang['actions'] = 'Aktionen';
@ -174,8 +164,7 @@ $lang['reset_working_plan_hint'] = 'Setzen Sie den Arbeitsplan auf die Standardw
$lang['company_name'] = 'Name der Firma';
$lang['company_name_hint'] = 'Der Firmenname wird überall im System verwendet (erforderlich).';
$lang['company_email'] = 'E-Mail-Adresse der Firma';
$lang['company_email_hint'] =
'Das wird die E-Mail-Adresse der Firma sein. Sie wird als Adresse des Absenders für die E-Mails Ihres Systems verwendet (erforderlich).';
$lang['company_email_hint'] = 'Das wird die E-Mail-Adresse der Firma sein. Sie wird als Adresse des Absenders für die E-Mails Ihres Systems verwendet (erforderlich).';
$lang['company_link'] = 'Web-Link der Firma';
$lang['company_link_hint'] = 'Der Firmen-Link sollte auf die offizielle Webseite der Firma weisen (erforderlich).';
$lang['go_to_booking_page'] = 'Weiter zur Buchungsseite';
@ -187,29 +176,22 @@ $lang['hidden'] = 'Versteckt';
$lang['business_logic'] = 'Unternehmerische Logik';
$lang['current_user'] = 'Aktueller Nutzer';
$lang['about_app'] = 'Über Easy!Appointments';
$lang['edit_working_plan_hint'] =
'Bitte notieren Sie im Folgenden die Tage und Zeiten, für die das Unternehmen Termine anbietet. Sie können Termine auch für Feiertage festlegen aber die Kunden können an diesen Tagen keine Buchung durchführen. Dieser Arbeitsplan ist voreingestellt für alle neuen Einschreibungen von Dienstleistern. Sie haben jedoch die Möglichkeit, den Arbeitsplan zu ändern und zwar für jeden Anbieter gesondert, indem Sie seine Einschreibung bearbeiten. Danach fügen Sie die Zeiträume der Pausen hinzu.';
$lang['edit_breaks_hint'] =
'Fügen Sie die betrieblichen Pausen pro Tag hinzu. Diese Pausen werden für alle neuen Dienstleister angewendet.';
$lang['edit_working_plan_hint'] = 'Bitte notieren Sie im Folgenden die Tage und Zeiten, für die das Unternehmen Termine anbietet. Sie können Termine auch für Feiertage festlegen aber die Kunden können an diesen Tagen keine Buchung durchführen. Dieser Arbeitsplan ist voreingestellt für alle neuen Einschreibungen von Dienstleistern. Sie haben jedoch die Möglichkeit, den Arbeitsplan zu ändern und zwar für jeden Anbieter gesondert, indem Sie seine Einschreibung bearbeiten. Danach fügen Sie die Zeiträume der Pausen hinzu.';
$lang['edit_breaks_hint'] = 'Fügen Sie die betrieblichen Pausen pro Tag hinzu. Diese Pausen werden für alle neuen Dienstleister angewendet.';
$lang['book_advance_timeout'] = 'Zeitbegrenzung einer Buchung';
$lang['book_advance_timeout_hint'] =
'Legen Sie eine Zeitbegrenzung (in Minuten) fest, während der die Kunden eine Terminbuchung oder eine Terminänderung durchführen können.';
$lang['book_advance_timeout_hint'] = 'Legen Sie eine Zeitbegrenzung (in Minuten) fest, während der die Kunden eine Terminbuchung oder eine Terminänderung durchführen können.';
$lang['timeout_minutes'] = 'Zeitbegrenzung (Minuten)';
$lang['about_app_info'] =
'Easy!Appointments ist eine extrem anpassungsfähige Internet-Applikation, die es Ihren Kunden ermöglicht, einen Termin mit Ihnen über das Internet zu vereinbaren. Darüberhinaus gibt es Ihnen die Möglichkeit, Ihre Daten mit dem Google-Kalender zu synchronisieren, so dass Sie diese mit anderen Dienstleistungsprogrammen nutzen können.';
$lang['about_app_info'] = 'Easy!Appointments ist eine extrem anpassungsfähige Internet-Applikation, die es Ihren Kunden ermöglicht, einen Termin mit Ihnen über das Internet zu vereinbaren. Darüberhinaus gibt es Ihnen die Möglichkeit, Ihre Daten mit dem Google-Kalender zu synchronisieren, so dass Sie diese mit anderen Dienstleistungsprogrammen nutzen können.';
$lang['current_version'] = 'Laufende Version';
$lang['support'] = 'Unterstützung';
$lang['about_app_support'] =
'Falls Sie irgendein Problem bei der Nutzung von Easy!Appointments haben sollten, können Sie die offizielle Google-Gruppe nach Lösungen durchsuchen. Sie können auch ein neues Thema in Google Code beginnen, damit Sie das Finden von Lösungen unterstützen. ';
$lang['about_app_support'] = 'Falls Sie irgendein Problem bei der Nutzung von Easy!Appointments haben sollten, können Sie die offizielle Google-Gruppe nach Lösungen durchsuchen. Sie können auch ein neues Thema in Google Code beginnen, damit Sie das Finden von Lösungen unterstützen. ';
$lang['official_website'] = 'Offizielle Webseite';
$lang['google_plus_community'] = 'Google+ Gemeinschaft';
$lang['support_group'] = 'Gruppenunterstützung';
$lang['project_issues'] = 'Projektthemen';
$lang['license'] = 'Nutzungslizenz';
$lang['about_app_license'] =
'Easy!Appointment ist unter der GPLv3-Lizenz lizensiert. Bei jeglicher Nutzung des Codes für Easy!Appointments stimmen Sie den Nutzungsbedingungen zu wie sie auf folgender Seite aufgeführt sind:';
$lang['logout_success'] =
'Sie haben sich erfolgreich abgemeldet! Klicken sie auf einen der folgende Tasten, um auf eine andere Seite zu gelangen.';
$lang['about_app_license'] = 'Easy!Appointment ist unter der GPLv3-Lizenz lizensiert. Bei jeglicher Nutzung des Codes für Easy!Appointments stimmen Sie den Nutzungsbedingungen zu wie sie auf folgender Seite aufgeführt sind:';
$lang['logout_success'] = 'Sie haben sich erfolgreich abgemeldet! Klicken sie auf einen der folgende Tasten, um auf eine andere Seite zu gelangen.';
$lang['book_appointment_title'] = 'Terminbuchung';
$lang['backend_section'] = 'Backend-Sektion';
$lang['you_need_to_login'] = 'Willkommen! Sie müssen sich anmelden, um die Backend-Seiten zu sehen.';
@ -217,19 +199,15 @@ $lang['enter_username_here'] = 'Geben Sie Ihren Nutzernamen hier ein ...';
$lang['enter_password_here'] = 'Geben Sie Ihr Passwort hier ein ...';
$lang['login'] = 'Anmelden';
$lang['forgot_your_password'] = 'Passwort vergessen?';
$lang['login_failed'] =
'Anmeldung fehlgeschlagen, bitte geben Sie die richtigen Anmeldedaten ein und versuchen Sie es erneut.';
$lang['type_username_and_email_for_new_password'] =
'Geben Sie Ihren Nutzernamen und Ihre E-Mail-Adresse ein, um Ihr neues Passwort zu erhalten.';
$lang['login_failed'] = 'Anmeldung fehlgeschlagen, bitte geben Sie die richtigen Anmeldedaten ein und versuchen Sie es erneut.';
$lang['type_username_and_email_for_new_password'] = 'Geben Sie Ihren Nutzernamen und Ihre E-Mail-Adresse ein, um Ihr neues Passwort zu erhalten.';
$lang['enter_email_here'] = 'Geben Sie Ihre E-Mail-Adresse hier ein ...';
$lang['regenerate_password'] = 'Passwort generieren';
$lang['go_to_login'] = 'Gehen Sie zurück auf die Anmeldeseite';
$lang['new_password_sent_with_email'] = 'Ihr neues Passwort ist Ihnen per E-Mail gesendet worden.';
$lang['new_account_password'] = 'Neues Kontopasswort';
$lang['new_password_is'] =
'Ihr neues Passwort ist $password. Bitte sichern Sie dieses E-Mail, damit Sie Ihr Passwort nachlesen können falls nötig. Sie können dieses Passwort auf der Seite Einstellungen auch ändern.';
$lang['delete_record_prompt'] =
'Sind Sie sicher, dass Sie diesen Eintrag löschen möchten? Dieser Vorgang kann nicht zurückgenommen werden.';
$lang['new_password_is'] = 'Ihr neues Passwort ist $password. Bitte sichern Sie dieses E-Mail, damit Sie Ihr Passwort nachlesen können falls nötig. Sie können dieses Passwort auf der Seite Einstellungen auch ändern.';
$lang['delete_record_prompt'] = 'Sind Sie sicher, dass Sie diesen Eintrag löschen möchten? Dieser Vorgang kann nicht zurückgenommen werden.';
$lang['delete_admin'] = 'Administrator löschen';
$lang['delete_customer'] = 'Kunden löschen';
$lang['delete_service'] = 'Dienstleistung löschen';
@ -243,19 +221,16 @@ $lang['unexpected_issues'] = 'Unvorhergesene Vorfälle';
$lang['unexpected_issues_message'] = 'Dieser Vorgang konnte aufgrund unvorgesehener Vorfälle nicht beendet werden.';
$lang['close'] = 'Schließen';
$lang['page_not_found'] = 'Seite nicht gefunden';
$lang['page_not_found_message'] =
'Die von Ihnen angeforderte Seite existiert nicht. Bitte überprüfen Sie Ihre Browser-URL oder navigieren Sie mit den Schaltflächen unten zu einer anderen Seite.';
$lang['page_not_found_message'] = 'Die von Ihnen angeforderte Seite existiert nicht. Bitte überprüfen Sie Ihre Browser-URL oder navigieren Sie mit den Schaltflächen unten zu einer anderen Seite.';
$lang['error'] = 'Fehler';
$lang['no_privileges'] = 'Unzureichende Berechtigungen';
$lang['no_privileges_message'] =
'Sie haben nicht die Berechtigung, diese Seite zu sehen. Bitte wechseln Sie zu einem anderen Abschnitt.';
$lang['no_privileges_message'] = 'Sie haben nicht die Berechtigung, diese Seite zu sehen. Bitte wechseln Sie zu einem anderen Abschnitt.';
$lang['backend_calendar'] = 'Backend-Kalender';
$lang['start_date_time'] = 'Start Datum/Zeit';
$lang['end_date_time'] = 'Ende Datum/Zeit';
$lang['licensed_under'] = 'Lizenziert unter';
$lang['unexpected_issues_occurred'] = 'Unerwartete Probleme aufgetreten.';
$lang['service_communication_error'] =
'Während der Kommunikation mit dem Server ist ein Fehler aufgetreten, bitte versuchen Sie es erneut.';
$lang['service_communication_error'] = 'Während der Kommunikation mit dem Server ist ein Fehler aufgetreten, bitte versuchen Sie es erneut.';
$lang['no_privileges_edit_appointments'] = 'Sie haben nicht die Berechtigung, um Termine zu bearbeiten.';
$lang['unavailability_updated'] = 'Nicht zur Verfügung stehender Zeitraum erfolgreich erneuert worden.';
$lang['appointments'] = 'Termine';
@ -269,8 +244,7 @@ $lang['password_length_notice'] = 'Das Passwort muss mindestens $number Zeichen
$lang['general_settings'] = 'Allgemeine Einstellungen';
$lang['personal_information'] = 'Persönliche Informationen';
$lang['system_login'] = 'Anmeldung am System';
$lang['user_settings_are_invalid'] =
'Benutzereinstellungen sind ungültig! Bitte überprüfen Sie Ihre Einstellungen und wiederholen Sie den Vorgang.';
$lang['user_settings_are_invalid'] = 'Benutzereinstellungen sind ungültig! Bitte überprüfen Sie Ihre Einstellungen und wiederholen Sie den Vorgang.';
$lang['add_break'] = 'Interval Hinzufügen';
$lang['january'] = 'Januar';
$lang['february'] = 'Februar';
@ -292,33 +266,27 @@ $lang['time'] = 'Zeit';
$lang['hour'] = 'Uhr';
$lang['minute'] = 'Minute';
$lang['google_sync_completed'] = 'Google-Synchronisation erfolgreich beendet.';
$lang['google_sync_failed'] =
'Google-Synchronisation fehlgeschlagen: Server-Verbindung konnte nicht hergestellt werden.';
$lang['google_sync_failed'] = 'Google-Synchronisation fehlgeschlagen: Server-Verbindung konnte nicht hergestellt werden.';
$lang['select_google_calendar'] = 'Wählen Sie Google Kalender';
$lang['select_google_calendar_prompt'] =
'Wählen Sie den Kalender, mit dem Sie Ihre Termine synchronisieren möchten. Wenn Sie das nicht wollen, wird ein Standard-Kalender verwendet.';
$lang['select_google_calendar_prompt'] = 'Wählen Sie den Kalender, mit dem Sie Ihre Termine synchronisieren möchten. Wenn Sie das nicht wollen, wird ein Standard-Kalender verwendet.';
$lang['google_calendar_selected'] = 'Google-Kalender wurde erfolgreich ausgewählt.';
$lang['oops_something_went_wrong'] = 'Oops! Etwas ist schiefgelaufen.';
$lang['could_not_add_to_google_calendar'] = 'Ihr Termin konnte nicht im Google-Kalender-Konto hinzugefügt werden.';
$lang['ea_update_success'] = 'Easy!Appointments wurde erfolgreich aktualisiert.';
$lang['require_captcha'] = 'CAPTCHA erfordern';
$lang['require_captcha_hint'] =
'Wenn aktiv, werden die Kunden aufgefordert, eine zufällig generierte Zeichenfolge (CAPTCHA) einzutippen bevor Sie einen Termin buchen oder speichern können.';
$lang['require_captcha_hint'] = 'Wenn aktiv, werden die Kunden aufgefordert, eine zufällig generierte Zeichenfolge (CAPTCHA) einzutippen bevor Sie einen Termin buchen oder speichern können.';
$lang['captcha_is_wrong'] = 'CAPTCHA-Überprüfung fehlgeschlagen, bitte versuchen Sie es erneut.';
$lang['any_provider'] = 'Jeder Anbieter';
$lang['requested_hour_is_unavailable'] =
'Der gewünschte Termin ist leider nicht verfügbar. Bitte wählen Sie eine andere Zeit für den Termin.';
$lang['requested_hour_is_unavailable'] = 'Der gewünschte Termin ist leider nicht verfügbar. Bitte wählen Sie eine andere Zeit für den Termin.';
$lang['customer_notifications'] = 'Kundenbenachrichtigungen';
$lang['customer_notifications_hint'] =
'Stellen Sie ein, ob die Kunden immer dann eine E-Mail-Benachrichtigungen erhalten, wenn sich ein Termin ändert.';
$lang['customer_notifications_hint'] = 'Stellen Sie ein, ob die Kunden immer dann eine E-Mail-Benachrichtigungen erhalten, wenn sich ein Termin ändert.';
$lang['date_format'] = 'Datumsformat';
$lang['date_format_hint'] = 'Ändern Sie das Datumsanzeigeformat (D - Datum, M - Monat, Y - Jahr).';
$lang['time_format'] = 'Zeitformat';
$lang['time_format_hint'] = 'Ändern Sie das Zeitanzeigeformat (H - Stunden, M - Minuten).';
$lang['first_weekday'] = 'Erster Tag der Woche';
$lang['first_weekday_hint'] = 'Wählen Sie den ersten Tag der Kalenderwoche.';
$lang['google_analytics_code_hint'] =
'Fügen Sie Ihre Google Analytics-Code hinzu, um das Google Analytics tracking auf den Buchungsseiten zu aktivieren.';
$lang['google_analytics_code_hint'] = 'Fügen Sie Ihre Google Analytics-Code hinzu, um das Google Analytics tracking auf den Buchungsseiten zu aktivieren.';
$lang['availabilities_type'] = 'Verfügungstyp';
$lang['flexible'] = 'Flexibel';
$lang['fixed'] = 'Fest';
@ -334,17 +302,12 @@ $lang['terms_and_conditions_content'] = 'Allgemeine Geschäftsbedingungen Inhalt
$lang['privacy_policy'] = 'Datenschutzbestimmungen';
$lang['display_privacy_policy'] = 'Datenschutzbestimmungen zeigen';
$lang['privacy_policy_content'] = 'Datenschutzbestimmungen Inhalt';
$lang['website_using_cookies_to_ensure_best_experience'] =
'Diese Website verwendet Cookies, um sicherzustellen, dass Sie die beste Erfahrung auf unserer Website erhalten.';
$lang['read_and_agree_to_terms_and_conditions'] =
'Ich habe die {$link}Allgemeinen Geschäftsbedingungen{/$link} gelesen und stimme ihnen zu.';
$lang['read_and_agree_to_privacy_policy'] =
'Ich habe die {$link}Datenschutzerklärung{/$link} gelesen und stimme ihr zu.';
$lang['delete_personal_information_hint'] =
'Entfernen Sie alle Ihre Termine und persönlichen Informationen aus dem System.';
$lang['website_using_cookies_to_ensure_best_experience'] = 'Diese Website verwendet Cookies, um sicherzustellen, dass Sie die beste Erfahrung auf unserer Website erhalten.';
$lang['read_and_agree_to_terms_and_conditions'] = 'Ich habe die {$link}Allgemeinen Geschäftsbedingungen{/$link} gelesen und stimme ihnen zu.';
$lang['read_and_agree_to_privacy_policy'] = 'Ich habe die {$link}Datenschutzerklärung{/$link} gelesen und stimme ihr zu.';
$lang['delete_personal_information_hint'] = 'Entfernen Sie alle Ihre Termine und persönlichen Informationen aus dem System.';
$lang['delete_personal_information'] = 'Persönliche Informationen löschen';
$lang['delete_personal_information_prompt'] =
'Sind Sie sicher, dass Sie Ihre persönlichen Daten löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.';
$lang['delete_personal_information_prompt'] = 'Sind Sie sicher, dass Sie Ihre persönlichen Daten löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.';
$lang['location'] = 'Ort';
$lang['working_plan_exception'] = 'Arbeitsplan Ausnahme';
$lang['working_plan_exceptions'] = 'Arbeitsplan Ausnahmen';
@ -355,20 +318,15 @@ $lang['working_plan_exception_deleted'] = 'Ausnahme vom Arbeitsplan erfolgreich
$lang['add_working_plan_exceptions_during_each_day'] = 'Ausnahmen vom Arbeitsplan für jeden Tag hinzufügen.';
$lang['add_working_plan_exception'] = 'Ausnahme vom Arbeitsplan hinzufügen';
$lang['require_phone_number'] = 'Telefonnummer benötigt';
$lang['require_phone_number_hint'] =
'Wenn aktiviert, müssen Kunden und Benutzer die Telefonnummer des Kunden beim Buchen eines Termins eingeben';
$lang['check_spam_folder'] =
'Bitte kontrollieren Sie Ihren Spam-Ordner, falls die E-Mail nicht innerhalb weniger Minuten eintrifft.';
$lang['api_token_hint'] =
'Setze einen geheimen Token um die tokenbasierte Authentifizierung für die Easy!Appointments API zu aktivieren.';
$lang['require_phone_number_hint'] = 'Wenn aktiviert, müssen Kunden und Benutzer die Telefonnummer des Kunden beim Buchen eines Termins eingeben';
$lang['check_spam_folder'] = 'Bitte kontrollieren Sie Ihren Spam-Ordner, falls die E-Mail nicht innerhalb weniger Minuten eintrifft.';
$lang['api_token_hint'] = 'Setze einen geheimen Token um die tokenbasierte Authentifizierung für die Easy!Appointments API zu aktivieren.';
$lang['timezone'] = 'Zeitzone';
$lang['overwrite_existing_working_plans'] =
'Dies wird bestehende Arbeitspläne von Anbietern überschreiben. Sind sie sicher?';
$lang['overwrite_existing_working_plans'] = 'Dies wird bestehende Arbeitspläne von Anbietern überschreiben. Sind sie sicher?';
$lang['working_plans_got_updated'] = 'Alle Arbeitspläne wurden aktualisiert.';
$lang['apply_to_all_providers'] = 'Auf alle Anbieter anwenden';
$lang['display_any_provider'] = 'Option zum Anzeigen aller Anbieter';
$lang['display_any_provider_hint'] =
'Es wird eine zusätzliche Option zur Buchungsseite hinzugefügt, die es Kunden ermöglicht zu buchen ohne eine spezifischen Anbieter auszuwählen.';
$lang['display_any_provider_hint'] = 'Es wird eine zusätzliche Option zur Buchungsseite hinzugefügt, die es Kunden ermöglicht zu buchen ohne eine spezifischen Anbieter auszuwählen.';
$lang['load_more'] = 'Mehr laden';
$lang['list'] = 'Liste';
$lang['default'] = 'Standard';
@ -379,24 +337,20 @@ $lang['booking_settings'] = 'Buchungseinstellungen';
$lang['display'] = 'Anzeige';
$lang['require'] = 'Erfordern';
$lang['color'] = 'Farbe';
$lang['matomo_analytics_url_hint'] =
'Fügen Sie die URL zu Ihrer eigenen Matomo-Installation hinzu, um das Matomo-Tracking auf den Buchungsseiten zu ermöglichen.';
$lang['matomo_analytics_url_hint'] = 'Fügen Sie die URL zu Ihrer eigenen Matomo-Installation hinzu, um das Matomo-Tracking auf den Buchungsseiten zu ermöglichen.';
$lang['invalid_phone'] = 'Ungültige Telefonnummer.';
$lang['legal'] = 'Legal';
$lang['business'] = 'Geschäft';
$lang['account'] = 'Konto';
$lang['disable_booking'] = 'Buchung deaktivieren';
$lang['disable_booking_hint'] =
'Solange diese Einstellung aktiv ist, wird die Buchungsseite deaktiviert und Kunden können keine neuen Termine registrieren.';
$lang['disable_booking_hint'] = 'Solange diese Einstellung aktiv ist, wird die Buchungsseite deaktiviert und Kunden können keine neuen Termine registrieren.';
$lang['display_message'] = 'Nachricht anzeigen';
$lang['booking_is_disabled'] = 'Buchung ist deaktiviert!';
$lang['appearance'] = 'Aussehen';
$lang['company_logo'] = 'Firmenlogo';
$lang['company_logo_hint'] =
'Das Firmenlogo wird an vielen Stellen der App angezeigt, unter anderem auf der Buchungsseite und in den Benachrichtigungs-E-Mails (Bilddatei, max. 2 MB).';
$lang['company_logo_hint'] = 'Das Firmenlogo wird an vielen Stellen der App angezeigt, unter anderem auf der Buchungsseite und in den Benachrichtigungs-E-Mails (Bilddatei, max. 2 MB).';
$lang['company_color'] = 'Firmenfarbe';
$lang['company_color_hint'] =
'Die Unternehmensfarbe wird in der gesamten App angewendet, sodass die App Ihr Branding verwendet.';
$lang['company_color_hint'] = 'Die Unternehmensfarbe wird in der gesamten App angewendet, sodass die App Ihr Branding verwendet.';
$lang['localization'] = 'Lokalisierung';
$lang['integrations'] = 'Integrationen';
$lang['company'] = 'Unternehmen';
@ -404,8 +358,7 @@ $lang['remove'] = 'Entfernen';
$lang['login_button'] = 'Anmeldeschaltfläche';
$lang['display_login_button_hint'] = 'Legt fest, ob der Login-Button auf der Buchungsseite angezeigt wird.';
$lang['private'] = 'Privatgelände';
$lang['private_hint'] =
'Private Datensätze werden auf öffentlichen Seiten wie der Buchungsseite nicht angezeigt oder verarbeitet.';
$lang['private_hint'] = 'Private Datensätze werden auf öffentlichen Seiten wie der Buchungsseite nicht angezeigt oder verarbeitet.';
$lang['reset'] = 'Zurücksetzen';
$lang['all'] = 'Alle';
$lang['booking_link'] = 'Buchungslink';
@ -413,8 +366,7 @@ $lang['add_new_event'] = 'Neues Ereignis hinzufügen';
$lang['what_kind_of_event'] = 'Welche Art von Veranstaltung möchten Sie hinzufügen?';
$lang['theme'] = 'Thema';
$lang['limit_customer_access'] = 'Beschränken Sie den Kundenzugriff';
$lang['limit_customer_access_hint'] =
'Wenn diese Option aktiviert ist, können Anbieter und Sekretäre nur auf Kunden zugreifen, mit denen sie einen Termin haben.';
$lang['limit_customer_access_hint'] = 'Wenn diese Option aktiviert ist, können Anbieter und Sekretäre nur auf Kunden zugreifen, mit denen sie einen Termin haben.';
$lang['url'] = 'URL';
$lang['secret_token'] = 'Geheimer Token';
$lang['verify_ssl'] = 'SSL überprüfen';
@ -436,33 +388,26 @@ $lang['admin_save'] = 'Admin-Speicherung';
$lang['admin_delete'] = 'Admin-Löschen';
$lang['options'] = 'Optionen';
$lang['webhooks'] = 'Webhooks';
$lang['webhooks_info'] =
'Mit Webhooks können Sie HTTP-Benachrichtigungen an externe Webanwendungen als Reaktion auf verschiedene Anwendungsereignisse senden, beispielsweise die Erstellung eines Termins oder die Entfernung eines Kunden.';
$lang['integrations_info'] =
'Mithilfe von Integrationen können Sie Verbindungen von Drittanbietern mit externen Anwendungen und APIs herstellen.';
$lang['webhooks_info'] = 'Mit Webhooks können Sie HTTP-Benachrichtigungen an externe Webanwendungen als Reaktion auf verschiedene Anwendungsereignisse senden, beispielsweise die Erstellung eines Termins oder die Entfernung eines Kunden.';
$lang['integrations_info'] = 'Mithilfe von Integrationen können Sie Verbindungen von Drittanbietern mit externen Anwendungen und APIs herstellen.';
$lang['configure'] = 'Konfigurieren';
$lang['google_analytics'] = 'Google Analytics';
$lang['google_analytics_info'] =
'Mit Google Analytics können Sie den Tracking-Code und das HTML-Markup automatisch zur öffentlichen Seite hinzufügen und alle öffentlichen Buchungssitzungen verfolgen.';
$lang['google_analytics_info'] = 'Mit Google Analytics können Sie den Tracking-Code und das HTML-Markup automatisch zur öffentlichen Seite hinzufügen und alle öffentlichen Buchungssitzungen verfolgen.';
$lang['matomo_analytics'] = 'Matomo Analytics';
$lang['matomo_analytics_info'] =
'Mit Matomo Analytics können Sie den Tracking-Code und das HTML-Markup automatisch zur öffentlichen Seite hinzufügen und alle öffentlichen Buchungssitzungen verfolgen.';
$lang['matomo_analytics_info'] = 'Mit Matomo Analytics können Sie den Tracking-Code und das HTML-Markup automatisch zur öffentlichen Seite hinzufügen und alle öffentlichen Buchungssitzungen verfolgen.';
$lang['api'] = 'API';
$lang['api_info'] =
'Mit der API können Sie über das HTTP-Protokoll und die verfügbaren API-Endpunkte mit allen Easy!Appointments-Daten interagieren und Ihre eigenen Integrationen erstellen.';
$lang['api_info'] = 'Mit der API können Sie über das HTTP-Protokoll und die verfügbaren API-Endpunkte mit allen Easy!Appointments-Daten interagieren und Ihre eigenen Integrationen erstellen.';
$lang['google_analytics_code'] = 'Google Analytics-Code';
$lang['matomo_analytics_url'] = 'Matomo Analytics-URL';
$lang['future_booking_limit'] = 'Zukünftiges Buchungslimit';
$lang['limit_days'] = 'Limit (Tage)';
$lang['future_booking_limit_hint'] =
'Legen Sie das zukünftige Limit in Tagen fest, in denen Kunden Termine über die öffentliche Buchungsseite vereinbaren können.';
$lang['future_booking_limit_hint'] = 'Legen Sie das zukünftige Limit in Tagen fest, in denen Kunden Termine über die öffentliche Buchungsseite vereinbaren können.';
$lang['api_token'] = 'API-Token';
$lang['allow_rescheduling_cancellation_before'] = 'Umplanung/Stornierung vorher zulassen';
$lang['at_least_one_field'] = 'Auf der Buchungsseite muss mindestens ein Feld angezeigt werden.';
$lang['status'] = 'Status';
$lang['appointment_status_options'] = 'Optionen für den Terminstatus';
$lang['appointment_status_options_info'] =
'Definieren Sie eine Liste verfügbarer Terminstatusoptionen, die auf der Kalenderseite verwendet werden können (die erste wird automatisch zum Standardwert).';
$lang['appointment_status_options_info'] = 'Definieren Sie eine Liste verfügbarer Terminstatusoptionen, die auf der Kalenderseite verwendet werden können (die erste wird automatisch zum Standardwert).';
$lang['sunday_short'] = 'Son';
$lang['monday_short'] = 'Mon';
$lang['tuesday_short'] = 'Die';
@ -500,7 +445,6 @@ $lang['blocked_period'] = 'Blocked Period';
$lang['blocked_periods'] = 'Blocked Periods';
$lang['blocked_period_save'] = 'Blocked Period Save';
$lang['blocked_period_delete'] = 'Blocked Period Delete';
$lang['blocked_periods_hint'] =
'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['blocked_periods_hint'] = 'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['auxiliary_field'] = 'Auxiliary Field';
// End

View file

@ -38,8 +38,7 @@
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_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.';
@ -49,8 +48,7 @@ $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_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.';

View file

@ -11,8 +11,7 @@
defined('BASEPATH') or exit('No direct script access allowed');
$lang['db_invalid_connection_str'] = 'Αδυναμία να ρυθμιστεί η βάση δεδομένων με τα στοιχεία σύνδεσης που υποβάλλονται.';
$lang['db_unable_to_connect'] =
'Δεν είναι δυνατή η σύνδεση με την βάση δεδομένων σας, παρακαλώ ελέγξτε τα στοιχεία σύνδεσης.';
$lang['db_unable_to_connect'] = 'Δεν είναι δυνατή η σύνδεση με την βάση δεδομένων σας, παρακαλώ ελέγξτε τα στοιχεία σύνδεσης.';
$lang['db_unable_to_select'] = 'Αδυναμία να επιλέξετε την βάση δεδομένων: %s';
$lang['db_unable_to_create'] = 'Αδυναμία δημιουργίας βάσης δεδομένων: %s';
$lang['db_invalid_query'] = 'Λανθασμένο ερώτημα στην βάση δεδομένων.';
@ -27,8 +26,7 @@ $lang['db_unsupported_function'] = 'Αυτή η λειτουργία δεν εί
$lang['db_transaction_failure'] = 'Αποτυχημένη συναλλαγή: Επαναφορά εκτέλεσης.';
$lang['db_unable_to_drop'] = 'Αδυναμία διαγραφής της συγκεκριμένης βάσης δεδομένων.';
$lang['db_unsupported_feature'] = 'Μη υποστηριζόμενη λειτουργία για την βάση δεδομένων που χρησιμοποιείτε.';
$lang['db_unsupported_compression'] =
'Η μορφή συμπίεσης αρχείων που επιλέξατε δεν υποστηρίζεται από το διακομιστή σας.';
$lang['db_unsupported_compression'] = 'Η μορφή συμπίεσης αρχείων που επιλέξατε δεν υποστηρίζεται από το διακομιστή σας.';
$lang['db_filepath_error'] = 'Δεν είναι δυνατή η εγγραφή δεδομένων στην διαδρομή του αρχείου που έχετε υποβάλει.';
$lang['db_invalid_cache_path'] = 'Η διαδρομή της μνήμης cache που υποβάλατε δεν είναι έγκυρη ή εγγράψιμη.';
$lang['db_table_name_required'] = 'Το όνομα του πίνακα απαιτείται για την εν λόγω διαδικασία.';

View file

@ -16,15 +16,11 @@ $lang['email_attachment_missing'] = 'Αδυναμία να εντοπιστεί
$lang['email_attachment_unreadable'] = 'Δεν είναι δυνατό να ανοίξει αυτό το συνημμένο: %s';
$lang['email_no_from'] = 'Δεν μπορείτε να στείλετε email χωρίς την "From" κεφαλίδα.';
$lang['email_no_recipients'] = 'Θα πρέπει να συμπεριλάβετε αποδέκτες: To, Cc, or Bcc';
$lang['email_send_failure_phpmail'] =
'Δεν μπορεί να σταλθεί e-mail χρησιμοποιώντας την PHP mail(). Ο διακομιστής σας δεν έχει ρυθμιστεί για να στέλνει email με αυτήν την μέθοδο.';
$lang['email_send_failure_sendmail'] =
'Δεν μπορεί να σταλθεί e-mail χρησιμοποιώντας την PHP Sendmail. Ο διακομιστής σας δεν έχει ρυθμιστεί για να στέλνει email με αυτήν την μέθοδο.';
$lang['email_send_failure_smtp'] =
'Δεν μπορεί να σταλθεί e-mail χρησιμοποιώντας την PHP SMTP. Ο διακομιστής σας δεν έχει ρυθμιστεί για να στέλνει email με αυτήν την μέθοδο.';
$lang['email_send_failure_phpmail'] = 'Δεν μπορεί να σταλθεί e-mail χρησιμοποιώντας την PHP mail(). Ο διακομιστής σας δεν έχει ρυθμιστεί για να στέλνει email με αυτήν την μέθοδο.';
$lang['email_send_failure_sendmail'] = 'Δεν μπορεί να σταλθεί e-mail χρησιμοποιώντας την PHP Sendmail. Ο διακομιστής σας δεν έχει ρυθμιστεί για να στέλνει email με αυτήν την μέθοδο.';
$lang['email_send_failure_smtp'] = 'Δεν μπορεί να σταλθεί e-mail χρησιμοποιώντας την PHP SMTP. Ο διακομιστής σας δεν έχει ρυθμιστεί για να στέλνει email με αυτήν την μέθοδο.';
$lang['email_sent'] = 'Το μήνυμά σας έχει σταλεί με επιτυχία χρησιμοποιώντας το ακόλουθο πρωτόκολλο: %s';
$lang['email_no_socket'] =
'Δεν είναι δυνατό να ανοίξει μια υποδοχή με το Sendmail. Παρακαλώ ελέγξτε τις ρυθμίσεις του.';
$lang['email_no_socket'] = 'Δεν είναι δυνατό να ανοίξει μια υποδοχή με το Sendmail. Παρακαλώ ελέγξτε τις ρυθμίσεις του.';
$lang['email_no_hostname'] = 'Δεν καθορίσατε ένα όνομα SMTP.';
$lang['email_smtp_error'] = 'Το ακόλουθο σφάλμα SMTP έχει εμφανιστεί: %s';
$lang['email_no_smtp_unpw'] = 'Σφάλμα: Θα πρέπει να ορίσετε ένα όνομα χρήστη και κωδικό πρόσβασης SMTP.';

View file

@ -49,10 +49,8 @@ $lang['form_validation_max_length'] = 'The {field} field cannot exceed {param} c
$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_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.';
@ -61,14 +59,11 @@ $lang['form_validation_matches'] = 'The {field} field does not match the {param}
$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_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_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}.';

View file

@ -37,8 +37,7 @@
*/
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_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.';

View file

@ -39,23 +39,16 @@ 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_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_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_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.';

View file

@ -9,8 +9,7 @@ $lang['minutes'] = 'Λεπτά';
$lang['price'] = 'Τιμή';
$lang['back'] = 'Πίσω';
$lang['appointment_date_and_time'] = 'Ημερομηνία & Ώρα Ραντεβού';
$lang['no_available_hours'] =
'Δεν υπάρχουν διαθέσιμες ώρες ραντεβού για την επιλεγμένη ημερομηνία. Παρακαλώ επιλέξτε άλλη ημερομηνία.';
$lang['no_available_hours'] = 'Δεν υπάρχουν διαθέσιμες ώρες ραντεβού για την επιλεγμένη ημερομηνία. Παρακαλώ επιλέξτε άλλη ημερομηνία.';
$lang['appointment_hour_missing'] = 'Παρακαλώ επιλέξτε μια ημερομηνία ραντεβού πριν συνεχίσετε.';
$lang['customer_information'] = 'Πληροφορίες Πελάτη';
$lang['first_name'] = 'Όνομα';
@ -28,8 +27,7 @@ $lang['fields_are_required'] = 'Τα πεδία με * είναι υποχρεω
$lang['appointment_confirmation'] = 'Επιβεβαίωση Ραντεβού';
$lang['confirm'] = 'Επιβεβαίωση';
$lang['update'] = 'Ενημέρωση';
$lang['cancel_appointment_hint'] =
'Πιέστε το κουμπί "Ακύρωση" για να διαγράψετε το ραντεβού από το πλάνο της εταιρείας.';
$lang['cancel_appointment_hint'] = 'Πιέστε το κουμπί "Ακύρωση" για να διαγράψετε το ραντεβού από το πλάνο της εταιρείας.';
$lang['cancel'] = 'Άκυρο';
$lang['appointment_registered'] = 'Το ραντεβού σας καταχωρήθηκε επιτυχώς.';
$lang['cancel_appointment_title'] = 'Ακύρωση Ραντεβού';
@ -40,8 +38,7 @@ $lang['appointment_removed_from_schedule'] = 'Αυτό το ραντεβού δ
$lang['appointment_details_was_sent_to_you'] = 'Ένα email με τις λεπτομέρειες του ραντεβού έχει σταλεί σε εσάς.';
$lang['add_to_google_calendar'] = 'Προσθήκη στο Google Calendar';
$lang['appointment_booked'] = 'Το ραντεβού σας κρατήθηκε επιτυχώς.';
$lang['thank_you_for_appointment'] =
'Ευχαριστούμε για την κράτηση ραντεβού με εμάς. Παρακάτω μπορείτε να δείτε τις λεπτομέρειες του ραντεβού. Πραγματοποιείστε αλλαγές ακολουθώντας τον σύνδεσμο του ραντεβού.';
$lang['thank_you_for_appointment'] = 'Ευχαριστούμε για την κράτηση ραντεβού με εμάς. Παρακάτω μπορείτε να δείτε τις λεπτομέρειες του ραντεβού. Πραγματοποιείστε αλλαγές ακολουθώντας τον σύνδεσμο του ραντεβού.';
$lang['appointment_details_title'] = 'Λεπτομέρειες Ραντεβού';
$lang['customer_details_title'] = 'Λεπτομέρειες Πελάτη';
$lang['service'] = 'Υπηρεσία';
@ -59,8 +56,7 @@ $lang['appointment_link_description'] = 'Μπορείτε να πραγματο
$lang['appointment_locked'] = 'Αδύνατη η τροποποίηση.';
$lang['appointment_locked_message'] = 'Το ραντεβού δεν μπορεί να αλλάξει σε διάστημα λιγότερο πριν από {$limit} ώρες.';
$lang['appointment_not_found'] = 'Το Ραντεβού Δεν Βρέθηκε.';
$lang['appointment_does_not_exist_in_db'] =
'Το ραντεβού που ζητήσατε δεν υπάρχει πλέον στην βάση δεδομένων του συστήματος.';
$lang['appointment_does_not_exist_in_db'] = 'Το ραντεβού που ζητήσατε δεν υπάρχει πλέον στην βάση δεδομένων του συστήματος.';
$lang['display_calendar'] = 'Προβολή Ημερολογίου';
$lang['calendar'] = 'Ημερολόγιο';
$lang['users'] = 'Χρήστες';
@ -82,18 +78,15 @@ $lang['add'] = 'Προσθήκη';
$lang['edit'] = 'Επεξεργασία';
$lang['hello'] = 'Χαίρετε';
$lang['all_day'] = 'Ολοήμερο';
$lang['manage_appointment_record_hint'] =
'Διαχειριστείτε όλες τις εγγραφές ραντεβού των διαθέσιμων παρόχων και υπηρεσιών.';
$lang['manage_appointment_record_hint'] = 'Διαχειριστείτε όλες τις εγγραφές ραντεβού των διαθέσιμων παρόχων και υπηρεσιών.';
$lang['select_filter_item_hint'] = 'Επιλέξτε τον πάροχο ή την υπηρεσία και δείτε τα ραντεβού στο ημερολόγιο.';
$lang['enable_appointment_sync_hint'] =
'Ενεργοποιείστε τον συγχρονισμό ραντεβού με τον λογαριασμό Google Calendar του παρόχου.';
$lang['enable_appointment_sync_hint'] = 'Ενεργοποιείστε τον συγχρονισμό ραντεβού με τον λογαριασμό Google Calendar του παρόχου.';
$lang['manage_customers_hint'] = 'Διαχειριστείτε τους καταχωρημένους πελάτες και δείτε το ιστορικό των κρατήσεών τους.';
$lang['manage_services_hint'] = 'Διαχειριστείτε όλες τις διαθέσιμες υπηρεσίες και κατηγορίες του συστήματος.';
$lang['manage_users_hint'] = 'Διαχειριστείτε τους χρήστες του backend (διαχειριστές, πάροχοι, γραμματείς).';
$lang['settings_hint'] = 'Επεξεργαστείτε τις ρυθμίσεις του συστήματος ή του τρέχοντος χρήστη.';
$lang['log_out_hint'] = 'Αποσυνδεθείτε από το σύστημα.';
$lang['unavailability_periods_hint'] =
'Κατά την διάρκεια των μη διαθέσιμων διαστημάτων οι πάροχοι δε θα δέχονται νέα ραντεβού.';
$lang['unavailability_periods_hint'] = 'Κατά την διάρκεια των μη διαθέσιμων διαστημάτων οι πάροχοι δε θα δέχονται νέα ραντεβού.';
$lang['new_appointment_hint'] = 'Δημιουργείστε ένα νέο ραντεβού και αποθηκεύστε το στην βάση δεδομένων.';
$lang['reload_appointments_hint'] = 'Επαναφορτώστε τα ραντεβού του ημερολογίου.';
$lang['trigger_google_sync_hint'] = 'Εκκινήστε την διαδικασία συγχρονισμού με το Google Calendar.';
@ -111,8 +104,7 @@ $lang['pick_existing_customer_hint'] = 'Επιλογή ενός υπάρχοντ
$lang['new_appointment_title'] = 'Νέο Ραντεβού';
$lang['edit_appointment_title'] = 'Επεξεργασία Ραντεβού';
$lang['delete_appointment_title'] = 'Διαγραφή Ραντεβού';
$lang['write_appointment_removal_reason'] =
'Παρακαλώ πάρτε λίγο χρόνο για να γράψετε τον λόγο για τον οποίο διαγράφετε το ραντεβού.';
$lang['write_appointment_removal_reason'] = 'Παρακαλώ πάρτε λίγο χρόνο για να γράψετε τον λόγο για τον οποίο διαγράφετε το ραντεβού.';
$lang['appointment_saved'] = 'Το ραντεβού αποθηκεύτηκε επιτυχώς.';
$lang['new_unavailability_title'] = 'Νέα Μη Διαθέσιμη Περίοδος';
$lang['edit_unavailability_title'] = 'Επεξεργασία Μη Διαθέσιμης Περιόδου';
@ -164,8 +156,7 @@ $lang['friday'] = 'Παρασκευή';
$lang['saturday'] = 'Σάββατο';
$lang['sunday'] = 'Κυριακή';
$lang['breaks'] = 'Διαλείμματα';
$lang['add_breaks_during_each_day'] =
'Προσθέστε τα εργασιακά διαλείμματα στην ημέρα που αντιστοιχούν. Κατά την διάρκεια των διαλειμμάτων οι πάροχοι δεν θα αποδέχονται ραντεβού.';
$lang['add_breaks_during_each_day'] = 'Προσθέστε τα εργασιακά διαλείμματα στην ημέρα που αντιστοιχούν. Κατά την διάρκεια των διαλειμμάτων οι πάροχοι δεν θα αποδέχονται ραντεβού.';
$lang['day'] = 'Ημέρα';
$lang['days'] = 'Ημέρες';
$lang['actions'] = 'Ενέργειες';
@ -173,11 +164,9 @@ $lang['reset_working_plan_hint'] = 'Επαναφορά του πλάνου ερ
$lang['company_name'] = 'Όνομα Εταιρείας';
$lang['company_name_hint'] = 'Το όνομα της εταιρείας θα εμφανίζεται παντού στο σύστημα (απαιτείται).';
$lang['company_email'] = 'Email Εταιρείας';
$lang['company_email_hint'] =
'Αυτή θα είναι η ηλεκτρονική διεύθυνση της εταιρείας. Θα χρησιμοποιείται ως η διεύθυνση του αποστολέα για τα email του συστήματος (απαιτείται).';
$lang['company_email_hint'] = 'Αυτή θα είναι η ηλεκτρονική διεύθυνση της εταιρείας. Θα χρησιμοποιείται ως η διεύθυνση του αποστολέα για τα email του συστήματος (απαιτείται).';
$lang['company_link'] = 'Σύνδεσμος Εταιρείας';
$lang['company_link_hint'] =
'Ο σύνδεσμος εταιρείας θα πρέπει να δείχνει στην επίσημη ιστοσελίδα της εταιρείας (απαιτείται).';
$lang['company_link_hint'] = 'Ο σύνδεσμος εταιρείας θα πρέπει να δείχνει στην επίσημη ιστοσελίδα της εταιρείας (απαιτείται).';
$lang['go_to_booking_page'] = 'Πλοήγηση Στην Σελίδα Κράτησης';
$lang['settings_saved'] = 'Οι ρυθμίσεις αποθηκεύτηκαν επιτυχώς.';
$lang['general'] = 'Γενικά';
@ -187,29 +176,22 @@ $lang['hidden'] = 'Κρυμμένος';
$lang['business_logic'] = 'Επιχειρηματική Λογική';
$lang['current_user'] = 'Τρέχων Χρήστης';
$lang['about_app'] = 'Σχετικά με το Easy!Appointments';
$lang['edit_working_plan_hint'] =
'Σημειώστε παρακάτω τις μέρες και ώρες στις οποίες η εταιρεία θα δέχεται τα ραντεβού. Θα είστε σε θέση να τοποθετήσετε ραντεβού σε μη εργάσιμες ώρες αλλά οι πελάτες δεν θα μπορούν από μόνοι τους να κάνουν κράτηση σε μη εργάσιμες χρονικές περιόδους. Αυτό το πλάνο εργασίας θα είναι η προεπιλεγμένη ρύθμιση για όλες τις νέες εγγραφές παρόχων υπηρεσιών αλλά θα είστε σε θέση να αλλάξετε το πλάνο του κάθε παρόχου ξεχωριστά, επεξεργάζοντας την εγγραφή του. Μετά από αυτήν την διαδικασία προσθέστε τα διαστήματα τα οποία αντιστοιχούν στα διαλείμματα.';
$lang['edit_breaks_hint'] =
'Προσθέστε τα εργασιακά διαλείμματα στην ημέρα που αντιστοιχούν. Αυτά τα διαλείμματα θα εφαρμόζονται σε όλους τους νέους παρόχους.';
$lang['edit_working_plan_hint'] = 'Σημειώστε παρακάτω τις μέρες και ώρες στις οποίες η εταιρεία θα δέχεται τα ραντεβού. Θα είστε σε θέση να τοποθετήσετε ραντεβού σε μη εργάσιμες ώρες αλλά οι πελάτες δεν θα μπορούν από μόνοι τους να κάνουν κράτηση σε μη εργάσιμες χρονικές περιόδους. Αυτό το πλάνο εργασίας θα είναι η προεπιλεγμένη ρύθμιση για όλες τις νέες εγγραφές παρόχων υπηρεσιών αλλά θα είστε σε θέση να αλλάξετε το πλάνο του κάθε παρόχου ξεχωριστά, επεξεργάζοντας την εγγραφή του. Μετά από αυτήν την διαδικασία προσθέστε τα διαστήματα τα οποία αντιστοιχούν στα διαλείμματα.';
$lang['edit_breaks_hint'] = 'Προσθέστε τα εργασιακά διαλείμματα στην ημέρα που αντιστοιχούν. Αυτά τα διαλείμματα θα εφαρμόζονται σε όλους τους νέους παρόχους.';
$lang['book_advance_timeout'] = 'Χρονικό Όριο Πριν Από Κράτηση';
$lang['book_advance_timeout_hint'] =
'Ορίστε το χρονικό περιθώριο (σε λεπτά) πριν οι πελάτες να μπορέσουν να κρατήσουν ή να τροποποιήσουν τα ραντεβού με την εταιρεία.';
$lang['book_advance_timeout_hint'] = 'Ορίστε το χρονικό περιθώριο (σε λεπτά) πριν οι πελάτες να μπορέσουν να κρατήσουν ή να τροποποιήσουν τα ραντεβού με την εταιρεία.';
$lang['timeout_minutes'] = 'Χρονικό Όριο (Λεπτά)';
$lang['about_app_info'] =
'Το Easy!Appointments είναι μια εξαιρετικά προσαρμόσιμη διαδικτυακή εφαρμογή η οποία επιτρέπει στους πελάτες σας να κλείνουν ραντεβού με εσάς μέσω του διαδικτύου. Επιπλέον παρέχει την δυνατότητα να συγχρονίσετε τα δεδομένα σας με το Google Calendar έτσι ώστε να μπορέσετε να τα χρησιμοποιήσετε με άλλες υπηρεσίες.';
$lang['about_app_info'] = 'Το Easy!Appointments είναι μια εξαιρετικά προσαρμόσιμη διαδικτυακή εφαρμογή η οποία επιτρέπει στους πελάτες σας να κλείνουν ραντεβού με εσάς μέσω του διαδικτύου. Επιπλέον παρέχει την δυνατότητα να συγχρονίσετε τα δεδομένα σας με το Google Calendar έτσι ώστε να μπορέσετε να τα χρησιμοποιήσετε με άλλες υπηρεσίες.';
$lang['current_version'] = 'Τρέχουσα Έκδοση';
$lang['support'] = 'Υποστήριξη';
$lang['about_app_support'] =
'Αν αντιμετωπίσετε προβλήματα κατά την χρήση του Easy!Appointments μπορείτε να ψάξετε το επίσημο Google Group για απαντήσεις. Μπορείτε επίσης να δημιουργήσετε ένα νέο θέμα στην σελίδα Google Code έτσι ώστε να βοηθήσετε την πρόοδο της ανάπτυξης.';
$lang['about_app_support'] = 'Αν αντιμετωπίσετε προβλήματα κατά την χρήση του Easy!Appointments μπορείτε να ψάξετε το επίσημο Google Group για απαντήσεις. Μπορείτε επίσης να δημιουργήσετε ένα νέο θέμα στην σελίδα Google Code έτσι ώστε να βοηθήσετε την πρόοδο της ανάπτυξης.';
$lang['official_website'] = 'Επίσημη Ιστοσελίδα';
$lang['google_plus_community'] = 'Google+ Κοινότητα';
$lang['support_group'] = 'Group Υποστήριξης';
$lang['project_issues'] = 'Ζητήματα Έργου';
$lang['license'] = 'Άδεια Χρήσης';
$lang['about_app_license'] =
'Το Easy!Appointments έχει αδειοδοτηθεί υπό την άδεια χρήσης GPLv3. Χρησιμοποιώντας τον κώδικα του Easy!Appointents με οποιονδήποτε τρόπο συμφωνείτε με τους όρους που περιγράφονται στον ακόλουθο σύνδεσμο:';
$lang['logout_success'] =
'Έχετε αποσυνδεθεί επιτυχώς! Πατήστε σε κάποιο από τα ακόλουθα κουμπιά για να πλοηγηθείτε σε άλλη σελίδα.';
$lang['about_app_license'] = 'Το Easy!Appointments έχει αδειοδοτηθεί υπό την άδεια χρήσης GPLv3. Χρησιμοποιώντας τον κώδικα του Easy!Appointents με οποιονδήποτε τρόπο συμφωνείτε με τους όρους που περιγράφονται στον ακόλουθο σύνδεσμο:';
$lang['logout_success'] = 'Έχετε αποσυνδεθεί επιτυχώς! Πατήστε σε κάποιο από τα ακόλουθα κουμπιά για να πλοηγηθείτε σε άλλη σελίδα.';
$lang['book_appointment_title'] = 'Κράτηση Ραντεβού';
$lang['backend_section'] = 'Τμήμα Backend';
$lang['you_need_to_login'] = 'Καλώς ήρθατε! Θα χρειαστεί να συνδεθείτε για να δείτε τις σελίδες του backend.';
@ -218,17 +200,14 @@ $lang['enter_password_here'] = 'Εισάγετε τον κωδικό σας εδ
$lang['login'] = 'Σύνδεση';
$lang['forgot_your_password'] = 'Ξεχάσατε τον κωδικό σας;';
$lang['login_failed'] = 'Η σύνδεση απέτυχε, παρακαλώ εισάγετε τα σωστά στοιχεία σύνδεσης και δοκιμάστε ξανά.';
$lang['type_username_and_email_for_new_password'] =
'Εισάγετε το όνομα χρήστη και την διεύθυνση email για να λάβετε τον καινούργιο κωδικό πρόσβασης.';
$lang['type_username_and_email_for_new_password'] = 'Εισάγετε το όνομα χρήστη και την διεύθυνση email για να λάβετε τον καινούργιο κωδικό πρόσβασης.';
$lang['enter_email_here'] = 'Εισάγετε το email σας εδώ ...';
$lang['regenerate_password'] = 'Παραγωγή Κωδικού';
$lang['go_to_login'] = 'Πλοήγηση Πίσω Στην Σελίδα Σύνδεσης';
$lang['new_password_sent_with_email'] = 'Ο νέος σας κωδικός έχει αποσταλεί με email.';
$lang['new_account_password'] = 'Νέος Κωδικός Λογαριασμού';
$lang['new_password_is'] =
'Ο νέος κωδικός του λογαριασμού σας είναι $password. Παρακαλώ αποθηκεύστε αυτό το email για να μπορείτε να ξαναβρείτε τον κωδικό αν είναι απαραίτητο. Μπορείτε επίσης να αλλάξετε αυτόν τον κωδικό με έναν καινούργιο στην σελίδα των ρυθμίσεων.';
$lang['delete_record_prompt'] =
'Είστε σίγουρος ότι θέλετε να διαγράψετε αυτήν την εγγραφή; Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.';
$lang['new_password_is'] = 'Ο νέος κωδικός του λογαριασμού σας είναι $password. Παρακαλώ αποθηκεύστε αυτό το email για να μπορείτε να ξαναβρείτε τον κωδικό αν είναι απαραίτητο. Μπορείτε επίσης να αλλάξετε αυτόν τον κωδικό με έναν καινούργιο στην σελίδα των ρυθμίσεων.';
$lang['delete_record_prompt'] = 'Είστε σίγουρος ότι θέλετε να διαγράψετε αυτήν την εγγραφή; Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.';
$lang['delete_admin'] = 'Διαγραφή Διαχειριστή';
$lang['delete_customer'] = 'Διαγραφή Πελάτη';
$lang['delete_service'] = 'Διαγραφή Υπηρεσίας';
@ -242,19 +221,16 @@ $lang['unexpected_issues'] = 'Απροσδόκητα Ζητήματα';
$lang['unexpected_issues_message'] = 'Η διαδικασία δεν μπόρεσε να ολοκληρωθεί λόγω απροσδόκητων ζητημάτων.';
$lang['close'] = 'Κλείσιμο';
$lang['page_not_found'] = 'Η Σελίδα Δεν Βρέθηκε';
$lang['page_not_found_message'] =
'Δυστυχώς η σελίδα που ζητήσατε δεν υπάρχει. Παρακαλώ ελέγξτε την διεύθυνση του περιηγητή σας ή πηγαίνετε σε κάποια από τις παρακάτω τοποθεσίες.';
$lang['page_not_found_message'] = 'Δυστυχώς η σελίδα που ζητήσατε δεν υπάρχει. Παρακαλώ ελέγξτε την διεύθυνση του περιηγητή σας ή πηγαίνετε σε κάποια από τις παρακάτω τοποθεσίες.';
$lang['error'] = 'Σφάλμα';
$lang['no_privileges'] = 'Ανεπαρκή Δικαιώματα';
$lang['no_privileges_message'] =
'Δεν έχετε τα απαραίτητα δικαιώματα για να δείτε αυτήν την σελίδα. Παρακαλώ πλοηγηθείτε σε κάποιο άλλο τμήμα.';
$lang['no_privileges_message'] = 'Δεν έχετε τα απαραίτητα δικαιώματα για να δείτε αυτήν την σελίδα. Παρακαλώ πλοηγηθείτε σε κάποιο άλλο τμήμα.';
$lang['backend_calendar'] = 'Ημερολόγιο Backend';
$lang['start_date_time'] = 'Ημ. / Ώρα Έναρξης';
$lang['end_date_time'] = 'Ημ. / Ώρα Λήξης';
$lang['licensed_under'] = 'Σύμφωνα Με Την Άδεια';
$lang['unexpected_issues_occurred'] = 'Παρουσιάστηκαν απροσδόκητα προβλήματα.';
$lang['service_communication_error'] =
'Παρουσιάστηκε σφάλμα κατά την επικοινωνία με τον διακομιστή, παρακαλώ προσπαθήστε ξανά.';
$lang['service_communication_error'] = 'Παρουσιάστηκε σφάλμα κατά την επικοινωνία με τον διακομιστή, παρακαλώ προσπαθήστε ξανά.';
$lang['no_privileges_edit_appointments'] = 'Δεν έχετε τα απαραίτητα δικαιώματα για να επεξεργαστείτε ραντεβού.';
$lang['unavailability_updated'] = 'Η μη διαθέσιμη περίοδος ενημερώθηκε επιτυχώς.';
$lang['appointments'] = 'Ραντεβού';
@ -268,8 +244,7 @@ $lang['password_length_notice'] = 'Ο κωδικός θα πρέπει να εί
$lang['general_settings'] = 'Γενικές Ρυθμίσεις';
$lang['personal_information'] = 'Προσωπικές Πληροφορίες';
$lang['system_login'] = 'Σύνδεση Στο Σύστημα';
$lang['user_settings_are_invalid'] =
'Οι ρυθμίσεις του χρήστη δεν είναι έγκυρες. Παρακαλώ ελέγξτε τις ρυθμίσεις και προσπαθήστε ξανά.';
$lang['user_settings_are_invalid'] = 'Οι ρυθμίσεις του χρήστη δεν είναι έγκυρες. Παρακαλώ ελέγξτε τις ρυθμίσεις και προσπαθήστε ξανά.';
$lang['add_break'] = 'Προσθήκη Διαλείμματος';
$lang['january'] = 'Ιανουάριος';
$lang['february'] = 'Φεβρουάριος';
@ -291,34 +266,27 @@ $lang['time'] = 'Χρόνος';
$lang['hour'] = 'Ώρα';
$lang['minute'] = 'Λεπτά';
$lang['google_sync_completed'] = 'Ο συγχρονισμός με την Google ολοκληρώθηκε επιτυχώς.';
$lang['google_sync_failed'] =
'Ο συγχρονισμός με την Google απέτυχε: Δεν μπόρεσε να πραγματοποιηθεί σύνδεση με τον server.';
$lang['google_sync_failed'] = 'Ο συγχρονισμός με την Google απέτυχε: Δεν μπόρεσε να πραγματοποιηθεί σύνδεση με τον server.';
$lang['select_google_calendar'] = 'Επιλογή Ημερολογίου της Google';
$lang['select_google_calendar_prompt'] =
'Επιλέξτε το ημερολόγιο στο οποίο θέλετε να συγχρονίζεται τα ραντεβού σας. Εάν δεν θελήσετε να επιλέξετε ένα συγκεκριμένο ημερολόγιο θα χρησιμοποιηθεί το προεπιλεγμένο.';
$lang['select_google_calendar_prompt'] = 'Επιλέξτε το ημερολόγιο στο οποίο θέλετε να συγχρονίζεται τα ραντεβού σας. Εάν δεν θελήσετε να επιλέξετε ένα συγκεκριμένο ημερολόγιο θα χρησιμοποιηθεί το προεπιλεγμένο.';
$lang['google_calendar_selected'] = 'Το ημερολόγιο της Google επιλέχθηκε επιτυχώς.';
$lang['oops_something_went_wrong'] = 'Ώχ! Κάτι πήγε στραβά.';
$lang['could_not_add_to_google_calendar'] =
'Το ραντεβού σας δεν μπόρεσε να προστεθεί στον λογαριασμό σας στο Google Calendar.';
$lang['could_not_add_to_google_calendar'] = 'Το ραντεβού σας δεν μπόρεσε να προστεθεί στον λογαριασμό σας στο Google Calendar.';
$lang['ea_update_success'] = 'Το Easy!Appointments ενημερώθηκε με επιτυχία.';
$lang['require_captcha'] = 'Απαίτηση CAPTCHA';
$lang['require_captcha_hint'] =
'Όταν είναι ενεργοποιημένο, οι πελάτες θα χρειαστεί να πληκτρολογήσουν μια τυχαία παραγόμενη συμβολοσειρά CAPTCHA πριν κλείσουν/αποθηκεύσουν ένα ραντεβού.';
$lang['require_captcha_hint'] = 'Όταν είναι ενεργοποιημένο, οι πελάτες θα χρειαστεί να πληκτρολογήσουν μια τυχαία παραγόμενη συμβολοσειρά CAPTCHA πριν κλείσουν/αποθηκεύσουν ένα ραντεβού.';
$lang['captcha_is_wrong'] = 'Η επαλήθευση του CAPTCHA απέτυχε, παρακαλώ δοκιμάστε πάλι.';
$lang['any_provider'] = 'Οποιοσδήποτε Πάροχος';
$lang['requested_hour_is_unavailable'] =
'Το απαιτούμενο ραντεβού δεν είναι δυστυχώς διαθέσιμο. Παρακαλώ επιλέξτε κάποια άλλη ώρα για το ραντεβού σας.';
$lang['requested_hour_is_unavailable'] = 'Το απαιτούμενο ραντεβού δεν είναι δυστυχώς διαθέσιμο. Παρακαλώ επιλέξτε κάποια άλλη ώρα για το ραντεβού σας.';
$lang['customer_notifications'] = 'Ειδοποιήσεις Πελατών';
$lang['customer_notifications_hint'] =
'Ορίζει αν οι πελάτες θα λαμβάνουν ειδοποιήσεις μέσω email κάθε φορά που θα υπαχει μια αλλαγή σε κάποιο από τα ραντεβού τους.';
$lang['customer_notifications_hint'] = 'Ορίζει αν οι πελάτες θα λαμβάνουν ειδοποιήσεις μέσω email κάθε φορά που θα υπαχει μια αλλαγή σε κάποιο από τα ραντεβού τους.';
$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 Code σας για να ενεργοποιήσετε το Google Analytics tracking στις σελίδες κράτησης.';
$lang['google_analytics_code_hint'] = 'Προσθέστε τον Google Analytics Code σας για να ενεργοποιήσετε το Google Analytics tracking στις σελίδες κράτησης.';
$lang['availabilities_type'] = 'Τύπος Διαθεσιμοτήτων';
$lang['flexible'] = 'Ευέλικτος';
$lang['fixed'] = 'Σταθερός';
@ -334,15 +302,12 @@ $lang['terms_and_conditions_content'] = 'Περιεχόμενο Όρων & Πρ
$lang['privacy_policy'] = 'Πολιτική Απορρήτου';
$lang['display_privacy_policy'] = 'Εμφάνιση Πολιτική Απορρήτου';
$lang['privacy_policy_content'] = 'Περιεχόμενο Πολιτικής Απορρήτου';
$lang['website_using_cookies_to_ensure_best_experience'] =
'Αυτή η ιστοσελίδα χρησιμοποιεί cookies για την παροχή της καλύτερης δυνατής εμπειρίας χρήστη.';
$lang['website_using_cookies_to_ensure_best_experience'] = 'Αυτή η ιστοσελίδα χρησιμοποιεί cookies για την παροχή της καλύτερης δυνατής εμπειρίας χρήστη.';
$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_hint'] = 'Κατάργηση όλων των ραντεβού σας και των προσωπικών σας πληροφοριών από το σύστημα.';
$lang['delete_personal_information'] = 'Διαγραφή Προσωπικών Πληροφοριών';
$lang['delete_personal_information_prompt'] =
'Είστε σίγουρος ότι θέλετε να διαγράψετε τις προσωπικές σας πληροφορίες; Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.';
$lang['delete_personal_information_prompt'] = 'Είστε σίγουρος ότι θέλετε να διαγράψετε τις προσωπικές σας πληροφορίες; Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.';
$lang['location'] = 'Τοποθεσία';
$lang['working_plan_exception'] = 'Εξαιρέση Πλάνου Εργασίας';
$lang['working_plan_exceptions'] = 'Εξαιρέσεις Πλάνου Εργασίας';
@ -350,23 +315,18 @@ $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_exceptions_during_each_day'] = 'Προσθέστε μια εξαίρεση πλάνου εργασίας, εκτός του κανικού πλάνου εργασίας.';
$lang['add_working_plan_exception'] = 'Προσθήκη Εξαίρεσης Πλάνου Εργασίας';
$lang['require_phone_number'] = 'Απαίτηση Αριθμού Τηλεφώνου';
$lang['require_phone_number_hint'] =
'Όταν ενεργοποιημένο, οι πελάτες και οι χρήστες θα χρειαστούν να καταχωρήσουν τον τηλεφωνικό αριθμό του πελάτη κατα την διάρκεια της κράτησης ραντεβού.';
$lang['require_phone_number_hint'] = 'Όταν ενεργοποιημένο, οι πελάτες και οι χρήστες θα χρειαστούν να καταχωρήσουν τον τηλεφωνικό αριθμό του πελάτη κατα την διάρκεια της κράτησης ραντεβού.';
$lang['check_spam_folder'] = 'Παρακαλώ ελέγξτε τον φάκελο spam εφόσον το ηλεκτρονικό μήνυμα δεν έχει ληφθεί.';
$lang['api_token_hint'] =
'Καταχωρήστε εναν μυστικό κωδικό για να μπορέσετε να ενεργοποιήσετε την token-based πιστοποίηση του Easy!Appointments API.';
$lang['api_token_hint'] = 'Καταχωρήστε εναν μυστικό κωδικό για να μπορέσετε να ενεργοποιήσετε την token-based πιστοποίηση του Easy!Appointments API.';
$lang['timezone'] = 'Ζώνη Ώρας';
$lang['overwrite_existing_working_plans'] =
'Αυτό θα αντικαταστήσει το υπάρχον πλάνο εργασίας του παρόχου, είστε σίγουρος ότι θέλετε να συνεχίσετε;';
$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['display_any_provider_hint'] = 'Η σελίδα κράτησης θα εμφανίσει μια επιπλέον επιλογή η οποία θα επιτρέπει στους πελάτης να κάνουν κρατήσεις, χωρίς να επιλέξουν κάποιο πάροχο.';
$lang['load_more'] = 'Φόρτωση Περισσότερων';
$lang['list'] = 'Λίστα';
$lang['default'] = 'Προεπιλεγμένο';
@ -377,21 +337,18 @@ $lang['booking_settings'] = 'Booking Settings';
$lang['display'] = 'Display';
$lang['require'] = 'Require';
$lang['color'] = 'Color';
$lang['matomo_analytics_url_hint'] =
'Add the URL to your own Matomo installation to enable Matomo tracking on the booking pages.';
$lang['matomo_analytics_url_hint'] = 'Add the URL to your own Matomo installation to enable Matomo tracking on the booking pages.';
$lang['invalid_phone'] = 'Invalid phone number.';
$lang['legal'] = 'Legal';
$lang['business'] = 'Business';
$lang['account'] = 'Account';
$lang['disable_booking'] = 'Disable Booking';
$lang['disable_booking_hint'] =
'The booking page will be disabled for as long as this setting is active and customers will not be able to register new appointments.';
$lang['disable_booking_hint'] = 'The booking page will be disabled for as long as this setting is active and customers will not be able to register new appointments.';
$lang['display_message'] = 'Display Message';
$lang['booking_is_disabled'] = 'Booking Is Disabled!';
$lang['appearance'] = 'Appearance';
$lang['company_logo'] = 'Company Logo';
$lang['company_logo_hint'] =
'The company logo will be displayed in many places of the app, including the booking page and the notification emails (image file, max 2MB).';
$lang['company_logo_hint'] = 'The company logo will be displayed in many places of the app, including the booking page and the notification emails (image file, max 2MB).';
$lang['company_color'] = 'Company Color';
$lang['company_color_hint'] = 'The company color will be applied across the app so that it the app uses your branding.';
$lang['localization'] = 'Localization';
@ -409,8 +366,7 @@ $lang['add_new_event'] = 'Add New Event';
$lang['what_kind_of_event'] = 'What kind of event would you like to add?';
$lang['theme'] = 'Theme';
$lang['limit_customer_access'] = 'Limit Customer Access';
$lang['limit_customer_access_hint'] =
'If enabled, providers and secretaries will only be able to access customers they have an appointment with.';
$lang['limit_customer_access_hint'] = 'If enabled, providers and secretaries will only be able to access customers they have an appointment with.';
$lang['url'] = 'URL';
$lang['secret_token'] = 'Secret Token';
$lang['verify_ssl'] = 'Verify SSL';
@ -432,33 +388,26 @@ $lang['admin_save'] = 'Admin Save';
$lang['admin_delete'] = 'Admin Delete';
$lang['options'] = 'Options';
$lang['webhooks'] = 'Webhooks';
$lang['webhooks_info'] =
'Webhooks enable you to send HTTP notifications to external web applications in response to various application events, such as the creation of an appointment or the removal of a customer.';
$lang['integrations_info'] =
'Integrations enable you to make third-party connections with external applications and APIs.';
$lang['webhooks_info'] = 'Webhooks enable you to send HTTP notifications to external web applications in response to various application events, such as the creation of an appointment or the removal of a customer.';
$lang['integrations_info'] = 'Integrations enable you to make third-party connections with external applications and APIs.';
$lang['configure'] = 'Configure';
$lang['google_analytics'] = 'Google Analytics';
$lang['google_analytics_info'] =
'Google Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['google_analytics_info'] = 'Google Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['matomo_analytics'] = 'Matomo Analytics';
$lang['matomo_analytics_info'] =
'Matomo Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['matomo_analytics_info'] = 'Matomo Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['api'] = 'API';
$lang['api_info'] =
'API enable you to interact with all the Easy!Appointments data via the HTTP protocol and the available API endpoints and create your own integrations.';
$lang['api_info'] = 'API enable you to interact with all the Easy!Appointments data via the HTTP protocol and the available API endpoints and create your own integrations.';
$lang['google_analytics_code'] = 'Google Analytics Code';
$lang['matomo_analytics_url'] = 'Matomo Analytics URL';
$lang['future_booking_limit'] = 'Future Booking Limit';
$lang['limit_days'] = 'Limit (Days)';
$lang['future_booking_limit_hint'] =
'Set the future limit in days customers can make appointments via the public booking page.';
$lang['future_booking_limit_hint'] = 'Set the future limit in days customers can make appointments via the public booking page.';
$lang['api_token'] = 'API Token';
$lang['allow_rescheduling_cancellation_before'] = 'Allow Rescheduling/Cancellation Before';
$lang['at_least_one_field'] = 'At least one field must be displayed in the booking page.';
$lang['status'] = 'Status';
$lang['appointment_status_options'] = 'Appointment Status Options';
$lang['appointment_status_options_info'] =
'Define a list of available appointment status options that can be used in the the calendar page (the first one will automatically become the default value).';
$lang['appointment_status_options_info'] = 'Define a list of available appointment status options that can be used in the the calendar page (the first one will automatically become the default value).';
$lang['sunday_short'] = 'Sun';
$lang['monday_short'] = 'Mon';
$lang['tuesday_short'] = 'Tue';
@ -496,7 +445,6 @@ $lang['blocked_period'] = 'Blocked Period';
$lang['blocked_periods'] = 'Blocked Periods';
$lang['blocked_period_save'] = 'Blocked Period Save';
$lang['blocked_period_delete'] = 'Blocked Period Delete';
$lang['blocked_periods_hint'] =
'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['blocked_periods_hint'] = 'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['auxiliary_field'] = 'Auxiliary Field';
// End

View file

@ -38,8 +38,7 @@
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_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.';
@ -49,8 +48,7 @@ $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_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.';

View file

@ -43,12 +43,9 @@ $lang['email_attachment_missing'] = ' הקובץ המצורף לדוא"ל לא
$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_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.';

View file

@ -49,10 +49,8 @@ $lang['form_validation_max_length'] = 'The {field} field cannot exceed {param} c
$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_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.';
@ -61,14 +59,11 @@ $lang['form_validation_matches'] = 'The {field} field does not match the {param}
$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_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_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}.';

View file

@ -37,8 +37,7 @@
*/
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_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.';

View file

@ -39,23 +39,16 @@ 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_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_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_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.';

View file

@ -38,8 +38,7 @@ $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['thank_you_for_appointment'] = 'תודה שקבעת פגישה איתנו. למטה ניתן לראות את פרטי הפגישה. ניתן לבצע שינויים על ידי לחיצה על קישור הפגישה.';
$lang['appointment_details_title'] = 'פרטי הפגישה';
$lang['customer_details_title'] = 'פרטי הלקוח';
$lang['service'] = 'שירות';
@ -165,8 +164,7 @@ $lang['reset_working_plan_hint'] = 'איפוס תוכנית העבודה חזר
$lang['company_name'] = 'שם החברה';
$lang['company_name_hint'] = 'שם החברה יוצג בכל מקום במערכת (חובה).';
$lang['company_email'] = 'דוא"ל של החברה';
$lang['company_email_hint'] =
'זו תהיה כתובת הדוא"ל של החברה. כתובת זו תשמש כשולח וכתובת התשובה של דוא"ל המערכת (חובה).';
$lang['company_email_hint'] = 'זו תהיה כתובת הדוא"ל של החברה. כתובת זו תשמש כשולח וכתובת התשובה של דוא"ל המערכת (חובה).';
$lang['company_link'] = 'קישור חברה';
$lang['company_link_hint'] = 'קישור החברה צריך לקשר לאתר הרשמי של החברה (חובה).';
$lang['go_to_booking_page'] = 'עבור לדף ההזמנות';
@ -178,25 +176,21 @@ $lang['hidden'] = 'מוּסתָר';
$lang['business_logic'] = 'לוגיקה עסקית';
$lang['current_user'] = 'משתמש נוכחי';
$lang['about_app'] = 'אודות Easy!Appointments';
$lang['edit_working_plan_hint'] =
'סמן מתחת את הימים והשעות שהחברה שלך תקבל פגישות. תוכל להתאים פגישות בשעות שאינן שעות העבודה אך הלקוחות לא יוכלו להזמין פגישות למועדים אלו. תוכנית עבודה זו תהיה ברירת המחדל עבור כל ספק חדש שנרשם, ניתן לשנות עבור כל ספק את התוכנית עבודה בנפרד על ידי עריכת הרשומה שלו. לאחר מכן תוכלו להוסיף את זממני הפסקות.';
$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['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['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['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'] = 'ממשק הניהול';
@ -206,15 +200,13 @@ $lang['enter_password_here'] = 'יש להזין את הסיסמה כאן ...';
$lang['login'] = 'התחברות';
$lang['forgot_your_password'] = 'שכחת את הסיסמה?';
$lang['login_failed'] = 'הכניסה נכשלה, יש להזין את הפרטים הנכונים ולנסות שוב.';
$lang['type_username_and_email_for_new_password'] =
'יש להזין את שם המשתמש ואת כתובת הדוא"ל שלך בכדי לקבל את הסיסמה החדשה שלך.';
$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['new_password_is'] = 'סיסמת החשבון החדשה שלך היא $password. יש לשמור את הודעת הדוא"ל זו כדי לשחזר את הסיסמה שלך במידת הצורך. ניתן גם לשנות סיסמה זו בסיסמה חדשה בדף ההגדרות.';
$lang['delete_record_prompt'] = 'האם את/ה מאשר/ת שברצונך למחוק רשומה זו? לא ניתן לבטל פעולה זו.';
$lang['delete_admin'] = 'מחיקת מנהל מערכת';
$lang['delete_customer'] = 'מחיקת לקוח';
@ -229,8 +221,7 @@ $lang['unexpected_issues'] = 'שגיאות לא צפויות';
$lang['unexpected_issues_message'] = 'הפעולה לא הצליחה להסתיים בגלל בעיות בלתי צפויות.';
$lang['close'] = 'סגירה';
$lang['page_not_found'] = 'הדף לא נמצא';
$lang['page_not_found_message'] =
'למרבה הצער הדף שביקשת אינו קיים. יש לבדוק את כתובת האתר של הדפדפן שלך או עבור למיקום אחר באמצעות הכפתורים למטה.';
$lang['page_not_found_message'] = 'למרבה הצער הדף שביקשת אינו קיים. יש לבדוק את כתובת האתר של הדפדפן שלך או עבור למיקום אחר באמצעות הכפתורים למטה.';
$lang['error'] = 'שגיאה';
$lang['no_privileges'] = 'אין הרשאות';
$lang['no_privileges_message'] = 'אין לך את ההרשאות הנדרשות כדי להציג דף זה. יש לנווט לאזור אחר.';
@ -277,21 +268,18 @@ $lang['minute'] = 'דקות';
$lang['google_sync_completed'] = 'הסנכרון ל גוגל הושלם בהצלחה!';
$lang['google_sync_failed'] = 'הסנכרון ל גוגל נכשל: לא ניתן היה ליצור חיבור שרת.';
$lang['select_google_calendar'] = 'בחירת יומן גוגל';
$lang['select_google_calendar_prompt'] =
'יש לבחור את יומן שברצונך לסנכרן אליו את הפגישות שלך. אם אינך רוצה לבחור יומן ספציפי, היומן הראשי ישמש את ברירת המחדל.';
$lang['select_google_calendar_prompt'] = 'יש לבחור את יומן שברצונך לסנכרן אליו את הפגישות שלך. אם אינך רוצה לבחור יומן ספציפי, היומן הראשי ישמש את ברירת המחדל.';
$lang['google_calendar_selected'] = 'יומן גוגל נבחר בהצלחה!';
$lang['oops_something_went_wrong'] = 'אופס! משהו השתבש!';
$lang['could_not_add_to_google_calendar'] = 'לא ניתן להוסיף את הפגישה לחשבון יומן הגוגל שלך.';
$lang['ea_update_success'] = 'Easy!Appointments עודכן בהצלחה!';
$lang['require_captcha'] = 'דרוש CAPTCHA';
$lang['require_captcha_hint'] =
'כאשר אפשרות זו מופעלת, הלקוחות יצטרכו להקליד מחרוזת 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['customer_notifications_hint'] = 'מגדיר האם הלקוח יקבל התראות בדוא"ל בכל פעם שיש שינוי בלוח הזמנים באחת הפגישות שלו.';
$lang['date_format'] = 'פורמט תאריך';
$lang['date_format_hint'] = 'שנה את פורמט תצוגת התאריך (D - יום, M - חודש, Y - שנה).';
$lang['time_format'] = 'פורמט שעות';
@ -314,15 +302,12 @@ $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['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['delete_personal_information_prompt'] = 'האם את/ה בטוח/ה שברצונך למחוק את המידע האישי שלך? לא ניתן לבטל פעולה זו.';
$lang['location'] = 'מיקום';
$lang['working_plan_exception'] = 'חריגה בתכנית עבודה';
$lang['working_plan_exceptions'] = 'חריגות בתכנית עבודה';
@ -333,13 +318,11 @@ $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['require_phone_number_hint'] = 'כאשר אפשרות זו מופעלת, לקוחות ומשתמשים יצטרכו להזין את מספר הטלפון בעת הזמנת פגישה';
$lang['check_spam_folder'] = 'אם הדוא"ל אינו מגיע תוך מספר דקות יש לבדוק את תיקיית הספאם שלך .';
$lang['api_token_hint'] = 'הגדר טוקן סודי על מנת לאפשר אימות מבוסס טוקן בממשק ה- API של Easy! Appointments.';
$lang['timezone'] = 'אזור זמן';
$lang['overwrite_existing_working_plans'] =
'פעולה זו תחליף את כל תוכניות העבודה של הספקים הקיימים, האם את/ה בטוח/ה שברצונך להמשיך?';
$lang['overwrite_existing_working_plans'] = 'פעולה זו תחליף את כל תוכניות העבודה של הספקים הקיימים, האם את/ה בטוח/ה שברצונך להמשיך?';
$lang['working_plans_got_updated'] = 'כל תוכניות העבודה עודכנו.';
$lang['apply_to_all_providers'] = 'החל על כל הספקים';
$lang['display_any_provider'] = 'הצג אפשרוית של כל ספק אפשרי';
@ -354,21 +337,18 @@ $lang['booking_settings'] = 'Booking Settings';
$lang['display'] = 'Display';
$lang['require'] = 'Require';
$lang['color'] = 'Color';
$lang['matomo_analytics_url_hint'] =
'Add the URL to your own Matomo installation to enable Matomo tracking on the booking pages.';
$lang['matomo_analytics_url_hint'] = 'Add the URL to your own Matomo installation to enable Matomo tracking on the booking pages.';
$lang['invalid_phone'] = 'Invalid phone number.';
$lang['legal'] = 'Legal';
$lang['business'] = 'Business';
$lang['account'] = 'Account';
$lang['disable_booking'] = 'Disable Booking';
$lang['disable_booking_hint'] =
'The booking page will be disabled for as long as this setting is active and customers will not be able to register new appointments.';
$lang['disable_booking_hint'] = 'The booking page will be disabled for as long as this setting is active and customers will not be able to register new appointments.';
$lang['display_message'] = 'Display Message';
$lang['booking_is_disabled'] = 'Booking Is Disabled!';
$lang['appearance'] = 'Appearance';
$lang['company_logo'] = 'Company Logo';
$lang['company_logo_hint'] =
'The company logo will be displayed in many places of the app, including the booking page and the notification emails (image file, max 2MB).';
$lang['company_logo_hint'] = 'The company logo will be displayed in many places of the app, including the booking page and the notification emails (image file, max 2MB).';
$lang['company_color'] = 'Company Color';
$lang['company_color_hint'] = 'The company color will be applied across the app so that it the app uses your branding.';
$lang['localization'] = 'Localization';
@ -386,8 +366,7 @@ $lang['add_new_event'] = 'Add New Event';
$lang['what_kind_of_event'] = 'What kind of event would you like to add?';
$lang['theme'] = 'Theme';
$lang['limit_customer_access'] = 'Limit Customer Access';
$lang['limit_customer_access_hint'] =
'If enabled, providers and secretaries will only be able to access customers they have an appointment with.';
$lang['limit_customer_access_hint'] = 'If enabled, providers and secretaries will only be able to access customers they have an appointment with.';
$lang['url'] = 'URL';
$lang['secret_token'] = 'Secret Token';
$lang['verify_ssl'] = 'Verify SSL';
@ -409,33 +388,26 @@ $lang['admin_save'] = 'Admin Save';
$lang['admin_delete'] = 'Admin Delete';
$lang['options'] = 'Options';
$lang['webhooks'] = 'Webhooks';
$lang['webhooks_info'] =
'Webhooks enable you to send HTTP notifications to external web applications in response to various application events, such as the creation of an appointment or the removal of a customer.';
$lang['integrations_info'] =
'Integrations enable you to make third-party connections with external applications and APIs.';
$lang['webhooks_info'] = 'Webhooks enable you to send HTTP notifications to external web applications in response to various application events, such as the creation of an appointment or the removal of a customer.';
$lang['integrations_info'] = 'Integrations enable you to make third-party connections with external applications and APIs.';
$lang['configure'] = 'Configure';
$lang['google_analytics'] = 'Google Analytics';
$lang['google_analytics_info'] =
'Google Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['google_analytics_info'] = 'Google Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['matomo_analytics'] = 'Matomo Analytics';
$lang['matomo_analytics_info'] =
'Matomo Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['matomo_analytics_info'] = 'Matomo Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['api'] = 'API';
$lang['api_info'] =
'API enable you to interact with all the Easy!Appointments data via the HTTP protocol and the available API endpoints and create your own integrations.';
$lang['api_info'] = 'API enable you to interact with all the Easy!Appointments data via the HTTP protocol and the available API endpoints and create your own integrations.';
$lang['google_analytics_code'] = 'Google Analytics Code';
$lang['matomo_analytics_url'] = 'Matomo Analytics URL';
$lang['future_booking_limit'] = 'Future Booking Limit';
$lang['limit_days'] = 'Limit (Days)';
$lang['future_booking_limit_hint'] =
'Set the future limit in days customers can make appointments via the public booking page.';
$lang['future_booking_limit_hint'] = 'Set the future limit in days customers can make appointments via the public booking page.';
$lang['api_token'] = 'API Token';
$lang['allow_rescheduling_cancellation_before'] = 'Allow Rescheduling/Cancellation Before';
$lang['at_least_one_field'] = 'At least one field must be displayed in the booking page.';
$lang['status'] = 'Status';
$lang['appointment_status_options'] = 'Appointment Status Options';
$lang['appointment_status_options_info'] =
'Define a list of available appointment status options that can be used in the the calendar page (the first one will automatically become the default value).';
$lang['appointment_status_options_info'] = 'Define a list of available appointment status options that can be used in the the calendar page (the first one will automatically become the default value).';
$lang['sunday_short'] = 'Sun';
$lang['monday_short'] = 'Mon';
$lang['tuesday_short'] = 'Tue';
@ -473,7 +445,6 @@ $lang['blocked_period'] = 'Blocked Period';
$lang['blocked_periods'] = 'Blocked Periods';
$lang['blocked_period_save'] = 'Blocked Period Save';
$lang['blocked_period_delete'] = 'Blocked Period Delete';
$lang['blocked_periods_hint'] =
'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['blocked_periods_hint'] = 'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).';
$lang['auxiliary_field'] = 'Auxiliary Field';
// End

View file

@ -38,8 +38,7 @@
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_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.';
@ -49,8 +48,7 @@ $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_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.';

Some files were not shown because too many files have changed in this diff Show more