-
Notifications
You must be signed in to change notification settings - Fork 6
/
default.pot
12966 lines (10182 loc) · 295 KB
/
default.pot
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
msgid ""
msgstr ""
"Project-Id-Version: TicketsCAD-2.40A\n"
"POT-Creation-Date: 2014-06-14 08:18-0600\n"
"PO-Revision-Date: 2014-06-14 08:20-0600\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.6.5\n"
"X-Poedit-KeywordsList: _;gettext;gettext_noop;get_text\n"
"X-Poedit-Basepath: .\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPath-1: ./ajax\n"
"X-Poedit-SearchPath-2: ./DEV\n"
"X-Poedit-SearchPath-3: ./incs\n"
"X-Poedit-SearchPath-4: ./portal\n"
#: action.php:51 action_w.php:44
msgid "Tickets - Action Module"
msgstr ""
#: action.php:245 action_w.php:172 banner.php:247 circle.php:338 landb.php:384
#: patient.php:193 patient_w.php:177 portal/new_request.php:335
msgid "Description is required"
msgstr ""
#: action.php:247 action_w.php:174
msgid "As-of date error - Year"
msgstr ""
#: action.php:248 action_w.php:175
msgid "As-of date error - Month"
msgstr ""
#: action.php:249 action_w.php:176
msgid "As-of date error - Day"
msgstr ""
#: action.php:250 action_w.php:177 patient.php:195 patient_w.php:179
msgid "As-of time error - Hours"
msgstr ""
#: action.php:251 action_w.php:178 patient.php:196 patient_w.php:180
msgid "As-of time error - Minutes"
msgstr ""
#: action.php:252 action_w.php:179 patient.php:197 patient_w.php:181
msgid "As-of date/time error - future?"
msgstr ""
#: action.php:256 action.php:305 action_w.php:183 add.php:1763 add_nm.php:1466
#: banner.php:263 board.php:951 board.php:2353 circle.php:355 config.php:592
#: config.php:638 config.php:667 config.php:684 config.php:700 config.php:1041
#: config.php:1288 config.php:1315 do_direcs_mail.php:106 do_fac_mail.php:97
#: do_indiv_mail.php:80 edit.php:654 edit_nm.php:353 fac_routes.php:386
#: fac_routes_nm.php:383 facilities.php:695 facilities.php:726
#: facilities.php:1475 facilities_nm.php:458 file_upload.php:193
#: hints_config.php:198 ics213.php:104 incs/functions_major.inc.php:1909
#: incs/functions_major_nm.inc.php:670 install.php:108 landb.php:399
#: mail.php:115 patient_w.php:185 portal/new_request.php:338
#: quick_start.php:76 routes.php:1168 routes_nm.php:860 tables.php:547
#: tables.php:636 tables.php:2040 tables/c_places.php:165
#: tables/u_places.php:133 units.php:1341 units.php:2065 units_nm.php:544
#: units_nm.php:791 warn_locations.php:395 warn_locations_nm.php:253
msgid "Please correct the following and re-submit"
msgstr ""
#: action.php:265
msgid "New Action record by"
msgstr ""
#: action.php:303 fac_routes.php:384 fac_routes_nm.php:381 facilities.php:1473
#: incs/functions_major.inc.php:1907 incs/functions_major_nm.inc.php:668
#: routes.php:1166 routes_nm.php:858 units.php:2063 units_nm.php:789
msgid "You cannot Hide all the regions"
msgstr ""
#: action.php:436 action_w.php:213 edit.php:1063 edit_nm.php:535
#: edit_nm.php:556 incs/functions_major.inc.php:5402
#: incs/functions_major_nm.inc.php:1674 patient_w.php:266
msgid "Invalid Ticket ID"
msgstr ""
#: action.php:438 action_w.php:215 patient_w.php:268
msgid "Please enter Description."
msgstr ""
#: action.php:478
msgid "Action record has been added."
msgstr ""
#: action.php:480 board.php:2744 board.php:2762 config.php:2232
#: config.php:2278 email_lists.php:183 fac_routes.php:517
#: fac_routes_nm.php:512 fileman.php:260 routes_i.php:92 routes_nm.php:588
#: tables.php:1846 tables.php:1903 tables.php:1928 tables.php:2003
msgid "Continue"
msgstr ""
#: action.php:600 action_w.php:396
msgid "Action deleted"
msgstr ""
#: action.php:609 action_w.php:405
msgid "Really delete action record"
msgstr ""
#: action.php:611 action_w.php:407 banner.php:827 banner.php:1275
#: banner.php:1278 circle.php:884 circle.php:917 circle.php:1321
#: circle.php:1324 circle.php:1369 config.php:2425
#: incs/config.setcenter.inc.php:225 landb.php:829 landb.php:861
#: landb.php:1221 landb.php:1224 landb.php:1268 patient.php:467
#: patient_w.php:444 tables/c_un_status.php:38 tables/c_un_status.php:44
#: tables/u_un_status.php:76 tables/u_un_status.php:104
msgid "Yes"
msgstr ""
#: action.php:612 action.php:708 action.php:874 action_w.php:408
#: action_w.php:498 action_w.php:564 add.php:2201 add_nm.php:2108
#: add_note.php:105 archive_message.php:299 banner.php:881 banner.php:1352
#: board.php:839 board.php:987 board.php:990 board.php:1699 board.php:2018
#: board.php:2298 board.php:2398 board.php:2625 capts.php:163 chat.php:537
#: circle.php:942 circle.php:1399 class_init.php:92 close_in.php:105
#: close_in.php:276 config.php:1021 config.php:1192 config.php:1266
#: config.php:1366 config.php:1414 config.php:1526 config.php:1690
#: config.php:1861 config.php:1965 config.php:2101 config.php:2221
#: config.php:2248 config.php:2433 config.php:2450 config.php:2556
#: config.php:2625 delete_module.php:108 do_all_mail.php:219
#: do_all_mail.php:239 do_direcs_mail.php:165 do_fac_mail.php:148
#: do_indiv_mail.php:111 do_unit_mail.php:410 do_unit_mail.php:484
#: do_unit_mail.php:681 do_unit_mail.php:710 edit.php:1694 edit_nm.php:837
#: edit_nm.php:838 fac_routes.php:744 fac_routes_nm.php:743
#: facilities.php:2656 facilities.php:2955 facilities.php:3179
#: facilities_nm.php:1345 facilities_nm.php:1538 facilities_nm.php:1671
#: file_upload.php:445 ics213.php:445 ics213.php:455 incs/capts.inc.php:40
#: incs/config.setcenter.inc.php:232 incs/full_scr.inc.php:219
#: incs/full_scr.inc.php:2663 incs/full_scr.inc.php:3072
#: incs/full_scr.inc.php:3088 incs/functions_major.inc.php:891
#: incs/functions_major.inc.php:3676 incs/functions_major.inc.php:4114
#: incs/functions_major.inc.php:4215 incs/functions_major_nm.inc.php:612
#: landb.php:885 landb.php:1298 locatea.php:103 locatea.php:126
#: locatea.php:148 log.php:85 log.php:101 log.php:197 mail.php:176
#: mail_all.php:188 mail_all.php:200 message.php:609 native.php:86
#: patient.php:468 patient.php:580 patient.php:727 patient_w.php:445
#: patient_w.php:565 patient_w.php:612 patient_w.php:693
#: portal/import_requests.php:345 portal/import_requests.php:360
#: rm/chat.php:98 rm/index.php:2259 rm/index.php:2281 road_conditions.php:1143
#: road_conditions.php:1304 routes.php:1457 routes_i.php:719
#: routes_nm.php:1041 search.php:298 smtp_test.php:112 stats_scr.php:1558
#: t_tracker.php:131 t_tracker.php:166 t_tracker.php:180 tables.php:1251
#: tables.php:1518 tables.php:1700 tables.php:2132 tables/c_conditions.php:100
#: tables/c_courses_taken.php:65 tables/c_fac_types.php:42
#: tables/c_in_types.php:57 tables/c_personnel.php:79 tables/c_places.php:259
#: tables/c_region.php:64 tables/c_un_status.php:75 tables/c_unit_types.php:42
#: tables/u_conditions.php:98 tables/u_fac_types.php:40
#: tables/u_in_types.php:64 tables/u_personnel.php:78 tables/u_places.php:198
#: tables/u_region.php:64 tables/u_un_status.php:158
#: tables/u_unit_types.php:40 top.php:1752 unit_log_view.php:97
#: unit_ticket_log.php:133 unit_ticket_log.php:155 units.php:4075
#: units.php:4430 units.php:4787 units.php:4893 units.php:4918
#: units_nm.php:1851 units_nm.php:2028 units_nm.php:2134 units_nm.php:2159
#: warn_locations.php:1393 warn_locations.php:1533 warn_locations.php:1682
#: warn_locations_nm.php:723 warn_locations_nm.php:783
#: warn_locations_nm.php:843
msgid "Cancel"
msgstr ""
#: action.php:632 action_w.php:428
msgid "Action updated"
msgstr ""
#: action.php:646 action_w.php:442
msgid "Edit Action"
msgstr ""
#: action.php:649 action.php:761 action_w.php:445 action_w.php:512
#: add_note.php:103 banner.php:824 banner.php:1271 circle.php:881
#: circle.php:1316 config.php:1260 fac_routes.php:131 fac_routes.php:1332
#: fac_routes_nm.php:128 fac_routes_nm.php:1328 facilities.php:2065
#: facilities.php:2567 facilities.php:2875 facilities.php:3117
#: facilities_nm.php:1282 facilities_nm.php:1495 facilities_nm.php:1640
#: incs/capts.inc.php:56 incs/config.inc.php:392 incs/full_scr.inc.php:1764
#: incs/full_scr.inc.php:1774 incs/full_scr.inc.php:2494
#: incs/full_scr.inc.php:2835 incs/functions.inc.php:3531
#: incs/functions_mail.php:83 incs/functions_major.inc.php:3034
#: incs/functions_major.inc.php:3056 incs/functions_major.inc.php:3584
#: incs/functions_major.inc.php:3968 incs/functions_major.inc.php:4967
#: incs/functions_major.inc.php:5721 incs/functions_major_nm.inc.php:906
#: incs/functions_nm.inc.php:2290 install_module.php:282 landb.php:826
#: landb.php:1217 m/sp_add_note.php:111 m/sp_edit_call.php:185 patient.php:558
#: patient.php:723 patient_w.php:543 patient_w.php:675
#: portal/ajax/insert_request.php:174 portal/ajax/insert_ticket.php:209
#: portal/ajax/insert_ticket_tentative.php:207 portal/new_request.php:729
#: portal/request.php:762 portal/request.php:862 portal/request.php:983
#: portal/requests.php:267 portal/requests.php:340 quick_start.php:1011
#: quick_start.php:1109 quick_start.php:1179 reports.php:1248
#: rm/ajax/ticket_detail.php:189 rm/index.php:938 road_conditions.php:1403
#: routes_i.php:603 search.php:235 search.php:277 tables/c_fac_types.php:25
#: tables/c_in_types.php:23 tables/c_region.php:34 tables/c_un_status.php:42
#: tables/c_unit_types.php:25 tables/u_conditions.php:49
#: tables/u_fac_types.php:26 tables/u_in_types.php:25 tables/u_region.php:35
#: tables/u_un_status.php:80 tables/u_unit_types.php:26
#: tables/v_conditions.php:20 tables/v_fac_types.php:20
#: tables/v_in_types.php:35 tables/v_unit_types.php:20 tracks.php:409
#: tracks.php:622 tracks_hh.php:397 tracks_hh.php:559 units.php:2831
#: units.php:4010 units.php:4376 units.php:4738 units_nm.php:1547
#: units_nm.php:1841 units_nm.php:2019 warn_locations.php:1160
#: warn_locations.php:1361 warn_locations.php:1488 warn_locations.php:1639
#: warn_locations_nm.php:720 warn_locations_nm.php:777
#: warn_locations_nm.php:830 warnloc_popup.php:166 warnloc_popup_nm.php:123
msgid "Description"
msgstr ""
#: action.php:679 action.php:847 action_w.php:469 action_w.php:536
#: board.php:2026 board.php:2252 board.php:3083 incs/config.inc.php:303
#: incs/full_scr.inc.php:2445 incs/functions_major.inc.php:3510
#: incs/functions_major.inc.php:3528
msgid "NA"
msgstr ""
#: action.php:700 action.php:865 action_w.php:490 action_w.php:554
#: banner.php:647 board.php:2241 board.php:2619 circle.php:761
#: fac_routes.php:1229 fac_routes.php:1335 fac_routes.php:1379
#: fac_routes_nm.php:1227 fac_routes_nm.php:1331 fac_routes_nm.php:1375
#: facilities.php:1720 facilities.php:2067 facilities.php:3139
#: facilities_nm.php:712 incs/capts.inc.php:38 incs/full_scr.inc.php:1745
#: incs/full_scr.inc.php:2497 incs/full_scr.inc.php:2513
#: incs/full_scr.inc.php:2533 incs/full_scr.inc.php:2553
#: incs/full_scr.inc.php:2572 incs/full_scr.inc.php:2589
#: incs/full_scr.inc.php:2839 incs/functions_major.inc.php:3018
#: incs/functions_major.inc.php:3421 incs/functions_major.inc.php:3587
#: incs/functions_major.inc.php:3602 incs/functions_major.inc.php:3888
#: incs/functions_major.inc.php:3976 incs/functions_major.inc.php:4971
#: incs/functions_major.inc.php:5725 incs/functions_major_nm.inc.php:906
#: incs/functions_major_nm.inc.php:1545 landb.php:693 patient.php:574
#: patient.php:725 patient_w.php:691 road_conditions.php:806 routes_i.php:502
#: routes_i.php:606 routes_i.php:631 routes_nm.php:1588 tracks.php:409
#: tracks.php:625 tracks.php:650 tracks_hh.php:397 tracks_hh.php:562
#: tracks_hh.php:587 units.php:175 units.php:2834 units.php:2855
#: units.php:4743 units.php:4779 units_nm.php:2025 warn_locations.php:1073
#: warn_locations.php:1161 warn_locations_nm.php:527 warn_locations_nm.php:831
msgid "As of"
msgstr ""
#: action.php:709 action_w.php:499
msgid "Form reset"
msgstr ""
#: action.php:710 action.php:876 action_w.php:500 action_w.php:566
#: add.php:2203 add_nm.php:2110 add_note.php:107 add_note.php:109
#: archive_message.php:245 banner.php:883 banner.php:1362 board.php:994
#: board.php:2631 capts.php:165 circle.php:944 circle.php:1409
#: close_in.php:278 config.php:2435 do_unit_mail.php:408 do_unit_mail.php:483
#: do_unit_mail.php:679 edit.php:1699 facilities.php:2658 facilities.php:2957
#: facilities_nm.php:1347 facilities_nm.php:1540 incs/capts.inc.php:99
#: incs/full_scr.inc.php:2662 incs/full_scr.inc.php:3071
#: incs/full_scr.inc.php:3087 incs/functions_major.inc.php:890
#: incs/functions_major.inc.php:3675 incs/functions_major.inc.php:4113
#: incs/functions_major.inc.php:4214 incs/functions_major_nm.inc.php:611
#: landb.php:887 landb.php:1309 mail_all.php:186 message.php:431
#: patient.php:729 patient_w.php:695 quick_start.php:887 quick_start.php:971
#: quick_start.php:995 quick_start.php:1051 quick_start.php:1079
#: quick_start.php:1163 road_conditions.php:1145 road_conditions.php:1306
#: search.php:298 tables.php:2131 units.php:4077 units.php:4432
#: units_nm.php:1582 units_nm.php:1853 warn_locations.php:1395
#: warn_locations.php:1535 warn_locations_nm.php:725 warn_locations_nm.php:785
msgid "Next"
msgstr ""
#: action.php:754 action_w.php:509 incs/capts.inc.php:27
#: incs/functions.inc.php:2025 incs/functions_major.inc.php:3049
#: incs/functions_nm.inc.php:1089 main.php:937
msgid "Add Action"
msgstr ""
#: action.php:778 add.php:2616 add.php:2778 add_nm.php:1909 add_nm.php:2050
#: close_in.php:199 close_in.php:217 do_all_mail.php:201 do_unit_mail.php:373
#: do_unit_mail.php:642 edit.php:1363 edit.php:1591 edit_nm.php:763
#: edit_nm.php:801 patient.php:560 patient.php:709 patient_w.php:545
#: patient_w.php:679
msgid "Signal"
msgstr ""
#: action.php:780 add.php:2619 add.php:2781 add_nm.php:1836 add_nm.php:1912
#: add_nm.php:2053 add_note.php:92 banner.php:805 board.php:824 board.php:2345
#: board.php:2348 board.php:2444 board.php:2486 chat.php:522 circle.php:862
#: close_in.php:202 close_in.php:220 config.php:2942 course_report.php:84
#: do_all_mail.php:204 do_unit_mail.php:376 do_unit_mail.php:393
#: do_unit_mail.php:645 do_unit_mail.php:665 edit.php:1366 edit.php:1594
#: edit_nm.php:766 edit_nm.php:804 email_lists.php:370 email_lists.php:385
#: email_lists.php:400 email_lists.php:453 email_lists.php:467
#: facilities.php:2514 facilities.php:2815 incs/full_scr.inc.php:205
#: landb.php:807 mail_edit.php:178 patient.php:563 patient.php:712
#: patient_w.php:548 patient_w.php:648 patient_w.php:681 rm/chat.php:84
#: stats_scr.php:1302 stats_scr.php:1336 stats_scr.php:1359 stats_scr.php:1369
#: stats_scr.php:1402 stats_scr.php:1435 stats_scr.php:1468 stats_scr.php:1491
#: stats_scr.php:1501 stats_scr.php:1524 stats_scr.php:1534 tables.php:1628
#: tables/c_region.php:24 tables/c_region.php:50 tables/u_region.php:24
#: tables/u_region.php:51 units.php:3899 units.php:3910 units.php:3998
#: units.php:4291 units.php:4304 units.php:4364 units_nm.php:1518
#: units_nm.php:1529 units_nm.php:1802 units_nm.php:1815
msgid "Select"
msgstr ""
#: action.php:875 action_w.php:565 config.php:1418 config.php:1530
#: config.php:2454 config.php:2560 config.php:2629 install.php:1376
msgid "Reset form"
msgstr ""
#: action_w.php:274
msgid "Action record has been added"
msgstr ""
#: action_w.php:277 add_note.php:145 audio.php:67 board.php:3139
#: call_hist.php:102 class_init.php:77 close_in.php:79 course_report.php:96
#: do_all_mail.php:251 do_direcs_mail.php:176 do_fac_mail.php:175
#: do_indiv_mail.php:123 do_unit_mail.php:726 gtrack.php:51 gtrack.php:157
#: incident_popup.php:251 incident_popup_nm.php:182 latitude.php:46
#: latitude.php:176 log.php:140 mail_all.php:212 map_popup.php:153
#: native.php:117 nearby.php:84 opena.php:99 opengts.php:143 opengts.php:161
#: opengts.php:202 opengts.php:216 patient_w.php:314 routes.php:872
#: routes_nm.php:583 single.php:73 tables.php:2244 test_glat.php:40
#: test_glat.php:195 test_instam.php:122 test_instam.php:153
#: test_instam.php:173 warnloc_popup.php:182 warnloc_popup_nm.php:136
msgid "Finished"
msgstr ""
#: action_w.php:277
msgid "Action added!"
msgstr ""
#: add.php:459 facilities.php:2372 facilities_nm.php:1108 file_upload.php:296
#: portal/import_requests.php:254 units_nm.php:1313
msgid "Attached file is too large!"
msgstr ""
#: add.php:462 facilities.php:2375 facilities_nm.php:1111 file_upload.php:299
#: units_nm.php:1316
msgid "Error uploading file"
msgstr ""
#: add.php:530 add.php:698 add_nm.php:331 add_nm.php:513 edit_nm.php:512
msgid "Tickets - Add Module"
msgstr ""
#: add.php:552 add.php:683 add.php:1774 add_nm.php:486 add_nm.php:1478
#: board.php:821 board.php:1885 board.php:2226 board.php:2426 board.php:2974
#: close_in.php:371 config.php:2422 do_unit_mail.php:470 edit.php:356
#: edit.php:665 edit_nm.php:55 edit_nm.php:364 incident_popup.php:65
#: incident_popup_nm.php:58 incs/capts.inc.php:82 incs/full_scr.inc.php:1670
#: incs/full_scr.inc.php:1814 incs/full_scr.inc.php:1936
#: incs/functions.inc.php:3499 incs/functions.inc.php:3677
#: incs/functions_mail.php:63 incs/functions_mail.php:230
#: incs/functions_major.inc.php:183 incs/functions_major_nm.inc.php:38
#: incs/functions_nm.inc.php:2262 incs/log_codes.inc.php:24 index.php:853
#: m/ajax/return_iw.php:33 m/sp_add_note.php:68 m/sp_tick.php:187
#: m/sp_tick.php:283 main.php:936 map_popup.php:52 message.php:14
#: nearby.php:69 nearby.php:70 reports.php:87 reports.php:616 rm/index.php:936
#: search.php:290 unit_ticket_log.php:145
msgid "Incident"
msgstr ""
#: add.php:659 add_nm.php:462 rm/index.php:2305
msgid "Main"
msgstr ""
#: add.php:664 add_nm.php:467
msgid "Routes"
msgstr ""
#: add.php:671 add_nm.php:474
msgid ""
"Guest/member users may not add tickets on this system. Contact "
"administrator for further information."
msgstr ""
#: add.php:680 add_nm.php:483 edit.php:353 edit_nm.php:52
#: incs/capts.inc.php:97 incs/functions.inc.php:3507
#: incs/functions_mail.php:71 incs/functions_major.inc.php:180
#: incs/functions_major_nm.inc.php:35 incs/functions_nm.inc.php:2270
#: index.php:850 message.php:11 reports.php:84
msgid "Nature"
msgstr ""
#: add.php:681 add_nm.php:484 add_note.php:30 close_in.php:30 edit.php:354
#: edit_nm.php:53 help.php:13 incs/capts.inc.php:59 incs/full_scr.inc.php:1766
#: incs/full_scr.inc.php:1775 incs/functions.inc.php:3555
#: incs/functions_mail.php:108 incs/functions_major.inc.php:181
#: incs/functions_major_nm.inc.php:36 incs/functions_nm.inc.php:2315
#: index.php:851 m/sp_add_note.php:112 m/sp_close_in.php:18 message.php:12
#: reports.php:85
msgid "Disposition"
msgstr ""
#: add.php:682 add.php:2206 add_nm.php:485 ajax/get_replacetext.php:225
#: config.php:112 config.php:1010 edit.php:355 edit_nm.php:54 help.php:12
#: incs/capts.inc.php:106 incs/functions.inc.php:845
#: incs/functions.inc.php:2512 incs/functions.inc.php:2513
#: incs/functions.inc.php:3579 incs/functions_mail.php:133
#: incs/functions_major.inc.php:182 incs/functions_major_nm.inc.php:37
#: incs/functions_nm.inc.php:175 incs/functions_nm.inc.php:598
#: incs/functions_nm.inc.php:1373 incs/functions_nm.inc.php:1374
#: incs/functions_nm.inc.php:2340 incs/functions_nm.inc.php:2504
#: incs/log_codes.inc.php:21 index.php:852 m/incs/sp_functions.inc.php:279
#: m/sp_act.php:110 message.php:13 mobile.php:71 patient.php:61
#: patient.php:209 patient.php:338 patient.php:457 patient.php:466
#: patient.php:508 patient.php:519 patient.php:669 patient_JF.php:42
#: patient_JF.php:364 patient_JF.php:372 patient_JF.php:389 patient_JF.php:400
#: patient_JF.php:420 patient_w.php:64 portal.php:511
#: portal/ajax/insert_request.php:161 portal/ajax/insert_ticket.php:200
#: portal/ajax/insert_ticket_tentative.php:198 portal/new_request.php:193
#: portal/new_request.php:661 portal/new_request.php:664
#: portal/request.php:749 portal/request.php:823 portal/request.php:947
#: portal/requests.php:263 portal/requests.php:336 reports.php:86
msgid "Patient"
msgstr ""
#: add.php:684 add_nm.php:487 config.php:2859 edit.php:357 edit_nm.php:56
#: incs/capts.inc.php:83 incs/full_scr.inc.php:144 incs/full_scr.inc.php:175
#: incs/functions_major.inc.php:184 incs/functions_major.inc.php:354
#: incs/functions_major.inc.php:413 incs/functions_major_nm.inc.php:39
#: incs/functions_major_nm.inc.php:296 index.php:854 m/sp_map.php:720
#: m/sp_map_spec.php:661 m/sp_tick.php:52 m/sp_tick.php:316 m/sp_tick.php:320
#: message.php:15 reports.php:88 reports.php:1034 reports.php:1035
#: reports.php:1036 reports.php:1037 reports.php:1038 reports.php:1039
#: reports.php:1040 reports.php:1468 rm/index.php:2310
msgid "Incidents"
msgstr ""
#: add.php:807 add_nm.php:602 edit.php:487 fac_routes.php:1117
#: fac_routes_nm.php:1115 facilities.php:3077
#: incs/functions_major.inc.php:4639 units.php:603 warn_locations.php:1616
msgid ""
"Street view operation requires popups to be enabled. Please adjust your "
"browser options - or else turn off the Call Board option."
msgstr ""
#: add.php:863 add_nm.php:658
msgid ""
"Call history operation requires popups to be enabled. Please adjust your "
"browser options."
msgstr ""
#: add.php:972 add_nm.php:779 config.php:3163 incs/functions_major.inc.php:614
#: incs/functions_major_nm.inc.php:376 units.php:3023 units.php:3232
msgid "Console"
msgstr ""
#: add.php:1119 add_nm.php:1033 board.php:1360 chat.php:135 edit.php:1891
#: edit_nm.php:896 incs/full_scr.inc.php:539 incs/functions_major.inc.php:986
msgid "Unicode Character"
msgstr ""
#: add.php:1121 add_nm.php:1035 board.php:1362 chat.php:137 edit.php:1893
#: edit_nm.php:898 incs/full_scr.inc.php:541 incs/functions_major.inc.php:988
msgid "cannot be encoded using standard URL encoding."
msgstr ""
#: add.php:1122 add_nm.php:1036 board.php:1363 chat.php:138 edit.php:1894
#: edit_nm.php:899 incs/full_scr.inc.php:542 incs/functions_major.inc.php:989
msgid "URL encoding only supports 8-bit characters."
msgstr ""
#: add.php:1123 add_nm.php:1037 board.php:1364 chat.php:139 edit.php:1895
#: edit_nm.php:900 incs/full_scr.inc.php:543 incs/functions_major.inc.php:990
msgid "A space (+) will be substituted."
msgstr ""
#: add.php:1156 add_nm.php:1070 board.php:1397 chat.php:172
msgid "invalid escape combination near"
msgstr ""
#: add.php:1358 add_nm.php:1217 edit.php:1974
msgid "lookup failed"
msgstr ""
#: add.php:1391 add_nm.php:647 add_nm.php:1250 edit.php:1998 edit_nm.php:1001
msgid "10-digit phone no. required - any format"
msgstr ""
#: add.php:1445 edit.php:2076 facilities.php:790 portal.php:810 units.php:1407
#: warn_locations.php:459
msgid "City and State are required for location lookup."
msgstr ""
#: add.php:1472
msgid ""
"There is at least one location nearby with a warning registered for it."
"\\nPlease view the Ticket to see the warnings"
msgstr ""
#: add.php:1487 edit.php:905 incs/functions_major_nm.inc.php:1875
msgid ""
"Locations warning operation requires popups to be enabled. Please adjust "
"your browser options - or else turn off the Call Board option."
msgstr ""
#: add.php:1594 edit.php:2193
msgid "Geocoder lookup failed due to"
msgstr ""
#: add.php:1612
msgid "address unavailable"
msgstr ""
#: add.php:1722 add_nm.php:1431
msgid "Run end-date is required for Status=Closed"
msgstr ""
#: add.php:1724 add_nm.php:1433
msgid "Run end-date not allowed for Status=Open"
msgstr ""
#: add.php:1728 add_nm.php:1434
msgid "Nature of Incident is required"
msgstr ""
#: add.php:1732 add_nm.php:1435 edit.php:650 edit_nm.php:349
msgid "Reported-by is required"
msgstr ""
#: add.php:1733 add_nm.php:1436 edit.php:651 edit_nm.php:350
msgid "Incident name is required"
msgstr ""
#: add.php:1734 add_nm.php:1437 edit.php:652 edit_nm.php:351
msgid "Synopsis is required"
msgstr ""
#: add.php:1739 add_nm.php:1442
msgid "Map position is required"
msgstr ""
#: add.php:1744 add_nm.php:1447
msgid "Scheduled date time error - Hours"
msgstr ""
#: add.php:1745 add_nm.php:1448
msgid "Scheduled date time error - Minutes"
msgstr ""
#: add.php:1749 add_nm.php:1452
msgid "Run start time error - Hours"
msgstr ""
#: add.php:1750 add_nm.php:1453
msgid "Run start time error - Minutes"
msgstr ""
#: add.php:1751 add_nm.php:1454
msgid "Run start time error - future date"
msgstr ""
#: add.php:1755 add.php:1756 add.php:1757 add_nm.php:1458 add_nm.php:1459
#: add_nm.php:1460
msgid "Run start time error - future"
msgstr ""
#: add.php:1759 add_nm.php:1462
msgid "Run end time error - Hours"
msgstr ""
#: add.php:1760 add_nm.php:1463
msgid "Run end time error - Minutes"
msgstr ""
#: add.php:2022
msgid "Unavailable"
msgstr ""
#: add.php:2035 units.php:3051 units.php:3259
msgid "You can't change this value"
msgstr ""
#: add.php:2087 add_nm.php:1717 incs/functions_major.inc.php:5187
#: incs/functions_major.inc.php:5279 incs/functions_major.inc.php:5901
msgid "Incident at Facility"
msgstr ""
#: add.php:2100 add_nm.php:1728
msgid "Receiving facility"
msgstr ""
#: add.php:2114 edit.php:1391
msgid "Select User"
msgstr ""
#: add.php:2148 add.php:2162 top.php:1179
msgid ""
"Station log operation requires popups to be enabled. Please adjust your "
"browser options."
msgstr ""
#: add.php:2198 edit.php:1692 facilities.php:3408 facilities_nm.php:1797
#: main.php:1182 main.php:1187 routes.php:1438 routes_nm.php:1023
#: units.php:5213 units_nm.php:2305
msgid "Drag me"
msgstr ""
#: add.php:2200 add_nm.php:2107
msgid "History"
msgstr ""
#: add.php:2202 add_nm.php:2109 add_note.php:106 banner.php:882
#: banner.php:1361 board.php:993 board.php:1222 board.php:2399 board.php:2630
#: capts.php:164 chat.php:510 circle.php:943 circle.php:1408 close_in.php:277
#: config.php:1022 config.php:1193 config.php:1267 config.php:1366
#: config.php:1692 config.php:1861 config.php:1966 config.php:2101
#: config.php:2223 config.php:2434 config.php:2791 do_all_mail.php:218
#: do_direcs_mail.php:164 do_fac_mail.php:147 do_indiv_mail.php:110
#: do_unit_mail.php:409 do_unit_mail.php:680 edit.php:1698 edit_nm.php:839
#: fac_routes.php:742 fac_routes_nm.php:741 facilities.php:2657
#: facilities.php:2956 facilities_nm.php:1346 facilities_nm.php:1539
#: ics213.php:243 ics213.php:444 incs/config.setcenter.inc.php:232
#: landb.php:886 landb.php:1308 log.php:95 mail.php:170 mail_all.php:187
#: mail_edit.php:221 native.php:85 patient.php:581 patient.php:728
#: patient_w.php:566 patient_w.php:694 rm/chat.php:62 road_conditions.php:1144
#: road_conditions.php:1305 routes.php:1455 routes_i.php:721
#: routes_nm.php:1039 search.php:298 smtp_test.php:112 tables.php:1252
#: tables.php:1701 tables.php:2130 tables/c_conditions.php:101
#: tables/c_courses_taken.php:66 tables/c_fac_types.php:43
#: tables/c_in_types.php:58 tables/c_personnel.php:80
#: tables/c_un_status.php:76 tables/c_unit_types.php:43
#: tables/u_conditions.php:99 tables/u_fac_types.php:41
#: tables/u_in_types.php:66 tables/u_personnel.php:79 tables/u_places.php:199
#: tables/u_un_status.php:159 tables/u_unit_types.php:41
#: unit_ticket_log.php:154 units.php:4076 units.php:4431 units_nm.php:1852
#: warn_locations.php:1394 warn_locations.php:1534 warn_locations_nm.php:724
#: warn_locations_nm.php:784
msgid "Reset"
msgstr ""
#: add.php:2205 config.php:1009 m/sp_act.php:110 mobile.php:120
msgid "Action"
msgstr ""
#: add.php:2285
msgid "Superadmin Level"
msgstr ""
#: add.php:2303
msgid "Add Ticket"
msgstr ""
#: add.php:2305 facilities_nm.php:1759
msgid "Allocated"
msgstr ""
#: add.php:2305 add.php:2516 add.php:2534 add.php:2552 banner.php:841
#: banner.php:1292 board.php:1860 circle.php:899 circle.php:1339
#: config.php:2787 config.php:2789 config.php:2791 facilities.php:2794
#: facilities.php:3109 facilities_nm.php:1759 incs/functions.inc.php:5394
#: incs/functions.inc.php:5421 incs/functions_major.inc.php:311
#: incs/functions_major_nm.inc.php:261 landb.php:843 landb.php:1238
#: patient.php:627 units.php:3838 units.php:3854 units.php:3872 units.php:4202
#: units.php:4214 units.php:4226 units.php:4714 units_nm.php:1405
#: units_nm.php:1424 units_nm.php:1689 units_nm.php:1701 units_nm.php:1713
msgid "Regions"
msgstr ""
#: add.php:2305 facilities_nm.php:1759 incs/functions_major.inc.php:311
#: incs/functions_major_nm.inc.php:261
msgid "Currently Viewing"
msgstr ""
#: add.php:2328
msgid "Map Location is required for nearby Incident lookup."
msgstr ""
#: add.php:2335 edit.php:2244
msgid ""
"Nearby operation requires popups to be enabled. Please adjust your browser "
"options."
msgstr ""
#: add.php:2410 add_nm.php:1810
msgid "New Call"
msgstr ""
#: add.php:2411 add_nm.php:1811 config.php:1393 config.php:1467
#: config.php:2604 edit.php:1188 edit_nm.php:598 facilities.php:2437
#: facilities.php:2756 facilities_nm.php:1171 facilities_nm.php:1398
#: incs/capts.inc.php:95 units.php:3821 units.php:4186 units_nm.php:1376
#: units_nm.php:1673 warn_locations.php:1351 warn_locations.php:1474
#: warn_locations_nm.php:710 warn_locations_nm.php:764
msgid "mouseover caption for help information"
msgstr ""
#: add.php:2419 edit.php:1192
msgid "Building"
msgstr ""
#: add.php:2429 add_nm.php:1815 edit.php:1200 edit_nm.php:641
#: facilities.php:2563 facilities.php:2871 facilities.php:3103
#: facilities_nm.php:1278 facilities_nm.php:1491 facilities_nm.php:1626
#: incs/capts.inc.php:87 road_conditions.php:1401 search.php:236
#: units.php:3983 units.php:4349 units.php:4710 units_nm.php:1836
#: units_nm.php:2014 warn_locations.php:1484 warn_locations.php:1637
#: warn_locations_nm.php:773 warn_locations_nm.php:828
msgid "Location"
msgstr ""
#: add.php:2434
msgid "About Address - for instance, round the back, building number etc."
msgstr ""
#: add.php:2434 edit.php:1201
msgid "Address About"
msgstr ""
#: add.php:2439 add_nm.php:1820 config.php:1675 config.php:1951 edit.php:1206
#: edit_nm.php:642 facilities.php:2564 facilities.php:2872 facilities.php:3104
#: facilities_nm.php:1279 facilities_nm.php:1492 facilities_nm.php:1627
#: incs/capts.inc.php:44 incs/config.setcenter.inc.php:196
#: incs/functions_major.inc.php:4377 incs/functions_major.inc.php:5168
#: incs/functions_major.inc.php:5260 incs/functions_major.inc.php:5882
#: incs/functions_major_nm.inc.php:1730 incs/functions_major_nm.inc.php:1919
#: incs/functions_major_nm.inc.php:2012 incs/functions_major_nm.inc.php:2106
#: message.php:110 portal/ajax/insert_request.php:163
#: portal/ajax/insert_ticket.php:202
#: portal/ajax/insert_ticket_tentative.php:200 portal/new_request.php:201
#: portal/new_request.php:679 portal/new_request.php:694
#: portal/request.php:751 portal/request.php:829 portal/request.php:953
#: road_conditions.php:1402 search.php:275 tables/c_places.php:218
#: tables/u_places.php:163 units.php:3984 units.php:4350 units.php:4711
#: units_nm.php:1542 units_nm.php:1837 units_nm.php:2015
#: warn_locations.php:1358 warn_locations.php:1485 warn_locations.php:1638
#: warn_locations_nm.php:717 warn_locations_nm.php:774
#: warn_locations_nm.php:829 warnloc_popup.php:154 warnloc_popup_nm.php:111
msgid "City"
msgstr ""
#: add.php:2440 add_nm.php:1821 edit.php:1210 facilities.php:2564
#: facilities.php:2872 facilities_nm.php:1279 facilities_nm.php:1492
#: incs/config.setcenter.inc.php:198 units.php:3984 units.php:4350
#: warn_locations.php:1358 warn_locations_nm.php:717 warn_locations_nm.php:774
msgid "Lookup location."
msgstr ""
#: add.php:2447 edit.php:1219
msgid "Nearby?"
msgstr ""
#: add.php:2451 add_nm.php:1823 config.php:1677 config.php:1953 edit.php:1216
#: edit_nm.php:646 facilities.php:2566 facilities.php:2874
#: facilities_nm.php:1281 facilities_nm.php:1494 incs/capts.inc.php:133
#: tables/c_places.php:219 tables/u_places.php:164 units.php:3986
#: units.php:4352 units_nm.php:1544 units_nm.php:1839 units_nm.php:2017
#: warn_locations.php:1360 warn_locations.php:1487 warn_locations_nm.php:719
#: warn_locations_nm.php:776
msgid "St"
msgstr ""
#: add.php:2457 add_nm.php:1827 config.php:1679 config.php:1955 edit.php:1225
#: edit_nm.php:649 incs/capts.inc.php:110 incs/full_scr.inc.php:1750
#: incs/full_scr.inc.php:2838 incs/functions.inc.php:3539
#: incs/functions_mail.php:91 incs/functions_major.inc.php:3023
#: incs/functions_major.inc.php:3975 incs/functions_major.inc.php:4391
#: incs/functions_major.inc.php:4970 incs/functions_major.inc.php:5178
#: incs/functions_major.inc.php:5270 incs/functions_major.inc.php:5724
#: incs/functions_major.inc.php:5892 incs/functions_major_nm.inc.php:1744
#: incs/functions_major_nm.inc.php:1929 incs/functions_major_nm.inc.php:2022
#: incs/functions_major_nm.inc.php:2116 incs/functions_nm.inc.php:2298
#: message.php:120 portal.php:427 portal.php:512 portal/new_request.php:664
#: portal/request.php:847 portal/request.php:971 portal/requests.php:264
#: portal/requests.php:337 reports.php:1253 rm/ajax/ticket_detail.php:173
#: units.php:4008 units.php:4374 units.php:4712 units_nm.php:1545
#: units_nm.php:1840 units_nm.php:2018
msgid "Phone"
msgstr ""
#: add.php:2458 edit.php:1226
msgid "Lookup phone number"
msgstr ""
#: add.php:2462
msgid "To address - Not plotted on map, for information only"
msgstr ""
#: add.php:2462 smtp_test.php:109
msgid "To address"
msgstr ""
#: add.php:2471 board.php:1050
msgid "TBD"
msgstr ""
#: add.php:2496 add_nm.php:1861 edit.php:1279 edit_nm.php:600
#: incs/capts.inc.php:115 incs/functions.inc.php:3503
#: incs/functions_mail.php:67 incs/functions_major.inc.php:4363
#: incs/functions_major.inc.php:5170 incs/functions_major.inc.php:5262
#: incs/functions_major.inc.php:5884 incs/functions_major_nm.inc.php:1722
#: incs/functions_major_nm.inc.php:1921 incs/functions_major_nm.inc.php:2014
#: incs/functions_major_nm.inc.php:2108 incs/functions_nm.inc.php:2266
#: message.php:112 reports.php:1241
msgid "Priority"
msgstr ""
#: add.php:2507 add_nm.php:1872 edit.php:1291 edit_nm.php:637
#: incs/capts.inc.php:116 incs/functions_major.inc.php:4368
#: incs/functions_major.inc.php:5175 incs/functions_major.inc.php:5267
#: incs/functions_major.inc.php:5889 incs/functions_major_nm.inc.php:1727
#: incs/functions_major_nm.inc.php:1926 incs/functions_major_nm.inc.php:2019
#: incs/functions_major_nm.inc.php:2113 message.php:117 reports.php:1245
#: tables/c_in_types.php:26 tables/u_in_types.php:27 tables/v_in_types.php:36
msgid "Protocol"
msgstr ""
#: add.php:2516 add.php:2534 add.php:2552 edit.php:1297 edit.php:1307
#: edit.php:1317
msgid ""
"Sets groups that Incident is allocated to - click + to expand, - to collapse"
msgstr ""
#: add.php:2522 add.php:2559 config.php:1906 config.php:1919
#: facilities.php:2456 facilities.php:2472 facilities.php:2490
#: facilities_nm.php:1191 facilities_nm.php:1207 facilities_nm.php:1225
#: units.php:3844 units.php:3860 units.php:3878 units_nm.php:1396
#: units_nm.php:1411 units_nm.php:1430
msgid "Check All"
msgstr ""
#: add.php:2523 add.php:2560 config.php:1907 config.php:1920
#: facilities.php:2457 facilities.php:2473 facilities.php:2491
#: facilities_nm.php:1192 facilities_nm.php:1208 facilities_nm.php:1226
#: units.php:3845 units.php:3861 units.php:3879 units_nm.php:1397
#: units_nm.php:1412 units_nm.php:1431
msgid "Uncheck All"
msgstr ""
#: add.php:2577 add_nm.php:1901 ajax/get_replacetext.php:243 board.php:2986
#: close_in.php:165 edit.php:1330 edit_nm.php:736 incs/capts.inc.php:135
#: incs/full_scr.inc.php:1938 incs/functions_major.inc.php:4380
#: incs/functions_major.inc.php:5174 incs/functions_major.inc.php:5266
#: incs/functions_major.inc.php:5888 incs/functions_major_nm.inc.php:1733
#: incs/functions_major_nm.inc.php:1925 incs/functions_major_nm.inc.php:2018
#: incs/functions_major_nm.inc.php:2112 message.php:116
msgid "Synopsis"
msgstr ""
#: add.php:2635 add_nm.php:1925 edit.php:1379 edit_nm.php:779
#: incs/capts.inc.php:24 incs/functions.inc.php:3611
#: incs/functions_mail.php:165 incs/functions_major.inc.php:4383
#: incs/functions_major.inc.php:5176 incs/functions_major.inc.php:5268
#: incs/functions_major.inc.php:5890 incs/functions_major_nm.inc.php:1736
#: incs/functions_major_nm.inc.php:1927 incs/functions_major_nm.inc.php:2020
#: incs/functions_major_nm.inc.php:2114 incs/functions_nm.inc.php:2372
#: message.php:118 rm/ajax/ticket_detail.php:185
msgid "911 Contacted"
msgstr ""
#: add.php:2641 add_nm.php:1931 edit.php:1383 edit_nm.php:648
#: incs/capts.inc.php:117 incs/full_scr.inc.php:1749
#: incs/functions.inc.php:3535 incs/functions_mail.php:87
#: incs/functions_major.inc.php:3022 incs/functions_major.inc.php:4389
#: incs/functions_major.inc.php:5177 incs/functions_major.inc.php:5269
#: incs/functions_major.inc.php:5891 incs/functions_major_nm.inc.php:1742
#: incs/functions_major_nm.inc.php:1928 incs/functions_major_nm.inc.php:2021
#: incs/functions_major_nm.inc.php:2115 incs/functions_nm.inc.php:2294
#: message.php:119 reports.php:1252 search.php:273
msgid "Reported by"
msgstr ""
#: add.php:2649
msgid "Associate this ticket with a specific portal user so they can see it."
msgstr ""
#: add.php:2649 edit.php:1404 file_upload.php:429
msgid "Portal User"
msgstr ""
#: add.php:2661 add_nm.php:1936
msgid "Additional"
msgstr ""
#: add.php:2689 add_nm.php:1964 edit.php:1414 edit_nm.php:57
#: incs/capts.inc.php:80
msgid "Incident name"
msgstr ""
#: add.php:2710 add_nm.php:1985 edit.php:1545 edit.php:1551 edit_nm.php:783
#: edit_nm.php:788 incs/capts.inc.php:123
msgid "Scheduled Date"
msgstr ""
#: add.php:2722 edit.php:1510 edit_nm.php:707
msgid "Facility?"
msgstr ""
#: add.php:2742 add_nm.php:2017 config.php:1261 search.php:289
msgid "Affected"
msgstr ""
#: add.php:2748 add_nm.php:2023 edit.php:1562 edit_nm.php:815
#: incs/capts.inc.php:122 incs/functions.inc.php:3559
#: incs/functions_mail.php:113 incs/functions_major.inc.php:4407
#: incs/functions_major.inc.php:5190 incs/functions_major.inc.php:5282
#: incs/functions_major.inc.php:5904 incs/functions_major_nm.inc.php:1760
#: incs/functions_major_nm.inc.php:1943 incs/functions_major_nm.inc.php:2034
#: incs/functions_major_nm.inc.php:2128 incs/functions_nm.inc.php:2320
#: message.php:133 reports.php:1263
msgid "Run Start"
msgstr ""
#: add.php:2752 add_nm.php:2027 board.php:1907 board.php:2247 board.php:2348
#: board.php:2432 board.php:2461 edit.php:1427 edit_nm.php:671
#: fac_routes.php:133 fac_routes.php:1229 fac_routes.php:1333
#: fac_routes.php:1378 fac_routes_nm.php:130 fac_routes_nm.php:1227
#: fac_routes_nm.php:1329 fac_routes_nm.php:1374 facilities.php:1720
#: facilities.php:2066 facilities.php:2539 facilities.php:2845
#: facilities.php:3114 facilities_nm.php:712 facilities_nm.php:1254
#: facilities_nm.php:1465 facilities_nm.php:1637 incident_popup.php:206
#: incs/capts.inc.php:134 incs/full_scr.inc.php:1754
#: incs/full_scr.inc.php:2495 incs/full_scr.inc.php:2512
#: incs/full_scr.inc.php:2836 incs/functions.inc.php:1058
#: incs/functions.inc.php:1115 incs/functions.inc.php:3551
#: incs/functions_mail.php:104 incs/functions_major.inc.php:185
#: incs/functions_major.inc.php:3027 incs/functions_major.inc.php:3418
#: incs/functions_major.inc.php:3421 incs/functions_major.inc.php:3884
#: incs/functions_major.inc.php:3888 incs/functions_major.inc.php:3969
#: incs/functions_major.inc.php:4387 incs/functions_major.inc.php:4968
#: incs/functions_major.inc.php:5181 incs/functions_major.inc.php:5273
#: incs/functions_major.inc.php:5722 incs/functions_major.inc.php:5895
#: incs/functions_major_nm.inc.php:1313 incs/functions_major_nm.inc.php:1540
#: incs/functions_major_nm.inc.php:1545 incs/functions_major_nm.inc.php:1740
#: incs/functions_major_nm.inc.php:1932 incs/functions_major_nm.inc.php:2025
#: incs/functions_major_nm.inc.php:2119 incs/functions_nm.inc.php:691
#: incs/functions_nm.inc.php:748 incs/functions_nm.inc.php:2311 message.php:16
#: message.php:124 mobile.php:1032 portal.php:480 portal.php:565
#: portal/request.php:820 portal/request.php:944 portal/requests.php:268
#: portal/requests.php:341 quick_start.php:1178 reports.php:1251
#: rm/ajax/ticket_detail.php:165 routes_i.php:502 routes_i.php:604
#: routes_i.php:630 routes_nm.php:1588 search.php:293
#: tables/c_un_status.php:34 tracks.php:409 tracks.php:649 tracks_hh.php:397
#: tracks_hh.php:586 units.php:177 units.php:2832 units.php:2850
#: units.php:3959 units.php:4318 units.php:4729 units.php:4778
#: units_nm.php:1485 units_nm.php:1772 units_nm.php:2005
msgid "Status"
msgstr ""
#: add.php:2753 add_nm.php:2028 board.php:2433 edit.php:1428 edit_nm.php:672
#: incs/functions.inc.php:1738 incs/functions_major.inc.php:291
#: incs/functions_nm.inc.php:903 portal.php:1124 search.php:295
msgid "Open"
msgstr ""
#: add.php:2754 add_nm.php:2029 board.php:2434 board.php:3100 config.php:2197
#: edit.php:1428 edit_nm.php:672 incs/functions.inc.php:1737
#: incs/functions_nm.inc.php:901 portal.php:716 portal.php:735 portal.php:1130
#: reports.php:1733 search.php:296
msgid "Closed"
msgstr ""
#: add.php:2755 add_nm.php:2030 edit.php:1428 edit_nm.php:672
#: incs/functions.inc.php:1739 incs/functions_major.inc.php:292
#: incs/functions_major_nm.inc.php:889 incs/functions_nm.inc.php:905
msgid "Scheduled"
msgstr ""
#: add.php:2760 add_nm.php:2035 close_in.php:159 edit.php:1568 edit.php:1574
#: edit_nm.php:819 edit_nm.php:824 incs/capts.inc.php:121
msgid "Run End"
msgstr ""
#: add.php:2800 add_nm.php:2071 facilities.php:2590 facilities.php:2909
#: facilities.php:3143 incs/capts.inc.php:85 road_conditions.php:1113
#: units.php:4017 units.php:4391 units.php:4747 warn_locations.php:1364
#: warn_locations.php:1498 warn_locations.php:1644
msgid "Lat/Lng"
msgstr ""
#: add.php:2819 add_nm.php:2113 incs/config.setcenter.inc.php:196
msgid "Lookup"
msgstr ""
#: add.php:2828 facilities.php:2637 facilities_nm.php:1325 units.php:4056
#: units_nm.php:1560
msgid "File Upload"
msgstr ""
#: add.php:2831 facilities_nm.php:1328 units.php:4059 units_nm.php:1563
msgid "Choose a file to upload"
msgstr ""
#: add.php:2835 facilities.php:2644 facilities_nm.php:1332 file_upload.php:386
#: portal/ajax/file_list.php:44 units.php:4063 units_nm.php:1567
msgid "File Name"
msgstr ""
#: add.php:2860 add_nm.php:2131 do_color_checker.php:192 edit.php:1663
#: fac_routes.php:696 fac_routes_nm.php:695 facilities.php:2667
#: facilities.php:2967 facilities.php:3194 facilities.php:3370
#: incs/full_scr.inc.php:198 incs/functions_major.inc.php:399
#: incs/functions_major.inc.php:4548 routes.php:1354 units.php:4097
#: units.php:4456 units.php:4925 units.php:5172 warn_locations.php:1403
#: warn_locations.php:1544 warn_locations.php:1692
msgid "Grid"
msgstr ""