summaryrefslogtreecommitdiffstats
path: root/templates/man1/most.1.pot
blob: e0dc0fd8f01f4e6c290a7c53ee0ca936adbfaf31 (plain)
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
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# 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"
"POT-Creation-Date: 2024-02-15 18:04+0100\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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. type: TH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "MOST"
msgstr ""

#. type: TH
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "30 July 2022"
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "NAME"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "most - browse or page through a text file"
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "SYNOPSIS"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"B<most> [ B<-1> ] [ B<-b> ] [ B<-C> ] [ B<-c> ] [ B<-d> ] [ B<-M> ] [ B<-"
"r> ] [ B<-s> ] [ B<-t> ] [ B<-u> ] [ B<-v> ] [ B<-w> ] [ B<-z> ] [ B<+/"
">I<string> ] [ B<+>I<line-number> ] [ B<+d> ] [ B<+s> ] [ B<+u> ] [ I<file..."
"> ]"
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "DESCRIPTION"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"B<most> is a paging program that displays, one windowful at a time, the "
"contents of a file on a terminal.  It pauses after each windowful and prints "
"on the window status line the screen the file name, current line number, and "
"the percentage of the file so far displayed."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Unlike other paging programs, B<most> is capable of displaying an arbitrary "
"number of windows as long as each window occupies at least two screen "
"lines.  Each window may contain the same file or a different file.  In "
"addition, each window has its own mode.  For example, one window may display "
"a file with its lines wrapped while another may be truncating the lines. "
"Windows may be `locked' together in the sense that if one of the locked "
"windows scrolls, all locked windows will scroll.  B<most> is also capable of "
"ignoring lines that are indented beyond a user specified value.  This is "
"useful when viewing computer programs to pick out gross features of the "
"code.  See the `:o' command for a description of this feature."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"In addition to displaying ordinary text files, B<most> can also display "
"binary files as well as files with arbitrary ascii characters.  When a file "
"is read into a buffer, B<most> examines the first 32 bytes of the file to "
"determine if the file is a binary file and then switches to the appropriate "
"mode.  However, this feature may be disabled with the -k option.  See the "
"description of the -b, -k, -v, and -t options for further details."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Text files may contain combinations of underscore and backspace characters "
"causing a printer to underline or overstrike.  When B<most> recognizes this, "
"it inserts the appropriate escape sequences to achieve the desired effect.  "
"In addition, some files cause the printer to overstrike some characters by "
"embedding carriage return characters in the middle of a line.  When this "
"occurs, B<most> displays the overstruck character with a bold attribute.  "
"This feature facilitates the reading of UNIX man pages or a document "
"produced by runoff.  In particular, viewing this document with B<most> "
"should illustrate this behavior provided that the underline characters have "
"not been stripped.  This may be turned off with the -v option."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"By default, lines with more characters than the terminal width are not "
"wrapped but are instead truncated. When truncation occurs, this is indicated "
"by a `$' in the far right column of the terminal screen.  The RIGHT and LEFT "
"arrow keys may be used to view lines which extend past the margins of the "
"screen.  The -w option may be used to override this feature.  When a window "
"is wrapped, the character `\\e' will appear at the right edge of the window."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Commands are listed below."
msgstr ""

