diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-fa/calendar/chrome/calendar/dateFormat.properties | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/l10n-fa/calendar/chrome/calendar/dateFormat.properties b/l10n-fa/calendar/chrome/calendar/dateFormat.properties new file mode 100644 index 0000000000..344535c8e1 --- /dev/null +++ b/l10n-fa/calendar/chrome/calendar/dateFormat.properties @@ -0,0 +1,78 @@ +# 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/. + +# In case you are looking for the note about different declensions on date +# formats, here it is. If your language doesn't use different declensions of +# month names, you shouldn't have much work. Just leave the *.monthFormat +# string on "nominative" and the string month.*.name will be filled in. +# +# If you need a different form for a string, you can change the +# *.monthFormat to a different value. Supported values are currently: +# nominative (default), genitive +# The modified month name form will then be filled in accordingly. If this +# system does not suit your needs, please file a bug! + +# LOCALIZATION NOTE (month.*.name): +# Some languages require different declensions of month names. +# These values will be used if *.monthFormat is set to "nominative" or in places +# where using a different declension is not yet supported. +month.1.name=ژانویه +month.2.name=فوریه +month.3.name=مارس +month.4.name=آوریل +month.5.name=مه +month.6.name=ژوئن +month.7.name=جولای +month.8.name=اوت +month.9.name=سپتامبر +month.10.name=اکتبر +month.11.name=نوامبر +month.12.name=دسامبر + +# LOCALIZATION NOTE (month.*.genitive): +# Some languages require different declensions of month names. +# These values will be used if *.monthFormat is set to "genitive" +# If your language doesn't use different declensions, just set the same +# values as for month.*.name. +month.1.genitive=ژانویه +month.2.genitive=فوریه +month.3.genitive=مارس +month.4.genitive=آوریل +month.5.genitive=مه +month.6.genitive=ژوئن +month.7.genitive=جولای +month.8.genitive=اوت +month.9.genitive=سپتامبر +month.10.genitive=اکتبر +month.11.genitive=نوامبر +month.12.genitive=دسامبر + +month.5.Mmm=مه + + + +# Can someone tell me why we're not counting from zero? + +# Localizable day's date + +# LOCALIZATION NOTE (dayOrdinalSymbol): +# Allows to insert a string, a character or a symbol after the number of a +# monthday in order to give it the meaning of ordinal number e.g. 1 -> 1st etc. +# It's mainly used when formatting dates with both monthday and month name. It +# affects the following localizable strings that hence must be localized *without* +# any ordinal symbol for the monthday number: +# dayHeaderLabel, monthlyDaysOfNth_day, +# yearlyNthOn, daysIntervalBetweenYears, +# daysIntervalBetweenMonths, daysIntervalInMonth. +# Write only a single string if the ordinal symbol is the same for every monthday, otherwise +# write a sequence of _31_ strings (one for each monthday) separated with commas. +# If your language doesn't require that in the mentioned strings, leave it empty. +# e.g. +# dayOrdinalSymbol=. +# -> daysIntervalInMonth: 'March 3. - 9., 2008' +# dayOrdinalSymbol=st,nd,rd,th,th,th,th,th,th,th,th,th,th,th,th, +# th,th,th,th,th,st,nd,rd,th,th,th,th,th,th,th,st +# -> daysIntervalBetweenMonths: 'September 29th - November 1st, 2008' + + |