-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathca.po
6341 lines (4949 loc) · 151 KB
/
ca.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
# Catalan messages for vim.
# Copyright (C) 2003, 2004, Ernest Adrogué <eadrogue@gmx.net>.
# This file is distributed under the GNU General Public License.
#
msgid ""
msgstr ""
"Project-Id-Version: vim 6.2\n"
"POT-Creation-Date: 2003-11-01 20:10+0100\n"
"PO-Revision-Date: 2004-01-19 13:57+0100\n"
"Last-Translator: Ernest Adrogué <eadrogue@gmx.net>\n"
"Language-Team: Catalan <ca@dodds.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
#: buffer.c:97
msgid "E82: Cannot allocate any buffer, exiting..."
msgstr "E82: No s'ha pogut assignar memòria per cap buffer, sortint..."
#: buffer.c:100
msgid "E83: Cannot allocate buffer, using other one..."
msgstr "E83: No s'ha pogut assignar memòria pel buffer, usant-ne un altre..."
# unload: Treu el buffer de la memòria però el deixa a la llista
# delete: Treu el buffer de la memòria i de la llista de buffers
# wipe out: Elimina el buffer amb totes les opcions, marques, etc.
#
#: buffer.c:797
msgid "E515: No buffers were unloaded"
msgstr "E515: No s'ha alliberat cap buffer"
#: buffer.c:799
msgid "E516: No buffers were deleted"
msgstr "E516: No s'ha eliminat cap buffer"
#: buffer.c:801
msgid "E517: No buffers were wiped out"
msgstr "E517: No s'ha destruït cap buffer"
#: buffer.c:809
msgid "1 buffer unloaded"
msgstr "S'ha alliberat 1 buffer"
#: buffer.c:811
#, c-format
msgid "%d buffers unloaded"
msgstr "S'han alliberat %d buffers"
#: buffer.c:816
msgid "1 buffer deleted"
msgstr "S'ha eliminat 1 buffer"
#: buffer.c:818
#, c-format
msgid "%d buffers deleted"
msgstr "S'han eliminat %d buffers"
#: buffer.c:823
msgid "1 buffer wiped out"
msgstr "S'ha destruït 1 buffer"
#: buffer.c:825
#, c-format
msgid "%d buffers wiped out"
msgstr "S'han destruït %d buffers"
#: buffer.c:886
msgid "E84: No modified buffer found"
msgstr "E84: No s'ha trobat cap buffer modificat"
#. back where we started, didn't find anything.
#: buffer.c:925
msgid "E85: There is no listed buffer"
msgstr "E85: No hi ha cap buffer a la llista"
#: buffer.c:937
#, c-format
msgid "E86: Cannot go to buffer %ld"
msgstr "E86: No s'ha pogut anar al buffer %ld"
#: buffer.c:940
msgid "E87: Cannot go beyond last buffer"
msgstr "E87: No es pot anar més enllà de l'últim buffer"
#: buffer.c:942
msgid "E88: Cannot go before first buffer"
msgstr "E88: No es pot anar més enllà del primer buffer"
#: buffer.c:966
#, c-format
msgid "E89: No write since last change for buffer %ld (add ! to override)"
msgstr "E89: No s'ha desat el buffer %ld (afegiu ! per confirmar)"
#: buffer.c:982
msgid "E90: Cannot unload last buffer"
msgstr "E90: No es pot alliberar l'últim buffer"
#: buffer.c:1500
msgid "W14: Warning: List of file names overflow"
msgstr "W14: Atenció: S'ha desbordat la llista de noms de fitxers"
#: buffer.c:1671
#, c-format
msgid "E92: Buffer %ld not found"
msgstr "E92: No s'ha trobat el buffer %ld"
#: buffer.c:1902
#, c-format
msgid "E93: More than one match for %s"
msgstr "E93: Hi ha més d'una coincidència per %s"
#: buffer.c:1904
#, c-format
msgid "E94: No matching buffer for %s"
msgstr "E94: No hi ha cap coincidència per %s"
#: buffer.c:2299 ex_docmd.c:6560
#, c-format
msgid "line %ld"
msgstr "línia %ld"
#: buffer.c:2382
msgid "E95: Buffer with this name already exists"
msgstr "E95: Ja existeix un buffer amb aquest nom"
#: buffer.c:2675
msgid " [Modified]"
msgstr " [Modificat]"
#: buffer.c:2680
msgid "[Not edited]"
msgstr "[No editat]"
#: buffer.c:2685
msgid "[New file]"
msgstr "[Fitxer nou]"
#: buffer.c:2686
msgid "[Read errors]"
msgstr "[Lectura errònia]"
#: buffer.c:2688 fileio.c:1918
msgid "[readonly]"
msgstr "[només lectura]"
#: buffer.c:2703
#, c-format
msgid "1 line --%d%%--"
msgstr "1 línia --%d%%--"
#: buffer.c:2705
#, c-format
msgid "%ld lines --%d%%--"
msgstr "%ld línies --%d%%--"
#: buffer.c:2712
#, c-format
msgid "line %ld of %ld --%d%%-- col "
msgstr "línia %ld de %ld --%d%%-- col "
#: buffer.c:2813
msgid "[No file]"
msgstr "[Cap fitxer]"
#. must be a help buffer
#: buffer.c:2853
msgid "help"
msgstr "ajuda"
#: buffer.c:3412 screen.c:4996
msgid "[help]"
msgstr "[ajuda]"
#: buffer.c:3444 screen.c:5002
msgid "[Preview]"
msgstr "[Vista prèvia]"
#: buffer.c:3724
msgid "All"
msgstr "Tot"
#: buffer.c:3724
msgid "Bot"
msgstr "Baix"
#: buffer.c:3726
msgid "Top"
msgstr "Dalt"
#: buffer.c:4470
msgid ""
"\n"
"# Buffer list:\n"
msgstr "\n# Llista de buffers:\n"
#: buffer.c:4503
msgid "[Error List]"
msgstr "[Llista d'errors]"
#: buffer.c:4516 memline.c:1501
msgid "[No File]"
msgstr "[Cap fitxer]"
#: buffer.c:4819
msgid ""
"\n"
"--- Signs ---"
msgstr "\n--- Senyals ---"
#: buffer.c:4838
#, c-format
msgid "Signs for %s:"
msgstr "Senyals per %s:"
#: buffer.c:4844
#, c-format
msgid " line=%ld id=%d name=%s"
msgstr " línia=%ld id=%d nom=%s"
#: diff.c:133
#, c-format
msgid "E96: Can not diff more than %ld buffers"
msgstr "E96: No es poden mostrar diferències amb més de %ld buffers"
#: diff.c:651
msgid "E97: Cannot create diffs"
msgstr "E97: No s'han pogut mostrar les diferències"
# És el nom d'un diàleg. Menú "Split patched by..."
#: diff.c:750
msgid "Patch file"
msgstr "Fitxer de diferències"
#: diff.c:1001
msgid "E98: Cannot read diff output"
msgstr "E98: No s'ha pogut llegir la sortida de diff"
#: diff.c:1742
msgid "E99: Current buffer is not in diff mode"
msgstr "E99: El buffer actual no es troba en mode diff"
#: diff.c:1754
msgid "E100: No other buffer in diff mode"
msgstr "E100: No hi ha cap altre buffer en mode diff"
#: diff.c:1762
msgid "E101: More than two buffers in diff mode, don't know which one to use"
msgstr "E101: Hi ha més de 2 buffers en mode diff, no se sap quin usar"
#: diff.c:1785
#, c-format
msgid "E102: Can't find buffer \"%s\""
msgstr "E102: No s'ha trobat el buffer \"%s\""
#: diff.c:1791
#, c-format
msgid "E103: Buffer \"%s\" is not in diff mode"
msgstr "E103: El buffer \"%s\" no es troba en mode diff"
#: digraph.c:2172
msgid "E104: Escape not allowed in digraph"
msgstr "E104: No es permeten caràcters d'escapada en un dígraf"
#: digraph.c:2344
msgid "E544: Keymap file not found"
msgstr "E544: No s'ha trobat el fitxer de mapa de tecles"
# traducció de «sourced file». eac
#: digraph.c:2371
msgid "E105: Using :loadkeymap not in a sourced file"
msgstr "E105: L'ordre :loadkeymap només es pot usar en fitxers"
# buscar un nom, en lloc del verb «completar». eac
#: edit.c:40
msgid " Keyword completion (^N/^P)"
msgstr " Completar paraules clau (^N/^P)"
#. ctrl_x_mode == 0, ^P/^N compl.
#: edit.c:41
msgid " ^X mode (^E/^Y/^L/^]/^F/^I/^K/^D/^V/^N/^P)"
msgstr " Mode ^X (^E/^Y/^L/^]/^F/^I/^K/^D/^V/^N/^P)"
# buscar un nom, en lloc del verb «completar». eac
#. 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 paraules clau locals (^N/^P)"
# buscar un nom, en lloc del verb «completar». eac
#: edit.c:45
msgid " Whole line completion (^L/^N/^P)"
msgstr " Completar línies senceres (^L/^N/^P)"
# buscar un nom, en lloc del verb «completar». eac
#: edit.c:46
msgid " File name completion (^F/^N/^P)"
msgstr " Completar noms de fitxer (^F/^N/^P)"
# buscar un nom, en lloc del verb «completar». eac
#: edit.c:47
msgid " Tag completion (^]/^N/^P)"
msgstr " Completar etiquetes (^]/^N/^P)"
# buscar un nom, en lloc del verb «completar». eac
#: edit.c:48
msgid " Path pattern completion (^N/^P)"
msgstr " Completar ubicacions (^N/^P)"
# buscar un nom, en lloc del verb «completar». eac
#: edit.c:49
msgid " Definition completion (^D/^N/^P)"
msgstr " Completar definicions (^D/^N/^P)"
# buscar un nom, en lloc del verb «completar». eac
#: edit.c:51
msgid " Dictionary completion (^K/^N/^P)"
msgstr " Completar paraules de diccionari (^K/^N/^P)"
# buscar un nom, en lloc del verb «completar». eac
#: edit.c:52
msgid " Thesaurus completion (^T/^N/^P)"
msgstr " Completar sinònims (^T/^N/^P)"
# buscar un nom, en lloc del verb «completar». eac
#: edit.c:53
msgid " Command-line completion (^V/^N/^P)"
msgstr " Completar ordres (^V/^N/^P)"
#: edit.c:56
msgid "Hit end of paragraph"
msgstr "S'ha arribat al final del paràgraf"
#: edit.c:955
msgid "'thesaurus' option is empty"
msgstr "L'opció 'thesaurus' no està definida"
#: edit.c:1159
msgid "'dictionary' option is empty"
msgstr "L'opció 'dictionary' no està definida"
#: edit.c:2144
#, c-format
msgid "Scanning dictionary: %s"
msgstr "S'està examinant el diccionari: %s"
#: edit.c:2350
msgid " (insert) Scroll (^E/^Y)"
msgstr " (inserir) Desplaçar (^E/^Y)"
#: edit.c:2352
msgid " (replace) Scroll (^E/^Y)"
msgstr " (substituir) Desplaçar (^E/^Y)"
#: edit.c:2666
#, c-format
msgid "Scanning: %s"
msgstr "Examinant: %s"
#: edit.c:2701
msgid "Scanning tags."
msgstr "S'estan examinant les etiquetes."
#: edit.c:3363
msgid " Adding"
msgstr " Afegint"
#. 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:3412
msgid "-- Searching..."
msgstr "-- Cercant..."
#: edit.c:3468
msgid "Back at original"
msgstr "Original"
#: edit.c:3473
msgid "Word from other line"
msgstr "Paraula d'una altra línia"
#: edit.c:3478
msgid "The only match"
msgstr "Única coincidència"
#: edit.c:3537
#, c-format
msgid "match %d of %d"
msgstr "coincidència %d de %d"
#: edit.c:3540
#, c-format
msgid "match %d"
msgstr "coincidència %d"
#. Skip further arguments but do continue to
#. * search for a trailing command.
#: eval.c:979
#, c-format
msgid "E106: Unknown variable: \"%s\""
msgstr "E106: La variable és desconeguda: \"%s\""
#: eval.c:1275
#, c-format
msgid "E107: Missing braces: %s"
msgstr "E107: Falten parèntesis: %s"
#: eval.c:1380 eval.c:1394
#, c-format
msgid "E108: No such variable: \"%s\""
msgstr "E108: No existeix tal variable: \"%s\""
#: eval.c:1650
msgid "E109: Missing ':' after '?'"
msgstr "E109: Falta un ':' després de '?'"
#: eval.c:2266
msgid "E110: Missing ')'"
msgstr "E110: Falta un ')'"
#: eval.c:2323
msgid "E111: Missing ']'"
msgstr "E111: Falta un ']'"
#: eval.c:2399
#, c-format
msgid "E112: Option name missing: %s"
msgstr "E112: Falta el nom de l'opció: %s"
#: eval.c:2417
#, c-format
msgid "E113: Unknown option: %s"
msgstr "E113: L'opció és desconeguda: %s"
#: eval.c:2481
#, c-format
msgid "E114: Missing quote: %s"
msgstr "E114: Falten cometes: %s"
#: eval.c:2613
#, c-format
msgid "E115: Missing quote: %s"
msgstr "E115: Falten cometes: %s"
#: eval.c:2964
#, c-format
msgid "E116: Invalid arguments for function %s"
msgstr "E116: Arguments no vàlids per la funció %s"
#: eval.c:2993
#, c-format
msgid "E117: Unknown function: %s"
msgstr "E117: La funció és desconeguda: %s"
#: eval.c:2994
#, c-format
msgid "E118: Too many arguments for function: %s"
msgstr "E118: Massa arguments per la funció: %s"
#: eval.c:2995
#, c-format
msgid "E119: Not enough arguments for function: %s"
msgstr "E119: Falten arguments per la funció: %s"
# traducció "lliure". eac
#: eval.c:2996
#, c-format
msgid "E120: Using <SID> not in a script context: %s"
msgstr "E120: Heu usat <SID> en un context no vàlid: %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.
#.
#: eval.c:3586 gui.c:4254 gui_gtk.c:1997
msgid "&Ok"
msgstr "&D'acord"
#: eval.c:4121
#, c-format
msgid "+-%s%3ld lines: "
msgstr "+-%s%3ld línies: "
#: eval.c:5346
msgid ""
"&OK\n"
"&Cancel"
msgstr ""
"&D'acord\n"
"&Cancel·la"
#: eval.c:5386
msgid "called inputrestore() more often than inputsave()"
msgstr "s'ha cridat inputrestore() més sovint que inputsave()"
#: eval.c:6301
msgid "E240: No connection to Vim server"
msgstr "E240: No hi ha connexió amb el servidor Vim"
#: eval.c:6398
msgid "E277: Unable to read a server reply"
msgstr "E277: No s'ha pogut llegir la resposta del servidor"
# «res» ? eac
#: eval.c:6426
msgid "E258: Unable to send to client"
msgstr "E258: No s'ha pogut enviar res al client"
# «res» ? eac
#: eval.c:6474
#, c-format
msgid "E241: Unable to send to %s"
msgstr "E241: No s'ha pogut enviar res a %s"
#: eval.c:6574
msgid "(Invalid)"
msgstr "(No vàlid)"
#: eval.c:7689
#, c-format
msgid "E121: Undefined variable: %s"
msgstr "E121: La variable no està definida: %s"
#: eval.c:8121
#, c-format
msgid "E461: Illegal variable name: %s"
msgstr "E461: El nom de la variable és il·legal: %s"
#: eval.c:8409
#, c-format
msgid "E122: Function %s already exists, add ! to replace it"
msgstr "E122: La funció %s ja existeix, afegiu ! per substituir-la"
#: eval.c:8476
#, c-format
msgid "E123: Undefined function: %s"
msgstr "E123: La funció no està definida: %s"
#: eval.c:8489
#, c-format
msgid "E124: Missing '(': %s"
msgstr "E124: Falta un '(': %s"
#: eval.c:8522
#, c-format
msgid "E125: Illegal argument: %s"
msgstr "E125: L'argument és il·legal: %s"
#: eval.c:8601
msgid "E126: Missing :endfunction"
msgstr "E126: Falta una declaració :endfunction"
#: eval.c:8684
#, c-format
msgid "E127: Cannot redefine function %s: It is in use"
msgstr "E127: No s'ha pogut redefinir la funció %s: s'està utilitzant"
#: eval.c:8752
msgid "E129: Function name required"
msgstr "E129: Es requereix un nom de funció"
#: eval.c:8803
#, c-format
msgid "E128: Function name must start with a capital: %s"
msgstr "E128: El nom de la funció ha de començar en majúscula: %s"
#: eval.c:8995
#, c-format
msgid "E130: Undefined function: %s"
msgstr "E130: La funció no està definida: %s"
#: eval.c:9000
#, c-format
msgid "E131: Cannot delete function %s: It is in use"
msgstr "E131: No s'ha pogut eliminar la funció %s: s'està utilitzant"
#: eval.c:9048
msgid "E132: Function call depth is higher than 'maxfuncdepth'"
msgstr "E132: La profunditat de crides a funcions és superior a 'maxfuncdeptg'"
#. always scroll up, don't overwrite
#: eval.c:9101
#, c-format
msgid "calling %s"
msgstr "cridant a %s"
#: eval.c:9163
#, c-format
msgid "%s aborted"
msgstr "s'ha avortat %s"
#: eval.c:9165
#, c-format
msgid "%s returning #%ld"
msgstr "%s ha retornat #%ld"
#: eval.c:9172
#, c-format
msgid "%s returning \"%s\""
msgstr "%s ha retornat \"%s\""
#. always scroll up, don't overwrite
#: eval.c:9188 ex_cmds2.c:2244
#, c-format
msgid "continuing in %s"
msgstr "continuant a %s"
#: eval.c:9214
msgid "E133: :return not inside a function"
msgstr "E133: L'ordre :return no es troba dins d'una funció"
#: eval.c:9545
msgid ""
"\n"
"# global variables:\n"
msgstr "\n# variables globals:\n"
#: ex_cmds2.c:83
msgid "Entering Debug mode. Type \"cont\" to continue."
msgstr "Mode de depuració. Escriviu \"cont\" per continuar."
#: ex_cmds2.c:87 ex_docmd.c:854
#, c-format
msgid "line %ld: %s"
msgstr "línia %ld: %s"
#: ex_cmds2.c:89
#, c-format
msgid "cmd: %s"
msgstr "ordre: %s"
#: ex_cmds2.c:281
#, c-format
msgid "Breakpoint in \"%s%s\" line %ld"
msgstr "Punt de ruptura a \"%s%s\" línia %ld"
#: ex_cmds2.c:531
#, c-format
msgid "E161: Breakpoint not found: %s"
msgstr "E161: No s'ha trobat el punt de ruptura: %s"
#: ex_cmds2.c:557
msgid "No breakpoints defined"
msgstr "No s'han definit punts de ruptura"
#: ex_cmds2.c:562
#, c-format
msgid "%3d %s %s line %ld"
msgstr "%3d %s %s línia %ld"
# Títol d'un diàleg [:browse w]. eac
#: ex_cmds.c:2082 ex_cmds.c:2347 ex_cmds2.c:754
msgid "Save As"
msgstr "Anomena i desa"
#: ex_cmds2.c:777
#, c-format
msgid "Save changes to \"%.*s\"?"
msgstr "Voleu desar els canvis a \"%.*s\"?"
#: ex_cmds2.c:779 ex_docmd.c:8917
msgid "Untitled"
msgstr "Sense-nom"
#: ex_cmds2.c:915
#, c-format
msgid "E162: No write since last change for buffer \"%s\""
msgstr "E162: No s'han desat els canvis en el buffer \"%s\""
#: ex_cmds2.c:984
msgid "Warning: Entered other buffer unexpectedly (check autocommands)"
msgstr "Atenció: S'ha canviat de buffer inesperadament (reviseu les auto-ordres)"
#: ex_cmds2.c:1387
msgid "E163: There is only one file to edit"
msgstr "E163: Només hi ha un fitxer per editar"
#: ex_cmds2.c:1389
msgid "E164: Cannot go before first file"
msgstr "E164: No es pot anar més enllà del primer fitxer"
#: ex_cmds2.c:1391
msgid "E165: Cannot go beyond last file"
msgstr "E165: No es pot anar més enllà de l'últim fitxer"
#: ex_cmds2.c:1841
#, c-format
msgid "Searching for \"%s\" in \"%s\""
msgstr "Cercant \"%s\" a \"%s\""
#: ex_cmds2.c:1863
#, c-format
msgid "Searching for \"%s\""
msgstr "Cercant \"%s\""
# «runtimepath». eac
#: ex_cmds2.c:1884
#, c-format
msgid "not found in 'runtimepath': \"%s\""
msgstr "no s'ha trobat en el 'runtimepath': \"%s\""
# Títol d'un diàleg [:browse source]. eac
#: ex_cmds2.c:1918
msgid "Source Vim script"
msgstr "Executa un script Vim"
#: ex_cmds2.c:2069
#, c-format
msgid "Cannot source a directory: \"%s\""
msgstr "No es pot executar un directori: \"%s\""
#: ex_cmds2.c:2099
#, c-format
msgid "could not source \"%s\""
msgstr "no s'ha pogut executar \"%s\""
#: ex_cmds2.c:2101
#, c-format
msgid "line %ld: could not source \"%s\""
msgstr "línia %ld: no s'ha pogut executar \"%s\""
#: ex_cmds2.c:2115
#, c-format
msgid "sourcing \"%s\""
msgstr "executant \"%s\""
#: ex_cmds2.c:2117
#, c-format
msgid "line %ld: sourcing \"%s\""
msgstr "línia %ld: executant \"%s\""
#: ex_cmds2.c:2242
#, c-format
msgid "finished sourcing %s"
msgstr "ha finalitzat l'execució de %s"
#: ex_cmds2.c:2580
msgid "W15: Warning: Wrong line separator, ^M may be missing"
msgstr "W15: Atenció: El separador de línia no és vàlid, potser falta un ^M"
# «sourced file». eac
#: ex_cmds2.c:2629
msgid "E167: :scriptencoding used outside of a sourced file"
msgstr "E167: L'ordre :scriptencoding només es pot utilitzar en scripts"
# «sourced file». eac
#: ex_cmds2.c:2662
msgid "E168: :finish used outside of a sourced file"
msgstr "E168: L'ordre :finish només es pot utilitzar en scripts"
#: ex_cmds2.c:3105
#, c-format
msgid "Page %d"
msgstr "Pàgina %d"
#: ex_cmds2.c:3261
msgid "No text to be printed"
msgstr "No hi ha text per imprimir"
#: ex_cmds2.c:3339
#, c-format
msgid "Printing page %d (%d%%)"
msgstr "S'està imprimint la pàgina %d (%d%%)"
#: ex_cmds2.c:3348
#, c-format
msgid " Copy %d of %d"
msgstr " Còpia %d de %d"
#: ex_cmds2.c:3406
#, c-format
msgid "Printed: %s"
msgstr "S'ha imprès: %s"
#: ex_cmds2.c:3413
msgid "Printing aborted"
msgstr "S'ha avortat l'impressió"
#: ex_cmds2.c:3778
msgid "E455: Error writing to PostScript output file"
msgstr "E455: Error en escriure el fitxer PostScript"
#: ex_cmds2.c:4053
#, c-format
msgid "E624: Can't open file \"%s\""
msgstr "E624: No s'ha pogut obrir el fitxer \"%s\""
#: ex_cmds2.c:4063 ex_cmds2.c:4688
#, c-format
msgid "E457: Can't read PostScript resource file \"%s\""
msgstr "E457: No s'ha pogut llegir el fitxer de recursos PostScript \"%s\""
#: ex_cmds2.c:4071
#, c-format
msgid "E618: file \"%s\" is not a PostScript resource file"
msgstr "E618: El fitxer \"%s\" no és un fitxer de recursos PostScript"
#: ex_cmds2.c:4086 ex_cmds2.c:4106 ex_cmds2.c:4121 ex_cmds2.c:4143
#, c-format
msgid "E619: file \"%s\" is not a supported PostScript resource file"
msgstr "E619: El fitxer de recursos PostScript \"%s\" no està suportat"
#: ex_cmds2.c:4173
#, c-format
msgid "E621: \"%s\" resource file has wrong version"
msgstr "E621: La versió del fitxer de recursos \"%s\" no és vàlida"
#: ex_cmds2.c:4640
msgid "E324: Can't open PostScript output file"
msgstr "E324: No s'ha pogut obrir el fitxer PostScript generat"
#: ex_cmds2.c:4673
#, c-format
msgid "E456: Can't open file \"%s\""
msgstr "E456: No s'ha pogut obrir el fitxer \"%s\""
#: ex_cmds2.c:4792
msgid "E456: Can't find PostScript resource file \"prolog.ps\""
msgstr "E456: No s'ha trobat el fitxer de recursos PostScript \"prolog.ps\""
#: ex_cmds2.c:4823
#, c-format
msgid "E456: Can't find PostScript resource file \"%s.ps\""
msgstr "E456: No s'ha trobat el fitxer de recursos PostScript \"%s.ps\""
#: ex_cmds2.c:4841
#, c-format
msgid "E620: Unable to convert from multi-byte to \"%s\" encoding"
msgstr "E620: No s'ha pogut convertir la codificació multi-octet a \"%s\""
#: ex_cmds2.c:4966
msgid "Sending to printer..."
msgstr "S'està enviant a la impressora..."
#: ex_cmds2.c:4970
msgid "E365: Failed to print PostScript file"
msgstr "E365: Error en imprimir el fitxer PostScript"
#: ex_cmds2.c:4972
msgid "Print job sent."
msgstr "S'ha enviat la tasca d'impressió."
# les cadenes substituïdes no es poden traduïr. eac
#: ex_cmds2.c:5381
#, c-format
msgid "Current %slanguage: \"%s\""
msgstr "Idioma actual ( %s): \"%s\""
#: ex_cmds2.c:5392
#, c-format
msgid "E197: Cannot set language to \"%s\""
msgstr "E197: No s'ha pogut canviar l'idioma a \"%s\""
# E.G: :ascii
#: 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:433
msgid "E134: Move lines into themselves"
msgstr "E134: No es poden moure línies cap a elles mateixes"
#: ex_cmds.c:502
msgid "1 line moved"
msgstr "1 línia desplaçada"
#: ex_cmds.c:504
#, c-format
msgid "%ld lines moved"
msgstr "%ld línies desplaçades"
#: ex_cmds.c:909
#, c-format
msgid "%ld lines filtered"
msgstr "%ld línies filtrades"
#: ex_cmds.c:937
msgid "E135: *Filter* Autocommands must not change current buffer"
msgstr "E135: Les auto-ordres *Filter* no poden canviar el buffer actual"
#: ex_cmds.c:1022
msgid "[No write since last change]\n"
msgstr "[No s'han desat els últims canvis]\n"
#: ex_cmds.c:1268
#, c-format
msgid "%sviminfo: %s in line: "
msgstr "%sviminfo: %s a la línia: "
#: ex_cmds.c:1273
msgid "E136: viminfo: Too many errors, skipping rest of file"
msgstr "E136: viminfo: Hi han massa errors, s'omet la resta del fitxer"
# les tres següents van juntes. eac
#: ex_cmds.c:1308
#, c-format
msgid "Reading viminfo file \"%s\"%s%s%s"
msgstr "Llegint el fitxer viminfo \"%s\"%s%s%s"
#: ex_cmds.c:1309
msgid " info"
msgstr " per info"
#: ex_cmds.c:1310
msgid " marks"
msgstr " per marques"
#: ex_cmds.c:1311
msgid " FAILED"
msgstr " ERROR"
#: ex_cmds.c:1403
#, c-format
msgid "E137: Viminfo file is not writable: %s"
msgstr "E137: El fitxer viminfo no es pot escriure: %s"
#: ex_cmds.c:1528
#, c-format
msgid "E138: Can't write viminfo file %s!"
msgstr "E138: No s'ha pogut escriure el fitxer viminfo %s!"
#: ex_cmds.c:1536
#, c-format
msgid "Writing viminfo file \"%s\""
msgstr "Escrivint el fitxer viminfo \"%s\""
#. Write the info:
#: ex_cmds.c:1634
#, c-format
msgid "# This viminfo file was generated by Vim %s.\n"
msgstr "# Aquest fitxer viminfo ha estat generat pel Vim %s.\n"
#: ex_cmds.c:1636
msgid ""
"# You may edit it if you're careful!\n"
"\n"
msgstr "# El podeu editar, si aneu amb compte!\n\n"
#: ex_cmds.c:1638
msgid "# Value of 'encoding' when this file was written\n"
msgstr "# Valor de 'encoding' en el moment d'escriure aquest fitxer\n"
#: ex_cmds.c:1737
msgid "Illegal starting char"
msgstr "Caràcter inicial il·legal"
#. Overwriting a file that is loaded in another buffer is not a
#. * good idea.
#: ex_cmds.c:2125
msgid "E139: File is loaded in another buffer"
msgstr "E139: El fitxer està carregat en un altre buffer"
#: ex_cmds.c:2159
msgid "Write partial file?"
msgstr "Voleu escriure un fitxer parcial?"
#: ex_cmds.c:2166
msgid "E140: Use ! to write partial buffer"
msgstr "E140: Useu ! per desar una part del buffer"
#: ex_cmds.c:2281
#, c-format
msgid "Overwrite existing file \"%.*s\"?"
msgstr "Voleu sobrescriure el fitxer existent \"%.*s\"?"
#: ex_cmds.c:2352
#, c-format
msgid "E141: No file name for buffer %ld"
msgstr "E141: No hi ha nom de fitxer pel buffer %ld"
#: ex_cmds.c:2390
msgid "E142: File not written: Writing is disabled by 'write' option"
msgstr "E142: No s'ha escrit el fitxer: L'opció 'write' ho impedeix"
#: ex_cmds.c:2410
#, c-format
msgid ""
"'readonly' option is set for \"%.*s\".\n"
"Do you wish to write anyway?"
msgstr ""
"L'opció 'readonly' està activa per \"%.*s\",\n"
"Voleu escriure'l de totes maneres?"
# és un títol de diàleg [:browse edit]. eac
#: ex_cmds.c:2575
msgid "Edit File"
msgstr "Edita un fitxer"
#: ex_cmds.c:3147
#, c-format
msgid "E143: Autocommands unexpectedly deleted new buffer %s"
msgstr "E143: Una auto-ordre ha eliminat el buffer nou %s inesperadament"
#: ex_cmds.c:3279
msgid "E144: non-numeric argument to :z"
msgstr "E144: Argument no numèric per :z"