summaryrefslogtreecommitdiff
path: root/apps/interpreters/bas/bas.pot
blob: 0bb0e33c4c0003a5b0b767fde286a6d0b4846864 (plain) (blame)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
# 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.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-25 20:16+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: auto.c:145
msgid "Called"
msgstr ""

#: auto.c:155
msgid "Proc Called"
msgstr ""

#: bas.c:181
msgid "index"
msgstr ""

#: bas.c:277
msgid "actual parameter"
msgstr ""

#: bas.c:651
msgid "operand"
msgstr ""

#: bas.c:847
msgid "binary operand"
msgstr ""

#: bas.c:898
msgid "unary operand"
msgstr ""

#: bas.c:988
msgid "parenthetic"
msgstr ""

#: bas.c:1133
msgid "program"
msgstr ""

#: bas.c:1137
msgid "`if' branch"
msgstr ""

#: bas.c:1138
msgid "`do' loop"
msgstr ""

#: bas.c:1139
msgid "`do while' or `do until' loop"
msgstr ""

#: bas.c:1140
msgid "`else' branch"
msgstr ""

#: bas.c:1141
msgid "`for' loop"
msgstr ""

#: bas.c:1142
msgid "`while' loop"
msgstr ""

#: bas.c:1143
msgid "`repeat' loop"
msgstr ""

#: bas.c:1144
msgid "`select case' control structure"
msgstr ""

#: bas.c:1145
msgid "function or procedure"
msgstr ""

#: bas.c:1180 global.c:179 global.c:208 global.c:955
msgid "position"
msgstr ""

#: bas.c:1187 bas.c:1189 global.c:180 global.c:196 global.c:209 global.c:242
#: global.c:841 global.c:863 global.c:886 global.c:1048 global.c:1071
#: global.c:1185 global.c:1240 global.c:1289 global.c:1299 global.c:1318
msgid "length"
msgstr ""

#: bas.c:1197 bas.c:1242 statement.c:1671
msgid "rhs"
msgstr ""

#: bas.c:1367 bas.c:1415
msgid "Error: "
msgstr ""

#: bas.c:1435 bas.c:1440 bas.c:1448 bas.c:1453 statement.c:503 statement.c:511
msgid "dimension"
msgstr ""

#: bas.c:1476 bas.c:1479 statement.c:413 value.c:56
msgid "integer"
msgstr ""

#: bas.c:1480 bas.c:1496
msgid "converted value"
msgstr ""

#: bas.c:1492 bas.c:1495 statement.c:414 value.c:57
msgid "real"
msgstr ""

#: bas.c:1597
msgid "bas: Executing `"
msgstr ""

#: bas.c:1599
msgid "' failed ("
msgstr ""

#: bas.c:1601
msgid ").\n"
msgstr ""

#: bas.c:1645
msgid "This is free software with ABSOLUTELY NO WARRANTY.\n"
msgstr ""

#: bas.c:1663
msgid ""
"\n"
"Break\n"
msgstr ""

#: bas.c:1701 error.h:95
msgid "Use `renum' to number program first"
msgstr ""

#: bas.c:1711
msgid "END program\n"
msgstr ""

#: bas.c:1717
msgid "Invalid line\n"
msgstr ""

#: error.h:15
msgid "Formal parameter already declared"
msgstr ""

#: error.h:16
msgid "Variable already declared as `local'"
msgstr ""

#: error.h:17
#, c-format
msgid "Identifier can not be declared as %s"
msgstr ""

#: error.h:18
msgid "Ranges must be constructed from single letter identifiers"
msgstr ""

#: error.h:19
#, c-format
msgid "Missing line number at the beginning of text line %d"
msgstr ""

#: error.h:20
msgid "Invalid unary operand"
msgstr ""

#: error.h:21
msgid "Invalid binary operand"
msgstr ""

#: error.h:22
msgid "Missing `as'"
msgstr ""

#: error.h:23
msgid "Missing colon `:'"
msgstr ""

#: error.h:24
msgid "Missing comma `,'"
msgstr ""

#: error.h:25
msgid "Missing right parenthesis `)'"
msgstr ""

#: error.h:26
msgid "Missing `data' input"
msgstr ""

#: error.h:27
msgid "Missing `dec'/`inc' variable identifier"
msgstr ""

#: error.h:28
msgid "Missing equal sign `='"
msgstr ""

#: error.h:29
#, c-format
msgid "Expected %s expression"
msgstr ""

#: error.h:30
msgid "Missing `file'"
msgstr ""

