{ "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": "\"{C}\"",
"operationNotPermitted" : "Operation not permitted? Try this: a2enmod rewrite
service apache2 restart
<Directory /PATH_TO_ESPO/>\n AllowOverride All\n</Directory>\n Afterwards run this command in a Terminal:
service apache2 restart
# 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)" }, "microsoft-iis": { "windows": "" } }, "modRewriteHelp": { "apache": "Błąd API: API jest nie dostępne.
\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
\n{0}\n",
"microsoft-iis": "Błąd API: API jest nie dostepne.