blob: e59a476b6326123509392f5d695391d3de58cf5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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/.
ImageTitleWithDimensions2AndFile = %S (immagine %S, %S × %S pixel)
ImageTitleWithoutDimensions = %S (Immagine %S)
ImageTitleWithDimensions2 = (immagine %S, %S × %S pixel)
ImageTitleWithNeitherDimensionsNorFile = (Immagine %S)
MediaTitleWithFile = %S (Oggetto %S)
MediaTitleWithNoInfo = (Oggetto %S)
InvalidImage = L’immagine “%S” non può essere visualizzata in quanto contiene degli errori.
UnsupportedImage = L’immagine “%S” non può essere visualizzata in quanto richiede caratteristiche non supportate.
ScaledImage = Riscalata (%S%%)
TitleWithStatus = %S - %S
|