#. type: SH
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "COLOR SUPPORT"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"B<most> has supported both 256-color and 24 bit truecolor terminals since "
"version 5.2.  Not all terminals are capable of generating arbitrary 24 bit "
"colors. If your terminal supports 24 bit colors, but B<most> does not detect "
"it, then set the environment variable"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "     COLORTERM=truecolor\n"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "to force 24 bit truecolors to be used."
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "OPTIONS"
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-1>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"VT100 mode.  This is meaningful only on VMS systems.  This option should be "
"used if the terminal is strictly a VT100.  This implies that the terminal "
"does not have the ability to delete and insert multiple lines.  VT102s and "
"above have this ability."
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-b>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Binary mode.  Use this switch when you want to view files containing 8 bit "
"characters.  B<most> will display the file 16 bytes per line in hexadecimal "
"notation. A typical line looks like:"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "   01000000 40001575 9C23A020 4000168D     ....@..u.#. @...\n"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "When used with the -v option, the same line looks like:"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "   ^A^@^@^@  @^@^U u 9C #A0    @^@^V8D     ....@..u.#. @...\n"
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-C>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Disable color support."
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-c>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "Make searches case-sensitive"
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-d>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Omit the backslash mark used to denote a wrapped line."
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-M>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Disable the use of mmap."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-r>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "Default to using regexp searches"
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-s>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "Squeeze-mode.  Replace multiple blank lines with a single blank line."
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-t>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Display tabs as ^I.  If this option is immediately followed by an integer, "
"the integer sets the tab width, e.g., -t4"
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-u>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "Disable UTF-8 mode even if the locale dictates it"
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<+u>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Force UTF-8 mode.  By default B<most> will use the current locale to "
"determine if UTF-8 mode should be used.  The +u and -u switches allow the "
"behavior to be overridden"
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-v>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Display control characters as in `^A' for control A.  Normally B<most> does "
"not interpret control characters."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-w>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "Wrap lines"
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-z>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "Disable gunzip-on-the-fly"
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<+/>I<string>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "Start up at the line containing the first occurrence of string"
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<+>I<lineno>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "Start up at the specified line-number"
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<+d>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"This switch should only be used if you want the option to delete a file "
"while viewing it.  This makes it easier to clean unwanted files out of a "
"directory. The file is deleted with the interactive key sequence `:D' and "
"then confirming with `y'."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<+s>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Secure Mode-- no edit, cd, shell, and reading files not already listed on "
"the command line."
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "COMMAND USAGE"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"The commands take effect immediately; it is not necessary to type a carriage "
"return.  In the following commands, B<i> is a numerical argument (1 by "
"default)."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<SPACE, CTRL-D, NEXT_SCREEN>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Display another windowful, or jump B<i> windowfuls if B<i> is specified."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<RETURN, DOWN_ARROW, V, CTRL-N>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "Display another line, or B<i> more lines, if specified."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<UP_ARROW, ^, CTRL-P>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "Display previous line, or B<i> previous lines, if specified."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<T, ESCAPEE<lt>>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Move to top of buffer."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<B, ESCAPEE<gt>>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Move to bottom of buffer."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<RIGHT_ARROW, TAB, E<gt>>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Scroll window left 60B<i> columns to view lines that are beyond the right "
"margin of the window."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<LEFT_ARROW, CTRL-B, E<lt>>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Scroll window right 60B<i> columns to view lines that are beyond the left "
"margin of the window."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<U, CTRL-U, DELETE, PREV_SCREEN>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "Skip back B<i> windowfuls and then print a windowful."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<R, CTRL-R>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Redraw the window."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<J, G>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"If B<i> is not specified, then prompt for a line number then jump to that "
"line otherwise just jump to line i."
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<%>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"If B<i> is not specified, then prompt for a percent number then jump to that "
"percent of the file otherwise just jump to B<i> percent of the file."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<W, w>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"If the current screen width is 80, make it 132 and vice-versa.  For other "
"values, this command is ignored."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<Q, CTRL-X CTRL-C, CTRL-K E>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "Exit from B<most>\\&.  On VMS, ^Z also exits."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<h, CTRL-H, HELP, PF2>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Help.  Give a description of all the B<most> commands.  The B<most> "
"environment variable MOST_HELP must be set for this to be meaningful."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<f, /, CTRL-F, FIND, GOLD PF3>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Prompt for a string and search forward from the current line for ith "
"distinct line containing the string.  CTRL-G aborts."
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<?>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Prompt for a string and search backward for the ith distinct line containing "
"the string.  CTRL-G aborts."
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<n>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Search for the next B<i> lines containing an occurrence of the last search "
"string in the direction of the previous search."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<m, SELECT, CTRL-@, CTRL-K M, PERIOD>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Set a mark on the current line for later reference."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<INSERT_HERE, CTRL-X CTRL-X, COMMA, CTRL-K RETURN, GOLD PERIOD>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Set a mark on the current line but return to previous mark.  This allows the "
"user to toggle back and forth between two positions in the file."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<l, L>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Toggle locking for this window.  The window is locked if there is a `*' at "
"the left edge of the status line.  Windows locked together, scroll together."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<CTRL-X 2, CTRL-W 2, GOLD X>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Split this window in half."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<CTRL-X o, CTRL-W o, o, GOLDUP, GOLDDOWN>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Move to other window."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<CTRL-X 0, CTRL-W 0, GOLD V>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Delete this window."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<CTRL-X 1, CTRL-W 1, GOLD O>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Delete all other windows, leaving only one window."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<E, e>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Edit this file."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<$, ESC $>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"This is system dependent.  On VMS, this causes B<most> to spawn a "
"subprocess.  When the user exits the process, B<most> is resumed.  On UNIX "
"systems, B<most> simply suspends itself."
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<:n>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Skip to the next filename given in the command line.  Use the arrow keys to "
"scroll forward or backward through the file list.  `Q' quits B<most> and any "
"other key selects the given file."
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<:c>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Toggle case sensitive search."
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<:D>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Delete current file.  This command is only meaningful with the +d switch."
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<:o, :O>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Toggle various options.  With this key sequence, B<most> displays a prompt "
"asking the user to hit one of: bdtvw.  The `b', `t', `v', and `w' options "
"have the same meaning as the command line switches.  For example, the `w' "
"option will toggle wrapping on and off for the current window."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"The `d' option must be used with a prefix integer i.  All lines indented "
"beyond B<i> columns will not be displayed.  For example, consider the "
"fragment:"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid ""
"   int main(int argc, char **argv)\n"
"   {\n"
"     int i;\n"
"     for (i = 0; i E<lt> argc, i++)\n"
"       {\n"
"         fprintf(stdout,\"%i: %s\\en\",i,argv[i]);\n"
"       }\n"
"     return 0;\n"
"   }\n"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"The key sequence `1:od' will cause B<most> to display the file ignoring all "
"lines indented beyond the first column.  So for the example above, B<most> "
"would display:"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid ""
"   int main(int argc, char **argv)...\n"
"   }\n"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "where the `...' indicates lines that follow are not displayed."
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "HINTS"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"CTRL-G aborts the commands requiring the user to type something in at a "
"prompt.  The back-quote key has a special meaning here.  It is used to quote "
"certain characters.  This is useful when search for the occurrence of a "
"string with a control character or a string at the beginning of a line.  In "
"the latter case, to find the occurrence of `The' at the beginning of a line, "
"enter `^JThe where ` quotes the CTRL-J."
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "ENVIRONMENT"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<most> uses the following environment variables:"
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<MOST_SWITCHES>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"This variable sets commonly used switches.  For example, some people prefer "
"to use B<most> with the -s option so that excess blank lines are not "
"displayed.  On VMS this is normally done done in the login.com through the "
"line:"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "   $ define MOST_SWITCHES \"-s\"\n"
msgstr ""

