File: /home/posscale/subdomains/xibo/vendor/jenssegers/date/src/Lang/sl.php
<?php
return [
/*
|--------------------------------------------------------------------------
| 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' => 'pred :time',
'from_now' => 'čez :time',
'after' => 'čez :time',
'before' => 'pred :time',
'year' => '1 leto|:count leti|:count leta|:count let',
'month' => '1 mesec|:count meseca|:count mesece|:count mesecev',
'week' => '1 teden|:count tedna|:count tedne|:count tednov',
'day' => '1 dan|:count dni|:count dni|:count dni',
'hour' => '1 uro|:count uri|:count ure|:count ur',
'minute' => '1 minuto|:count minuti|:count minute|:count minut',
'second' => '1 sekundo|:count sekundi|:count sekunde|:count sekund',
'year_ago' => '1 letom|:count leti|:count leti|:count leti',
'month_ago' => '1 mesecem|:count meseci|:count meseci|:count meseci',
'week_ago' => '1 tednom|:count tedni|:count tedni',
'day_ago' => '1 dnem|:count dnevoma|:count dnevi|:count dnevi',
'hour_ago' => '1 uro|:count urama|:count urami|:count urami',
'minute_ago' => '1 minuto|:count minutama|:count minutami|:count minutami',
'second_ago' => '1 sekundo|:count sekundama|:count sekundami|:count sekundami',
'january' => 'januar',
'february' => 'februar',
'march' => 'marec',
'april' => 'april',
'may' => 'maj',
'june' => 'junij',
'july' => 'julij',
'august' => 'avgust',
'september' => 'september',
'october' => 'oktober',
'november' => 'november',
'december' => 'december',
'monday' => 'ponedeljek',
'tuesday' => 'torek',
'wednesday' => 'sreda',
'thursday' => 'četrtek',
'friday' => 'petek',
'saturday' => 'sobota',
'sunday' => 'nedelja',
];