23 lines
1.1 KiB
PHP
23 lines
1.1 KiB
PHP
<?php
|
|
|
|
/**
|
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
|
*
|
|
* @author Wouter Schoot <wouter@schoot.org>
|
|
* @author Niels Schoot <niels.schoot@quintiq.com>
|
|
* @author Dion Nicolaas <dion@nicolaas.net>
|
|
* @author Danny Rotsaert <danny.rotsaert@edpnet.be>
|
|
* @author Marijn Hofstra <hofstra.m@gmail.com>
|
|
* @author Timon Van Overveldt <timonvo@gmail.com>
|
|
* @author Ricardo Guijt <ricardoguijt@gmail.com>
|
|
* @author Gerrit <klapinklapin@gmail.com>
|
|
* @author Remon <no@email.local>
|
|
*/
|
|
$lang['name'] = 'Populariteitsfeedback (kan even duren om in te laden)';
|
|
$lang['submit'] = 'Verstuur gegevens';
|
|
$lang['autosubmit'] = 'Gegevens automatisch maandelijks verzenden';
|
|
$lang['submissionFailed'] = 'De gegevens konden niet verstuurd worden vanwege de volgende fout:';
|
|
$lang['submitDirectly'] = 'Je kan de gegevens handmatig sturen door het onderstaande formulier te verzenden.';
|
|
$lang['autosubmitError'] = 'De laatste automatische verzending is mislukt vanwege de volgende fout:';
|
|
$lang['lastSent'] = 'De gegevens zijn verstuurd.';
|