]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/devil/0001_fix-encoding.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / devil / 0001_fix-encoding.patch
1 diff --git a/DevIL/src-ILU/include/ilu_error/ilu_err-french.h b/DevIL/src-ILU/include/ilu_error/ilu_err-french.h
2 index d3b280d..445440e 100644
3 --- a/DevIL/src-ILU/include/ilu_error/ilu_err-french.h
4 +++ b/DevIL/src-ILU/include/ilu_error/ilu_err-french.h
5 @@ -17,19 +17,19 @@
6 #include "ilu_internal.h"
7
8 ILconst_string iluErrorStringsFrench[IL_FILE_READ_ERROR - IL_INVALID_ENUM + 1] = {
9 - IL_TEXT("énumération invalide"),
10 - IL_TEXT("dépassement de mémoire"),
11 - IL_TEXT("format non supporté"),
12 + IL_TEXT("énumération invalide"),
13 + IL_TEXT("dépassement de mémoire"),
14 + IL_TEXT("format non supporté"),
15 IL_TEXT("erreur interne"),
16 - IL_TEXT("valeur illégale"),
17 - IL_TEXT("opération illégale"),
18 - IL_TEXT("valeur de fichier illégale"),
19 - IL_TEXT("en-tête de fichier invalide"),
20 - IL_TEXT("paramètre invalide"),
21 + IL_TEXT("valeur illégale"),
22 + IL_TEXT("opération illégale"),
23 + IL_TEXT("valeur de fichier illégale"),
24 + IL_TEXT("en-tête de fichier invalide"),
25 + IL_TEXT("paramètre invalide"),
26 IL_TEXT("ne peut pas ouvrir le fichier"),
27 IL_TEXT("extension invalide"),
28 - IL_TEXT("fichier déjà existant"),
29 - IL_TEXT("équivalent hors-format"),
30 + IL_TEXT("fichier déjà existant"),
31 + IL_TEXT("équivalent hors-format"),
32 IL_TEXT("stack overflow"), //often used like this in French, so no need to translate
33 IL_TEXT("stack underflow"),
34 IL_TEXT("conversion invalide"),
35 @@ -38,7 +38,7 @@ ILconst_string iluErrorStringsFrench[IL_FILE_READ_ERROR - IL_INVALID_ENUM + 1] =
36 };
37
38 ILconst_string iluLibErrorStringsFrench[IL_LIB_EXR_ERROR - IL_LIB_GIF_ERROR + 1] = {
39 - IL_TEXT("gif : erreur dans la librairie"), //or: gif : erreur dans la bibliothèque (but less used)
40 + IL_TEXT("gif : erreur dans la librairie"), //or: gif : erreur dans la bibliothèque (but less used)
41 IL_TEXT("jpeg : erreur dans la librairie"),
42 IL_TEXT("png : erreur dans la librairie"),
43 IL_TEXT("tiff : erreur dans la librairie"),
44 diff --git a/DevIL/src-ILU/include/ilu_error/ilu_err-german.h b/DevIL/src-ILU/include/ilu_error/ilu_err-german.h
45 index bf3f05c..acdbe8a 100644
46 --- a/DevIL/src-ILU/include/ilu_error/ilu_err-german.h
47 +++ b/DevIL/src-ILU/include/ilu_error/ilu_err-german.h
48 @@ -6,7 +6,7 @@
49 //
50 // Filename: src-ILU/include/ilu_error/ilu_err_German.h
51 //
52 -// Description: Error functions in German, translated by Andreas Stöckel.
53 +// Description: Error functions in German, translated by Andreas Stöckel.
54 //
55 //-----------------------------------------------------------------------------
56
57 @@ -17,23 +17,23 @@
58 #include "ilu_internal.h"
59
60 ILconst_string iluErrorStringsGerman[IL_FILE_READ_ERROR - IL_INVALID_ENUM + 1] = {
61 - IL_TEXT("Ungültiger Enumerator"),
62 - IL_TEXT("Kein Speicher verfügbar"),
63 - IL_TEXT("Das Format wird noch nicht unterstützt"),
64 + IL_TEXT("Ungültiger Enumerator"),
65 + IL_TEXT("Kein Speicher verfügbar"),
66 + IL_TEXT("Das Format wird noch nicht unterstützt"),
67 IL_TEXT("Interner Fehler"),
68 - IL_TEXT("Ungültiger Wert"),
69 - IL_TEXT("Unzulässige Operation"),
70 - IL_TEXT("Unzulässiger Datei-Wert"),
71 - IL_TEXT("Unzulässiger Datei-Header"),
72 - IL_TEXT("Unzulässiger Parameter"),
73 - IL_TEXT("Datei konnte nicht geöffnet werden"),
74 - IL_TEXT("Ungültiger Erweiterung"),
75 + IL_TEXT("Ungültiger Wert"),
76 + IL_TEXT("Unzulässige Operation"),
77 + IL_TEXT("Unzulässiger Datei-Wert"),
78 + IL_TEXT("Unzulässiger Datei-Header"),
79 + IL_TEXT("Unzulässiger Parameter"),
80 + IL_TEXT("Datei konnte nicht geöffnet werden"),
81 + IL_TEXT("Ungültiger Erweiterung"),
82 IL_TEXT("Die Datei existiert bereits"),
83 IL_TEXT("out format equivalent"),
84 - IL_TEXT("Stack Überlauf"),
85 + IL_TEXT("Stack Überlauf"),
86 IL_TEXT("Stack Unterlauf"),
87 - IL_TEXT("Ungültige Konvertierung"),
88 - IL_TEXT("Unzulässige Abmessungen"),
89 + IL_TEXT("Ungültige Konvertierung"),
90 + IL_TEXT("Unzulässige Abmessungen"),
91 IL_TEXT("Fehler beim Lesen der Datei")
92 };
93
94 diff --git a/DevIL/src-ILU/include/ilu_error/ilu_err-italian.h b/DevIL/src-ILU/include/ilu_error/ilu_err-italian.h
95 index 09d7bd1..d34b23f 100644
96 --- a/DevIL/src-ILU/include/ilu_error/ilu_err-italian.h
97 +++ b/DevIL/src-ILU/include/ilu_error/ilu_err-italian.h
98 @@ -22,13 +22,13 @@ ILconst_string iluErrorStringsItalian[IL_FILE_READ_ERROR - IL_INVALID_ENUM + 1]
99 IL_TEXT("configuri non sostenne"),
100 IL_TEXT("erreur interne"),
101 IL_TEXT("errore interno"),
102 - IL_TEXT("opération illégale"),
103 + IL_TEXT("opération illégale"),
104 IL_TEXT("operazione illegale"),
105 IL_TEXT("inebri archivio nullo"),
106 IL_TEXT("parametro nullo"),
107 - IL_TEXT("non può aprire l'archivio"),
108 + IL_TEXT("non può aprire l'archivio"),
109 IL_TEXT("dilazione nulla"),
110 - IL_TEXT("archivi già esistendo"),
111 + IL_TEXT("archivi già esistendo"),
112 IL_TEXT("equivalente fuori-configuri"),
113 IL_TEXT("inondi di batteria"),
114 IL_TEXT("insufficienza di batteria"),
115 diff --git a/DevIL/src-ILU/include/ilu_error/ilu_err-spanish.h b/DevIL/src-ILU/include/ilu_error/ilu_err-spanish.h
116 index 77b5a24..0945fdf 100644
117 --- a/DevIL/src-ILU/include/ilu_error/ilu_err-spanish.h
118 +++ b/DevIL/src-ILU/include/ilu_error/ilu_err-spanish.h
119 @@ -6,7 +6,7 @@
120 //
121 // Filename: src-ILU/include/ilu_error/ilu_err-spanish.h
122 //
123 -// Description: Error functions in Spanish, translated by Carlos Aragonés
124 +// Description: Error functions in Spanish, translated by Carlos Aragonés
125 //
126 //-----------------------------------------------------------------------------
127
128 @@ -19,32 +19,32 @@
129 ILconst_string iluErrorStringsSpanish[IL_FILE_READ_ERROR - IL_INVALID_ENUM + 1] = {
130 IL_TEXT("enumerador incorrecto"),
131 IL_TEXT("no queda memoria disponible"),
132 - IL_TEXT("formato no soportado todavía"),
133 + IL_TEXT("formato no soportado todavía"),
134 IL_TEXT("error interno"),
135 IL_TEXT("valor incorrecto"),
136 - IL_TEXT("operación ilegaIL_TEXT("),
137 + IL_TEXT("operación ilegaIL_TEXT("),
138 IL_TEXT("valor de fichero ilegaIL_TEXT("),
139 IL_TEXT("cabecera incorrecta"),
140 - IL_TEXT("parámetro incorrecto"),
141 + IL_TEXT("parámetro incorrecto"),
142 IL_TEXT("no se puede abrir el fichero"),
143 - IL_TEXT("extensión desconocida"),
144 + IL_TEXT("extensión desconocida"),
145 IL_TEXT("el fichero ya existe"),
146 IL_TEXT("formato de salida equivalente"),
147 IL_TEXT("desbordamiento superior de pila"),
148 IL_TEXT("desbordamiento inferior de pila"),
149 - IL_TEXT("conversión incorrecta"),
150 - IL_TEXT("número de dimensiones incorrecto"),
151 + IL_TEXT("conversión incorrecta"),
152 + IL_TEXT("número de dimensiones incorrecto"),
153 IL_TEXT("error de lectura en el fichero")
154 };
155
156 ILconst_string iluLibErrorStringsSpanish[IL_LIB_EXR_ERROR - IL_LIB_GIF_ERROR + 1] = {
157 - IL_TEXT("error en la librería gif"), // the correct translation will be 'error en la biblioteca gif', but nobody in spain uses the word 'biblioteca' for the translation the word 'library'. Almost all Spanish programmers translate 'library' incorrectly to 'librería'.
158 - IL_TEXT("error en la librería jpeg"),
159 - IL_TEXT("error en la librería png"),
160 - IL_TEXT("error en la librería tiff"),
161 - IL_TEXT("error en la librería mng"),
162 - IL_TEXT("error en la librería jp2"),
163 - IL_TEXT("error en la librería exr"),
164 + IL_TEXT("error en la librería gif"), // the correct translation will be 'error en la biblioteca gif', but nobody in spain uses the word 'biblioteca' for the translation the word 'library'. Almost all Spanish programmers translate 'library' incorrectly to 'librería'.
165 + IL_TEXT("error en la librería jpeg"),
166 + IL_TEXT("error en la librería png"),
167 + IL_TEXT("error en la librería tiff"),
168 + IL_TEXT("error en la librería mng"),
169 + IL_TEXT("error en la librería jp2"),
170 + IL_TEXT("error en la librería exr"),
171 };
172
173 ILconst_string iluMiscErrorStringsSpanish[2] = {