| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <?php
- return array (
- 'Install guide' => 'Installeer gids',
- 'Please chose language' => 'Kies een taal',
- 'FeehiCMS license agreement' => 'FeehiCMS licentieovereenkomst',
- 'Accept' => 'Aanvaarden',
- 'Decline' => 'Afwijzen',
- 'Check Environment' => 'Controleer omgeving',
- 'Fill Info' => 'Vul Info in',
- 'Success' => 'Succes',
- 'Environment' => 'Milieu',
- 'Recommends' => 'Beveelt aan',
- 'Least Required' => 'Minst vereist',
- 'OS' => 'OS',
- 'Current' => 'Actueel',
- 'Unix-like' => 'Unix-achtig',
- 'Unrestricted' => 'Onbeperkt',
- 'Required' => 'Verplicht',
- 'Yes' => 'Ja',
- 'No' => 'Nee',
- 'Module' => 'Module',
- 'Directory File Permission' => 'Toestemming voor directorybestanden',
- 'Writable' => 'Beschrijfbaar',
- 'Readable' => 'Leesbaar',
- 'Other' => 'Andere',
- 'Upload Limit' => 'Uploadlimiet',
- 'Refresh' => 'Vernieuwen',
- 'Next' => 'De volgende',
- 'Forbidden' => 'Verboden',
- 'Database' => 'Database',
- 'Type' => 'Type',
- 'Recommend MySQL' => 'Beveel MySQL aan',
- 'DB Host' => 'DB-host',
- 'DB Port' => 'DB-poort',
- 'DB Username' => 'DB-gebruikersnaam',
- 'DB Password' => 'DB-wachtwoord',
- 'Table Prefix' => 'Tabelvoorvoegsel',
- 'DB Name' => 'DB-naam',
- 'Website' => 'Website',
- 'Title' => 'Titel',
- 'Site Url' => 'Site-URL',
- 'Keywords' => 'Sleutelwoorden',
- 'Description' => 'Omschrijving',
- 'Administrator' => 'Beheerder',
- 'Username' => 'Gebruikersnaam',
- 'Password' => 'Wachtwoord',
- 'Re-password' => 'Her wachtwoord',
- 'Email' => 'E-mail',
- 'Prev' => 'Vorige',
- 'Install' => 'Installeren',
- '{attribute} cannot be empty' => '{attribute} mag niet leeg zijn',
- 'Database Username' => 'Database gebruikersnaam',
- 'Database Password' => 'Database wachtwoord',
- 'Database Name' => 'Database naam',
- 'Admin Username' => 'Admin gebruikersnaam',
- 'Database table prefix' => 'Voorvoegsel van databasetabel',
- 'Database host, SQLite like `/path/to/feehi.db`, other database often is localhost' => 'Databasehost, SQLite zoals `/ pad / naar / feehi.db`, andere database is vaak localhost',
- 'Default MySQL 3306, PostgreSQL 5432' => 'Standaard MySQL 3306, PostgreSQL 5432',
- 'Please end at "/"' => 'Eindig met "/"',
- 'Admin Password' => 'Administrator wachtwoord',
- 'Repeat Password' => 'Herhaal wachtwoord',
- 'Super administrator, own the whole permission' => 'Superbeheerder, bezit de volledige toestemming',
- 'Verifying, do no refresh this window.' => 'Verificatie, vernieuw dit venster niet.',
- 'Cannot find database host' => 'Kan databasehost niet vinden',
- 'Repeat password is not equal password' => 'Herhaal wachtwoord is niet hetzelfde wachtwoord',
- 'Access to database `{database}` error. Maybe permission denied' => 'Toegang tot database \'{database}\' fout. Misschien is de toestemming geweigerd',
- 'For your site security, please remove the directory install! and, backup common/config/main-local.php' => 'Voor de veiligheid van uw site dient u de directory install te verwijderen! en back-up common / config / main-local.php',
- 'Congratulations! Success installed' => 'Gefeliciteerd! Succes geïnstalleerd',
- 'Create database error, please create yourself and retry' => 'Creëer databasefout, creëer jezelf en probeer het opnieuw',
- 'Please check your environment to suite the cms' => 'Controleer uw omgeving om de cms',
- ' If environment have been suit to the cms please check php session can set correctly' => ' Als de omgeving geschikt is voor het cms, controleer dan of de php-sessie correct kan worden ingesteld',
- 'Create table {table} finished' => 'Maak tafel {table} klaar',
- 'Create table {table} index {index} finished' => 'Maak tabel {table} index {index} klaar',
- 'Insert table {table} data finished' => 'Invoegen tabel {table} gegevens voltooid',
- 'finished' => 'afgewerkt',
- 'error' => 'fout',
- 'go Frontend' => 'ga frontend',
- 'go Backend' => 'ga naar backend',
- 'Has been installed, if you want to reinstall please remove {lock_file} and try it again' => 'Is geïnstalleerd. Als u het opnieuw wilt installeren, verwijder dan {lock_file} en probeer het opnieuw',
- 'Finish Install' => 'Voltooi de installatie',
- 'Installing' => 'Installeren',
- 'Installed success;but update write config file error.please update common/config/main-local.php components db section.' => 'Geïnstalleerd succes; maar update write config file error. Update alstublieft common / config / main-local.php componenten db sectie.',
- 'Touch install lock file {lock_file} failed,please touch file handled' => 'Touch-installatie vergrendelingsbestand {lock_file} is mislukt. Raak het afgehandelde bestand aan',
- );
|