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
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
|
#. extracted from xmlsecurity/inc
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-08-21 18:00+0200\n"
"PO-Revision-Date: 2019-12-22 17:41+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://weblate.documentfoundation.org/projects/libo_ui-master/xmlsecuritymessages/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1554909362.000000\n"
#. EyJrF
#: xmlsecurity/inc/strings.hrc:25
msgctxt "STR_CERTIFICATE_NOT_VALIDATED"
msgid "The certificate could not be validated."
msgstr "No se pudo validar el certificado."
#. DEjos
#: xmlsecurity/inc/strings.hrc:26
msgctxt "STR_VERSION"
msgid "Version"
msgstr "Versión"
#. JCWT6
#: xmlsecurity/inc/strings.hrc:27
msgctxt "STR_SERIALNUM"
msgid "Serial Number"
msgstr "Número de serie"
#. j9R4q
#: xmlsecurity/inc/strings.hrc:28
msgctxt "STR_ISSUER"
msgid "Issuer"
msgstr "Emisor"
#. KCRoT
#: xmlsecurity/inc/strings.hrc:29
msgctxt "STR_VALIDFROM"
msgid "Valid From"
msgstr "Válido desde"
#. g4Mhu
#: xmlsecurity/inc/strings.hrc:30
msgctxt "STR_VALIDTO"
msgid "Valid to"
msgstr "Válido hasta"
#. 4XCD5
#: xmlsecurity/inc/strings.hrc:31
msgctxt "STR_SUBJECT"
msgid "Subject"
msgstr "Asunto"
#. GPSmq
#: xmlsecurity/inc/strings.hrc:32
msgctxt "STR_SUBJECT_PUBKEY_ALGO"
msgid "Subject Algorithm"
msgstr "Algoritmo de asunto"
#. AU7Fz
#: xmlsecurity/inc/strings.hrc:33
msgctxt "STR_SUBJECT_PUBKEY_VAL"
msgid "Public Key"
msgstr "Clave pública"
#. DjeZj
#: xmlsecurity/inc/strings.hrc:34
msgctxt "STR_SIGNATURE_ALGO"
msgid "Signature Algorithm"
msgstr "Algoritmo de firma"
#. R4wwt
#: xmlsecurity/inc/strings.hrc:35
msgctxt "STR_USE"
msgid "Certificate Use"
msgstr "Uso de certificados"
#. cVZfK
#: xmlsecurity/inc/strings.hrc:36
msgctxt "STR_THUMBPRINT_SHA1"
msgid "Thumbprint SHA1"
msgstr "Huella SHA1"
#. RVyqN
#: xmlsecurity/inc/strings.hrc:37
msgctxt "STR_THUMBPRINT_MD5"
msgid "Thumbprint MD5"
msgstr "Huella MD5"
#. YFxBG
#: xmlsecurity/inc/strings.hrc:39
msgctxt "STR_XMLSECDLG_OLD_ODF_FORMAT"
msgid ""
"This document contains signatures in ODF 1.1 (OpenOffice.org 2.x) format. Signing documents in %PRODUCTNAME %PRODUCTVERSION requires ODF 1.2 format version. Thus no signatures can be added or removed to this document.\n"
"\n"
"Save document in ODF 1.2 format and add all desired signatures again."
msgstr ""
"Este documento contiene firmas en el formato ODF 1.1 (OpenOffice.org 2.x). Para firmar documentos en %PRODUCTNAME %PRODUCTVERSION se necesita la versión 1.2 del formato ODF. Por lo tanto, no se pueden añadir ni quitar firmas de este documento.\n"
"\n"
"Guarde el documento en el formato ODF 1.2 y añada todas las firmas deseadas de nuevo."
#. cfswe
#: xmlsecurity/inc/strings.hrc:43
msgctxt "STR_XMLSECDLG_QUERY_REMOVEDOCSIGNBEFORESIGN"
msgid ""
"Adding or removing a macro signature will remove all document signatures.\n"
"Do you really want to continue?"
msgstr ""
"Al añadir o quitar una firma de macro se eliminarán todas las firmas del documento.\n"
"¿Quiere continuar?"
#. CgnGz
#: xmlsecurity/inc/strings.hrc:45
msgctxt "STR_XMLSECDLG_QUERY_REALLYREMOVE"
msgid ""
"Document signature cannot be restored, once removed.\n"
"Do you really want to remove selected signature?"
msgstr ""
"Tras haberse quitado la firma del documento, esta no se podrá recuperar.\n"
"¿Confirma que quiere quitar la firma seleccionada?"
#. 4brTC
#: xmlsecurity/inc/strings.hrc:48
msgctxt "STR_XMLSECDLG_SIGNING_FAILED"
msgid "An error occurred while adding the signature."
msgstr "Se produjo un error al añadir la firma."
#. 6Qkuk
#: xmlsecurity/inc/strings.hrc:49
msgctxt "STR_XMLSECDLG_NO_CERT_MANAGER"
msgid "Could not find any certificate manager."
msgstr "No se encontró ningún gestor de certificados."
#. nUWMF
#: xmlsecurity/inc/strings.hrc:50
msgctxt "STR_XMLSECDLG_NO_CERT_FOUND"
msgid "Could not find the certificate."
msgstr "No se encontró el certificado."
#. hXMQx
#: xmlsecurity/inc/strings.hrc:52
msgctxt "RID_XMLSECWB_NO_MOZILLA_PROFILE"
msgid "Digital signatures functionality could not be used, because no Mozilla user profile was found. Please check the Mozilla installation."
msgstr "No se pudo usar la función Firmas digitales porque no se proporcionó un perfil de usuario de Mozilla. Compruebe la instalación de Mozilla."
#. dNPzJ
#: xmlsecurity/inc/strings.hrc:54
msgctxt "selectcertificatedialog|STR_DIGITAL_SIGNATURE"
msgid "Digital signature"
msgstr "Firma digital"
#. ojssM
#: xmlsecurity/inc/strings.hrc:55
msgctxt "selectcertificatedialog|STR_NON_REPUDIATION"
msgid "Non-repudiation"
msgstr "No rechazo"
#. kYHCr
#: xmlsecurity/inc/strings.hrc:56
msgctxt "selectcertificatedialog|STR_KEY_ENCIPHERMENT"
msgid "Key encipherment"
msgstr "Cifrado de la clave"
#. sEQDG
#: xmlsecurity/inc/strings.hrc:57
msgctxt "selectcertificatedialog|STR_DATA_ENCIPHERMENT"
msgid "Data encipherment"
msgstr "Cifrado de los datos"
#. dpZvA
#: xmlsecurity/inc/strings.hrc:58
msgctxt "selectcertificatedialog|STR_KEY_AGREEMENT"
msgid "Key Agreement"
msgstr "Acuerdo de claves"
#. dREUL
#: xmlsecurity/inc/strings.hrc:59
msgctxt "selectcertificatedialog|STR_KEY_CERT_SIGN"
msgid "Certificate signature verification"
msgstr "Comprobación de la firma del certificado"
#. GQcAW
#: xmlsecurity/inc/strings.hrc:60
msgctxt "selectcertificatedialog|STR_CRL_SIGN"
msgid "CRL signature verification"
msgstr "Comprobación de firmas CRL"
#. i8FJM
#: xmlsecurity/inc/strings.hrc:61
msgctxt "selectcertificatedialog|STR_ENCIPHER_ONLY"
msgid "Only for encipherment"
msgstr "Solo para cifrar"
#. 4oZqX
#: xmlsecurity/inc/strings.hrc:62
msgctxt "selectcertificatedialog|str_sign"
msgid "Sign"
msgstr "Firmar"
#. tMAzV
#: xmlsecurity/inc/strings.hrc:63
msgctxt "selectcertificatedialog|str_selectsign"
msgid "Select"
msgstr "Seleccionar"
#. Gr5gE
#: xmlsecurity/inc/strings.hrc:64
msgctxt "selectcertificatedialog|str_encrypt"
msgid "Encrypt"
msgstr "Cifrar"
#. FSe5D
#: xmlsecurity/inc/strings.hrc:66
msgctxt "STR_BROKEN_MACRO_CERTIFICATE_DATA"
msgid ""
"Macro security problem!\n"
"\n"
"Broken certificate data: %{data}"
msgstr ""
"¡Hay un problema de seguridad con las macros!\n"
"\n"
"Los datos del certificado están dañados: %{data}"
#. uTxas
#: xmlsecurity/uiconfig/ui/certdetails.ui:49
msgctxt "certdetails|field"
msgid "Field"
msgstr "Campo"
#. Zug9C
#: xmlsecurity/uiconfig/ui/certdetails.ui:62
msgctxt "certdetails|value"
msgid "Value"
msgstr "Valor"
#. gdF9q
#: xmlsecurity/uiconfig/ui/certdetails.ui:73
msgctxt "extended_tip|tablecontainer"
msgid "The Details page of the View Certificate dialog displays detailed information about the certificate."
msgstr "La página Detalles del diálogo Ver certificado muestra información detallada acerca del certificado."
#. xcuF8
#: xmlsecurity/uiconfig/ui/certdetails.ui:101
msgctxt "extended_tip|valuedetails"
msgid "Use the value list box to view values and copy them to the clipboard."
msgstr "En la lista de valores, seleccione valores para copiarlos en el portapapeles."
#. JXgjT
#: xmlsecurity/uiconfig/ui/certdetails.ui:115
msgctxt "extended_tip|CertDetails"
msgid "The Details page of the View Certificate dialog displays detailed information about the certificate."
msgstr "La página Detalles del diálogo Ver certificado muestra información detallada acerca del certificado."
#. UWBqm
#: xmlsecurity/uiconfig/ui/certgeneral.ui:33
msgctxt "certgeneral|label1"
msgid "Certificate Information"
msgstr "Información del certificado"
#. wAmPG
#: xmlsecurity/uiconfig/ui/certgeneral.ui:46
msgctxt "extended_tip|box1"
msgid "The General page of the View Certificate dialog displays basic information about the certificate."
msgstr "La página General del diálogo Ver certificado muestra información básica acerca del certificado."
#. WzmFd
#: xmlsecurity/uiconfig/ui/certgeneral.ui:75
msgctxt "certgeneral|hintnotrust"
msgid "This certificate is validated."
msgstr "Este certificado está validado."
#. QX65E
#: xmlsecurity/uiconfig/ui/certgeneral.ui:108
msgctxt "certgeneral|issued_to"
msgid "Issued to: "
msgstr "Emitido para: "
#. UzJpm
#: xmlsecurity/uiconfig/ui/certgeneral.ui:135
msgctxt "certgeneral|issued_by"
msgid "Issued by: "
msgstr "Emitido por: "
#. tXsEv
#: xmlsecurity/uiconfig/ui/certgeneral.ui:161
msgctxt "certgeneral|valid_from"
msgid "Valid from:"
msgstr "Válido desde:"
#. BFs6A
#: xmlsecurity/uiconfig/ui/certgeneral.ui:193
msgctxt "certgeneral|privatekey"
msgid "You have a private key that corresponds to this certificate."
msgstr "El usuario tiene una clave privada que corresponde con este certificado."
#. BvEdb
#: xmlsecurity/uiconfig/ui/certgeneral.ui:212
msgctxt "certgeneral|valid_to"
msgid "Valid to:"
msgstr "Válido hasta:"
#. zw9k7
#: xmlsecurity/uiconfig/ui/certpage.ui:32
msgctxt "certpage|label1"
msgid "Certification path"
msgstr "Ruta de certificación"
#. y2mBB
#: xmlsecurity/uiconfig/ui/certpage.ui:44
msgctxt "certpage|viewcert"
msgid "View Certificate..."
msgstr "Ver certificado…"
#. Dunt9
#: xmlsecurity/uiconfig/ui/certpage.ui:92
msgctxt "extended_tip|signatures"
msgid "The Certificate Path page of the View Certificate dialog displays the location and the status of the certificate."
msgstr "La página Ruta de certificado del diálogo Ver certificado muestra la ubicación y el estado del certificado."
#. BC28t
#: xmlsecurity/uiconfig/ui/certpage.ui:121
msgctxt "certpage|label2"
msgid "Certification status"
msgstr "Estado de certificación"
#. YTTCA
#: xmlsecurity/uiconfig/ui/certpage.ui:147
msgctxt "extended_tip|status"
msgid "The Certificate Path page of the View Certificate dialog displays the location and the status of the certificate."
msgstr "La página Ruta de certificado del diálogo Ver certificado muestra la ubicación y el estado del certificado."
#. Cvs6c
#: xmlsecurity/uiconfig/ui/certpage.ui:169
msgctxt "certpage|certok"
msgid "The certificate is OK."
msgstr "El certificado es válido."
#. maZhh
#: xmlsecurity/uiconfig/ui/certpage.ui:181
msgctxt "certpage|certnotok"
msgid "The certificate could not be validated."
msgstr "No se pudo validar el certificado."
#. vAj7M
#: xmlsecurity/uiconfig/ui/certpage.ui:191
msgctxt "extended_tip|CertPage"
msgid "The Certificate Path page of the View Certificate dialog displays the location and the status of the certificate."
msgstr "La página Ruta de certificado del diálogo Ver certificado muestra la ubicación y el estado del certificado."
#. mWRAG
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:26
msgctxt "digitalsignaturesdialog|DigitalSignaturesDialog"
msgid "Digital Signatures"
msgstr "Firmas digitales"
#. Ymmij
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:91
msgctxt "digitalsignaturesdialog|dochint"
msgid "The following have signed the document content: "
msgstr "Los firmantes del contenido del documento son: "
#. GwzVw
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:136
msgctxt "digitalsignaturesdialog|signed"
msgid "Signed by "
msgstr "Firmado por "
#. MHrgG
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:149
msgctxt "digitalsignaturesdialog|issued"
msgid "Digital ID issued by "
msgstr "Id. digital emitido por "
#. DSCb7
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:162
msgctxt "digitalsignaturesdialog|date"
msgid "Date"
msgstr "Fecha"
#. bwK7p
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:175
msgctxt "digitalsignaturesdialog|description"
msgid "Description"
msgstr "Descripción"
#. E6Ypi
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:188
msgctxt "digitalsignaturesdialog|type"
msgid "Signature type"
msgstr "Tipo de firma"
#. GAMdr
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:214
msgctxt "digitalsignaturesdialog|view"
msgid "View Certificate..."
msgstr "Ver certificado…"
#. uM8mn
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:227
msgctxt "digitalsignaturesdialog|sign"
msgid "Sign Document..."
msgstr "Firmar documento…"
#. hFd4m
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:241
msgctxt "digitalsignaturesdialog|remove"
msgid "Remove"
msgstr "Eliminar"
#. yQ9ju
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:254
msgctxt "digitalsignaturesdialog|start_certmanager"
msgid "Start Certificate Manager..."
msgstr "Iniciar gestor de certificados…"
#. rRYC3
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:340
msgctxt "digitalsignaturesdialog|macrohint"
msgid "The following have signed the document macro:"
msgstr "Los firmantes de la macro del documento son:"
#. tYDsR
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:352
msgctxt "digitalsignaturesdialog|packagehint"
msgid "The following have signed this package:"
msgstr "Los firmantes de este paquete son:"
#. VwmFn
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:370
msgctxt "digitalsignaturesdialog|validft"
msgid "The signatures in this document are valid"
msgstr "Las firmas de este documento son válidas"
#. KKLGw
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:394
msgctxt "digitalsignaturesdialog|invalidft"
msgid "The signatures in this document are invalid"
msgstr "Las firmas de este documento no son válidas"
#. rpXaV
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:407
msgctxt "digitalsignaturesdialog|oldsignatureft"
msgid "Not all parts of the document are signed"
msgstr "No se han firmado todas las partes del documento"
#. yXwMt
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:420
msgctxt "digitalsignaturesdialog|notvalidatedft"
msgid "Certificate could not be validated"
msgstr "No se pudo validar el certificado"
#. DFTZB
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:469
msgctxt "digitalsignaturesdialog|adescompliant"
msgid "Use AdES-compliant signature when there is a choice"
msgstr "Usar firma con conformidad AdES cuando exista la opción"
#. 2qiqv
#: xmlsecurity/uiconfig/ui/macrosecuritydialog.ui:8
msgctxt "macrosecuritydialog|MacroSecurityDialog"
msgid "Macro Security"
msgstr "Seguridad de macros"
#. oqjbB
#: xmlsecurity/uiconfig/ui/macrosecuritydialog.ui:137
msgctxt "macrosecuritydialog|SecurityLevelPage"
msgid "Security Level"
msgstr "Nivel de seguridad"
#. S9vgm
#: xmlsecurity/uiconfig/ui/macrosecuritydialog.ui:183
msgctxt "macrosecuritydialog|SecurityTrustPage"
msgid "Trusted Sources"
msgstr "Orígenes de confianza"
#. Za9FH
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:17
msgctxt "securitylevelpage|low"
msgid ""
"_Low (not recommended).\n"
"All macros will be executed without confirmation.\n"
"Use this setting only if you are certain that all documents that will be opened are safe."
msgstr ""
"_Bajo (no recomendable).\n"
"Se ejecutarán siempre todas las macros, sin confirmación.\n"
"Use esta opción solo si está garantizado que todos los documentos que abrirá son seguros."
#. peYqm
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:30
msgctxt "extended_tip|low"
msgid "A macro can be set to auto-start, and it can perform potentially damaging actions, as for example delete or rename files. This setting is not recommended when you open documents from other authors."
msgstr "Las macros se pueden configurar para que se inicien automáticamente, lo cual conlleva el riesgo de sufrir acciones perjudiciales, por ejemplo el borrado o cambio de nombre de archivos. No se recomienda aplicar esta opción al abrir documentos de otros autores."
#. F9QCX
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:41
msgctxt "securitylevelpage|med"
msgid ""
"_Medium.\n"
"Confirmation required before executing macros from untrusted sources."
msgstr ""
"_Medio.\n"
"Se le solicitará confirmación antes de ejecutar macros de orígenes no fiables."
#. kZB2g
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:53
msgctxt "extended_tip|med"
msgid "Trusted sources can be set on the Trusted Sources tab page. Signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run. All other macros require your confirmation."
msgstr "Los orígenes de confianza se pueden definir en la ficha Orígenes de confianza. Se pueden ejecutar las macros firmadas de una fuente de confianza. Asimismo, las macros de las ubicaciones de confianza tienen permiso para ejecutarse. Todas las demás macros requieren confirmación por parte del usuario."
#. 2DyAP
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:64
msgctxt "securitylevelpage|high"
msgid ""
"H_igh.\n"
"Only signed macros from trusted sources are allowed to run.\n"
"Unsigned macros are disabled."
msgstr ""
"A_lto.\n"
"Solo se permitirá ejecutar macros firmadas de orígenes fiables.\n"
"Se desactivarán las macros no firmadas."
#. pbFLt
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:77
msgctxt "extended_tip|high"
msgid "Trusted sources can be set on the Trusted Sources tab page. Only signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run."
msgstr "Los orígenes de confianza se pueden definir en la ficha Orígenes de confianza. Sólo se pueden ejecutar las macros firmadas de un origen de confianza. Asimismo, las macros de las ubicaciones de confianza tienen permiso para ejecutarse."
#. SDdW5
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:88
msgctxt "securitylevelpage|vhigh"
msgid ""
"_Very high.\n"
"Only macros from trusted file locations are allowed to run.\n"
"All other macros, regardless whether signed or not, are disabled."
msgstr ""
"_Muy alto.\n"
"Solo se permitirá ejecutar macros de ubicaciones de archivo de confianza.\n"
"Todas las demás macros se desactivarán, estén firmadas o no."
#. UESj3
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:101
msgctxt "extended_tip|vhigh"
msgid "Trusted file locations can be set on the Trusted Sources tab page. Any macro from a trusted file location is allowed to run."
msgstr "Las ubicaciones de archivos de confianza se pueden definir en la ficha Orígenes de confianza. Todas las macros de las ubicaciones de confianza tienen permiso para ejecutarse."
#. 5kj8c
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:67
msgctxt "securitytrustpage|viewcert"
msgid "_View..."
msgstr "_Ver…"
#. c3ydP
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:74
msgctxt "extended_tip|viewcert"
msgid "Opens the View Certificate dialog for the selected certificate."
msgstr "Abre el diálogo Ver certificado para el certificado seleccionado."
#. WADee
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:93
msgctxt "extended_tip|removecert"
msgid "Removes the selected certificate from the list of trusted certificates."
msgstr "Quita el certificado seleccionado de la lista de certificados de confianza."
#. Y7LGC
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:133
msgctxt "securitytrustpage|to"
msgid "Issued to"
msgstr "Emitido a"
#. Exx67
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:146
msgctxt "securitytrustpage|by"
msgid "Issued by"
msgstr "Emitido por"
#. Pw4BC
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:159
msgctxt "securitytrustpage|date"
msgid "Expiration date"
msgstr "Fecha de vencimiento"
#. TGvvm
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:170
msgctxt "extended_tip|certificates"
msgid "Lists the trusted certificates."
msgstr "Enumera los certificados de confianza."
#. xWF8D
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:205
msgctxt "securitytrustpage|label3"
msgid "Trusted Certificates"
msgstr "Certificados de confianza"
#. zSbBE
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:247
msgctxt "securitytrustpage|label8"
msgid "Document macros are always executed if they have been opened from one of the following locations."
msgstr "Las macros de documentos se ejecutan siempre si se han abierto desde una de las ubicaciones siguientes."
#. TKC76
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:266
msgctxt "securitytrustpage|addfile"
msgid "A_dd..."
msgstr "A_ñadir…"
#. 9bJoL
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:273
msgctxt "extended_tip|addfile"
msgid "Opens a folder selection dialog. Select a folder from which all macros are allowed to execute."
msgstr "Abre un diálogo de selección de carpetas. Seleccione una carpeta desde la que se puedan ejecutar todas las macros."
#. jSg2w
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:292
msgctxt "extended_tip|removefile"
msgid "Removes the selected folder from the list of trusted file locations."
msgstr "Quita la carpeta seleccionada de la lista de ubicaciones de archivos de confianza."
#. yZBo6
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:343
msgctxt "extended_tip|locations"
msgid "Document macros are only executed if they have been opened from one of the following locations."
msgstr "Las macros de los documentos solo se ejecutan si fueron abiertas desde una de las siguientes ubicaciones."
#. irXcj
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:381
msgctxt "securitytrustpage|label4"
msgid "Trusted File Locations"
msgstr "Ubicaciones de archivo de confianza"
#. 8PVzB
#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:24
msgctxt "selectcertificatedialog|SelectCertificateDialog"
msgid "Select Certificate"
msgstr "Seleccione un certificado"
#. 5iWSE
#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:105
msgctxt "selectcertificatedialog|sign"
msgid "Select the certificate you want to use for signing:"
msgstr "Seleccione el certificado que se utilizará para firmar:"
#. jcCAA
#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:117
msgctxt "selectcertificatedialog|encrypt"
msgid "Select the certificate you want to use for encryption:"
msgstr "Seleccione el certificado que se utilizará para cifrar:"
#. 69438
#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:150
msgctxt "selectcertificatedialog|issuedto"
msgid "Issued to"
msgstr "Emitido a"
#. qiZ9B
#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:163
msgctxt "selectcertificatedialog|issuedby"
msgid "Issued by"
msgstr "Emitido por"
#. 7GEah
#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:176
msgctxt "selectcertificatedialog|type"
msgid "Type"
msgstr "Tipo"
#. BCy3f
#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:189
msgctxt "selectcertificatedialog|expiration"
msgid "Expiration date"
msgstr "Fecha de vencimiento"
#. MtTXb
#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:202
msgctxt "selectcertificatedialog|usage"
msgid "Certificate usage"
msgstr "Uso de certificados"
#. uwjMQ
#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:221
msgctxt "selectcertificatedialog|viewcert"
msgid "View Certificate..."
msgstr "Ver certificado…"
#. dbgmP
#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:241
msgctxt "selectcertificatedialog|label2"
msgid "Description:"
msgstr "Descripción:"
#. nBkSy
#: xmlsecurity/uiconfig/ui/viewcertdialog.ui:8
msgctxt "viewcertdialog|ViewCertDialog"
msgid "View Certificate"
msgstr "Ver certificado"
#. egPCd
#: xmlsecurity/uiconfig/ui/viewcertdialog.ui:110
msgctxt "viewcertdialog|general"
msgid "General"
msgstr "General"
#. A9Dfz
#: xmlsecurity/uiconfig/ui/viewcertdialog.ui:156
msgctxt "viewcertdialog|details"
msgid "Details"
msgstr "Detalles"
#. YwLMi
#: xmlsecurity/uiconfig/ui/viewcertdialog.ui:203
msgctxt "viewcertdialog|path"
msgid "Certification Path"
msgstr "Ruta de certificación"
|