#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<MOST_EDITOR, SLANG_EDITOR>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Either of these environment variables specify an editor for B<most> to "
"invoke to edit a file. The value can contain %s and %d formatting "
"descriptors that represent the file name and line number, respectively.  For "
"example, if JED is your editor, then set MOST_EDITOR to 'jed %s -g %d'."
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<MOST_HELP>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "This variable may be used to specify an alternate help file."
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<MOST_INITFILE>"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Set this variable to specify the initialization file to load during "
"startup.  The default action is to load the system configuration file and "
"then a personal configuration file called .mostrc on Unix, and most.rc on "
"other systems."
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "CONFIGURATION FILE SYNTAX"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"When B<most> starts up, it tries to read a system configuration file and "
"then a personal configuration file. These files may be used to specify key-"
"bindings and colors."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "To bind a key to a particular function use the syntax:"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "    setkey function-name key-sequence\n"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"The setkey command requires two arguments.  The function-name argument "
"specifies the function that is to be executed as a response to the keys "
"specified by the key-sequence argument are pressed.  For example,"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "    setkey   \"up\"     \"^P\"\n"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"indicates that when Ctrl-P is pressed then the function up is to be executed."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Sometimes, it is necessary to first unbind a key-sequence before rebinding "
"it in order via the unsetkey function:"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "    unsetkey \"^F\"\n"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Colors may be defined through the use of the color keyword in the the "
"configuration file using the syntax:"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "    color OBJECT-NAME FOREGROUND-COLOR BACKGROUND-COLOR\n"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Here, OBJECT-NAME can be any one of the following items:"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid ""
"     status           -- the status line\n"
"     underline        -- underlined text\n"
"     overstrike       -- overstruck text\n"
"     normal           -- anything else\n"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "See the sample configuration files for more information."
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "BUGS"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Almost all of the known bugs or limitations of B<most> are due to a desire "
"to read and interpret control characters in files.  One problem concerns the "
"use of backspace characters to underscore or overstrike other characters.  "
"B<most> makes an attempt to use terminal escape sequences to simulate this "
"behavior.  One side effect is the one does not always get what one expects "
"when scrolling right and left through a file.  When in doubt, use the -v and "
"-b options of B<most>\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"The regular-expression searches may fail to find strings that involve "
"backspace/underscore used for highlighting.  The regular-expression syntax "
"is described in the S-Lang Library documentation."
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "AUTHOR"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "John E. Davis E<lt>jed@jedsoft.orgE<gt>"
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "ACKNOWLEDGEMENTS"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Over the years, many people have contributed to B<most> in one way or "
"another, e.g., via code patches, bug-fixes, comments, or criticisms.  I am "
"particularly grateful to the very early adopters of the program who took a "
"chance with a fledgling software project headed by someone learning the "
"underlying language.  These include:"
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Mats Akerberg, Henk D. Davids, Rex O. Livingston, and Mark Pizzolato "
"contributed to the early VMS versions of B<most>\\&.  In particular, Mark "
"worked on it to get it ready for DECUS."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Foteos Macrides adapted B<most> for use in cswing and gopher.  A few "
"features of the present version of B<most> was inspired from his work."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"I am grateful to Robert Mills for re-writing the search routines to use "
"regular expressions."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Sven Oliver Moll came up with the idea of automatic detection of zipped "
"files."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"I would also like to thank Shinichi Hama for his valuable criticisms of "
"B<most>\\&."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Javier Kohen was instrumental in the support for UTF-8."
msgstr ""

