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
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
|
# translation of gl.po to Galego
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Ignacio Casal Quinteiro <icq@cvs.gnome.org>, 2007, 2008.
# Miguel Anxo Bouzada <mbouzada@gmail.com>, 2010.
msgid ""
msgstr ""
"Project-Id-Version: gl\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager&component=general\n"
"POT-Creation-Date: 2009-09-29 03:25+0000\n"
"PO-Revision-Date: 2010-02-25 11:06+0100\n"
"Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n"
"Language-Team: Galego <proxecto@trasno.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
#: ../libnm-util/crypto.c:120
#, c-format
msgid "PEM key file had no end tag '%s'."
msgstr "O ficheiro de chave PEM non ten a etiqueta de final «%s»."
#: ../libnm-util/crypto.c:130
#, c-format
msgid "Doesn't look like a PEM private key file."
msgstr "Non parece un ficheiro de chave privada PEM."
#: ../libnm-util/crypto.c:138
#, c-format
msgid "Not enough memory to store PEM file data."
msgstr "Non hai memoria abondo para almacenar o ficheiro PEM."
#: ../libnm-util/crypto.c:154
#, c-format
msgid "Malformed PEM file: Proc-Type was not first tag."
msgstr "Ficheiro PEM malformado: Proc-Type non é a primeira etiqueta."
#: ../libnm-util/crypto.c:162
#, c-format
msgid "Malformed PEM file: unknown Proc-Type tag '%s'."
msgstr "Ficheiro PEM malformado: a etiqueta Proc-Type «%s »é descoñecida."
#: ../libnm-util/crypto.c:172
#, c-format
msgid "Malformed PEM file: DEK-Info was not the second tag."
msgstr "Ficheiro PEM malformado: Proc-Type non é a segunda etiqueta."
#: ../libnm-util/crypto.c:183
#, c-format
msgid "Malformed PEM file: no IV found in DEK-Info tag."
msgstr "Ficheiro PEM malformado: non se atopou ningún IV na etiqueta DEK-Info"
#: ../libnm-util/crypto.c:190
#, c-format
msgid "Malformed PEM file: invalid format of IV in DEK-Info tag."
msgstr "Ficheiro PEM malformado: formato de IV incorrecto na etiqueta DEK-Info"
#: ../libnm-util/crypto.c:203
#, c-format
msgid "Malformed PEM file: unknown private key cipher '%s'."
msgstr "Ficheiro PEM malformado: o cifrado da chave privada «%s» é descoñecido"
#: ../libnm-util/crypto.c:222
#, c-format
msgid "Could not decode private key."
msgstr "Non puido ser decodificada a chave privada."
#: ../libnm-util/crypto.c:267
#, c-format
msgid "PEM certificate '%s' had no end tag '%s'."
msgstr "O certificado PEM «%s» non ten unha etiqueta de final «%s»."
#: ../libnm-util/crypto.c:277
#, c-format
msgid "Failed to decode certificate."
msgstr "Fallou ao decodificar o certificado"
#: ../libnm-util/crypto.c:286
#, c-format
msgid "Not enough memory to store certificate data."
msgstr "Non hai memoria abondo para almacenar os datos do certificado"
#: ../libnm-util/crypto.c:294
#, c-format
msgid "Not enough memory to store file data."
msgstr "Non hai memoriaabondo para almacenar os datos do ficheiro"
#: ../libnm-util/crypto.c:324
#, c-format
msgid "IV must be an even number of bytes in length."
msgstr "IV debe ter un número par de bytes en lonxitude."
#: ../libnm-util/crypto.c:333
#, c-format
msgid "Not enough memory to store the IV."
msgstr "Non hai memoria abondo para almacenar o IV."
#: ../libnm-util/crypto.c:344
#, c-format
msgid "IV contains non-hexadecimal digits."
msgstr "IV contén díxitos non hexadecimais."
#: ../libnm-util/crypto.c:382
#: ../libnm-util/crypto_gnutls.c:148
#: ../libnm-util/crypto_gnutls.c:266
#: ../libnm-util/crypto_nss.c:171
#: ../libnm-util/crypto_nss.c:335
#, c-format
msgid "Private key cipher '%s' was unknown."
msgstr "O cifrado «%s» da chave privada é descoñecido."
#: ../libnm-util/crypto.c:391
#, c-format
msgid "Not enough memory to decrypt private key."
msgstr "Non hai memoria abondo para descifrar esta chave privada."
#: ../libnm-util/crypto.c:511
#, c-format
msgid "Unable to determine private key type."
msgstr "Non foi posíbel determinar o tipo de chave privada"
#: ../libnm-util/crypto.c:530
#, c-format
msgid "Not enough memory to store decrypted private key."
msgstr "Non hai memoria abondo para almacenar a chave privada descifrada."
#: ../libnm-util/crypto_gnutls.c:49
msgid "Failed to initialize the crypto engine."
msgstr "Produciuse un erro ao iniciar o motor de cifrado"
#: ../libnm-util/crypto_gnutls.c:93
#, c-format
msgid "Failed to initialize the MD5 engine: %s / %s."
msgstr "Produciuse un erro ao iniciar a arquitectura MD5: %s / %s."
#: ../libnm-util/crypto_gnutls.c:156
#, c-format
msgid "Invalid IV length (must be at least %zd)."
msgstr "Lonxitude de IV incorrecta (debe ser polo menos %zd)."
#: ../libnm-util/crypto_gnutls.c:165
#: ../libnm-util/crypto_nss.c:188
#, c-format
msgid "Not enough memory for decrypted key buffer."
msgstr "Non hai memoria abondo para o búfer da chave descifrada."
#: ../libnm-util/crypto_gnutls.c:173
#, c-format
msgid "Failed to initialize the decryption cipher context: %s / %s."
msgstr "Produciuse un erro ao inicializar o contexto de cifrado para o descifrado: %s / %s."
#: ../libnm-util/crypto_gnutls.c:182
#, c-format
msgid "Failed to set symmetric key for decryption: %s / %s."
msgstr "Produciuse un erro ao establecer a chave simétrica para o descifrado: %s / %s."
#: ../libnm-util/crypto_gnutls.c:191
#, c-format
msgid "Failed to set IV for decryption: %s / %s."
msgstr "Produciuse un erro ao establecer IV para o descifrado: %s / %s."
#: ../libnm-util/crypto_gnutls.c:200
#, c-format
msgid "Failed to decrypt the private key: %s / %s."
msgstr "Produciuse un erro ao descifrar a chave privada: %s / %s."
#: ../libnm-util/crypto_gnutls.c:210
#: ../libnm-util/crypto_nss.c:266
#, c-format
msgid "Failed to decrypt the private key: unexpected padding length."
msgstr "Produciuse un fallo ao descifrar a chave privada: lonxitude de desprazamento non esperada."
#: ../libnm-util/crypto_gnutls.c:221
#: ../libnm-util/crypto_nss.c:277
#, c-format
msgid "Failed to decrypt the private key."
msgstr "Produciuse un erro ao descifrar a chave privada"
#: ../libnm-util/crypto_gnutls.c:286
#: ../libnm-util/crypto_nss.c:355
#, c-format
msgid "Could not allocate memory for encrypting."
msgstr "Non foi posíbel asignar a memoria para cifrar."
#: ../libnm-util/crypto_gnutls.c:294
#, c-format
msgid "Failed to initialize the encryption cipher context: %s / %s."
msgstr "Produciuse un erro ao inicializar o contexto da chave de cifrado: %s / %s."
#: ../libnm-util/crypto_gnutls.c:303
#, c-format
msgid "Failed to set symmetric key for encryption: %s / %s."
msgstr "Produciuse un erro ao establecer a chave simétrica para o cifrado: %s / %s."
#: ../libnm-util/crypto_gnutls.c:313
#, c-format
msgid "Failed to set IV for encryption: %s / %s."
msgstr "Produciuse un erro ao establecer IV para o cifrado: %s / %s."
#: ../libnm-util/crypto_gnutls.c:322
#, c-format
msgid "Failed to encrypt the data: %s / %s."
msgstr "Produciuse un erro ao cifrar os datos: %s / %s."
#: ../libnm-util/crypto_gnutls.c:362
#, c-format
msgid "Error initializing certificate data: %s"
msgstr "Produciuse un erro ao iniciar a certificación dos datos: %s"
#: ../libnm-util/crypto_gnutls.c:384
#, c-format
msgid "Couldn't decode certificate: %s"
msgstr "Non se puido decodificar o certificado: %s"
#: ../libnm-util/crypto_gnutls.c:408
#, c-format
msgid "Couldn't initialize PKCS#12 decoder: %s"
msgstr "Non foi posíbel iniciar o decodificador PKCS#12: %s"
#: ../libnm-util/crypto_gnutls.c:421
#, c-format
msgid "Couldn't decode PKCS#12 file: %s"
msgstr "Non foi posíbel decodificar o ficheiro PKCS#12: %s"
#: ../libnm-util/crypto_gnutls.c:433
#, c-format
msgid "Couldn't verify PKCS#12 file: %s"
msgstr "Non foi posíbel verificar o ficheiro PKCS#12: %s"
#: ../libnm-util/crypto_nss.c:57
#, c-format
msgid "Failed to initialize the crypto engine: %d."
msgstr "Produciuse un erro ao iniciar o motor de cifrado:%d."
#: ../libnm-util/crypto_nss.c:111
#, c-format
msgid "Failed to initialize the MD5 context: %d."
msgstr "Produciuse un erro ao iniciar o contexto MD5: %d."
#: ../libnm-util/crypto_nss.c:179
#, c-format
msgid "Invalid IV length (must be at least %d)."
msgstr "Lonxitude de IV incorrecta (debe ser polo menos %d)."
#: ../libnm-util/crypto_nss.c:196
#, c-format
msgid "Failed to initialize the decryption cipher slot."
msgstr "Produciuse un erro ao iniciar a rañura de cifrado para o descifrado"
#: ../libnm-util/crypto_nss.c:206
#, c-format
msgid "Failed to set symmetric key for decryption."
msgstr "Produciuse un erro ao establecer a chave simétrica para o descifrado."
#: ../libnm-util/crypto_nss.c:216
#, c-format
msgid "Failed to set IV for decryption."
msgstr "Produciuse un erro ao establecer IV para o descifrado."
#: ../libnm-util/crypto_nss.c:224
#, c-format
msgid "Failed to initialize the decryption context."
msgstr "Produciuse un erro ao iniciar o contexto de descifrado."
#: ../libnm-util/crypto_nss.c:237
#, c-format
msgid "Failed to decrypt the private key: %d."
msgstr "Produciuse un erro ao descifrar a chave privada: %d."
#: ../libnm-util/crypto_nss.c:245
#, c-format
msgid "Failed to decrypt the private key: decrypted data too large."
msgstr "Produciuse un erro ao descifrar a chave privada: os datos descifrados son moi grandes."
#: ../libnm-util/crypto_nss.c:256
#, c-format
msgid "Failed to finalize decryption of the private key: %d."
msgstr "Produciuse un erro ao finalizar o descifrado da chave privada: %d."
#: ../libnm-util/crypto_nss.c:363
#, c-format
msgid "Failed to initialize the encryption cipher slot."
msgstr "Produciuse un erro ao inicializar a rañura da cifra de cifrado."
#: ../libnm-util/crypto_nss.c:371
#, c-format
msgid "Failed to set symmetric key for encryption."
msgstr "Produciuse un erro ao establecer a chave simétrica para o cifrado."
#: ../libnm-util/crypto_nss.c:379
#, c-format
msgid "Failed to set IV for encryption."
msgstr "Produciuse un erro ao establecer IV para o cifrado."
#: ../libnm-util/crypto_nss.c:387
#, c-format
msgid "Failed to initialize the encryption context."
msgstr "Produciuse un erro ao inicializar o contexto de cifrado."
#: ../libnm-util/crypto_nss.c:395
#, c-format
msgid "Failed to encrypt: %d."
msgstr "Produciuse un erro ao cifrar: %d."
#: ../libnm-util/crypto_nss.c:403
#, c-format
msgid "Unexpected amount of data after encrypting."
msgstr "Tamaño non agardado de datos despois de cifrar."
#: ../libnm-util/crypto_nss.c:446
#, c-format
msgid "Couldn't decode certificate: %d"
msgstr "Non foi posíbel decodificar o certificado: %d"
#: ../libnm-util/crypto_nss.c:481
#, c-format
msgid "Couldn't convert password to UCS2: %d"
msgstr "Non foi posíbel converter a chave a UCS2: %d"
#: ../libnm-util/crypto_nss.c:509
#, c-format
msgid "Couldn't initialize PKCS#12 decoder: %d"
msgstr "Non foi posíbel iniciar o decodificador PKCS#12: %d"
#: ../libnm-util/crypto_nss.c:518
#, c-format
msgid "Couldn't decode PKCS#12 file: %d"
msgstr "Non fo posíbel decodificar o ficheiro PKCS#12: %d"
#: ../libnm-util/crypto_nss.c:527
#, c-format
msgid "Couldn't verify PKCS#12 file: %d"
msgstr "Non foi posíbel verficar o ficheiro PKCS#12: %d"
#: ../libnm-util/crypto_nss.c:556
msgid "Could not generate random data."
msgstr "Non foi posíbel xerar datos aleatorios."
#: ../libnm-util/nm-utils.c:1522
#, c-format
msgid "Not enough memory to make encryption key."
msgstr "Sen memoria abondo para crear a chave de cifrado."
#: ../libnm-util/nm-utils.c:1633
msgid "Could not allocate memory for PEM file creation."
msgstr "Non foi posíbel asignar memoria para a creación do ficheiro PEM,"
#: ../libnm-util/nm-utils.c:1645
#, c-format
msgid "Could not allocate memory for writing IV to PEM file."
msgstr "Non foi posíbel asignar memoria para escribir IV no ficheiro PEM."
#: ../libnm-util/nm-utils.c:1657
#, c-format
msgid "Could not allocate memory for writing encrypted key to PEM file."
msgstr "Non foi posíbel asignar memoria para escribir a chave cifrada no ficheiro PEM."
#: ../libnm-util/nm-utils.c:1676
#, c-format
msgid "Could not allocate memory for PEM file data."
msgstr "Non foi posíbel asignar memoria para os datos do ficheiro PEM."
#: ../src/nm-netlink-monitor.c:194
#: ../src/nm-netlink-monitor.c:464
#: ../src/nm-netlink-monitor.c:569
#: ../src/ip6-manager/nm-netlink-listener.c:352
#, c-format
msgid "error processing netlink message: %s"
msgstr "produciuse un erro procesando a mensaxe netlink: %s"
#: ../src/nm-netlink-monitor.c:260
#, c-format
msgid "unable to allocate netlink handle for monitoring link status: %s"
msgstr "non é posíbel crear o manexador netlink para monitorizar o estado da ligazón: %s"
#: ../src/nm-netlink-monitor.c:270
#, c-format
msgid "unable to connect to netlink for monitoring link status: %s"
msgstr "non é posíbel conectar ao netlink para monitorizar o estado da lingazón: %s"
#: ../src/nm-netlink-monitor.c:278
#, c-format
msgid "unable to join netlink group for monitoring link status: %s"
msgstr "non é posíbel unir ao grupo netlink para monitorizar o estado da ligazón: %s"
#: ../src/nm-netlink-monitor.c:286
#, c-format
msgid "unable to allocate netlink link cache for monitoring link status: %s"
msgstr "non é posíbel asignar a ligazón á caché netlink para monitorizar o estado da ligazón: %s"
#: ../src/nm-netlink-monitor.c:494
#: ../src/ip6-manager/nm-netlink-listener.c:382
msgid "error occurred while waiting for data on socket"
msgstr "producouse un erro agardando por datos nun socket"
#: ../src/nm-netlink-monitor.c:558
#, c-format
#| msgid "error processing netlink message: %s"
msgid "error updating link cache: %s"
msgstr "produciuse un erro ao actualizar a caché de ligazóns: %s"
#: ../src/NetworkManager.c:330
#, c-format
msgid "Invalid option. Please use --help to see a list of valid options.\n"
msgstr "Opción incorrecta. Use --help para ver a lista de opcións válidas.\n"
#: ../src/dhcp-manager/nm-dhcp-dhclient.c:304
msgid "# Created by NetworkManager\n"
msgstr "# Creado por NetworkManager\n"
#: ../src/dhcp-manager/nm-dhcp-dhclient.c:310
#, c-format
msgid ""
"# Merged from %s\n"
"\n"
msgstr ""
"# Fusionado desde %s\n"
"\n"
#: ../src/ip6-manager/nm-netlink-listener.c:200
#, c-format
#| msgid "unable to allocate netlink handle for monitoring link status: %s"
msgid "unable to allocate netlink handle: %s"
msgstr "non é posíbel asignar un manexador para a ligazon de rede: %s"
#: ../src/ip6-manager/nm-netlink-listener.c:210
#, c-format
#| msgid "unable to connect to netlink for monitoring link status: %s"
msgid "unable to connect to netlink: %s"
msgstr "non é posíbel conectar coa ligazón de rede: %s"
#: ../src/ip6-manager/nm-netlink-listener.c:307
#, c-format
#| msgid "unable to join netlink group for monitoring link status: %s"
msgid "unable to join netlink group: %s"
msgstr "non é posíbel unir ao grupo da ligazón de rede: %s"
#: ../src/named-manager/nm-named-manager.c:315
msgid "NOTE: the libc resolver may not support more than 3 nameservers."
msgstr "NOTE: o importador libc non permite máis de 3 nomes de servidores."
#: ../src/named-manager/nm-named-manager.c:317
msgid "The nameservers listed below may not be recognized."
msgstr "Os nomes de servidores listados a seguir poden non ser recoñecidos"
#: ../src/system-settings/nm-default-wired-connection.c:194
#, c-format
msgid "Auto %s"
msgstr "Auto %s"
#: ../system-settings/plugins/ifcfg-rh/reader.c:2406
msgid "System"
msgstr "Sistema"
#: ../policy/org.freedesktop.network-manager-settings.system.policy.in.h:1
msgid "Connection sharing via a protected WiFi network"
msgstr "Conexión compartida a través dunha rede WiFi protexida"
#: ../policy/org.freedesktop.network-manager-settings.system.policy.in.h:2
msgid "Connection sharing via an open WiFi network"
msgstr "Conexión compartida a través dunha rede WiFi aberta"
#: ../policy/org.freedesktop.network-manager-settings.system.policy.in.h:3
msgid "Modify persistent system hostname"
msgstr "Modificar o nome persistente do anfitrión do sistema"
#: ../policy/org.freedesktop.network-manager-settings.system.policy.in.h:4
msgid "Modify system connections"
msgstr "Modificar as conexións do sistema"
#: ../policy/org.freedesktop.network-manager-settings.system.policy.in.h:5
msgid "System policy prevents modification of system settings"
msgstr "A política do sistema impide a modificación da configuración do sistema"
#: ../policy/org.freedesktop.network-manager-settings.system.policy.in.h:6
msgid "System policy prevents modification of the persistent system hostname"
msgstr "A política do sistema impide a modificación do nome do anfitrión do sistema"
#: ../policy/org.freedesktop.network-manager-settings.system.policy.in.h:7
msgid "System policy prevents sharing connections via a protected WiFi network"
msgstr "A política do sistema impide compartir conexións a través dunha rede WiFi protexida"
#: ../policy/org.freedesktop.network-manager-settings.system.policy.in.h:8
msgid "System policy prevents sharing connections via an open WiFi network"
msgstr "A política do sistema impide compartir conexións a través dunha rede WiFi aberta"
|