From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../chrome/calendar/calendar-alarms.properties | 30 +++ .../chrome/calendar/calendar-event-dialog.dtd | 121 +++++++++ l10n-az/calendar/chrome/calendar/calendar.dtd | 292 +++++++++++++++++++++ .../calendar/chrome/calendar/calendarCreation.dtd | 17 ++ .../chrome/calendar/calendarCreation.properties | 6 + .../calendar/chrome/calendar/dateFormat.properties | 146 +++++++++++ l10n-az/calendar/chrome/calendar/global.dtd | 52 ++++ l10n-az/calendar/chrome/calendar/menuOverlay.dtd | 50 ++++ l10n-az/calendar/chrome/calendar/migration.dtd | 8 + l10n-az/calendar/chrome/lightning/lightning.dtd | 80 ++++++ 10 files changed, 802 insertions(+) create mode 100644 l10n-az/calendar/chrome/calendar/calendar-alarms.properties create mode 100644 l10n-az/calendar/chrome/calendar/calendar-event-dialog.dtd create mode 100644 l10n-az/calendar/chrome/calendar/calendar.dtd create mode 100644 l10n-az/calendar/chrome/calendar/calendarCreation.dtd create mode 100644 l10n-az/calendar/chrome/calendar/calendarCreation.properties create mode 100644 l10n-az/calendar/chrome/calendar/dateFormat.properties create mode 100644 l10n-az/calendar/chrome/calendar/global.dtd create mode 100644 l10n-az/calendar/chrome/calendar/menuOverlay.dtd create mode 100644 l10n-az/calendar/chrome/calendar/migration.dtd create mode 100644 l10n-az/calendar/chrome/lightning/lightning.dtd (limited to 'l10n-az/calendar/chrome') diff --git a/l10n-az/calendar/chrome/calendar/calendar-alarms.properties b/l10n-az/calendar/chrome/calendar/calendar-alarms.properties new file mode 100644 index 0000000000..caf1a2c5e3 --- /dev/null +++ b/l10n-az/calendar/chrome/calendar/calendar-alarms.properties @@ -0,0 +1,30 @@ +# 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/. + +# LOCALIZATION NOTE (reminderCustomTitle): +# %1$S = unit, %2$S = reminderCustomOrigin +# Example: "3 minutes" "before the task starts" +reminderCustomTitle=%1$S %2$S +reminderTitleAtStartEvent=Tədbirin başladığı an +reminderTitleAtStartTask=Tapşırığın başladığı an +reminderTitleAtEndEvent=Tədbirin bitdiyi an +reminderTitleAtEndTask=Tapşırığın bitdiyi an + +# LOCALIZATION NOTE (reminderSnoozeOkA11y) +# This string is not seen in the UI, it is read by screen readers when the user +# focuses the "OK" button in the "Snooze for..." popup of the alarm dialog. +# %1$S = any of unit* +reminderSnoozeOkA11y=%1$S üçün xatırladıcını mürgülət + +reminderCustomOriginBeginBeforeEvent=tədbir başlamazdan əvvəl +reminderCustomOriginBeginAfterEvent=tədbir başladıqdan sonra +reminderCustomOriginEndBeforeEvent=tədbir bitməzdən əvvəl +reminderCustomOriginEndAfterEvent=tədbir bitdikdən sonra +reminderCustomOriginBeginBeforeTask=tapşırıq başlamazdan əvvəl +reminderCustomOriginBeginAfterTask=tapşırıq başladıqdan sonra +reminderCustomOriginEndBeforeTask=tapşırıq bitməzdən əvvəl +reminderCustomOriginEndAfterTask=tapşırıq bitdikdən sonra + +reminderErrorMaxCountReachedEvent=Seçilmiş kalendarın tədbir başına #1 xəbərdarlıq limiti var.;Seçilmiş kalendarın tədbir başına #1 xəbərdarlıq limiti var. +reminderErrorMaxCountReachedTask=Seçilmiş kalendarın tapşırıq başına #1 xəbərdarlıq limiti var.;Seçilmiş kalendarın tapşırıq başına #1 xəbərdarlıq limiti var. diff --git a/l10n-az/calendar/chrome/calendar/calendar-event-dialog.dtd b/l10n-az/calendar/chrome/calendar/calendar-event-dialog.dtd new file mode 100644 index 0000000000..0007231953 --- /dev/null +++ b/l10n-az/calendar/chrome/calendar/calendar-event-dialog.dtd @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-az/calendar/chrome/calendar/calendar.dtd b/l10n-az/calendar/chrome/calendar/calendar.dtd new file mode 100644 index 0000000000..62e5eaf965 --- /dev/null +++ b/l10n-az/calendar/chrome/calendar/calendar.dtd @@ -0,0 +1,292 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-az/calendar/chrome/calendar/calendarCreation.dtd b/l10n-az/calendar/chrome/calendar/calendarCreation.dtd new file mode 100644 index 0000000000..d7c8729a79 --- /dev/null +++ b/l10n-az/calendar/chrome/calendar/calendarCreation.dtd @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + diff --git a/l10n-az/calendar/chrome/calendar/calendarCreation.properties b/l10n-az/calendar/chrome/calendar/calendarCreation.properties new file mode 100644 index 0000000000..1654246bc8 --- /dev/null +++ b/l10n-az/calendar/chrome/calendar/calendarCreation.properties @@ -0,0 +1,6 @@ +# 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/. + +error.invalidUri=Lütfən doğru mövqe daxil edin. +error.alreadyExists=Siz artıq bu mövqedəki təqvimə abunə olmusunuz. diff --git a/l10n-az/calendar/chrome/calendar/dateFormat.properties b/l10n-az/calendar/chrome/calendar/dateFormat.properties new file mode 100644 index 0000000000..493cdfdbbf --- /dev/null +++ b/l10n-az/calendar/chrome/calendar/dateFormat.properties @@ -0,0 +1,146 @@ +# 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=Yanvar +month.2.name=Fevral +month.3.name=Mart +month.4.name=Aprel +month.5.name=May +month.6.name=İyun +month.7.name=İyul +month.8.name=Avqust +month.9.name=Sentyabr +month.10.name=Oktyabr +month.11.name=Noyabr +month.12.name=Dekabr + +# 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=Yanvar +month.2.genitive=Fevral +month.3.genitive=Mart +month.4.genitive=Aprel +month.5.genitive=May +month.6.genitive=İyun +month.7.genitive=İyul +month.8.genitive=Avqust +month.9.genitive=Sentyabr +month.10.genitive=Oktyabr +month.11.genitive=Noyabr +month.12.genitive=Dekabr + +month.1.Mmm=Yan +month.2.Mmm=Fev +month.3.Mmm=Mar +month.4.Mmm=Apr +month.5.Mmm=May +month.6.Mmm=İyn +month.7.Mmm=İyl +month.8.Mmm=Avq +month.9.Mmm=Sen +month.10.Mmm=Okt +month.11.Mmm=Noy +month.12.Mmm=Dek + +day.1.name=Bazar +day.2.name=Bazar ertəsi +day.3.name=Çərşənbə axşamı +day.4.name=Çərşənbə +day.5.name=Cümə axşamı +day.6.name=Cümə +day.7.name=Şənbə + +day.1.Mmm=Baz +day.2.Mmm=Ber +day.3.Mmm=Çax +day.4.Mmm=Çər +day.5.Mmm=Cax +day.6.Mmm=Cüm +day.7.Mmm=Şən + +# Can someone tell me why we're not counting from zero? +day.1.short=Ba +day.2.short=Be +day.3.short=Ça +day.4.short=Çə +day.5.short=Ca +day.6.short=Cü +day.7.short=Şə + +# Localizable day's date +day.1.number=1 +day.2.number=2 +day.3.number=3 +day.4.number=4 +day.5.number=5 +day.6.number=6 +day.7.number=7 +day.8.number=8 +day.9.number=9 +day.10.number=10 +day.11.number=11 +day.12.number=12 +day.13.number=13 +day.14.number=14 +day.15.number=15 +day.16.number=16 +day.17.number=17 +day.18.number=18 +day.19.number=19 +day.20.number=20 +day.21.number=21 +day.22.number=22 +day.23.number=23 +day.24.number=24 +day.25.number=25 +day.26.number=26 +day.27.number=27 +day.28.number=28 +day.29.number=29 +day.30.number=30 +day.31.number=31 + +# 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' +dayOrdinalSymbol= + +noon=Günorta +midnight=Gecəyarısı + +AllDay=Bütün Gün +Repeating=(Təkrarlanan) diff --git a/l10n-az/calendar/chrome/calendar/global.dtd b/l10n-az/calendar/chrome/calendar/global.dtd new file mode 100644 index 0000000000..3f4fbe6cce --- /dev/null +++ b/l10n-az/calendar/chrome/calendar/global.dtd @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-az/calendar/chrome/calendar/menuOverlay.dtd b/l10n-az/calendar/chrome/calendar/menuOverlay.dtd new file mode 100644 index 0000000000..91a860cccc --- /dev/null +++ b/l10n-az/calendar/chrome/calendar/menuOverlay.dtd @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-az/calendar/chrome/calendar/migration.dtd b/l10n-az/calendar/chrome/calendar/migration.dtd new file mode 100644 index 0000000000..5ec75c8cc5 --- /dev/null +++ b/l10n-az/calendar/chrome/calendar/migration.dtd @@ -0,0 +1,8 @@ + + + + + + diff --git a/l10n-az/calendar/chrome/lightning/lightning.dtd b/l10n-az/calendar/chrome/lightning/lightning.dtd new file mode 100644 index 0000000000..5400ee780f --- /dev/null +++ b/l10n-az/calendar/chrome/lightning/lightning.dtd @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3