mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 18:30:20 +02:00
Merge pull request #136 from micheldejoode/master
Created dutch translation for Monstra
This commit is contained in:
17
plugins/box/backup/languages/nl.lang.php
Normal file
17
plugins/box/backup/languages/nl.lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'backup' => array(
|
||||
'Backups' => 'Backups',
|
||||
'Backup' => 'Backup',
|
||||
'Create Backup' => 'Maak backup',
|
||||
'Delete' => 'Verwijderen',
|
||||
'storage' => 'Opslag',
|
||||
'public' => 'Publiek',
|
||||
'plugins' => 'Plugins',
|
||||
'Size' => 'Grootte',
|
||||
'Actions' => 'Acties',
|
||||
'Delete backup: :backup' => 'Verwijder backup: :backup',
|
||||
'Creating...' => 'Backup wordt gemaakt...',
|
||||
)
|
||||
);
|
29
plugins/box/blocks/languages/nl.lang.php
Normal file
29
plugins/box/blocks/languages/nl.lang.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'blocks' => array(
|
||||
'Blocks' => 'Blokken',
|
||||
'Blocks manager' => 'Blokken beheer',
|
||||
'Delete' => 'Verwijderen',
|
||||
'Edit' => 'Bewerken',
|
||||
'Name' => 'Naam',
|
||||
'Create New Block' => 'Nieuw blok',
|
||||
'New Block' => 'Nieuw blok',
|
||||
'Edit Block' => 'Bewerk blok',
|
||||
'Save' => 'Opslaan',
|
||||
'Save and Exit' => 'Opslaan en Terug',
|
||||
'Actions' => 'Acties',
|
||||
'Required field' => 'Vereist veld',
|
||||
'This block already exists' => 'Dit blok bestaat al',
|
||||
'This block does not exist' => 'Dit blok bestaat niet',
|
||||
'Delete block: :block' => 'Verwijder blok: :block',
|
||||
'Block content' => 'Inhoud blok',
|
||||
'Block <i>:name</i> deleted' => 'Blok <i>:name</i> verwijderd',
|
||||
'Your changes to the block <i>:name</i> have been saved.' => 'De aanpassingen aan blok <i>:name</i> zijn opgeslagen.',
|
||||
'Delete block: :block' => 'Verwijder blok: :block',
|
||||
'View Embed Code' => 'Bekijk insluitcode',
|
||||
'Embed Code' => 'Insluitcode',
|
||||
'Shortcode' => 'Verkorte code',
|
||||
'PHP Code' => 'PHP Code',
|
||||
)
|
||||
);
|
8
plugins/box/editor/languages/nl.lang.php
Normal file
8
plugins/box/editor/languages/nl.lang.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Editor' => array(
|
||||
'Editor' => 'Editor',
|
||||
'Editor plugin' => 'Editor Plugin',
|
||||
)
|
||||
);
|
17
plugins/box/filesmanager/languages/nl.lang.php
Normal file
17
plugins/box/filesmanager/languages/nl.lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'filesmanager' => array(
|
||||
'Files' => 'Bestanden',
|
||||
'Files manager' => 'Bestandsbeheer',
|
||||
'Name' => 'Naam',
|
||||
'Actions' => 'Acties',
|
||||
'Delete' => 'Verwijderen',
|
||||
'Upload' => 'Uploaden',
|
||||
'directory' => 'Map',
|
||||
'Delete directory: :dir' => 'Verwijder map: :dir',
|
||||
'Delete file: :file' => 'Verwijder bestand: :file',
|
||||
'Extension' => 'Type',
|
||||
'Size' => 'Grootte',
|
||||
)
|
||||
);
|
38
plugins/box/information/languages/nl.lang.php
Normal file
38
plugins/box/information/languages/nl.lang.php
Normal file
@@ -0,0 +1,38 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'information' => array(
|
||||
'Information' => 'Informatie',
|
||||
'Debuging' => 'Debuggen',
|
||||
'Name' => 'Naam',
|
||||
'Value' => 'Waarde',
|
||||
'Security' => 'Beveiliging',
|
||||
'System' => 'Systeem',
|
||||
'on' => 'Aan',
|
||||
'off'=> 'Uit',
|
||||
'Server' => 'Server',
|
||||
'PHP version' => 'PHP Versie',
|
||||
'SimpleXML module' => 'SimpleXML Module',
|
||||
'DOM module' => 'DOM Module',
|
||||
'Installed' => 'Geinstalleerd',
|
||||
'Not Installed' => 'Niet geinstalleerd',
|
||||
'Security check results' => 'Resultaten beveiligings-check',
|
||||
'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
|
||||
'Het configuratiebestand is schrijfbaar. We adviseren u om alle schrijfrechten op defines.php te verwijderen op productiewebsites.',
|
||||
'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
|
||||
'Het Monstra .htaccess bestand is schrijfbaar. We adviseren u om alle schrijfrechten voor dit bestand te verwijderen. <br/>Op unix-systemen doet u dit als volgt: <code>chmod a-w :path</code>.',
|
||||
'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
|
||||
'Het Monstra index.php bestand is schrijfbaar. We adviseren u alle schrijfrechten voor dit bestand te verwijderen. <br/>Op Unix-systemen doet u dit als volgt: <code>chmod a-w :path</code>.',
|
||||
'Due to the type and amount of information an error might give intruders when Monstra::$environment = Monstra::DEVELOPMENT, we strongly advise setting Monstra::PRODUCTION in production systems.' =>
|
||||
'Door het type en de hoeveelheid informatie die foutmeldingen kunnen geven aan indringers wanneer Monstra::$environment = Monstra::DEVELOPMENT, raden we u ten zeerste aan om de instelling op Monstra::PRODUCTION te zetten, wanneer u met een productiewebsite werkt.',
|
||||
'Monstra version' => 'Monstra versie',
|
||||
'Directory Permissions' => 'Map-rechten',
|
||||
'Directory' => 'Map',
|
||||
'Writable' => 'Schrijfbaar',
|
||||
'Unwritable' => 'Niet schrijfbaar',
|
||||
'Status' => 'Status',
|
||||
'PHP Built On' => 'Systeem',
|
||||
'Web Server' => 'Web Server',
|
||||
'WebServer to PHP Interface' => 'WebServer PHP Interface',
|
||||
)
|
||||
);
|
27
plugins/box/menu/languages/nl.lang.php
Normal file
27
plugins/box/menu/languages/nl.lang.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'menu' => array(
|
||||
'Menu' => 'Menu',
|
||||
'Menu manager' => 'Menu beheer',
|
||||
'Edit' => 'Bewerken',
|
||||
'Name' => 'Naam',
|
||||
'Delete' => 'Verwijderen',
|
||||
'Order' => 'Volgorde',
|
||||
'Actions' => 'Acties',
|
||||
'Create New Item' => 'Nieuw menu',
|
||||
'New item' => 'Nieuw menu',
|
||||
'Item name' => 'Menu naam',
|
||||
'Item order' => 'Menu volgorde',
|
||||
'Item target' => 'Menu doel',
|
||||
'Item link' => 'Menu link',
|
||||
'Item category' => 'Menu categorie',
|
||||
'Save' => 'Opslaan',
|
||||
'Edit item' => 'Bewerk menu',
|
||||
'Delete item :name' => 'Verwijder menu: :name',
|
||||
'Select page' => 'Selecteer pagina',
|
||||
'Category' => 'Categorie',
|
||||
'Select category' => 'Selecteer categorie',
|
||||
'Required field' => 'Vereist veld',
|
||||
)
|
||||
);
|
54
plugins/box/pages/languages/nl.lang.php
Normal file
54
plugins/box/pages/languages/nl.lang.php
Normal file
@@ -0,0 +1,54 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'pages' => array(
|
||||
'Pages' => 'Pagina\'s',
|
||||
'Pages manager' => 'Pagina beheer',
|
||||
'Content' => 'Inhoud',
|
||||
'Create New Page' => 'Nieuwe pagina',
|
||||
'New Page' => 'Nieuwe pagina',
|
||||
'Edit Page' => 'Bewerk pagina',
|
||||
'Date' => 'Datum',
|
||||
'Clone' => 'Kopieren',
|
||||
'Edit' => 'Bewerken',
|
||||
'Delete' => 'Verwijderen',
|
||||
'Delete page: :page' => 'Verwijder pagina: :page',
|
||||
'Title' => 'Titel',
|
||||
'Name' => 'Naam',
|
||||
'Author' => 'Auteur',
|
||||
'Name (slug)' => 'Naam (alias)',
|
||||
'Description' => 'Beschrijving',
|
||||
'Keywords' => 'Trefwoorden',
|
||||
'Parent' => 'Root',
|
||||
'Template' => 'Template',
|
||||
'Year' => 'Jaar',
|
||||
'Day' => 'Dag',
|
||||
'Month' => 'Maand',
|
||||
'Hour' => 'Uur',
|
||||
'Minute' => 'Minuut',
|
||||
'Second' => 'Seconde',
|
||||
'This field should not be empty' => 'Dit veld mag niet leeg zijn',
|
||||
'This page already exists' => 'Deze pagina bestaat al',
|
||||
'Extra' => 'Extra',
|
||||
'Save' => 'Opslaan',
|
||||
'Save and Exit' => 'Opslaan en Terug',
|
||||
'Your changes to the page <i>:page</i> have been saved.' => 'De wijzigingen aan <i> :page </i> zijn opgeslagen.',
|
||||
'The page <i>:page</i> cloned.' => 'De pagina <i>:page</i> is gekopieerd.',
|
||||
'Status' => 'Status',
|
||||
'Actions' => 'Acties',
|
||||
'Add' => 'Toevoegen',
|
||||
'Published' => 'Gepubliceerd',
|
||||
'Draft' => 'Concept',
|
||||
'Published on' => 'Gepubliceerd op',
|
||||
'Edit 404 Page' => 'Bewerk 404 pagina',
|
||||
'Page <i>:page</i> deleted' => 'Pagina <i>:page</i> is verwijderd',
|
||||
'Search Engines Robots' => 'Zoekmachine Robots ',
|
||||
'Page' => 'Pagina',
|
||||
'Metadata' => 'Metadata',
|
||||
'Settings' => 'Instellingen',
|
||||
'Required field' => 'Vereist veld',
|
||||
'Access' => 'Toegang',
|
||||
'Public' => 'Publiek',
|
||||
'Registered' => 'Geregistreerd',
|
||||
)
|
||||
);
|
20
plugins/box/plugins/languages/nl.lang.php
Normal file
20
plugins/box/plugins/languages/nl.lang.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'plugins' => array(
|
||||
'Plugins' => 'Plugins',
|
||||
'Name' => 'Naam',
|
||||
'Actions' => 'Acties',
|
||||
'Description' => 'Beschrijving',
|
||||
'Installed' => 'Geinstalleerd',
|
||||
'Install New' => 'Installeer nieuwe plugin',
|
||||
'Delete' => 'Verwijderen',
|
||||
'Delete plugin :plugin' => 'Verwijder plugin: :plugin',
|
||||
'This plugins does not exist' => 'Deze plugin bestaat niet',
|
||||
'Version' => 'Versie',
|
||||
'Author' => 'Auteur',
|
||||
'Get More Plugins' => 'Vind meer plugins',
|
||||
'Install' => 'Installeren',
|
||||
'Uninstall' => 'Deinstalleren',
|
||||
)
|
||||
);
|
7
plugins/box/sitemap/languages/nl.lang.php
Normal file
7
plugins/box/sitemap/languages/nl.lang.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'sitemap' => array(
|
||||
'Sitemap' => 'Sitemap',
|
||||
)
|
||||
);
|
30
plugins/box/snippets/languages/nl.lang.php
Normal file
30
plugins/box/snippets/languages/nl.lang.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'snippets' => array(
|
||||
'Snippets' => 'Snippets',
|
||||
'Snippets manager' => 'Snippet Beheer',
|
||||
'Actions' => 'Acties',
|
||||
'Delete' => 'Verwijderen',
|
||||
'Edit' => 'Bewerken',
|
||||
'Name' => 'Naam',
|
||||
'Create New Snippet' => 'Nieuwe Snippet',
|
||||
'New Snippet' => 'Nieuwe snippet',
|
||||
'Edit Snippet' => 'Bewerk snippet',
|
||||
'Save' => 'Opslaan',
|
||||
'Save and Exit' => 'Opslaan en Terug',
|
||||
'This field should not be empty' => 'Dit veld mag niet leeg zijn',
|
||||
'This snippet already exists' => 'Deze snippet bestaat al',
|
||||
'This snippet does not exist' => 'Deze snippet bestaat niet',
|
||||
'Delete snippet: :snippet' => 'Verwijder snippet: :snippet',
|
||||
'Snippet content' => 'Snippet inhoud',
|
||||
'Snippet <i>:name</i> deleted' => 'Snippet <i>:name</i> is verwijderd',
|
||||
'Your changes to the snippet <i>:name</i> have been saved.' => 'De wijzigingen aan snippet <i>:name</i> zijn opgeslagen.',
|
||||
'Delete snippet: :snippet' => 'Verwijder snippet: :snippet',
|
||||
'Required field' => 'Vereist veld',
|
||||
'View Embed Code' => 'Bekijk Insluitcode',
|
||||
'Embed Code' => 'Insluitcode',
|
||||
'Shortcode' => 'Korte code',
|
||||
'PHP Code' => 'PHP Code',
|
||||
)
|
||||
);
|
81
plugins/box/system/languages/nl.lang.php
Normal file
81
plugins/box/system/languages/nl.lang.php
Normal file
@@ -0,0 +1,81 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'system' => array(
|
||||
'System' => 'Systeem',
|
||||
'Published a new version of the :monstra' => 'Een nieuwe versie van :monstra is gepubliceerd',
|
||||
'Sitemap created' => 'Sitemap is aangemaakt',
|
||||
'Create Sitemap' => 'Maak sitemap aan',
|
||||
'on' => 'Aan',
|
||||
'off'=> 'Uit',
|
||||
'Site Url' => 'Website URL',
|
||||
'Maintenance Mode' => 'Onderhoudsmodus',
|
||||
'Maintenance Mode On' => 'Onderhoudsmodus Aan',
|
||||
'Maintenance Mode Off' => 'Onderhoudsmodus Uit',
|
||||
'Site Settings' => 'Website Instellingen',
|
||||
'System Settings' => 'Systeem Instellingen',
|
||||
'Site Name' => 'Website Naam',
|
||||
'Site Description' => 'Website Beschrijving',
|
||||
'Site Keywords' => 'Website Trefwoorden',
|
||||
'Site Slogan' => 'Website Slogan',
|
||||
'Default Page' => 'Standaard Pagina',
|
||||
'Time zone' => 'Tijdzone',
|
||||
'Language' => 'Taal',
|
||||
'Email' => 'Email',
|
||||
'Save' => 'Opslaan',
|
||||
'Site' => 'Website',
|
||||
'System version' => 'Systeemversie',
|
||||
'System version ID' => 'Systeemversie ID',
|
||||
'GZIP' => 'GZIP',
|
||||
'Debugging' => 'Debuggen',
|
||||
'Plugin API' => 'Plugin API',
|
||||
'Plugins active' => 'Plugins aktief',
|
||||
'Actions registered' => 'Acties opgeslagen',
|
||||
'Filters registered' => 'Filters opgeslagen',
|
||||
'Log Out' => 'Log uit',
|
||||
'Site' => 'Website',
|
||||
'Delete Temporary Files' => 'Verwijder tijdelijke bestanden',
|
||||
'Download the latest version' => 'Download de laatste versie',
|
||||
'Powered by' => 'Mogelijk gemaakt door',
|
||||
'Administration' => 'Beheer',
|
||||
'Settings' => 'Instellingen',
|
||||
'Temporary files deleted' => 'Tijdelijke bestanden verwijderd',
|
||||
'Extends' => 'Uitbreidingen',
|
||||
'View Site' => 'Bekijk website',
|
||||
'Welcome, :username' => 'Welkom, :username',
|
||||
'Reset Password' => 'Wachtwoord opnieuw instellen',
|
||||
'< Back to Website' => '< Terug naar website',
|
||||
'Forgot your password? >' => 'Wachtwoord vergeten? >',
|
||||
'Administration >' => 'Beheer >',
|
||||
'Send New Password' => 'Verstuur nieuw wachtwoord',
|
||||
'This user does not exist' => 'Deze gebruiker bestaat niet',
|
||||
'Version' => 'Versie',
|
||||
|
||||
'Install script writable' => 'Installatiescript schrijfbaar',
|
||||
'Install script not writable' => 'Installatiescript niet schrijfbaar',
|
||||
'Directory: <b> :dir </b> writable' => 'Map: <b> :dir </b> schrijfbaar',
|
||||
'Directory: <b> :dir </b> not writable' => 'Map: <b> :dir </b> niet schrijfbaar',
|
||||
'PHP Version' => 'PHP Versie',
|
||||
'Module DOM is installed' => 'Modul DOM is geinstalleerd',
|
||||
'Module DOM is required' => 'Modul DOM is vereist',
|
||||
'Module Mod Rewrite is installed' => 'Modul Mod Rewrite is geinstalleerd',
|
||||
'Module SimpleXML is installed' => 'Modul SimpleXML is geinstalleerd',
|
||||
'PHP 5.2 or greater is required' => 'PHP 5.2 of nieuwer is vereist',
|
||||
'Apache Mod Rewrite is required' => 'Apache Mod Rewrite is vereist',
|
||||
'SimpleXML module is required' => 'SimpleXML-Modul is vereist',
|
||||
'Field "Site name" is empty' => 'Veld "Website naam" is leeg',
|
||||
'Field "Email" is empty' => 'Veld "Email" is leeg',
|
||||
'Field "Username" is empty' => 'Veld "Gebruikersnaam" is leeg',
|
||||
'Field "Password" is empty' => 'Veld "Wachtwoord" is leeg',
|
||||
'Field "Site url" is empty' => 'Veld "Website-URL" is leeg',
|
||||
'Email not valid' => 'E-Mail is niet geldig',
|
||||
'Install' => 'Installeren',
|
||||
'...Monstra says...' => '...Monstra zegt...',
|
||||
'Sitemap file writable' => 'Sitemap-bestand schrijfbaar',
|
||||
'Sitemap file not writable' => 'Sitemap-bestand niet schrijfbaar',
|
||||
'Main .htaccess file writable' => 'Hoofd .htaccess-bestand schrijfbaar',
|
||||
'Main .htaccess file not writable' => 'Hoofd .htaccess-bestand niet schrijfbaar',
|
||||
'Official Support Forum' => 'Officeel ondersteuningsforum',
|
||||
'Documentation' => 'Documentatie',
|
||||
)
|
||||
);
|
50
plugins/box/themes/languages/nl.lang.php
Normal file
50
plugins/box/themes/languages/nl.lang.php
Normal file
@@ -0,0 +1,50 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'themes' => array(
|
||||
'Themes' => 'Thema\'s',
|
||||
'Themes manager' => 'Thema beheer',
|
||||
'Select Theme' => 'Selecteer thema',
|
||||
'Save' => 'Opslaan',
|
||||
'Save and Exit' => 'Opslaan en Terug',
|
||||
'Name' => 'Naam',
|
||||
'Create New Template' => 'Nieuwe Template',
|
||||
'New Template' => 'Nieuwe template',
|
||||
'Admin Theme' => 'Admin thema',
|
||||
'Delete template: :name' => 'Verwijder thema: :name',
|
||||
'Delete chunk: :name' => 'Verwijder onderdeel: :name',
|
||||
'Delete styles: :name' => 'Verwijder stijl: :name',
|
||||
'Templates' => 'Templates',
|
||||
'Clone' => 'Kopieren',
|
||||
'Edit' => 'Bewerken',
|
||||
'Delete' => 'Verwijderen',
|
||||
'Actions' => 'Acties',
|
||||
'Create New Chunk' => 'Nieuw Onderdeel',
|
||||
'New Chunk' => 'Nieuwe onderdeel',
|
||||
'Chunks' => 'Onderdelen',
|
||||
'Create New Styles' => 'Nieuwe Stijl',
|
||||
'New Styles' => 'Nieuwe stijl',
|
||||
'Styles' => 'Stijlen',
|
||||
'Template content' => 'Template inhoud',
|
||||
'Styles content' => 'Inhoud stijlen',
|
||||
'Chunk content' => 'Inhoud onderdeel',
|
||||
'Edit Template' => 'Bewerk Template',
|
||||
'Edit Chunk' => 'Bewerk Onderdeel',
|
||||
'Edit Styles' => 'Bewerk stijlen',
|
||||
'Current Site Theme' => 'Huidige Website Thema',
|
||||
'Current admin theme' => 'Huidige Admin Template',
|
||||
'This template already exists' => 'Deze template bestaat al',
|
||||
'This chunk already exists' => 'Dit onderdeel bestaat al',
|
||||
'This styles already exists' => 'Deze stijl bestaat al',
|
||||
'Components templates' => 'Componenten templates',
|
||||
'Your changes to the chunk <i>:name</i> have been saved.' => 'Uw wijzigingen aan onderdeel <i>:name</i> zijn opgeslagen.',
|
||||
'Your changes to the styles <i>:name</i> have been saved.' => 'Uw wijzigingen aan stijl <i>:name</i> zijn opgeslagen.',
|
||||
'Your changes to the template <i>:name</i> have been saved.' => 'Uw wijzigingen aan template <i>:name</i> zijn opgeslagen.',
|
||||
'This field should not be empty' => 'Dit veld mag niet leeg zijn.',
|
||||
'Scripts' => 'Scripts',
|
||||
'Create New Script' => 'Nieuw Script',
|
||||
'Script content' => 'Inhoud script',
|
||||
'New Script' => 'Nieuw Script',
|
||||
'Edit Script' => 'Bewerk Script',
|
||||
)
|
||||
);
|
67
plugins/box/users/languages/nl.lang.php
Normal file
67
plugins/box/users/languages/nl.lang.php
Normal file
@@ -0,0 +1,67 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'users' => array(
|
||||
'Users' => 'Gebruikers',
|
||||
'Login' => 'Login',
|
||||
'Username' => 'Gebruikersnaam',
|
||||
'Password' => 'Wachtwoord',
|
||||
'Registered' => 'Geregistreerd',
|
||||
'Email' => 'Email',
|
||||
'Role' => 'Type',
|
||||
'Roles' => 'Types',
|
||||
'Edit' => 'Bewerken',
|
||||
'Actions' => 'Acties',
|
||||
'Delete' => 'Verwijderen',
|
||||
'Log In' => 'Log in',
|
||||
'Log Out' => 'Uitloggen',
|
||||
'Register New User' => 'Nieuwe gebruiker',
|
||||
'New User Registration' => 'Registratie nieuwe gebruiker',
|
||||
'Delete user: :user' => 'Verwijder gebruiker: :user',
|
||||
'User <i>:user</i> have been deleted.' => 'Gebruiker <i>:user</i> is verwijderd.',
|
||||
'This field should not be empty' => 'Dit veld mag niet leeg zijn',
|
||||
'This user alredy exist' => 'Deze gebruiker bestaat al',
|
||||
'Changes saved' => 'Wijzigingen opgeslagen',
|
||||
'Wrong old password' => 'Foutief oud wachtwoord',
|
||||
'Admin' => 'Admin',
|
||||
'User' => 'Gebruiker',
|
||||
'Editor' => 'Redacteur',
|
||||
'Register' => 'Registreer',
|
||||
'Edit profile' => 'Profiel bewerken',
|
||||
'Save' => 'Opslaan',
|
||||
'Firstname' => 'Voornaam',
|
||||
'Lastname' => 'Achternaam',
|
||||
'Old password' => 'Oude wachtwoord',
|
||||
'New password' => 'Nieuw wachtwoord',
|
||||
'Welcome' => 'Welkom',
|
||||
'Wrong <b>username</b> or <b>password</b>' => 'Foutieve <b>gebruikersnaam</b> of <b>wachtwoord</b>',
|
||||
'Your changes have been saved.' => 'De wijzigingen zijn opgeslagen.',
|
||||
'New user have been registered.' => 'Nieuwe gebruiker is geregistreerd.',
|
||||
'Captcha' => 'Captcha',
|
||||
'Registration' => 'Registratie',
|
||||
'Username' => 'Gebruikersnaam',
|
||||
'User email is invalid' => 'Gebruikers email is ongeldig',
|
||||
'Reset Password' => 'Wachtwoord Opnieuw Instellen',
|
||||
'Send New Password' => 'Verzend nieuw wachtwoord',
|
||||
'This user doesnt alredy exist' => 'Deze gebruiker bestaat nog niet',
|
||||
'Users - Profile' => 'Gebruikers - Profiel',
|
||||
'Users - Edit Profile' => 'Gebruikers - Bewerk profiel',
|
||||
'Users - Log In' => 'Gebruikers - Log In',
|
||||
'Users - Registration' => 'Gebruikers - Registratie',
|
||||
'Users - Password Recover' => 'Gebruikers - Wachtwoord opnieuw instellen',
|
||||
'New Password' => 'Nieuw wachtwoord',
|
||||
'Forgot your password?' => 'Wachtwoord vergeten?',
|
||||
'New password has been sent' => 'Nieuw wachtwoord is verzonden',
|
||||
'Monstra says: This is not your profile...' => 'Monstra zegt: dit is niet uw profiel...',
|
||||
'User registration is closed.' => 'Gebruikersregistratie is gesloten.',
|
||||
'Allow user registration' => 'Sta gebruikersregistratie toe',
|
||||
'Required field' => 'Vereist veld',
|
||||
'This user doesnt exist' => 'Deze gebruiker bestaat niet',
|
||||
'Captcha code is wrong' => 'Captcha Code is helaas foutief',
|
||||
'Your login details for :site_name has been sent' => 'Uw login details voor :site_name worden verzonden',
|
||||
'Your new password for :site_name' => 'Uw nieuwe wachtwoord voor :site_name',
|
||||
'Your login details for :site_name' => 'Uw login details voor :site_name',
|
||||
'About Me' => 'Over mij',
|
||||
'Profile' => 'Profiel',
|
||||
)
|
||||
);
|
9
plugins/captcha/languages/nl.lang.php
Normal file
9
plugins/captcha/languages/nl.lang.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'captcha' => array(
|
||||
'Captcha' => 'Captcha',
|
||||
'Captcha plugin for Monstra' => 'Captcha Plugin voor Monstra',
|
||||
'Captcha code is wrong' => 'Captcha Code is helaas foutief',
|
||||
)
|
||||
);
|
10
plugins/sandbox/languages/nl.lang.php
Normal file
10
plugins/sandbox/languages/nl.lang.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'sandbox' => array(
|
||||
'Sandbox' => 'Sandbox',
|
||||
'Sandbox plugin for Monstra' => 'Sandbox Plugin voor Monstra',
|
||||
'Sandbox template' => 'Sandbox Template',
|
||||
'Save' => 'Opslaan',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user