Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update el according to CLDR #313

Merged
merged 6 commits into from Mar 13, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
40 changes: 20 additions & 20 deletions rails/locale/el.yml
Expand Up @@ -3,25 +3,25 @@ el:
abbr_day_names:
- Κυρ
- Δευ
- Τρι
- Τρί
- Τετ
- Πεμ
- Πέμ
- Παρ
- Σαβ
- Σάβ
abbr_month_names:
-
- Ιαν.
- Φεβ.
- Μαρ.
- Απρ.
- Μαι.
- Ιουν.
- Ιούλ.
- Αυγ.
- Σεπ.
- Οκτ.
- Νοε.
- Δεκ.
- Ιαν
- Φεβ
- Μαρ
- Απρ
- Μαϊ
- Ιουν
- Ιουλ
- Αυγ
- Σεπ
- Οκτ
- Νοε
- Δεκ
day_names:
- Κυριακή
- Δευτέρα
Expand Down Expand Up @@ -128,7 +128,7 @@ el:
template:
body: ! 'Υπήρξαν προβλήματα με τα ακόλουθα πεδία:'
header:
one: 1 λάθος εμπόδισε αυτό το %{model} να αποθηκευθεί.
one: 1 λάθος εμπόδισε αυτό το %{model} να αποθηκευτεί.
other: ! '%{count} λάθη εμπόδισαν αυτό το %{model} να αποθηκευτεί.'
helpers:
select:
Expand All @@ -140,10 +140,10 @@ el:
number:
currency:
format:
delimiter: ! ','
delimiter: .
format: ! '%n %u'
precision: 2
separator: .
separator: ! ','
significant: false
strip_insignificant_zeros: false
unit: €
Expand Down Expand Up @@ -190,12 +190,12 @@ el:
two_words_connector: ! ' και '
words_connector: ! ', '
time:
am: πμ
am: π.μ.
formats:
default: ! '%d %B %Y %H:%M'
long: ! '%A %d %B %Y %H:%M:%S %Z'
short: ! '%d %b %H:%M'
pm: μμ
pm: μ.μ.
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
activemodel:
errors:
Expand Down