summaryrefslogtreecommitdiffstats
path: root/l10n-sk/browser/browser/screenshots.ftl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--l10n-sk/browser/browser/screenshots.ftl43
1 files changed, 43 insertions, 0 deletions
diff --git a/l10n-sk/browser/browser/screenshots.ftl b/l10n-sk/browser/browser/screenshots.ftl
index 97f3f88c1d..dff7267c10 100644
--- a/l10n-sk/browser/browser/screenshots.ftl
+++ b/l10n-sk/browser/browser/screenshots.ftl
@@ -46,3 +46,46 @@ screenshots-generic-error-title = Ups! Služba { -screenshots-brand-name } prest
screenshots-generic-error-details = Nie sme si istí, čo sa práve stalo. Chcete tú skúsiť znova alebo chcete vytvoriť snímku inej stránky?
screenshots-too-large-error-title = Vaša snímka obrazovky bola orezaná, pretože bola príliš veľká
screenshots-too-large-error-details = Skúste vybrať oblasť, ktorá je menšia ako 32 700 pixelov na jej dlhšej strane alebo jej celková plocha je menej 124 900 000 pixelov.
+screenshots-component-retry-button =
+ .title = Skúsiť snímku obrazovky znova
+ .aria-label = Skúsiť snímku obrazovky znova
+screenshots-component-cancel-button =
+ .title =
+ { PLATFORM() ->
+ [macos] Zrušiť (Esc)
+ *[other] Zrušiť (Esc)
+ }
+ .aria-label = Zrušiť
+# Variables
+# $shortcut (String) - A keyboard shortcut for copying the screenshot.
+screenshots-component-copy-button =
+ .title = Kopírovať ({ $shortcut })
+ .aria-label = Kopírovať
+screenshots-component-copy-button-label = Kopírovať
+# Variables
+# $shortcut (String) - A keyboard shortcut for saving/downloading the screenshot.
+screenshots-component-download-button =
+ .title = Stiahnuť ({ $shortcut })
+ .aria-label = Stiahnuť
+screenshots-component-download-button-label = Stiahnuť
+
+## The below strings are used to capture keydown events so the strings should
+## not be changed unless the keyboard layout in the locale requires it.
+
+screenshots-component-download-key = S
+screenshots-component-copy-key = C
+
+##
+
+# This string represents the selection size area
+# "x" here represents "by" (i.e 123 by 456)
+# Variables:
+# $width (Number) - The width of the selection region in pixels
+# $height (Number) - The height of the selection region in pixels
+screenshots-overlay-selection-region-size-2 = { $width } x { $height }
+# This string represents the selection size area
+# "×" here represents "by" (i.e 123 by 456)
+# Variables:
+# $width (Number) - The width of the selection region in pixels
+# $height (Number) - The height of the selection region in pixels
+screenshots-overlay-selection-region-size-3 = { $width } × { $height }