| 
				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.9/Language/sv-SE/  | 
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.
 */
return [
    'invalidFormat'  => '"{0}" är inte ett giltigt tidsformat',
    'invalidMonth'   => 'Månader måste anges mellan 1 och 12. Givet: {0}',
    'invalidDay'     => 'Dagar måste anges mellan 1 och 31. Givet: {0}',
    'invalidOverDay' => 'Dagar måste anges mellan 1 och {0}. Givet: {1}',
    'invalidHours'   => 'Timmar måste anges mellan 0 och 23. Givet: {0}',
    'invalidMinutes' => 'Minuter måste anges mellan 0 och 59. Givet: {0}',
    'invalidSeconds' => 'Sekunder måste anges mellan 0 och 59. Givet: {0}',
    'years'          => '{0, plural, =1{# år} other{# år}}',
    'months'         => '{0, plural, =1{# månad} other{# månader}}',
    'weeks'          => '{0, plural, =1{# vecka} other{# veckor}}',
    'days'           => '{0, plural, =1{# dag} other{# dagar}}',
    'hours'          => '{0, plural, =1{# timme} other{# timmar}}',
    'minutes'        => '{0, plural, =1{# minut} other{# minuter}}',
    'seconds'        => '{0, plural, =1{# sekund} other{# sekunder}}',
    'ago'            => '{0} sedan',
    'inFuture'       => 'om {0}',
    'yesterday'      => 'igår',
    'tomorrow'       => 'imorgon',
    'now'            => 'nu',
];