summaryrefslogtreecommitdiffstats
path: root/l10n-is/browser/browser/screenshots.ftl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--l10n-is/browser/browser/screenshots.ftl55
1 files changed, 43 insertions, 12 deletions
diff --git a/l10n-is/browser/browser/screenshots.ftl b/l10n-is/browser/browser/screenshots.ftl
index e77b103c04..13168d6b0f 100644
--- a/l10n-is/browser/browser/screenshots.ftl
+++ b/l10n-is/browser/browser/screenshots.ftl
@@ -5,10 +5,8 @@
screenshot-toolbarbutton =
.label = Skjámynd
.tooltiptext = Taktu mynd af skjánum
-
screenshot-shortcut =
.key = S
-
screenshots-instructions = Dragðu eða smelltu á síðuna til að velja svæði. Ýttu á ESC til að hætta við.
screenshots-cancel-button = Hætta við
screenshots-save-visible-button = Vista sýnilegt
@@ -25,7 +23,6 @@ screenshots-cancel-button-title =
.title = Hætta við
screenshots-retry-button-title =
.title = Reyndu aftur að ná skjámynd
-
screenshots-meta-key =
{ PLATFORM() ->
[macos] ⌘
@@ -33,28 +30,62 @@ screenshots-meta-key =
}
screenshots-notification-link-copied-title = Tengill afritaður
screenshots-notification-link-copied-details = Tengillinn á myndina þína hefur verið afritaður á klippispjaldið. Ýttu á { screenshots-meta-key }-V til að líma.
-
screenshots-notification-image-copied-title = Skjámynd afrituð
screenshots-notification-image-copied-details = Myndin þín hefur verið afrituð á klippispjaldið. Ýttu á { screenshots-meta-key }-V til að líma.
-
screenshots-request-error-title = Bilað.
screenshots-request-error-details = Því miður, við gátum ekki vistað skjámyndina þína. Reyndu aftur síðar.
-
screenshots-connection-error-title = Við getum ekki tengst skjámyndunum þínum.
screenshots-connection-error-details = Athugaðu nettenginguna þína. Ef þú getur tengst internetinu gæti verið tímabundið vandamál með { -screenshots-brand-name } þjónustuna.
-
screenshots-login-error-details = Við gátum ekki vistað myndina þína vegna þess að það er vandamál með { -screenshots-brand-name } þjónustuna. Reyndu aftur síðar.
-
screenshots-unshootable-page-error-title = Við getum ekki skjámyndað þessa síðu.
screenshots-unshootable-page-error-details = Þetta er ekki venjuleg vefsíða svo þú getur ekki tekið skjámynd af henni.
-
screenshots-empty-selection-error-title = Valið þitt er of lítið
-
screenshots-private-window-error-title = { -screenshots-brand-name } er óvirkt í huliðsvafurstillingu
screenshots-private-window-error-details = Afsakið óþægindin. Við erum að vinna í þessum eiginleika fyrir komandi útgáfur.
-
screenshots-generic-error-title = Vá! { -screenshots-brand-name } fór í spað.
screenshots-generic-error-details = Við erum ekki viss um hvað í rauninnigerðist. Viltu reyna aftur eða taka mynd af annarri síðu?
-
screenshots-too-large-error-title = Skorið var utan af skjámyndinni þinni því hún var of stór
screenshots-too-large-error-details = Prófaðu að velja svæði sem er minna en 32.700 mynddílar á lengri hliðinni eða 124.900.000 mynddílar að heildarflatarmáli.
+screenshots-component-retry-button =
+ .title = Reyndu aftur að ná skjámynd
+ .aria-label = Reyndu aftur að ná skjámynd
+screenshots-component-cancel-button =
+ .title =
+ { PLATFORM() ->
+ [macos] Hætta við (Esc)
+ *[other] Hætta við (Esc)
+ }
+ .aria-label = Hætta við
+# Variables
+# $shortcut (String) - A keyboard shortcut for copying the screenshot.
+screenshots-component-copy-button =
+ .title = Afrita ({ $shortcut })
+ .aria-label = Afrita
+screenshots-component-copy-button-label = Afrita
+# Variables
+# $shortcut (String) - A keyboard shortcut for saving/downloading the screenshot.
+screenshots-component-download-button =
+ .title = Sækja ({ $shortcut })
+ .aria-label = Sækja
+screenshots-component-download-button-label = Sækja
+
+## 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 }