{ "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
{C}
\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 {extName} 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": "
Uruchom tę komendę w ?Terminalu
\"{C}\"
", "operationNotPermitted" : "Operation not permitted? Try this:
{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": "

1. Enable \"mod_rewrite\". To do it run those commands in a Terminal:
a2enmod rewrite 
service apache2 restart

2. Enable .htaccess support. Add/edit the Server configuration settings (apache2.conf, httpd.conf):
<Directory /PATH_TO_ESPO/>\n AllowOverride All\n</Directory>
\n Afterwards run this command in a Terminal:
service apache2 restart

3. Tro to add the RewriteBase path, open a file {API_PATH}.htaccess and replace the following line:
# RewriteBase /
To
RewriteBase {ESPO_PATH}{API_PATH}
", "windows": "
1. Find the httpd.conf file (usually you will find it in a folder called conf, config or something along those lines)
\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)
\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
" }, "microsoft-iis": { "windows": "" } }, "modRewriteHelp": { "apache": "Błąd API: API jest nie dostępne.
Pradwdopodobnie: wymagane RewriteBase, wyłączyłeś \"mod_rewrite\" w serwerze Apache lub .htaccess.", "nginx": "API Error: EspoCRM API unavailable.
Add this code to your Nginx Host Config (inside \"server\" block):
\n
\n{0}\n
", "microsoft-iis": "Błąd API: API jest nie dostepne.
Pradopodobnie: wyłączyłeś \"URL Rewrite\". Proszę sprawdź i włącz \"URL Rewrite\" Moduł w IIS serwer", "default": "API Error: EspoCRM API unavailable.
Possible problem: disabled Rewrite Module. Please check and enable Rewrite Module in your server (e.g. mod_rewrite in Apache) and .htaccess support." } } }