-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathes.po
6780 lines (5353 loc) · 160 KB
/
es.po
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
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Spanish translation for Vim vim:set foldmethod=marker:
#
# Do ":help uganda" in Vim to read copying and usage conditions.
# Do ":help credits" in Vim to see a list of people who contributed.
#
# FIRST AUTHOR Eduardo F. Amatria <eferna1@platea.pntic.mec.es>, 2001.
#
#
msgid ""
msgstr ""
"Project-Id-Version: Vim 6.3a.16 (Español)\n"
"Report-Msgid-Bugs-To: Alejandro López-Valencia <dradul@yahoo.com>\n"
"POT-Creation-Date: 2004-05-12 18:38-0500\n"
"PO-Revision-Date: 2004-05-12 20:34-0500\n"
"Last-Translator: Alejandro López-Valencia <dradul@yahoo.com>\n"
"Language-Team: Alejandro López-Valencia <dradul@yahoo.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
#: buffer.c:102
msgid "E82: Cannot allocate any buffer, exiting..."
msgstr "E82: No se puede asignar memoria para ningún «buffer», saliendo..."
#: buffer.c:105
msgid "E83: Cannot allocate buffer, using other one..."
msgstr "E83: No se puede asignar memoria para el «buffer», usando otro..."
#: buffer.c:805
msgid "E515: No buffers were unloaded"
msgstr "E515: No se descargó ningún «buffer»."
#: buffer.c:807
msgid "E516: No buffers were deleted"
msgstr "E516: No se borró ningún «buffer»."
#: buffer.c:809
msgid "E517: No buffers were wiped out"
msgstr "E517: No se eliminó ningún «buffer»."
#: buffer.c:817
msgid "1 buffer unloaded"
msgstr "Un «buffer» descargado."
#: buffer.c:819
#, c-format
msgid "%d buffers unloaded"
msgstr "%d «buffers» descargados."
#: buffer.c:824
msgid "1 buffer deleted"
msgstr "Un «buffer» suprimido."
#: buffer.c:826
#, c-format
msgid "%d buffers deleted"
msgstr "%d «buffers» suprimidos."
#: buffer.c:831
msgid "1 buffer wiped out"
msgstr "1 «buffer» eliminado."
#: buffer.c:833
#, c-format
msgid "%d buffers wiped out"
msgstr "%d «buffers» eliminados."
#: buffer.c:894
msgid "E84: No modified buffer found"
msgstr "E84: No he encontrado ningún «buffer» modificado."
#. back where we started, didn't find anything.
#: buffer.c:933
msgid "E85: There is no listed buffer"
msgstr "E85: No hay «buffers» en la lista."
#: buffer.c:945
#, c-format
msgid "E86: Buffer %ld does not exist"
msgstr "E86: El «buffer» %ld no existe."
#: buffer.c:948
msgid "E87: Cannot go beyond last buffer"
msgstr "E87: No puedo ir más allá del último «buffer»."
#: buffer.c:950
msgid "E88: Cannot go before first buffer"
msgstr "E88: No puedo ir más atrás del primer buffer."
#: buffer.c:988
#, c-format
msgid "E89: No write since last change for buffer %ld (add ! to override)"
msgstr ""
"E89: No ha guardado el fichero desde el último cambio del «buffer» %ld "
"(añada ! para forzar)."
#: buffer.c:1005
msgid "E90: Cannot unload last buffer"
msgstr "E90: No se puede descargar el último buffer."
#: buffer.c:1538
msgid "W14: Warning: List of file names overflow"
msgstr "W14: Advertencia: lista de nombres de ficheros demasiado larga."
#: buffer.c:1709
#, c-format
msgid "E92: Buffer %ld not found"
msgstr "E92: No se ha encontrado el buffer %ld"
#: buffer.c:1940
#, c-format
msgid "E93: More than one match for %s"
msgstr "E93: Más de una coincidencia con %s."
#: buffer.c:1942
#, c-format
msgid "E94: No matching buffer for %s"
msgstr "E94: No hay un buffer que coincida con %s."
#: buffer.c:2337
#, c-format
msgid "line %ld"
msgstr "línea %ld"
#: buffer.c:2420
msgid "E95: Buffer with this name already exists"
msgstr "E95: Ya existe un buffer con este nombre."
#: buffer.c:2713
msgid " [Modified]"
msgstr " [Modificado]"
#: buffer.c:2718
msgid "[Not edited]"
msgstr "[Sin editar]"
#: buffer.c:2723
msgid "[New file]"
msgstr "[Fichero nuevo]"
#: buffer.c:2724
msgid "[Read errors]"
msgstr "[Errores de lectura]"
#: buffer.c:2726 fileio.c:2112
msgid "[readonly]"
msgstr "[Sólo lectura]"
#: buffer.c:2747
#, c-format
msgid "1 line --%d%%--"
msgstr "1 línea --%d%%--"
#: buffer.c:2749
#, c-format
msgid "%ld lines --%d%%--"
msgstr "%ld líneas --%d%%--"
#: buffer.c:2756
#, c-format
msgid "line %ld of %ld --%d%%-- col "
msgstr "línea %ld de %ld --%d%%-- col "
#: buffer.c:2864
msgid "[No file]"
msgstr "[Sin fichero]"
# must be a help buffer
#. must be a help buffer
#: buffer.c:2904
msgid "help"
msgstr "ayuda"
#: buffer.c:3463 screen.c:5075
msgid "[help]"
msgstr "[ayuda]"
#: buffer.c:3495 screen.c:5081
msgid "[Preview]"
msgstr "[Vista previa]"
#: buffer.c:3775
msgid "All"
msgstr "Todo"
#: buffer.c:3775
msgid "Bot"
msgstr "Final"
#: buffer.c:3777
msgid "Top"
msgstr "Comienzo"
#: buffer.c:4523
msgid ""
"\n"
"# Buffer list:\n"
msgstr ""
"\n"
"# Lista de «buffers»:\n"
#: buffer.c:4556
msgid "[Error List]"
msgstr "[Lista de errores]"
#: buffer.c:4569 memline.c:1520
msgid "[No File]"
msgstr "[Sin fichero]"
#: buffer.c:4882
msgid ""
"\n"
"--- Signs ---"
msgstr ""
"\n"
"--- Signos ---"
#: buffer.c:4901
#, c-format
msgid "Signs for %s:"
msgstr "Signos para %s"
#: buffer.c:4907
#, c-format
msgid " line=%ld id=%d name=%s"
msgstr " línea=%ld id=%d nombre=%s"
#: diff.c:139
#, c-format
msgid "E96: Can not diff more than %ld buffers"
msgstr "E96: No puedo usar «diff» con más de %ld «buffers»."
#: diff.c:713
msgid "E97: Cannot create diffs"
msgstr "E97: No puedo crear «diffs»."
#: diff.c:818
msgid "Patch file"
msgstr "Fichero de parches."
#: diff.c:1069
msgid "E98: Cannot read diff output"
msgstr "E98: no puedo leer la salida de «diff»."
#: diff.c:1819
msgid "E99: Current buffer is not in diff mode"
msgstr "E99: El «buffer» actual no está en modo «diff»."
#: diff.c:1831
msgid "E100: No other buffer in diff mode"
msgstr "E100: Ningún otro «buffer» está en modo «diff»."
#: diff.c:1839
msgid "E101: More than two buffers in diff mode, don't know which one to use"
msgstr "E101: Más de dos «buffers» en modo «diff», no se cual usar."
#: diff.c:1862
#, c-format
msgid "E102: Can't find buffer \"%s\""
msgstr "E102: No puedo encontrar el «buffer» «%s»."
#: diff.c:1868
#, c-format
msgid "E103: Buffer \"%s\" is not in diff mode"
msgstr "E103: El «buffer» «%s» no está en modo «diff»."
#: digraph.c:2199
msgid "E104: Escape not allowed in digraph"
msgstr "E104: El código de escape no se permite en un dígrafo."
#: digraph.c:2384
msgid "E544: Keymap file not found"
msgstr "E544: No encontré el fichero «keymap»."
#: digraph.c:2411
msgid "E105: Using :loadkeymap not in a sourced file"
msgstr "E105: «:loadkeymap» en un fichero que no contiene instrucciones ejecutables."
#: edit.c:40
msgid " Keyword completion (^N^P)"
msgstr " Completar palabra clave (^N^P)."
# ctrl_x_mode == 0, ^P/^N compl.
#. ctrl_x_mode == 0, ^P/^N compl.
#: edit.c:41
msgid " ^X mode (^E^Y^L^]^F^I^K^D^V^N^P)"
msgstr " modo ^X (^E^Y^L^]^F^I^K^D^V^N^P)."
# Scroll has it's own msgs, in it's place there is the msg for local
# * ctrl_x_mode = 0 (eg continue_status & CONT_LOCAL) -- Acevedo
#. Scroll has it's own msgs, in it's place there is the msg for local
#. * ctrl_x_mode = 0 (eg continue_status & CONT_LOCAL) -- Acevedo
#: edit.c:44
msgid " Keyword Local completion (^N^P)"
msgstr " Completar palabra clave local (^N^P)."
#: edit.c:45
msgid " Whole line completion (^L^N^P)"
msgstr " Completar toda la línea (^L^N^P)."
#: edit.c:46
msgid " File name completion (^F^N^P)"
msgstr " Completar nombre de fichero (^F^N^P)."
#: edit.c:47
msgid " Tag completion (^]^N^P)"
msgstr " Completar «tag» (^]^N^P)."
#: edit.c:48
msgid " Path pattern completion (^N^P)"
msgstr " Completar patrón de ruta (^N^P)."
#: edit.c:49
msgid " Definition completion (^D^N^P)"
msgstr " Completar definición (^D^N^P)."
#: edit.c:51
msgid " Dictionary completion (^K^N^P)"
msgstr " Completar diccionario (^K^N^P)."
#: edit.c:52
msgid " Thesaurus completion (^T^N^P)"
msgstr " Completar diccionario de sinónimos (^T^N^P)."
#: edit.c:53
msgid " Command-line completion (^V^N^P)"
msgstr " Completar línea de comandos (^V^N^P)."
#: edit.c:56
msgid "Hit end of paragraph"
msgstr "He llegado al final del párrafo."
#: edit.c:962
msgid "'thesaurus' option is empty"
msgstr "La opción «thesaurus» está vacía."
#: edit.c:1166
msgid "'dictionary' option is empty"
msgstr "La opción «dictionary» está vacía."
#: edit.c:2162
#, c-format
msgid "Scanning dictionary: %s"
msgstr "Buscando en el diccionario: %s."
#: edit.c:2368
msgid " (insert) Scroll (^E/^Y)"
msgstr " (insertar) «Scroll» (^E/^Y)."
#: edit.c:2370
msgid " (replace) Scroll (^E/^Y)"
msgstr " (reemplazar) «Scroll» (^E/^Y)."
#: edit.c:2684
#, c-format
msgid "Scanning: %s"
msgstr "Buscando: %s."
#: edit.c:2719
msgid "Scanning tags."
msgstr "Buscando «tags»."
#: edit.c:3381
msgid " Adding"
msgstr "Añadiendo."
# showmode might reset the internal line pointers, so it must
# * be called before line = ml_get(), or when this address is no
# * longer needed. -- Acevedo.
#. showmode might reset the internal line pointers, so it must
#. * be called before line = ml_get(), or when this address is no
#. * longer needed. -- Acevedo.
#.
#: edit.c:3430
msgid "-- Searching..."
msgstr "-- Buscando..."
#: edit.c:3486
msgid "Back at original"
msgstr "De vuelta al original."
#: edit.c:3491
msgid "Word from other line"
msgstr "Palabra de otra línea."
#: edit.c:3496
msgid "The only match"
msgstr "La única coincidencia."
#: edit.c:3555
#, c-format
msgid "match %d of %d"
msgstr "coincidencia %d de %d."
#: edit.c:3558
#, c-format
msgid "match %d"
msgstr "coincidencia %d."
# Skip further arguments but do continue to
# * search for a trailing command.
#. Skip further arguments but do continue to
#. * search for a trailing command.
#: eval.c:1024
#, c-format
msgid "E106: Unknown variable: \"%s\""
msgstr "E106: Variable desconocida: «%s»."
#: eval.c:1320
#, c-format
msgid "E107: Missing braces: %s"
msgstr "E107: Faltan llaves: %s."
#: eval.c:1435 eval.c:1449
#, c-format
msgid "E108: No such variable: \"%s\""
msgstr "E108: No existe tal variable: «%s»."
#: eval.c:1705
msgid "E109: Missing ':' after '?'"
msgstr "E109: Falta «:» después de «?»."
#: eval.c:2327
msgid "E110: Missing ')'"
msgstr "E110: Falta un «)»."
#: eval.c:2389
msgid "E111: Missing ']'"
msgstr "E111: Falta un «]»."
#: eval.c:2466
#, c-format
msgid "E112: Option name missing: %s"
msgstr "E112: Falta el nombre de la opción: %s."
#: eval.c:2484
#, c-format
msgid "E113: Unknown option: %s"
msgstr "E113: Opción desconocida: %s."
#: eval.c:2555
#, c-format
msgid "E114: Missing quote: %s"
msgstr "E114: Faltan comillas: %s."
#: eval.c:2698
#, c-format
msgid "E115: Missing quote: %s"
msgstr "E115: Faltan comillas: %s."
#: eval.c:3054
#, c-format
msgid "E116: Invalid arguments for function %s"
msgstr "E116: Argumentos no válidos para la función %s."
#: eval.c:3083
#, c-format
msgid "E117: Unknown function: %s"
msgstr "E117: Función desconocida: %s."
#: eval.c:3084
#, c-format
msgid "E118: Too many arguments for function: %s"
msgstr "E118: Demasiados argumentos para la función: %s."
#: eval.c:3085
#, c-format
msgid "E119: Not enough arguments for function: %s"
msgstr "E119: Argumentos insuficientes para la función: %s."
#: eval.c:3086
#, c-format
msgid "E120: Using <SID> not in a script context: %s"
msgstr "E120: Usando <SID> en un contexto que no es de «script»: %s."
# * Yes this is ugly, I don't particularly like it either. But doing it
# * this way has the compelling advantage that translations need not to
# * be touched at all. See below what 'ok' and 'ync' are used for.
#.
#. * Yes this is ugly, I don't particularly like it either. But doing it
#. * this way has the compelling advantage that translations need not to
#. * be touched at all. See below what 'ok' and 'ync' are used for.
#.
#: eval.c:3687 gui.c:4382 gui_gtk.c:2059
msgid "&Ok"
msgstr "&Ok"
#: eval.c:4226
#, c-format
msgid "+-%s%3ld lines: "
msgstr "+-%s%3ld líneas: "
#: eval.c:5477
msgid ""
"&OK\n"
"&Cancel"
msgstr ""
"&Aceptar\n"
"&Cancelar"
#: eval.c:5517
msgid "called inputrestore() more often than inputsave()"
msgstr "He llamado a «inputrestore()» más veces que a «inputsave()»."
#: eval.c:5977
msgid "E655: Too many symbolic links (cycle?)"
msgstr "E655: Hay demasiados enlaces symbólicos (¿referencia circular?)"
#: eval.c:6609
msgid "E240: No connection to Vim server"
msgstr "E240: Sin conexión al servidor Vim."
#: eval.c:6706
msgid "E277: Unable to read a server reply"
msgstr "E277: Incapaz de leer una respuesta del servidor."
#: eval.c:6734
msgid "E258: Unable to send to client"
msgstr "E258: Incapaz de enviar al cliente."
#: eval.c:6782
#, c-format
msgid "E241: Unable to send to %s"
msgstr "E241: Incapaz de enviar a %s."
#: eval.c:6882
msgid "(Invalid)"
msgstr "(No válido)"
#: eval.c:8060
#, c-format
msgid "E121: Undefined variable: %s"
msgstr "E121: Variable sin definir: %s."
#: eval.c:8492
#, c-format
msgid "E461: Illegal variable name: %s"
msgstr "E244: ¡Nombre ilegal para una variable! %s"
#: eval.c:8784
#, c-format
msgid "E122: Function %s already exists, add ! to replace it"
msgstr "E226: La función %s ya existe, añada «!» para reemplazarla."
#: eval.c:8857
#, c-format
msgid "E123: Undefined function: %s"
msgstr "E123: Función sin definir: %s."
#: eval.c:8870
#, c-format
msgid "E124: Missing '(': %s"
msgstr "E124: Falta «(»: %s."
#: eval.c:8903
#, c-format
msgid "E125: Illegal argument: %s"
msgstr "E125: Argumento ilegal: %s."
#: eval.c:8982
msgid "E126: Missing :endfunction"
msgstr "E126: Falta «:endfunction»."
#: eval.c:9089
#, c-format
msgid "E127: Cannot redefine function %s: It is in use"
msgstr "E127: No se puede redefinir la función %s: está en uso."
#: eval.c:9159
msgid "E129: Function name required"
msgstr "E129: Se requiere el nombre de la función."
#: eval.c:9210
#, c-format
msgid "E128: Function name must start with a capital: %s"
msgstr "E128: El nombre de la función debe empezar con mayúscula: %s."
#: eval.c:9402
#, c-format
msgid "E130: Undefined function: %s"
msgstr "E130: Función sin definir: %s."
#: eval.c:9407
#, c-format
msgid "E131: Cannot delete function %s: It is in use"
msgstr "E131: No se puede eliminar la función %s: está en uso."
#: eval.c:9455
msgid "E132: Function call depth is higher than 'maxfuncdepth'"
msgstr ""
"E132: La profundidad de la llamada a la función es mayor que «maxfuncdepth»."
# always scroll up, don't overwrite
#. always scroll up, don't overwrite
#: eval.c:9508
#, c-format
msgid "calling %s"
msgstr "Llamando a %s."
#: eval.c:9570
#, c-format
msgid "%s aborted"
msgstr "He abortado a %s."
#: eval.c:9572
#, c-format
msgid "%s returning #%ld"
msgstr "%s devuelve #%ld."
#: eval.c:9579
#, c-format
msgid "%s returning \"%s\""
msgstr "%s devuelve «%s»."
# always scroll up, don't overwrite
#. always scroll up, don't overwrite
#: eval.c:9595 ex_cmds2.c:2365
#, c-format
msgid "continuing in %s"
msgstr "continuando en %s."
#: eval.c:9621
msgid "E133: :return not inside a function"
msgstr "E133: «:return» no está dentro de una función."
#: eval.c:9952
msgid ""
"\n"
"# global variables:\n"
msgstr ""
"\n"
"# variables globales:\n"
#: ex_cmds.c:92
#, c-format
msgid "<%s>%s%s %d, Hex %02x, Octal %03o"
msgstr "<%s>%s%s %d, Hex %02x, Octal %03o"
#: ex_cmds.c:118
#, c-format
msgid "> %d, Hex %04x, Octal %o"
msgstr "> %d, Hex %04x, Octal %o"
#: ex_cmds.c:119
#, c-format
msgid "> %d, Hex %08x, Octal %o"
msgstr "> %d, Hex %08x, Octal %o"
#: ex_cmds.c:430
msgid "E134: Move lines into themselves"
msgstr "E134: Moviendo líneas sobre sí mismas."
#: ex_cmds.c:499
msgid "1 line moved"
msgstr "1 línea movida."
#: ex_cmds.c:501
#, c-format
msgid "%ld lines moved"
msgstr "%ld líneas movidas."
#: ex_cmds.c:924
#, c-format
msgid "%ld lines filtered"
msgstr "%ld líneas filtradas."
#: ex_cmds.c:952
msgid "E135: *Filter* Autocommands must not change current buffer"
msgstr "E135: *Filtro* Los autocomandos no deben cambiar el «buffer» en curso."
#: ex_cmds.c:1037
msgid "[No write since last change]\n"
msgstr "[No se ha escrito al disco nada desde el último cambio]\n"
#: ex_cmds.c:1283
#, c-format
msgid "%sviminfo: %s in line: "
msgstr "%sviminfo: %s en la línea: "
#: ex_cmds.c:1288
msgid "E136: viminfo: Too many errors, skipping rest of file"
msgstr "E136: viminfo: Hay demasiados errores, omitiendo el resto del fichero."
#: ex_cmds.c:1323
#, c-format
msgid "Reading viminfo file \"%s\"%s%s%s"
msgstr "Leyendo el fichero «viminfo» «%s»%s%s%s"
#: ex_cmds.c:1324
msgid " info"
msgstr " info"
#: ex_cmds.c:1325
msgid " marks"
msgstr " marcas"
#: ex_cmds.c:1326
msgid " FAILED"
msgstr " FALLÓ"
#: ex_cmds.c:1418
#, c-format
msgid "E137: Viminfo file is not writable: %s"
msgstr "E137: No hay permiso de escritura para el fichero viminfo: %s"
#: ex_cmds.c:1543
#, c-format
msgid "E138: Can't write viminfo file %s!"
msgstr "E138: ¡No puedo escribir el fichero viminfo %s!"
#: ex_cmds.c:1551
#, c-format
msgid "Writing viminfo file \"%s\""
msgstr "Escribiendo fichero viminfo «%s»"
# Write the info:
#. Write the info:
#: ex_cmds.c:1649
#, c-format
msgid "# This viminfo file was generated by Vim %s.\n"
msgstr "# Este fichero viminfo fue generado por Vim %s.\n"
#: ex_cmds.c:1651
msgid ""
"# You may edit it if you're careful!\n"
"\n"
msgstr ""
"# Usted puede editarlo, ¡solo si tiene cuidado!\n"
"\n"
#: ex_cmds.c:1653
msgid "# Value of 'encoding' when this file was written\n"
msgstr "# Valor de «encoding» cuando se escribió este fichero\n"
#: ex_cmds.c:1752
msgid "Illegal starting char"
msgstr "Carácter de comienzo ilegal"
#: ex_cmds.c:2097 ex_cmds.c:2362 ex_cmds2.c:763
msgid "Save As"
msgstr "Guardar como"
# Overwriting a file that is loaded in another buffer is not a
# * good idea.
#. Overwriting a file that is loaded in another buffer is not a
#. * good idea.
#: ex_cmds.c:2140
msgid "E139: File is loaded in another buffer"
msgstr "E139: El fichero está cargado en otro «buffer»."
#: ex_cmds.c:2174
msgid "Write partial file?"
msgstr "¿Escribir un fichero parcial?"
#: ex_cmds.c:2181
msgid "E140: Use ! to write partial buffer"
msgstr "E140: Use ! para escribir un «buffer» parcial."
#: ex_cmds.c:2296
#, c-format
msgid "Overwrite existing file \"%.*s\"?"
msgstr "¿Escribir sobre el fichero existente «%.*s»?"
#: ex_cmds.c:2367
#, c-format
msgid "E141: No file name for buffer %ld"
msgstr "E141: No existe un nombre de fichero para el «buffer» %ld"
#: ex_cmds.c:2405
msgid "E142: File not written: Writing is disabled by 'write' option"
msgstr ""
"E142: No se ha escrito el fichero: escritura desactivada por la opción "
"«write»."
#: ex_cmds.c:2425
#, c-format
msgid ""
"'readonly' option is set for \"%.*s\".\n"
"Do you wish to write anyway?"
msgstr ""
"Se ha activado la opción «readonly» para «%.*s».\n"
"¿Quiere escribirlo de todas formas?"
#: ex_cmds.c:2597
msgid "Edit File"
msgstr "Editar fichero"
#: ex_cmds.c:3205
#, c-format
msgid "E143: Autocommands unexpectedly deleted new buffer %s"
msgstr ""
"E143: Los autocomandos han eliminado inesperadamente el nuevo «buffer» %s"
#: ex_cmds.c:3339
msgid "E144: non-numeric argument to :z"
msgstr "E144: Argumento no numérico para «:z»."
#: ex_cmds.c:3424
msgid "E145: Shell commands not allowed in rvim"
msgstr "E145: Rvim no permite acceso al procesador de comandos."
#: ex_cmds.c:3531
msgid "E146: Regular expressions can't be delimited by letters"
msgstr "E146: Las expresiones regulares no se pueden delimitar con letras."
#: ex_cmds.c:3877
#, c-format
msgid "replace with %s (y/n/a/q/l/^E/^Y)?"
msgstr "¿Reemplazar con %s (y/n/a/q/l/^E/^Y)?"
#: ex_cmds.c:4270
msgid "(Interrupted) "
msgstr "(Interrumpido)"
#: ex_cmds.c:4274
msgid "1 substitution"
msgstr "1 sustitución"
#: ex_cmds.c:4276
#, c-format
msgid "%ld substitutions"
msgstr "%ld sustituciones"
#: ex_cmds.c:4279
msgid " on 1 line"
msgstr " en 1 línea"
#: ex_cmds.c:4281
#, c-format
msgid " on %ld lines"
msgstr " en %ld líneas"
#: ex_cmds.c:4332
msgid "E147: Cannot do :global recursive"
msgstr "E147: «:global» no puede ser recursivo."
#: ex_cmds.c:4367
msgid "E148: Regular expression missing from global"
msgstr "E148: Falta una expresión regular en el comando global."
#: ex_cmds.c:4416
#, c-format
msgid "Pattern found in every line: %s"
msgstr "Patrón encontrado en cada línea: %s"
#: ex_cmds.c:4497
msgid ""
"\n"
"# Last Substitute String:\n"
"$"
msgstr ""
"\n"
"# Última cadena de sustitución:\n"
"$"
#: ex_cmds.c:4598
msgid "E478: Don't panic!"
msgstr "E478: ¡No entre en pánico!"
#: ex_cmds.c:4650
#, c-format
msgid "E661: Sorry, no '%s' help for %s"
msgstr "E149: Lo siento, no hay ayuda «%s» para %s."
#: ex_cmds.c:4653
#, c-format
msgid "E149: Sorry, no help for %s"
msgstr "E149: Lo siento, no hay ayuda para %s"
#: ex_cmds.c:4687
#, c-format
msgid "Sorry, help file \"%s\" not found"
msgstr "Lo siento, no encuentro el fichero de ayuda «%s»."
#: ex_cmds.c:5170
#, c-format
msgid "E150: Not a directory: %s"
msgstr "E150: No es un directorio: %s"
#: ex_cmds.c:5309
#, c-format
msgid "E152: Cannot open %s for writing"
msgstr "E152: No se puede abrir %s para escritura."
#: ex_cmds.c:5345
#, c-format
msgid "E153: Unable to open %s for reading"
msgstr "E153: Incapaz de abrir %s para lectura"
#: ex_cmds.c:5367
#, c-format
msgid "E670: Mix of help file encodings within a language: %s"
msgstr ""
"E670: Mezcla de codificaciones de ficheros de ayuda dentro de un lenguaje: %s"
#: ex_cmds.c:5445
#, c-format
msgid "E154: Duplicate tag \"%s\" in file %s"
msgstr "E154: Tag «%s» duplicada en el fichero %s"
#: ex_cmds.c:5557
#, c-format
msgid "E160: Unknown sign command: %s"
msgstr "E160: Comando desconocido de signo: %s"
#: ex_cmds.c:5577
msgid "E156: Missing sign name"
msgstr "E156: Falta el nombre del signo."
#: ex_cmds.c:5623
msgid "E612: Too many signs defined"
msgstr "E612: Demasiados signos definidos."
#: ex_cmds.c:5691
#, c-format
msgid "E239: Invalid sign text: %s"
msgstr "E239: Texto de signo no válido: %s"
#: ex_cmds.c:5722 ex_cmds.c:5913
#, c-format
msgid "E155: Unknown sign: %s"
msgstr "E155: Signo desconocida: %s"
#: ex_cmds.c:5771
msgid "E159: Missing sign number"
msgstr "E159: Falta el número del signo."
#: ex_cmds.c:5853
#, c-format
msgid "E158: Invalid buffer name: %s"
msgstr "E159: El nombre del «buffer» no es válido: %s"
#: ex_cmds.c:5892
#, c-format
msgid "E157: Invalid sign ID: %ld"
msgstr "E157: El id del signo no es válido: %ld"
#: ex_cmds.c:5962
msgid " (NOT FOUND)"
msgstr " (NO ENCONTRADO)"
#: ex_cmds.c:5964
msgid " (not supported)"
msgstr " (no hay apoyo para la función pedida)"
#: ex_cmds.c:6063
msgid "[Deleted]"
msgstr "[Suprimido]"
#: ex_cmds2.c:92
msgid "Entering Debug mode. Type \"cont\" to continue."
msgstr "Entrando al modo de depuración. Oprima \"cont\" para continuar."
#: ex_cmds2.c:96 ex_docmd.c:966
#, c-format
msgid "line %ld: %s"
msgstr "línea %ld: %s"
#: ex_cmds2.c:98
#, c-format
msgid "cmd: %s"
msgstr "cmd: %s"
#: ex_cmds2.c:290
#, c-format
msgid "Breakpoint in \"%s%s\" line %ld"
msgstr "«Breakpoint» en «%s%s» línea %ld"
#: ex_cmds2.c:540
#, c-format
msgid "E161: Breakpoint not found: %s"
msgstr "E161: No se ha encontrado el «breakpoint»: %s"
#: ex_cmds2.c:566
msgid "No breakpoints defined"
msgstr "No hay «breakpoints» definidos."
#: ex_cmds2.c:571
#, c-format
msgid "%3d %s %s line %ld"
msgstr "%3d %s %s línea %ld"
#: ex_cmds2.c:786
#, c-format
msgid "Save changes to \"%.*s\"?"
msgstr "¿Guardar los cambios en «%.*s»?"
#: ex_cmds2.c:788 ex_docmd.c:9378
msgid "Untitled"
msgstr "Sin título"
#: ex_cmds2.c:915
#, c-format
msgid "E162: No write since last change for buffer \"%s\""
msgstr "E162: No se ha grabado nada desde el último cambio en el buffer «%s»"
#: ex_cmds2.c:984
msgid "Warning: Entered other buffer unexpectedly (check autocommands)"
msgstr ""
"Advertencia: se ha entrado en otro «buffer» en forma inesperada (verifique "