#: error.h:31
msgid "Missing `goto' or `gosub'"
msgstr ""

#: error.h:32
msgid "Missing variable identifier"
msgstr ""

#: error.h:33
msgid "Missing procedure identifier"
msgstr ""

#: error.h:34
msgid "Missing function identifier"
msgstr ""

#: error.h:35
msgid "Missing array variable identifier"
msgstr ""

#: error.h:36
msgid "Missing string variable identifier"
msgstr ""

#: error.h:37
msgid "Missing loop variable identifier"
msgstr ""

#: error.h:38
msgid "Missing formal parameter identifier"
msgstr ""

#: error.h:39
msgid "Missing `read' variable identifier"
msgstr ""

#: error.h:40
msgid "Missing `swap' variable identifier"
msgstr ""

#: error.h:41
msgid "Missing matrix variable identifier"
msgstr ""

#: error.h:42
msgid "Missing line increment"
msgstr ""

#: error.h:43
msgid "Missing `len'"
msgstr ""

#: error.h:44
msgid "Missing line number"
msgstr ""

#: error.h:45
msgid "Missing left parenthesis `('"
msgstr ""

#: error.h:46
msgid "Missing semicolon `;'"
msgstr ""

#: error.h:47
msgid "Missing semicolon `;' or comma `,'"
msgstr ""

#: error.h:48
msgid "Missing star `*'"
msgstr ""

#: error.h:49
msgid "Missing statement"
msgstr ""

#: error.h:50
msgid "Missing `then'"
msgstr ""

#: error.h:51
msgid "Missing `to'"
msgstr ""

#: error.h:52
msgid "Nested definition"
msgstr ""

#: error.h:53
msgid "No program"
msgstr ""

#: error.h:54
msgid "No such `data' line"
msgstr ""

#: error.h:55
msgid "No such line"
msgstr ""

#: error.h:56
msgid "Redeclaration as different kind of symbol"
msgstr ""

#: error.h:57
msgid "`case' without `select case'"
msgstr ""

#: error.h:58
msgid "`do' without `loop'"
msgstr ""

#: error.h:59
msgid "`do while' or `do until' without `loop'"
msgstr ""

#: error.h:60
msgid "`else' without `if'"
msgstr ""

#: error.h:61
msgid "`else' without `end if'"
msgstr ""

#: error.h:62
msgid "`end if' without multiline `if' or `else'"
msgstr ""

#: error.h:63
#, c-format
msgid "`subend', `end sub' or `endproc' without `sub' or `def proc' inside %s"
msgstr ""

#: error.h:64
#, c-format
msgid "`subexit' without `sub' inside %s"
msgstr ""

#: error.h:65
msgid "`end select' without `select case'"
msgstr ""

#: error.h:66
msgid "`end function' without `def fn' or `function'"
msgstr ""

#: error.h:67
msgid "`=' returning from function without `def fn'"
msgstr ""

#: error.h:68
msgid "`exit do' without `do'"
msgstr ""

#: error.h:69
msgid "`exit for' without `for'"
msgstr ""

#: error.h:70
msgid "`fnend' without `def fn'"
msgstr ""

#: error.h:71
msgid "`exit function' outside function declaration"
msgstr ""

#: error.h:72
msgid "`fnreturn' without `def fn'"
msgstr ""

#: error.h:73
msgid "`for' without `next'"
msgstr ""

#: error.h:74
msgid "Function/procedure declaration without end"
msgstr ""

#: error.h:75
msgid "`if' without `end if'"
msgstr ""

#: error.h:76
msgid "`local' without `def fn' or `def proc'"
msgstr ""

#: error.h:77
msgid "`loop' without `do'"
msgstr ""

#: error.h:78
msgid "`loop until' without `do'"
msgstr ""

#: error.h:79
#, c-format
msgid "`next' without `for' inside %s"
msgstr ""

#: error.h:80
msgid "`repeat' without `until'"
msgstr ""

#: error.h:81
msgid "`select case' without `end select'"
msgstr ""

#: error.h:82
msgid "`until' without `repeat'"
msgstr ""

#: error.h:83
#, c-format
msgid "`wend' without `while' inside %s"
msgstr ""

#: error.h:84
msgid "`while' without `wend'"
msgstr ""

#: error.h:85
msgid "Syntax"
msgstr ""

#: error.h:86
msgid "Too few parameters"
msgstr ""

#: error.h:87
msgid "Too many parameters"
msgstr ""

#: error.h:88
#, c-format
msgid "Type mismatch (has %s, need %s)"
msgstr ""

