forked from fish-shell/fish-shell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.po
13555 lines (10077 loc) · 392 KB
/
en.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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: fish 1.21.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-04-13 22:15+0800\n"
"PO-Revision-Date: 2014-11-15 09:00+0800\n"
"Last-Translator: David Adam <[email protected]>\n"
"Language-Team: English <[email protected]>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Basepath: /home/david/src/fish-shell\n"
#: autoload.cpp:113
#, c-format
msgid "Could not autoload item '%ls', it is already being autoloaded. "
msgstr "Could not autoload item “%ls”, it is already being autoloaded. "
#: builtin.cpp:84
#, c-format
msgid "Send job %d, '%ls' to foreground\n"
msgstr "Send job %d, “%ls” to foreground\n"
#: builtin.cpp:352
#, c-format
msgid ""
"%ls: Type 'help %ls' for related documentation\n"
"\n"
msgstr ""
"%ls: Type “help %ls” for related documentation\n"
"\n"
#: builtin.cpp:531
#, c-format
msgid "%ls: No key with name '%ls' found\n"
msgstr "%ls: No key with name “%ls” found\n"
#: builtin.cpp:537
#, c-format
msgid "%ls: Key with name '%ls' does not have any mapping\n"
msgstr "%ls: Key with name “%ls” does not have any mapping\n"
#: builtin.cpp:543
#, c-format
msgid "%ls: Unknown error trying to bind to key named '%ls'\n"
msgstr "%ls: Unknown error trying to bind to key named “%ls”\n"
#: builtin.cpp:794
#, c-format
msgid "%ls: No binding found for key '%ls'\n"
msgstr "%ls: No binding found for key “%ls”\n"
#: builtin.cpp:798
#, c-format
msgid "%ls: No binding found for sequence '%ls'\n"
msgstr "%ls: No binding found for sequence “%ls”\n"
#: builtin.cpp:834
#, c-format
msgid "%ls: Invalid state\n"
msgstr "%ls: Invalid state\n"
#: builtin.cpp:939
#, c-format
msgid "%ls: Can not specify scope when removing block\n"
msgstr "%ls: Can not specify scope when removing block\n"
#: builtin.cpp:945
#, c-format
msgid "%ls: No blocks defined\n"
msgstr "%ls: No blocks defined\n"
#: builtin.cpp:1556 builtin.h:32
#, c-format
msgid "%ls: Invalid combination of options\n"
msgstr "%ls: Invalid combination of options\n"
#: builtin.cpp:1578
#, c-format
msgid "%ls: Expected exactly one function name\n"
msgstr "%ls: Expected exactly one function name\n"
#: builtin.cpp:1588 builtin.cpp:1650
#, c-format
msgid "%ls: Function '%ls' does not exist\n"
msgstr "%ls: Function “%ls” does not exist\n"
#: builtin.cpp:1638
#, c-format
msgid ""
"%ls: Expected exactly two names (current function name, and new function "
"name)\n"
msgstr ""
"%ls: Expected exactly two names (current function name, and new function "
"name)\n"
#: builtin.cpp:1661 builtin.cpp:2230
#, c-format
msgid "%ls: Illegal function name '%ls'\n"
msgstr "%ls: Illegal function name “%ls”\n"
#: builtin.cpp:1672
#, c-format
msgid "%ls: Function '%ls' already exists. Cannot create copy '%ls'\n"
msgstr "%ls: Function “%ls” already exists. Cannot create copy “%ls”\n"
#: builtin.cpp:2070
#, c-format
msgid "%ls: Unknown signal '%ls'\n"
msgstr "%ls: Unknown signal “%ls”\n"
#: builtin.cpp:2085 builtin.cpp:2195 builtin.cpp:2263
#, c-format
msgid "%ls: Invalid variable name '%ls'\n"
msgstr "%ls: Invalid variable name “%ls”\n"
#: builtin.cpp:2138
#, c-format
msgid "%ls: Cannot find calling job for event handler\n"
msgstr "%ls: Cannot find calling job for event handler\n"
#: builtin.cpp:2156
#, c-format
msgid "%ls: Invalid process id %ls\n"
msgstr "%ls: Invalid process id %ls\n"
#: builtin.cpp:2223
#, c-format
msgid "%ls: Expected function name\n"
msgstr "%ls: Expected function name\n"
#: builtin.cpp:2240
#, c-format
msgid ""
"%ls: The name '%ls' is reserved,\n"
"and can not be used as a function name\n"
msgstr ""
"%ls: The name “%ls” is reserved,\n"
"and can not be used as a function name\n"
#: builtin.cpp:2248
#, c-format
msgid "%ls: No function name given\n"
msgstr "%ls: No function name given\n"
#: builtin.cpp:2276
#, c-format
msgid "%ls: Expected one argument, got %d\n"
msgstr "%ls: Expected one argument, got %d\n"
#: builtin.cpp:2412
#, c-format
msgid "%ls: Seed value '%ls' is not a valid number\n"
msgstr "%ls: Seed value “%ls” is not a valid number\n"
#: builtin.cpp:2426
#, c-format
msgid "%ls: Expected zero or one argument, got %d\n"
msgstr "%ls: Expected zero or one argument, got %d\n"
#: builtin.cpp:2593
#, c-format
msgid "%ls: Argument '%ls' is out of range\n"
msgstr "%ls: Argument “%ls” is out of range\n"
#: builtin.cpp:2601 builtin.cpp:3150 builtin.cpp:3817
#, c-format
msgid "%ls: Argument '%ls' must be an integer\n"
msgstr "%ls: Argument “%ls” must be an integer\n"
#: builtin.cpp:2656
#, c-format
msgid "%ls: --array option requires a single variable name.\n"
msgstr "%ls: --array option requires a single variable name.\n"
#: builtin.cpp:3065 fish.cpp:620 parser.cpp:764
msgid "Standard input"
msgstr "Standard input"
#: builtin.cpp:3108
msgid "This is a login shell\n"
msgstr "This is a login shell\n"
#: builtin.cpp:3110
msgid "This is not a login shell\n"
msgstr "This is not a login shell\n"
#: builtin.cpp:3112
#, c-format
msgid "Job control: %ls\n"
msgstr "Job control: %ls\n"
#: builtin.cpp:3113
msgid "Only on interactive jobs"
msgstr "Only on interactive jobs"
#: builtin.cpp:3114
msgid "Never"
msgstr "Never"
#: builtin.cpp:3114
msgid "Always"
msgstr "Always"
#: builtin.cpp:3192
#, c-format
msgid "%ls: Could not find home directory\n"
msgstr "%ls: Could not find home directory\n"
#: builtin.cpp:3212 builtin.cpp:3266
#, c-format
msgid "%ls: '%ls' is not a directory\n"
msgstr "%ls: “%ls” is not a directory\n"
#: builtin.cpp:3219
#, c-format
msgid "%ls: The directory '%ls' does not exist\n"
msgstr "%ls: The directory “%ls” does not exist\n"
#: builtin.cpp:3226
#, c-format
msgid "%ls: '%ls' is a rotten symlink\n"
msgstr "%ls: “%ls” is a rotten symlink\n"
#: builtin.cpp:3234
#, c-format
msgid "%ls: Unknown error trying to locate directory '%ls'\n"
msgstr "%ls: Unknown error trying to locate directory “%ls”\n"
#: builtin.cpp:3257
#, c-format
msgid "%ls: Permission denied: '%ls'\n"
msgstr "%ls: Permission denied: “%ls”\n"
#: builtin.cpp:3281
#, c-format
msgid "%ls: Could not set PWD variable\n"
msgstr "%ls: Could not set PWD variable\n"
#: builtin.cpp:3368
#, c-format
msgid "%ls: Key not specified\n"
msgstr "%ls: Key not specified\n"
#: builtin.cpp:3412 builtin.cpp:3420
#, c-format
msgid "%ls: Error encountered while sourcing file '%ls':\n"
msgstr "%ls: Error encountered while sourcing file “%ls”:\n"
#: builtin.cpp:3428
#, c-format
msgid "%ls: '%ls' is not a file\n"
msgstr "%ls: “%ls” is not a file\n"
#: builtin.cpp:3447
#, c-format
msgid "%ls: Error while reading file '%ls'\n"
msgstr "%ls: Error while reading file “%ls”\n"
#: builtin.cpp:3503 builtin.cpp:3682
#, c-format
msgid "%ls: There are no suitable jobs\n"
msgstr "%ls: There are no suitable jobs\n"
#: builtin.cpp:3531
#, c-format
msgid "%ls: Ambiguous job\n"
msgstr "%ls: Ambiguous job\n"
#: builtin.cpp:3537 builtin.cpp:3705 builtin_jobs.cpp:301
#, c-format
msgid "%ls: '%ls' is not a job\n"
msgstr "%ls: “%ls” is not a job\n"
#: builtin.cpp:3568 builtin_jobs.cpp:316
#, c-format
msgid "%ls: No suitable job: %d\n"
msgstr "%ls: No suitable job: %d\n"
#: builtin.cpp:3577
#, c-format
msgid ""
"%ls: Can't put job %d, '%ls' to foreground because it is not under job "
"control\n"
msgstr ""
"%ls: Can't put job %d, “%ls” to foreground because it is not under job "
"control\n"
#: builtin.cpp:3630
#, c-format
msgid "%ls: Unknown job '%ls'\n"
msgstr "%ls: Unknown job “%ls”\n"
#: builtin.cpp:3639
#, c-format
msgid ""
"%ls: Can't put job %d, '%ls' to background because it is not under job "
"control\n"
msgstr ""
"%ls: Can't put job %d, “%ls” to background because it is not under job "
"control\n"
#: builtin.cpp:3649
#, c-format
msgid "Send job %d '%ls' to background\n"
msgstr "Send job %d “%ls” to background\n"
#: builtin.cpp:3688
msgid "(default)"
msgstr "(default)"
#: builtin.cpp:3760
#, c-format
msgid "%ls: Not inside of loop\n"
msgstr "%ls: Not inside of loop\n"
#: builtin.cpp:3827 builtin_complete.cpp:551 builtin.h:83
#, c-format
msgid "%ls: Too many arguments\n"
msgstr "%ls: Too many arguments\n"
#: builtin.cpp:3845
#, c-format
msgid "%ls: Not inside of function\n"
msgstr "%ls: Not inside of function\n"
#: builtin.cpp:4069 builtin.cpp:4113
msgid "Test a condition"
msgstr "Test a condition"
#: builtin.cpp:4070
msgid "Try out the new parser"
msgstr "Try out the new parser"
#: builtin.cpp:4071
msgid "Execute command if previous command suceeded"
msgstr "Execute command if previous command suceeded"
#: builtin.cpp:4072
msgid "Create a block of code"
msgstr "Create a block of code"
#: builtin.cpp:4073
msgid "Send job to background"
msgstr "Send job to background"
#: builtin.cpp:4074
msgid "Handle fish key bindings"
msgstr "Handle fish key bindings"
#: builtin.cpp:4075
msgid "Temporarily block delivery of events"
msgstr "Temporarily block delivery of events"
#: builtin.cpp:4076
msgid "Stop the innermost loop"
msgstr "Stop the innermost loop"
#: builtin.cpp:4077
msgid ""
"Temporarily halt execution of a script and launch an interactive debug prompt"
msgstr ""
"Temporarily halt execution of a script and launch an interactive debug prompt"
#: builtin.cpp:4078
msgid "Run a builtin command instead of a function"
msgstr "Run a builtin command instead of a function"
#: builtin.cpp:4079 builtin.cpp:4112
msgid "Conditionally execute a block of commands"
msgstr "Conditionally execute a block of commands"
#: builtin.cpp:4080
msgid "Change working directory"
msgstr "Change working directory"
#: builtin.cpp:4081
msgid "Run a program instead of a function or builtin"
msgstr "Run a program instead of a function or builtin"
#: builtin.cpp:4082
msgid "Set or get the commandline"
msgstr "Set or get the commandline"
#: builtin.cpp:4083
msgid "Edit command specific completions"
msgstr "Edit command specific completions"
#: builtin.cpp:4084
msgid "Search for a specified string in a list"
msgstr "Search for a specified string in a list"
#: builtin.cpp:4085
msgid "Skip the rest of the current lap of the innermost loop"
msgstr "Skip the rest of the current lap of the innermost loop"
#: builtin.cpp:4086
msgid "Count the number of arguments"
msgstr "Count the number of arguments"
#: builtin.cpp:4087
msgid "Print arguments"
msgstr "Print arguments"
#: builtin.cpp:4088
msgid "Evaluate block if condition is false"
msgstr "Evaluate block if condition is false"
#: builtin.cpp:4089
msgid "Emit an event"
msgstr "Emit an event"
#: builtin.cpp:4090
msgid "End a block of commands"
msgstr "End a block of commands"
#: builtin.cpp:4091
msgid "Run command in current process"
msgstr "Run command in current process"
#: builtin.cpp:4092
msgid "Exit the shell"
msgstr "Exit the shell"
#: builtin.cpp:4093
msgid "Return an unsuccessful result"
msgstr "Return an unsuccessful result"
#: builtin.cpp:4094
msgid "Send job to foreground"
msgstr "Send job to foreground"
#: builtin.cpp:4095
msgid "Perform a set of commands multiple times"
msgstr "Perform a set of commands multiple times"
#: builtin.cpp:4096
msgid "Define a new function"
msgstr "Define a new function"
#: builtin.cpp:4097
msgid "List or remove functions"
msgstr "List or remove functions"
#: builtin.cpp:4098
msgid "History of commands executed by user"
msgstr "History of commands executed by user"
#: builtin.cpp:4099
msgid "Evaluate block if condition is true"
msgstr "Evaluate block if condition is true"
#: builtin.cpp:4100
msgid "Print currently running jobs"
msgstr "Print currently running jobs"
#: builtin.cpp:4101
msgid "Negate exit status of job"
msgstr "Negate exit status of job"
#: builtin.cpp:4102
msgid "Execute command if previous command failed"
msgstr "Execute command if previous command failed"
#: builtin.cpp:4103
msgid "Prints formatted text"
msgstr "Prints formatted text"
#: builtin.cpp:4104
msgid "Print the working directory"
msgstr "Print the working directory"
#: builtin.cpp:4105
msgid "Generate random number"
msgstr "Generate random number"
#: builtin.cpp:4106
msgid "Read a line of input into variables"
msgstr "Read a line of input into variables"
#: builtin.cpp:4107
msgid "Stop the currently evaluated function"
msgstr "Stop the currently evaluated function"
#: builtin.cpp:4108
msgid "Handle environment variables"
msgstr "Handle environment variables"
#: builtin.cpp:4109
msgid "Set the terminal color"
msgstr "Set the terminal color"
#: builtin.cpp:4110
msgid "Evaluate contents of file"
msgstr "Evaluate contents of file"
#: builtin.cpp:4111
msgid "Return status information about fish"
msgstr "Return status information about fish"
#: builtin.cpp:4114
msgid "Return a successful result"
msgstr "Return a successful result"
#: builtin.cpp:4115
msgid "Set or get the shells resource usage limits"
msgstr "Set or get the shells resource usage limits"
#: builtin.cpp:4116
msgid "Perform a command multiple times"
msgstr "Perform a command multiple times"
#: builtin_commandline.cpp:466
#, c-format
msgid "%ls: Unknown input function '%ls'\n"
msgstr "%ls: Unknown input function “%ls”\n"
#: builtin_jobs.cpp:87
msgid "Job\tGroup\t"
msgstr "Job\tGroup\t"
#: builtin_jobs.cpp:89
msgid "CPU\t"
msgstr "CPU\t"
#: builtin_jobs.cpp:91
msgid "State\tCommand\n"
msgstr "State\tCommand\n"
#: builtin_jobs.cpp:99 proc.cpp:843
msgid "stopped"
msgstr "stopped"
#: builtin_jobs.cpp:99
msgid "running"
msgstr "running"
#: builtin_jobs.cpp:113
msgid "Group\n"
msgstr "Group\n"
#: builtin_jobs.cpp:126
msgid "Process\n"
msgstr "Process\n"
#: builtin_jobs.cpp:143
msgid "Command\n"
msgstr "Command\n"
#: builtin_jobs.cpp:344
#, c-format
msgid "%ls: There are no jobs\n"
msgstr "%ls: There are no jobs\n"
#: builtin_printf.cpp:175
#, c-format
msgid ""
"warning: %ls: character(s) following character constant have been ignored"
msgstr ""
"warning: %ls: character(s) following character constant have been ignored"
#: builtin_printf.cpp:256
#, c-format
msgid "%ls: expected a numeric value"
msgstr "%ls: expected a numeric value"
#: builtin_printf.cpp:258
#, c-format
msgid "%ls: value not completely converted"
msgstr "%ls: value not completely converted"
#: builtin_printf.cpp:359
msgid "missing hexadecimal number in escape"
msgstr "missing hexadecimal number in escape"
#: builtin_printf.cpp:388
msgid "Missing hexadecimal number in Unicode escape"
msgstr "Missing hexadecimal number in Unicode escape"
#: builtin_printf.cpp:402
#, c-format
msgid "Unicode character out of range: \\%c%0*x"
msgstr "Unicode character out of range: \\%c%0*x"
#: builtin_printf.cpp:670
#, c-format
msgid "invalid field width: %ls"
msgstr "invalid field width: %ls"
#: builtin_printf.cpp:708
#, c-format
msgid "invalid precision: %ls"
msgstr "invalid precision: %ls"
#: builtin_printf.cpp:739
#, c-format
msgid "%.*ls: invalid conversion specification"
msgstr "%.*ls: invalid conversion specification"
#: builtin_printf.cpp:771
msgid "printf: not enough arguments"
msgstr "printf: not enough arguments"
#: builtin_set.cpp:155
#, c-format
msgid "%ls: Tried to change the read-only variable '%ls'\n"
msgstr "%ls: Tried to change the read-only variable “%ls”\n"
#: builtin_set.cpp:162
#, c-format
msgid "%ls: Tried to set the special variable '%ls' with the wrong scope\n"
msgstr "%ls: Tried to set the special variable “%ls” with the wrong scope\n"
#: builtin_set.cpp:169
#, c-format
msgid "%ls: Tried to set the special variable '%ls' to an invalid value\n"
msgstr "%ls: Tried to set the special variable “%ls” to an invalid value\n"
#: builtin_set.cpp:221
#, c-format
msgid "%ls: Multiple variable names specified in single call (%ls and %.*ls)\n"
msgstr ""
"%ls: Multiple variable names specified in single call (%ls and %.*ls)\n"
#: builtin_set.cpp:248
#, c-format
msgid "%ls: Invalid index starting at '%ls'\n"
msgstr "%ls: Invalid index starting at “%ls”\n"
#: builtin_set.cpp:647
#, c-format
msgid "%ls: Erase needs a variable name\n"
msgstr "%ls: Erase needs a variable name\n"
#: builtin_set.cpp:791
#, c-format
msgid "%ls: Values cannot be specfied with erase\n"
msgstr "%ls: Values cannot be specfied with erase\n"
#: builtin_set.cpp:817
#, c-format
msgid ""
"%ls: Warning: universal scope selected, but a global variable '%ls' exists.\n"
msgstr ""
"%ls: Warning: universal scope selected, but a global variable “%ls” exists.\n"
#: builtin_set_color.cpp:144 builtin_set_color.cpp:166
#, c-format
msgid "%ls: Unknown color '%ls'\n"
msgstr "%ls: Unknown color “%ls”\n"
#: builtin_set_color.cpp:153
#, c-format
msgid "%ls: Expected an argument\n"
msgstr "%ls: Expected an argument\n"
#: builtin_set_color.cpp:173
#, c-format
msgid "%ls: Could not set up terminal\n"
msgstr "%ls: Could not set up terminal\n"
#: common.cpp:1917
msgid "This is a bug. Break on bugreport to debug."
msgstr "This is a bug. Break on bugreport to debug."
#: common.cpp:1936
msgid "empty"
msgstr "empty"
#: complete.cpp:61
#, c-format
msgid "Home for %ls"
msgstr "Home for %ls"
#: complete.cpp:66
#, c-format
msgid "Variable: %ls"
msgstr "Variable: %ls"
#: complete.cpp:901 complete.cpp:919
msgid "Unknown option: "
msgstr "Unknown option: "
#: complete.cpp:923
msgid "Multiple matches for option: "
msgstr "Multiple matches for option: "
#: env.cpp:315
msgid "Changing language to English"
msgstr "Changing language to English"
#: env.cpp:1180
msgid "Tried to pop empty environment stack."
msgstr "Tried to pop empty environment stack."
#: env_universal_common.cpp:617 path.cpp:279
msgid ""
"Unable to create a configuration directory for fish. Your personal settings "
"will not be saved. Please set the $XDG_CONFIG_HOME variable to a directory "
"where the current user has write access."
msgstr ""
"Unable to create a configuration directory for fish. Your personal settings "
"will not be saved. Please set the $XDG_CONFIG_HOME variable to a directory "
"where the current user has write access."
#: event.cpp:178
#, c-format
msgid "signal handler for %ls (%ls)"
msgstr "signal handler for %ls (%ls)"
#: event.cpp:182
#, c-format
msgid "handler for variable '%ls'"
msgstr "handler for variable “%ls”"
#: event.cpp:188
#, c-format
msgid "exit handler for process %d"
msgstr "exit handler for process %d"
#: event.cpp:194 event.cpp:205
#, c-format
msgid "exit handler for job %d, '%ls'"
msgstr "exit handler for job %d, “%ls”"
#: event.cpp:196
#, c-format
msgid "exit handler for job with process group %d"
msgstr "exit handler for job with process group %d"
#: event.cpp:207
#, c-format
msgid "exit handler for job with job id %d"
msgstr "exit handler for job with job id %d"
#: event.cpp:213
#, c-format
msgid "handler for generic event '%ls'"
msgstr "handler for generic event “%ls”"
#: event.cpp:217
#, c-format
msgid "Unknown event type '0x%x'"
msgstr "Unknown event type '0x%x'"
#: event.cpp:613
msgid "Signal list overflow. Signals have been ignored."
msgstr "Signal list overflow. Signals have been ignored."
#: exec.cpp:57
#, c-format
msgid "An error occurred while redirecting file descriptor %d"
msgstr "An error occurred while redirecting file descriptor %d"
#: exec.cpp:62
msgid "An error occurred while writing output"
msgstr "An error occurred while writing output"
#: exec.cpp:67
#, c-format
msgid "An error occurred while redirecting file '%s'"
msgstr "An error occurred while redirecting file “%s”"
#: exec.cpp:795
#, c-format
msgid "Unknown function '%ls'"
msgstr "Unknown function “%ls”"
#: exec.cpp:943
#, c-format
msgid "Unknown input redirection type %d"
msgstr "Unknown input redirection type %d"
#: expand.cpp:59
msgid "Child process"
msgstr "Child process"
#: expand.cpp:64
msgid "Process"
msgstr "Process"
#: expand.cpp:69
msgid "Job"
msgstr "Job"
#: expand.cpp:74
#, c-format
msgid "Job: %ls"
msgstr "Job: %ls"
#: expand.cpp:79
msgid "Shell process"
msgstr "Shell process"
#: expand.cpp:84
msgid "Last background job"
msgstr "Last background job"
#: expand.cpp:1419
msgid "Mismatched brackets"
msgstr "Mismatched brackets"
#: fish.cpp:330
msgid ""
"Old versions of fish appear to be running. You will not be able to share "
"variable values between old and new fish sessions. For best results, restart "
"all running instances of fish."
msgstr ""
#: fish.cpp:420
#, c-format
msgid "Invalid value '%s' for debug level switch"
msgstr "Invalid value “%s” for debug level switch"
#: fish.cpp:461 mimedb.cpp:1343
#, c-format
msgid "%s, version %s\n"
msgstr "%s, version %s\n"
#: fish.cpp:516
msgid "Can not use the no-execute mode when running an interactive session"
msgstr "Can not use the no-execute mode when running an interactive session"
#: fish.cpp:619
#, c-format
msgid "Error while reading file %ls\n"
msgstr "Error while reading file %ls\n"
#: fish_indent.cpp:332
#, c-format
msgid "%ls, version %s\n"
msgstr "%ls, version %s\n"
#: input.cpp:483 input.cpp:493
msgid "Could not set up terminal"
msgstr "Could not set up terminal"
#: input.cpp:486
#, c-format
msgid "Check that your terminal type, '%ls', is supported on this system"
msgstr "Check that your terminal type, “%ls”, is supported on this system"
#: input.cpp:488
#, c-format
msgid "Attempting to use '%ls' instead"
msgstr "Attempting to use “%ls” instead"
#: input.cpp:535
msgid "Error while closing terminfo"
msgstr "Error while closing terminfo"
#: io.cpp:112
#, c-format
msgid ""
"An error occured while reading output from code block on file descriptor %d"
msgstr ""
"An error occured while reading output from code block on file descriptor %d"
#: mimedb.cpp:174 mimedb.cpp:188 mimedb.cpp:1179
#, c-format
msgid "%s: Out of memory\n"
msgstr "%s: Out of memory\n"
#: mimedb.cpp:463
#, c-format
msgid "%s: Unknown error in munge()\n"
msgstr "%s: Unknown error in munge()\n"
#: mimedb.cpp:481
#, c-format
msgid "%s: Locale string too long\n"
msgstr "%s: Locale string too long\n"
#: mimedb.cpp:551 mimedb.cpp:559
#, c-format
msgid "%s: Could not compile regular expressions %s with error %s\n"
msgstr "%s: Could not compile regular expressions %s with error %s\n"
#: mimedb.cpp:676
#, c-format
msgid "%s: No description for type %s\n"
msgstr "%s: No description for type %s\n"
#: mimedb.cpp:744
#, c-format
msgid "%s: Could not parse launcher string '%s'\n"
msgstr "%s: Could not parse launcher string “%s”\n"
#: mimedb.cpp:780
#, c-format
msgid "%s: Default launcher '%s' does not specify how to start\n"
msgstr "%s: Default launcher “%s” does not specify how to start\n"
#: mimedb.cpp:1158
#, c-format
msgid "%s: Unsupported switch '%c' in launch string '%s'\n"
msgstr "%s: Unsupported switch “%c” in launch string “%s”\n"
#: mimedb.cpp:1354
#, c-format
msgid "%s: Can not launch a mimetype\n"
msgstr "%s: Can not launch a mimetype\n"
#: mimedb.cpp:1382
#, c-format
msgid "%s: Could not parse mimetype from argument '%s'\n"
msgstr "%s: Could not parse mimetype from argument “%s”\n"
#: mimedb.cpp:1402 signal.cpp:407 signal.cpp:422
msgid "Unknown"
msgstr "Unknown"
#: output.cpp:608
#, c-format
msgid ""
"Tried to use terminfo string %s on line %ld of %s, which is undefined in "
"terminal of type \"%ls\". Please report this error to %s"
msgstr ""
"Tried to use terminfo string %s on line %ld of %s, which is undefined in "
"terminal of type “%ls”. Please report this error to %s"
#: pager.cpp:24
msgid "search: "
msgstr "search: "
#: pager.cpp:562
#, c-format
msgid "%lsand 1 more row"
msgstr "%lsand 1 more row"
#: pager.cpp:566
#, c-format
msgid "%lsand %lu more rows"
msgstr "%lsand %lu more rows"
#: pager.cpp:571
#, c-format
msgid "rows %lu to %lu of %lu"
msgstr "rows %lu to %lu of %lu"
#: pager.cpp:576
msgid "(no matches)"
msgstr "(no matches)"
#: parse_execution.cpp:555
#, c-format
msgid "switch: Expected exactly one argument, got %lu\n"
msgstr "switch: Expected exactly one argument, got %lu\n"
#: parse_execution.cpp:799
#, c-format
msgid ""
"Unknown command '%ls'. Did you mean to run %ls with a modified environment? "
"Try 'env %ls=%ls %ls%ls'. See the help section on the set command by typing "
"'help set'."
msgstr ""
"Unknown command “%ls”. Did you mean to run %ls with a modified environment? "
"Try “env %ls=%ls %ls%ls”. See the help section on the set command by typing "
"“help set”."
#: parse_execution.cpp:824
#, c-format
msgid ""
"Variables may not be used as commands. Instead, define a function like "
"'function %ls; %ls $argv; end' or use the eval builtin instead, like 'eval "
"%ls'. See the help section for the function command by typing 'help "
"function'."
msgstr ""
"Variables may not be used as commands. Instead, define a function like "
"“function %ls; %ls $argv; end” or use the eval builtin instead, like “eval "
"%ls”. See the help section for the function command by typing “help "
"function”."
#: parse_execution.cpp:833
#, c-format
msgid ""
"Variables may not be used as commands. Instead, define a function or use the "
"eval builtin instead, like 'eval %ls'. See the help section for the function "
"command by typing 'help function'."
msgstr ""
"Variables may not be used as commands. Instead, define a function or use the "
"eval builtin instead, like “eval %ls”. See the help section for the function "
"command by typing 'help function'."
#: parse_execution.cpp:841
#, c-format
msgid ""
"Commands may not contain variables. Use the eval builtin instead, like 'eval "
"%ls'. See the help section for the eval command by typing 'help eval'."
msgstr ""
"Commands may not contain variables. Use the eval builtin instead, like “eval "
"%ls”. See the help section for the eval command by typing “help eval”."
#: parse_execution.cpp:848