Files
plegall f268275a6f copied all language/* (but en_UK) from branch translation d77e5ff322
equivalent to 37 commits

* d77e5ff - Update hu_HU, thanks to asicu.com (2021-05-13 08:01:46 +0200)
* 5179137 - Update tr_TR, thanks to LazBoy (2021-05-12 18:42:42 +0200)
* d216f6c - Update nl_NL, thanks to watertoren5044 (2021-05-12 18:42:31 +0200)
* a32aba9 - Update nl_NL, thanks to watertoren5044 (2021-05-12 18:42:21 +0200)
* 2c2aab8 - Update hu_HU, thanks to asicu.com (2021-05-12 15:39:07 +0200)
* 427e854 - Update pt_BR, thanks to flaviove (2021-05-12 15:38:55 +0200)
* 1e8a0b3 - Update nl_NL, thanks to watertoren5044 (2021-05-12 13:52:34 +0200)
* f6a5f61 - Update eu_ES, thanks to bixerdo (2021-05-12 13:52:24 +0200)
* aee4f59 - Update ru_RU, thanks to Konve (2021-05-12 12:40:57 +0200)
* 6485a56 - Update pl_PL, thanks to Sauron (2021-05-12 12:40:45 +0200)
* e501445 - Update nb_NO, thanks to paulen (2021-05-12 12:40:34 +0200)
* 7262e37 - Update nl_NL, thanks to watertoren5044 (2021-05-12 12:40:24 +0200)
* 74ab834 - Update fr_FR, thanks to plg (2021-05-12 10:50:26 +0200)
* 5c1d49a - Update lv_LV, thanks to agrisans (2021-05-12 05:07:09 +0200)
* f24c3e8 - Update ca_ES, thanks to Tirs (2021-05-12 05:06:59 +0200)
* 734dd99 - Update hu_HU, thanks to asicu.com (2021-05-12 05:06:49 +0200)
* a961707 - Update es_ES, thanks to Tirs (2021-05-12 05:06:38 +0200)
* c9c34b9 - Update da_DK, thanks to Kaare (2021-05-11 20:54:55 +0200)
* e1cba0b - Update de_DE, thanks to Yogie (2021-05-11 20:54:44 +0200)
* 69d8e75 - Update nl_NL, thanks to watertoren5044 (2021-05-11 20:54:33 +0200)
* 8b1a021 - Update fr_FR, thanks to plg (2021-05-11 18:33:16 +0200)
* 395bedb - Update ja_JP, thanks to Toramaru13 (2021-05-08 23:14:45 +0200)
* eb9b08e - Update nl_NL, thanks to plg (2021-05-05 16:13:53 +0200)
* 1e333b4 - Update es_AR, thanks to braian87b (2021-05-04 06:33:57 +0200)
* b33f32b - Update es_AR, thanks to braian87b (2021-05-03 20:56:34 +0200)
* 3a22ac8 - Update nl_NL, thanks to watertoren5044 (2021-04-27 06:16:42 +0200)
* 5294936 - Update nl_NL, thanks to watertoren5044 (2021-04-26 15:08:45 +0200)
* 623b105 - Update it_IT, thanks to rio (2021-04-26 12:10:09 +0200)
* a4a6042 - Update it_IT, thanks to rio (2021-04-25 07:32:47 +0200)
* bfb6ea8 - Update eu_ES, thanks to bixerdo (2021-04-13 16:26:08 +0200)
* 9fe1266 - Update el_GR, thanks to bas_alba (2021-04-09 06:19:16 +0200)
* e915f0e - Update zh_TW, thanks to closer (2021-03-26 05:44:46 +0100)
* 3a73ac7 - Update eu_ES, thanks to bixerdo (2021-03-23 17:34:21 +0100)
* 3970dcb - Update eu_ES, thanks to bixerdo (2021-03-23 17:34:11 +0100)
* 76d6499 - Update nl_NL, thanks to plg (2021-03-22 15:41:01 +0100)
* da1d162 - Update nl_NL, thanks to plg (2021-03-22 15:28:43 +0100)
* 77bb889 - Update ca_ES, thanks to Tirs (2021-03-22 05:50:22 +0100)
2021-05-14 14:44:14 +02:00

52 lines
5.3 KiB
PHP

<?php
// +-----------------------------------------------------------------------+
// | This file is part of Piwigo. |
// | |
// | For copyright and license information, please view the COPYING.txt |
// | file that was distributed with this source code. |
// +-----------------------------------------------------------------------+
$lang['Installation'] = 'Installatie';
$lang['Basic configuration'] = 'Basis-configuratie';
$lang['Default gallery language'] = 'Standaard galerie-taal';
$lang['Database configuration'] = 'Database-configuratie';
$lang['Admin configuration'] = 'Beheer configuratie';
$lang['Start Install'] = 'Start Installatie';
$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Het wordt getoond aan de bezoekers. Het is ook noodzakelijk voor het beheer van de website';
$lang['Connection to server succeed, but it was impossible to connect to database'] = 'De verbinding met de server is geslaagd, maar het is niet mogelijk om verbinding te krijgen met de database';
$lang['Can\'t connect to server'] = 'Geen verbinding met de server';
$lang['Host'] = 'MySQL host';
$lang['User'] = 'Gebruiker';
$lang['user login given by your host provider'] = 'De gebruikersnaam die door jouw provider is gegeven';
$lang['user password given by your host provider'] = 'Wachtwoord dat door jouw provider is gegeven';
$lang['Database name'] = 'Database-naam';
$lang['also given by your host provider'] = 'Ook deze is door jouw provider gegeven';
$lang['Database table prefix'] = 'Database-tabel voorvoegsel';
$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'Tabellen in de database worden voorzien van dit voorvoegsel (dit maakt een beter beheer van de database mogelijk) ook wel prefix genoemd';
$lang['enter a login for webmaster'] = 'Geef de gebruikersnaam voor de beheerder';
$lang['webmaster login can\'t contain characters \' or "'] = 'De gebruikersnaam mag geen \' of " bevatten';
$lang['please enter your password again'] = 'Vul a.u.b. nog een keer je wachtwoord in';
$lang['Keep it confidential, it enables you to access administration panel'] = 'Houd dit vertrouwelijk. Het geeft toegang tot de beheermodule';
$lang['Password [confirm]'] = 'Bevestig wachtwoord';
$lang['verification'] = 'controle';
$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Hulp nodig ? Stel je vraag op het <a href="%s" target="_blank">Piwigo forum</a>.';
$lang['Visitors will be able to contact site administrator with this mail'] = 'Met dit email-adres kunnen bezoekers contact opnemen met de beheerder';
$lang['PHP 5 is required'] = 'PHP 5.2 is vereist';
$lang['It appears your webhost is currently running PHP %s.'] = 'Het lijkt er op dat je webhost momenteel gebruik maakt van PHP %s.';
$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo kan proberen je configuratie om te zetten naar PHP 5.2 door het aanmaken of wijzigen van een .htaccess bestand.';
$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Opmerking: je kunt je configuratie ook zelf aanpassen en daarna Piwigo opnieuw opstarten.';
$lang['Try to configure PHP 5'] = 'Probeer PHP 5.2 te configureren';
$lang['Sorry!'] = 'Sorry!';
$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo kon PHP 5.2 niet configureren.';
$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'Neem contact op met de support van je hosting provider en probeer met hen te bepalen hoe je kunt omschakelen naar PHP 5.2';
$lang['Hope to see you back soon.'] = 'Hoop je snel weer te zien op deze site!';
$lang['Congratulations, Piwigo installation is completed'] = 'Gefeliciteerd, de Piwigo installatie is afgerond';
$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Als alternatieve oplossing kun je de tekst in de bovenstaande box kopiëren en plakken in bestand "local/config/database.inc.php" (Opgelet : in database.inc.php mag alleen datgene staan dat in het tekstgebied staat, geen return- of spatie-tekens)';
$lang['Creation of config file local/config/database.inc.php failed.'] = 'Het aanmaken van config-bestand local/config/database.inc.php is mislukt.';
$lang['Download the config file'] = 'Download het config-bestand';
$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Je kunt het config-bestand downloaden en het uploaden naar de local/config directory van jouw Piwigo-installatie.';
$lang['Just another Piwigo gallery'] = 'Alweer een Piwigo galerie';
$lang['Welcome to my photo gallery'] = 'Welkom bij mijn fotogalerie';
$lang['Welcome to your new installation of Piwigo!'] = 'Welkom bij jouw nieuwe installatie van Piwigo!';
$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Aarzel niet om onze forums te raadplegen voor hulp: %s';
$lang['localhost or other, supplied by your host provider'] = 'localhost of andere, geleverd door je provider';