‰PNG

   IHDR         ôxÔú   sBIT|dˆ   	pHYs  Ä  Ä•+   tEXtSoftware www.inkscape.org›î<  ,àtEXtComment 
<?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:
 * - Unicode, Inc.
 */

return [
    'ago' => 'berÃ® :time',
    'from_now' => 'di :time de',
    'after' => ':time piÅŸtÃ®',
    'before' => ':time berÃª',
    'year' => ':count sal',
    'year_ago' => ':count salÃª|:count salan',
    'year_from_now' => 'salekÃª|:count salan',
    'month' => ':count meh',
    'week' => ':count hefte',
    'day' => ':count roj',
    'hour' => ':count saet',
    'minute' => ':count deqÃ®qe',
    'second' => ':count saniye',
    'months' => ['rÃªbendanÃª', 'reÅŸemiyÃª', 'adarÃª', 'avrÃªlÃª', 'gulanÃª', 'pÃ»ÅŸperÃª', 'tÃ®rmehÃª', 'gelawÃªjÃª', 'rezberÃª', 'kewÃ§ÃªrÃª', 'sermawezÃª', 'berfanbarÃª'],
    'months_standalone' => ['rÃªbendan', 'reÅŸemÃ®', 'adar', 'avrÃªl', 'gulan', 'pÃ»ÅŸper', 'tÃ®rmeh', 'gelawÃªj', 'rezber', 'kewÃ§Ãªr', 'sermawez', 'berfanbar'],
    'months_short' => ['rÃªb', 'reÅŸ', 'ada', 'avr', 'gul', 'pÃ»ÅŸ', 'tÃ®r', 'gel', 'rez', 'kew', 'ser', 'ber'],
    'weekdays' => ['yekÅŸem', 'duÅŸem', 'sÃªÅŸem', 'Ã§arÅŸem', 'pÃªncÅŸem', 'Ã®n', 'ÅŸemÃ®'],
    'weekdays_short' => ['yÅŸ', 'dÅŸ', 'sÅŸ', 'Ã§ÅŸ', 'pÅŸ', 'Ã®n', 'ÅŸ'],
    'weekdays_min' => ['Y', 'D', 'S', 'Ã‡', 'P', 'ÃŽ', 'Åž'],
    'list' => [', ', ' Ã» '],
    'first_day_of_week' => 6,
    'day_of_first_week_of_year' => 1,
];