#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Thanks to David W. Sanderson for adapting the early documentation to nroff "
"man page source format."
msgstr ""

#. type: TH
#: debian-bookworm
#, no-wrap
msgid "May 1999"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"B<most> [B<-1bCcdMstuvwz>] [B<+>I<lineno>] [B<+c>] [B<+d>] [B<+s>] [B<+u>] "
"[B<+/>I<string>] [I<filename>...]"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"I<most> is a paging program that displays, one windowful at a time, the "
"contents of a file on a terminal.  It pauses after each windowful and prints "
"on the window status line the screen the file name, current line number, and "
"the percentage of the file so far displayed."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Unlike other paging programs, I<most> is capable of displaying an arbitrary "
"number of windows as long as each window occupies at least two screen "
"lines.  Each window may contain the same file or a different file.  In "
"addition, each window has its own mode.  For example, one window may display "
"a file with its lines wrapped while another may be truncating the lines.  "
"Windows may be `locked' together in the sense that if one of the locked "
"windows scrolls, all locked windows will scroll.  I<most> is also capable of "
"ignoring lines that are indented beyond a user specified value.  This is "
"useful when viewing computer programs to pick out gross features of the "
"code.  See the `B<:o>' command for a description of this feature."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"In addition to displaying ordinary text files, I<most> can also display "
"binary files as well as files with arbitrary ascii characters.  When a file "
"is read into a buffer, I<most> examines the first 32 bytes of the file to "
"determine if the file is a binary file and then switches to the appropriate "
"mode.  However, this feature may be disabled with the B<-k> option.  See the "
"description of the B<-b>, B<-k>, B<-v>, and B<-t> options for further "
"details."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Text files may contain combinations of underscore and backspace characters "
"causing a printer to underline or overstrike.  When I<most> recognizes this, "
"it inserts the appropriate escape sequences to achieve the desired effect.  "
"In addition, some files cause the printer to overstrike some characters by "
"embedding carriage return characters in the middle of a line.  When this "
"occurs, I<most> displays the overstruck character with a bold attribute.  "
"This feature facilitates the reading of UNIX man pages or a document "
"produced by I<runoff>.  In particular, viewing this document with I<most> "
"should illustrate this behavior provided that the underline characters have "
"not been stripped.  This may be turned off with the B<-v> option."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"By default, lines with more characters than the terminal width are not "
"wrapped but are instead truncated.  When truncation occurs, this is "
"indicated by a `$' in the far right column of the terminal screen.  The "
"RIGHT and LEFT arrow keys may be used to view lines which extend past the "
"margins of the screen.  The B<-w> option may be used to override this "
"feature.  When a window is wrapped, the character `\\e' will appear at the "
"right edge of the window."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Binary mode.  Use this switch when you want to view files containing 8 bit "
"characters.  I<most> will display the file 16 bytes per line in hexadecimal "
"notation.  A typical line looks like:"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "01000000 40001575 9C23A020 4000168D ....@..u.#. @..."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "When used with the B<-v> option, the same line looks like:"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "^A^@^@^@ @^@^U u 9C #A0 @^@^V8D ....@..u.#. @..."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "Squeeze.  Replace multiple blank lines with a single blank line."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "option turns off gunzip-on-the-fly."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Display control characters as in `^A' for control A.  Normally I<most> does "
"not interpret control characters."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Display tabs as `^I'.  This option is meaningful only when used with the B<-"
"v> option."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "Start up at I<lineno>."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "Make searches case sensitive.  By default, they are not."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "Disable UTF-8 mode even if the locale dictates it."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Force UTF-8 mode.  By default most will use the current locale to determine "
"if UTF-8 mode should be used.  The B<+u> and B<-u> switches allow the "
"behavior to be overridden."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"This switch should only be used if you want the option to delete a file "
"while viewing it.  This makes it easier to clean unwanted files out of a "
"directory.  The file is deleted with the interactive key sequence `B<:D>' "
"and then confirming with `B<y>'."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "Start up at the line containing the first occurrence of I<string>."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Some commands have an optional numeric argument I<id> ,entered before the "
"command.  If not given, the default value of I<i> is 1."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Commands take effect immediately; typing a I<RETURN> after isn't necessary "
"or correct.  (Besides, I<RETURN> itself is a command.)"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Example: to go down one line, press the I<DOWN_ARROW> key. To go down 20 "
"lines, press I<2> then I<0> then the I<DOWN_ARROW> key."
msgstr ""

