diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-nl/chat/dateFormat.properties | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/l10n-nl/chat/dateFormat.properties b/l10n-nl/chat/dateFormat.properties new file mode 100644 index 0000000000..bb12a188c9 --- /dev/null +++ b/l10n-nl/chat/dateFormat.properties @@ -0,0 +1,62 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +month.1.Mmm=jan +month.2.Mmm=feb +month.3.Mmm=mrt +month.4.Mmm=apr +month.5.Mmm=mei +month.6.Mmm=jun +month.7.Mmm=jul +month.8.Mmm=aug +month.9.Mmm=sep +month.10.Mmm=okt +month.11.Mmm=nov +month.12.Mmm=dec + +month.1.name=januari +month.2.name=februari +month.3.name=maart +month.4.name=april +month.5.name=mei +month.6.name=juni +month.7.name=juli +month.8.name=augustus +month.9.name=september +month.10.name=oktober +month.11.name=november +month.12.name=december + +day.1.name=zondag +day.2.name=maandag +day.3.name=dinsdag +day.4.name=woensdag +day.5.name=donderdag +day.6.name=vrijdag +day.7.name=zaterdag + +day.1.Mmm=zo +day.2.Mmm=ma +day.3.Mmm=di +day.4.Mmm=wo +day.5.Mmm=do +day.6.Mmm=vr +day.7.Mmm=za + +day.1.short=zo +day.2.short=ma +day.3.short=di +day.4.short=wo +day.5.short=do +day.6.short=vr +day.7.short=za + +noon=Middag +midnight=Middernacht + +AllDay=De hele dag + +# LOCALIZATION NOTE (finduri-MonthYear): +# %1$S is the month name, %2$S is the year (4 digits format). +finduri-MonthYear=%1$S %2$S |