Skip to content

Commit

Permalink
Merge dc62e40 into 8566620
Browse files Browse the repository at this point in the history
  • Loading branch information
olso committed Jul 5, 2014
2 parents 8566620 + dc62e40 commit de15824
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions src/lang/sk/date.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?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 pred',
'from now' => ':time od teraz',
'after' => ':time po',
'before' => ':time pred',
'year' => '1 rok|:count years',
'month' => '1 mesiac|:count months',
'week' => '1 týždeň|:count weeks',
'day' => '1 deň|:count days',
'hour' => '1 hodina|:count hours',
'minute' => '1 minúta|:count minutes',
'second' => '1 sekunda|:count seconds',

'january' => 'Január',
'february' => 'Február',
'march' => 'Marec',
'april' => 'Apríl',
'may' => 'Máj',
'june' => 'Jún',
'july' => 'Júl',
'august' => 'August',
'september' => 'September',
'october' => 'Október',
'november' => 'November',
'december' => 'December',

'monday' => 'Pondelok',
'tuesday' => 'Utorok',
'wednesday' => 'Streda',
'thursday' => 'Štvrtok',
'friday' => 'Piatok',
'saturday' => 'Sobota',
'sunday' => 'Nedeľa',

);

0 comments on commit de15824

Please sign in to comment.