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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
|
// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
package client
import (
"golang.org/x/text/language"
"golang.org/x/text/message"
"golang.org/x/text/message/catalog"
)
type dictionary struct {
index []uint32
data string
}
func (d *dictionary) Lookup(key string) (data string, ok bool) {
p, ok := messageKeyToIndex[key]
if !ok {
return "", false
}
start, end := d.index[p], d.index[p+1]
if start == end {
return "", false
}
return d.data[start:end], true
}
func init() {
dict := map[string]catalog.Dictionary{
"da": &dictionary{index: daIndex, data: daData},
"de": &dictionary{index: deIndex, data: deData},
"en": &dictionary{index: enIndex, data: enData},
"es": &dictionary{index: esIndex, data: esData},
"fr": &dictionary{index: frIndex, data: frData},
"it": &dictionary{index: itIndex, data: itData},
"nl": &dictionary{index: nlIndex, data: nlData},
"sl": &dictionary{index: slIndex, data: slData},
"uk": &dictionary{index: ukIndex, data: ukData},
}
fallback := language.MustParse("en")
cat, err := catalog.NewFromMap(dict, catalog.Fallback(fallback))
if err != nil {
panic(err)
}
message.DefaultCatalog = cat
}
var messageKeyToIndex = map[string]int{
"An error occurred after getting the discovery files for the list of organizations": 6,
"An error occurred after getting the discovery files for the list of servers": 7,
"Client has an invalid state": 4,
"Could not retrieve institute access server with URL: '%s' from discovery": 18,
"Failed internal state transition requested by the client from: '%s' to '%s'": 37,
"Failed to cleanup the VPN connection for the current server": 32,
"Failed to get current server for renewing the session": 35,
"Failed to get the current server to cleanup the connection": 31,
"Failed to set the server with identifier: '%s' as the current": 29,
"Failover failed to complete with gateway: '%s' and mtu: '%d'": 36,
"Identifier: '%s' for server with type: '%d' is not valid": 27,
"Identifier: '%s' for server with type: '%d' is not valid for removal": 30,
"Internal state transition error": 0,
"No secure internet server available to set a location for": 34,
"No suitable profiles could be found": 14,
"Not a valid server type: %v": 26,
"Profile with ID: '%s' could not be obtained from the server": 16,
"Profile with ID: '%s' could not be set": 15,
"Server type: '%v' is not valid to be added": 23,
"Server/organization discovery with Let's Connect is not supported": 5,
"Setting a secure internet location with Let's Connect! is not supported": 33,
"The VPN configuration could not be obtained": 24,
"The authorization procedure failed to complete": 12,
"The client registered with an invalid client ID: '%v'": 1,
"The client registered with an invalid version: '%v'": 2,
"The client tried to autoconnect to the VPN server: %s, but no secure internet location is found. Please manually connect again": 9,
"The client tried to autoconnect to the VPN server: %s, but no valid profiles were found. Please manually connect again": 13,
"The client tried to autoconnect to the VPN server: %s, but you need to authorizate again. Please manually connect again": 11,
"The current profile could not be found": 25,
"The current server could not be found when getting it for expiry": 8,
"The custom server with URL: '%s' could not be added": 22,
"The identifier that was passed to the library is incorrect": 17,
"The institute access server with URL: '%s' could not be added": 19,
"The log file with directory: '%s' failed to initialize": 3,
"The operation for getting a VPN configuration was canceled": 28,
"The secure internet location could not be set": 10,
"The secure internet server with organisation ID: '%s' could not be added": 21,
"The secure internet server with organisation ID: '%s' could not be retrieved from discovery": 20,
"timeout reached": 38,
"with cause:": 39,
}
var daIndex = []uint32{ // 41 elements
// Entry 0 - 1F
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
// Entry 20 - 3F
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000,
} // Size: 188 bytes
const daData string = ""
var deIndex = []uint32{ // 41 elements
// Entry 0 - 1F
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
// Entry 20 - 3F
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000,
} // Size: 188 bytes
const deData string = ""
var enIndex = []uint32{ // 41 elements
// Entry 0 - 1F
0x00000000, 0x00000020, 0x00000059, 0x00000090,
0x000000ca, 0x000000e6, 0x00000128, 0x0000017a,
0x000001c6, 0x00000207, 0x00000289, 0x000002b7,
0x00000332, 0x00000361, 0x000003db, 0x000003ff,
0x00000429, 0x00000468, 0x000004a3, 0x000004ef,
0x00000530, 0x0000058f, 0x000005db, 0x00000612,
0x00000640, 0x0000066c, 0x00000693, 0x000006b2,
0x000006f1, 0x0000072c, 0x0000076d, 0x000007b8,
// Entry 20 - 3F
0x000007f3, 0x0000082f, 0x00000877, 0x000008b1,
0x000008e7, 0x0000092a, 0x0000097c, 0x0000098c,
0x00000998,
} // Size: 188 bytes
const enData string = "" + // Size: 2456 bytes
"\x02Internal state transition error\x02The client registered with an inv" +
"alid client ID: '%[1]v'\x02The client registered with an invalid version" +
": '%[1]v'\x02The log file with directory: '%[1]s' failed to initialize" +
"\x02Client has an invalid state\x02Server/organization discovery with Le" +
"t's Connect is not supported\x02An error occurred after getting the disc" +
"overy files for the list of organizations\x02An error occurred after get" +
"ting the discovery files for the list of servers\x02The current server c" +
"ould not be found when getting it for expiry\x02The client tried to auto" +
"connect to the VPN server: %[1]s, but no secure internet location is fou" +
"nd. Please manually connect again\x02The secure internet location could " +
"not be set\x02The client tried to autoconnect to the VPN server: %[1]s, " +
"but you need to authorizate again. Please manually connect again\x02The " +
"authorization procedure failed to complete\x02The client tried to autoco" +
"nnect to the VPN server: %[1]s, but no valid profiles were found. Please" +
" manually connect again\x02No suitable profiles could be found\x02Profil" +
"e with ID: '%[1]s' could not be set\x02Profile with ID: '%[1]s' could no" +
"t be obtained from the server\x02The identifier that was passed to the l" +
"ibrary is incorrect\x02Could not retrieve institute access server with U" +
"RL: '%[1]s' from discovery\x02The institute access server with URL: '%[1" +
"]s' could not be added\x02The secure internet server with organisation I" +
"D: '%[1]s' could not be retrieved from discovery\x02The secure internet " +
"server with organisation ID: '%[1]s' could not be added\x02The custom se" +
"rver with URL: '%[1]s' could not be added\x02Server type: '%[1]v' is not" +
" valid to be added\x02The VPN configuration could not be obtained\x02The" +
" current profile could not be found\x02Not a valid server type: %[1]v" +
"\x02Identifier: '%[1]s' for server with type: '%[2]d' is not valid\x02Th" +
"e operation for getting a VPN configuration was canceled\x02Failed to se" +
"t the server with identifier: '%[1]s' as the current\x02Identifier: '%[1" +
"]s' for server with type: '%[2]d' is not valid for removal\x02Failed to " +
"get the current server to cleanup the connection\x02Failed to cleanup th" +
"e VPN connection for the current server\x02Setting a secure internet loc" +
"ation with Let's Connect! is not supported\x02No secure internet server " +
"available to set a location for\x02Failed to get current server for rene" +
"wing the session\x02Failover failed to complete with gateway: '%[1]s' an" +
"d mtu: '%[2]d'\x02Failed internal state transition requested by the clie" +
"nt from: '%[1]s' to '%[2]s'\x02timeout reached\x02with cause:"
var esIndex = []uint32{ // 41 elements
// Entry 0 - 1F
0x00000000, 0x00000028, 0x00000069, 0x000000a6,
0x000000f0, 0x00000116, 0x00000160, 0x000001c1,
0x0000021a, 0x0000021a, 0x0000021a, 0x0000021a,
0x0000021a, 0x0000021a, 0x0000021a, 0x0000021a,
0x0000021a, 0x0000021a, 0x0000021a, 0x0000021a,
0x0000021a, 0x0000021a, 0x0000021a, 0x0000021a,
0x0000021a, 0x0000021a, 0x0000021a, 0x0000021a,
0x0000021a, 0x0000021a, 0x0000021a, 0x0000021a,
// Entry 20 - 3F
0x0000021a, 0x0000021a, 0x0000021a, 0x0000021a,
0x0000021a, 0x0000021a, 0x0000021a, 0x0000021a,
0x0000021a,
} // Size: 188 bytes
const esData string = "" + // Size: 538 bytes
"\x02Error de transición del estado interno\x02El cliente se registró con" +
" un ID de cliente no válido: '%[1]v'\x02El cliente se registró con una v" +
"ersión no válida: '%[1]v'\x02El archivo de registro con el directorio: '" +
"%[1]s' no se puede inicializar\x02El cliente tiene un estado no válido" +
"\x02No se admite la detección de servidores/organizaciones con Let's Con" +
"nect\x02Se ha producido un error al obtener los archivos de detección de" +
" la lista de las organizaciones\x02Se ha producido un error al obtener l" +
"os archivos de detección de la lista de servidores"
var frIndex = []uint32{ // 41 elements
// Entry 0 - 1F
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
// Entry 20 - 3F
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000,
} // Size: 188 bytes
const frData string = ""
var itIndex = []uint32{ // 41 elements
// Entry 0 - 1F
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
// Entry 20 - 3F
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000,
} // Size: 188 bytes
const itData string = ""
var nlIndex = []uint32{ // 41 elements
// Entry 0 - 1F
0x00000000, 0x0000002e, 0x00000076, 0x000000ba,
0x000000f6, 0x00000119, 0x0000016f, 0x000001b7,
0x000001fa, 0x00000238, 0x00000238, 0x0000027a,
0x0000027a, 0x000002aa, 0x000002aa, 0x000002de,
0x00000318, 0x00000364, 0x000003a1, 0x000003f5,
0x0000043c, 0x00000496, 0x000004e3, 0x00000519,
0x0000054d, 0x0000057b, 0x000005a7, 0x000005cc,
0x00000610, 0x00000650, 0x0000069d, 0x000006f6,
// Entry 20 - 3F
0x00000741, 0x0000076d, 0x000007af, 0x00000800,
0x00000847, 0x0000089b, 0x000008e1, 0x00000932,
0x0000093f,
} // Size: 188 bytes
const nlData string = "" + // Size: 2367 bytes
"\x02Er is een fout opgetreden in de interne staat\x02De client heeft zic" +
"h geregistreerd met een onjuiste identiteit: '%[1]v'\x02De client heeft " +
"zich geregistreerd met een onjuiste versie: '%[1]v'\x02Het log bestand m" +
"et pad: '%[1]s' kon niet aangemaakt worden\x02De client heeft een onjuis" +
"te staat\x02Servers of organisaties verkrijgen met de Let's Connect clie" +
"nt wordt niet ondersteund\x02Er is een fout opgetreden met het ophalen v" +
"an de lijst van organisaties\x02Er is een fout opgetreden met het ophale" +
"n van de lijst van servers\x02De huidige VPN server kon niet worden gevo" +
"nden voor expiratie\x02De locatie voor de \x22secure internet\x22 server" +
" kon niet worden gezet\x02Het authorizatie proces kon niet vervuld worde" +
"n\x02Er zijn geen profielen gevonden om mee te verbinden\x02Het profiel " +
"met identiteit: '%[1]s' kon niet gezet worden\x02Het profiel met identit" +
"eit: '%[1]s' kon niet opgehaald worden van de server\x02De identieit die" +
" aan de library werd gegeven is niet correct\x02De institute access serv" +
"er met URL: '%[1]s' kon niet opgehaald worden van discovery\x02De instit" +
"ute access server met URL: '%[1]s' kon niet toegevoegd worden\x02De secu" +
"re internet server met identiteit: '%[1]s' kon niet opgehaald worden van" +
" discovery\x02De secure internet server met identiteit: '%[1]s' kon niet" +
" toegevoegd worden\x02De server met URL: '%[1]s' kon niet toegevoegd wor" +
"den\x02Het server type: '%[1]v' kan niet toegevoegd worden\x02De VPN con" +
"figuratie kon niet opgehaald worden\x02Het huidig profiel kan niet gevon" +
"den worden\x02%[1]v is niet een geldig server type\x02De identiteit: '%[" +
"1]s' voor server met type: '%[2]d' is niet geldig\x02De procedure om een" +
" VPN configuratie op te halen is geannuleerd\x02De server met identiteit" +
": '%[1]s' kon niet als de hudige server gezet worden\x02Identiteit: '%[1" +
"]s' voor server met type: '%[2]d' is niet geldig om verwijderd te worden" +
"\x02De huidige server kon niet opgehaald worden om de connectie te verwi" +
"jderen\x02De VPN connectie is niet volledig opgeruimd\x02Er kan geen loc" +
"atie ingesteld worden met de Let's Connect! client\x02Er is geen \x22sec" +
"ure internet\x22 server beschikbaar om de locatie voor in te stellen\x02" +
"De huidige server kon niet opgehaald worden om de sessie te hernieuwen" +
"\x02Het failovermechanisme kon niet vervuld worden met gateway: '%[1]s' " +
"en MTU: '%[2]d'\x02De interne staat kon niet bijgewerkt worden van: '%[1" +
"]s' naar '%[2]s'\x02Er is een time-out opgetreden in de verbinding. Cont" +
"roleer uw internetverbinding\x02met oorzaak:"
var slIndex = []uint32{ // 41 elements
// Entry 0 - 1F
0x00000000, 0x00000021, 0x00000058, 0x0000008f,
0x000000cb, 0x000000eb, 0x00000125, 0x00000165,
0x000001a5, 0x000001e1, 0x000001e1, 0x00000211,
0x00000211, 0x00000232, 0x00000232, 0x0000025b,
0x0000028e, 0x000002ce, 0x000002ef, 0x00000347,
0x00000391, 0x000003e9, 0x00000437, 0x00000473,
0x000004a5, 0x000004c7, 0x000004ef, 0x00000512,
0x00000544, 0x0000057d, 0x000005ab, 0x000005ea,
// Entry 20 - 3F
0x0000062d, 0x00000666, 0x0000069c, 0x000006de,
0x00000720, 0x00000765, 0x000007b6, 0x000007c6,
0x000007d0,
} // Size: 188 bytes
const slData string = "" + // Size: 2000 bytes
"\x02Napaka prehoda notranjega stanja\x02Odjemalec se je registriral z na" +
"pačnim ID-jem '%[1]v'\x02Odjemalec se je registriral z napačno verzijo '" +
"%[1]v'\x02Napaka pri vzpostavitvi datoteke dnevnika v imeniku '%[1]s'" +
"\x02Odjemalec ima neveljavno stanje\x02Let's Connect ne podpira kataloga" +
" strežnikov/organizacij\x02Pri nalaganju datotek kataloga organizacij je" +
" prišlo do napake\x02Pri nalaganju datotek kataloga strežnikov je prišlo" +
" do napake\x02Ugotavljanje preteka ne more določiti izbranega strežnika" +
"\x02Napaka pri nastavljanju lokacije za varni splet\x02Napaka pri postop" +
"ku avtorizacije\x02Ustreznih profilov ni bilo mogoče najti\x02Profila z " +
"ID-jem '%[1]s' ni bilo mogoče nastaviti\x02Profila z ID-jem '%[1]s' ni b" +
"ilo mogoče naložiti s strežnika\x02ID poslan knjižnici je napačen\x02Str" +
"ežnika z naslovom URL '%[1]s' za dostop do ustanove ni bilo možno najti " +
"v katalogu\x02Strežnika z naslovom '%[1]s' za dostop do ustanove ni bilo" +
" možno dodati\x02Strežnika za varni splet organizacije z ID-jem '%[1]s' " +
"ni bilo možno najti v katalogu\x02Strežnika za varni splet organizacije " +
"z ID-jem '%[1]s' ni bilo možno dodati\x02Svojega strežnika z naslovom '%" +
"[1]s' ni bilo možno dodati\x02Vrsta strežnika '%[1]v' ni veljavna za dod" +
"ajanje\x02Napaka pri prenosu nastavitev VPN\x02Izbranega profila ni bilo" +
" mogoče najti\x02%[1]v ni veljavna vrsta strežnika\x02ID '%[1]s' za stre" +
"žnik vrste '%[2]d' ni veljaven\x02Operacija za nalaganje nastavitev VPN" +
" je bila preklicana\x02Napaka pri izbiri strežnika z ID-jem '%[1]s'\x02I" +
"D '%[1]s' strežnika vrste '%[2]d' ni veljaven za odstranitev\x02Napaka p" +
"ri določanju izbranega strežnika za čiščenje povezave\x02Napaka pri čišč" +
"enju povezave VPN za izbrani strežnik\x02Let's Connect! ne podpira nasta" +
"vljanje varnega spleta\x02Za izbiro lokacije ni na voljo nobenega strežn" +
"ika za varni splet\x02Napaka pri ugotavljanju izbranega strežnika za pod" +
"aljšanje seje\x02Failover preko prehoda '%[1]s' in z MTU-jem '%[2]d' se " +
"ni zaključil\x02Prehod notranjega stanja iz %[1]s v %[2]s, ki ga je zaht" +
"eval odjemalec, ni uspel\x02čas je potekel\x02; razlog:"
var ukIndex = []uint32{ // 41 elements
// Entry 0 - 1F
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
// Entry 20 - 3F
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000,
} // Size: 188 bytes
const ukData string = ""
// Total table size 9053 bytes (8KiB); checksum: DBDD93E6
|