diff options
Diffstat (limited to 'toolkit/locales/en-US/chrome/global/dateFormat.properties')
-rw-r--r-- | toolkit/locales/en-US/chrome/global/dateFormat.properties | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/toolkit/locales/en-US/chrome/global/dateFormat.properties b/toolkit/locales/en-US/chrome/global/dateFormat.properties new file mode 100644 index 000000000..a564c0d4d --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/dateFormat.properties @@ -0,0 +1,58 @@ +# 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=Mar +month.4.Mmm=Apr +month.5.Mmm=May +month.6.Mmm=Jun +month.7.Mmm=Jul +month.8.Mmm=Aug +month.9.Mmm=Sep +month.10.Mmm=Oct +month.11.Mmm=Nov +month.12.Mmm=Dec + +month.1.name=January +month.2.name=February +month.3.name=March +month.4.name=April +month.5.name=May +month.6.name=June +month.7.name=July +month.8.name=August +month.9.name=September +month.10.name=October +month.11.name=November +month.12.name=December + +day.1.name=Sunday +day.2.name=Monday +day.3.name=Tuesday +day.4.name=Wednesday +day.5.name=Thursday +day.6.name=Friday +day.7.name=Saturday + +day.1.Mmm=Sun +day.2.Mmm=Mon +day.3.Mmm=Tue +day.4.Mmm=Wed +day.5.Mmm=Thu +day.6.Mmm=Fri +day.7.Mmm=Sat + +day.1.short=Su +day.2.short=Mo +day.3.short=Tu +day.4.short=We +day.5.short=Th +day.6.short=Fr +day.7.short=Sa + +noon=Noon +midnight=Midnight + +AllDay=All Day |