mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
133 lines
3.4 KiB
Properties
133 lines
3.4 KiB
Properties
# ***** BEGIN LICENSE BLOCK *****
|
|
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
#
|
|
# The contents of this file are subject to the Mozilla Public License Version
|
|
# 1.1 (the "License"); you may not use this file except in compliance with
|
|
# the License. You may obtain a copy of the License at
|
|
# http://www.mozilla.org/MPL/
|
|
#
|
|
# Software distributed under the License is distributed on an "AS IS" basis,
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
# for the specific language governing rights and limitations under the
|
|
# License.
|
|
#
|
|
# The Original Code is OEone Calendar Code, released October 31st, 2001.
|
|
#
|
|
# The Initial Developer of the Original Code is
|
|
# OEone Corporation.
|
|
# Portions created by OEone Corporation are Copyright (C) 2001
|
|
# OEone Corporation. All Rights Reserved.
|
|
#
|
|
# Contributor(s): Garth Smedley <garths@oeone.com>
|
|
#
|
|
# Alternatively, the contents of this file may be used under the terms of
|
|
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
# in which case the provisions of the GPL or the LGPL are applicable instead
|
|
# of those above. If you wish to allow use of your version of this file only
|
|
# under the terms of either the GPL or the LGPL, and not to allow others to
|
|
# use your version of this file under the terms of the MPL, indicate your
|
|
# decision by deleting the provisions above and replace them with the notice
|
|
# and other provisions required by the GPL or the LGPL. If you do not delete
|
|
# the provisions above, a recipient may use your version of this file under
|
|
# the terms of any one of the MPL, the GPL or the LGPL.
|
|
#
|
|
# ***** END LICENSE BLOCK *****
|
|
|
|
# Month names - Add full names when needed
|
|
|
|
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
|
|
|
|
#Don't change this without notifying people in calendar first.
|
|
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
|
|
|
|
# Can someone tell me why were not counting from zero?
|
|
day.1.short=S
|
|
day.2.short=M
|
|
day.3.short=T
|
|
day.4.short=W
|
|
day.5.short=T
|
|
day.6.short=F
|
|
day.7.short=S
|
|
|
|
am-string=AM
|
|
pm-string=PM
|
|
|
|
# Added to support localization of messages within eventDialog.js
|
|
# Day ordinals imply order within a list.
|
|
ordinal.suffix.1=st
|
|
ordinal.suffix.2=nd
|
|
ordinal.suffix.3=rd
|
|
ordinal.suffix.4=th
|
|
ordinal.suffix.5=th
|
|
ordinal.suffix.6=th
|
|
ordinal.suffix.7=th
|
|
ordinal.suffix.8=th
|
|
ordinal.suffix.9=th
|
|
ordinal.suffix.10=th
|
|
ordinal.suffix.11=th
|
|
ordinal.suffix.12=th
|
|
ordinal.suffix.13=th
|
|
ordinal.suffix.14=th
|
|
ordinal.suffix.15=th
|
|
ordinal.suffix.16=th
|
|
ordinal.suffix.17=th
|
|
ordinal.suffix.18=th
|
|
ordinal.suffix.19=th
|
|
ordinal.suffix.20=th
|
|
ordinal.suffix.21=st
|
|
ordinal.suffix.22=nd
|
|
ordinal.suffix.23=rd
|
|
ordinal.suffix.24=th
|
|
ordinal.suffix.25=th
|
|
ordinal.suffix.26=th
|
|
ordinal.suffix.27=th
|
|
ordinal.suffix.28=th
|
|
ordinal.suffix.29=th
|
|
ordinal.suffix.30=th
|
|
ordinal.suffix.31=st
|
|
|
|
ordinal.name.last=Last
|
|
ordinal.name.1=First
|
|
ordinal.name.2=Second
|
|
ordinal.name.3=Third
|
|
ordinal.name.4=Fourth
|