<?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. */ return array( 'year' => ':count vit|:count vjet', 'y' => ':count vit|:count vjet', 'month' => ':count muaj|:count muaj', 'm' => ':count muaj|:count muaj', 'week' => ':count javë|:count javë', 'w' => ':count javë|:count javë', 'day' => ':count ditë|:count ditë', 'd' => ':count ditë|:count ditë', 'hour' => ':count orë|:count orë', 'h' => ':count orë|:count orë', 'minute' => ':count minutë|:count minuta', 'min' => ':count minutë|:count minuta', 'second' => ':count sekondë|:count sekonda', 's' => ':count sekondë|:count sekonda', 'ago' => ':time më parë', 'from_now' => ':time nga tani', 'after' => ':time pas', 'before' => ':time para', );