#. type: TP
#: debian-bookworm
#, no-wrap
msgid "B<RETURN>, B<DOWN_ARROW>, B<V>, B<CTRL-N>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "Display another line, or I<i> more lines, if specified."
msgstr ""

#. type: TP
#: debian-bookworm
#, no-wrap
msgid "B<UP_ARROW>, B<^>, B<CTRL-P>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "Display previous line, or I<i> previous lines, if specified."
msgstr ""

#. type: TP
#: debian-bookworm
#, no-wrap
msgid "B<T>, B<ESCAPE>E<lt>"
msgstr ""

#. type: TP
#: debian-bookworm
#, no-wrap
msgid "B<B>, B<ESCAPE>E<gt>"
msgstr ""

#. type: TP
#: debian-bookworm
#, no-wrap
msgid "B<RIGHT_ARROW>, B<TAB>, B<E<gt>>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Scroll window left 60I<i> columns to view lines that are beyond the right "
"margin of the window."
msgstr ""

#. type: TP
#: debian-bookworm
#, no-wrap
msgid "B<LEFT_ARROW>, B<CTRL-B>, B<E<lt>>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Scroll window right 60I<i> columns to view lines that are beyond the left "
"margin of the window."
msgstr ""

#. type: TP
#: debian-bookworm
#, no-wrap
msgid "B<U>, B<CTRL-U>, B<DELETE>, B<PREV_SCREEN>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "Skip back I<i> windowfuls and then print a windowful."
msgstr ""

#. type: TP
#: debian-bookworm
#, no-wrap
msgid "B<R>, B<CTRL-R>"
msgstr ""

#. type: TP
#: debian-bookworm
#, no-wrap
msgid "B<J>, B<G>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"If I<i> is not specified, then prompt for a line number then jump to that "
"line otherwise just jump to line I<i>."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"If I<i> is not specified, then prompt for a percent number then jump to that "
"percent of the file otherwise just jump to I<i> percent of the file."
msgstr ""

#. type: TP
#: debian-bookworm
#, no-wrap
msgid "B<W>, B<w>"
msgstr ""

