This commit is contained in:
84
application/language/polish/calendar_lang.php
Normal file
84
application/language/polish/calendar_lang.php
Normal file
@@ -0,0 +1,84 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['cal_su'] = 'Su';
|
||||
$lang['cal_mo'] = 'Mo';
|
||||
$lang['cal_tu'] = 'Tu';
|
||||
$lang['cal_we'] = 'We';
|
||||
$lang['cal_th'] = 'Th';
|
||||
$lang['cal_fr'] = 'Fr';
|
||||
$lang['cal_sa'] = 'Sa';
|
||||
$lang['cal_sun'] = 'Sun';
|
||||
$lang['cal_mon'] = 'Mon';
|
||||
$lang['cal_tue'] = 'Tue';
|
||||
$lang['cal_wed'] = 'Wed';
|
||||
$lang['cal_thu'] = 'Thu';
|
||||
$lang['cal_fri'] = 'Fri';
|
||||
$lang['cal_sat'] = 'Sat';
|
||||
$lang['cal_sunday'] = 'Sunday';
|
||||
$lang['cal_monday'] = 'Monday';
|
||||
$lang['cal_tuesday'] = 'Tuesday';
|
||||
$lang['cal_wednesday'] = 'Wednesday';
|
||||
$lang['cal_thursday'] = 'Thursday';
|
||||
$lang['cal_friday'] = 'Friday';
|
||||
$lang['cal_saturday'] = 'Saturday';
|
||||
$lang['cal_jan'] = 'Jan';
|
||||
$lang['cal_feb'] = 'Feb';
|
||||
$lang['cal_mar'] = 'Mar';
|
||||
$lang['cal_apr'] = 'Apr';
|
||||
$lang['cal_may'] = 'May';
|
||||
$lang['cal_jun'] = 'Jun';
|
||||
$lang['cal_jul'] = 'Jul';
|
||||
$lang['cal_aug'] = 'Aug';
|
||||
$lang['cal_sep'] = 'Sep';
|
||||
$lang['cal_oct'] = 'Oct';
|
||||
$lang['cal_nov'] = 'Nov';
|
||||
$lang['cal_dec'] = 'Dec';
|
||||
$lang['cal_january'] = 'January';
|
||||
$lang['cal_february'] = 'February';
|
||||
$lang['cal_march'] = 'March';
|
||||
$lang['cal_april'] = 'April';
|
||||
$lang['cal_mayl'] = 'May';
|
||||
$lang['cal_june'] = 'June';
|
||||
$lang['cal_july'] = 'July';
|
||||
$lang['cal_august'] = 'August';
|
||||
$lang['cal_september'] = 'September';
|
||||
$lang['cal_october'] = 'October';
|
||||
$lang['cal_november'] = 'November';
|
||||
$lang['cal_december'] = 'December';
|
||||
94
application/language/polish/date_lang.php
Normal file
94
application/language/polish/date_lang.php
Normal file
@@ -0,0 +1,94 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['date_year'] = 'Year';
|
||||
$lang['date_years'] = 'Years';
|
||||
$lang['date_month'] = 'Month';
|
||||
$lang['date_months'] = 'Months';
|
||||
$lang['date_week'] = 'Week';
|
||||
$lang['date_weeks'] = 'Weeks';
|
||||
$lang['date_day'] = 'Day';
|
||||
$lang['date_days'] = 'Days';
|
||||
$lang['date_hour'] = 'Hour';
|
||||
$lang['date_hours'] = 'Hours';
|
||||
$lang['date_minute'] = 'Minute';
|
||||
$lang['date_minutes'] = 'Minutes';
|
||||
$lang['date_second'] = 'Second';
|
||||
$lang['date_seconds'] = 'Seconds';
|
||||
|
||||
$lang['UM12'] = '(UTC -12:00) Baker/Howland Island';
|
||||
$lang['UM11'] = '(UTC -11:00) Niue';
|
||||
$lang['UM10'] = '(UTC -10:00) Hawaii-Aleutian Standard Time, Cook Islands, Tahiti';
|
||||
$lang['UM95'] = '(UTC -9:30) Marquesas Islands';
|
||||
$lang['UM9'] = '(UTC -9:00) Alaska Standard Time, Gambier Islands';
|
||||
$lang['UM8'] = '(UTC -8:00) Pacific Standard Time, Clipperton Island';
|
||||
$lang['UM7'] = '(UTC -7:00) Mountain Standard Time';
|
||||
$lang['UM6'] = '(UTC -6:00) Central Standard Time';
|
||||
$lang['UM5'] = '(UTC -5:00) Eastern Standard Time, Western Caribbean Standard Time';
|
||||
$lang['UM45'] = '(UTC -4:30) Venezuelan Standard Time';
|
||||
$lang['UM4'] = '(UTC -4:00) Atlantic Standard Time, Eastern Caribbean Standard Time';
|
||||
$lang['UM35'] = '(UTC -3:30) Newfoundland Standard Time';
|
||||
$lang['UM3'] = '(UTC -3:00) Argentina, Brazil, French Guiana, Uruguay';
|
||||
$lang['UM2'] = '(UTC -2:00) South Georgia/South Sandwich Islands';
|
||||
$lang['UM1'] = '(UTC -1:00) Azores, Cape Verde Islands';
|
||||
$lang['UTC'] = '(UTC) Greenwich Mean Time, Western European Time';
|
||||
$lang['UP1'] = '(UTC +1:00) Central European Time, West Africa Time';
|
||||
$lang['UP2'] = '(UTC +2:00) Central Africa Time, Eastern European Time, Kaliningrad Time';
|
||||
$lang['UP3'] = '(UTC +3:00) Moscow Time, East Africa Time, Arabia Standard Time';
|
||||
$lang['UP35'] = '(UTC +3:30) Iran Standard Time';
|
||||
$lang['UP4'] = '(UTC +4:00) Azerbaijan Standard Time, Samara Time';
|
||||
$lang['UP45'] = '(UTC +4:30) Afghanistan';
|
||||
$lang['UP5'] = '(UTC +5:00) Pakistan Standard Time, Yekaterinburg Time';
|
||||
$lang['UP55'] = '(UTC +5:30) Indian Standard Time, Sri Lanka Time';
|
||||
$lang['UP575'] = '(UTC +5:45) Nepal Time';
|
||||
$lang['UP6'] = '(UTC +6:00) Bangladesh Standard Time, Bhutan Time, Omsk Time';
|
||||
$lang['UP65'] = '(UTC +6:30) Cocos Islands, Myanmar';
|
||||
$lang['UP7'] = '(UTC +7:00) Krasnoyarsk Time, Cambodia, Laos, Thailand, Vietnam';
|
||||
$lang['UP8'] = '(UTC +8:00) Australian Western Standard Time, Beijing Time, Irkutsk Time';
|
||||
$lang['UP875'] = '(UTC +8:45) Australian Central Western Standard Time';
|
||||
$lang['UP9'] = '(UTC +9:00) Japan Standard Time, Korea Standard Time, Yakutsk Time';
|
||||
$lang['UP95'] = '(UTC +9:30) Australian Central Standard Time';
|
||||
$lang['UP10'] = '(UTC +10:00) Australian Eastern Standard Time, Vladivostok Time';
|
||||
$lang['UP105'] = '(UTC +10:30) Lord Howe Island';
|
||||
$lang['UP11'] = '(UTC +11:00) Srednekolymsk Time, Solomon Islands, Vanuatu';
|
||||
$lang['UP115'] = '(UTC +11:30) Norfolk Island';
|
||||
$lang['UP12'] = '(UTC +12:00) Fiji, Gilbert Islands, Kamchatka Time, New Zealand Standard Time';
|
||||
$lang['UP1275'] = '(UTC +12:45) Chatham Islands Standard Time';
|
||||
$lang['UP13'] = '(UTC +13:00) Samoa Time Zone, Phoenix Islands Time, Tonga';
|
||||
$lang['UP14'] = '(UTC +14:00) Line Islands';
|
||||
35
application/language/polish/db_lang.php
Normal file
35
application/language/polish/db_lang.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @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'] = 'Nie można ustalić ustawień bazy danych na podstawie konfiguracji połączenia.';
|
||||
$lang['db_unable_to_connect'] = 'Nie można połączyć się z serwerem bazy danych używając podanych ustawień.';
|
||||
$lang['db_unable_to_select'] = 'Nie można wybrać następującej bazy danych: %s';
|
||||
$lang['db_unable_to_create'] = 'Nie można utworzyć następującej bazy danych: %s';
|
||||
$lang['db_invalid_query'] = 'Zapytanie jest nieprawidłowe.';
|
||||
$lang['db_must_set_table'] = 'Musisz wybrać tabelę z bazy danych, dla której ma zostać wykonane zapytanie.';
|
||||
$lang['db_must_use_set'] = 'Musisz użyć metody "set" by uaktualnić wpis.';
|
||||
$lang['db_must_use_index'] = 'Musisz wyznaczyć indeks dla przetwarzania wsadowego.';
|
||||
$lang['db_batch_missing_index'] = 'Jeden lub więcej wierszy wysłanych do przetwarzania wsadowego jest nieprawidłowy, albo nie ma ustalonego indeksu.';
|
||||
$lang['db_must_use_where'] = 'Polecenia "Update" nie są dozwolone dopóki nie posiadają klauzuli "where".';
|
||||
$lang['db_del_must_use_where'] = 'Polecenia "Delete" nie są dozwolone dopóki nie posiadają klauzuli "where" albo "like".';
|
||||
$lang['db_field_param_missing'] = 'Do tej operacji wymagana jest nazwa tabeli jako parametr.';
|
||||
$lang['db_unsupported_function'] = 'Ta funkcjonalność jest niedostępna dla bazy danych której używasz.';
|
||||
$lang['db_transaction_failure'] = 'Błąd transakcji. Wykonano rollback.';
|
||||
$lang['db_unable_to_drop'] = 'Nie można usunąć danej bazy danych.';
|
||||
$lang['db_unsupported_feature'] = 'Platforma bazy danych, z której korzystasz nie obsługuje tej funkcjonalności.';
|
||||
$lang['db_unsupported_compression'] = 'Format kompresji plików, który został wybrany nie jest obsługiwany przez serwer.';
|
||||
$lang['db_filepath_error'] = 'Nie można zapisać danych do ścieżki która została podana.';
|
||||
$lang['db_invalid_cache_path'] = 'Ścieżka cache jest nieprawidłowa lub nie posiada praw zapisu.';
|
||||
$lang['db_table_name_required'] = 'Nazwa tabeli jest wymagana do wykonania tej operacji.';
|
||||
$lang['db_column_name_required'] = 'Nazwa kolumny jest wymagana do wykonania tej operacji.';
|
||||
$lang['db_column_definition_required'] = 'Definicja kolumny jest wymagana do wykonania tej operacji.';
|
||||
$lang['db_unable_to_set_charset'] = 'Nie można ustanowić połączenia w kodowaniu znaków: %s';
|
||||
$lang['db_error_heading'] = 'Wystąpił błąd bazy danych.';
|
||||
30
application/language/polish/email_lang.php
Normal file
30
application/language/polish/email_lang.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @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'] = 'Metoda weryfikacji e-maila musi być przekazana w tablicy.';
|
||||
$lang['email_invalid_address'] = 'Niepoprawny adres e-mail: %s';
|
||||
$lang['email_attachment_missing'] = 'Nie można zlokalizować następujących załączników: %s';
|
||||
$lang['email_attachment_unreadable'] = 'Nie można otworzyć następujących załączników: %s';
|
||||
$lang['email_no_from'] = 'Nie można wysłać wiadomości bez nagłówka "From".';
|
||||
$lang['email_no_recipients'] = 'Należy dodać odbiorców: To, Cc lub Bcc';
|
||||
$lang['email_send_failure_phpmail'] = 'Nie można wysłać e-maila za pomocą PHP mail(). Twój serwer może nie być skonfigurowany by wysyłać e-maile za pomocą tej metody.';
|
||||
$lang['email_send_failure_sendmail'] = 'Nie można wysłać e-maila za pomocą PHP Sendmail. Twój serwer może nie być skonfigurowany by wysyłać e-maile za pomocą tej metody.';
|
||||
$lang['email_send_failure_smtp'] = 'Nie można wysłać e-maila za pomoc PHP SMTP. Twój serwer może nie być skonfigurowany by wysyłać e-maile za pomocą tej metody.';
|
||||
$lang['email_sent'] = 'Twój e-mail został pomyślnie wysłany za pomocą metody: %s';
|
||||
$lang['email_no_socket'] = 'Nie można otworzyć socketu do Sendmail. Proszę sprawdzić ustawienia.';
|
||||
$lang['email_no_hostname'] = 'Nie podano nazwy hosta SMTP.';
|
||||
$lang['email_smtp_error'] = 'Wystąpił następujący błąd SMTP: %s';
|
||||
$lang['email_no_smtp_unpw'] = 'Błąd: Należy podać nazwę użytkownika i hasło SMTP.';
|
||||
$lang['email_failed_smtp_login'] = 'Błąd przy wysyłaniu komendy AUTH LOGIN. Błąd: %s';
|
||||
$lang['email_smtp_auth_un'] = 'Błąd autentykacji nazwy użytkownika. Błąd: %s';
|
||||
$lang['email_smtp_auth_pw'] = 'Błąd autentykacji hasła. Błąd: %s';
|
||||
$lang['email_smtp_data_failure'] = 'Nie można wysłać danych: %s';
|
||||
$lang['email_exit_status'] = 'Status kodu wyjścia: %s';
|
||||
69
application/language/polish/form_validation_lang.php
Normal file
69
application/language/polish/form_validation_lang.php
Normal file
@@ -0,0 +1,69 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['form_validation_required'] = 'Pole {field} jest wymagane.';
|
||||
$lang['form_validation_isset'] = 'Pole {field} musi zawierać wartość.';
|
||||
$lang['form_validation_valid_email'] = 'Pole {field} musi zawierać prawidłowy adres e-mail.';
|
||||
$lang['form_validation_valid_emails'] = 'Pole {field} musi zawierać wszystkie prawidłowe adresy e-mail.';
|
||||
$lang['form_validation_valid_url'] = 'Pole {field} musi zawierać prawidłowy link.';
|
||||
$lang['form_validation_valid_ip'] = 'Pole {field} musi zawierać prawidłowe IP.';
|
||||
$lang['form_validation_valid_base64'] = 'Pole {field} musi zawierać poprawne kodowanie Base64 .';
|
||||
$lang['form_validation_min_length'] = 'Pole {field} musi mieć przynajmniej {param} znaków.';
|
||||
$lang['form_validation_max_length'] = 'Pole {field} nie może przekroczyć {param} znaków.';
|
||||
$lang['form_validation_exact_length'] = 'Pole {field} musi mieć dokładnie {param} znaków.';
|
||||
$lang['form_validation_alpha'] = 'Pole {field} może zawierać tylko znaki alfabetyczne.';
|
||||
$lang['form_validation_alpha_numeric'] = 'Pole {field} może zawierać tylko znaki alfanumeryczne.';
|
||||
$lang['form_validation_alpha_numeric_spaces'] = 'Pole {field} może zawierać tylko znaki alfanumeryczne i spacje.';
|
||||
$lang['form_validation_alpha_dash'] = 'Pole {field} może zawierać tylko znaki alfanumeryczne, podkreślenia oraz myślniki.';
|
||||
$lang['form_validation_numeric'] = 'Pole {field} musi zawierać tylko liczby.';
|
||||
$lang['form_validation_is_numeric'] = 'Pole {field} musi zawierać tylko znaki numeryczne.';
|
||||
$lang['form_validation_integer'] = 'Pole {field} musi być liczbą całkowitą.';
|
||||
$lang['form_validation_regex_match'] = 'Pole {field} jest w niepoprawnym formacie.';
|
||||
$lang['form_validation_matches'] = 'Pole {field} nie pasuje do pola {param}.';
|
||||
$lang['form_validation_differs'] = 'Pole {field} musi różnić się od pola {param}.';
|
||||
$lang['form_validation_is_unique'] = 'Pole {field} musi zawierać unikalną wartość.';
|
||||
$lang['form_validation_is_natural'] = 'Pole {field} musi zawierać tylko cyfry.';
|
||||
$lang['form_validation_is_natural_no_zero'] = 'Pole {field} musi zawierać tylko cyfry i być większe niż zero.';
|
||||
$lang['form_validation_decimal'] = 'Pole {field} musi zawierać liczbę dziesiętną';
|
||||
$lang['form_validation_less_than'] = 'Pole {field} musi zawierać liczbę mniejszą niż {param}.';
|
||||
$lang['form_validation_less_than_equal_to'] = 'Pole {field} musi zawierać liczbę równą lub mniejszą niż {param}.';
|
||||
$lang['form_validation_greater_than'] = 'Pole {field} musi zawierać liczbę większą niż {param}.';
|
||||
$lang['form_validation_greater_than_equal_to'] = 'Pole {field} musi zawierać liczbę równą lub większą niż {param}.';
|
||||
$lang['form_validation_error_message_not_set'] = 'Nie można uzyskać dostępu do komunikatu o błędzie odpowiadającego nazwie pola {field}.';
|
||||
$lang['form_validation_in_list'] = 'Pole {field} musi być jednym z: {param}.';
|
||||
51
application/language/polish/ftp_lang.php
Normal file
51
application/language/polish/ftp_lang.php
Normal file
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['ftp_no_connection'] = 'Unable to locate a valid connection ID. Please make sure you are connected before performing any file routines.';
|
||||
$lang['ftp_unable_to_connect'] = 'Unable to connect to your FTP server using the supplied hostname.';
|
||||
$lang['ftp_unable_to_login'] = 'Unable to login to your FTP server. Please check your username and password.';
|
||||
$lang['ftp_unable_to_mkdir'] = 'Unable to create the directory you have specified.';
|
||||
$lang['ftp_unable_to_changedir'] = 'Unable to change directories.';
|
||||
$lang['ftp_unable_to_chmod'] = 'Unable to set file permissions. Please check your path.';
|
||||
$lang['ftp_unable_to_upload'] = 'Unable to upload the specified file. Please check your path.';
|
||||
$lang['ftp_unable_to_download'] = 'Unable to download the specified file. Please check your path.';
|
||||
$lang['ftp_no_source_file'] = 'Unable to locate the source file. Please check your path.';
|
||||
$lang['ftp_unable_to_rename'] = 'Unable to rename the file.';
|
||||
$lang['ftp_unable_to_delete'] = 'Unable to delete the file.';
|
||||
$lang['ftp_unable_to_move'] = 'Unable to move the file. Please make sure the destination directory exists.';
|
||||
57
application/language/polish/imglib_lang.php
Normal file
57
application/language/polish/imglib_lang.php
Normal file
@@ -0,0 +1,57 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['imglib_source_image_required'] = 'You must specify a source image in your preferences.';
|
||||
$lang['imglib_gd_required'] = 'The GD image library is required for this feature.';
|
||||
$lang['imglib_gd_required_for_props'] = 'Your server must support the GD image library in order to determine the image properties.';
|
||||
$lang['imglib_unsupported_imagecreate'] = 'Your server does not support the GD function required to process this type of image.';
|
||||
$lang['imglib_gif_not_supported'] = 'GIF images are often not supported due to licensing restrictions. You may have to use JPG or PNG images instead.';
|
||||
$lang['imglib_jpg_not_supported'] = 'JPG images are not supported.';
|
||||
$lang['imglib_png_not_supported'] = 'PNG images are not supported.';
|
||||
$lang['imglib_jpg_or_png_required'] = 'The image resize protocol specified in your preferences only works with JPEG or PNG image types.';
|
||||
$lang['imglib_copy_error'] = 'An error was encountered while attempting to replace the file. Please make sure your file directory is writable.';
|
||||
$lang['imglib_rotate_unsupported'] = 'Image rotation does not appear to be supported by your server.';
|
||||
$lang['imglib_libpath_invalid'] = 'The path to your image library is not correct. Please set the correct path in your image preferences.';
|
||||
$lang['imglib_image_process_failed'] = 'Image processing failed. Please verify that your server supports the chosen protocol and that the path to your image library is correct.';
|
||||
$lang['imglib_rotation_angle_required'] = 'An angle of rotation is required to rotate the image.';
|
||||
$lang['imglib_invalid_path'] = 'The path to the image is not correct.';
|
||||
$lang['imglib_invalid_image'] = 'The provided image is not valid.';
|
||||
$lang['imglib_copy_failed'] = 'The image copy routine failed.';
|
||||
$lang['imglib_missing_font'] = 'Unable to find a font to use.';
|
||||
$lang['imglib_save_failed'] = 'Unable to save the image. Please make sure the image and file directory are writable.';
|
||||
10
application/language/polish/index.html
Normal file
10
application/language/polish/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
19
application/language/polish/migration_lang.php
Normal file
19
application/language/polish/migration_lang.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @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'] = 'Nie znaleziono żadnych migracji.';
|
||||
$lang['migration_not_found'] = 'Nie można znaleźć migracji o numerze wersji: %s.';
|
||||
$lang['migration_sequence_gap'] = 'Istnieje luka w wersjach migracji, koło numeru: %s.';
|
||||
$lang['migration_multiple_version'] = 'Jest wiele migracji o tym samym numerze wersji: %d.';
|
||||
$lang['migration_class_doesnt_exist'] = 'Klasa migracji %s nie mogła zostać znaleziona.';
|
||||
$lang['migration_missing_up_method'] = 'Klasie migracji %s brakuje metody "up".';
|
||||
$lang['migration_missing_down_method'] = 'Klasie migracji %s brakuje metody "down".';
|
||||
$lang['migration_invalid_filename'] = 'Migracja %s ma niepoprawną nazwę pliku.';
|
||||
44
application/language/polish/number_lang.php
Normal file
44
application/language/polish/number_lang.php
Normal file
@@ -0,0 +1,44 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['terabyte_abbr'] = 'TB';
|
||||
$lang['gigabyte_abbr'] = 'GB';
|
||||
$lang['megabyte_abbr'] = 'MB';
|
||||
$lang['kilobyte_abbr'] = 'KB';
|
||||
$lang['bytes'] = 'Bytes';
|
||||
43
application/language/polish/pagination_lang.php
Normal file
43
application/language/polish/pagination_lang.php
Normal file
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['pagination_first_link'] = '‹ Pierwsza';
|
||||
$lang['pagination_next_link'] = '>';
|
||||
$lang['pagination_prev_link'] = '<';
|
||||
$lang['pagination_last_link'] = 'Ostatnia ›';
|
||||
60
application/language/polish/profiler_lang.php
Normal file
60
application/language/polish/profiler_lang.php
Normal file
@@ -0,0 +1,60 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['profiler_database'] = 'DATABASE';
|
||||
$lang['profiler_controller_info'] = 'CLASS/METHOD';
|
||||
$lang['profiler_benchmarks'] = 'BENCHMARKS';
|
||||
$lang['profiler_queries'] = 'QUERIES';
|
||||
$lang['profiler_get_data'] = 'GET DATA';
|
||||
$lang['profiler_post_data'] = 'POST DATA';
|
||||
$lang['profiler_uri_string'] = 'URI STRING';
|
||||
$lang['profiler_memory_usage'] = 'MEMORY USAGE';
|
||||
$lang['profiler_config'] = 'CONFIG VARIABLES';
|
||||
$lang['profiler_session_data'] = 'SESSION DATA';
|
||||
$lang['profiler_headers'] = 'HTTP HEADERS';
|
||||
$lang['profiler_no_db'] = 'Database driver is not currently loaded';
|
||||
$lang['profiler_no_queries'] = 'No queries were run';
|
||||
$lang['profiler_no_post'] = 'No POST data exists';
|
||||
$lang['profiler_no_get'] = 'No GET data exists';
|
||||
$lang['profiler_no_uri'] = 'No URI data exists';
|
||||
$lang['profiler_no_memory'] = 'Memory Usage Unavailable';
|
||||
$lang['profiler_no_profiles'] = 'No Profile data - all Profiler sections have been disabled.';
|
||||
$lang['profiler_section_hide'] = 'Hide';
|
||||
$lang['profiler_section_show'] = 'Show';
|
||||
$lang['profiler_seconds'] = 'seconds';
|
||||
487
application/language/polish/translations_lang.php
Normal file
487
application/language/polish/translations_lang.php
Normal file
@@ -0,0 +1,487 @@
|
||||
<?php defined('BASEPATH') or exit('No direct script access allowed');
|
||||
// Polish
|
||||
$lang['page_title'] = 'Zamów wizytę';
|
||||
$lang['service_and_provider'] = 'Wybierz Zabieg i Personel';
|
||||
$lang['select_service'] = 'Wybierz zabieg:';
|
||||
$lang['select_provider'] = 'Wybierz personel';
|
||||
$lang['duration'] = 'Czas trwania';
|
||||
$lang['minutes'] = 'min.';
|
||||
$lang['price'] = 'Cena';
|
||||
$lang['back'] = 'wstecz';
|
||||
$lang['appointment_date_and_time'] = 'Wybierz Datę i Czas Wizyty';
|
||||
$lang['no_available_hours'] = 'Brak dostępnych terminów w wybranym dniu, proszę wybrać inny dzień.';
|
||||
$lang['appointment_hour_missing'] = 'Proszę wybrać godzinę wizyty przed kontynuowaniem.';
|
||||
$lang['customer_information'] = 'Wypełnij Twoje informacje.';
|
||||
$lang['first_name'] = 'Imię';
|
||||
$lang['last_name'] = 'Nazwisko';
|
||||
$lang['email'] = 'E-mail';
|
||||
$lang['phone_number'] = 'Numer telefonu';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = 'Adres';
|
||||
$lang['city'] = 'Miasto';
|
||||
$lang['zip_code'] = 'Kod pocztowy';
|
||||
$lang['notes'] = 'Uwagi';
|
||||
$lang['language'] = 'Język';
|
||||
$lang['no_language'] = 'Brak języka';
|
||||
$lang['fields_are_required'] = 'Pola z * są wymagane.';
|
||||
$lang['appointment_confirmation'] = 'Potwierdź Wizytę';
|
||||
$lang['confirm'] = 'Potwierdź';
|
||||
$lang['update'] = 'Aktualizuj';
|
||||
$lang['cancel_appointment_hint'] = 'Przyciśnij \'Anuluj\' aby usunąć wizytę z terminarza.';
|
||||
$lang['cancel'] = 'Anulować';
|
||||
$lang['appointment_registered'] = 'Twoja wizyta została została pozytywnie zarejestrowana.';
|
||||
$lang['cancel_appointment_title'] = 'Anuluj Wizytę';
|
||||
$lang['appointment_cancelled'] = 'Twoja wizyta została anulowana.';
|
||||
$lang['appointment_cancelled_title'] = 'Wizyta Anulowana';
|
||||
$lang['reason'] = 'Powód';
|
||||
$lang['appointment_removed_from_schedule'] = 'Ta wizyta została usunięta z terminarza.';
|
||||
$lang['appointment_details_was_sent_to_you'] = 'Wiadomość e-mail ze szczegółami wizyty została wysłana do Ciebie.';
|
||||
$lang['add_to_google_calendar'] = 'Dodaj do Kalendarza Google';
|
||||
$lang['appointment_booked'] = 'Twoja wizyta została skutecznie zarezerwowana.';
|
||||
$lang['thank_you_for_appointment'] = 'Dziękuje za dokonanie rezerwacji. Poniżej umieszczone są szczegóły wizyty. Aby dokonać zmian kliknij link wizyty.';
|
||||
$lang['appointment_details_title'] = 'Szczegóły wizyty';
|
||||
$lang['customer_details_title'] = 'Szczegóły Klienta';
|
||||
$lang['service'] = 'Zabieg';
|
||||
$lang['provider'] = 'Personel';
|
||||
$lang['customer'] = 'Klient';
|
||||
$lang['start'] = 'Początek';
|
||||
$lang['end'] = 'Koniec';
|
||||
$lang['name'] = 'Nazwisko';
|
||||
$lang['appointment_link_title'] = 'Link Wizyty';
|
||||
$lang['success'] = 'Sukces.';
|
||||
$lang['appointment_added_to_your_plan'] = 'Nowa wizyta została dodana do twojego terminarza';
|
||||
$lang['appointment_link_description'] = 'Możesz dokonać zmian klikając na link wizyty poniżej.';
|
||||
$lang['appointment_locked'] = 'Modyfikacja niemożliwa.';
|
||||
$lang['appointment_locked_message'] = 'Spotkania nie można zmienić mniej niż {$limit} godzin przed.';
|
||||
$lang['appointment_not_found'] = 'Nie znaleziono wizyty.';
|
||||
$lang['appointment_does_not_exist_in_db'] = 'Wybrana wizyta nie istnieje już w systemie.';
|
||||
$lang['display_calendar'] = 'Wyświetl Kalendarz';
|
||||
$lang['calendar'] = 'Kalendarz';
|
||||
$lang['users'] = 'Użytkownicy';
|
||||
$lang['settings'] = 'Ustawienia';
|
||||
$lang['log_out'] = 'Wyloguj';
|
||||
$lang['synchronize'] = 'Synchronizuj';
|
||||
$lang['enable_sync'] = 'Włącz Synch.';
|
||||
$lang['disable_sync'] = 'Wyłącz Synch.';
|
||||
$lang['disable_sync_prompt'] = 'Czy na pewno chcesz wyłączyć synchronizację kalendarza?';
|
||||
$lang['reload'] = 'Odśwież';
|
||||
$lang['appointment'] = 'Wizyta';
|
||||
$lang['unavailability'] = 'Niedostępne';
|
||||
$lang['week'] = 'Tydzień';
|
||||
$lang['month'] = 'Miesiąc';
|
||||
$lang['today'] = 'Dziś';
|
||||
$lang['not_working'] = 'Nie Pracuje';
|
||||
$lang['break'] = 'Przerwa';
|
||||
$lang['add'] = 'Dodaj';
|
||||
$lang['edit'] = 'Edytuj';
|
||||
$lang['hello'] = 'Witaj';
|
||||
$lang['all_day'] = 'Cały Dzień';
|
||||
$lang['manage_appointment_record_hint'] = 'Zarządzaj wszystkimi rekordami wizyt dostępnego personelu i zabiegów';
|
||||
$lang['select_filter_item_hint'] = 'Wybierz personel lub zabieg i obejrzyj wizyty w kalendarzu.';
|
||||
$lang['enable_appointment_sync_hint'] = 'Włącz synchronizację wizyt z kalendarzem Google personelu.';
|
||||
$lang['manage_customers_hint'] = 'Zarządzaj zarejestrowanymi klientami i obejrzyj ich historię rejestracji.';
|
||||
$lang['manage_services_hint'] = 'Zarządzaj dostępnymi zabiegami i kategoriami systemu.';
|
||||
$lang['manage_users_hint'] = 'Zarządzaj użytkownikami.(admin, personel, sekretarka, inne)';
|
||||
$lang['settings_hint'] = 'Zmień ustawienia systemu i użytkownika';
|
||||
$lang['log_out_hint'] = 'Wyloguj z systemu';
|
||||
$lang['unavailability_periods_hint'] = 'Podczas niedostępnych okresów personel nie akceptuje nowych wizyt.';
|
||||
$lang['new_appointment_hint'] = 'Utwórz nową wizytę i przechowaj ją w bazie danych.';
|
||||
$lang['reload_appointments_hint'] = 'Przeładuj wizyty kalendarza.';
|
||||
$lang['trigger_sync_hint'] = 'Przełącz proces synchronizacji Kalendarza Google';
|
||||
$lang['appointment_updated'] = 'Wizyta zaktualizowana poprawnie.';
|
||||
$lang['undo'] = 'Cofnij';
|
||||
$lang['appointment_details_changed'] = 'Szczegóły wizyty zostały zmienione.';
|
||||
$lang['appointment_changes_saved'] = 'Zmiany zostały zapisane.';
|
||||
$lang['save'] = 'Zapisz';
|
||||
$lang['new'] = 'Nowa';
|
||||
$lang['select'] = 'Wybierz';
|
||||
$lang['hide'] = 'Ukryj';
|
||||
$lang['type_to_filter_customers'] = 'Wyszukaj klienta';
|
||||
$lang['clear_fields_add_existing_customer_hint'] = 'Wyczyść pola i wprowadź klienta';
|
||||
$lang['pick_existing_customer_hint'] = 'Wybierz istniejącego klienta.';
|
||||
$lang['new_appointment_title'] = 'Nowa Wizyta';
|
||||
$lang['edit_appointment_title'] = 'Edytuj Wizytę';
|
||||
$lang['delete_appointment_title'] = 'Usuń Wizytę';
|
||||
$lang['write_appointment_removal_reason'] = 'Proszę o podanie powodu usunięcia wizyty:';
|
||||
$lang['appointment_saved'] = 'Wizyta zapamiętana pomyślnie.';
|
||||
$lang['new_unavailability_title'] = 'Nowy Niedostępny Okres';
|
||||
$lang['edit_unavailability_title'] = 'Edytuj Niedostępny Okres';
|
||||
$lang['unavailability_saved'] = 'Niedostępny okres zapisano pomyślnie.';
|
||||
$lang['start_date_before_end_error'] = 'Wartość początkowa jest większa niż data końcowa.';
|
||||
$lang['invalid_duration'] = 'Nieprawidłowy czas trwania.';
|
||||
$lang['invalid_email'] = 'Niepoprawny adres email.';
|
||||
$lang['customers'] = 'Klienci';
|
||||
$lang['details'] = 'Szczegóły';
|
||||
$lang['no_records_found'] = 'Nie znaleziono rekordów...';
|
||||
$lang['services'] = 'Zabieg';
|
||||
$lang['duration_minutes'] = 'Czas trwania (minuty)';
|
||||
$lang['currency'] = 'Waluta';
|
||||
$lang['category'] = 'Kategoria';
|
||||
$lang['no_category'] = 'Bez kategorii';
|
||||
$lang['description'] = 'Opis';
|
||||
$lang['categories'] = 'Kategorie';
|
||||
$lang['admins'] = 'Administratorzy';
|
||||
$lang['providers'] = 'Personel';
|
||||
$lang['secretaries'] = 'Sekretarze';
|
||||
$lang['mobile_number'] = 'nr kom.';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'Woj.';
|
||||
$lang['username'] = 'Użytkownik';
|
||||
$lang['password'] = 'Hasło';
|
||||
$lang['retype_password'] = 'Powtórz hasło';
|
||||
$lang['receive_notifications'] = 'Otrzymanie powiadomienia';
|
||||
$lang['passwords_mismatch'] = 'Nie poprawne hasło.';
|
||||
$lang['admin_saved'] = 'Zapisano Administratora pomyślnie.';
|
||||
$lang['provider_saved'] = 'Personel zapisany pomyślnie.';
|
||||
$lang['secretary_saved'] = 'Sekretarka zapisana pomyślnie.';
|
||||
$lang['admin_deleted'] = 'Usunięto administratora pomyślnie';
|
||||
$lang['provider_deleted'] = 'Personel usunięty pomyślnie';
|
||||
$lang['secretary_deleted'] = 'Sekretarka usunięta pomyślnie';
|
||||
$lang['service_saved'] = 'Zabieg zapisany pomyślnie.';
|
||||
$lang['service_category_saved'] = 'Kategoria zabiegu zapisana pomyślnie';
|
||||
$lang['service_deleted'] = 'Zabieg usunięty pomyślnie';
|
||||
$lang['service_category_deleted'] = 'Kategoria zabiegu usunięta.';
|
||||
$lang['customer_saved'] = 'Klient został zapisany';
|
||||
$lang['customer_deleted'] = 'Klient usunięty pomyślnie';
|
||||
$lang['current_view'] = 'Obecny Widok';
|
||||
$lang['working_plan'] = 'Plan Pracy';
|
||||
$lang['reset_plan'] = 'Resetuj Plan';
|
||||
$lang['monday'] = 'Poniedziałek';
|
||||
$lang['tuesday'] = 'Wtorek';
|
||||
$lang['wednesday'] = 'Środa';
|
||||
$lang['thursday'] = 'Czwartek';
|
||||
$lang['friday'] = 'Piątek';
|
||||
$lang['saturday'] = 'Sobota';
|
||||
$lang['sunday'] = 'Niedziela';
|
||||
$lang['breaks'] = 'Przerwa';
|
||||
$lang['add_breaks_during_each_day'] = 'Dodaj przerwę. W tym czasie nie są dostępne terminy wizyt.';
|
||||
$lang['day'] = 'Dzień';
|
||||
$lang['days'] = 'Days';
|
||||
$lang['actions'] = 'Czynność';
|
||||
$lang['reset_working_plan_hint'] = 'Zresetuj plan pracy do wartości domyślnych.';
|
||||
$lang['company_name'] = 'Nazwa Firmy';
|
||||
$lang['company_name_hint'] = 'Nazwa firmy będzie wyświetlana wszędzie w systemie.(wymagana)';
|
||||
$lang['company_email'] = 'Email Firmowy:';
|
||||
$lang['company_email_hint'] = 'To będzie firmowy adres email. Używany jako nadawca wiadomości systemowych.(wymagane)';
|
||||
$lang['company_link'] = 'Link Firmowy';
|
||||
$lang['company_link_hint'] = 'Link firmowy powinien wskazywać na firmowe www. (wymagana)';
|
||||
$lang['go_to_booking_page'] = 'Idź do strony bookowania';
|
||||
$lang['settings_saved'] = 'Ustawienia zapisano.';
|
||||
$lang['general'] = 'Ogólne';
|
||||
$lang['booking'] = 'Booking';
|
||||
$lang['visible'] = 'Widoczny';
|
||||
$lang['hidden'] = 'Ukryty';
|
||||
$lang['business_logic'] = 'Podział Firmy';
|
||||
$lang['current_user'] = 'Bieżący Użytkownik';
|
||||
$lang['about_app'] = 'O Easy!Appointments';
|
||||
$lang['edit_working_plan_hint'] = 'Zaznacz poniżej dni i godziny w których Twoja firma akceptuje wizyty. Będziesz w stanie dostosować w stosunku do godziny pracujących i nie pracujących. Ten plan będzie domyślny dla każdego nowego personelu. Dla każdego nowego personelu można utworzyć oddzielny plan poprzez edycję planu.';
|
||||
$lang['edit_breaks_hint'] = 'Dodaj przerwy w pracy w ciągu dnia. Te przerwy będą dotyczyć również dla nowych pacjentów.';
|
||||
$lang['book_advance_timeout'] = 'Czas bookowania minął';
|
||||
$lang['book_advance_timeout_hint'] = 'Zdefiniuj w minutach czas w którym klient ponownie może zabookować wizytę.';
|
||||
$lang['timeout_minutes'] = 'Czas out';
|
||||
$lang['about_app_info'] = 'Easy!Appointments jest aplikacją webową wysoce przystosowywalną do potrzeb klienta. Co więcej pozwala na synchronizację z Kalendarzem Google.';
|
||||
$lang['current_version'] = 'Aktualna Wersja';
|
||||
$lang['support'] = 'Pomoc';
|
||||
$lang['about_app_support'] = 'Jeśli masz problem z Easy!Appointmants możesz spytać grupę Google.';
|
||||
$lang['official_website'] = 'Oficjalna strona';
|
||||
$lang['google_plus_community'] = 'Google+ Społeczność';
|
||||
$lang['support_group'] = 'Grupa Wsparcia';
|
||||
$lang['project_issues'] = 'Błędy projektu';
|
||||
$lang['license'] = 'Licencja';
|
||||
$lang['about_app_license'] = 'Easy!Appointments posiada licencję GPLv3. Używaj zgodnie z warunkami opisanymi tu:';
|
||||
$lang['logout_success'] = 'Wylogowałeś się Naciśnij przycisk aby nawigować do innej strony.';
|
||||
$lang['book_appointment_title'] = 'Zamów wizytę';
|
||||
$lang['backend_section'] = 'Sekcja funkcjonalna';
|
||||
$lang['you_need_to_login'] = 'Witaj! Musisz się zalogować aby zobaczyć część funkcjonalną.';
|
||||
$lang['enter_username_here'] = 'Wpisz nazwę użytkownika';
|
||||
$lang['enter_password_here'] = 'Wprowadź hasło tu ...';
|
||||
$lang['login'] = 'Zaloguj';
|
||||
$lang['forgot_your_password'] = 'Zapomniałeś Swojego Hasła';
|
||||
$lang['login_failed'] = 'Logowanie nieudane, proszę wprowadzić ponownie.';
|
||||
$lang['type_username_and_email_for_new_password'] = 'Wpisz nazwę użytkownika i adres email aby otrzymać nowe hasło';
|
||||
$lang['enter_email_here'] = 'Wprowadź swój email tu...';
|
||||
$lang['regenerate_password'] = 'Odnów Hasło';
|
||||
$lang['go_to_login'] = 'Wróć do strony Logowania';
|
||||
$lang['new_password_sent_with_email'] = 'Twoje nowe hasło zostało wysłane w email\'u.';
|
||||
$lang['new_account_password'] = 'Nowe Hasło Konta';
|
||||
$lang['new_password_is'] = 'Twoje nowe hasło to $password. Proszę zachować ten email aby w razie potrzeby móc do niego sięgnąć.';
|
||||
$lang['delete_record_prompt'] = 'Czy na pewno chcesz usunąć ten rekord? Nie można cofnąć tej czynności';
|
||||
$lang['delete_admin'] = 'Usuń Administratora';
|
||||
$lang['delete_customer'] = 'Usuń Klienta';
|
||||
$lang['delete_service'] = 'Usuń Zabieg';
|
||||
$lang['delete_service_category'] = 'Usuń kategorię zabiegów.';
|
||||
$lang['delete_provider'] = 'Usuń personel';
|
||||
$lang['delete_secretary'] = 'Usuń sekretarkę';
|
||||
$lang['delete_appointment'] = 'Usuń Wizytę';
|
||||
$lang['delete_unavailability'] = 'Usuń Niedostępny Okres';
|
||||
$lang['delete'] = 'Usuń';
|
||||
$lang['unexpected_issues'] = 'Niespodziewany błąd';
|
||||
$lang['unexpected_issues_message'] = 'Ta operacja nie może być ukończona na skutek nieoczekiwanego błędu.';
|
||||
$lang['close'] = 'Zamknij';
|
||||
$lang['page_not_found'] = 'Strona Nie Znaleziona';
|
||||
$lang['page_not_found_message'] = 'Niestety nie znaleziono strony, sprawdź adres url...';
|
||||
$lang['error'] = 'Błąd';
|
||||
$lang['no_privileges'] = 'Brak uprawnień';
|
||||
$lang['no_privileges_message'] = 'Nie masz odpowiednich uprawnień aby zobaczyć tą stronę. Nawiguj do innej sekcji.';
|
||||
$lang['backend_calendar'] = 'Kalendarz funkcjonalny';
|
||||
$lang['start_date_time'] = 'Data startu / Czas';
|
||||
$lang['end_date_time'] = 'Data końca / Czas';
|
||||
$lang['licensed_under'] = 'Na licencji';
|
||||
$lang['unexpected_issues_occurred'] = 'Nieoczekiwany błąd.';
|
||||
$lang['service_communication_error'] = 'Błąd komunikacji z serwerem. Spróbuj ponownie.';
|
||||
$lang['no_privileges_edit_appointments'] = 'Nie masz wystarczających uprawnień aby edytować wizyty.';
|
||||
$lang['unavailability_updated'] = 'Czas niedostępności aktualizowany.';
|
||||
$lang['appointments'] = 'Wizyta';
|
||||
$lang['unexpected_warnings'] = 'Nieoczekiwane Ostrzeżenia';
|
||||
$lang['unexpected_warnings_message'] = 'Operacja ukończona, ale wystąpiło parę błędów.';
|
||||
$lang['filter'] = 'Filtr';
|
||||
$lang['clear'] = 'Wyczyść';
|
||||
$lang['uncategorized'] = 'Bez kategorii';
|
||||
$lang['username_already_exists'] = 'Użytkownik już istnieje';
|
||||
$lang['password_length_notice'] = 'Hasło musi być co najmniej długości $number';
|
||||
$lang['general_settings'] = 'Ogólne ustawienia';
|
||||
$lang['personal_information'] = 'Informacje personalne';
|
||||
$lang['system_login'] = 'Logowanie do Systemu';
|
||||
$lang['user_settings_are_invalid'] = 'Ustawienia użytkownika są niepoprawne! Proszę sprawdź swoje ustawienia i spróbuj ponownie.';
|
||||
$lang['add_break'] = 'Dodaj Przerwę';
|
||||
$lang['january'] = 'Styczeń';
|
||||
$lang['february'] = 'Luty';
|
||||
$lang['march'] = 'Marzec';
|
||||
$lang['april'] = 'Kwiecień';
|
||||
$lang['may'] = 'Maj';
|
||||
$lang['june'] = 'Czerwiec';
|
||||
$lang['july'] = 'Lipiec';
|
||||
$lang['august'] = 'Sierpień';
|
||||
$lang['september'] = 'Wrzesień';
|
||||
$lang['october'] = 'Październik';
|
||||
$lang['november'] = 'Listopad';
|
||||
$lang['december'] = 'Grudzień';
|
||||
$lang['previous'] = 'Poprzedni';
|
||||
$lang['next'] = 'Dalej';
|
||||
$lang['now'] = 'Teraz';
|
||||
$lang['select_time'] = 'Wybierz Godzinę';
|
||||
$lang['time'] = 'Godzina';
|
||||
$lang['hour'] = 'Godzina';
|
||||
$lang['minute'] = 'Minuta';
|
||||
$lang['calendar_sync_completed'] = 'Synchronizacja Google pomyślna.';
|
||||
$lang['calendar_sync_failed'] = 'Synchronizacja Google nieudana.';
|
||||
$lang['select_sync_calendar'] = 'Wybierz Kalendarz Google';
|
||||
$lang['select_sync_calendar_prompt'] = 'Wybierz kalendarz do synchronizacji wizyt. Brak wyboru spowoduje użycie kalendarza domyślnego.';
|
||||
$lang['sync_calendar_selected'] = 'Kalendarz Google wybrany pomyślnie.';
|
||||
$lang['oops_something_went_wrong'] = 'Ojj! Coś poszło nie tak.';
|
||||
$lang['ea_update_success'] = 'Easy!Appointment zaktualizowany pomyślnie';
|
||||
$lang['require_captcha'] = 'Wymagaj CAPTCHA';
|
||||
$lang['require_captcha_hint'] = 'Po włączeniu klienci będą musieli wpisać losowo wygenerowany ciąg CAPTCHA przed rezerwacją/aktualizacją wizyty.';
|
||||
$lang['captcha_is_wrong'] = 'Weryfikacja CAPTCHA nie powiodła się, spróbuj ponownie.';
|
||||
$lang['any_provider'] = 'Dowolny dostawca';
|
||||
$lang['requested_hour_is_unavailable'] = 'Żądany termin wizyty jest niestety niedostępny. Proszę wybrać inny termin dla swojej wizyty.';
|
||||
$lang['customer_notifications'] = 'Powiadomienia dla klientów';
|
||||
$lang['customer_notifications_hint'] = 'Określa, czy klient otrzyma powiadomienia e-mail za każdym razem, gdy nastąpi zmiana w harmonogramie jednej z jego wizyt.';
|
||||
$lang['date_format'] = 'Format daty';
|
||||
$lang['date_format_hint'] = 'Zmień format wyświetlania daty (D - Dzień, M - Miesiąc, Y - Rok).';
|
||||
$lang['time_format'] = 'Format czasu';
|
||||
$lang['time_format_hint'] = 'Zmień format wyświetlania czasu (H - Godziny, M - Minuty).';
|
||||
$lang['first_weekday'] = 'Pierwszy dzień tygodnia';
|
||||
$lang['first_weekday_hint'] = 'Ustaw pierwszy dzień tygodnia w kalendarzu.';
|
||||
$lang['google_analytics_code_hint'] = 'Dodaj swój identyfikator Google Analytics, aby został uwzględniony na stronie rezerwacji.';
|
||||
$lang['availabilities_type'] = 'Typ dostępności';
|
||||
$lang['flexible'] = 'Elastyczny';
|
||||
$lang['fixed'] = 'Stały';
|
||||
$lang['attendants_number'] = 'Liczba uczestników';
|
||||
$lang['reset_working_plan'] = 'Przywróć plan pracy do wartości domyślnych.';
|
||||
$lang['legal_contents'] = 'Treści prawne';
|
||||
$lang['cookie_notice'] = 'Informacja o cookies';
|
||||
$lang['display_cookie_notice'] = 'Wyświetl informację o cookies';
|
||||
$lang['cookie_notice_content'] = 'Treść informacji o cookies';
|
||||
$lang['terms_and_conditions'] = 'Regulamin';
|
||||
$lang['display_terms_and_conditions'] = 'Wyświetl regulamin';
|
||||
$lang['terms_and_conditions_content'] = 'Treść regulaminu';
|
||||
$lang['privacy_policy'] = 'Polityka prywatności';
|
||||
$lang['display_privacy_policy'] = 'Wyświetl politykę prywatności';
|
||||
$lang['privacy_policy_content'] = 'Treść polityki prywatności';
|
||||
$lang['website_using_cookies_to_ensure_best_experience'] = 'Ta strona korzysta z cookies, aby zapewnić najlepsze doświadczenia podczas korzystania z naszej witryny.';
|
||||
$lang['read_and_agree_to_terms_and_conditions'] = 'Przeczytałem i zgadzam się z {$link}Regulaminem{/$link}.';
|
||||
$lang['read_and_agree_to_privacy_policy'] = 'Przeczytałem i zgadzam się z {$link}Polityką prywatności{/$link}.';
|
||||
$lang['delete_personal_information_hint'] = 'Usuń wszystkie swoje wizyty i dane osobowe z systemu.';
|
||||
$lang['delete_personal_information'] = 'Usuń dane osobowe';
|
||||
$lang['delete_personal_information_prompt'] = 'Czy na pewno chcesz usunąć swoje dane osobowe? Ta akcja jest nieodwracalna.';
|
||||
$lang['location'] = 'Lokalizacja';
|
||||
$lang['working_plan_exception'] = 'Wyjątek w planie pracy';
|
||||
$lang['working_plan_exceptions'] = 'Wyjątki w planie pracy';
|
||||
$lang['working_plan_exceptions_hint'] = 'Dodaj dzień wyjątkowy w planie pracy, poza standardowym planem.';
|
||||
$lang['new_working_plan_exception_title'] = 'Nowy wyjątek w planie pracy';
|
||||
$lang['working_plan_exception_saved'] = 'Wyjątek w planie pracy zapisany pomyślnie.';
|
||||
$lang['working_plan_exception_deleted'] = 'Wyjątek w planie pracy usunięty pomyślnie.';
|
||||
$lang['add_working_plan_exceptions_during_each_day'] = 'Dodaj wyjątki w planie pracy, poza standardowym planem.';
|
||||
$lang['add_working_plan_exception'] = 'Dodaj wyjątek w planie pracy';
|
||||
$lang['require_phone_number'] = 'Wymagaj numeru telefonu';
|
||||
$lang['require_phone_number_hint'] = 'Po włączeniu klienci i użytkownicy będą musieli podać numer telefonu klienta podczas rezerwacji wizyty.';
|
||||
$lang['check_spam_folder'] = 'Proszę sprawdzić folder spam, jeśli e-mail nie dotrze w ciągu kilku minut.';
|
||||
$lang['api_token_hint'] = 'Ustaw tajny token, aby włączyć uwierzytelnianie oparte na tokenie w API Easy!Appointments.';
|
||||
$lang['timezone'] = 'Strefa czasowa';
|
||||
$lang['overwrite_existing_working_plans'] = 'To nadpisze istniejące plany pracy dostawców, czy na pewno chcesz kontynuować?';
|
||||
$lang['working_plans_got_updated'] = 'Wszystkie plany pracy zostały zaktualizowane.';
|
||||
$lang['apply_to_all_providers'] = 'Zastosuj do wszystkich dostawców';
|
||||
$lang['display_any_provider'] = 'Wyświetl opcję dowolnego dostawcy';
|
||||
$lang['display_any_provider_hint'] = 'Strona rezerwacji uzyska dodatkową opcję, która pozwala klientom rezerwować bez określania dostawcy.';
|
||||
$lang['load_more'] = 'Załaduj więcej';
|
||||
$lang['list'] = 'Lista';
|
||||
$lang['default'] = 'Domyślny';
|
||||
$lang['table'] = 'Tabela';
|
||||
$lang['date'] = 'Data';
|
||||
$lang['about'] = 'O nas';
|
||||
$lang['booking_settings'] = 'Ustawienia rezerwacji';
|
||||
$lang['display'] = 'Wyświetl';
|
||||
$lang['require'] = 'Wymagaj';
|
||||
$lang['color'] = 'Kolor';
|
||||
$lang['matomo_analytics_url_hint'] = 'Dodaj URL do własnej instalacji Matomo, aby włączyć śledzenie Matomo na stronach rezerwacji.';
|
||||
$lang['invalid_phone'] = 'Nieprawidłowy numer telefonu.';
|
||||
$lang['legal'] = 'Prawny';
|
||||
$lang['business'] = 'Biznes';
|
||||
$lang['account'] = 'Konto';
|
||||
$lang['disable_booking'] = 'Wyłącz rezerwację';
|
||||
$lang['disable_booking_hint'] = 'Strona rezerwacji będzie wyłączona tak długo, jak jest aktywne to ustawienie i klienci nie będą mogli rejestrować nowych wizyt.';
|
||||
$lang['display_message'] = 'Wyświetl wiadomość';
|
||||
$lang['booking_is_disabled'] = 'Rezerwacja jest wyłączona!';
|
||||
$lang['appearance'] = 'Wygląd';
|
||||
$lang['company_logo'] = 'Logo firmy';
|
||||
$lang['company_logo_hint'] = 'Logo firmy będzie wyświetlane w wielu miejscach aplikacji, w tym na stronie rezerwacji i w e-mailach powiadamiających (plik graficzny, max 2MB).';
|
||||
$lang['company_color'] = 'Kolor firmy';
|
||||
$lang['company_color_hint'] = 'Kolor firmy zostanie zastosowany w całej aplikacji, aby używała ona Twojej marki.';
|
||||
$lang['localization'] = 'Lokalizacja';
|
||||
$lang['integrations'] = 'Integracje';
|
||||
$lang['company'] = 'Firma';
|
||||
$lang['remove'] = 'Usuń';
|
||||
$lang['login_button'] = 'Przycisk logowania';
|
||||
$lang['display_login_button_hint'] = 'Określa, czy przycisk logowania jest wyświetlany na stronie rezerwacji.';
|
||||
$lang['private'] = 'Prywatny';
|
||||
$lang['private_hint'] = 'Prywatne rekordy nie będą wyświetlane ani przetwarzane na stronach publicznych, takich jak strona rezerwacji.';
|
||||
$lang['reset'] = 'Resetuj';
|
||||
$lang['all'] = 'Wszystko';
|
||||
$lang['booking_link'] = 'Link do rezerwacji';
|
||||
$lang['add_new_event'] = 'Dodaj nowe wydarzenie';
|
||||
$lang['what_kind_of_event'] = 'Jakiego rodzaju wydarzenie chciałbyś dodać?';
|
||||
$lang['theme'] = 'Motyw';
|
||||
$lang['limit_customer_access'] = 'Ogranicz dostęp klientów';
|
||||
$lang['limit_customer_access_hint'] = 'Jeśli włączone, dostawcy i sekretarze będą mogli uzyskać dostęp tylko do klientów, z którymi mają umówione spotkanie.';
|
||||
$lang['url'] = 'URL';
|
||||
$lang['secret_token'] = 'Sekretny token';
|
||||
$lang['verify_ssl'] = 'Weryfikuj SSL';
|
||||
$lang['appointment_save'] = 'Zapisz spotkanie';
|
||||
$lang['appointment_delete'] = 'Usuń spotkanie';
|
||||
$lang['unavailability_save'] = 'Zapisz niedostępność';
|
||||
$lang['unavailability_delete'] = 'Usuń niedostępność';
|
||||
$lang['customer_save'] = 'Zapisz klienta';
|
||||
$lang['customer_delete'] = 'Usuń klienta';
|
||||
$lang['service_save'] = 'Zapisz usługę';
|
||||
$lang['service_delete'] = 'Usuń usługę';
|
||||
$lang['service_category_save'] = 'Zapisz kategorię';
|
||||
$lang['service_category_delete'] = 'Usuń kategorię';
|
||||
$lang['provider_save'] = 'Zapisz dostawcę';
|
||||
$lang['provider_delete'] = 'Usuń dostawcę';
|
||||
$lang['secretary_save'] = 'Zapisz sekretarza';
|
||||
$lang['secretary_delete'] = 'Usuń sekretarza';
|
||||
$lang['admin_save'] = 'Zapisz administratora';
|
||||
$lang['admin_delete'] = 'Usuń administratora';
|
||||
$lang['options'] = 'Opcje';
|
||||
$lang['webhooks'] = 'Webhooks';
|
||||
$lang['webhooks_info'] = 'Webhooks umożliwiają wysyłanie powiadomień HTTP do zewnętrznych aplikacji internetowych w odpowiedzi na różne zdarzenia aplikacji, takie jak tworzenie spotkania lub usunięcie klienta.';
|
||||
$lang['integrations_info'] = 'Integracje umożliwiają tworzenie połączeń z aplikacjami i interfejsami API zewnętrznymi.';
|
||||
$lang['configure'] = 'Konfiguruj';
|
||||
$lang['google_analytics'] = 'Google Analytics';
|
||||
$lang['google_analytics_info'] = 'Google Analytics umożliwia automatyczne dodanie kodu śledzenia i znaczników HTML na stronie publicznej oraz śledzenie wszystkich publicznych sesji rezerwacji.';
|
||||
$lang['matomo_analytics'] = 'Matomo Analytics';
|
||||
$lang['matomo_analytics_info'] = 'Matomo Analytics umożliwia automatyczne dodanie kodu śledzenia i znaczników HTML na stronie publicznej oraz śledzenie wszystkich publicznych sesji rezerwacji.';
|
||||
$lang['api'] = 'API';
|
||||
$lang['api_info'] = 'API umożliwia interakcję ze wszystkimi danymi Easy!Appointments za pomocą protokołu HTTP oraz dostępnych punktów końcowych API i tworzenie własnych integracji.';
|
||||
$lang['google_analytics_code'] = 'Kod Google Analytics';
|
||||
$lang['matomo_analytics_url'] = 'URL Matomo Analytics';
|
||||
$lang['future_booking_limit'] = 'Limit przyszłych rezerwacji';
|
||||
$lang['limit_days'] = 'Limit (dni)';
|
||||
$lang['future_booking_limit_hint'] = 'Ustaw limit w dniach, w którym klienci mogą dokonywać rezerwacji za pośrednictwem publicznej strony rezerwacji.';
|
||||
$lang['api_token'] = 'Token API';
|
||||
$lang['allow_rescheduling_cancellation_before'] = 'Zezwól na zmianę terminu/odwołanie przed';
|
||||
$lang['at_least_one_field'] = 'Co najmniej jedno pole musi być wyświetlane na stronie rezerwacji.';
|
||||
$lang['status'] = 'Status';
|
||||
$lang['appointment_status_options'] = 'Opcje statusu spotkania';
|
||||
$lang['appointment_status_options_info'] = 'Zdefiniuj listę dostępnych opcji statusu spotkania, które mogą być używane na stronie kalendarza (pierwsza opcja automatycznie stanie się wartością domyślną).';
|
||||
$lang['sunday_short'] = 'Nd';
|
||||
$lang['monday_short'] = 'Pn';
|
||||
$lang['tuesday_short'] = 'Wt';
|
||||
$lang['wednesday_short'] = 'Śr';
|
||||
$lang['thursday_short'] = 'Cz';
|
||||
$lang['friday_short'] = 'Pt';
|
||||
$lang['saturday_short'] = 'So';
|
||||
$lang['january_short'] = 'Sty';
|
||||
$lang['february_short'] = 'Lut';
|
||||
$lang['march_short'] = 'Mar';
|
||||
$lang['april_short'] = 'Kwi';
|
||||
$lang['may_short'] = 'Maj';
|
||||
$lang['june_short'] = 'Cze';
|
||||
$lang['july_short'] = 'Lip';
|
||||
$lang['august_short'] = 'Sie';
|
||||
$lang['september_short'] = 'Wrz';
|
||||
$lang['october_short'] = 'Paź';
|
||||
$lang['november_short'] = 'Lis';
|
||||
$lang['december_short'] = 'Gru';
|
||||
$lang['am'] = 'AM';
|
||||
$lang['pm'] = 'PM';
|
||||
$lang['to'] = 'do';
|
||||
$lang['click_to_toggle'] = 'Kliknij, aby przełączać';
|
||||
$lang['week_short'] = 'Tydz';
|
||||
$lang['scroll_to_increment'] = 'Przewiń, aby zwiększyć';
|
||||
$lang['year'] = 'Rok';
|
||||
$lang['make_non_working_day'] = 'Ten dostawca nie będzie dostępny do pracy w wybranym dniu.';
|
||||
$lang['no_breaks'] = 'Brak przerw';
|
||||
$lang['service_categories'] = 'Kategorie usług';
|
||||
$lang['service_category'] = 'Kategoria usługi';
|
||||
$lang['blocked_period_saved'] = 'Okres blokady został pomyślnie zapisany.';
|
||||
$lang['blocked_period_deleted'] = 'Okres blokady został pomyślnie usunięty.';
|
||||
$lang['delete_blocked_period'] = 'Usuń okres blokady';
|
||||
$lang['blocked_period'] = 'Okres blokady';
|
||||
$lang['blocked_periods'] = 'Okresy blokady';
|
||||
$lang['blocked_period_save'] = 'Zapisz okres blokady';
|
||||
$lang['blocked_period_delete'] = 'Usuń okres blokady';
|
||||
$lang['blocked_periods_hint'] = 'Zdefiniuj okresy, w których rezerwacje publiczne będą wyłączone dla wszystkich dostawców (np. dni zamknięcia, święta itp.).';
|
||||
$lang['custom_field'] = 'Feldy niestandardowe';
|
||||
$lang['custom_fields'] = 'Feldy niestandardowe';
|
||||
$lang['label'] = 'Etykieta';
|
||||
$lang['webhook_saved'] = 'Webhook został pomyślnie zapisany.';
|
||||
$lang['webhook_deleted'] = 'Webhook został pomyślnie usunięty.';
|
||||
$lang['delete_webhook'] = 'Usuń webhook';
|
||||
$lang['contact_info'] = 'Informacje kontaktowe';
|
||||
$lang['hide_from_public'] = 'Ukryj przed publicznością';
|
||||
$lang['matomo_analytics_site_id'] = 'ID witryny Matomo Analytics';
|
||||
$lang['matomo_analytics_site_id_hint'] = 'Ustaw ID witryny, która będzie śledzona przez Matomo (domyślna witryna ma ID "1").';
|
||||
$lang['default_timezone'] = 'Domyślna strefa czasowa';
|
||||
$lang['default_timezone_hint'] = 'Ustaw domyślną wartość strefy czasowej, która będzie używana dla nowych rekordów.';
|
||||
$lang['default_language'] = 'Domyślny język';
|
||||
$lang['default_language_hint'] = 'Ustaw domyślną wartość języka, która będzie używana dla nowych rekordów.';
|
||||
$lang['sync_method_prompt'] = 'Jaką metodę synchronizacji chciałbyś użyć?';
|
||||
$lang['caldav_server'] = 'Serwer CalDAV';
|
||||
$lang['caldav_connection_info_prompt'] = 'Proszę wprowadzić informacje o połączeniu z docelowym kalendarzem CalDAV.';
|
||||
$lang['connect'] = 'Połącz';
|
||||
$lang['ldap'] = 'LDAP';
|
||||
$lang['ldap_info'] = 'Ta integracja umożliwia połączenie z istniejącym serwerem LDAP i automatyczne importowanie użytkowników do Easy!Appointments oraz umożliwienie im logowania się za pomocą hasła z katalogu (nazwa użytkownika musi się zgadzać).';
|
||||
$lang['host'] = 'Host';
|
||||
$lang['port'] = 'Port';
|
||||
$lang['user_dn'] = 'User DN';
|
||||
$lang['base_dn'] = 'Base DN';
|
||||
$lang['keyword'] = 'Słowo kluczowe';
|
||||
$lang['ldap_search_hint'] = 'Podaj słowo kluczowe, aby przeszukać katalog LDAP w celu znalezienia użytkowników pasujących do kryteriów filtru.';
|
||||
$lang['ldap_extension_not_loaded'] = 'Rozszerzenie LDAP PHP nie jest załadowane, ale jest wymagane do działania tej integracji.';
|
||||
$lang['field_mapping'] = 'Mapowanie pól';
|
||||
$lang['content'] = 'Treść';
|
||||
$lang['active'] = 'Aktywny';
|
||||
$lang['user_imported'] = 'Rekord użytkownika został pomyślnie zaimportowany.';
|
||||
$lang['import'] = 'Importuj';
|
||||
$lang['ldap_dn'] = 'LDAP DN';
|
||||
$lang['role'] = 'Rola';
|
||||
$lang['at_least_one_field_required'] = 'Co najmniej jedno pole musi być oznaczone jako wymagane na stronie rezerwacji.';
|
||||
$lang['customer_is_already_booked'] = 'Ten klient ma już umówione spotkanie w wybranym okresie rezerwacji.';
|
||||
$lang['fields'] = 'Pola';
|
||||
$lang['invalid_credentials_provided'] = 'Podano nieprawidłowe dane logowania, spróbuj ponownie.';
|
||||
$lang['calendar_url'] = 'URL kalendarza';
|
||||
$lang['please_select'] = 'Proszę wybrać';
|
||||
$lang['secret_header'] = 'Secret Header';
|
||||
// End
|
||||
58
application/language/polish/unit_test_lang.php
Normal file
58
application/language/polish/unit_test_lang.php
Normal file
@@ -0,0 +1,58 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['ut_test_name'] = 'Test Name';
|
||||
$lang['ut_test_datatype'] = 'Test Datatype';
|
||||
$lang['ut_res_datatype'] = 'Expected Datatype';
|
||||
$lang['ut_result'] = 'Result';
|
||||
$lang['ut_undefined'] = 'Undefined Test Name';
|
||||
$lang['ut_file'] = 'File Name';
|
||||
$lang['ut_line'] = 'Line Number';
|
||||
$lang['ut_passed'] = 'Passed';
|
||||
$lang['ut_failed'] = 'Failed';
|
||||
$lang['ut_boolean'] = 'Boolean';
|
||||
$lang['ut_integer'] = 'Integer';
|
||||
$lang['ut_float'] = 'Float';
|
||||
$lang['ut_double'] = 'Float'; // can be the same as float
|
||||
$lang['ut_string'] = 'String';
|
||||
$lang['ut_array'] = 'Array';
|
||||
$lang['ut_object'] = 'Object';
|
||||
$lang['ut_resource'] = 'Resource';
|
||||
$lang['ut_null'] = 'Null';
|
||||
$lang['ut_notes'] = 'Notes';
|
||||
55
application/language/polish/upload_lang.php
Normal file
55
application/language/polish/upload_lang.php
Normal file
@@ -0,0 +1,55 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['upload_userfile_not_set'] = 'Unable to find a post variable called userfile.';
|
||||
$lang['upload_file_exceeds_limit'] = 'The uploaded file exceeds the maximum allowed size in your PHP configuration file.';
|
||||
$lang['upload_file_exceeds_form_limit'] = 'The uploaded file exceeds the maximum size allowed by the submission form.';
|
||||
$lang['upload_file_partial'] = 'The file was only partially uploaded.';
|
||||
$lang['upload_no_temp_directory'] = 'The temporary folder is missing.';
|
||||
$lang['upload_unable_to_write_file'] = 'The file could not be written to disk.';
|
||||
$lang['upload_stopped_by_extension'] = 'The file upload was stopped by extension.';
|
||||
$lang['upload_no_file_selected'] = 'You did not select a file to upload.';
|
||||
$lang['upload_invalid_filetype'] = 'The filetype you are attempting to upload is not allowed.';
|
||||
$lang['upload_invalid_filesize'] = 'The file you are attempting to upload is larger than the permitted size.';
|
||||
$lang['upload_invalid_dimensions'] = 'The image you are attempting to upload doesn\'t fit into the allowed dimensions.';
|
||||
$lang['upload_destination_error'] = 'A problem was encountered while attempting to move the uploaded file to the final destination.';
|
||||
$lang['upload_no_filepath'] = 'The upload path does not appear to be valid.';
|
||||
$lang['upload_no_file_types'] = 'You have not specified any allowed file types.';
|
||||
$lang['upload_bad_filename'] = 'The file name you submitted already exists on the server.';
|
||||
$lang['upload_not_writable'] = 'The upload destination folder does not appear to be writable.';
|
||||
Reference in New Issue
Block a user