summaryrefslogtreecommitdiff
path: root/config/locales
diff options
context:
space:
mode:
Diffstat (limited to 'config/locales')
-rw-r--r--config/locales/de.yml21
-rw-r--r--config/locales/en.yml2
2 files changed, 13 insertions, 10 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 7196120..2663948 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -1,7 +1,9 @@
1# German translations for Ruby on Rails 1# German translations for Ruby on Rails
2# by Clemens Kofler (clemens@railway.at) 2# by Clemens Kofler (clemens@railway.at)
3 3
4de: 4de:
5 more: "mehr …"
6 images: Bilder
5 sponsors: Sponsoren 7 sponsors: Sponsoren
6 show_tag_headline: "Seiten mit dem Tag:" 8 show_tag_headline: "Seiten mit dem Tag:"
7 old_ccc_de: das alte ccc.de 9 old_ccc_de: das alte ccc.de
@@ -17,7 +19,7 @@ de:
17 month_names: [~, Januar, Februar, März, April, Mai, Juni, Juli, August, September, Oktober, November, Dezember] 19 month_names: [~, Januar, Februar, März, April, Mai, Juni, Juli, August, September, Oktober, November, Dezember]
18 abbr_month_names: [~, Jan, Feb, Mär, Apr, Mai, Jun, Jul, Aug, Sep, Okt, Nov, Dez] 20 abbr_month_names: [~, Jan, Feb, Mär, Apr, Mai, Jun, Jul, Aug, Sep, Okt, Nov, Dez]
19 order: [ :day, :month, :year ] 21 order: [ :day, :month, :year ]
20 22
21 time: 23 time:
22 formats: 24 formats:
23 default: "%A, %e. %B %Y, %H:%M Uhr" 25 default: "%A, %e. %B %Y, %H:%M Uhr"
@@ -27,7 +29,7 @@ de:
27 29
28 am: "vormittags" 30 am: "vormittags"
29 pm: "nachmittags" 31 pm: "nachmittags"
30 32
31 datetime: 33 datetime:
32 distance_in_words: 34 distance_in_words:
33 half_a_minute: 'eine halbe Minute' 35 half_a_minute: 'eine halbe Minute'
@@ -63,7 +65,7 @@ de:
63 over_x_years: 65 over_x_years:
64 one: 'mehr als 1 Jahr' 66 one: 'mehr als 1 Jahr'
65 other: 'mehr als {{count}} Jahre' 67 other: 'mehr als {{count}} Jahre'
66 68
67 number: 69 number:
68 format: 70 format:
69 precision: 2 71 precision: 2
@@ -73,9 +75,9 @@ de:
73 format: 75 format:
74 unit: '€' 76 unit: '€'
75 format: '%n%u' 77 format: '%n%u'
76 separator: 78 separator:
77 delimiter: 79 delimiter:
78 precision: 80 precision:
79 percentage: 81 percentage:
80 format: 82 format:
81 delimiter: "" 83 delimiter: ""
@@ -91,11 +93,11 @@ de:
91 array: 93 array:
92 sentence_connector: "und" 94 sentence_connector: "und"
93 skip_last_comma: true 95 skip_last_comma: true
94 96
95 activerecord: 97 activerecord:
96 errors: 98 errors:
97 template: 99 template:
98 header: 100 header:
99 one: 1 error prohibited this {{model}} from being saved 101 one: 1 error prohibited this {{model}} from being saved
100 other: "{{count}} errors prohibited this {{model}} from being saved" 102 other: "{{count}} errors prohibited this {{model}} from being saved"
101 body: "There were problems with the following fields:" 103 body: "There were problems with the following fields:"
@@ -120,4 +122,3 @@ de:
120 less_than_or_equal_to: "must be less than or equal to {{count}}" 122 less_than_or_equal_to: "must be less than or equal to {{count}}"
121 odd: "must be odd" 123 odd: "must be odd"
122 even: "must be even" 124 even: "must be even"
123 \ No newline at end of file
diff --git a/config/locales/en.yml b/config/locales/en.yml
index e68cead..81fa48e 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -2,6 +2,8 @@
2# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points. 2# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
3 3
4en: 4en:
5 more: "more …"
6 images: images
5 sponsors: sponsors 7 sponsors: sponsors
6 hello: "Hello world" 8 hello: "Hello world"
7 show_tag_headline: "Pages tagged with:" 9 show_tag_headline: "Pages tagged with:"