#. type: TP
#: debian-bookworm
#, no-wrap
msgid "B<Q>, B<CTRL-X CTRL-C>, B<CTRL-K E>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "Exit from I<most>.  On VMS, ^Z also exits."
msgstr ""

#. type: TP
#: debian-bookworm
#, no-wrap
msgid "B<h>, B<CTRL-H>, B<HELP>, B<PF2>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Help.  Give a description of all the I<most> commands.  The I<most> "
"environment variable B<MOST_HELP> must be set for this to be meaningful."
msgstr ""

#. type: TP
#: debian-bookworm
#, no-wrap
msgid "B<f>, B</>, B<CTRL-F>, B<FIND>, B<GOLD PF3>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Prompt for a string and search forward from the current line for I<i>th "
"distinct line containing the string.  B<CTRL-G> aborts."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Prompt for a string and search backward for the I<i>th distinct line "
"containing the string.  B<CTRL-G> aborts."
msgstr ""

#. -------
#.  The '@' causes problems when included in a paragraph tag
#.  in my system's -man macro set, so jump though some hoops to
#.  avoid doing this.
#. -------
#. type: Plain text
#: debian-bookworm
msgid ""
"Search for the next I<i> lines containing an occurrence of the last search "
"string in the direction of the previous search."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<m>, B<SELECT>, B<CTRL-@>, B<CTRL-K M>, B<PERIOD>"
msgstr ""

#. type: TP
#: debian-bookworm
#, no-wrap
msgid "B<INSERT_HERE>, B<CTRL-X CTRL-X>, B<COMMA>, B<CTRL-K RETURN>, B<GOLD PERIOD>"
msgstr ""

#. type: TP
#: debian-bookworm
#, no-wrap
msgid "B<l>, B<L>"
msgstr ""

#. type: TP
#: debian-bookworm
#, no-wrap
msgid "B<CTRL-X 2>, B<CTRL-W 2>, B<GOLD X>"
msgstr ""

#. type: TP
#: debian-bookworm
#, no-wrap
msgid "B<CTRL-X o>, B<CTRL-W o>, B<o>, B<GOLD UP>, B<GOLD DOWN>"
msgstr ""

#. type: TP
#: debian-bookworm
#, no-wrap
msgid "B<CTRL-X 0>, B<CTRL-W 0>, B<GOLD V>"
msgstr ""

#. type: TP
#: debian-bookworm
#, no-wrap
msgid "B<CTRL-X 1>, B<CTRL-W 1>, B<GOLD O>"
msgstr ""

#. type: TP
#: debian-bookworm
#, no-wrap
msgid "B<E>, B<e>"
msgstr ""

#. type: TP
#: debian-bookworm
#, no-wrap
msgid "B<$>, B<ESC $>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"This is system dependent.  On VMS, this causes I<most> to spawn a "
"subprocess.  When the user exits the process, I<most> is resumed.  On UNIX "
"systems, I<most> simply suspends itself."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Skip to the next filename given in the command line.  Use the arrow keys to "
"scroll forward or backward through the file list.  `B<Q>' quits I<most> and "
"any other key selects the given file."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Delete current file.  This command is only meaningful with the B<+d> switch."
msgstr ""

#. type: TP
#: debian-bookworm
#, no-wrap
msgid "B<:o>, B<:O>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Toggle various options.  With this key sequence, I<most> displays a prompt "
"asking the user to hit one of: B<bdtvw>.  The `B<b>', `B<t>', `B<v>', and "
"`B<w>' options have the same meaning as the command line switches.  For "
"example, the `B<w>' option will toggle wrapping on and off for the current "
"window."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"The `B<d>' option must be used with a prefix integer I<i>.  All lines "
"indented beyond I<i> columns will not be displayed.  For example, consider "
"the fragment:"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "int main(int argc, char **argv)  { int i;"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"  for (i = 0; i E<lt> argc, i++)  { fprintf(stdout,\"%i: %s\\en\",i,"
"argv[i]); } return 0; }"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"The key sequence `B<1:od>' will cause I<most> to display the file ignoring "
"all lines indented beyond the first column.  So for the example above, "
"I<most> would display:"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "int main(int argc, char **argv)...  }"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "where the `...' indicates lines follow are not displayed."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"B<CTRL-G> aborts the commands requiring the user to type something in at a "
"prompt.  The backquote key has a special meaning here.  It is used to quote "
"certain characters.  This is useful when search for the occurrence of a "
"string with a control character or a string at the beginning of a line.  In "
"the latter case, to find the occurrence of `The' at the beginning of a line, "
"enter B<`^JThe> where B<`> quotes the B<CTRL-J>."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "I<most> uses the following environment variables:"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"This variable sets commonly used switches.  For example, some people prefer "
"to use I<most> with the B<-s> option so that excess blank lines are not "
"displayed.  On VMS this is normally done done in the login.com through the "
"line:"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "$ define MOST_SWITCHES \"-s\""
msgstr ""

