-
Notifications
You must be signed in to change notification settings - Fork 6
/
translations.en.xlf
11521 lines (11521 loc) · 629 KB
/
translations.en.xlf
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
<?xml version="1.0" encoding="UTF-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="en" datatype="plaintext" original="ng2.template">
<body>
<trans-unit id="osm-link.oath-clients" datatype="html">
<source>list of authorised applications</source>
<target>list of authorised applications</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/components/shared/link/osm-link-user-aoth-clients.component.ts</context>
<context context-type="linenumber">18,21</context>
</context-group>
</trans-unit>
<trans-unit id="country.unsupported" datatype="html">
<source>Unsupported (not Belgium, The Netherlands, Germany, France, Austria, Spain or Denmark)</source>
<target>Unsupported (not Belgium, The Netherlands, Germany, France, Austria, Spain or Denmark)</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/components/shared/country-name.component.ts</context>
<context context-type="linenumber">17,19</context>
</context-group>
</trans-unit>
<trans-unit id="network-type.hiking" datatype="html">
<source>Hiking</source>
<target>Hiking</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/analysis/pages/analysis-hiking-page.component.ts</context>
<context context-type="linenumber">25,28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/analysis/pages/analysis-hiking-page.component.ts</context>
<context context-type="linenumber">32,35</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/analysis/pages/analysis-page.component.ts</context>
<context context-type="linenumber">52,53</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/planner/pages/selector/map-page.component.ts</context>
<context context-type="linenumber">34,35</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/i18n/translations.ts</context>
<context context-type="linenumber">11</context>
</context-group>
</trans-unit>
<trans-unit id="network-type.cycling" datatype="html">
<source>Cycling</source>
<target>Cycling</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/analysis/pages/analysis-cycling-page.component.ts</context>
<context context-type="linenumber">25,28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/analysis/pages/analysis-cycling-page.component.ts</context>
<context context-type="linenumber">32,35</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/analysis/pages/analysis-page.component.ts</context>
<context context-type="linenumber">46,47</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/planner/pages/selector/map-page.component.ts</context>
<context context-type="linenumber">28,29</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/i18n/translations.ts</context>
<context context-type="linenumber">12</context>
</context-group>
</trans-unit>
<trans-unit id="network-type.horse-riding" datatype="html">
<source>Horse riding</source>
<target>Horse riding</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/analysis/pages/analysis-horse-riding-page.component.ts</context>
<context context-type="linenumber">25,28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/analysis/pages/analysis-horse-riding-page.component.ts</context>
<context context-type="linenumber">32,35</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/analysis/pages/analysis-page.component.ts</context>
<context context-type="linenumber">57,60</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/planner/pages/selector/map-page.component.ts</context>
<context context-type="linenumber">39,42</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/i18n/translations.ts</context>
<context context-type="linenumber">13</context>
</context-group>
</trans-unit>
<trans-unit id="network-type.motorboat" datatype="html">
<source>Motorboat</source>
<target>Motorboat</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/analysis/pages/analysis-motorboat-page.component.ts</context>
<context context-type="linenumber">25,28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/analysis/pages/analysis-motorboat-page.component.ts</context>
<context context-type="linenumber">32,35</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/analysis/pages/analysis-page.component.ts</context>
<context context-type="linenumber">63,65</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/planner/pages/selector/map-page.component.ts</context>
<context context-type="linenumber">45,47</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/i18n/translations.ts</context>
<context context-type="linenumber">14</context>
</context-group>
</trans-unit>
<trans-unit id="network-type.canoe" datatype="html">
<source>Canoe</source>
<target>Canoe</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/analysis/pages/analysis-canoe-page.component.ts</context>
<context context-type="linenumber">25,28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/analysis/pages/analysis-canoe-page.component.ts</context>
<context context-type="linenumber">32,34</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/analysis/pages/analysis-page.component.ts</context>
<context context-type="linenumber">70,71</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/planner/pages/selector/map-page.component.ts</context>
<context context-type="linenumber">52,53</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/i18n/translations.ts</context>
<context context-type="linenumber">15</context>
</context-group>
</trans-unit>
<trans-unit id="network-type.inline-skating" datatype="html">
<source>Inline skating</source>
<target>Inline skating</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/analysis/pages/analysis-inline-skating-page.component.ts</context>
<context context-type="linenumber">25,28</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/analysis/pages/analysis-inline-skating-page.component.ts</context>
<context context-type="linenumber">32,35</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/analysis/pages/analysis-page.component.ts</context>
<context context-type="linenumber">75,78</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/planner/pages/selector/map-page.component.ts</context>
<context context-type="linenumber">57,60</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/i18n/translations.ts</context>
<context context-type="linenumber">16</context>
</context-group>
</trans-unit>
<trans-unit id="subset.in" datatype="html">
<source>in</source>
<target>in</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/location/selection/components/location-selection-page-header.component.ts</context>
<context context-type="linenumber">20,21</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/i18n/translations.ts</context>
<context context-type="linenumber">23</context>
</context-group>
</trans-unit>
<trans-unit id="map.start-node" datatype="html">
<source>Start node</source>
<target>Start node</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/i18n/translations.ts</context>
<context context-type="linenumber">25</context>
</context-group>
</trans-unit>
<trans-unit id="map.end-node" datatype="html">
<source>End node</source>
<target>End node</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/i18n/translations.ts</context>
<context context-type="linenumber">26</context>
</context-group>
</trans-unit>
<trans-unit id="map.start-tentacle-node" datatype="html">
<source>Start tentacle node</source>
<target>Start tentacle node</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/i18n/translations.ts</context>
<context context-type="linenumber">27</context>
</context-group>
</trans-unit>
<trans-unit id="map.end-tentacle-node" datatype="html">
<source>End tentacle node</source>
<target>End tentacle node</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/i18n/translations.ts</context>
<context context-type="linenumber">28</context>
</context-group>
</trans-unit>
<trans-unit id="map.redundant-node" datatype="html">
<source>Redundant node</source>
<target>Redundant node</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/i18n/translations.ts</context>
<context context-type="linenumber">29</context>
</context-group>
</trans-unit>
<trans-unit id="map.layer.forward-route" datatype="html">
<source>Forward route</source>
<target>Forward route</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/ol/layers/route-layers.ts</context>
<context context-type="linenumber">53</context>
</context-group>
</trans-unit>
<trans-unit id="map.layer.backward-route" datatype="html">
<source>Backward route</source>
<target>Backward route</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/ol/layers/route-layers.ts</context>
<context context-type="linenumber">67</context>
</context-group>
</trans-unit>
<trans-unit id="map.layer.start-tentacle" datatype="html">
<source>Start tentacle</source>
<target>Start tentacle</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/ol/layers/route-layers.ts</context>
<context context-type="linenumber">88</context>
</context-group>
</trans-unit>
<trans-unit id="map.layer.end-tentacle" datatype="html">
<source>End tentacle</source>
<target>End tentacle</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/ol/layers/route-layers.ts</context>
<context context-type="linenumber">97</context>
</context-group>
</trans-unit>
<trans-unit id="map.layer.unused" datatype="html">
<source>Unused</source>
<target>Unused</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/ol/layers/route-layers.ts</context>
<context context-type="linenumber">120</context>
</context-group>
</trans-unit>
<trans-unit id="map.layer.nodes" datatype="html">
<source>Nodes</source>
<target>Nodes</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/ol/layers/network-nodes-marker-layer.ts</context>
<context context-type="linenumber">29</context>
</context-group>
</trans-unit>
<trans-unit id="map.layer.networks" datatype="html">
<source>Networks</source>
<target>Networks</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/ol/layers/network-marker-layer.ts</context>
<context context-type="linenumber">27</context>
</context-group>
</trans-unit>
<trans-unit id="map.layer.unchanged" datatype="html">
<source>Unchanged</source>
<target>Unchanged</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/ol/layers/route-change-layers.ts</context>
<context context-type="linenumber">19</context>
</context-group>
</trans-unit>
<trans-unit id="map.layer.added" datatype="html">
<source>Added</source>
<target>Added</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/ol/layers/route-change-layers.ts</context>
<context context-type="linenumber">27</context>
</context-group>
</trans-unit>
<trans-unit id="map.layer.deleted" datatype="html">
<source>Deleted</source>
<target>Deleted</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/ol/layers/route-change-layers.ts</context>
<context context-type="linenumber">35</context>
</context-group>
</trans-unit>
<trans-unit id="map.layer.osm" datatype="html">
<source>OpenStreetMap</source>
<target>OpenStreetMap</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/ol/layers/osm-layer.ts</context>
<context context-type="linenumber">14</context>
</context-group>
</trans-unit>
<trans-unit id="map.layer.node" datatype="html">
<source>Node</source>
<target>Node</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/ol/layers/node-marker-layer.ts</context>
<context context-type="linenumber">22</context>
</context-group>
</trans-unit>
<trans-unit id="map.layer.boundary" datatype="html">
<source>Boundary</source>
<target>Boundary</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/ol/layers/location-boundary-layer.ts</context>
<context context-type="linenumber">37</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/ol/layers/location-boundary-layer.ts</context>
<context context-type="linenumber">63</context>
</context-group>
</trans-unit>
<trans-unit id="paginator.items-per-page-label" datatype="html">
<source>Items per page</source>
<target>Items per page</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/components/shared/paginator/paginator.component.ts</context>
<context context-type="linenumber">63</context>
</context-group>
</trans-unit>
<trans-unit id="paginator.next-page-label" datatype="html">
<source>Next page</source>
<target>Next page</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/components/shared/paginator/paginator.component.ts</context>
<context context-type="linenumber">64</context>
</context-group>
</trans-unit>
<trans-unit id="paginator.previous-page-label" datatype="html">
<source>Previous page</source>
<target>Previous page</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/components/shared/paginator/paginator.component.ts</context>
<context context-type="linenumber">65</context>
</context-group>
</trans-unit>
<trans-unit id="paginator.first-page-label" datatype="html">
<source>First page</source>
<target>First page</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/components/shared/paginator/paginator.component.ts</context>
<context context-type="linenumber">66</context>
</context-group>
</trans-unit>
<trans-unit id="paginator.last-page-label" datatype="html">
<source>Last page</source>
<target>Last page</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/components/shared/paginator/paginator.component.ts</context>
<context context-type="linenumber">67</context>
</context-group>
</trans-unit>
<trans-unit id="paginator.from" datatype="html">
<source>of</source>
<target>of</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/components/shared/paginator/paginator.component.ts</context>
<context context-type="linenumber">69</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.added" datatype="html">
<source>Added</source>
<target>Added</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">20</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.deleted" datatype="html">
<source>Deleted</source>
<target>Deleted</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">22</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.integrity-check" datatype="html">
<source>IntegrityCheck</source>
<target>IntegrityCheck</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">24</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.integrity-check-failed" datatype="html">
<source>IntegrityCheckFailed</source>
<target>IntegrityCheckFailed</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">26</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.lost-bicycle-node-tag" datatype="html">
<source>LostBicycleNodeTag</source>
<target>LostBicycleNodeTag</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.lost-hiking-node-tag" datatype="html">
<source>LostHikingNodeTag</source>
<target>LostHikingNodeTag</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">30</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.lost-route-tags" datatype="html">
<source>LostRouteTags</source>
<target>LostRouteTags</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.name-missing" datatype="html">
<source>NameMissing</source>
<target>NameMissing</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">34</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.network-extra-member-node" datatype="html">
<source>NetworkExtraMemberNode</source>
<target>NetworkExtraMemberNode</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">36</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.network-extra-member-relation" datatype="html">
<source>NetworkExtraMemberRelation</source>
<target>NetworkExtraMemberRelation</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">38</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.network-extra-member-way" datatype="html">
<source>NetworkExtraMemberWay</source>
<target>NetworkExtraMemberWay</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">40</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.node-member-missing" datatype="html">
<source>NodeMemberMissing</source>
<target>NodeMemberMissing</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">42</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.orphan-node" datatype="html">
<source>OrphanNode</source>
<target>OrphanNode</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">44</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.orphan-route" datatype="html">
<source>OrphanRoute</source>
<target>OrphanRoute</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">46</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.route-analysis-failed" datatype="html">
<source>RouteAnalysisFailed</source>
<target>RouteAnalysisFailed</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">48</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.route-broken" datatype="html">
<source>RouteBroken</source>
<target>RouteBroken</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">50</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.route-fixmetodo" datatype="html">
<source>RouteFixmetodo</source>
<target>RouteFixmetodo</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">52</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.route-incomplete" datatype="html">
<source>RouteIncomplete</source>
<target>RouteIncomplete</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">54</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.route-incomplete-ok" datatype="html">
<source>RouteIncompleteOk</source>
<target>RouteIncompleteOk</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">56</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.route-name-missing" datatype="html">
<source>RouteNameMissing</source>
<target>RouteNameMissing</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">58</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.route-node-missing-in-ways" datatype="html">
<source>RouteNodeMissingInWays</source>
<target>RouteNodeMissingInWays</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">60</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.route-node-name-mismatch" datatype="html">
<source>RouteNodeNameMismatch</source>
<target>RouteNodeNameMismatch</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">62</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.route-not-backward" datatype="html">
<source>RouteNotBackward</source>
<target>RouteNotBackward</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">64</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.route-not-continious" datatype="html">
<source>RouteNotContinious</source>
<target>RouteNotContinious</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">66</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.route-not-forward" datatype="html">
<source>RouteNotForward</source>
<target>RouteNotForward</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">68</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.route-not-one-way" datatype="html">
<source>RouteNotOneWay</source>
<target>RouteNotOneWay</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">70</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.route-one-way" datatype="html">
<source>RouteOneWay</source>
<target>RouteOneWay</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">72</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.route-overlapping-ways" datatype="html">
<source>RouteOverlappingWays</source>
<target>RouteOverlappingWays</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">74</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.route-redundant-nodes" datatype="html">
<source>RouteRedundantNodes</source>
<target>RouteRedundantNodes</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">76</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.route-reversed" datatype="html">
<source>RouteReversed</source>
<target>RouteReversed</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">78</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.route-suspicious-ways" datatype="html">
<source>RouteSuspiciousWays</source>
<target>RouteSuspiciousWays</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">80</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.route-tag-invalid" datatype="html">
<source>RouteTagInvalid</source>
<target>RouteTagInvalid</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">82</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.route-tag-missing" datatype="html">
<source>RouteTagMissing</source>
<target>RouteTagMissing</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">84</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.route-unexpected-node" datatype="html">
<source>RouteUnexpectedNode</source>
<target>RouteUnexpectedNode</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">88</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.route-unexpected-relation" datatype="html">
<source>RouteUnexpectedRelation</source>
<target>RouteUnexpectedRelation</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">90</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.route-unused-segments" datatype="html">
<source>RouteUnusedSegments</source>
<target>RouteUnusedSegments</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">92</context>
</context-group>
</trans-unit>
<trans-unit id="fact.name.route-without-ways" datatype="html">
<source>RouteWithoutWays</source>
<target>RouteWithoutWays</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-name.component.ts</context>
<context context-type="linenumber">96</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description-missing" datatype="html">
<source><x equiv-text="{{ factInfo().fact }}" id="INTERPOLATION"/> description missing!!</source>
<target><x equiv-text="{{ factInfo().fact }}" id="INTERPOLATION"/> description missing!!</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/fact-description.component.ts</context>
<context context-type="linenumber">196,198</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.route-not-continious" datatype="html">
<source>The route is broken: the begin- and end-networknodes cannot be connected through ways either in the forward direction or the backward direction or both.</source>
<target>The route is broken: the begin- and end-networknodes cannot be connected through ways either in the forward direction or the backward direction or both.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-route-not-continious.component.ts</context>
<context context-type="linenumber">9,15</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.route-unused-segments" datatype="html">
<source>The route contains ways or part of ways that are not used in the connection between the end nodes.</source>
<target>The route contains ways or part of ways that are not used in the connection between the end nodes.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-route-unused-segments.component.ts</context>
<context context-type="linenumber">9,15</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.route-node-missing-in-ways" datatype="html">
<source>One or more of the nodes is not found in any of the ways of this route.</source>
<target>One or more of the nodes is not found in any of the ways of this route.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-route-node-missing-in-ways.component.ts</context>
<context context-type="linenumber">9,14</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.route-redundant-nodes" datatype="html">
<source>The ways of this route contain extra nodes other than the start and end nodes.</source>
<target>The ways of this route contain extra nodes other than the start and end nodes.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-route-redundant-nodes.component.ts</context>
<context context-type="linenumber">9,14</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.route-without-ways" datatype="html">
<source>The route does not contain any ways (we expect the route to contain at least 1 way).</source>
<target>The route does not contain any ways (we expect the route to contain at least 1 way).</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-route-without-ways.component.ts</context>
<context context-type="linenumber">9,14</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.route-fixmetodo" datatype="html">
<source>Route definition needs work (has tag *"fixmetodo"*).</source>
<target>Route definition needs work (has tag *"fixmetodo"*).</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-route-fixmetodo.component.ts</context>
<context context-type="linenumber">10,14</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.route-name-missing" datatype="html">
<source>Could not determine the route name. The route relation does not have a *"ref"*, *"name"* or *"note"* tag with the route name, and also no *"from"* and *"to"* tags from which the route name can be derived.</source>
<target>Could not determine the route name. The route relation does not have a *"ref"*, *"name"* or *"note"* tag with the route name, and also no *"from"* and *"to"* tags from which the route name can be derived.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-route-name-missing.component.ts</context>
<context context-type="linenumber">10,15</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.route-tag-missing" datatype="html">
<source>Routerelation does not contain the required _route_ tag.</source>
<target>Routerelation does not contain the required _route_ tag.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-route-tag-missing.component.ts</context>
<context context-type="linenumber">10,14</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.route-tag-invalid" datatype="html">
<source>Invalid value in required tag *"route"* in route relation. A bicycle route relation needs to
have value *"bicycle"* in its *"route"* tag. A hiking route relation needs to have one of the
following values in its *"route"* tag: *"foot"*, *"hiking"*, or *"walking"*. Note that
*"walking"* is a value that is frequently found, but not actually documented as a valid value
in the OSM wiki pages. Other potential values are *"horse"*, *"motorboat"*, *"canoe"* and
*"inline_skates"*.</source>
<target>Invalid value in required tag *"route"* in route relation. A bicycle route relation needs to
have value *"bicycle"* in its *"route"* tag. A hiking route relation needs to have one of the
following values in its *"route"* tag: *"foot"*, *"hiking"*, or *"walking"*. Note that
*"walking"* is a value that is frequently found, but not actually documented as a valid value
in the OSM wiki pages. Other potential values are *"horse"*, *"motorboat"*, *"canoe"* and
*"inline_skates"*.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-route-tag-invalid.component.ts</context>
<context context-type="linenumber">10,19</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.route-unexpected-node" datatype="html">
<source>The route relation contains 1 or more unexpected nodes</source>
<target>The route relation contains 1 or more unexpected nodes</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-route-unexpected-node.component.ts</context>
<context context-type="linenumber">13,15</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.route-unexpected-relation" datatype="html">
<source>The route relation contains one or more unexpected relation members. In route relations we expect only members of type *"way"* and *"node"*:</source>
<target>The route relation contains one or more unexpected relation members. In route relations we expect only members of type *"way"* and *"node"*:</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-route-unexpected-relation.component.ts</context>
<context context-type="linenumber">14,17</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.network-extra-member-node" datatype="html">
<source>The network relation contains members of type *"node"* that are unexpected (we expect only network nodes or information maps as members in the network relation).</source>
<target>The network relation contains members of type *"node"* that are unexpected (we expect only network nodes or information maps as members in the network relation).</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-network-extra-member-node.component.ts</context>
<context context-type="linenumber">10,15</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.network-extra-member-way" datatype="html">
<source>The network relation contains members of type *"way"* (expect only route relations or network nodes as members in the node network relation).</source>
<target>The network relation contains members of type *"way"* (expect only route relations or network nodes as members in the node network relation).</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-network-extra-member-way.component.ts</context>
<context context-type="linenumber">10,15</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.network-extra-member-relation" datatype="html">
<source>The network relation contains members of type *"relation"* that are unexpected (expect only valid route relations or network nodes as members in the node network relation).</source>
<target>The network relation contains members of type *"relation"* that are unexpected (expect only valid route relations or network nodes as members in the node network relation).</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-network-extra-member-relation.component.ts</context>
<context context-type="linenumber">10,15</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.node-member-missing" datatype="html">
<source>The node is not member of the network relation.</source>
<target>The node is not member of the network relation.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-node-member-missing.component.ts</context>
<context context-type="linenumber">9,14</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.integrity-check-failed" datatype="html">
<source>The actual number of routes does not match the expected number of routes.</source>
<target>The actual number of routes does not match the expected number of routes.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-integrity-check-failed.component.ts</context>
<context context-type="linenumber">9,14</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.orphan-route" datatype="html">
<source>This route does not belong to a network. The route was not added as a member to a valid network relation.</source>
<target>This route does not belong to a network. The route was not added as a member to a valid network relation.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-orphan-route.component.ts</context>
<context context-type="linenumber">9,13</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.route-incomplete" datatype="html">
<source>The route is marked as having an incomplete definition. A route definition is explicitely marked incomplete by adding a tag *"fixme"* with value *"incomplete"* in the route relation.</source>
<target>The route is marked as having an incomplete definition. A route definition is explicitely marked incomplete by adding a tag *"fixme"* with value *"incomplete"* in the route relation.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-route-incomplete.component.ts</context>
<context context-type="linenumber">10,14</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.route-incomplete-ok" datatype="html">
<source>The route is marked as having an incomplete definition. A route definition is explicitely marked incomplete by adding a tag *"fixme"* with value *"incomplete"* in the route relation. But after analysis, the route seems to be ok.</source>
<target>The route is marked as having an incomplete definition. A route definition is explicitely marked incomplete by adding a tag *"fixme"* with value *"incomplete"* in the route relation. But after analysis, the route seems to be ok.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-route-incomplete-ok.component.ts</context>
<context context-type="linenumber">10,15</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.route-node-name-mismatch" datatype="html">
<source>The route name derived from the tags in the route relation does not match the expected name as derived from the start and end node of the route.</source>
<target>The route name derived from the tags in the route relation does not match the expected name as derived from the start and end node of the route.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-route-node-name-mismatch.component.ts</context>
<context context-type="linenumber">10,15</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.route-not-forward" datatype="html">
<source>There is no path in the forward direction (from start node to end node).</source>
<target>There is no path in the forward direction (from start node to end node).</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-route-not-forward.component.ts</context>
<context context-type="linenumber">9,14</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.route-not-backward" datatype="html">
<source>There is no path in the backward direction (from end node to start node).</source>
<target>There is no path in the backward direction (from end node to start node).</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-route-not-backward.component.ts</context>
<context context-type="linenumber">9,14</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.route-analysis-failed" datatype="html">
<source>The route could not be analyzed (too complex?).</source>
<target>The route could not be analyzed (too complex?).</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-route-analysis-failed.component.ts</context>
<context context-type="linenumber">9,14</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.route-overlapping-ways" datatype="html">
<source>No detailed route analysis is performed because the route contains overlapping ways.</source>
<target>No detailed route analysis is performed because the route contains overlapping ways.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-route-overlapping-ways.component.ts</context>
<context context-type="linenumber">9,14</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.route-suspicious-ways" datatype="html">
<source>Route with funny ways (for example ways with only 1 node).</source>
<target>Route with funny ways (for example ways with only 1 node).</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-route-suspicious-ways.component.ts</context>
<context context-type="linenumber">9,14</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.route-broken" datatype="html">
<source>TODO</source>
<target>TODO</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-route-broken.component.ts</context>
<context context-type="linenumber">7,10</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.route-one-way" datatype="html">
<source>The route is tagged as useable in one direction only. This is OK.</source>
<target>The route is tagged as useable in one direction only. This is OK.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-route-one-way.component.ts</context>
<context context-type="linenumber">9,14</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.route-not-one-way" datatype="html">
<source>The route is tagged as useable in one direction only, but the analysis logic does find ways in both directions.</source>
<target>The route is tagged as useable in one direction only, but the analysis logic does find ways in both directions.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-route-not-one-way.component.ts</context>
<context context-type="linenumber">9,15</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.name-missing" datatype="html">
<source>The network relation does not contain the mandatory tag with key "name".</source>
<target>The network relation does not contain the mandatory tag with key "name".</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-name-missing.component.ts</context>
<context context-type="linenumber">9,14</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.added" datatype="html">
<source>Added to the analysis.</source>
<target>Added to the analysis.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-added.component.ts</context>
<context context-type="linenumber">7,10</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.deleted" datatype="html">
<source>Deleted from the OpenStreetMap database.</source>
<target>Deleted from the OpenStreetMap database.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-deleted.component.ts</context>
<context context-type="linenumber">7,10</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.integrity-check" datatype="html">
<source>This network node has a tag that indicates the expected number of routes that arrive/depart in this node.</source>
<target>This network node has a tag that indicates the expected number of routes that arrive/depart in this node.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-integrity-check.component.ts</context>
<context context-type="linenumber">9,14</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.lost-bicycle-node-tag" datatype="html">
<source>This node is no longer a valid bicylenetwork node because the rcn_ref tag has been removed.</source>
<target>This node is no longer a valid bicylenetwork node because the rcn_ref tag has been removed.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-lost-bicycle-node-tag.component.ts</context>
<context context-type="linenumber">9,14</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.lost-hiking-node-tag" datatype="html">
<source>This node is no longer a valid hikingnetwork node because the rwn_ref tag has been removed.</source>
<target>This node is no longer a valid hikingnetwork node because the rwn_ref tag has been removed.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-lost-hiking-node-tag.component.ts</context>
<context context-type="linenumber">9,14</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.lost-horse-riding-node-tag" datatype="html">
<source>This node is no longer a valid horse riding network node because the rhn_ref tag has been removed.</source>
<target>This node is no longer a valid horse riding network node because the rhn_ref tag has been removed.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-lost-horse-node-tag.component.ts</context>
<context context-type="linenumber">9,15</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.lost-motorboat-node-tag" datatype="html">
<source>This node is no longer a valid motorboatnetwork node because the rmn_ref tag has been removed.</source>
<target>This node is no longer a valid motorboatnetwork node because the rmn_ref tag has been removed.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-lost-motorboat-node-tag.component.ts</context>
<context context-type="linenumber">9,14</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.lost-canoe-node-tag" datatype="html">
<source>This node is no longer a valid canoenetwork node because the rpn_ref tag has been removed.</source>
<target>This node is no longer a valid canoenetwork node because the rpn_ref tag has been removed.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-lost-canoe-node-tag.component.ts</context>
<context context-type="linenumber">9,14</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.lost-route-tags" datatype="html">
<source>This relation is no longer a valid network route because a required tag has been removed.</source>
<target>This relation is no longer a valid network route because a required tag has been removed.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-lost-route-tags.component.ts</context>
<context context-type="linenumber">9,14</context>
</context-group>
</trans-unit>
<trans-unit id="fact.description.lost-inline-skate-node-tag" datatype="html">
<source>This node is no longer a valid inline skating network node because the rin_ref tag has been removed.</source>
<target>This node is no longer a valid inline skating network node because the rin_ref tag has been removed.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/analysis/fact/components/descriptions/fact-lost-inline-skate-node-tag.component.ts</context>
<context context-type="linenumber">9,15</context>
</context-group>
</trans-unit>
<trans-unit id="network-indicator.orange.title" datatype="html">
<source>Unexpected - Defined in network relation</source>