summaryrefslogtreecommitdiffstats
path: root/l10n-it/browser/browser/screenshots.ftl
blob: a474260144a4a1bd14663d51d7fd568a642530b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# 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/.

screenshot-toolbarbutton =
    .label = Acquisisci schermata
    .tooltiptext = Acquisisci schermata
screenshot-shortcut =
    .key = S
screenshots-instructions = Trascina o fai clic su una pagina per selezionare un’area della pagina. Premi ESC per annullare.
screenshots-cancel-button = Annulla
screenshots-save-visible-button = Salva l’area visibile
screenshots-save-page-button = Salva l’intera schermata
screenshots-download-button = Scarica
screenshots-download-button-tooltip = Scarica screenshot
screenshots-copy-button = Copia
screenshots-copy-button-tooltip = Copia lo screenshot negli appunti
screenshots-download-button-title =
    .title = Scarica screenshot
screenshots-copy-button-title =
    .title = Copia lo screenshot negli appunti
screenshots-cancel-button-title =
    .title = Annulla
screenshots-retry-button-title =
    .title = Riprova cattura
screenshots-meta-key =
    { PLATFORM() ->
        [macos] ⌘
       *[other] Ctrl
    }
screenshots-notification-link-copied-title = Link copiato
screenshots-notification-link-copied-details = Il link all’immagine è stato copiato negli appunti. Utilizza { screenshots-meta-key }-V per incollarlo.
screenshots-notification-image-copied-title = Immagine copiata
screenshots-notification-image-copied-details = L’immagine è stata copiata negli appunti. Premi { screenshots-meta-key }-V per incollarla.
screenshots-request-error-title = Fuori servizio
screenshots-request-error-details = Siamo spiacenti, non è stato possibile salvare l’immagine. Riprova più tardi.
screenshots-connection-error-title = Non è possibile accedere alle immagini salvate.
screenshots-connection-error-details = Verifica che la connessione a Internet stia funzionando correttamente. Se è possibile accedere ad altri siti, potrebbe trattarsi di un problema temporaneo con il servizio { -screenshots-brand-name }.
screenshots-login-error-details = Non è stato possibile salvare l’immagine in quanto si è verificato un problema con il servizio { -screenshots-brand-name }. Riprova più tardi.
screenshots-unshootable-page-error-title = Non è possibile acquisire una schermata di questa pagina.
screenshots-unshootable-page-error-details = Non è possibile acquisire una schermata in quanto non si tratta di una normale pagina web.
screenshots-empty-selection-error-title = L’area selezionata è troppo piccola
screenshots-private-window-error-title = { -screenshots-brand-name } è disattivato in navigazione anonima.
screenshots-private-window-error-details = Ci dispiace per l’inconveniente. Stiamo lavorando a questa funzione per le prossime versioni.
screenshots-generic-error-title = Wow! { -screenshots-brand-name } è andato in tilt
screenshots-generic-error-details = Non sappiamo che cosa sia successo. Riprova, magari con una pagina diversa.
screenshots-too-large-error-title = Lo screenshot è stato ritagliato in quanto troppo grande
screenshots-too-large-error-details = Selezionare un’area inferiore a 32.700 pixel nel lato più lungo, o con una superficie complessiva inferiore a 124.900.000 pixel.
screenshots-component-retry-button =
    .title = Riprova cattura
    .aria-label = Riprova cattura
screenshots-component-cancel-button =
    .title =
        { PLATFORM() ->
            [macos] Annulla (esc)
           *[other] Annulla (Esc)
        }
    .aria-label = Annulla
# Variables
#   $shortcut (String) - A keyboard shortcut for copying the screenshot.
screenshots-component-copy-button =
    .title = Copia ({ $shortcut })
    .aria-label = Copia
screenshots-component-copy-button-label = Copia
# Variables
#   $shortcut (String) - A keyboard shortcut for saving/downloading the screenshot.
screenshots-component-download-button =
    .title = Scarica ({ $shortcut })
    .aria-label = Scarica
screenshots-component-download-button-label = Scarica
# Variables
#   $shortcut (String) - A keyboard shortcut for copying the screenshot.
screenshots-component-copy-button-2 = Copia
    .title = Copia ({ $shortcut })
    .aria-label = Copia
# Variables
#   $shortcut (String) - A keyboard shortcut for saving/downloading the screenshot.
screenshots-component-download-button-2 = Scarica
    .title = Scarica ({ $shortcut })
    .aria-label = Scarica

## 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 }
screenshots-overlay-selection-region-size-3 = { $width } × { $height }