mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
c639ad1e7e
then convert the *.lang.php files with tools/convert_language_to_2.1.pl Next step is to play with tools/translation_analysis.php to find which language keys need translation for each language. git-svn-id: http://piwigo.org/svn/trunk@5316 68402e56-0260-453c-a942-63ccdbb3a9ee
68 lines
5.3 KiB
PHP
68 lines
5.3 KiB
PHP
<?php
|
|
// +-----------------------------------------------------------------------+
|
|
// | Piwigo - a PHP based picture gallery |
|
|
// +-----------------------------------------------------------------------+
|
|
// | Copyright(C) 2008-2009 Piwigo Team http://piwigo.org |
|
|
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
// +-----------------------------------------------------------------------+
|
|
// | This program is free software; you can redistribute it and/or modify |
|
|
// | it under the terms of the GNU General Public License as published by |
|
|
// | the Free Software Foundation |
|
|
// | |
|
|
// | This program is distributed in the hope that it will be useful, but |
|
|
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
// | General Public License for more details. |
|
|
// | |
|
|
// | You should have received a copy of the GNU General Public License |
|
|
// | along with this program; if not, write to the Free Software |
|
|
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
// | USA. |
|
|
// +-----------------------------------------------------------------------+
|
|
|
|
$lang['Installation'] = 'Installatie';
|
|
$lang['Basic configuration'] = 'Basis configuratie';
|
|
$lang['Default gallery language'] = 'Standaard gallery taal';
|
|
$lang['Database configuration'] = 'Database configuratie';
|
|
$lang['Admin configuration'] = 'Admin configuratie';
|
|
$lang['Start Install'] = 'Start Installatie';
|
|
$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'E-mail adres moet lijken op xxx@yyy.eee (voorbeeld : jack@altern.org)';
|
|
|
|
$lang['Webmaster login'] = 'Webmaster login';
|
|
$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Het word getoond aan de bezoekers. Het is ook noodzakelijk voor de administratie van de website';
|
|
|
|
$lang['Parameters are correct'] = 'Parameters zijn correct';
|
|
$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['The next step of the installation is now possible'] = 'Het is nu mogelijk om verder te gaan met de volgende stap van de installatie';
|
|
$lang['next step'] = 'volgende stap';
|
|
$lang['Copy the text in pink between hyphens and paste it into the file "local/config/database.inc.php"(Warning : database.inc.php must only contain what is in pink, no line return or space character)'] = 'Kopieer de tekst tussen de lijnen en plak deze in het bestand "include/mysql.inc.php"(Waarschuwing: mysql.inc.php mag alleen het roze gedeelte bevatten, geen return of extra spatie). Dit moet alleen wanneer dit bestand geen schrijfrechten';
|
|
|
|
$lang['Host'] = 'MySQL host';
|
|
$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
|
|
$lang['User'] = 'Gebruiker';
|
|
$lang['user login given by your host provider'] = 'De gebruikersnaam welke door uw provider is gegeven';
|
|
$lang['Password'] = 'Wachtwoord';
|
|
$lang['user password given by your host provider'] = 'De gebruikersnaam welke door uw provider is gegeven';
|
|
$lang['Database name'] = 'Database naam';
|
|
$lang['also given by your host provider'] = 'Ook deze is door uw 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 een 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. nogmaals uw wachtwoord in';
|
|
$lang['Installation finished'] = 'Installatie voltooid';
|
|
$lang['Webmaster password'] = 'Webmaster wachtwoord';
|
|
$lang['Keep it confidential, it enables you to access administration panel'] = 'Hou dit vertrouwlijk, dit geeft toegang tot de beheermodule';
|
|
$lang['Password [confirm]'] = 'Wachtwoord [bevestigen]';
|
|
$lang['verification'] = 'verificatie';
|
|
$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Hulp nodig ? stel een vraag op het <a href="%s" target="_blank">Piwigo forum</a>.';
|
|
$lang['install_end_message'] = 'Het installeren van Piwigo is klaar, de volgende stap is<br /><br />
|
|
* Ga naar de Indentificatie pagina en gebruik hiervoor het eerder opgegeven gebruikersnaam met wachtwoord<br />
|
|
* Deze gebruikersnaam geeft u toegang tot de beheermenu zodat u afbeeldingen op uw website kan plaatsen';
|
|
$lang['Webmaster mail address'] = 'Webmaster email adres';
|
|
$lang['Visitors will be able to contact site administrator with this mail'] = 'Het is mogelijk dat bezoekers contact opnemen met de beheerder middels e-mail';
|
|
|
|
?>
|