This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/install/core/i18n/pl_PL/install.json
T
2015-05-13 11:02:17 +03:00

120 lines
6.3 KiB
JSON

{
"labels": {
"Main page title": "Witaj w EspoCRM",
"Main page header": "",
"Start page title": "Postawnowienia Licencji",
"Step1 page title": "Postawnowienia Licencji",
"License Agreement": "Postawnowienia Licencji",
"I accept the agreement": "Akceptuje postanowienia",
"Step2 page title": "Konfiguracja Bazy Danych",
"Step3 page title": "Ustawienia Administratora",
"Step4 page title": "Ustawienia systemu",
"Step5 page title": "Ustawienia SMTP dla poczty wychodzącej",
"Errors page title": "Błędy",
"Finish page title": "Instalacja została ukończona",
"Congratulation! Welcome to EspoCRM": "Gratuluje! EspoCRM zostało pomyślnie zainstalowane.",
"Installation Guide": "Instrukcja instalacji",
"admin": "admin",
"localhost": "localhost",
"port": "3306",
"Locale": "Lokalne",
"Outbound Email Configuration": "Ustawienia poczty wychodzącej",
"SMTP": "SMTP",
"Start": "Start",
"Back": "Wróć",
"Next": "Następny",
"Go to EspoCRM": "Idź do EspoCRM",
"Re-check": "Sprawdź jeszcze raz",
"Version": "Wersja",
"Test settings": "Test połączenia z bazą danych",
"Database Settings Description": "Enter your MySQL database connection information (hostname, username and password). You can specify the server port for hostname like localhost:3306.",
"phpVersion": "Wersja PHP",
"mysqlVersion": "Wersja MySQL",
"dbHostName": "Host Name",
"dbName": "Nazwa Bazy Danych",
"dbUserName": "Nazwa Użytkonika Bazy Danych"
},
"fields": {
"Choose your language": "Wybierz swój język",
"Database Name": "Nazwa Bazy Danych",
"Host Name": "Host Name",
"Port": "Port",
"Database User Name": "Nazwa Użytkonika Bazy Danych",
"Database User Password": "Hasło Użytkonika Bazy Danych",
"Database driver": "Database driver",
"User Name": "Nazwa Użytkownika",
"Password": "Hasło",
"Confirm Password": "Potwierdź hasło",
"From Address": "Z adresu",
"From Name": "Od",
"Is Shared": "Jest Udostępniane",
"Date Format": "Format Daty",
"Time Format": "Format Czasu",
"Time Zone": "Strefa Czasowa",
"First Day of Week": "Pierwszy dzień tygodnia",
"Thousand Separator": "Separator Dziesiętny",
"Decimal Mark": "Znak rozdzielenia",
"Default Currency": "Domyślna Waluta",
"Currency List": "Domyślana Lista",
"Language": "Język",
"smtpServer": "Server",
"smtpPort": "Port",
"smtpAuth": "Auth",
"smtpSecurity": "Zabezpieczenia",
"smtpUsername": "Użytkownik",
"emailAddress": "E-mail",
"smtpPassword": "Hasło"
},
"messages": {
"Bad init Permission": "Permission denied for \"{*}\" directory. Please set 775 for \"{*}\" or just execute this command in the terminal <pre><b>{C}</b></pre>\n\tOperation not permitted? Try this one: {CSU}",
"Some errors occurred!": "Wystapiły błędy!",
"phpVersion": "Wersja PHP nie jest wspierana przez EspoCRM, proszę wykonać aktualizację do minimalnej wersji PHP {minVersion}",
"MySQLVersion": "Wersja MySQL nie jest wspierana przez EspoCRM, proszę wykonać aktualizację do minimalnej wersji MySQL {minVersion}",
"The PHP extension was not found...": "PHP Error: Extension <b>{extName}</b> is not found.",
"All Settings correct": "Wszystkie ustwienia są poprawne",
"Failed to connect to database": "Błąd połączenia z bazą danych",
"PHP version": "Wersja PHP",
"You must agree to the license agreement": "Musisz zaakceptować postanowienia licencji",
"Passwords do not match": "Hasło nie pasuje",
"Enable mod_rewrite in Apache server": "Włącz mod_rewrite na serwerze Apache",
"checkWritable error": "Sprawdź zapisane błędy",
"applySett error": "Akceptuj ustawienia błędów",
"buildDatabse error": "buildDatabse error",
"createUser error": "createUser error",
"checkAjaxPermission error": "checkAjaxPermission error",
"Ajax failed": "Błąd AJAX",
"Cannot create user": "Nie można ustworzyc użytkonika",
"Permission denied": "Dostęp zabroniony",
"permissionInstruction": "<br>Uruchom tę komendę w ?Terminalu<pre><b>\"{C}\"</b></pre>",
"operationNotPermitted" : "Operation not permitted? Try this: <br>{CSU}",
"Permission denied to": "Dostęp zabroniony",
"Can not save settings": "Nie mogę zapisać ustawień",
"Cannot save preferences": "Nie mogę zapisać preferencji",
"Thousand Separator and Decimal Mark equal": "Separator dziesiętny i znak rozdzielenia nie może być taki sam",
"1049": "Nie znana baza danych",
"2005": "Nieznany MySQL host",
"1045": "Dostęp zabroniony dla użytkownika"
},
"options": {
"db driver": {
"mysqli": "MySQLi",
"pdo_mysql": "PDO MySQL"
},
"modRewriteInstruction": {
"apache": {
"linux": "<br><br>1. Enable \"mod_rewrite\". To do it run those commands in a Terminal:<pre><b>a2enmod rewrite <br>service apache2 restart</b></pre><br>2. Enable .htaccess support. Add/edit the Server configuration settings (apache2.conf, httpd.conf):<pre>&#60;Directory /PATH_TO_ESPO/&#62;\n <b>AllowOverride All</b>\n&#60;/Directory&#62;</pre>\n Afterwards run this command in a Terminal:<pre><b>service apache2 restart</b></pre><br>3. Tro to add the RewriteBase path, open a file {API_PATH}.htaccess and replace the following line:<pre># RewriteBase /</pre>To<pre>RewriteBase {ESPO_PATH}{API_PATH}</pre>",
"windows": "<br> <pre>1. Find the httpd.conf file (usually you will find it in a folder called conf, config or something along those lines)<br>\n2. Inside the httpd.conf file uncomment the line LoadModule rewrite_module modules/mod_rewrite.so (remove the pound '#' sign from in front of the line)<br>\n3. Also find the line ClearModuleList is uncommented then find and make sure that the line AddModule mod_rewrite.c is not commented out.\n</pre>"
},
"microsoft-iis": {
"windows": ""
}
},
"modRewriteHelp": {
"apache": "Błąd API: API jest nie dostępne.<br> Pradwdopodobnie: wymagane RewriteBase, wyłączyłeś \"mod_rewrite\" w serwerze Apache lub .htaccess.",
"nginx": "API Error: EspoCRM API unavailable.<br> Add this code to your Nginx Host Config (inside \"server\" block):<br>\n<pre>\n{0}\n</pre>",
"microsoft-iis": "Błąd API: API jest nie dostepne.<br> Pradopodobnie: wyłączyłeś \"URL Rewrite\". Proszę sprawdź i włącz \"URL Rewrite\" Moduł w IIS serwer",
"default": "API Error: EspoCRM API unavailable.<br> Possible problem: disabled Rewrite Module. Please check and enable Rewrite Module in your server (e.g. mod_rewrite in Apache) and .htaccess support."
}
}
}