#: error.h:89
#, c-format
msgid "Type mismatch of argument %d"
msgstr ""

#: error.h:90
#, c-format
msgid "%s of argument %d"
msgstr ""

#: error.h:91
msgid "Type mismatch (need string variable)"
msgstr ""

#: error.h:92
msgid "Type mismatch (need numeric variable)"
msgstr ""

#: error.h:93
msgid "Type mismatch (need numeric value)"
msgstr ""

#: error.h:94
msgid "Undeclared function or variable"
msgstr ""

#: error.h:96
msgid "Line out of scope"
msgstr ""

#: error.h:97
msgid "Procedures do not return values"
msgstr ""

#: error.h:98
msgid "Unreachable statement"
msgstr ""

#: error.h:99
msgid "Wrong access mode"
msgstr ""

#: error.h:100
msgid "`next' variable does not match `for' variable"
msgstr ""

#: error.h:101
msgid "No such `image' line"
msgstr ""

#: error.h:102
msgid "Missing `image' format"
msgstr ""

#: error.h:103
msgid "Missing relational operator"
msgstr ""

#: error.h:107
msgid "Missing `input' data"
msgstr ""

#: error.h:108
msgid "Missing character after underscore `_' in format string"
msgstr ""

#: error.h:109
msgid "Not allowed in interactive mode"
msgstr ""

#: error.h:110
msgid "Not allowed in program mode"
msgstr ""

#: error.h:111
msgid "Break"
msgstr ""

#: error.h:112
#, c-format
msgid "%s is undefined"
msgstr ""

#: error.h:113
#, c-format
msgid "%s is out of range"
msgstr ""

#: error.h:114
msgid "`resume' without exception"
msgstr ""

#: error.h:115
msgid "`return' without `gosub'"
msgstr ""

#: error.h:116
#, c-format
msgid "Bad %s conversion"
msgstr ""

#: error.h:117
#, c-format
msgid "Input/Output error (%s)"
msgstr ""

#: error.h:118
#, c-format
msgid "Input/Output error (Creating `%s' failed: %s)"
msgstr ""

#: error.h:119
#, c-format
msgid "Input/Output error (Closing `%s' failed: %s)"
msgstr ""

#: error.h:120
#, c-format
msgid "Input/Output error (Opening `%s' failed: %s)"
msgstr ""

#: error.h:121
#, c-format
msgid "Setting environment variable failed (%s)"
msgstr ""

#: error.h:122
msgid "Trying to redimension existing array"
msgstr ""

#: error.h:123
#, c-format
msgid "Forking child process failed (%s)"
msgstr ""

#: error.h:124
msgid "Invalid mode"
msgstr ""

#: error.h:125
msgid "end of `data'"
msgstr ""

#: error.h:126
msgid "Dimension mismatch"
msgstr ""

#: error.h:127
#, c-format
msgid "Variable dimension must be 2 (is %d), base must be 0 or 1 (is %d)"
msgstr ""

#: error.h:128
msgid "Singular matrix"
msgstr ""

#: error.h:129
msgid "Syntax error in print format"
msgstr ""

#: error.h:130
msgid "Out of memory"
msgstr ""

#: error.h:131
msgid "Restricted"
msgstr ""

#: fs.c:80
#, c-format
msgid "channel #%d not open"
msgstr ""

#: fs.c:90
#, c-format
msgid "channel #%d not opened for writing"
msgstr ""

#: fs.c:96
#, c-format
msgid "channel #%d not opened for reading"
msgstr ""

#: fs.c:102
#, c-format
msgid "channel #%d not opened for random access"
msgstr ""

#: fs.c:108
#, c-format
msgid "channel #%d not opened for binary access"
msgstr ""

#: fs.c:114
#, c-format
msgid "channel #%d not opened for random or binary access"
msgstr ""

#: fs.c:241
msgid "environment variable TERM is not set"
msgstr ""

#: fs.c:248
msgid "reading terminal description failed"
msgstr ""

#: fs.c:253
#, c-format
msgid "unknown terminal type %s"
msgstr ""

#: fs.c:281
#, c-format
msgid "terminal type %s can not clear the screen"
msgstr ""

#: fs.c:294
#, c-format
msgid "terminal type %s can not position the cursor"
msgstr ""

#: fs.c:356 fs.c:362 fs.c:368
msgid "This installation does not support terminal handling"
msgstr ""

#: fs.c:396 fs.c:477 fs.c:550 fs.c:599 fs.c:632
msgid "channel already open"
msgstr ""

