summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/lv/localization/lv/calendar
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
commit6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch)
treea68f146d7fa01f0134297619fbe7e33db084e0aa /thunderbird-l10n/lv/localization/lv/calendar
parentInitial commit. (diff)
downloadthunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz
thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'thunderbird-l10n/lv/localization/lv/calendar')
-rw-r--r--thunderbird-l10n/lv/localization/lv/calendar/calendar-context-menus.ftl10
-rw-r--r--thunderbird-l10n/lv/localization/lv/calendar/calendar-delete-prompt.ftl43
-rw-r--r--thunderbird-l10n/lv/localization/lv/calendar/calendar-editable-item.ftl3
-rw-r--r--thunderbird-l10n/lv/localization/lv/calendar/calendar-event-dialog-reminder.ftl3
-rw-r--r--thunderbird-l10n/lv/localization/lv/calendar/calendar-ics-file-dialog.ftl3
-rw-r--r--thunderbird-l10n/lv/localization/lv/calendar/calendar-invitation-panel.ftl3
-rw-r--r--thunderbird-l10n/lv/localization/lv/calendar/calendar-invitations-dialog.ftl3
-rw-r--r--thunderbird-l10n/lv/localization/lv/calendar/calendar-itip-identity-dialog.ftl3
-rw-r--r--thunderbird-l10n/lv/localization/lv/calendar/calendar-print.ftl3
-rw-r--r--thunderbird-l10n/lv/localization/lv/calendar/calendar-recurrence-dialog.ftl3
-rw-r--r--thunderbird-l10n/lv/localization/lv/calendar/calendar-summary-dialog.ftl3
-rw-r--r--thunderbird-l10n/lv/localization/lv/calendar/calendar-uri-redirect-dialog.ftl3
-rw-r--r--thunderbird-l10n/lv/localization/lv/calendar/calendar-widgets.ftl17
-rw-r--r--thunderbird-l10n/lv/localization/lv/calendar/category-dialog.ftl3
-rw-r--r--thunderbird-l10n/lv/localization/lv/calendar/preferences.ftl3
15 files changed, 106 insertions, 0 deletions
diff --git a/thunderbird-l10n/lv/localization/lv/calendar/calendar-context-menus.ftl b/thunderbird-l10n/lv/localization/lv/calendar/calendar-context-menus.ftl
new file mode 100644
index 0000000000..cdc1c7b691
--- /dev/null
+++ b/thunderbird-l10n/lv/localization/lv/calendar/calendar-context-menus.ftl
@@ -0,0 +1,10 @@
+# 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/.
+
+list-calendar-context-reload-menuitem =
+ .label = Sinhronizēt
+ .accesskey = S
+calendar-item-context-menu-modify-menuitem =
+ .label = Rediģēt
+ .accesskey = R
diff --git a/thunderbird-l10n/lv/localization/lv/calendar/calendar-delete-prompt.ftl b/thunderbird-l10n/lv/localization/lv/calendar/calendar-delete-prompt.ftl
new file mode 100644
index 0000000000..7e21525962
--- /dev/null
+++ b/thunderbird-l10n/lv/localization/lv/calendar/calendar-delete-prompt.ftl
@@ -0,0 +1,43 @@
+# 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/.
+
+
+## Variables:
+## $count (Number) - Number of events selected for deletion.
+
+calendar-delete-event-prompt-title =
+ { $count ->
+ [zero] Dzēst notikumu
+ [one] Dzēst notikumu
+ *[other] Dzēst notikumus
+ }
+calendar-delete-event-prompt-message =
+ { $count ->
+ [zero] Vai tiešām vēlaties dzēst šo notikumu?
+ [one] Vai tiešām vēlaties dzēst šos { $count } notikumus?
+ *[other] Vai tiešām vēlaties dzēst šo { $count } notikumu?
+ }
+
+## Variables:
+## $count (Number) - Number of tasks selected for deletion.
+
+calendar-delete-task-prompt-title =
+ { $count ->
+ [zero] Dzēst uzdevumu
+ [one] Dzēst uzdevumus
+ *[other] Dzēst uzdevumus
+ }
+calendar-delete-task-prompt-message =
+ { $count ->
+ [zero] Vai tiešām vēlaties dzēst šo uzdevumu?
+ [one] Vai tiešām vēlaties dzēst šos { $count } uzdevumus?
+ *[other] Vai tiešām vēlaties dzēst šos { $count } uzdevumus?
+ }
+
+## Variables:
+## $count (Number) - Number of items selected for deletion.
+
+
+##
+
diff --git a/thunderbird-l10n/lv/localization/lv/calendar/calendar-editable-item.ftl b/thunderbird-l10n/lv/localization/lv/calendar/calendar-editable-item.ftl
new file mode 100644
index 0000000000..6fbe8159b2
--- /dev/null
+++ b/thunderbird-l10n/lv/localization/lv/calendar/calendar-editable-item.ftl
@@ -0,0 +1,3 @@
+# 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/.
diff --git a/thunderbird-l10n/lv/localization/lv/calendar/calendar-event-dialog-reminder.ftl b/thunderbird-l10n/lv/localization/lv/calendar/calendar-event-dialog-reminder.ftl
new file mode 100644
index 0000000000..6fbe8159b2
--- /dev/null
+++ b/thunderbird-l10n/lv/localization/lv/calendar/calendar-event-dialog-reminder.ftl
@@ -0,0 +1,3 @@
+# 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/.
diff --git a/thunderbird-l10n/lv/localization/lv/calendar/calendar-ics-file-dialog.ftl b/thunderbird-l10n/lv/localization/lv/calendar/calendar-ics-file-dialog.ftl
new file mode 100644
index 0000000000..6fbe8159b2
--- /dev/null
+++ b/thunderbird-l10n/lv/localization/lv/calendar/calendar-ics-file-dialog.ftl
@@ -0,0 +1,3 @@
+# 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/.
diff --git a/thunderbird-l10n/lv/localization/lv/calendar/calendar-invitation-panel.ftl b/thunderbird-l10n/lv/localization/lv/calendar/calendar-invitation-panel.ftl
new file mode 100644
index 0000000000..6fbe8159b2
--- /dev/null
+++ b/thunderbird-l10n/lv/localization/lv/calendar/calendar-invitation-panel.ftl
@@ -0,0 +1,3 @@
+# 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/.
diff --git a/thunderbird-l10n/lv/localization/lv/calendar/calendar-invitations-dialog.ftl b/thunderbird-l10n/lv/localization/lv/calendar/calendar-invitations-dialog.ftl
new file mode 100644
index 0000000000..6fbe8159b2
--- /dev/null
+++ b/thunderbird-l10n/lv/localization/lv/calendar/calendar-invitations-dialog.ftl
@@ -0,0 +1,3 @@
+# 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/.
diff --git a/thunderbird-l10n/lv/localization/lv/calendar/calendar-itip-identity-dialog.ftl b/thunderbird-l10n/lv/localization/lv/calendar/calendar-itip-identity-dialog.ftl
new file mode 100644
index 0000000000..6fbe8159b2
--- /dev/null
+++ b/thunderbird-l10n/lv/localization/lv/calendar/calendar-itip-identity-dialog.ftl
@@ -0,0 +1,3 @@
+# 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/.
diff --git a/thunderbird-l10n/lv/localization/lv/calendar/calendar-print.ftl b/thunderbird-l10n/lv/localization/lv/calendar/calendar-print.ftl
new file mode 100644
index 0000000000..6fbe8159b2
--- /dev/null
+++ b/thunderbird-l10n/lv/localization/lv/calendar/calendar-print.ftl
@@ -0,0 +1,3 @@
+# 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/.
diff --git a/thunderbird-l10n/lv/localization/lv/calendar/calendar-recurrence-dialog.ftl b/thunderbird-l10n/lv/localization/lv/calendar/calendar-recurrence-dialog.ftl
new file mode 100644
index 0000000000..6fbe8159b2
--- /dev/null
+++ b/thunderbird-l10n/lv/localization/lv/calendar/calendar-recurrence-dialog.ftl
@@ -0,0 +1,3 @@
+# 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/.
diff --git a/thunderbird-l10n/lv/localization/lv/calendar/calendar-summary-dialog.ftl b/thunderbird-l10n/lv/localization/lv/calendar/calendar-summary-dialog.ftl
new file mode 100644
index 0000000000..6fbe8159b2
--- /dev/null
+++ b/thunderbird-l10n/lv/localization/lv/calendar/calendar-summary-dialog.ftl
@@ -0,0 +1,3 @@
+# 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/.
diff --git a/thunderbird-l10n/lv/localization/lv/calendar/calendar-uri-redirect-dialog.ftl b/thunderbird-l10n/lv/localization/lv/calendar/calendar-uri-redirect-dialog.ftl
new file mode 100644
index 0000000000..6fbe8159b2
--- /dev/null
+++ b/thunderbird-l10n/lv/localization/lv/calendar/calendar-uri-redirect-dialog.ftl
@@ -0,0 +1,3 @@
+# 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/.
diff --git a/thunderbird-l10n/lv/localization/lv/calendar/calendar-widgets.ftl b/thunderbird-l10n/lv/localization/lv/calendar/calendar-widgets.ftl
new file mode 100644
index 0000000000..406423b6ba
--- /dev/null
+++ b/thunderbird-l10n/lv/localization/lv/calendar/calendar-widgets.ftl
@@ -0,0 +1,17 @@
+# 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/.
+
+
+## Side panel
+
+calendar-enable-button = Atļaut
+
+## Calendar navigation
+
+
+## Menu on calendar control bar
+
+
+## Calendar Context Menu
+
diff --git a/thunderbird-l10n/lv/localization/lv/calendar/category-dialog.ftl b/thunderbird-l10n/lv/localization/lv/calendar/category-dialog.ftl
new file mode 100644
index 0000000000..6fbe8159b2
--- /dev/null
+++ b/thunderbird-l10n/lv/localization/lv/calendar/category-dialog.ftl
@@ -0,0 +1,3 @@
+# 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/.
diff --git a/thunderbird-l10n/lv/localization/lv/calendar/preferences.ftl b/thunderbird-l10n/lv/localization/lv/calendar/preferences.ftl
new file mode 100644
index 0000000000..6fbe8159b2
--- /dev/null
+++ b/thunderbird-l10n/lv/localization/lv/calendar/preferences.ftl
@@ -0,0 +1,3 @@
+# 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/.