summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/et/chrome/et/locale/et/calendar/calendar-extract.properties
diff options
context:
space:
mode:
Diffstat (limited to 'thunderbird-l10n/et/chrome/et/locale/et/calendar/calendar-extract.properties')
-rw-r--r--thunderbird-l10n/et/chrome/et/locale/et/calendar/calendar-extract.properties294
1 files changed, 294 insertions, 0 deletions
diff --git a/thunderbird-l10n/et/chrome/et/locale/et/calendar/calendar-extract.properties b/thunderbird-l10n/et/chrome/et/locale/et/calendar/calendar-extract.properties
new file mode 100644
index 0000000000..219b4e818c
--- /dev/null
+++ b/thunderbird-l10n/et/chrome/et/locale/et/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.
+# patterns. 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 = kuni | -
+
+# LOCALIZATION NOTE (end.prefix):
+# datetimes followed by these are extracted as end times
+end.prefix = kuni | - | tähtaeg: | tähtaeg on | lõpeb | lõpp | maksetähtaeg: | aegumiskuupäev: | hiljemalt
+
+# LOCALIZATION NOTE (end.suffix):
+# datetimes followed by these are extracted as end times
+# can be a list of values, separate variants by |
+end.suffix = - ni | ni | - ani | ani | - ks | ks
+
+# LOCALIZATION NOTE (no.datetime.prefix):
+# datetimes with these in front won't be used
+# specify full words here
+no.datetime.prefix = kahjuks | pean | mitte
+
+# LOCALIZATION NOTE (no.datetime.suffix):
+# datetimes follwed by these won't be used
+no.datetime.suffix = km | eek | krooni | eur | eurot | € | %
+
+# LOCALIZATION NOTE (from.*):
+# can be a list of values, separate variants by |
+
+# LOCALIZATION NOTE (from.today):
+# must not be empty!
+from.today = täna
+
+from.tomorrow = homme
+# LOCALIZATION NOTE (until.*):
+# can be a list of values, separate variants by |
+until.tomorrow = homseni
+
+# LOCALIZATION NOTE (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.
+
+# LOCALIZATION NOTE (until.ordinal.date):
+# #1 = matches numbers 1-31 and number.x
+until.ordinal.date = #1ni | #1ks
+
+from.noon = lõuna
+until.noon =
+
+# LOCALIZATION NOTE (hour.only):
+# #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 = kell #1 | kella #1 | kl. #1 | kl #1 | #1 ajal | #1 paiku
+
+# 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 | kuni #1
+
+# LOCALIZATION NOTE (hour.only.am):
+# #1 = matches numbers 0-23 and number.0-number.23
+from.hour.am = #1 e.l
+
+# 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 (hour.only.pm):
+# #1 = matches numbers 0-23 and number.0-number.23
+from.hour.pm = #1 p.l
+
+# 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 = pool #1 | poolt #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 =
+
+# LOCALIZATION NOTE (until.half.hour.after):
+# denotes times 30 minutes after last full hour
+until.half.hour.after =
+
+# LOCALIZATION NOTE (hour.minutes):
+# #1 = matches numbers 0-23
+# #2 = matches numbers 0-59
+from.hour.minutes = #1.#2 | #1:#2 | kell #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 e.l
+
+# 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 p.l
+
+# 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 | #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 | #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
+
+# 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 minutit | kuni #1 minutit
+
+# LOCALIZATION NOTE (duration.hours):
+# #1 = matches 1/2 numbers and number.0 - and number.31
+duration.hours = #1 tund | #1 tunni | #1 tundi
+
+# LOCALIZATION NOTE (duration.days):
+# #1 = matches 1/2 numbers and number.0 - and number.31
+duration.days = #1 päeva | #1 ööpäeva
+
+# LOCALIZATION NOTE (month.*):
+# can be a list of values, separate variants by |
+month.1 = jaanuar | jaan | jaan. | jaanuaril | jaanuarini | jaanuarist
+month.2 = veebruar | veebr | veebr. | veebruaril | veebruarini | veebruarist
+month.3 = märts | mär | mär. | märtsil | märtsini | märtsist
+month.4 = aprill | apr | apr. | aprillil | aprillini | aprillist
+month.5 = mai | mail | maini | maist
+month.6 = juuni | juun | juun. | juunil | juunini | juunist
+month.7 = juuli | juul | juul. | juulil | juulini | juulist
+month.8 = august | aug | aug. | augustil | augustini | augustist
+month.9 = september | sep | sep. | sept. | septembril | septembrini | septembrist
+month.10 = oktoober | okt | okt. | oktoobril | oktoobrini | oktoobrist
+month.11 = november | nov | nov. | novembril | novembrini | novembrist
+month.12 = detsember | dets | dets. | detsembril | detsembrini | detsembrist
+
+# 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 = pühapäev | pühapäeval | pühapäeviti
+from.weekday.1 = esmaspäev | esmaspäeval | esmaspäeviti
+from.weekday.2 = teisipäev | teisipäeval | teisipäeviti
+from.weekday.3 = kolmapäev | kolmapäeval | kolmapäeviti
+from.weekday.4 = neljapäev | neljapäeval | neljapäeviti
+from.weekday.5 = reede | reedel | reedeti
+from.weekday.6 = laupäev | laupäeval | laupäeviti
+
+# 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 = pühapäevaks | pühapäevani
+until.weekday.1 = esmaspäevaks | esmaspäevani
+until.weekday.2 = teisipäevaks | teisipäevani
+until.weekday.3 = kolmapäevaks | kolmapäevani
+until.weekday.4 = neljapäevaks | neljapäevani
+until.weekday.5 = reedeks | reedeni
+until.weekday.6 = laupäevaks | laupäevani
+
+# 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 = null
+number.1 = üks | ühte | esimene | esimesel | esimese
+number.2 = kaks | kahte | teine | teisel | teise
+number.3 = kolm | kolme | kolmas | kolmandal | kolmanda
+number.4 = neli | nelja | neljas | neljandal | neljanda
+number.5 = viis | viite | viies | viiendal | viienda
+number.6 = kuus | kuute | kuues | kuuendal | kuuenda
+number.7 = seitse | seitset | seitsmes | seitsmendal | seitsmenda
+number.8 = kaheksa | kaheksat | kaheksas | kaheksandal | kaheksanda
+number.9 = üheksa | üheksat | üheksas | üheksandal | üheksanda
+number.10 = kümme | kümmet | kümnes | kümnendal | kümnenda
+number.11 = üksteist | ühtteist | üheteistkümnes | üheteistkümnendal | üheteistkümnenda
+number.12 = kaksteist | kahtteist | kaheteistkümnes | kaheteistkümnendal | kaheteistkümnenda
+number.13 = kolmteist | kolmeteistkümnes | kolmeteistkümnendal | kolmeteistkümnenda
+number.14 = neliteist | neljateistkümnes | neljateistkümnendal | neljateistkümnenda
+number.15 = viisteist | viieteistkümnes | viieteistkümnendal | viieteistkümnenda
+number.16 = kuusteist | kuueteistkümnes | kuueteistkümnendal | kuueteistkümnenda
+number.17 = seitseteist | seitsmeteistkümnes | seitsmeteistkümnendal | seitsmeteistkümnenda
+number.18 = kaheksateist | kaheksateistkümnes | kaheksateistkümnendal | kaheksateistkümnenda
+number.19 = üheksateist | üheksateistkümnes | üheksateistkümnendal | üheksateistkümnenda
+number.20 = kakskümmend | kahekümnes | kahekümnendal | kahekümnenda
+number.21 = kakskümmend üks | kahekümne esimene | kahekümne esimesel | kahekümne esimese
+number.22 = kakskümmend kaks | kahekümne teine | kahekümne teisel | kahekümne teise
+number.23 = kakskümmend kolm | kahekümne kolmas | kahekümne kolmandal | kahekümne kolmanda
+number.24 = kakskümmend neli | kahekümne neljas | kahekümne neljandal | kahekümne neljanda
+number.25 = kakskümmend viis | kahekümne viies | kahekümne viiendal | kahekümne viienda
+number.26 = kakskümmend kuus | kahekümne kuues | kahekümne kuuendal | kahekümne kuuenda
+number.27 = kakskümmend seitse | kahekümne seitsmes | kahekümne seitsmendal | kahekümne seitsmenda
+number.28 = kakskümmend kaheksa | kahekümne kaheksas | kahekümne kaheksandal | kahekümne kaheksanda
+number.29 = kakskümmend üheksa | kahekümne üheksas | kahekümne üheksandal | kahekümne üheksanda
+number.30 = kolmkümmend | kolmekümnes | kolmekümnendal | kolmekümnenda
+number.31 = kolmkümmend üks | kolmekümne esimene | kolmekümne esimesel | kolmekümne esimese
+
+# LOCALIZATION NOTE (alphabet):
+# list all lower and uppercase letters if your language has an alphabet
+# otherwise leave it empty
+alphabet = abcdefghijklmnopqrsšzžtuvwõäöüxyABCDEFGHIJKLMNOPQRSŠZŽTUVWÕÄÖÜXY