#: fs.c:669 fs.c:692 fs.c:736 fs.c:768 fs.c:1338
msgid "channel not open"
msgstr ""

#: fs.c:924 fs.c:940 fs.c:956
msgid "End of file"
msgstr ""

#: fs.c:1010
msgid "negative width"
msgstr ""

#: fs.c:1022
msgid "non-positive zone width"
msgstr ""

#: fs.c:1037 fs.c:1054 fs.c:1071
msgid "not a terminal"
msgstr ""

#: fs.c:1400 fs.c:1412
msgid "Direct port access not available"
msgstr ""

#: fs.c:1406 fs.c:1418
msgid "Direct memory access not available"
msgstr ""

#: getopt.c:681
#, c-format
msgid "%s: option `%s' is ambiguous\n"
msgstr ""

#: getopt.c:705
#, c-format
msgid "%s: option `--%s' doesn't allow an argument\n"
msgstr ""

#: getopt.c:710
#, c-format
msgid "%s: option `%c%s' doesn't allow an argument\n"
msgstr ""

#: getopt.c:727 getopt.c:900
#, c-format
msgid "%s: option `%s' requires an argument\n"
msgstr ""

#. --option
#: getopt.c:756
#, c-format
msgid "%s: unrecognized option `--%s'\n"
msgstr ""

#. +option or -option
#: getopt.c:760
#, c-format
msgid "%s: unrecognized option `%c%s'\n"
msgstr ""

#. 1003.2 specifies the format of this message.
#: getopt.c:786
#, c-format
msgid "%s: illegal option -- %c\n"
msgstr ""

#: getopt.c:789
#, c-format
msgid "%s: invalid option -- %c\n"
msgstr ""

#. 1003.2 specifies the format of this message.
#: getopt.c:819 getopt.c:949
#, c-format
msgid "%s: option requires an argument -- %c\n"
msgstr ""

#: getopt.c:866
#, c-format
msgid "%s: option `-W %s' is ambiguous\n"
msgstr ""

#: getopt.c:884
#, c-format
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr ""

#: global.c:197
msgid "code"
msgstr ""

#: global.c:258
msgid "variable number"
msgstr ""

#: global.c:283
msgid "`asc' or `code' of empty string"
msgstr ""

#: global.c:303 global.c:318 global.c:338 global.c:424 global.c:434
#: global.c:552 global.c:614 global.c:652 global.c:670 global.c:690
#: global.c:707
msgid "number"
msgstr ""

#: global.c:328 global.c:340 global.c:680 global.c:692
msgid "digits"
msgstr ""

#: global.c:348 global.c:1279 global.c:1301
msgid "character code"
msgstr ""

#: global.c:383 global.c:399
msgid "argument number"
msgstr ""

#: global.c:748 global.c:778
msgid "time"
msgstr ""

#: global.c:763 global.c:780 statement.c:179 statement.c:1036 statement.c:1208
#: statement.c:1387 statement.c:1590 statement.c:1793 statement.c:2142
#: statement.c:2262 statement.c:2477 statement.c:2808 statement.c:2815
#: statement.c:2887 statement.c:3035 statement.c:3825 statement.c:3947
#: statement.c:3981 statement.c:4040
msgid "channel"
msgstr ""

#: global.c:813 global.c:825 global.c:851 global.c:861 global.c:1033
#: global.c:1058 global.c:1069
msgid "start"
msgstr ""

#: global.c:911 global.c:918 global.c:925
msgid "Logarithm of negative value"
msgstr ""

#: global.c:1208 statement.c:2608
msgid "limit"
msgstr ""

#: global.c:1249
msgid "Square root argument"
msgstr ""

#: global.c:1307 global.c:1319
msgid "`string$' of empty string"
msgstr ""

#: main.c:76
msgid "Usage: bas [-b] [-l file] [-r] [-u] [program [argument ...]]\n"
msgstr ""

#: main.c:77 main.c:87
msgid ""
"       bas [--backslash-colon] [--lp file] [--restricted] [--uppercase] "
"[program [argument ...]]\n"
msgstr ""

#: main.c:78 main.c:88
msgid "       bas -h|--help\n"
msgstr ""

#: main.c:79 main.c:89
msgid "       bas --version\n"
msgstr ""

#: main.c:81
msgid "Try `bas -h' or `bas --help' for more information.\n"
msgstr ""

#: main.c:86
msgid "Usage: bas [-b] [-l file] [-u] [program [argument ...]]\n"
msgstr ""

#: main.c:91
msgid "BASIC interpreter.\n"
msgstr ""

