Created
August 11, 2015 19:19
-
-
Save otarza/a7ab1530128a36407903 to your computer and use it in GitHub Desktop.
ka.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
return array( | |
/* | |
|-------------------------------------------------------------------------- | |
| Date Language Lines | |
|-------------------------------------------------------------------------- | |
| | |
| The following language lines are used by the date library. Each line can | |
| have a singular and plural translation separated by a '|'. | |
| | |
*/ | |
'ago' => ':time', | |
'from_now' => ':time ', | |
'after' => ':time ', | |
'before' => ':time ', | |
'year' => ':count წელი', | |
'month' => ':count თვე', | |
'week' => ':count კვირა', | |
'day' => ':count დღე', | |
'hour' => ':count საათი', | |
'minute' => ':count წუთი', | |
'second' => ':count წამი', | |
'january' => 'იანვარი', | |
'february' => 'თებერვალი', | |
'march' => 'მარტი', | |
'april' => 'აპრილი', | |
'may' => 'მაისი', | |
'june' => 'ივნისი', | |
'july' => 'ივლისი', | |
'august' => 'აგვისტო', | |
'september' => 'სექტემბერი', | |
'october' => 'ოქტომბერი', | |
'november' => 'ნოემბერი', | |
'december' => 'დეკემბერი', | |
'monday' => 'ორშაბათი', | |
'tuesday' => 'სამშაბათი', | |
'wednesday' => 'ოთხშაბათი', | |
'thursday' => 'ხუთშაბათი', | |
'friday' => 'პარასკევი', | |
'saturday' => 'შაბათი', | |
'sunday' => 'კვირა', | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment