mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
134 lines
3.5 KiB
Properties
134 lines
3.5 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>
|
|
# Patrik Carlsson <patrik.carlsson@mail.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=Maj
|
|
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=Mars
|
|
month.4.name=April
|
|
month.5.name=Maj
|
|
month.6.name=Juni
|
|
month.7.name=Juli
|
|
month.8.name=Augusti
|
|
month.9.name=September
|
|
month.10.name=Oktober
|
|
month.11.name=November
|
|
month.12.name=December
|
|
|
|
#Don't change this without notifying people in calendar first.
|
|
day.1.name=Söndag
|
|
day.2.name=Måndag
|
|
day.3.name=Tisdag
|
|
day.4.name=Onsdag
|
|
day.5.name=Torsdag
|
|
day.6.name=Fredag
|
|
day.7.name=Lördag
|
|
|
|
day.1.Mmm=Sön
|
|
day.2.Mmm=Mån
|
|
day.3.Mmm=Tis
|
|
day.4.Mmm=Ons
|
|
day.5.Mmm=Tors
|
|
day.6.Mmm=Fre
|
|
day.7.Mmm=Lör
|
|
|
|
# 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=O
|
|
day.5.short=T
|
|
day.6.short=F
|
|
day.7.short=L
|
|
|
|
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
|