This file is indexed.

/usr/share/xastir/config/language-English.sys is in xastir 2.0.6-4build2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
# $Id: language-English.sys,v 1.228 2012/11/01 18:57:18 we7u Exp $
#
# Copyright (C) 2000-2012  The Xastir Group
#
# This is the English Language file used for all the prompts in xastir
# 
# Creator        : Frank Giannandrea <fgiannan@eazy.net >
# Maintained by  : The Xastir Group <xastir@xastir.org>
#
# comment lines with pound signs in front are ignored
# File format as follows:
# ID (10 chars alpha+numeric)|(String associated with id)|QuickKeys|#comment
# The ID is a unique uppercase char string for each block followed by a nummer
#
# WARNING:
# Some strings contain formatting commands like %s and %d, you should not
# change these. Wrong format strings could produce a segfault!
#
# Main Menu
MENUTB0001|File|F|
MENUTB0002|View|V|
MENUTB0004|Map|M|
MENUTB0005|Station|S|
MENUTB0006|Message|e|
MENUTB0010|Interface|I|
MENUTB0009|Help|H|
#
# Menu "File"
PULDNFI001|Configure|C|
PULDNFI002|Open Log File|O|
PULDNFI003|Test|T|
PULDNFI004|Exit|x|
PULDNFI007|Change Debug Level|D|
PULDNFI010|TNC Logging||
PULDNFI011|Net Logging||
PULDNFI012|IGate Logging||
PULDNFI013|WX Logging||
PULDNFI014|PNG Snapshots||
PULDNFI015|Print|P|
PULDNFI016|KML Snapshots||
#
# Menu "View"
PULDNVI001|Bulletins|B|
PULDNVI002|Incoming Data|I|
PULDNVI003|Mobile Stations|M|
PULDNVI004|All Stations|A|
PULDNVI009|Local Stations|S|
PULDNVI012|Last Stations|L|
PULDNVI005|Weather Stations|W|
PULDNVI008|Own Weather Data|D|
PULDNVI007|Weather Alerts|e|
PULDNVI011|Message Traffic|T|
PULDNVI013|Uptime|U|
PULDNVI014|Program Uptime||
PULDNVI015|GPS Status||
PULDNVI016|ALOHA Statistics||
#
# Menu "Configure"
PULDNCF004|Station|S|
PULDNCF001|Defaults|D|
PULDNCF003|Timing|T|
PULDNCF002|Coordinate System|o|
PULDNCF006|Audio Alarms|A|
PULDNCF007|Speech|p|
PULDNCF008|Save Config Now!|C|
# (Units see PULDNDP006)
#
# Menu "Maps"
PULDNMP001|Map Chooser|M|
PULDNMP012|Map Display Bookmarks|B|
PULDNMP014|Locate Map Feature|F|
PULDNMP016|Disable Fast Zoom/Pan/Home||
PULDNMP013|Disable All Maps||
PULDNMP002|Enable Auto Maps||
PULDNMP003|Enable Map Grid||
PULDNMP004|Enable Map Levels||
PULDNMP010|Enable Map Labels||
PULDNMP009|Enable Area Color Fills||
PULDNMP007|Enable Weather Alerts||
PULDNMP005|Background Color|C|
PULDNMP006|Station Text Style|T|
PULDNMP026|Icon Outline Style|O|
PULDNMP011|Mouse Pointer Menu|P|
PULDNMP008|Map Intensity|I|
PULDNMP020|Configure Tigermap||
PULDNMP021|Auto Map - Disable Raster Maps||
PULDNMP022|Index New Maps on Startup||
PULDNMP023|Index: Add New Maps|N|
PULDNMP024|Index: Reindex ALL Maps!|R|
PULDNMP025|Fonts||
PULDNMP015|Xfontsel||
PULDNMP027|Re-download Maps (Not from cache)||
PULDNMP028|Flush Entire Map Cache!||
PULDNMP029|Find Address||
PULDNMP030|Configure USGS DRG||
PULDNMP031|Enable Map Border||
#
# PopUp "Configure Tigermap"
MPUPTGR001|Grid||
MPUPTGR002|Counties||
MPUPTGR003|City Labels||
MPUPTGR004|Urban Areas||
MPUPTGR005|Major Roads||
MPUPTGR006|Streets||
MPUPTGR007|Railroads||
MPUPTGR008|State Labels||
MPUPTGR009|Interstate Labels||
MPUPTGR010|US Hwy Labels||
MPUPTGR011|State Hwy Labels||
MPUPTGR012|Select items to be displayed:||
MPUPTGR013|Rivers||
MPUPTGR014|Lakes||
MPUPTGR015|Airports, Parks, etc||
MPUPTGR016|Map Intensity||
MPUPTGR017|Internet Map Timeout (sec)||
MPUPTGR018|Enable Tiger Maps||
#
# PopUp "Configure USGS DRG"
MPUPDRG001|Select items to be displayed:||
MPUPDRG002|Tint Underlying Map (XOR)||
MPUPDRG003|Black||
MPUPDRG004|White||
MPUPDRG005|Blue||
MPUPDRG006|Red||
MPUPDRG007|Brown||
MPUPDRG008|Green||
MPUPDRG009|Purple||
MPUPDRG010|Yellow||
MPUPDRG011|Light Blue||
MPUPDRG012|Light Red||
MPUPDRG013|Light Purple||
MPUPDRG014|Light Gray||
MPUPDRG015|Light Brown||
#
# PopUp "Map Chooser"
WPUPMCP001|Map Chooser||
PULDNMMC01|Clear|C|
PULDNMMC02|Vector|V|
PULDNMMC03|250k Topo|2|
PULDNMMC04|100k Topo|1|
PULDNMMC05|24k Topo|4|
PULDNMMC06|Expand Dirs||
PULDNMMC07|Dirs/Maps Selected:||
PULDNMMC08|Clear Dirs|C
PULDNMMC09|Select All|S|
#
# PullDown "Map Background Color"
PULDNMBC01|Gray||
PULDNMBC02|Misty Rose||
PULDNMBC03|Navy Blue||
PULDNMBC04|Steel Blue||
PULDNMBC05|Med. Sea Green||
PULDNMBC06|Pale Green||
PULDNMBC07|Pale Goldenrod||
PULDNMBC08|Goldenrod Yellow||
PULDNMBC09|Rosy Brown||
PULDNMBC10|Fire brick Red||
PULDNMBC11|White||
PULDNMBC12|Black||
#
# PullDown "Station text Style"
PULDNMSL01|Black Border|B|
PULDNMSL02|Black Shadow|S|
PULDNMSL03|Text on Black|T|
#
# PullDown "Icon Outline Style"
PULDNMIO01|No Outline|N|
PULDNMIO02|Black Outline|B|
PULDNMIO03|Grey Outline|G|
PULDNMIO04|White Outline|W|
#
# Switches
PULDNOT001|On||
PULDNOT002|Off||
PULDNOT003|Short||
#
# Menu "Stations"
PULDNDP014|Find Station|F|
PULDNDP001|Track Station|T|
PULDNDP022|Fetch Findu Trail|u|
PULDNDP032|Filter Data||
PULDNDP040|Select None||
PULDNDP041|Select Mine||
PULDNDP042|Select TNC||
PULDNDP027|- Select Direct||
PULDNDP043|- Select Via Digi||
PULDNDP034|Select Net||
PULDNDP019|Include Expired Data||
PULDNDP044|Select Stations||
PULDNDP028|- Select Fixed Stations||
PULDNDP029|- Select Moving Stations||
PULDNDP030|- Select WX Stations||
PULDNDP053|  - Select CWOP WX Stations||
PULDNDP045|Select Objects/Items||
PULDNDP026|- Select WX Objects/Items||
PULDNDP039|- Select Water Gauge Objects/Items||
PULDNDP031|- Select Other Objects/Items||
PULDNDP033|Filter Display||
PULDNDP010|Display Callsign||
PULDNDP012|Display Symbol||
PULDNDP011|- Rotate Symbol||
PULDNDP007|Display Trail||
PULDNDP003|Display Course||
PULDNDP004|Display Speed|S|
PULDNDP017|- Display Short Speed||
PULDNDP002|Display Altitude||
PULDNDP009|Display Weather Info||
PULDNDP046|- Display Weather Text||
PULDNDP018|-- Temperature Only||
PULDNDP047|- Display Wind Barb||
PULDNDP054|Display Aloha Circle||
PULDNDP013|Display Position Ambiguity||
PULDNDP008|Display Power/Gain||
PULDNDP021|- Use Default Power/Gain||
PULDNDP020|- Display Mobile Power/Gain||
PULDNDP023|Display DF Attributes||
PULDNDP123|Display DF Beamwidth||
PULDNDP223|Display DF Bearing||
PULDNDP035|Enable Dead-Reckoning||
PULDNDP036|- Display Arc||
PULDNDP037|- Display Course||
PULDNDP038|- Display Symbol||
PULDNDP005|Display Dist/Bearing||
PULDNDP024|Display Last Report Age||
PULDNDP015|Clear All Stations!!!|A|
PULDNDP016|Clear All Trails!!!|C|
PULDNDP025|Clear Object/Item History||
PULDNDP048|Reload Object/Item History||
PULDNDP049|Clear All Tactical Calls||
PULDNDP050|Clear Tactical Call History||
PULDNDP051|Select Tactical Calls Only||
PULDNDP052|- Label Trailpoints||
PULDNDP055|Export all|E|
PULDNDP056|Export to KML File||
#
# Units
PULDNUT001|Enable English Units|E|
PULDNUT002|Metric|M|
#
# Menu "Messages"
PULDNMG001|Send Message To|S|
PULDNMG002|Open Group Messages|O|
PULDNMG003|Clear All Outgoing Messages|C|
PULDQUS001|General Stations Query|G|
PULDQUS002|IGate Stations Query|I|
PULDQUS003|WX Stations Query|W|
PULDNMG004|Modify Auto Reply Message|A|
PULDNMG005|Enable Auto Reply Message||
PULDNMG006|Satellite Ack Mode|M|
PULDNMG007|Show Pending Messages|P|
#
# Menu "Interfaces"
PULDNTNT04|Interface Control|C|
PULDNTNT03|Disable Transmit: ALL||
PULDNTNT05|Disable Transmit: My Position||
PULDNTNT06|Disable Transmit: Objects/Items||
PULDNTNT11|Enable Server Ports|P|
PULDNTNT01|Transmit Now!|T|
PULDNTNT07|Fetch GPS Track|F|
PULDNTNT08|Fetch GPS Routes|R|
PULDNTNT09|Fetch GPS Waypoints|W|
PULDNTNT10|Fetch Garmin RINO Waypoints|G|
#
# Menu "Help"
PULDNHEL01|About|A|
PULDNHEL02|Help Index|I|
PULDNHEL03|EMERGENCY BEACON MODE ENABLE|E|
PULDNHEL04|!!! EMERGENCY BEACON MODE !!!||
PULDNHEL05|About Xastir||
#
#
# Mouse Menu Popup
POPUPMA001|Options||
POPUPMA00c|Center|C|
POPUPMA015|Station Info|S|
POPUPMA002|In|I|
POPUPMA003|Out|O|
POPUPMA004|Zoom Level|L|
POPUPMA005|Level 1|1|
POPUPMA006|Level 16|6|
POPUPMA007|Level 64|4|
POPUPMA008|Level 256|2|
POPUPMA009|Level 1024|0|
POPUPMA010|Level 8192|8|
POPUPMA017|Entire World|E|
POPUPMA016|Last Map Pos/Zoom|P|
POPUPMA018|Object/Item->Create|b|
POPUPMA019|Object/Item->Modify|M|
POPUPMA025|Move My Station Here|H|
POPUPMA011|Pan up|u|
POPUPMA012|Pan down|d|
POPUPMA013|Pan left|l|
POPUPMA014|Pan right|r|
POPUPMA020|Measure||
POPUPMA021|Move||
POPUPMA022|TrackMe||
POPUPMA023|Modifiers Found!||
POPUPMA024|Please turn OFF CapsLock/NumLock/ScrollLock/other modifiers||
POPUPMA026|Center & Zoom||
POPUPMA027|  Latitude||
POPUPMA028| Longitude||
POPUPMA029|Draw CAD Objects||
POPUPMA030|Draw||
POPUPMA031|Close Polygon||
POPUPMA032|Erase CAD Polygons||
POPUPMA033|**NOT USED**||
POPUPMA034|Custom Zoom Level||
POPUPMA035|10% out||
POPUPMA036|10% in||
POPUPMA037|Area||
POPUPMA038|square||
POPUPMA039|square feet||
POPUPMA040|square meters||
POPUPMA041|Bearing||
POPUPMA042|degrees||
POPUPMA043|Modify ambiguous position||
POPUPMA044|Position ambiguity is on, your new position may appear to jump.||
POPUPMA045|Predefined Objects||
POPUPMA046|CAD Polygons||
POPUPMA047|Enable CAD objects||
POPUPMA048|Enable CAD labels||
POPUPMA049|Enable CAD comments||
POPUPMA050|Enable CAD probability||
POPUPMA051|Enable CAD area size||
POPUPMA052|sq||
POPUPMA053|ft||
POPUPMA054|meters||
POPUPMA055|mi|
#
#
# Status line labels
BBARZM0001|Zoom %s||
BBARZM0002|Zoom %s Tr||
BBARSTH001|%d/%d Stations||
BBARSTA000|%-9s New object!||
BBARSTA001|%-9s New station!||
BBARSTA002|%-9s||# new data (only display the call)
BBARSTA003|Loading Maps...||
BBARSTA004|Maps Loaded||
BBARSTA005|Map Lat/Long Grid On|O|
BBARSTA006|Map Lat/Long Grid Off|f|
BBARSTA007|The use of Auto Maps, is now ON||
BBARSTA008|The use of Auto Maps, is now OFF||
BBARSTA009|The use of Map Levels is now ON||
BBARSTA010|The use of Map Levels is now OFF||
BBARSTA011|Auto Reply Message OFF!||
BBARSTA012|File done..||
BBARSTA013|Opening GPS Port||
BBARSTA014|Closing GPS Port||
BBARSTA015|Got GPS RMC String||
BBARSTA016|Got GPS GGA String||
BBARSTA017|Net disconnected from host||
BBARSTA018|Net connection timed out!||
BBARSTA019|Looking up host %s||
BBARSTA020|Connected to %s||
BBARSTA021|Net Connection Failed!||
BBARSTA022|Could not bind socket!||
BBARSTA023|No IP for Host!||
BBARSTA024|No Host Specified||
BBARSTA025|Host found, Connecting %d||
BBARSTA026|Waiting for GPS data via HSP..||
BBARSTA027|Clearing HSP getting TNC data..||
BBARSTA028|Loading %s||
BBARSTA029|Opening WX Port||
BBARSTA030|Closing WX Port||
BBARSTA031|Looking up hostname %d||
BBARSTA032|Decoded WX Data||
BBARSTA033|Echo from digipeater||
BBARSTA034|Loading Weather Alert Maps||
BBARSTA035|Waiting for GPS data via AUX..||
BBARSTA036|Clearing AUX getting TNC data..||
BBARSTA037|GPS Data Complete||
BBARSTA038|Position change on my station||
BBARSTA039|Indexing %s||
BBARSTA040|Amateur APRS(tm) Station %s||
BBARSTA041|Waiting for GPS data..||
BBARSTA042|Transmitting objects/items||
BBARSTA043|Logging||
BBARSTA044|ALOHA distance is %d%s||
BBARSTA045|Loading symbols...||
BBARSTA046|Reloading symbols...||
BBARSTA047|Initialize my station...||
BBARSTA048|Start interfaces...||
BBARSTA049|Reading tiles...||
BBARSTA050|Downloading tiles...||
BBARSTA051|Downloading tile %li of %li||
#
#
# PopUp "View - Incoming Packet Data"
WPUPDPD001|Display Packet Data||
WPUPDPD002|TNC Data only|T|
WPUPDPD003|Net Data only|N|
WPUPDPD004|TNC and Net Data|a|
WPUPDPD005|TNC||
WPUPDPD006|NET||
WPUPDPD007|Station Capabilities||
WPUPDPD008|Mine Only||
#
# PopUp "View - Find Station"
WPUPLSP001|Locate Station||
WPUPLSP002|Locate Callsign||
WPUPLSP003|Match Case|C|
WPUPLSP004|Match Exact|E|
WPUPLSP005|Locate Now!|N|
WPUPLSP006|Emergency Locate!||
WPUPLSP007|FCC/RAC Lookup||
#
# PopUp "Configure - Defaults"
WPUPCFD001|Configure Defaults||
WPUPCFD002|After what interval of time will a station be considered old?||
WPUPCFD003|15 min|1|
WPUPCFD004|30 min|3|
WPUPCFD005|45 min|4|
WPUPCFD006|1 hr|H|
WPUPCFD007|90 min|9|
WPUPCFD008|2 hrs|2|
WPUPCFD009|After what interval of time will a station not be displayed?||
WPUPCFD010|6 hrs|6|
WPUPCFD011|12 hrs|o|
WPUPCFD012|1 Day|D|
WPUPCFD013|2 Days|y|
WPUPCFD014|1 Week|W|
WPUPCFD015|Transmit Station Option||
WPUPCFD016|Fixed Station|F|
WPUPCFD017|Mobile Station w/local time|l|
WPUPCFD018|Mobile Station w/Zulu date-time|Z|
WPUPCFD019|Mobile Station w/Zulu time-seconds|u|
WPUPCFD021|Station Position w/weather|S|
WPUPCFD022|Station Position, Zulu date-time, and weather|t|
WPUPCFD023|Transmit Raw WX data?|R|
WPUPCFD024|Transmit compressed objects/items?|C|
WPUPCFD025|Activate Alternate net?|A|
WPUPCFD026|Send position reports at what intervals?||
WPUPCFD027|Pop up new bulletins||
WPUPCFD028|Warn if Modifier Keys||
WPUPCFD029|View zero-distance bulletins||
WPUPCFD030|Disable Posit Dupe-Checks||
WPUPCFD031|Load predefined objects from file||
WPUPCFD032|My trails in one color||
WPUPCFD033|ALTNET:||
#
# PopUp "Configure - Timing"
WPUPCFTM01|Configure Timing||
WPUPCFTM02|Posit TX Interval (min)||
WPUPCFTM03|Station Ghosting Time (min)||
WPUPCFTM04|Object/Item Max TX Interval (min)||
WPUPCFTM05|Station Clear Time (hours)||
WPUPCFTM06|GPS Check Interval (sec)||
WPUPCFTM07|Station Delete Time (days)||
WPUPCFTM08|Dead-Reckoning Timeout (min)||
WPUPCFTM09|Serial Inter-Char Delay (ms)||
WPUPCFTM10|New Track Time (min)||
WPUPCFTM11|New Track Interval (degrees)||
WPUPCFTM12|RINO -> Objects Interval (min), 0 = Disabled||
WPUPCFTM13|Snapshot Interval (min)||
#
# PopUp "Configure Coordinate System"
WPUPCFC001|Configure Coordinate System||
WPUPCFC002|Select Coordinate System||
WPUPCFC003|dd.ddddd|d|
WPUPCFC004|dd mm.mmm|m|
WPUPCFC005|dd mm ss.s|s|
WPUPCFC006|UTM|U|
WPUPCFC007|USNG/MGRS2||
WPUPCFC008|UTM w/special zones||
#
# PopUp "Configure GPS"
WPUPCFG001|Configure GPS||
WPUPCFG003|Stand alone GPS port||
WPUPCFG002|Use GPS Position?||
WPUPCFG004|GPS Options||
WPUPCFG005|Stand-alone GPS||
WPUPCFG006|TNC Connected GPS (HSP Cable)||
WPUPCFG007|TNC Connected GPS using CTL-E||
WPUPCFG008|GPS Time (Sample every)||
WPUPCFG009|5 sec||
WPUPCFG010|15 sec||
WPUPCFG011|30 sec||
WPUPCFG012|1 min||
WPUPCFG013|2 min||
WPUPCFG014|5 min||
WPUPCFG015|10 min||
WPUPCFG016|Network Connected GPS||
WPUPCFG017|GPSD Host||
WPUPCFG018|GPSD Port||
WPUPCFG019|Network GPS via GPSD||
WPUPCFG020|Reconnect on failure?||
WPUPCFG021|Network Connected WX||
WPUPCFG022|WX Host||
WPUPCFG023|WX Port||
#
# Configure TNC (baud/style are also for WX)
WPUPCFT001|Configure TNC||
WPUPCFT002|Use TNC?||
WPUPCFT003|TNC Port||
WPUPCFT004|Port Settings||
WPUPCFT005|300 bps||
WPUPCFT006|1200 bps||
WPUPCFT007|2400 bps||
WPUPCFT008|4800 bps||
WPUPCFT009|9600 bps||
WPUPCFT010|19200 bps||
WPUPCFT011|UnProto Paths||
WPUPCFT012|Path 1: %s via ||
WPUPCFT013|Path 2: %s via ||
WPUPCFT014|Path 3: %s via ||
WPUPCFT015|Port Style||
WPUPCFT016|8,N,1||
WPUPCFT017|7,E,1||
WPUPCFT018|7,O,1||
WPUPCFT019|38400 bps||
WPUPCFT020|57600 bps||
WPUPCFT021|115200 bps||
WPUPCFT022|230400 bps||
WPUPCFT023|Configure TNC w/HSP GPS||
WPUPCFT024|Data Type||
WPUPCFT025|Auto detect||
WPUPCFT026|Binary Type||
WPUPCFT027|ASCII Type||
WPUPCFT028|Configure TNC w/AUX GPS||
WPUPCFT029|Configure TNC w/INVALID ENUM||
WPUPCFT030|Configure KISS TNC||
WPUPCFT031|TNC Configuration Files||
WPUPCFT032|TNC Setup Filename|| 
WPUPCFT033|TNC Shutdown Filename||
WPUPCFT034|KISS Parameters||
WPUPCFT035|TXDelay (10 ms units)||
WPUPCFT036|Persistence (0 to 255)||
WPUPCFT037|SlotTime (10 ms units)||
WPUPCFT038|TxTail (10 ms units)||
WPUPCFT039|Full Duplex||
WPUPCFT040|Configure Multi-Port KISS TNC||
WPUPCFT041|Radio Port||
WPUPCFT042|Interface Properties: Dubious UNPROTO Path!||
WPUPCFT043|Please consider a shorter path such as WIDE2-2 or WIDE1-1,WIDE2-2||
WPUPCFT044|Interface Properties: Dubious IGATE Path!||
WPUPCFT045|Transmitting w/Dubious UNPROTO Path!||
WPUPCFT046|Transmitting w/Dubious IGATE Path!||
WPUPCFT047|Init KISS-mode on startup||
#
#
# PopUp "Configure WX Port"
WPUPCFWX01|Configure WX Port||
WPUPCFWX02|Weather Station device||
WPUPCFWX03|Rain Gauge Correction (Global Setting)||
WPUPCFWX04|.1 inch/2.5mm||
WPUPCFWX05|.01 inch/.25mm||
WPUPCFWX06|.1mm||
WPUPCFWX07|No Correction||
#
# PopUp "Configure - Station"
WPUPCFS001|Configure Station||
WPUPCFS002|Callsign||
WPUPCFS003|LAT||
WPUPCFS004|deg||
WPUPCFS005|min||
WPUPCFS006|(N/S)||
WPUPCFS007|LONG||
WPUPCFS008|(E/W)||
WPUPCFS009|Station Symbol||
WPUPCFS010|Group/overlay||
WPUPCFS011|Symbol||
WPUPCFS028|Select||
WPUPCFS012|Power - Height (HAAT) - Gain - Directivity||
WPUPCFS013|Disable PHG||
WPUPCFS014|Antenna Height||
WPUPCFS015|Antenna Gain||
WPUPCFS016|Omni||
WPUPCFS017|Comment:||
WPUPCFS018|Position Ambiguity||
WPUPCFS019|None||
WPUPCFS020|.11 miles||
WPUPCFS021|1.15 miles||
WPUPCFS022|11.51 miles||
WPUPCFS023|69.09 miles||
WPUPCFS024|.18 kilometres||
WPUPCFS025|1.85 kilometres||
WPUPCFS026|18.53 kilometres||
WPUPCFS027|111.19 kilometres||
WPUPCFS029|Send compressed posits|C|
#
# PopUp "Object/Item"
POPUPOB001|Object/Item||
POPUPOB002|Name:||
POPUPOB003|Create New Object||
POPUPOB004|Delete Object||
POPUPOB005|Modify Object||
POPUPOB006|Create New Item||
POPUPOB007|Area Object||
POPUPOB008|Area Object||
POPUPOB009|Bright Color||
POPUPOB010|Color-Fill||
POPUPOB011|Circle||
POPUPOB012|Line-Right '/'||
POPUPOB013|Line-Left '\'||
POPUPOB014|Triangle||
POPUPOB015|Rectangle||
POPUPOB016|Black||
POPUPOB017|Blue||
POPUPOB018|Green||
POPUPOB019|Cyan||
POPUPOB020|Red||
POPUPOB021|Violet||
POPUPOB022|Yellow||
POPUPOB023|Grey||
POPUPOB024|Offset Up:||
POPUPOB025|Offset Left (Except '/'):||
POPUPOB026|Corridor:||
POPUPOB027|Generic Options||
POPUPOB028|Location||
POPUPOB029|Signpost||
POPUPOB030|Signpost Text||
POPUPOB031|Signpost Object||
POPUPOB032|Enable Compression||
POPUPOB033|Delete Item||
POPUPOB034|Modify Item||
POPUPOB035|Altitude (ft):||
POPUPOB036|Speed (knots):||
POPUPOB037|Course:||
POPUPOB038|DF Object||
POPUPOB039|Signal - Height(HAAT) - Gain - Directivity||
POPUPOB040|Beam Width - Bearing||
POPUPOB041|Omni Antenna||
POPUPOB042|Beam Antenna||
POPUPOB043|Useless||
POPUPOB044|Adopt Object||
POPUPOB045|Adopt Item||
POPUPOB046|DF Bearing:||
POPUPOB047|Probability Circles||
POPUPOB048|Map View Object||
POPUPOB049|Min (mi):||
POPUPOB050|Max (mi):||
#
# PopUp "Configure Internet"
WPUPCFI001|Configure Internet||
WPUPCFI002|Host ||
WPUPCFI003|Port ||
WPUPCFI004|(Secondary hosts)||
WPUPCFI005|Host1||
WPUPCFI006|Port1||
WPUPCFI007|Host2||
WPUPCFI008|Port2||
WPUPCFI009|Pass-code||
WPUPCFI010|(Leave Blank if None)||
WPUPCFI011|Reconnect on NET failure?||
WPUPCFI012|Run as an I-Gate?||
WPUPCFI013|Broadcast messages via TNC when an I-Gate?||
WPUPCFI014|Log I-Gate Transactions?||
WPUPCFI015|Filter Parameters||
#
# PopUp "Configure Database"
WPUPCFID01|Configure Database (TBD)||
WPUPCFID02|Host ||
WPUPCFID03|Port ||
WPUPCFID04|(Secondary hosts)||
WPUPCFID05|Host1||
WPUPCFID06|Port1||
WPUPCFID07|Host2||
WPUPCFID08|Port2||
WPUPCFID09|Pass-code||
WPUPCFID10|(Leave Blank if None)||
WPUPCFID11|Reconnect on NET failure?||
WPUPCFID12|Run as an I-Gate?||
WPUPCFID13|Broadcast messages via TNC when an I-Gate?||
WPUPCFID14|Log I-Gate Transactions?||
WPUPCFID15|Filter Parameters||
#
# PopUp "Configure AGWPE"
WPUPCFIA01|Configure AGWPE||
WPUPCFIA02|Host ||
WPUPCFIA03|Port ||
WPUPCFIA04|(Secondary hosts)||
WPUPCFIA05|Host1||
WPUPCFIA06|Port1||
WPUPCFIA07|Host2||
WPUPCFIA08|Port2||
WPUPCFIA09|Pass-code||
WPUPCFIA10|(Leave Blank if None)||
WPUPCFIA11|Reconnect on NET failure?||
WPUPCFIA12|Run as an I-Gate?||
WPUPCFIA13|Broadcast messages via TNC when an I-Gate?||
WPUPCFIA14|Log I-Gate Transactions?||
WPUPCFIA15|Transmit RadioPort||
#
# PopUp "Configure Audio Alarms"
WPUPCFA001|Configure Audio Alarms||
WPUPCFA002|Audio Play Command||
WPUPCFA003|Alarm on||
WPUPCFA004|Audio file to Play||
WPUPCFA005|New Station||
WPUPCFA006|New Message||
WPUPCFA007|Proximity||
WPUPCFA008|Band Opening||
WPUPCFA009|Minimum Distance||
WPUPCFA010|Maximum Distance||
WPUPCFA011|Weather Alert||
#
# PopUp "Configure Speech"
WPUPCFSP01|Configure Speech||
WPUPCFSP02|Speech Output on:||
WPUPCFSP03|New Station||
WPUPCFSP04|New Message Alert||
WPUPCFSP05|New Message Body||
WPUPCFSP06|Proximity Alert||
WPUPCFSP07|Band Opening||
WPUPCFSP08|New Weather Alert||
WPUPCFSP09|Tracked Station Proximity Alert||
#
# PopUp "Track Station"
WPUPTSP001|Track Station|| 
WPUPTSP002|Track Callsign|| 
WPUPTSP003|Match Case|| 
WPUPTSP004|Match Exact|| 
WPUPTSP005|Track Now!|| 
WPUPTSP006|Clear Tracking|| 
WPUPTSP007|Download Trail||
WPUPTSP008|Callsign||
WPUPTSP009|Start Trail (hrs ago)||
WPUPTSP010|Trail Length (hrs)||
#
# PopUp "Messages..."
WPUPMSB001|Send Message Box %d||
WPUPMSB002|Send Group Message Box %d||
WPUPMSB003|Station's Call:||
WPUPMSB004|Group's Call:||
WPUPMSB005|New/Refresh Call||
WPUPMSB006|New Group||
WPUPMSB007|Clear Msg History||
WPUPMSB008|Message:||
WPUPMSB009|Send Now!||
WPUPMSB010|Path:||
WPUPMSB011|Cancel Pending Msgs||
WPUPMSB012|Kick Timer||
WPUPMSB013|seq||
WPUPMSB014|type||
WPUPMSB015|Broadcast||
WPUPMSB016|*TIMEOUT*||
WPUPMSB017|*CANCELLED*||
WPUPMSB018|*REJECTED*||
WPUPMSB019|Change Path||
WPUPMSB020|Use Default Path(s)||
WPUPMSB021|Direct (No path)||
WPUPMSB022|Reverse Path (Hint):||
#
# PopUp "Auto Reply"
WPUPARM001|Change Auto Reply||
WPUPARM002|Reply:||
#
# PopUp "Help Index"
WPUPHPI001|Help Index||
WPUPHPI002|View||
#
# PopUp "Station Info"
WPUPSTI000|Object from: %s||
WPUPSTI001|Station Info||
WPUPSTI002|Send Message||
WPUPSTI003|Search FCC Database||
WPUPSTI004|Search RAC Database||
WPUPSTI005|Packets received: %d     Last Heard: ||
WPUPSTI006|Heard via the TNC on device %d, ||
WPUPSTI007|Heard ||
WPUPSTI008|last via Local||
WPUPSTI009|last via TNC on device %d||
WPUPSTI010|last via Internet on device %d||
WPUPSTI011|last via File||
WPUPSTI012|last via Unknown||
WPUPSTI013|, and has moved||
WPUPSTI014|Current Power Gain:||
WPUPSTI016|Altitude: %.0f%s ||
WPUPSTI017|Course: %s° ||
WPUPSTI018|Speed: %.1f km/h||
WPUPSTI019|Speed: %.1f mph||
WPUPSTI020|%0.1f miles||
WPUPSTI021|%0.1f km||
WPUPSTI022|Distance from my station: %s  Bearing from my station: %s||
WPUPSTI023|Last Position: ||
WPUPSTI024|Weather Data %c:%s||
WPUPSTI025|Wind Course: %s°    Speed: %03d km/h||
WPUPSTI026|Wind Course: %s°    Speed: %s mph||
WPUPSTI027|   Gust: %03d km/h||
WPUPSTI028|   Gust: %s mph||
WPUPSTI029|Temperature: %02.1f°C  ||
WPUPSTI030|Temperature: %s°F   ||
WPUPSTI031|Humidity: %s%%   ||
WPUPSTI032| Humidex: %02.1f°C  ||
WPUPSTI033|Baro: %s hPa||
WPUPSTI034|Snow: %0.1f (cm/24h)||
WPUPSTI035|Snow: %0.0f (inch/24h)||
WPUPSTI036|Rain: ||
WPUPSTI037|%0.2f (mm/h)    ||
WPUPSTI038|%0.2f (inch/h)  ||
WPUPSTI039|%0.2f (mm/day)     ||
WPUPSTI040|%0.2f (inch/day)  ||
WPUPSTI041|%0.2f (mm/since midnight)||
WPUPSTI042|%0.2f (inch/since midnight)||
WPUPSTI043|Data path: %s||
WPUPSTI044|Comment %02d/%02d %02d:%02d : %s||
WPUPSTI045|Clear Track||
WPUPSTI046|Total Rain: ||
WPUPSTI047|%0.2f (mm)||
WPUPSTI048|%0.2f (inch)||
WPUPSTI049|Trace Query||
WPUPSTI050|Un-Acked Messages Query||
WPUPSTI051|Direct Stations Query||
WPUPSTI052|Station Version Query||
WPUPSTI053|Modify Object/Item||
WPUPSTI054|Store Track||
WPUPSTI055|Echoed from:||
WPUPSTI056|Enable Automatic Updates||
WPUPSTI057|Omni-DF: %s||
WPUPSTI058|DF Bearing: %s||
WPUPSTI059|Status  %02d/%02d %02d:%02d : %s||
WPUPSTI060|Fuel Temp: %02.1f°C  ||
WPUPSTI061|Fuel Temp: %s°F   ||
WPUPSTI062|Fuel Moisture: %s%%   ||
WPUPSTI063|Baro: %0.2f in Hg||
WPUPSTI064|Fetch NWS Alert||
WPUPSTI065|Tactical Call: %s||
WPUPSTI066|Assign Tactical Call||
WPUPSTI067|Current Range: %d miles||
WPUPSTI068|none||
WPUPSTI069|default||
WPUPSTI070|HAAT||
WPUPSTI071|omni||
WPUPSTI072|range||
WPUPSTI073|BAD PHG||
WPUPSTI074|BAD SHG||
WPUPSTI075|DF Range||
WPUPSTI076|No signal detected||
WPUPSTI077|Detectible signal (Maybe)||
WPUPSTI078|Detectible signal but not copyable)||
WPUPSTI079|Weak signal, marginally readable||
WPUPSTI080|Noisy but copyable signal||
WPUPSTI081|Some noise, easy to copy signal||
WPUPSTI082|Good signal w/detectible noise||
WPUPSTI083|Near full-quieting signal||
WPUPSTI084|Full-quieting signal||
WPUPSTI085|Extremely strong & full-quieting signal||
WPUPSTI086|BAD BEARING||
WPUPSTI087|BAD NRQ||
WPUPSTI088|DF Beamwidth||
WPUPSTI089|DF Length||
WPUPSTI090|Not Valid||
WPUPSTI091|Change Trail Color||
WPUPSTI092|Clear DF Bearing||
#
#
# PopUp "ALOHA Statistics"
WPUPALO001|ALOHA radius: %d %s||
WPUPALO002|Stations inside ALOHA circle: %d||
WPUPALO003| Digis:               %d||
WPUPALO004| Mobiles (in motion): %d||
WPUPALO005| Mobiles (other):     %d||
WPUPALO006| WX stations:         %d||
WPUPALO007| Home stations:       %d||
WPUPALO008|Last calculated %d %s %d %s ago.||
WPUPALO666|ALOHA radius not calculated yet||
#
#
# FCC-RAC Call Look up
STIFCC0001|FCC Database Lookup||
STIFCC0002|RAC Database Lookup||
STIFCC0003|Name:||
STIFCC0004|Street:||
STIFCC0005|City:||
STIFCC0006|State:||
STIFCC0007|Zip:||
STIFCC0008|Basic ||
STIFCC0009|Advanced ||
STIFCC0010|5 wpm ||
STIFCC0011|12 wpm ||
#
#
# FCC-RAC indexing/searching
STIFCC0100|FCC index old, rebuilding||
STIFCC0101|Callsign Search||
STIFCC0102|Callsign Not Found!||
STIFCC0103|RAC index old, rebuilding||
#
#
# Band open message 
UMBNDO0001|at distance of||
#
#
# Universal Options
UNIOP00001|OK||
UNIOP00002|Cancel||
UNIOP00003|Close||
UNIOP00004|miles||
UNIOP00005|km||
UNIOP00006|Device||
UNIOP00007|Add||
UNIOP00008|Delete||
UNIOP00009|Properties||
UNIOP00010|Allow Transmitting?||
UNIOP00011|Activate on Startup?||
UNIOP00012|km/h||
UNIOP00013|mph||
UNIOP00014|°C||
UNIOP00015|°F||
UNIOP00016|mm||
UNIOP00017|inch||
UNIOP00018|mm/day||
UNIOP00019|inch/day||
UNIOP00020|mm/hr||
UNIOP00021|inch/hr||
UNIOP00022|mm/mid||
UNIOP00023|inch/mid||
UNIOP00024|deg||
UNIOP00025|hPa||
UNIOP00026|%||
UNIOP00027|in Hg||
UNIOP00028|mm Hg||
UNIOP00029|Set System Clock from GPS Data?||
UNIOP00030|Digipeat?||
UNIOP00031|m||
UNIOP00032|Apply||
UNIOP00033|Reset||
UNIOP00034|min||
UNIOP00035|hr||
UNIOP00036|day||
UNIOP00037|Send Control-E to get GPS data?||
UNIOP00038|Add Delay||
#
# PopUp "Station Chooser"
STCHO00001|Station Chooser||
#
# DISPLAY WX ALERT 
WPUPWXA001|Wx Alerts||
WPUPWXA002|Wx Alert List||
#
# PopUp "Configure - Interfaces"
WPUPCIF001|Installed Interfaces||
WPUPCIF002|Choose Interface Type||
#
# PopUp "Configure AX.25 TNC"
WPUPCAX001|Configure AX.25 TNC||
WPUPCAX002|AX.25 Device name||
#
# Interface device names 
IFDNL00000|None||
IFDNL00001|Serial TNC||
IFDNL00002|Serial TNC w/GPS on a HSP cable||
IFDNL00003|Serial GPS||
IFDNL00004|Serial WX||
IFDNL00005|Internet Server||
IFDNL00006|AX25 TNC||
IFDNL00007|Networked GPS (via gpsd)||
IFDNL00008|Networked WX||
IFDNL00009|Serial TNC w/GPS on AUX port||
IFDNL00010|Serial KISS TNC||
IFDNL00011|Networked Database (Not Implemented Yet)||
IFDNL00012|Networked AGWPE||
IFDNL00013|Serial Multi-Port KISS TNC||
IFDNL00014|SQL Database (Experimental)||
#
# Interface device info 
IFDIN00000|%s %2d %s %s   %s||
IFDIN00001|%s %2d %s %s:%d   %s||
IFDIN00002|%s %2d %s device %s   %s||
IFDIN00003|%s %2d  %s  %s %s   %s||
IFDIN00004|%s %2d  %s  %s %s:%d   %s||
IFDIN00005|%s %2d  %s  %s %s   %s||
IFDIN00006| DOWN ||
IFDIN00007|  UP  ||
IFDIN00008|ERROR ||
IFDIN00009|UNKNWN||
#
# PopUp "Interface control"
IFPUPCT000|Interface Control||
IFPUPCT001|Start||
IFPUPCT002|Stop||
IFPUPCT003|Start All||
IFPUPCT004|Stop All||
#
# IGate control
IGPUPCF000|IGate Options||
IGPUPCF001|Disable all IGate traffic||
IGPUPCF002|Allow RF to Inet traffic ONLY||
IGPUPCF003|Allow RF->Inet and Inet->RF traffic||
IGPUPCF004|Igate -> RF Path   ||
#
# WX Station
WXPUPSI000|WX Station||
WXPUPSI001|WX Station Type||
WXPUPSI002|Current Data||
WXPUPSI003|Wind Course||
WXPUPSI004|Wind Speed||
WXPUPSI005|Wind Gust||
WXPUPSI006|Temp||
WXPUPSI007|Total Rain||
WXPUPSI008|Today's Rain Total||
WXPUPSI009|Baro||
WXPUPSI010|Humidity||
WXPUPSI011|Peet Bros ULTIMETER 2000 Type (Data Logging Mode)||
WXPUPSI012|Peet Bros ULTIMETER II Type||
WXPUPSI013|Peet Bros ULTIMETER 2000 Type (Packet Mode)||
WXPUPSI014|Current HR Rain Tot.||
WXPUPSI015|Last 24 Rain Total||
WXPUPSI016|Qualimetrics Q-Net||
WXPUPSI017|Peet Bros ULTIMETER 2000 Type (Complete Mode)||
WXPUPSI018|Dew Point||
WXPUPSI019|High Wind||
WXPUPSI020|Wind Chill||
WXPUPSI021|Heat Index||
WXPUPSI022|3-Hr Baro||
WXPUPSI023|High Temp.||
WXPUPSI024|Low Temp.||
WXPUPSI025|Radio Shack WX-200/Oregon Scientific WM-918||
WXPUPSI026|Davis Weather Monitor II/Wizard III/Vantage Pro||
WXPUPSI027|LaCrosse WX-23xx||
WXPUPSI028|Davis APRS Data Logger||
#
# Station Lists
LHPUPNI000|All Stations||
LHPUPNI001|Mobile Stations||
LHPUPNI002|Weather Stations||
LHPUPNI003|Local Stations (via TNC)||
LHPUPNI004|Last Stations||
LHPUPNI005|Objects & Items||
LHPUPNI006|Own Objects & Items||
LHPUPNI010|#||
LHPUPNI011|Call Sign||
LHPUPNI012|#Pack||
LHPUPNI013|Pos Time||
LHPUPNI014|Path||
LHPUPNI015|PHG||
LHPUPNI016|Comments||
LHPUPNI100|CSE||
LHPUPNI101|SPD||
LHPUPNI102|ALT.||
LHPUPNI103|Lat||
LHPUPNI104|Long||
LHPUPNI105|#Pack||
LHPUPNI106|LSV||
LHPUPNI107|CFMS||
LHPUPNI108|DFMS||
LHPUPNI200|CSE||
LHPUPNI201|SPD||
LHPUPNI202|GST||
LHPUPNI203|Temp||
LHPUPNI204|Hum||
LHPUPNI205|Baro||
LHPUPNI206|RN-H||
LHPUPNI207|RNSM||
LHPUPNI208|RN24||
LHPUPNI209|Lat/Lon or UTM||
#
# Maps WX Alert styles
PULDNMAT01|Show Alert maps above other maps||
PULDNMAT02|Show Alert maps under other maps||
#
# Error/popup messages 
POPEM00001|Locate Error!||
POPEM00002|Station %s was not found!||
POPEM00003|Tracking Error!||
POPEM00004|Interface Error!||
POPEM00005|Invalid AX.25 port name %s||
POPEM00006|Invalid AX.25 port name %s||
POPEM00007|Invalid callsign %s||
POPEM00008|Invalid AX.25 destination callsign or digipeater||
POPEM00009|Cannot open AX.25 socket, %s||
POPEM00010|Cannot bind AX.25 socket, %s||
POPEM00011|Cannot connect to AX.25 callsign, %s||
POPEM00012|AX.25 error on output of UI||
POPEM00013|AX.25 problem with axports file||
POPEM00014|AX.25 invalid port name %s||
POPEM00015|Error opening interface %d Hard Fail||
POPEM00016|Error opening interface %d Time Out||
POPEM00017|No more interfaces Available!||
POPEM00018|Data Query - Single Message Line||
POPEM00019|Port transmitting is off for port %d||
POPEM00020|Database Error!||
POPEM00021|AX.25 support not compiled into Xastir!||
POPEM00022|Input Error!||
POPEM00023|No location name specified!||
POPEM00024|Location name specified is in use!||
POPEM00025|Not Found!||
POPEM00026|Tracking will commence when it appears||
POPEM00027|Improper info.  Some fields empty?||
POPEM00028|Can't open file||
POPEM00029|Found It!||
POPEM00030|Weather Station Symbol||
POPEM00031|Changed to WX symbol '/_', other options:  '\_'  '/W'  and  '\W'||
POPEM00032|Warning: Using National Weather Service Symbol!||
POPEM00033|No GPS Data!||
POPEM00034|Disabling My Position TX Until Valid GPS Data!||
POPEM00035|Warning||
POPEM00036|Notice||
POPEM00037|HSP interface present: GPS timing has been increased||
POPEM00038|Name Conflicts With Existing Object/Item/Station||
POPEM00039|Illegal characters found, substituting periods in their place||
POPEM00040|Custom outgoing path was lost||
POPEM00041|Processing another file.  Wait a bit, then try again||
POPEM00042|Object not owned by me! Try adopting the object first.||
POPEM00043|Not an Object/Item!||
POPEM00044|Fetch Findu Trail: Failed||
POPEM00045|Fetch Findu Trail: Complete||
POPEM00046|Berkeley DB header/shared library do NOT match! Disabling map cache.||
POPEM00047|Global transmit is DISABLED. Emergency beacons are NOT going out!||
POPEM00048|Emergency Beacon Mode!||
POPEM00049|EMERGENCY BEACON MODE, transmitting every 60 seconds!||
POPEM00050|Interfaces or posits/transmits DISABLED.  Emergency beacons are NOT going out!||
POPEM00051|Altnet is enabled (Configure->Defaults dialog)||
POPEM00052|Callsign is EMPTY!||
POPEM00053|Message is EMPTY!||
POPEM00054|We're trying to talk to ourselves!||
#
# Jump Location 
JMLPO00001|Map Display Bookmarks||
JMLPO00002|Activate!||
JMLPO00003|New Name:||
#
# Bulletins
BULMW00001|Bulletins||
BULMW00002|Limit Range to (0, is no limit)||
BULMW00003|Change Range||
#
# All Message Traffic
AMTMW00001|All Message Traffic||
AMTMW00002|Limit Range to (0, is no limit)||
#
# Speech Strings
SPCHSTR001|kilometers||
SPCHSTR002|meters||
SPCHSTR003|miles||
SPCHSTR004|yards||
SPCHSTR005|%s, distance is %d %s.||
SPCHSTR006|%s, distance is %.1f %s.||
SPCHSTR007|%s, distance is %d %s %s %s.||
SPCHSTR008|%s, distance is %.1f %s %s %s.||
SPCHSTR009|New Weather Alert||
SPCHSTR010|New Station||
SPCHSTR011|Heard, D X, %s, at distance of %.1f %s||
#
#
SPCHDIRN00|north of||
SPCHDIRS00|south of||
SPCHDIRE00|east of||
SPCHDIRW00|west of||
SPCHDIRNE0|northeast of||
SPCHDIRNW0|northwest of||
SPCHDIRSE0|southeast of||
SPCHDIRSW0|southwest of||
#
# Symbol Selection Dialog
SYMSEL0001|Select Symbol||
SYMSEL0002|Primary Symbol Table||
SYMSEL0003|Secondary Symbol Table||
#
# Print Properties Dialog
PRINT0001|Print Properties||
PRINT0002|Paper Size||
PRINT0003|Auto-Rotate Image||
PRINT0004|Rotate Image 90° CCW||
PRINT0005|Auto-Scale Image||
PRINT0006|Scale:||
PRINT0007|Force default background color to white||
PRINT0008|Print in Black and White||
PRINT0016|Reverse Colors||
PRINT0009|Postscript Resolution:||
PRINT0010|Preview||
PRINT0011|Print to File||
PRINT0012|Dumping image to file...||
PRINT0013|Converting to Postscript...||
PRINT0014|Finished creating print file||
PRINT0015|Print Status||
#
# Print Dialog
PRINT1001|Direct to:||
PRINT1002|Via Previewer:||
#
# Locate Feature and Find Address Dialogs
FEATURE001|Name:||
FEATURE002|State/Province:||
FEATURE003|County:||
FEATURE004|Map Quad:||
FEATURE005|Type:||
FEATURE006|GNIS File:||
FEATURE007|Address:||
FEATURE008|City:||
FEATURE009|Mark Destination||
FEATURE010|Zip Code:||
FEATURE011|Geocoding File||
#
# Coordinate Calculator Dialog
COORD001|Coordinate Calculator||
COORD002|Calc||
COORD003|Calculate||
COORD004|Clear||
COORD005|UTM||
COORD006|Latitude or||
COORD007|Longitude or||
COORD008|Zone||
COORD009|UTM Easting||
COORD010|UTM Northing||
COORD011|               Decimal Degrees:  ||
COORD012|       Degrees/Decimal Minutes:  ||
COORD013|  Degrees/Minutes/Dec. Seconds:  ||
COORD014| Universal Transverse Mercator:  ||
COORD015|Military Grid Reference System:  ||
COORD016|       Maidenhead Grid Locator:  ||
COORD017| **       Sorry, your input was not recognized!        **||
COORD018| **   Please use one of the following input formats:   **||
#
#
# Smart Beaconing Dialog
SMARTB001|Smart Beaconing||
SMARTB002|High Rate (secs):||
SMARTB003|High Speed (mph):||
SMARTB004|High Speed (kph):||
SMARTB005|Low Rate (mins):||
SMARTB006|Low Speed (mph):||
SMARTB007|Low Speed (kph):||
SMARTB008|Minimum Turn (deg):||
SMARTB009|Turn Slope:||
SMARTB010|Wait Time (secs):||
SMARTB011|Enable SmartBeaconing(tm)||
#
#
#
# Gamma Adjust Dialog
GAMMA001|Adjust Gamma Correction||
GAMMA002|Gamma Correction||
#
#
# 
# Map labels font Dialog
MAPFONT001|Change Fonts||
MAPFONT002|Fonts||
MAPFONT003|Map Font Tiny||
MAPFONT004|Map Font Small||
MAPFONT005|Map Font Medium||
MAPFONT006|Map Font Large||
MAPFONT007|Map Font Huge||
MAPFONT008|Map Font Border||
MAPFONT009|Menu Font||
MAPFONT010|Station Font||
MAPFONT011|ATV ID Font||
#
#
#
# Distance/Bearing on status line
PULDNDB001|Dist/Bearing Status||
#
#
# GPS Transfer Operations
GPS001|GPS Transfer||
GPS002|Filename||
GPS003|Select Color||
GPS004|Red||
GPS005|Green||
GPS006|Black||
GPS007|White||
GPS008|Orange||
GPS009|Blue||
GPS010|Yellow||
GPS011|Violet||
#
#
# Map Properties Dialog
MAPP001|Map Properties||
MAPP002|Max   Min    Map         USGS  Auto||
MAPP003|Zoom  Zoom  Layer  Fill  DRG   Map   Path/Filename||
MAPP004|Change Layer->||
MAPP005|Filled->||
MAPP006|Yes||
MAPP007|No||
MAPP008|Automaps->||
MAPP009|Max Zoom->||
MAPP010|Min Zoom->||
MAPP011|Auto||
MAPP012|USGS DRG->||
#
#
# Time Strings
TIME001|Day||
TIME002|Days||
TIME003|Hour||
TIME004|Hours||
TIME005|Minute||
TIME006|Minutes||
TIME007|Second||
TIME008|Seconds||
#
#
# Map Caching
CACHE001|Map now cached||
CACHE002|Loading Cached Map||
CACHE003|Map not found in cache...||
#
#
# Map Screen Misc
RANGE001|RANGE SCALE||
#
#
# GPS Status
GPSS001|WAAS or PPS||
GPSS002|DGPS||
GPSS003|Valid SPS||
GPSS004|Invalid||
GPSS005|Sats/View||
GPSS006|Fix||
GPSS007|!GPS data is older than 30 seconds!||
GPSS008|Simulation||
GPSS009|Manual||
GPSS010|Estimated||
GPSS011|Float RTK||
GPSS012|RTK||
#
#
# Popup cad_dialog to obtain CAD object data and other CAD dialogs
CADPUD001|Area Object||
CADPUD002|Area Label:||
CADPUD003|Comment:||
CADPUD004|Probability (%):||
CADPUD005|OK||
CADPUD006|CAD Dialog||
CADPUD007|Show/Edit Details||
CADPUD008|Cancel||
CADPUD009|Delete CAD objects?||
CADPUD010|Delete All||
CADPUD011|Delete Selected||
CADPUD012|Solid||
CADPUD013|Dashed||
CADPUD014|Double Dash||
#
#
# Format strings for map metadata in top border
#"XASTIR Map of <utm_coord> (upper left) to <utm_coord> (lower right).  UTM <grid_size> m grid, <wgs84> datum. ",
MDATA001|XASTIR Map of %s (upper left) to %s (lower right).  UTM %d m grid, %s datum. ||
#"XASTIR Map of <lat/long> (upper left) to <lat/long> (lower right).  Lat/Long grid, <wgs84> datum. ",
MDATA002|XASTIR Map of %s (upper left) to %s %s (lower right).  Lat/Long grid, %s datum.||
#"XASTIR Map of <utm_coord> (upper left) to <utm_coord> (lower right).  UTM zones, <wgs84> datum. ",
MDATA003|XASTIR Map of %s (upper left) to %s (lower right).  UTM zones, %s datum.||
#
# Text interpretation of integer values of database type and schema type
# used for sql database configuration in interface_gui.c
# DB_MYSQL 
XADBMST001|MySQL (lat/long)||
# DB_POSTGIS 
XADBMST002|Postgreql with Postgis||
# DB_MYSQL_SPATIAL
XADBMST003|MySQL (spatial)||
# XASTIR_SCHEMA_SIMPLE]
XASCHEMA01|Xastir Simple Schema||
#XASTIR_SCHEMA_CAD
XASCHEMA02|Xastir CAD Schema||
#XASTIR_SCHEMA_COMPLEX
XASCHEMA03|Xastir full Schema||
#XASTIR_SCHEMA_APRSWORLD
XASCHEMA04|APRSWorld Schema||