Skip to content

Commit

Permalink
* Adding new german language strings, fixing English yearAgo (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Oct 9, 2009
1 parent 4ad04c6 commit ed5f7a3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Source/Localization/Date.English.US.js
Expand Up @@ -38,7 +38,7 @@ MooTools.lang.set('en-US', 'Date', {
weeksAgo: '{delta} weeks ago',
monthAgo: '1 month ago',
monthsAgo: '{delta} months ago',
yearthAgo: '1 year ago',
yearAgo: '1 year ago',
yearsAgo: '{delta} years ago',
lessThanMinuteUntil: 'less than a minute from now',
minuteUntil: 'about a minute from now',
Expand Down
26 changes: 19 additions & 7 deletions Source/Localization/Date.German.js
Expand Up @@ -5,7 +5,8 @@ Script: Date.German.js
License:
MIT-style license.
Authors:
Authors:
Christoph Pojer
Frank Rossi
Ulrich Petri
Expand All @@ -28,18 +29,29 @@ MooTools.lang.set('de-DE', 'Date', {
ordinal: '.',

lessThanMinuteAgo: 'Vor weniger als einer Minute',
minuteAgo: 'Vor ca. einer Minute',
minuteAgo: 'Vor einer Minute',
minutesAgo: 'Vor {delta} Minuten',
hourAgo: 'Vor ca. einer Stunde',
hoursAgo: 'Vor ca. {delta} Stunden',
hourAgo: 'Vor einer Stunde',
hoursAgo: 'Vor {delta} Stunden',
dayAgo: 'Vor einem Tag',
daysAgo: 'Vor {delta} Tagen',
weekAgo: 'Vor einer Woche',
weeksAgo: 'Vor {delta} Wochen',
monthAgo: 'Vor einem Monat',
monthsAgo: 'Vor {delta} Monaten',
yearAgo: 'Vor einem Jahr',
yearsAgo: 'Vor {delta} Jahren',
lessThanMinuteUntil: 'In weniger als einer Minute',
minuteUntil: 'In ca. einer Minute',
minuteUntil: 'In einer Minute',
minutesUntil: 'In {delta} Minuten',
hourUntil: 'In ca. einer Stunde',
hoursUntil: 'In ca. {delta} Stunden',
dayUntil: 'In einem Tag',
daysUntil: 'In {delta} Tagen'

daysUntil: 'In {delta} Tagen',
weekUntil: 'In einer Woche',
weeksUntil: 'In {delta} Wochen',
monthUntil: 'In einem Monat',
monthsUntil: 'In {delta} Monaten',
yearUntil: 'In einem Jahr',
yearsUntil: 'In {delta} Jahren'
});

0 comments on commit ed5f7a3

Please sign in to comment.