|
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.10/Language/it/ |
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 [
'invalidFormat' => '"{0}" non รจ un formato datetime valido.',
'invalidMonth' => 'Mesi deve essere fra 1 e 12. Indicato: {0}',
'invalidDay' => 'Giorni deve essere fra 1 e 31. Indicato: {0}',
'invalidOverDay' => 'Giorni deve essere fra 1 e {0}. Indicato: {1}',
'invalidHours' => 'Ore deve essere fra 0 e 23. Indicato: {0}',
'invalidMinutes' => 'Minuti deve essere fra 0 e 59. Indicato: {0}',
'invalidSeconds' => 'Secondi deve essere fra 0 e 59. Indicato: {0}',
'years' => '{0, plural, =1{# anno} other{# anni}}',
'months' => '{0, plural, =1{# mese} other{# mesi}}',
'weeks' => '{0, plural, =1{# settimana} other{# settimane}}',
'days' => '{0, plural, =1{# giorno} other{# giorni}}',
'hours' => '{0, plural, =1{# ora} other{# ore}}',
'minutes' => '{0, plural, =1{# minuto} other{# minuti}}',
'seconds' => '{0, plural, =1{# secondo} other{# secondi}}',
'ago' => '{0} fa',
'inFuture' => 'fra {0}',
'yesterday' => 'Ieri',
'tomorrow' => 'Domani',
'now' => 'Adesso',
];