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/nl_NL/install.json
T
2015-11-24 11:37:15 +02:00

134 lines
7.0 KiB
JSON

{
"labels": {
"Main page title": "Welkom bij EspoCRM",
"Main page header": "",
"Start page title": "Licentie Overeenkomst",
"Step1 page title": "Licentie Overeenkomst",
"License Agreement": "Licentie Overeenkomst",
"I accept the agreement": "Ik accepteer de overeenkomst",
"Step2 page title": "Database configuratie",
"Step3 page title": "Administrator Instellingen",
"Step4 page title": "Systeem instellingen",
"Step5 page title": "SMTP instellingen voor uitgaande e-mails",
"Errors page title": "Fouten",
"Finish page title": "Installatie is compleet",
"Congratulation! Welcome to EspoCRM": "Gefeliciteerd EspoCRM is succesvol geinstalleerd.",
"More Information": "Voor meer informatie, bezoek onze {BLOG}, volg ons op {TWITTER}.<br><br> Vragen of verzoeken kunt u vermelden op het {FORUM}.",
"share": "Tevreden over EspoCRM, deel dit dan met je vrienden. Informeer ze over ons product.",
"blog": "blog",
"twitter": "twitter",
"forum": "forum",
"Installation Guide": "Installatiegids",
"admin": "admin",
"localhost": "localhost",
"port": "3306",
"Locale": "Lokaal",
"Outbound Email Configuration": "Uitgaande E-mail Configuratie",
"SMTP": "SMTP",
"Start": "Start",
"Back": "Terug",
"Next": "Volgende",
"Go to EspoCRM": "Ga naar EspoCRM",
"Re-check": "Re-check",
"Version": "Versie",
"Test settings": "Test verbinding",
"Database Settings Description": "Voer uw MySQL database gegevens (hostname, gebruikersnaam en wachtwoord) in. U kunt de server poort opgeven voor hostname zoals localhost: 3306.",
"Install": "Installeren",
"SetupConfirmation page title": "Aanbevolen Instellingen",
"PHP Configuration": "Aanbevolen PHP Instellingen",
"MySQL Configuration": "MySQL Configuratie",
"Configuration Instructions": "Configuratie Instructies",
"phpVersion": "PHP versie",
"mysqlVersion": "MySQL versie",
"dbHostName": "Host Naam",
"dbName": "Database Naam",
"dbUserName": "Database Gebruikersnaam",
"OK": "OK"
},
"fields": {
"Choose your language": "Kies uw taal",
"Database Name": "Database Naam",
"Host Name": "Host Naam",
"Port": "Poort",
"Database User Name": "Database Gebruikersnaam",
"Database User Password": "Database Gebruikers Wachtwoord",
"Database driver": "Database driver",
"User Name": "Gebruikersnaam",
"Password": "Wachtwoord",
"Confirm Password": "Bevestig uw Wachtwoord",
"From Address": "Van Adres",
"From Name": "Van Naam",
"Is Shared": "Is Gedeeld",
"Date Format": "Datumnotatie",
"Time Format": "Tijdnotatie",
"Time Zone": "Tijdzone",
"First Day of Week": "Eerste dag van de Week",
"Thousand Separator": "Duizendtal scheidingsteken",
"Decimal Mark": "Decimaal scheidingsteken",
"Default Currency": "Standaard Valuta",
"Currency List": "Valuta Lijst",
"Language": "Taal",
"smtpServer": "Server",
"smtpPort": "Poort",
"smtpAuth": "Auth",
"smtpSecurity": "Beveiliging",
"smtpUsername": "Gebruikersnaam",
"emailAddress": "E-mail",
"smtpPassword": "Wachtwoord"
},
"messages": {
"Bad init Permission": "Toestemming geweigerd voor \"{*}\" directory. Stel 775 in voor \"{*}\" of voer deze opdracht uit in Terminal <pre><b>{C}</b></pre>\n\tHandeling niet toegestaan? Probeer deze: {CSU}",
"Some errors occurred!": "Er zijn fouten gevonden!",
"phpVersion": "Uw PHP versie wordt niet ondersteund door EspoCRM, u moet minimaal updaten naar PHP {minVersion}",
"MySQLVersion": "Uw MySQL versie wordt niet ondersteund door EspoCRM, u moet minimaal updaten naar MySQL {minVersion}",
"The PHP extension was not found...": "PHP Error: Extension <b>{extName}</b> is not found.",
"All Settings correct": "Alle Instellingen zijn juist",
"Failed to connect to database": "Kan geen verbinding maken met de database",
"PHP version": "PHP versie",
"You must agree to the license agreement": "U moet instemmen met de licentie voorwaarden",
"Passwords do not match": "Wachtwoorden stemmen niet overeen",
"Enable mod_rewrite in Apache server": "Activeer mod_rewrite in Apache server",
"checkWritable error": "Controleer schrijf fout",
"applySett error": "Instellings fout",
"buildDatabse error": "Database maken fout",
"createUser error": "Fout in aanmaken gebruiker",
"checkAjaxPermission error": "Ajax Permissie fout",
"Ajax failed": "Ajax weigerd",
"Cannot create user": "Kan gebruiker niet maken",
"Permission denied": "Geen Rechten",
"permissionInstruction": "<br>Uitvoeren in een Terminal <pre><b>\"{C}\"</b></pre>",
"operationNotPermitted" : "Handeling niet toegestaan? Probeer dit: <br>{CSU}",
"Permission denied to": "Geen Rechten",
"Can not save settings": "Kan instellingen niet opslaan",
"Cannot save preferences": "Kan voorkeuren niet opslaan",
"Thousand Separator and Decimal Mark equal": "Het Duizendtal scheidingsteken mag niet gelijk zijn aan het Honderd tal",
"1049": "Onbekende database",
"2005": "Onbekende MySQL server host",
"1045": "Geen rechten voor de gebruiker",
"extension": "{0} extensie ontbreekt",
"option": "Aanbevolen waarde is {0}",
"mysqlSettingError": "EspoCRM vraagde MySQL instelling \"{NAME}\" in te stellen op {VALUE}"
},
"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": "API Error: EspoCRM API niet beschikbaar.<br> Mogelijke Oorzaak: RewriteBase vereist, disabled \"mod_rewrite\" in Apache server of .htaccess ondersteuning.",
"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": "API Error: EspoCRM API niet beschikbaar.<br> Mogelijk probleem: disabled \"URL Rewrite\". Controleer en activeer \"URL Rewrite\" Module in IIS server",
"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."
}
}
}