diff --git a/src/application/language/arabic/db_lang.php b/src/application/language/arabic/db_lang.php index b9da89b1..94044736 100644 --- a/src/application/language/arabic/db_lang.php +++ b/src/application/language/arabic/db_lang.php @@ -1,63 +1,35 @@ + * @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/) + * @license http://opensource.org/licenses/MIT MIT License + * @link https://codeigniter.com */ defined('BASEPATH') OR exit('No direct script access allowed'); -$lang['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'; -$lang['db_invalid_query'] = 'The query you submitted is not valid.'; -$lang['db_must_set_table'] = 'You must set the database table to be used with your query.'; -$lang['db_must_use_set'] = 'You must use the "set" method to update an entry.'; -$lang['db_must_use_index'] = 'You must specify an index to match on for batch updates.'; -$lang['db_batch_missing_index'] = 'One or more rows submitted for batch updating is missing the specified index.'; -$lang['db_must_use_where'] = 'Updates are not allowed unless they contain a "where" clause.'; -$lang['db_del_must_use_where'] = 'Deletes are not allowed unless they contain a "where" or "like" clause.'; -$lang['db_field_param_missing'] = 'To fetch fields requires the name of the table as a parameter.'; -$lang['db_unsupported_function'] = 'This feature is not available for the database you are using.'; -$lang['db_transaction_failure'] = 'Transaction failure: Rollback performed.'; -$lang['db_unable_to_drop'] = 'Unable to drop the specified database.'; -$lang['db_unsupported_feature'] = 'Unsupported feature of the database platform you are using.'; -$lang['db_unsupported_compression'] = 'The file compression format you chose is not supported by your server.'; -$lang['db_filepath_error'] = 'Unable to write data to the file path you have submitted.'; -$lang['db_invalid_cache_path'] = 'The cache path you submitted is not valid or writable.'; -$lang['db_table_name_required'] = 'A table name is required for that operation.'; -$lang['db_column_name_required'] = 'A column name is required for that operation.'; -$lang['db_column_definition_required'] = 'A column definition is required for that operation.'; -$lang['db_unable_to_set_charset'] = 'Unable to set client connection character set: %s'; -$lang['db_error_heading'] = 'A Database Error Occurred'; +$lang['db_invalid_connection_str'] = 'Nebolo možné zistiť databázové nastavenie podľa vloženého reťazca'; +$lang['db_unable_to_connect'] = 'Nepodarilo sa pripojiť k databáze s daným nastavením'; +$lang['db_unable_to_select'] = 'Nepodarilo sa vybrať (select) databázu: %s'; +$lang['db_unable_to_create'] = 'Nepodarilo sa vytvoriť danú databázu: %s'; +$lang['db_invalid_query'] = 'Odoslaná požiadavka nie je platná.'; +$lang['db_must_set_table'] = 'Musíte určiť databázovú tabuľku, ktorej sa požiadavka týka.'; +$lang['db_must_use_set'] = 'Musíte nastaviť metódu "set" pre úpravu záznamu.'; +$lang['db_must_use_index'] = 'Je nutné určiť párový index pre dávkový update).'; +$lang['db_batch_missing_index'] = 'Pre jeden alebo viac daných riadkov určených k dávkovému updatu chýba špecifikovaný index.'; +$lang['db_must_use_where'] = 'Nie je možné upravovať záznamy bez podmienky "where".'; +$lang['db_del_must_use_where'] = 'Nie je možné mazať záznamy bez podmienky "where".'; +$lang['db_field_param_missing'] = 'Spracovanie polí vyžaduje ako parameter názov tabuľky.'; +$lang['db_unsupported_function'] = 'Táto funkcia nie je dostupná v tomto type databázy.'; +$lang['db_transaction_failure'] = 'Chyba transakcie: aplikovaný Rollback'; +$lang['db_unable_to_drop'] = 'Nie je možné odstrániť požadovanú databázu.'; +$lang['db_unsupported_feature'] = 'Táto vlastnosť nie je dostupná pri aktuálnej platforme.'; +$lang['db_unsupported_compression'] = 'Zvolená kompresia súborov nie je podporovaná serverom.'; +$lang['db_filepath_error'] = 'Nepodarilo sa zapísať dáta do zadanej cesty.'; +$lang['db_invalid_cache_path'] = 'Zadaná cesta pre kešovanie nie je platná alebo do nej nemožno zapisovať.'; +$lang['db_table_name_required'] = 'Táto operácia potrebuje názov tabuľky.'; +$lang['db_column_name_required'] = 'Táto operácia potrebuje názov stĺpca.'; +$lang['db_column_definition_required'] = 'Táto operácia potrebuje definíciu stĺpca.'; +$lang['db_unable_to_set_charset'] = 'Nie je možné nastaviť znakovú sadu pripojenia: %s'; +$lang['db_error_heading'] = 'Nastala chyba databázy'; \ No newline at end of file diff --git a/src/application/language/slovak/email_lang.php b/src/application/language/slovak/email_lang.php index e104db52..3f113e43 100644 --- a/src/application/language/slovak/email_lang.php +++ b/src/application/language/slovak/email_lang.php @@ -1,58 +1,31 @@ + * @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/) + * @license http://opensource.org/licenses/MIT MIT License + * @link https://codeigniter.com */ defined('BASEPATH') OR exit('No direct script access allowed'); -$lang['email_must_be_array'] = 'The email validation method must be passed an array.'; -$lang['email_invalid_address'] = 'Invalid email address: %s'; -$lang['email_attachment_missing'] = 'Unable to locate the following email attachment: %s'; -$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_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.'; -$lang['email_smtp_error'] = 'The following SMTP error was encountered: %s'; -$lang['email_no_smtp_unpw'] = 'Error: You must assign a SMTP username and password.'; -$lang['email_failed_smtp_login'] = 'Failed to send AUTH LOGIN command. Error: %s'; -$lang['email_smtp_auth_un'] = 'Failed to authenticate username. Error: %s'; -$lang['email_smtp_auth_pw'] = 'Failed to authenticate password. Error: %s'; -$lang['email_smtp_data_failure'] = 'Unable to send data: %s'; -$lang['email_exit_status'] = 'Exit status code: %s'; +$lang['email_must_be_array'] = 'Metóde na kontrolu e-mailu musí byť poslané pole.'; +$lang['email_invalid_address'] = 'Neplatná e-mailová adresa: %s'; +$lang['email_attachment_missing'] = 'Nie je možné nájsť prílohu e-mailu: %s'; +$lang['email_attachment_unreadable'] = 'Nepodarilo sa otvoriť prílohu: %s'; +$lang['email_no_from'] = 'Nie je možné odoslať e-mail bez odosielateľa.'; +$lang['email_no_recipients'] = 'Musíte uviesť príjemcu: Komu, Cc, alebo Bcc'; +$lang['email_send_failure_phpmail'] = 'Nie je možné poslať e-mail pomocou PHP funkcie mail(). Server nemusí byť nastavený pre posielanie e-mailov touto metódou.'; +$lang['email_send_failure_sendmail'] = 'Nie je možné poslať e-mail pomocou programu Sendmail. Server nemusí byť nastavený pre posielanie e-mailov touto metódou.'; +$lang['email_send_failure_smtp'] = 'Nie je možné poslať e-mail pomocou PHP funkcie pre SMTP. Server nemusí byť nastavený pre posielanie e-mailov touto metódou.'; +$lang['email_sent'] = 'Správa bola úspešne odoslaná pomocou protokolu: %s'; +$lang['email_no_socket'] = 'Nie je možné otvoriť prístup k programu Sendmail. Skontrolujte nastavenia.'; +$lang['email_no_hostname'] = 'Nie je nastavené meno SMTP servera'; +$lang['email_smtp_error'] = 'Bola zaznamenaná chyba SMTP: %s'; +$lang['email_no_smtp_unpw'] = 'Chyba: Musíte nastaviť užívateľské meno a heslo pre SMTP.'; +$lang['email_failed_smtp_login'] = 'Zlyhalo odoslanie príkazu AUTH LOGIN. Chyba: %s'; +$lang['email_smtp_auth_un'] = 'Zlyhalo overenie užívateľského mena. Chyba: %s'; +$lang['email_smtp_auth_pw'] = 'Zlyhalo overenie hesla. Chyba: %s'; +$lang['email_smtp_data_failure'] = 'Nie je možné odoslať dáta: %s'; +$lang['email_exit_status'] = 'Stav pri ukončení: %s'; diff --git a/src/application/language/slovak/migration_lang.php b/src/application/language/slovak/migration_lang.php index 887ec0ff..899619b5 100644 --- a/src/application/language/slovak/migration_lang.php +++ b/src/application/language/slovak/migration_lang.php @@ -1,13 +1,20 @@ - + * @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/) + * @license http://opensource.org/licenses/MIT MIT License + * @link https://codeigniter.com + */ +defined('BASEPATH') OR exit('No direct script access allowed'); -$lang['migration_none_found'] = "No migrations were found."; -$lang['migration_not_found'] = "This migration could not be found."; -$lang['migration_multiple_version'] = "This are multiple migrations with the same version number: %d."; -$lang['migration_class_doesnt_exist'] = "The migration class \"%s\" could not be found."; -$lang['migration_missing_up_method'] = "The migration class \"%s\" is missing an 'up' method."; -$lang['migration_missing_down_method'] = "The migration class \"%s\" is missing an 'down' method."; -$lang['migration_invalid_filename'] = "Migration \"%s\" has an invalid filename."; - - -/* End of file migration_lang.php */ -/* Location: ./system/language/slovak/migration_lang.php */ +$lang['migration_none_found'] = 'Žiadne migrácie neboli nájdené.'; +$lang['migration_not_found'] = 'Migrácia s číslom tejto verzie nebola nájdená: %s.'; +$lang['migration_sequence_gap'] = 'Chýbajúca migrácia v sekvencii blízko: %s.'; +$lang['migration_multiple_version'] = 'Existuje viacej migracií s rovnakým číslom verzie: %s.'; +$lang['migration_class_doesnt_exist'] = 'Trieda pre migráciu "%s" nebola nájdená.'; +$lang['migration_missing_up_method'] = 'V migračnej triede "%s" chýba "up" metoda.'; +$lang['migration_missing_down_method'] = 'V migračnej triede "%s" chýba "down" metoda.'; +$lang['migration_invalid_filename'] = 'Migrácia "%s" má chybné meno.'; diff --git a/src/application/language/slovak/translations_lang.php b/src/application/language/slovak/translations_lang.php index 17e0b90b..3881b6bb 100755 --- a/src/application/language/slovak/translations_lang.php +++ b/src/application/language/slovak/translations_lang.php @@ -88,7 +88,6 @@ $lang['reload_appointments_hint'] = 'Obnoviť rezervácie v kalendári.'; $lang['trigger_google_sync_hint'] = 'Trigger proces synchronizácie kalendára Google.'; $lang['appointment_updated'] = 'Rezervácia úspešne aktualizovaná!'; $lang['undo'] = 'Odvolať akciu'; -$lang['cancel'] = 'Zrušiť'; $lang['appointment_details_changed'] = 'Podrobnosti rezervácie boli zmenené'; $lang['appointment_changes_saved'] = 'Zmeny rezervácie boli úspešne uložené!'; $lang['save'] = 'Uložiť'; diff --git a/src/application/language/spanish/db_lang.php b/src/application/language/spanish/db_lang.php index b9da89b1..bcef282a 100644 --- a/src/application/language/spanish/db_lang.php +++ b/src/application/language/spanish/db_lang.php @@ -1,63 +1,36 @@