Skip to content

Commit

Permalink
Slovak locale updated to fit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jofi committed Apr 29, 2010
1 parent cf1c8ae commit 1de3aa8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rails/locale/sk.yml
Expand Up @@ -11,6 +11,8 @@ sk:
words_connector: ', '
two_words_connector: ' a '
last_word_connector: ' a '
select:
prompt: 'Prosím vyberte si.'

# Date
date:
Expand Down Expand Up @@ -108,6 +110,9 @@ sk:
over_x_years:
one: 'pred viac ako rokom'
other: 'viac ako {{count}} rokmi'
almost_x_years:
one: "takmer rokom"
other: "takmer {{count}} rokmi"

# ActiveRecord validation messages
activerecord:
Expand All @@ -132,6 +137,9 @@ sk:
less_than_or_equal_to: "musí byť menšie ako {{count}}"
odd: "musí byť nepárne číslo"
even: "musí byť párne číslo"
record_invalid: "Validácia neuspešná: {{errors}}"
activemodel:
errors:
template:
header:
one: "Pri ukladaní objektu {{model}} došlo k chybám a nebolo možné objekt uložiť"
Expand Down

0 comments on commit 1de3aa8

Please sign in to comment.