summaryrefslogtreecommitdiffstats
path: root/l10n-lv/browser/browser/downloads.ftl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
commitfbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch)
tree4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /l10n-lv/browser/browser/downloads.ftl
parentReleasing progress-linux version 124.0.1-1~progress7.99u1. (diff)
downloadfirefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz
firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-lv/browser/browser/downloads.ftl')
-rw-r--r--l10n-lv/browser/browser/downloads.ftl123
1 files changed, 100 insertions, 23 deletions
diff --git a/l10n-lv/browser/browser/downloads.ftl b/l10n-lv/browser/browser/downloads.ftl
index 9fbac5fa66..8078077625 100644
--- a/l10n-lv/browser/browser/downloads.ftl
+++ b/l10n-lv/browser/browser/downloads.ftl
@@ -13,6 +13,11 @@ downloads-panel =
##
+# The style attribute has the width of the Downloads Panel expressed using
+# a CSS unit. The longest labels that should fit are usually those of
+# in-progress and blocked downloads.
+downloads-panel-items =
+ .style = width: 35em
downloads-cmd-pause =
.label = Apturēt
.accesskey = p
@@ -23,15 +28,63 @@ downloads-cmd-cancel =
.tooltiptext = Atcelt
downloads-cmd-cancel-panel =
.aria-label = Atcelt
+downloads-cmd-show-menuitem-2 =
+ .label =
+ { PLATFORM() ->
+ [macos] Rādīt mapē
+ *[other] Rādīt mapē
+ }
+ .accesskey = R
## Displayed in the downloads context menu for files that can be opened.
## Variables:
## $handler (String) - The name of the mime type's default file handler.
## Example: "Notepad", "Acrobat Reader DC", "7-Zip File Manager"
+downloads-cmd-use-system-default =
+ .label = Atvērt sistēmas skatītājā
+ .accesskey = i
+# This version is shown when the download's mime type has a valid file handler.
+downloads-cmd-use-system-default-named =
+ .label = Atvērt ar { $handler }
+ .accesskey = A
+# We can use the same accesskey as downloads-cmd-always-open-similar-files.
+# Both should not be visible in the downloads context menu at the same time.
+downloads-cmd-always-use-system-default =
+ .label = Vienmēr atvērt sistēmas skatītājā
+ .accesskey = V
+# We can use the same accesskey as downloads-cmd-always-open-similar-files.
+# Both should not be visible in the downloads context menu at the same time.
+# This version is shown when the download's mime type has a valid file handler.
+downloads-cmd-always-use-system-default-named =
+ .label = Vienmēr atvērt ar { $handler }
+ .accesskey = V
##
+# We can use the same accesskey as downloads-cmd-always-use-system-default.
+# Both should not be visible in the downloads context menu at the same time.
+downloads-cmd-always-open-similar-files =
+ .label = Vienmēr atvērt līdzīgas datnes
+ .accesskey = V
+downloads-cmd-show-button-2 =
+ .tooltiptext =
+ { PLATFORM() ->
+ [macos] Rādīt mapē
+ *[other] Rādīt mapē
+ }
+downloads-cmd-show-panel-2 =
+ .aria-label =
+ { PLATFORM() ->
+ [macos] Rādīt mapē
+ *[other] Rādīt mapē
+ }
+downloads-cmd-show-description-2 =
+ .value =
+ { PLATFORM() ->
+ [macos] Rādīt mapē
+ *[other] Rādīt mapē
+ }
downloads-cmd-show-downloads =
.label = Rādīt lejupielāžu mapi
downloads-cmd-retry =
@@ -53,46 +106,40 @@ downloads-cmd-clear-list =
downloads-cmd-clear-downloads =
.label = Notīrīt lejupielādes
.accesskey = d
-
+downloads-cmd-delete-file =
+ .label = Dzēst
+ .accesskey = D
# This command is shown in the context menu when downloads are blocked.
downloads-cmd-unblock =
.label = Atļaut lejupielādi
.accesskey = a
-
# This is the tooltip of the action button shown when malware is blocked.
downloads-cmd-remove-file =
- .tooltiptext = Aizvākt failu
-
+ .tooltiptext = Izņemt datni
downloads-cmd-remove-file-panel =
- .aria-label = Aizvākt failu
-
+ .aria-label = Izņemt datni
# This is the tooltip of the action button shown when potentially unwanted
# downloads are blocked. This opens a dialog where the user can choose
# whether to unblock or remove the download. Removing is the default option.
downloads-cmd-choose-unblock =
- .tooltiptext = Aizvākt failu vai atļaut lejupielādi
-
+ .tooltiptext = Izņemt datni vai atļaut lejupielādi
downloads-cmd-choose-unblock-panel =
- .aria-label = Aizvākt failu vai atļaut lejupielādi
-
+ .aria-label = Izņemt datni vai atļaut lejupielādi
# This is the tooltip of the action button shown when uncommon downloads are
# blocked.This opens a dialog where the user can choose whether to open the
# file or remove the download. Opening is the default option.
downloads-cmd-choose-open =
- .tooltiptext = Atvērt vai aizvākt failu
-
+ .tooltiptext = Atvērt vai izņemt datni
downloads-cmd-choose-open-panel =
- .aria-label = Atvērt vai aizvākt failu
-
+ .aria-label = Atvērt vai izņemt datni
# Displayed when hovering a blocked download, indicates that it's possible to
# show more information for user to take the next action.
downloads-show-more-information =
- .value = Rādīt papildus informāciju
-
+ .value = Rādīt papildu informāciju
# Displayed when hovering a complete download, indicates that it's possible to
# open the file using an app available in the system.
downloads-open-file =
- .value = Atvērt failu
+ .value = Atvērt datni
## Displayed when the user clicked on a download in process. Indicates that the
## downloading file will be opened after certain amount of time using an app
@@ -102,6 +149,18 @@ downloads-open-file =
## $seconds (number) - Amount of seconds left till the file opens.
## $minutes (number) - Amount of minutes till the file opens.
+downloading-file-opens-in-hours-and-minutes-2 =
+ .value = Atvērsies pēc { $hours }st. { $minutes }min.
+downloading-file-opens-in-minutes-2 =
+ .value = Atvērsies pēc { $minutes }min.
+downloading-file-opens-in-minutes-and-seconds-2 =
+ .value = Atvērsies pēc { $minutes }min. { $seconds }sek.
+downloading-file-opens-in-seconds-2 =
+ .value = Atvērsies pēc { $seconds }sek.
+downloading-file-opens-in-some-time-2 =
+ .value = Atvērsies, kad būs pabeigta…
+downloading-file-click-to-open =
+ .value = Atvērt, kad ir pabeigts
##
@@ -109,20 +168,17 @@ downloads-open-file =
# indicates that it's possible to download this file again.
downloads-retry-download =
.value = Mēģināt vēlreiz lejupielādēt
-
# Displayed when hovering a download which is able to be cancelled by users,
# indicates that it's possible to cancel and stop the download.
downloads-cancel-download =
.value = Atcelt lejupielādi
-
# This string is shown at the bottom of the Downloads Panel when all the
# downloads fit in the available space, or when there are no downloads in
# the panel at all.
downloads-history =
.label = Rādīt visas lejupielādes
.accesskey = s
-
-# This string is shown at the top of the Download Details Panel, to indicate
+# This string is shown at the top of the download details sub-panel to indicate
# that we are showing the details of a single download.
downloads-details =
.title = Lejupielādes informācija
@@ -132,25 +188,46 @@ downloads-details =
## $num (number) - Number of blocked downloads.
## $url (string) - The url of the suspicious site, stripped of http, https and www prefix.
+downloads-files-not-downloaded =
+ { $num ->
+ [zero] { $num } datne nav lejupielādēta.
+ [one] { $num } datnes nav lejupielādētas.
+ *[other] { $num } datņu nav lejupielādētu.
+ }
+downloads-blocked-from-url = Lejupielādes ir bloķētas no { $url }.
+downloads-blocked-download-detailed-info = { $url } mēģināja automātiski lejupielādēt vairākas datnes. Vietne var būt bojāta vai mēģināt saglabāt nevēlamas datnes šajā ierīcē.
##
downloads-clear-downloads-button =
.label = Notīrīt lejupielādes
.tooltiptext = Notīra pabeigtās, atceltās un neveiksmīgās lejupielādes
-
# This string is shown when there are no items in the Downloads view, when it
# is displayed inside a browser tab.
downloads-list-empty =
.value = Nav nevienas lejupielādes.
-
# This string is shown when there are no items in the Downloads Panel.
downloads-panel-empty =
.value = Šajā sesijā nav nevienas lejupielādes.
+# This is displayed in an item at the bottom of the Downloads Panel when there
+# are more downloads than can fit in the list in the panel.
+# $count (number) - number of files being downloaded that are not shown in the
+# panel list.
+downloads-more-downloading =
+ { $count ->
+ [zero] Lejupielādē vēl { $count } datni
+ [one] Lejupielādē vēl { $count } datnes
+ *[other] Lejupielādē vēl { $count } datņu
+ }
## Download errors
downloads-error-alert-title = Lejupielādes kļūda
+# Variables:
+# $extension (String): the name of the blocking extension.
+downloads-error-blocked-by = Lejupielādi nevar saglabāt, jo to bloķē { $extension }.
+# Used when the name of the blocking extension is unavailable.
+downloads-error-extension = Lejupielādi nevar saglabāt, jo to bloķē paplašinājums.
# Line breaks in this message are meaningful, and should be maintained.
downloads-error-generic =
Šo lejupielādi nevar saglabāt, jo gadījās nezināma kļūda.