forked from mike-lischke/GraphicEx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGraphicStringsIT.pas
111 lines (96 loc) · 5.32 KB
/
GraphicStringsIT.pas
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
unit GraphicStrings;
// The original code is GraphicStrings.pas, released November 1, 1999.
//
// The initial developer of the original code is Mike Lischke (www.soft-gems.net),
//
// Copyright (C) 1999-2003 Mike Lischke. All Rights Reserved.
//----------------------------------------------------------------------------------------------------------------------
//
// GraphicStringsIT contains the italian version of the strings used in GraphicEx, which can be localized.
// Translation done by Salvatore Meschini (salvatoremeschini@tiscalinet.it).
//
// Rename the file to GraphicStrings.pas to use it as your favourite language file.
//
//----------------------------------------------------------------------------------------------------------------------
interface
{$I GraphicConfiguration.inc}
resourcestring
// image file descriptions
gesAllImages = 'Tutte le immagini';
gesRegistration = 'Tentata doppia registrazione di %s';
gesBitmaps = 'Bitmap di Windows';
gesRLEBitmaps = 'Bitmap di Windows Run Length Encoded';
gesDIBs = 'Bitmap di Windows Indipendenti dal Dispositivo';
gesEPS = 'Immagini Encapsulated Postscript';
gesIcons = 'Icone di Windows';
gesMetaFiles = 'Metafiles di Windows';
gesEnhancedMetaFiles = 'Enhanced Meta Files di Windows';
gesJPGImages = 'Immagini JPG';
gesJPEGImages = 'Immagini JPEG';
gesJPEImages = 'Immagini JPE';
gesJFIFImages = 'Immagini JFIF';
gesTruevision = 'Immagini Truevision';
gesTIFF = 'Immagini TIFF';
gesMacTIFF = 'Immagini Macintosh TIFF';
gesPCTIF = 'Immagini PC TIF';
gesGFIFax = 'Immagini GFI fax';
gesSGI = 'Immagini SGI';
gesSGITrueColor = 'Immagini SGI true color';
gesZSoft = 'Immagini ZSoft Paintbrush';
gesZSoftWord = 'Immagini schermate Word 5.x';
gesAliasWaveFront = 'Immagini Alias/Wavefront';
gesSGITrueColorAlpha = 'Immagini SGI true color con alpha';
gesSGIMono = 'Immagini SGI bianco/nero';
gesPhotoshop = 'Immagini Photoshop';
gesPortable = 'Immagini Portable map';
gesPortablePixel = 'Immagini Portable pixel map';
gesPortableGray = 'Immagini Portable gray map';
gesPortableMono = 'Immagini Portable bitmap';
gesAutoDesk = 'Immagini Autodesk';
gesKodakPhotoCD = 'Immagini Kodak Photo-CD';
gesCompuserve = 'Immagini CompuServe';
gesHalo = 'Immagini Dr. Halo';
gesPaintShopPro = 'Immagini Paintshop Pro';
gesPortableNetworkGraphic = 'Immagini Portable network graphic';
// image specific error messages
gesInvalidImage = 'Impossibile caricare l''immagine. Il formato %s è non valido o non corretto.';
gesInvalidColorFormat = 'Il formato dei colori del file %s non è valido.';
gesStreamReadError = 'Errore nella lettura del file %s.';
gesUnsupportedImage = 'Impossibile caricare l''immagine. Il formato %s non è supportato.';
gesUnsupportedFeature = 'Impossibile caricare l''immagine. %s non supportato per file %s.';
gesInvalidCRC = 'Impossibile caricare l''immagine. Errore CRC nel file %s.';
gesCompression = 'Impossibile caricare l''immagine. Errore di compressione nel file %s.';
gesExtraCompressedData = 'Impossibile caricare l''immagine. Trovati dati extra compressi nel file %s.';
gesInvalidPalette = 'Impossibile caricare l''immagine. Palette nel file %s non valida.';
gesUnknownCriticalChunk = 'Impossibile caricare l''immagine PNG. Rilevato blocco critico ma non previsto.';
// features (usually used together with unsupported feature string)
gesCompressionScheme = 'Lo schema di compressione è';
gesRLAPixelFormat = 'Formati diversi da RGB e RGBA sono';
gesPSPFileType = 'Versioni dei file diverse da 3 o 4 sono';
// color manager error messages
gesIndexedNotSupported = 'La conversione tra formati di pixel indicizzati e non-indicizzati non è supportata.';
gesConversionUnsupported = 'Conversione di colore fallita. Impossibile trovare un metodo adatto.';
gesInvalidSampleDepth = 'Profondità di colore non valida. I bit per campione devono essere 1, 2, 4, 8 o 16.';
gesInvalidPixelDepth = 'Il conteggio dei campioni per pixel non corrisponde allo schema dei colori.';
gesInvalidSubSampling = 'Valore di sottocampionamento non valido. Valori consentiti 1, 2 e 4.';
gesVerticalSubSamplingError = 'Il valore di sottocampionamento verticale deve essere <= di quello valore orizzontale.';
// progress strings
gesPreparing = 'Preparazione...';
gesLoadingData = 'Caricamento dati...';
gesUpsampling = 'Campionamento...';
gesTransfering = 'Trasferimento...';
// compression errors
gesLZ77Error = 'Errore decompressione LZ77.';
gesJPEGEOI = 'Errore decompressione JPEG. Fine del flusso di ingresso non attesa.';
gesJPEGStripSize = 'Dimensione blocco JPEG impropria.';
gesJPEGComponentCount = 'Conteggio componente JPEG improprio.';
gesJPEGDataPrecision = 'Precisione dati JPEG impropria.';
gesJPEGSamplingFactors = 'Fattori di campionamento JPEG impropri.';
gesJPEGBogusTableField = 'Campo tabelle JPEG fittizio.';
gesJPEGFractionalLine = 'Linea di scansione frazionale JPEG non supportata.';
// miscellaneous
gesWarning = 'Avvertimento';
//----------------------------------------------------------------------------------------------------------------------
implementation
//----------------------------------------------------------------------------------------------------------------------
end.