#: main.c:93
msgid "-b, --backslash-colon  convert backslashs to colons\n"
msgstr ""

#: main.c:94
msgid "-l, --lp               write LPRINT output to file\n"
msgstr ""

#: main.c:95
msgid "-r, --restricted       forbid SHELL\n"
msgstr ""

#: main.c:96
msgid "-u, --uppercase        output all tokens in uppercase\n"
msgstr ""

#: main.c:97
msgid "-h, --help             display this help and exit\n"
msgstr ""

#: main.c:98
msgid "    --version          output version information and exit\n"
msgstr ""

#: main.c:100
msgid "Report bugs to <michael@moria.de>.\n"
msgstr ""

#: main.c:105
#, c-format
msgid "bas: Opening `%s' for line printer output failed (%s).\n"
msgstr ""

#: program.c:295
#, c-format
msgid " in line %ld at:\n"
msgstr ""

#: program.c:302
msgid " at: end of program\n"
msgstr ""

#: program.c:307
msgid " at: "
msgstr ""

#: program.c:309
msgid "end of line\n"
msgstr ""

#: program.c:744
msgid "Function Referenced in line\n"
msgstr ""

#: program.c:753
msgid "Variable Referenced in line\n"
msgstr ""

#: program.c:762
msgid "Gosub    Referenced in line\n"
msgstr ""

#: program.c:771
msgid "Goto     Referenced in line\n"
msgstr ""

#: statement.c:136
msgid "directory"
msgstr ""

#: statement.c:224
msgid "foreground colour"
msgstr ""

#: statement.c:239
msgid "background colour"
msgstr ""

#: statement.c:256
msgid "border colour"
msgstr ""

#: statement.c:415 value.c:58
msgid "string"
msgstr ""

#: statement.c:570 statement.c:1355 statement.c:1483 statement.c:2547
#: statement.c:2555 statement.c:2818 statement.c:3427
msgid "file name"
msgstr ""

#: statement.c:674
msgid "generating temporary file name failed"
msgstr ""

#: statement.c:890
msgid "environment variable"
msgstr ""

#: statement.c:956
msgid "return"
msgstr ""

#: statement.c:1050 statement.c:1056
msgid "field width"
msgstr ""

#: statement.c:1187
msgid "implicit STEP 1:"
msgstr ""

#: statement.c:1227
msgid "record number"
msgstr ""

#: statement.c:1245
msgid "`put'/`get' data"
msgstr ""

#: statement.c:1420 statement.c:1828 statement.c:2198
msgid "end of file"
msgstr ""

#: statement.c:1556 statement.c:1562
msgid "row"
msgstr ""

#: statement.c:1567 statement.c:1573
msgid "column"
msgstr ""

#: statement.c:1628 statement.c:1728 statement.c:3855 statement.c:3915
msgid "condition"
msgstr ""

#: statement.c:1901
msgid "Too much input data\n"
msgstr ""

#: statement.c:1990
msgid "factor"
msgstr ""

#. }}}
#: statement.c:2130
msgid "matrix"
msgstr ""

#: statement.c:2284 statement.c:3057
msgid "format string"
msgstr ""

#: statement.c:2614
msgid "step"
msgstr ""

#: statement.c:2695 statement.c:3464
msgid "selector"
msgstr ""

#: statement.c:2785
msgid "mode or file"
msgstr ""

#: statement.c:2828 statement.c:2840 statement.c:2913 statement.c:2925
msgid "record length"
msgstr ""

#: statement.c:2967
msgid "array subscript base"
msgstr ""

#: statement.c:3003 statement.c:3876
msgid "address"
msgstr ""

#: statement.c:3008
msgid "output value"
msgstr ""

#: statement.c:3125
msgid "count"
msgstr ""

#: statement.c:3196
msgid "random number generator seed"
msgstr ""

#: statement.c:3239
msgid "source file"
msgstr ""

#: statement.c:3252
msgid "destination file"
msgstr ""

#: statement.c:3691 statement.c:3698
msgid "pause"
msgstr ""

#: statement.c:3778
msgid "Quit without saving? (y/n) "
msgstr ""

#: statement.c:3785
msgid "yes"
msgstr ""

#: statement.c:3881
msgid "mask"
msgstr ""

#: statement.c:3887
msgid "select"
msgstr ""

#. }}}
#: statement.c:3963 statement.c:4046
msgid "zone width"
msgstr ""

#: value.c:59
msgid "void"
msgstr ""

#: value.c:1289
msgid "unpaired \\ in format"
msgstr ""

#: var.c:100
msgid "array index"
msgstr ""