summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/bg/chrome/bg/locale/bg/calendar/calendar-extract.properties
diff options
context:
space:
mode:
Diffstat (limited to 'thunderbird-l10n/bg/chrome/bg/locale/bg/calendar/calendar-extract.properties')
-rw-r--r--thunderbird-l10n/bg/chrome/bg/locale/bg/calendar/calendar-extract.properties294
1 files changed, 294 insertions, 0 deletions
diff --git a/thunderbird-l10n/bg/chrome/bg/locale/bg/calendar/calendar-extract.properties b/thunderbird-l10n/bg/chrome/bg/locale/bg/calendar/calendar-extract.properties
new file mode 100644
index 0000000000..de3eb2f2ba
--- /dev/null
+++ b/thunderbird-l10n/bg/chrome/bg/locale/bg/calendar/calendar-extract.properties
@@ -0,0 +1,294 @@
+# 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:
+# Strings here are used to create events and tasks with start and end times
+# based on email content.
+# None of the strings are displayed in the user interface.
+#
+# You don't have to fill all from.*, until.*, *.prefix and *.suffix patterns.
+# It's ok to leave some empty.
+# Please consider declensions and gender if your language has them.
+# Don't just translate directly. The number of variants doesn't have to be
+# the same as in en-US. All of 0, 1, 2, etc is allowed in patterns except alphabet
+# pattern. You can and should add language specific variants.
+#
+# There are two different ways to find a start time text in email:
+# 1) it matches a from.* pattern and does not have end.prefix or end.suffix next to it
+# 2) it matches until.* pattern and has start.prefix or start.suffix next to it
+# Similar inverse logic applies to end times.
+# These rules enable using prefix and suffix values with only start.* or only until.*
+# patterns localized for some languages and thus not having to repeat the same
+# values in both.
+#
+# Patterns are partially space-insensitive.
+# "deadline is" pattern will find both "deadlineis" and "deadline is"
+# but "deadlineis" won't find "deadline is" or "deadline is".
+# Therefore you should include all spaces that are valid within a pattern.
+
+# LOCALIZATION NOTE (start.prefix):
+# datetimes with these in front are extracted as start times
+# can be a list of values, separate variants by |
+start.prefix =
+
+# LOCALIZATION NOTE (start.suffix):
+# datetimes followed by these are extracted as start times
+start.suffix = от | до | - | и
+
+# LOCALIZATION NOTE (end.prefix):
+# datetimes with these in front are extracted as end times
+end.prefix = от | до | - | и | срок: | срок | приключва | крайният срок е | краен срок:
+
+# LOCALIZATION NOTE (end.suffix):
+# datetimes followed by these are extracted as end times
+# can be a list of values, separate variants by |
+end.suffix =
+
+# LOCALIZATION NOTE (no.datetime.prefix):
+# datetimes with these in front won't be used
+# specify full words here
+no.datetime.prefix = предишна седмица | изпратено | мейл | имейл | вместо | > | за съжаление | в | не
+
+# LOCALIZATION NOTE (no.datetime.suffix):
+# datetimes followed by these won't be used
+no.datetime.suffix = етаж | ап | : | мейл | имейл | > | % | лв | лева | лв
+
+# LOCALIZATION NOTE (from.*):
+# can be a list of values, separate variants by |
+
+# LOCALIZATION NOTE (from.today):
+# must not be empty!
+from.today = днес
+
+from.tomorrow = утре
+# LOCALIZATION NOTE (until.*):
+# can be a list of values, separate variants by |
+until.tomorrow =
+
+# LOCALIZATION NOTE (from.ordinal.date):
+# #1 = matches numbers 1-31 and number.x
+# should not have "#1" as this would match any single number in email to a time
+from.ordinal.date = #1-ви | #1-ри | #1-ти | #1-ти
+
+# LOCALIZATION NOTE (until.ordinal.date):
+# #1 = matches numbers 1-31 and number.x
+until.ordinal.date =
+
+from.noon = обяд
+until.noon =
+
+# LOCALIZATION NOTE (from.hour):
+# #1 = matches numbers 0-23 and number.0-number.23
+# should not have "#1" as this would match any single number in email to a time
+from.hour = в #1 | около #1 | #1 – | #1 до
+
+# LOCALIZATION NOTE (until.hour):
+# #1 = matches numbers 0-23 and number.0-number.23
+# should also list how to find end of a timeframe
+until.hour = – #1 | до #1 | до #1 | до #1
+
+# LOCALIZATION NOTE (from.hour.am):
+# #1 = matches numbers 0-23 and number.0-number.23
+from.hour.am = #1 пр.об. | #1 пр.об.
+
+# LOCALIZATION NOTE (until.hour.am):
+# #1 = matches numbers 0-23 and number.0-number.23
+# should also list how to find end of a timeframe
+until.hour.am =
+
+# LOCALIZATION NOTE (from.hour.pm):
+# #1 = matches numbers 0-23 and number.0-number.23
+from.hour.pm = #1 сл.об. | #1 сл.об. | #1 сл.об.
+
+# LOCALIZATION NOTE (until.hour.pm):
+# #1 = matches numbers 0-23 and number.0-number.23
+# should also list how to find end of a timeframe
+until.hour.pm =
+
+# LOCALIZATION NOTE (from.half.hour.before):
+# denotes times 30 minutes before next full hour
+from.half.hour.before = половин час преди #1
+
+# LOCALIZATION NOTE (until.half.hour.before):
+# denotes times 30 minutes before next full hour
+until.half.hour.before =
+
+# LOCALIZATION NOTE (from.half.hour.after):
+# denotes times 30 minutes after last full hour
+from.half.hour.after = половин час след #1
+
+# LOCALIZATION NOTE (until.half.hour.after):
+# denotes times 30 minutes after last full hour
+until.half.hour.after =
+
+# LOCALIZATION NOTE (from.hour.minutes):
+# #1 = matches numbers 0-23
+# #2 = matches numbers 0-59
+from.hour.minutes = #1:#2 | в #1:#2
+
+# LOCALIZATION NOTE (until.hour.minutes):
+# #1 = matches numbers 0-23
+# #2 = matches numbers 0-59
+until.hour.minutes =
+
+# LOCALIZATION NOTE (from.hour.minutes.am):
+# #1 = matches numbers 0-23
+# #2 = matches numbers 0-59
+from.hour.minutes.am = #1:#2 пр.об. | #1:#2 преди обяд
+
+# LOCALIZATION NOTE (until.hour.minutes.am):
+# #1 = matches numbers 0-23
+# #2 = matches numbers 0-59
+until.hour.minutes.am =
+
+# LOCALIZATION NOTE (from.hour.minutes.pm):
+# #1 = matches numbers 0-23
+# #2 = matches numbers 0-59
+from.hour.minutes.pm = #1:#2 сл.об. | #1:#2 след обяд
+
+# LOCALIZATION NOTE (until.hour.minutes.pm):
+# #1 = matches numbers 0-23
+# #2 = matches numbers 0-59
+until.hour.minutes.pm =
+
+# LOCALIZATION NOTE (from.monthname.day):
+# #1 = matches numbers 1-31 and number.x
+# #2 = matches monthname
+from.monthname.day = #1 #2 | #2 #1 | #2 #1-ви | #2 #1-ри | #2 #1-ти | #1-ви #2 | #1-ри #2 | #1-ти #2
+
+# LOCALIZATION NOTE (until.monthname.day):
+# #1 = matches numbers 1-31
+# #2 = matches monthname
+until.monthname.day =
+
+# LOCALIZATION NOTE (from.month.day):
+# #1 = matches numbers 1-31
+# #2 = matches numbers 1-12
+from.month.day = #1.#2
+
+# LOCALIZATION NOTE (until.month.day):
+# #1 = matches numbers 1-31 and number.x
+# #2 = matches numbers 1-12
+until.month.day =
+
+# LOCALIZATION NOTE (from.year.month.day):
+# #1 = matches numbers 1-31
+# #2 = matches numbers 1-12
+# #3 = matches 2/4 numbers
+from.year.month.day = #1.#2.#3 | #3-#2-#1
+
+# LOCALIZATION NOTE (until.year.month.day):
+# #1 = matches numbers 1-31
+# #2 = matches numbers 1-12
+# #3 = matches 2/4 numbers
+until.year.month.day =
+
+# LOCALIZATION NOTE (from.year.monthname.day):
+# #1 = matches numbers 1-31
+# #2 = matches monthname
+# #3 = matches 2/4 numbers
+from.year.monthname.day = #1 #2 #3 | #1-ви #2 #3 | #1-ри #2 #3 | #1-ти #2 #3 | #3-#2-#1
+
+# LOCALIZATION NOTE (until.year.monthname.day):
+# #1 = matches numbers 1-31
+# #2 = matches monthname
+# #3 = matches 2/4 numbers
+until.year.monthname.day =
+
+# LOCALIZATION NOTE (duration.*):
+# can be a list of values, separate variants by |
+
+# LOCALIZATION NOTE (duration.minutes):
+# #1 = matches 1/2 numbers and number.0 - and number.31
+duration.minutes = #1 минути | #1 мин. | #1 мин
+
+# LOCALIZATION NOTE (duration.hours):
+# #1 = matches 1/2 numbers and number.0 - and number.31
+duration.hours = #1 час | #1 часа
+
+# LOCALIZATION NOTE (duration.days):
+# #1 = matches 1/2 numbers and number.0 - and number.31
+duration.days = #1 дни
+
+# LOCALIZATION NOTE (month.*):
+# can be a list of values, separate variants by |
+month.1 = януари | яну | ян. | ян
+month.2 = февруари | фев | февр. | фв
+month.3 = март | мар | мт | мр
+month.4 = април | апр | апр. | ап
+month.5 = май | ма
+month.6 = юни | юн
+month.7 = юли | юл
+month.8 = август | авг | авг. | ав
+month.9 = септември | сеп | септ. | сп
+month.10 = октомври | окт | окт. | ок
+month.11 = ноември | ное | ное. | нм
+month.12 = декември | дек | дек. | дк
+
+# LOCALIZATION NOTE (from.weekday.*):
+# used to derive start date based on weekdays mentioned
+# can be a list of values, separate variants by |
+# LOCALIZATION NOTE (from.weekday.0):
+# Regardless of what the first day of the week is in your country, 0 is Sunday here.
+from.weekday.0 = неделя | недели
+from.weekday.1 = понеделник | понеделници
+from.weekday.2 = вторник | вторници
+from.weekday.3 = сряда | среди
+from.weekday.4 = четвъртък | четвъртъци
+from.weekday.5 = петък | петъци
+from.weekday.6 = събота | съботи
+
+# LOCALIZATION NOTE (until.weekday.*):
+# used to derive end date based on weekdays mentioned
+# can be a list of values, separate variants by |
+# LOCALIZATION NOTE (until.weekday.0):
+# Regardless of what the first day of the week is in your country, 0 is Sunday here.
+until.weekday.0 =
+until.weekday.1 =
+until.weekday.2 =
+until.weekday.3 =
+until.weekday.4 =
+until.weekday.5 =
+until.weekday.6 =
+
+# LOCALIZATION NOTE (number.*):
+# used within other patterns to understand dates where day of month isn't written with digits
+# can be a list of values, separate variants by |
+number.0 = нула
+number.1 = едно | първи
+number.2 = две | втори
+number.3 = три | трети
+number.4 = четири | четвърти
+number.5 = пет | пети
+number.6 = шест | шести
+number.7 = седем | седми
+number.8 = осем | осми
+number.9 = девет | девети
+number.10 = десет | десети
+number.11 = единадесет | единайсет | единадесети | единайсти
+number.12 = дванадесет | дванайсет | дванадесети | дванайсти
+number.13 = тринадесет | тринайсет | тринадесети | тринайсти
+number.14 = четиринадесет | четиринайсет | четиринадесети | четиринайсти
+number.15 = петнадесет | петнайсет | петнадесети | петнайсти
+number.16 = шестнадесет | шестнайсет | шестнадесети | шестнайсти
+number.17 = седемнадесет | седемнайсет | седемнадесети | седемнайсти
+number.18 = осемнадесет | осемнайсет | осемнадесети | осемнайсти
+number.19 = деветнадесет | деветнайсет | деветнадесети | деветнайсти
+number.20 = двадесет | двайсет | двадесети | двайсти
+number.21 = двадесет и едно | двайсет и едно | двадесет и първи | двайсет и първи
+number.22 = двадесет и две | двайсет и две | двадесет и първи | двайсет и първи
+number.23 = двадесет и три | двайсет и три | двадесет и трети | двайсет и трети
+number.24 = двадесет и четири | двайсет и четири | двадесет и четвърти | двайсет и четвърти
+number.25 = двадесет и пет | двайсет и пет | двадесет и пети | двайсет и пети
+number.26 = двадесет и шест | двайсет и шест | двадесет и шести | двайсет и шести
+number.27 = двадесет и седем | двайсет и седем | двадесет и седми | двайсет и седми
+number.28 = двадесет и осем | двайсет и осем | двадесет и осми | двайсет и осми
+number.29 = двадесет и девет | двайсет и девет | двадесет и девети | двайсет и девети
+number.30 = тридесет | трийсет | тридесети | трийсти
+number.31 = тридесет и едно | трийсет и едно | тридесет и първи | трийсет и първи
+
+# LOCALIZATION NOTE (alphabet):
+# list all lower and uppercase letters if your language has an alphabet
+# otherwise leave it empty
+alphabet = абвгдежзийклмнопрстуфхцчшщъьюяАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