#. type: TP
#: debian-bookworm
#, no-wrap
msgid "B<MOST_EDITOR>, B<SLANG_EDITOR>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Either of these environment variables specify an editor for I<most> to "
"invoke to edit a file. The value can contain %s and %d formatting "
"descriptors that represent the file name and line number, respectively.  For "
"example, if JED is your editor, then set B<MOST_EDITOR> to 'jed %s -g %d'."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Set this variable to specify the initialization file to load during "
"startup.  The default action is to load the system configuration file from "
"I</etc/most.conf> and then a personal configuration file located at I<$HOME/."
"mostrc>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"When I<most> starts up, it tries to read a system configuration file and "
"then a personal configuration file.  These files may be used to specify "
"keybindings and colors."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<setkey function-name key-sequence>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"The I<setkey> command requires two arguments.  The I<function-name> argument "
"specifies the function that is to be executed as a response to the keys "
"specified by the I<key-sequence> argument are pressed.  For example,"
msgstr ""

#. type: Plain text
#: debian-bookworm
#, no-wrap
msgid "      setkey   \"up\"     \"^P\"\n"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"indicates that when I<Ctrl-P> is pressed then the function I<up> is to be "
"executed."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Sometimes, it is necessary to first unbind a key-sequence before rebinding "
"it in order via the I<unsetkey> function:"
msgstr ""

#. type: Plain text
#: debian-bookworm
#, no-wrap
msgid "       unsetkey \"^F\"\n"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Colors may be defined through the use of the I<color> keyword in the "
"configuration file using the syntax:"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<color OBJECT-NAME FOREGROUND-COLOR BACKGROUND-COLOR>"
msgstr ""

#. type: Plain text
#: debian-bookworm
#, no-wrap
msgid ""
"    status           -- the status line\n"
"    underline        -- underlined text\n"
"    overstrike       -- overstriked text\n"
"    normal           -- anything else\n"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Almost all of the known bugs or limitations of I<most> are due to a desire "
"to read and interpret control characters in files.  One problem concerns the "
"use of backspace characters to underscore or overstrike other characters.  "
"I<most> makes an attempt to use terminal escape sequences to simulate this "
"behavior.  One side effect is the one does not always get what one expects "
"when scrolling right and left through a file.  When in doubt, use the B<-v> "
"and B<-b> options of I<most>."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "John E. Davis"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "davis@space.mit.edu"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"I would like to thank the users of I<most> for valuable comments and "
"criticisms.  I would especially like to thank those individuals who have "
"contributed code to I<most>."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Mats Akerberg, Henk D. Davids, Rex O. Livingston, and Mark Pizzolato "
"contributed to the early VMS versions of I<most>.  In particular, Mark "
"worked on it to get it ready for DECUS."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Foteos Macrides E<lt>MACRIDES@SCI.WFEB.EDUE<gt> adapted I<most> for use in "
"I<cswing> and I<gopher>.  A few features of the present version of I<most> "
"was inspired from his work."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"I am grateful to Robert Mills E<lt>robert@jna.com.auE<gt> for re-writing the "
"search routines to use regular expressions."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Sven Oliver Moll E<lt>smol0075@rz.uni-hildesheim.deE<gt> came up with the "
"idea of automatic detection of zipped files."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"I would also like to thank Shinichi Hama for his valuable criticisms of "
"I<most>."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Thanks to David W. Sanderson (dws@cs.wisc.edu) for adapting the "
"documentation to nroff man page source format."
msgstr ""