Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php/*** This file is part of the Carbon package.** (c) Brian Nesbitt <brian@nesbot.com>** For the full copyright and license information, please view the LICENSE* file that was distributed with this source code.*//** Authors:* - François B* - John Corrigan* - François B*/return ['year' => ':count tau','a_year' => '{1}he tau|:count tau','month' => ':count marama','a_month' => '{1}he marama|:count marama','week' => ':count wiki','a_week' => '{1}he wiki|:count wiki','day' => ':count ra','a_day' => '{1}he ra|:count ra','hour' => ':count haora','a_hour' => '{1}te haora|:count haora','minute' => ':count meneti','a_minute' => '{1}he meneti|:count meneti','second' => ':count hÄ“kona','a_second' => '{1}te hÄ“kona ruarua|:count hÄ“kona','ago' => ':time i mua','from_now' => 'i roto i :time','diff_yesterday' => 'inanahi','diff_yesterday_regexp' => 'inanahi(?:\\s+i)?','diff_today' => 'i teie','diff_today_regexp' => 'i teie(?:\\s+mahana,)?(?:\\s+i)?','diff_tomorrow' => 'apopo','diff_tomorrow_regexp' => 'apopo(?:\\s+i)?','formats' => ['LT' => 'HH:mm','LTS' => 'HH:mm:ss','L' => 'DD/MM/YYYY','LL' => 'D MMMM YYYY','LLL' => 'D MMMM YYYY [i] HH:mm','LLLL' => 'dddd, D MMMM YYYY [i] HH:mm',],'calendar' => ['sameDay' => '[i teie mahana, i] LT','nextDay' => '[apopo i] LT','nextWeek' => 'dddd [i] LT','lastDay' => '[inanahi i] LT','lastWeek' => 'dddd [whakamutunga i] LT','sameElse' => 'L',],'ordinal' => ':numberº','months' => ['Kohi-tÄte', 'Hui-tanguru', 'PoutÅ«-te-rangi', 'Paenga-whÄwhÄ', 'Haratua', 'Pipiri', 'HÅngoingoi', 'Here-turi-kÅkÄ', 'Mahuru', 'Whiringa-Ä-nuku', 'Whiringa-Ä-rangi', 'Hakihea'],'months_short' => ['Kohi', 'Hui', 'Pou', 'Pae', 'Hara', 'Pipi', 'Hōngoi', 'Here', 'Mahu', 'Whi-nu', 'Whi-ra', 'Haki'],'weekdays' => ['RÄtapu', 'Mane', 'TÅ«rei', 'Wenerei', 'TÄite', 'Paraire', 'HÄtarei'],'weekdays_short' => ['Ta', 'Ma', 'TÅ«', 'We', 'TÄi', 'Pa', 'HÄ'],'weekdays_min' => ['Ta', 'Ma', 'TÅ«', 'We', 'TÄi', 'Pa', 'HÄ'],'first_day_of_week' => 1,'day_of_first_week_of_year' => 4,'list' => [', ', ' me te '],];