mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Updated slovak translations.
This commit is contained in:
parent
7d6f87f7bf
commit
c334691cf5
1 changed files with 15 additions and 15 deletions
|
@ -265,18 +265,18 @@ $lang['google_calendar_selected'] = 'Kalendár Google bol úspešne zvolený!';
|
|||
$lang['oops_something_went_wrong'] = 'Úups! Niečo sa pokazilo!';
|
||||
$lang['could_not_add_to_google_calendar'] = 'Vaše rezervácie nemoholi byť pridané do vášho účtu služby Google Kalendár.';
|
||||
$lang['ea_update_success'] = 'Easy!Appointments bolo úspešne aktualizované!';
|
||||
$lang['require_captcha'] = 'Require CAPTCHA';
|
||||
$lang['require_captcha_hint'] = 'When enabled, the customers will have to type a random generated CAPTCHA string before booking/updating an appointment.';
|
||||
$lang['captcha_is_wrong'] = 'CAPTCHA verification failed, please try again.';
|
||||
$lang['any_provider'] = 'Any Provider';
|
||||
$lang['requested_hour_is_unavailable'] = 'The requested appointment is unfornately not available. Please select a different hour for your appointment.';
|
||||
$lang['customer_notifications'] = 'Customer Notifications';
|
||||
$lang['customer_notifications_hint'] = 'Defines whether the customer will receive email notifications whenever there is a schedule change on one of his appointments.';
|
||||
$lang['date_format'] = 'Date Format';
|
||||
$lang['date_format_hint'] = 'Change the date display format (D - Date, M - Month, Y - Year).';
|
||||
$lang['google_analytics_code_hint'] = 'Add your Google Analytics ID to be included in the booking page.';
|
||||
$lang['availabilities_type'] = 'Availabilities Type';
|
||||
$lang['flexible'] = 'Flexible';
|
||||
$lang['fixed'] = 'Fixed';
|
||||
$lang['attendants_number'] = 'Attendants Number';
|
||||
$lang['reset_working_plan'] = 'Reset the working plan back to the default values.';
|
||||
$lang['require_captcha'] = 'Vyžadovať CAPTCHA';
|
||||
$lang['require_captcha_hint'] = 'Po zapnutí budú zákazníci musieť pred rezerváciou / aktualizáciou schôdzky napísať náhodne vygenerovaný reťazec CAPTCHA.';
|
||||
$lang['captcha_is_wrong'] = 'CAPTCHA overovanie zlyhalo. Skúste to znova.';
|
||||
$lang['any_provider'] = 'Akýkoľvek poskytovateľ';
|
||||
$lang['requested_hour_is_unavailable'] = 'Požadovaná schôdzka nie je vôbec k dispozícii. Vyberte prosím inú hodinu pre Vašu schôdzku.';
|
||||
$lang['customer_notifications'] = 'Upozornenia zákazníka';
|
||||
$lang['customer_notifications_hint'] = 'Určuje, či zákazník dostane e-mailové upozornenia vždy, keď nastane zmena plánu na jednej z jeho rezervácií.';
|
||||
$lang['date_format'] = 'Formát dátumu';
|
||||
$lang['date_format_hint'] = 'Zmeňte formát zobrazenia dátumu (D - Dátum, M - Mesiac, Y - Rok).';
|
||||
$lang['google_analytics_code_hint'] = 'Pridajte svoje ID služby Google Analytics, aby ste bola zahrnutá do stránky rezervácie.';
|
||||
$lang['availabilities_type'] = 'Typ dostupnosti';
|
||||
$lang['flexible'] = 'Flexibilný';
|
||||
$lang['fixed'] = 'Fixný';
|
||||
$lang['attendants_number'] = 'Počet účastníkov';
|
||||
$lang['reset_working_plan'] = 'Obnovte pracovný plán späť na predvolené hodnoty.';
|
||||
|
|
Loading…
Reference in a new issue