-
Notifications
You must be signed in to change notification settings - Fork 117
/
Copy pathosmose-backend.pot
4513 lines (3595 loc) · 124 KB
/
osmose-backend.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
# Osmose backend
# Copyright (C) 2014
# This file is distributed under the same license as the osmose-backend package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-04-28 19:47+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../analysers/analyser_merge_bicycle_parking_FR_capp.py:31
msgid "CAPP bicycle parking not integrated"
msgstr ""
#: ../analysers/analyser_merge_college_FR.py:31
msgid "College not integrated"
msgstr ""
#: ../analysers/analyser_merge_geodesie.py:41
msgid "Missing survey point"
msgstr ""
#: ../analysers/analyser_merge_geodesie.py:86
msgid "Missing survey site"
msgstr ""
#: ../analysers/analyser_merge_railway_level_crossing_FR.py:31
msgid "Crossing level not integrated"
msgstr ""
#: ../analysers/analyser_merge_heritage_FR_merimee.py:47
msgid "Historical monument not integrated"
msgstr ""
#: ../analysers/analyser_merge_heritage_FR_merimee.py:51
msgid "Historical monument, integration suggestion"
msgstr ""
#: ../analysers/analyser_merge_poste_FR.py:34
msgid "Post office not integrated"
msgstr ""
#: ../analysers/analyser_merge_poste_FR.py:38
msgid "Post office, integration suggestion"
msgstr ""
#: ../analysers/analyser_merge_railway_railstation_FR.py:31
msgid "Railway station not integrated"
msgstr ""
#: ../analysers/analyser_merge_railway_railstation_FR.py:35
msgid "Railway station, integration suggestion"
msgstr ""
#: ../analysers/analyser_merge_recycling_FR_capp_clothes.py:31
msgid "CAPP clothes recycling not integrated"
msgstr ""
#: ../analysers/analyser_merge_recycling_FR_capp_glass.py:31
msgid "CAPP glass recycling not integrated"
msgstr ""
#: ../analysers/analyser_merge_school_FR.py:57
msgid "School not integrated"
msgstr ""
#: ../analysers/analyser_merge_school_FR.py:63
msgid "School, integration suggestion"
msgstr ""
#: ../analysers/analyser_merge_service_public_FR.py:37
msgid "Public service not integrated"
msgstr ""
#: ../analysers/analyser_merge_tmc_point_FR.py:57
msgid "Bridge missing (TMC)"
msgstr ""
#: ../analysers/analyser_merge_tmc_point_FR.py:67
msgid "Rest area missing"
msgstr ""
#: ../analysers/analyser_merge_tmc_point_FR.py:77
msgid "Roundabout missing (TMC)"
msgstr ""
#: ../analysers/analyser_merge_tmc_point_FR.py:87
msgid "Services area missing (TMC)"
msgstr ""
#: ../analysers/analyser_merge_tmc_point_FR.py:97
msgid "Toll missing (TMC)"
msgstr ""
#: ../analysers/analyser_merge_tmc_point_FR.py:107
msgid "Traffic signals missing (TMC)"
msgstr ""
#: ../analysers/analyser_merge_tmc_point_FR.py:117
msgid "Tunnel missing (TMC)"
msgstr ""
#: ../analysers/analyser_osmosis_boundary_administrative.py:188
msgid "Survey point out of boundary"
msgstr ""
#: ../analysers/analyser_osmosis_boundary_administrative.py:193
#: ../analysers/analyser_osmosis_boundary_intersect.py:96
msgid "Boundary intersection"
msgstr ""
#: ../analysers/analyser_osmosis_boundary_administrative.py:199
msgid "Lone boundary fragment"
msgstr ""
#: ../analysers/analyser_osmosis_boundary_relation.py:131
msgid "Missing wikipedia tag"
msgstr ""
#: ../analysers/analyser_osmosis_boundary_relation.py:133
msgid "Different population tag between relation and admin_centre"
msgstr ""
#: ../analysers/analyser_osmosis_boundary_relation.py:138
msgid "Invalid role"
msgstr ""
#: ../analysers/analyser_osmosis_highway_broken_level_continuity.py:110
msgid "Broken highway level continuity"
msgstr ""
#: ../analysers/analyser_osmosis_building_3nodes.py:52
msgid "Merge building (triangle)"
msgstr ""
#: ../analysers/analyser_osmosis_building_overlaps.py:167
msgid "Building intersection"
msgstr ""
#: ../analysers/analyser_osmosis_building_overlaps.py:170
msgid "Large building intersection"
msgstr ""
#: ../analysers/analyser_osmosis_building_overlaps.py:174
msgid "Building too small"
msgstr ""
#: ../analysers/analyser_osmosis_building_overlaps.py:181
msgid "Gap between buildings"
msgstr ""
#: ../analysers/analyser_osmosis_building_overlaps.py:186
msgid "Large building intersection cluster"
msgstr ""
#: ../analysers/analyser_osmosis_building_shapes.py:69
msgid "Special building (round)"
msgstr ""
#: ../analysers/analyser_osmosis_building_shapes.py:72
msgid "Special building (large)"
msgstr ""
#: ../analysers/analyser_osmosis_highway_deadend.py:220
msgid "Unconnected cycleway"
msgstr ""
#: ../analysers/analyser_osmosis_highway_features.py:78
msgid "Missing way on level crossing"
msgstr ""
#: ../analysers/analyser_osmosis_highway_features.py:82
msgid "Lone highway or barrier node"
msgstr ""
#: ../analysers/analyser_osmosis_building_geodesie_FR.py:106
msgid "Geodesic mark without building"
msgstr ""
#: ../analysers/analyser_osmosis_highway_traffic_signals.py:172
msgid "Possible crossing=traffic_signals"
msgstr ""
#: ../analysers/analyser_osmosis_highway_link.py:132
#: ../analysers/analyser_osmosis_highway_link.py:148
msgid "Bad *_link highway"
msgstr ""
#: ../analysers/analyser_osmosis_highway_link.py:144
msgid "Highway too long for a *_link"
msgstr ""
#: ../analysers/analyser_osmosis_highway_vs_building.py:368
msgid "Highway intersecting building"
msgstr ""
#: ../analysers/analyser_osmosis_highway_vs_building.py:369
msgid "Tree intersecting building"
msgstr ""
#: ../analysers/analyser_osmosis_highway_vs_building.py:370
msgid "Tree and highway too close"
msgstr ""
#: ../analysers/analyser_osmosis_natural_swimming-pool.py:83
msgid "Swimming-pool, reservoir, pond as natural=water"
msgstr ""
#: ../analysers/analyser_osmosis_node_like_way.py:80
msgid "Way node tagged like way"
msgstr ""
#: ../analysers/analyser_osmosis_orphan_nodes_cluster.py:56
msgid "Orphan nodes cluster"
msgstr ""
#: ../analysers/analyser_osmosis_polygon.py:94
msgid "Invalid polygon"
msgstr ""
#: ../analysers/analyser_osmosis_powerline.py:323
msgid "Lone power tower or pole"
msgstr ""
#: ../analysers/analyser_osmosis_powerline.py:348
msgid "Connection between different voltages"
msgstr ""
#: ../analysers/analyser_osmosis_powerline.py:351
msgid "Non power node on power way"
msgstr ""
#: ../analysers/analyser_osmosis_powerline.py:359
msgid "Missing power tower or pole"
msgstr ""
#: ../analysers/analyser_osmosis_relation_associatedStreet.py:617
msgid "No street role"
msgstr ""
#: ../analysers/analyser_osmosis_relation_associatedStreet.py:621
msgid "street role is not an highway"
msgstr ""
#: ../analysers/analyser_osmosis_relation_associatedStreet.py:625
msgid "Roleless member"
msgstr ""
#: ../analysers/analyser_osmosis_relation_associatedStreet.py:633
msgid "Number twice in the street"
msgstr ""
#: ../analysers/analyser_osmosis_relation_associatedStreet.py:635
msgid "Many street names"
msgstr ""
#: ../analysers/analyser_osmosis_relation_associatedStreet.py:637
msgid "Many relations on one street"
msgstr ""
#: ../analysers/analyser_osmosis_relation_associatedStreet.py:639
msgid "House too far away from street"
msgstr ""
#: ../analysers/analyser_osmosis_relation_large.py:74
msgid "Large relation"
msgstr ""
#: ../analysers/analyser_osmosis_relation_multipolygon.py:200
msgid "Double inner polygon"
msgstr ""
#: ../analysers/analyser_osmosis_relation_multipolygon.py:208
msgid "Inconsistant multipolygon nature with members nature"
msgstr ""
#: ../analysers/analyser_osmosis_relation_multipolygon.py:213
msgid "Inconsistant multipolygon member nature"
msgstr ""
#: ../analysers/analyser_osmosis_relation_restriction.py:366
msgid "Restriction relation, wrong number of members"
msgstr ""
#: ../analysers/analyser_osmosis_relation_restriction.py:371
msgid "Restriction relation, bad member type"
msgstr ""
#: ../analysers/analyser_osmosis_relation_restriction.py:373
msgid "Unconnected restriction relation ways"
msgstr ""
#: ../analysers/analyser_osmosis_relation_restriction.py:381
msgid "Restriction doesn't match topology"
msgstr ""
#: ../analysers/analyser_osmosis_roundabout_level.py:262
msgid "Wrong highway on roundabout"
msgstr ""
#: ../analysers/analyser_osmosis_roundabout_level.py:273
msgid "Missing oneway"
msgstr ""
#: ../analysers/analyser_osmosis_roundabout_level.py:288
msgid "Roundabout shortcut"
msgstr ""
#: ../analysers/analyser_osmosis_roundabout_level.py:296
msgid "Roundabout crossing"
msgstr ""
#: ../analysers/analyser_osmosis_roundabout_reverse.py:46
#: ../plugins/TagFix_MultipleTag.py:76
msgid "Reverse roundabout"
msgstr ""
#: ../analysers/analyser_osmosis_soundex.py:236
msgid "Soundex test"
msgstr ""
#: ../analysers/analyser_osmosis_tag_typo.py:150
msgid "Typo in tag"
msgstr ""
#: ../analysers/analyser_osmosis_useless.py:135
msgid "Missing tag or role on node"
msgstr ""
#: ../analysers/analyser_osmosis_useless.py:138
msgid "Missing tag or role on way"
msgstr ""
#: ../analysers/analyser_osmosis_useless.py:141
msgid "Missing tag or role on relation"
msgstr ""
#: ../analysers/analyser_osmosis_waterway.py:147
msgid "Riverbank without river"
msgstr ""
#: ../analysers/analyser_osmosis_waterway.py:155
msgid "Unconnected waterway or wrong way flow"
msgstr ""
#: ../plugins/Administrative_INSEE_Name.py:33
msgid "Place node without name tag"
msgstr ""
#: ../plugins/Administrative_INSEE_Name.py:59
msgid "INSEE code cannot be found in INSEE database"
msgstr ""
#: ../plugins/Administrative_INSEE_Name.py:62
msgid "Municipality name does not match INSEE code"
msgstr ""
#: ../plugins/Administrative_TooManyWays.py:31
msgid "Duplicated way in relation"
msgstr ""
#: ../plugins/Construction.py:34
msgid "Finished construction"
msgstr ""
#: ../plugins/Date.py:33
msgid "Bad date format"
msgstr ""
#: ../plugins/Highway_Lanes.py:32
msgid "Bad lanes value"
msgstr ""
#: ../plugins/Highway_Parking_Lane.py:31
msgid "Bad parking:lane:[side]"
msgstr ""
#: ../plugins/Highway_Parking_Lane.py:38
msgid "Too many parking:lane:[side]"
msgstr ""
#: ../plugins/Highway_Parking_Lane.py:43
msgid "Bad parking:lane:[side] value"
msgstr ""
#: ../plugins/Highway_Parking_Lane.py:48
msgid "parking:condition:[side] without parking:lane:[side] value"
msgstr ""
#: ../plugins/Name_Dictionary.py:33
msgid "Word not found in dictionary"
msgstr ""
#: ../plugins/Name_Dictionary.py:37
msgid "Encoding problem"
msgstr ""
#: ../plugins/Name_Initials.py:31
msgid "Initial stuck to the name"
msgstr ""
#: ../plugins/Name_MisspelledWordByRegex.py:31
msgid "Badly written word"
msgstr ""
#: ../plugins/Name_Multiple.py:33
msgid "The name tag contains two names"
msgstr ""
#: ../plugins/Name_PoorlyWrittenWayType.py:49
msgid "Badly written way type"
msgstr ""
#: ../plugins/Name_Spaces.py:32
msgid "Too many spaces"
msgstr ""
#: ../plugins/Name_Toponymy_FR.py:35
msgid "Toponymy"
msgstr ""
#: ../plugins/Ele_MontainPass_Peak.py:31
msgid "Missing altitude"
msgstr ""
#: ../plugins/Source.py:36
msgid "Illegal or incomplete source tag"
msgstr ""
#: ../plugins/Source.py:45
msgid "Missing source tag"
msgstr ""
#: ../plugins/Structural_DuplicateNodes.py:34
msgid "Duplicated nodes"
msgstr ""
#: ../plugins/Structural_Multipolygon.py:31
msgid "Inadequate role for multipolygon"
msgstr ""
#: ../plugins/Structural_Multipolygon.py:35
msgid "Inadequate member for multipolygon"
msgstr ""
#: ../plugins/Structural_Multipolygon.py:39
msgid "Missing outer role for multipolygon"
msgstr ""
#: ../plugins/Structural_Multipolygon.py:45
msgid "This multipolygon is a simple polygon"
msgstr ""
#: ../plugins/Structural_UnclosedArea.py:30
msgid "Unclosed area"
msgstr ""
#: ../plugins/Structural_Useless_Relation.py:31
msgid "1-member relation"
msgstr ""
#: ../plugins/Structural_Waterway.py:30
msgid "Closed waterway"
msgstr ""
#: ../plugins/Structural_WayOneNode.py:31
msgid "Way with one node"
msgstr ""
#: ../plugins/TagFix_Deprecated.py:99
msgid "Deprecated tag"
msgstr ""
#: ../plugins/TagFix_MultipleTag_FR.py:34
#: ../plugins/TagFix_MultipleTag_Lang_es.py:33
#: ../plugins/TagFix_MultipleTag_Lang_fr.py:33
#: ../plugins/TagFix_MultipleTag.py:34 ../plugins/TagFix_MultipleTag.py:36
msgid "Watch multiple tags"
msgstr ""
#: ../plugins/TagFix_MultipleTag_FR.py:36
msgid "Improve name from the land registry"
msgstr ""
#: ../plugins/TagFix_MultipleTag_FR.py:43
msgid "incoherent maxspeed"
msgstr ""
#: ../plugins/TagFix_MultipleTag_FR.py:45
msgid "Invalid reference"
msgstr ""
#: ../plugins/TagFix_MultipleTag.py:44
msgid "Tag highway missing on junction"
msgstr ""
#: ../plugins/TagFix_MultipleTag.py:50
msgid "Tag highway missing on oneway"
msgstr ""
#: ../plugins/Bicycle.py:16 ../plugins/Bicycle.py:153
msgid "Opposite cycleway without oneway"
msgstr ""
#: ../plugins/TagFix_MultipleTag.py:58
msgid "Missing maxheight tag"
msgstr ""
#: ../plugins/TagFix_MultipleValue.py:64
msgid "Multiple values"
msgstr ""
#: ../plugins/TagFix_Note_Lang_fr.py:38
msgid "Possible improvement for note or comment tag"
msgstr ""
#: ../plugins/TagFix_Postcode.py:76
msgid "Invalid postcode"
msgstr ""
#: ../plugins/TagFix_Role.py:32
msgid "Inadequate role"
msgstr ""
#: ../plugins/TagFix_Tree_Lang_fr.py:68
msgid "Tree tagging"
msgstr ""
#: ../plugins/TagFix_Wikipedia.py:46
msgid "Not a Wikipedia URL"
msgstr ""
#: ../plugins/TagFix_Wikipedia.py:49
msgid "Wikipedia URL instead of article title"
msgstr ""
#: ../plugins/TagFix_Wikipedia.py:55
msgid "Missing Wikipedia language before article title"
msgstr ""
#: ../plugins/TagFix_Wikipedia.py:63
msgid "Use human Wikipedia page title"
msgstr ""
#: ../plugins/TagFix_Wikipedia.py:73
msgid "Missing primary Wikipedia tag"
msgstr ""
#: ../plugins/TagFix_Wikipedia.py:79
msgid "Invalid wikipedia suffix"
msgstr ""
#: ../plugins/TagFix_Wikipedia.py:82
msgid "Duplicate wikipedia tag as suffix and prefix"
msgstr ""
#: ../plugins/TagRemove_FR.py:33
msgid "Misused tag in this country"
msgstr ""
#: ../plugins/TagRemove_Incompatibles.py:31
msgid "Tag conflict"
msgstr ""
#: ../plugins/TagRemove_NameIsRef_FR.py:34
msgid "Highway reference in name tag"
msgstr ""
#: ../plugins/TagRemove_OpenSeaMap.py:33
msgid "OpenSeaMap import, very approximative position."
msgstr ""
#: ../plugins/TagRemove_Roundabout.py:31
#: ../plugins/TagRemove_Roundabout_Ref.py:33
msgid "Unneeded tag on junction=roundabout"
msgstr ""
#: ../analysers/analyser_osmosis_fantoir.py:109
msgid "Multiple name for the same ref FANTOIR"
msgstr ""
#: ../analysers/analyser_osmosis_relation_associatedStreet.py:642
msgid "Tag \"addr:city\" not matching a city"
msgstr ""
#: ../plugins/TagFix_MultipleTag_FR.py:47
msgid "FANTOIR object type not match OSM feature"
msgstr ""
#: ../analysers/analyser_merge_police_FR_pn.py:31
msgid "Police not integrated"
msgstr ""
#: ../analysers/analyser_merge_fuel_FR.py:31
#: ../analysers/analyser_merge_fuel_IT.py:47
msgid "Gas station not integrated"
msgstr ""
#: ../plugins/TagFix_Wikipedia.py:85
msgid "Same wikipedia topic on other language"
msgstr ""
#: ../plugins/Name_Spaces.py:45
msgid "Name begins with a space"
msgstr ""
#: ../plugins/Name_Spaces.py:43
msgid "Name ends with a space"
msgstr ""
#: ../plugins/Name_Spaces.py:41
msgid "Name contains successive spaces"
msgstr ""
#: ../plugins/TagRemove_Incompatibles.py:114
#, python-format, python-brace-format
msgid "Conflict between tags: {0}"
msgstr ""
#: ../plugins/TagRemove_Incompatibles.py:117
msgid "Conflict between tags: 'bridge' and 'tunnel'"
msgstr ""
#: ../plugins/TagFix_MultipleTag.py:172
#, python-format, python-brace-format
msgid "mini roundabout direction in this country is usually \"{0}\""
msgstr ""
#: ../plugins/TagFix_MultipleTag.py:184
msgid "Use tag \"toll\" instead of \"fee\""
msgstr ""
#: ../plugins/TagFix_Wikipedia.py:114
#, python-format, python-brace-format
msgid "Use wikipedia={0}:*"
msgstr ""
#: ../plugins/TagFix_Wikipedia.py:168
#, python-format, python-brace-format
msgid "Invalid wikipedia suffix '{0}'"
msgstr ""
#: ../analysers/analyser_merge_postal_code_FR.py:33
msgid "Postal code, integration suggestion"
msgstr ""
#: ../plugins/TagRemove_Layer.py:31
msgid "Landuse feature not on ground"
msgstr ""
#: ../plugins/TagRemove_Layer.py:33
msgid "Natural feature underground"
msgstr ""
#: ../plugins/Name_Local_JP.py:34 ../plugins/Name_Local.py:42
msgid "Default and local language name not the same"
msgstr ""
#: ../plugins/Name_Local_JP.py:36 ../plugins/Name_Local.py:44
msgid "Local language name without default name"
msgstr ""
#: ../plugins/Name_Local_JP.py:38 ../plugins/Name_Local.py:46
msgid "Language name without default name"
msgstr ""
#: ../analysers/analyser_merge_library_FR_aquitaine.py:31
msgid "Library not integrated"
msgstr ""
#: ../analysers/analyser_merge_winery_FR_aquitaine.py:31
msgid "Winery not integrated"
msgstr ""
#: ../plugins/Name_Multilingual.py:38
msgid "Multilingual not matching"
msgstr ""
#: ../plugins/TagRemove_Layer.py:35
msgid "Highway underground and no tunnel"
msgstr ""
#: ../plugins/TagRemove_Layer.py:37
msgid "Long Highway underground and no tunnel"
msgstr ""
#: ../plugins/TagRemove_Layer.py:39
msgid "Highway above ground and no bridge"
msgstr ""
#: ../plugins/TagRemove_Layer.py:41
msgid "Long Highway above ground and no bridge"
msgstr ""
#: ../plugins/TagFix_MultipleTag.py:38
msgid "Waterway with level"
msgstr ""
#: ../plugins/TagRemove_Roundabout.py:39
msgid "Unnecessary tag oneway"
msgstr ""
#: ../analysers/analyser_merge_post_box_FR.py:31
msgid "Post box not integrated"
msgstr ""
#: ../analysers/analyser_merge_post_box_FR.py:35
msgid "Post box, integration suggestion"
msgstr ""
#: ../analysers/analyser_osmosis_highway_tunnel_bridge.py:109
msgid "Bridge structure missing"
msgstr ""
#: ../plugins/TagFix_MultipleTag.py:95
msgid "Roundabout as area"
msgstr ""
#: ../plugins/TagFix_MultipleTag.py:97
msgid "Level or repeat_on tag missing"
msgstr ""
#: ../analysers/analyser_osmosis_building_overlaps.py:191
msgid "Building in parts"
msgstr ""
#: ../plugins/TagFix_MultipleTag.py:99
msgid "Indoor or buildingpart tag missing"
msgstr ""
#: ../plugins/TagFix_MultipleTag.py:101
msgid "Missing tag ref for emergency access point"
msgstr ""
#: ../analysers/analyser_osmosis_double_tagging.py:107
msgid "Object tagged twice as node and way"
msgstr ""
#: ../analysers/analyser_osmosis_double_tagging.py:110
msgid "Object tagged twice as way and relation"
msgstr ""
#: ../analysers/analyser_osmosis_double_tagging.py:113
msgid "Object tagged twice as node and relation"
msgstr ""
#: ../analysers/analyser_osmosis_highway_bad_intersection.py:96
msgid "Intersection of unrelated highway and waterway objects"
msgstr ""
#: ../analysers/analyser_osmosis_highway_bad_intersection.py:94
msgid "Intersection of unrelated highway and power objects"
msgstr ""
#: ../plugins/Name_UpperCase.py:38
msgid "Name with uppercase"
msgstr ""
#: ../plugins/TagFix_MultipleTag.py:213
msgid ""
"Including ski, horse, moped, hazmat and so on, unless explicitly excluded"
msgstr ""
#: ../plugins/TagFix_MultipleTag.py:215
msgid ""
"Including car, horse, moped, hazmat and so on, unless explicitly excluded"
msgstr ""
#: ../analysers/analyser_osmosis_highway_area_access.py:63
msgid "Inconsistent Access"
msgstr ""
#: ../analysers/analyser_osmosis_relation_public_transport.py:379
msgid "Non route relation member in route_master relation"
msgstr ""
#: ../analysers/analyser_osmosis_water.py:155
msgid "Object must be close to coast or water"
msgstr ""
#: ../plugins/TagRemove_Naptan.py:35
msgid "Naptan import, survey needed."
msgstr ""
#: ../analysers/analyser_osmosis_powerline.py:330
msgid "Unfinished power major line"
msgstr ""
#: ../analysers/analyser_osmosis_powerline.py:339
msgid "Unfinished power minor line"
msgstr ""
#: ../analysers/analyser_osmosis_highway_vs_building.py:371
msgid "Highway intersecting small water piece"
msgstr ""
#: ../analysers/analyser_osmosis_highway_vs_building.py:372
msgid "Highway intersecting large water piece"
msgstr ""
#: ../analysers/analyser_merge_heritage_FR_merimee.py:53
msgid "Historical monument update"
msgstr ""
#: ../analysers/analyser_merge_poste_FR.py:40
msgid "Post office update"
msgstr ""
#: ../analysers/analyser_merge_school_FR.py:66
msgid "School update"
msgstr ""
#: ../plugins/Highway_Lanes.py:36
msgid ""
"Conflict between usage of *:lanes or *:lanes:(forward|backward|both_ways)"
msgstr ""
#: ../plugins/Highway_Lanes.py:41
msgid "Conflict between lanes number"
msgstr ""
#: ../plugins/Highway_Lanes.py:43
msgid "Invalid usage of *:lanes:(backward|both_ways) on oneway highway"
msgstr ""
#: ../plugins/Highway_Lanes.py:47
msgid "Unknown turn lanes value"
msgstr ""
#: ../plugins/Highway_Lanes.py:52
msgid "Bad turn lanes order"
msgstr ""
#: ../plugins/Highway_Lanes.py:61
msgid "Bad access lanes value, should not be an integer but a restriction"
msgstr ""
#: ../plugins/Highway_Lanes.py:66
msgid "Turn lanes merge_to_* need an aside lane on good side"
msgstr ""
#: ../plugins/TagRemove_Incompatibles.py:120
msgid ""
"Conflict between tags: crossing=no must be used without a highway=crossing"
msgstr ""
#: ../analysers/analyser_osmosis_duplicated_geotag.py:172
msgid "Duplicated way geometry and tags"
msgstr ""
#: ../analysers/analyser_osmosis_duplicated_geotag.py:176
msgid "Duplicated way geometry but different tags"
msgstr ""
#: ../analysers/analyser_osmosis_duplicated_geotag.py:180
msgid "Duplicated node geometry and tags"
msgstr ""
#: ../analysers/analyser_osmosis_duplicated_geotag.py:182
msgid "Duplicated node geometry but different tags"
msgstr ""
#: ../analysers/analyser_osmosis_highway_traffic_signals.py:175
msgid "Possible missing highway=traffic_signals nearby"
msgstr ""
#: ../analysers/analyser_osmosis_powerline.py:364
msgid "Unmatched voltage of line on substation"
msgstr ""
#: ../plugins/TagFix_Housenumber.py:36
msgid "Invalid tag on interpolation way"
msgstr ""
#: ../plugins/TagFix_Housenumber.py:41
msgid "Invalid addr:interpolation or addr:inclusion value"
msgstr ""
#: ../analysers/analyser_merge_fuel_FR.py:33
#: ../analysers/analyser_merge_fuel_IT.py:51
msgid "Gas station integration suggestion"
msgstr ""
#: ../analysers/analyser_merge_fuel_FR.py:35
#: ../analysers/analyser_merge_fuel_IT.py:53
msgid "Gas station update"
msgstr ""
#: ../plugins/TagFix_Housenumber.py:34
msgid "Invalid addr:housenumber value"
msgstr ""
#: ../plugins/Administrative_INSEE_Name.py:99
#, python-format, python-brace-format
msgid "Node with place={0} without name"
msgstr ""
#: ../plugins/Name_Saint_FR.py:53
msgid "Missing hyphen after \"Saint(e)\""
msgstr ""
#: ../plugins/Name_Script.py:37
msgid "Some value chars does not match the language charset"
msgstr ""
#: ../plugins/Name_Toponymy_FR.py:158
#, python-format, python-brace-format
msgid "Missing capital letter for: {0}"
msgstr ""
#: ../plugins/Source_FR.py:38
msgid "Source tag contains AAAA"
msgstr ""
#: ../plugins/TagFix_MultipleTag_Lang_fr.py:53
#, python-format, python-brace-format
msgid "\"name={0}\" is the localisation but not the name"
msgstr ""
#: ../plugins/TagFix_MultipleTag_Lang_fr.py:61
msgid "A war memorial is not a historic=monument"
msgstr ""
#: ../plugins/TagFix_MultipleTag_Lang_fr.py:65
msgid "Put a tag for a village hall or a community center"
msgstr ""
#: ../plugins/TagFix_MultipleTag_FR.py:67
msgid "Need tag amenity=nursery|kindergarten|school besides on school:FR"
msgstr ""
#: ../plugins/TagFix_MultipleTag_FR.py:72
#: ../plugins/TagFix_MultipleTag_FR.py:74
msgid "Add school:FR tag"
msgstr ""
#: ../plugins/TagFix_MultipleTag_FR.py:80
msgid "FANTOIR numeric type is for ways"
msgstr ""
#: ../plugins/TagFix_MultipleTag_FR.py:96
msgid "A living_street in France is a Zone 20"
msgstr ""
#: ../plugins/TagFix_MultipleTag_FR.py:98
msgid "A Zone 20 in France is a living_street"
msgstr ""
#: ../plugins/TagFix_MultipleTag_FR.py:101
msgid "A Zone 20 is limited to 20 km/h"
msgstr ""
#: ../plugins/TagFix_MultipleTag_FR.py:103
msgid "A zone 30 is limited to 30 km/h"
msgstr ""
#: ../plugins/TagFix_Note_Lang_fr.py:108
#, python-format, python-brace-format
msgid "Use start_date tag for \"{0}\""
msgstr ""
#: ../plugins/TagFix_Note_Lang_fr.py:112 ../plugins/TagFix_Note_Lang_fr.py:115
#, python-format, python-brace-format
msgid "Use opening_hours tag for \"{0}\""
msgstr ""
#: ../plugins/TagFix_Note_Lang_fr.py:120
#, python-format, python-brace-format
msgid "Use construction tag for \"{0}\""
msgstr ""
#: ../plugins/TagFix_Note_Lang_fr.py:124 ../plugins/TagFix_Note_Lang_fr.py:127
#, python-format, python-brace-format
msgid "\"{0}\" can be set in specific tag"
msgstr ""
#: ../plugins/Name_Script.py:48
msgid "Non printable char"
msgstr ""
#: ../analysers/analyser_osmosis_relation_associatedStreet.py:629
msgid "Member without addr:housenumber nor addr:housename"
msgstr ""
#: ../analysers/analyser_osmosis_polygon.py:95
msgid "Invalid multipolygon"
msgstr ""
#: ../analysers/analyser_osmosis_addr_interpolation.py:201
msgid "Interpolation on nodes of multiple street names"
msgstr ""