| 
				Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /home/matalashes/.trash/app.bak.6/Language/nl/  | 
Upload File :  | 
<?php
/**
 * This file is part of CodeIgniter 4 framework.
 *
 * (c) CodeIgniter Foundation <admin@codeigniter.com>
 *
 * For the full copyright and license information, please view
 * the LICENSE file that was distributed with this source code.
 */
// Time language settings
return [
    'invalidMonth'   => 'Maand moet vallen tussen 1 en 12. Opgegeven: {0}',
    'invalidDay'     => 'Dag moet vallen tussen 1 end 31. Opgegeven: {0}',
    'invalidOverDay' => 'Dag moet vallen tussen 1 end {0}. Opgegeven: {1}',
    'invalidHours'   => 'Uur moet vallen tussen 0 end 23. Opgegeven: {0}',
    'invalidMinutes' => 'Minuten moet vallen tussen 0 end 59. Opgegeven: {0}',
    'invalidSeconds' => 'Seconden moet vallen tussen 0 end 59. Opgegeven: {0}',
    'years'          => '{0, plural, =1{# jaar} other{# jaren}}',
    'months'         => '{0, plural, =1{# maand} other{# maanden}}',
    'weeks'          => '{0, plural, =1{# week} other{# weken}}',
    'days'           => '{0, plural, =1{# dag} other{# dagen}}',
    'hours'          => '{0, plural, =1{# uur} other{# uren}}',
    'minutes'        => '{0, plural, =1{# minuut} other{# minuten}}',
    'seconds'        => '{0, plural, =1{# seconde} other{# seconden}}',
    'ago'            => '{0} geleden',
    'inFuture'       => 'binnen {0}',
    'yesterday'      => 'Gisteren',
    'tomorrow'       => 'Morgen',
    'now'            => 'Zonet',
];