This repository has been archived by the owner on Jan 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
en.yml
2351 lines (2351 loc) · 97.7 KB
/
en.yml
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
en:
html:
dir: ltr
time:
formats:
friendly: "%e %B %Y at %H:%M"
blog: "%e %B %Y"
activerecord:
# Translates all the model names, which is used in error handling on the web site
models:
acl: "Access Control List"
changeset: "Changeset"
changeset_tag: "Changeset Tag"
country: "Country"
diary_comment: "Diary Comment"
diary_entry: "Diary Entry"
friend: "Friend"
language: "Language"
message: "Message"
node: "Node"
node_tag: "Node Tag"
notifier: "Notifier"
old_node: "Old Node"
old_node_tag: "Old Node Tag"
old_relation: "Old Relation"
old_relation_member: "Old Relation Member"
old_relation_tag: "Old Relation Tag"
old_way: "Old Way"
old_way_node: "Old Way Node"
old_way_tag: "Old Way Tag"
relation: "Relation"
relation_member: "Relation Member"
relation_tag: "Relation Tag"
session: "Session"
trace: "Trace"
tracepoint: "Trace Point"
tracetag: "Trace Tag"
user: "User"
user_preference: "User Preference"
user_token: "User Token"
way: "Way"
way_node: "Way Node"
way_tag: "Way Tag"
# Translates all the model attributes, which is used in error handling on the web site
# Only the ones that are used on the web site are translated at the moment
attributes:
diary_comment:
body: "Body"
diary_entry:
user: "User"
title: "Subject"
latitude: "Latitude"
longitude: "Longitude"
language: "Language"
friend:
user: "User"
friend: "Friend"
trace:
user: "User"
visible: "Visible"
name: "Name"
size: "Size"
latitude: "Latitude"
longitude: "Longitude"
public: "Public"
description: "Description"
message:
sender: "Sender"
title: "Subject"
body: "Body"
recipient: "Recipient"
user:
email: "Email"
active: "Active"
display_name: "Display Name"
description: "Description"
languages: "Languages"
pass_crypt: "Password"
printable_name:
with_id: "%{id}"
with_version: "%{id}, v%{version}"
with_name_html: "%{name} (%{id})"
editor:
default: "Default (currently %{name})"
potlatch:
name: "Potlatch 1"
description: "Potlatch 1 (in-browser editor)"
id:
name: "iD"
description: "iD (in-browser editor)"
potlatch2:
name: "Potlatch 2"
description: "Potlatch 2 (in-browser editor)"
remote:
name: "Remote Control"
description: "Remote Control (JOSM or Merkaartor)"
browse:
created: "Created"
closed: "Closed"
created_html: "Created <abbr title='%{title}'>%{time} ago</abbr>"
closed_html: "Closed <abbr title='%{title}'>%{time} ago</abbr>"
created_by_html: "Created <abbr title='%{title}'>%{time} ago</abbr> by %{user}"
deleted_by_html: "Deleted <abbr title='%{title}'>%{time} ago</abbr> by %{user}"
edited_by_html: "Edited <abbr title='%{title}'>%{time} ago</abbr> by %{user}"
closed_by_html: "Closed <abbr title='%{title}'>%{time} ago</abbr> by %{user}"
version: "Version"
in_changeset: "Changeset"
anonymous: "anonymous"
no_comment: "(no comment)"
part_of: "Part of"
download_xml: "Download XML"
view_history: "View History"
view_details: "View Details"
location: "Location:"
changeset:
title: "Changeset: %{id}"
belongs_to: "Author"
node: "Nodes (%{count})"
node_paginated: "Nodes (%{x}-%{y} of %{count})"
way: "Ways (%{count})"
way_paginated: "Ways (%{x}-%{y} of %{count})"
relation: "Relations (%{count})"
relation_paginated: "Relations (%{x}-%{y} of %{count})"
comment: "Comments (%{count})"
hidden_commented_by: "Hidden comment from %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
commented_by: "Comment from %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
changesetxml: "Changeset XML"
osmchangexml: "osmChange XML"
feed:
title: "Changeset %{id}"
title_comment: "Changeset %{id} - %{comment}"
join_discussion: "Log in to join the discussion"
discussion: Discussion
node:
title: "Node: %{name}"
history_title: "Node History: %{name}"
way:
title: "Way: %{name}"
history_title: "Way History: %{name}"
nodes: "Nodes"
also_part_of:
one: "part of way %{related_ways}"
other: "part of ways %{related_ways}"
relation:
title: "Relation: %{name}"
history_title: "Relation History: %{name}"
members: "Members"
relation_member:
entry: "%{type} %{name}"
entry_role: "%{type} %{name} as %{role}"
type:
node: "Node"
way: "Way"
relation: "Relation"
containing_relation:
entry: "Relation %{relation_name}"
entry_role: "Relation %{relation_name} (as %{relation_role})"
not_found:
sorry: "Sorry, %{type} #%{id} could not be found."
type:
node: node
way: way
relation: relation
changeset: changeset
note: note
timeout:
sorry: "Sorry, the data for the %{type} with the id %{id}, took too long to retrieve."
type:
node: node
way: way
relation: relation
changeset: changeset
note: note
redacted:
redaction: "Redaction %{id}"
message_html: "Version %{version} of this %{type} cannot be shown as it has been redacted. Please see %{redaction_link} for details."
type:
node: "node"
way: "way"
relation: "relation"
start_rjs:
feature_warning: "Loading %{num_features} features, which may make your browser slow or unresponsive. Are sure you want to display this data?"
load_data: "Load Data"
loading: "Loading..."
tag_details:
tags: "Tags"
wiki_link:
key: "The wiki description page for the %{key} tag"
tag: "The wiki description page for the %{key}=%{value} tag"
wikidata_link: "The %{page} item on Wikidata"
wikipedia_link: "The %{page} article on Wikipedia"
telephone_link: "Call %{phone_number}"
note:
title: "Note: %{id}"
new_note: "New Note"
description: "Description"
open_title: "Unresolved note #%{note_name}"
closed_title: "Resolved note #%{note_name}"
hidden_title: "Hidden note #%{note_name}"
open_by: "Created by %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
open_by_anonymous: "Created by anonymous <abbr title='%{exact_time}'>%{when} ago</abbr>"
commented_by: "Comment from %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
commented_by_anonymous: "Comment from anonymous <abbr title='%{exact_time}'>%{when} ago</abbr>"
closed_by: "Resolved by %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
closed_by_anonymous: "Resolved by anonymous <abbr title='%{exact_time}'>%{when} ago</abbr>"
reopened_by: "Reactivated by %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
reopened_by_anonymous: "Reactivated by anonymous <abbr title='%{exact_time}'>%{when} ago</abbr>"
hidden_by: "Hidden by %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
query:
title: "Query Features"
introduction: "Click on the map to find nearby features."
nearby: "Nearby features"
enclosing: "Enclosing features"
changeset:
changeset_paging_nav:
showing_page: "Page %{page}"
next: "Next »"
previous: "« Previous"
changeset:
anonymous: "Anonymous"
no_edits: "(no edits)"
view_changeset_details: "View changeset details"
changesets:
id: "ID"
saved_at: "Saved at"
user: "User"
comment: "Comment"
area: "Area"
list:
title: "Changesets"
title_user: "Changesets by %{user}"
title_friend: "Changesets by your friends"
title_nearby: "Changesets by nearby users"
empty: "No changesets found."
empty_area: "No changesets in this area."
empty_user: "No changesets by this user."
no_more: "No more changesets found."
no_more_area: "No more changesets in this area."
no_more_user: "No more changesets by this user."
load_more: "Load more"
timeout:
sorry: "Sorry, the list of changesets you requested took too long to retrieve."
rss:
title_all: OpenStreetMap changeset discussion
title_particular: "OpenStreetMap changeset #%{changeset_id} discussion"
comment: "New comment on changeset #%{changeset_id} by %{author}"
commented_at_html: "Updated %{when} ago"
commented_at_by_html: "Updated %{when} ago by %{user}"
full: Full discussion
diary_entry:
new:
title: New Diary Entry
publish_button: "Publish"
list:
title: "Users' diaries"
title_friends: "Friends' diaries"
title_nearby: "Nearby Users' diaries"
user_title: "%{user}'s diary"
in_language_title: "Diary Entries in %{language}"
new: New Diary Entry
new_title: Compose a new entry in your user diary
no_entries: No diary entries
recent_entries: "Recent diary entries"
older_entries: Older Entries
newer_entries: Newer Entries
edit:
title: "Edit diary entry"
subject: "Subject:"
body: "Body:"
language: "Language:"
location: "Location:"
latitude: "Latitude:"
longitude: "Longitude:"
use_map_link: "use map"
save_button: "Save"
marker_text: Diary entry location
view:
title: "%{user}'s diary | %{title}"
user_title: "%{user}'s diary"
leave_a_comment: "Leave a comment"
login_to_leave_a_comment: "%{login_link} to leave a comment"
login: "Login"
save_button: "Save"
no_such_entry:
title: "No such diary entry"
heading: "No entry with the id: %{id}"
body: "Sorry, there is no diary entry or comment with the id %{id}. Please check your spelling, or maybe the link you clicked is wrong."
diary_entry:
posted_by: "Posted by %{link_user} on %{created} in %{language_link}"
comment_link: Comment on this entry
reply_link: Reply to this entry
comment_count:
zero: No comments
one: "%{count} comment"
other: "%{count} comments"
edit_link: Edit this entry
hide_link: Hide this entry
confirm: Confirm
diary_comment:
comment_from: "Comment from %{link_user} on %{comment_created_at}"
hide_link: Hide this comment
confirm: Confirm
location:
location: "Location:"
view: "View"
edit: "Edit"
feed:
user:
title: "OpenStreetMap diary entries for %{user}"
description: "Recent OpenStreetMap diary entries from %{user}"
language:
title: "OpenStreetMap diary entries in %{language_name}"
description: "Recent diary entries from users of OpenStreetMap in %{language_name}"
all:
title: "OpenStreetMap diary entries"
description: "Recent diary entries from users of OpenStreetMap"
comments:
has_commented_on: "%{display_name} has commented on the following diary entries"
post: Post
when: When
comment: Comment
ago: "%{ago} ago"
newer_comments: "Newer Comments"
older_comments: "Older Comments"
export:
title: "Export"
start:
area_to_export: "Area to Export"
manually_select: "Manually select a different area"
format_to_export: "Format to Export"
osm_xml_data: "OpenStreetMap XML Data"
map_image: "Map Image (shows standard layer)"
embeddable_html: "Embeddable HTML"
licence: "Licence"
export_details: 'OpenStreetMap data is licensed under the <a href="http://opendatacommons.org/licenses/odbl/1.0/">Open Data Commons Open Database License</a> (ODbL).'
too_large:
advice: "If the above export fails, please consider using one of the sources listed below:"
body: "This area is too large to be exported as OpenStreetMap XML Data. Please zoom in or select a smaller area, or use one of the sources listed below for bulk data downloads."
planet:
title: "Planet OSM"
description: "Regularly-updated copies of the complete OpenStreetMap database"
overpass:
title: "Overpass API"
description: "Download this bounding box from a mirror of the OpenStreetMap database"
geofabrik:
title: "Geofabrik Downloads"
description: "Regularly-updated extracts of continents, countries, and selected cities"
metro:
title: "Metro Extracts"
description: "Extracts for major world cities and their surrounding areas"
other:
title: "Other Sources"
description: "Additional sources listed on the OpenStreetMap wiki"
options: "Options"
format: "Format"
scale: "Scale"
max: "max"
image_size: "Image Size"
zoom: "Zoom"
add_marker: "Add a marker to the map"
latitude: "Lat:"
longitude: "Lon:"
output: "Output"
paste_html: "Paste HTML to embed in website"
export_button: "Export"
geocoder:
search:
title:
latlon: 'Results from <a href="http://openstreetmap.org/">Internal</a>'
us_postcode: 'Results from <a href="http://geocoder.us/">Geocoder.us</a>'
uk_postcode: 'Results from <a href="http://www.npemap.org.uk/">NPEMap / FreeThe Postcode</a>'
ca_postcode: 'Results from <a href="http://geocoder.ca/">Geocoder.CA</a>'
osm_nominatim: 'Results from <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
geonames: 'Results from <a href="http://www.geonames.org/">GeoNames</a>'
osm_nominatim_reverse: 'Results from <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
geonames_reverse: 'Results from <a href="http://www.geonames.org/">GeoNames</a>'
search_osm_nominatim:
prefix_format: "%{name}"
prefix:
aerialway:
cable_car: "Cable Car"
chair_lift: "Chair Lift"
drag_lift: "Drag Lift"
gondola: "Gondola Lift"
station: "Aerialway Station"
aeroway:
aerodrome: "Aerodrome"
apron: "Apron"
gate: "Gate"
helipad: "Helipad"
runway: "Runway"
taxiway: "Taxiway"
terminal: "Terminal"
amenity:
animal_shelter: "Animal Shelter"
arts_centre: "Arts Centre"
atm: "ATM"
bank: "Bank"
bar: "Bar"
bbq: "BBQ"
bench: "Bench"
bicycle_parking: "Cycle Parking"
bicycle_rental: "Cycle Rental"
biergarten: "Beer Garden"
boat_rental: "Boat Rental"
brothel: "Brothel"
bureau_de_change: "Bureau de Change"
bus_station: "Bus Station"
cafe: "Cafe"
car_rental: "Car Rental"
car_sharing: "Car Sharing"
car_wash: "Car Wash"
casino: "Casino"
charging_station: "Charging Station"
childcare: "Childcare"
cinema: "Cinema"
clinic: "Clinic"
clock: "Clock"
college: "College"
community_centre: "Community Centre"
courthouse: "Courthouse"
crematorium: "Crematorium"
dentist: "Dentist"
doctors: "Doctors"
dormitory: "Dormitory"
drinking_water: "Drinking Water"
driving_school: "Driving School"
embassy: "Embassy"
emergency_phone: "Emergency Phone"
fast_food: "Fast Food"
ferry_terminal: "Ferry Terminal"
fire_hydrant: "Fire Hydrant"
fire_station: "Fire Station"
food_court: "Food Court"
fountain: "Fountain"
fuel: "Fuel"
gambling: "Gambling"
grave_yard: "Grave Yard"
gym: "Fitness Centre / Gym"
health_centre: "Health Centre"
hospital: "Hospital"
hunting_stand: "Hunting Stand"
ice_cream: "Ice Cream"
kindergarten: "Kindergarten"
library: "Library"
market: "Market"
marketplace: "Marketplace"
monastery: "Monastery"
motorcycle_parking: "Motorcycle Parking"
nightclub: "Night Club"
nursery: "Nursery"
nursing_home: "Nursing Home"
office: "Office"
parking: "Parking"
parking_entrance: "Parking Entrance"
pharmacy: "Pharmacy"
place_of_worship: "Place of Worship"
police: "Police"
post_box: "Post Box"
post_office: "Post Office"
preschool: "Pre-School"
prison: "Prison"
pub: "Pub"
public_building: "Public Building"
reception_area: "Reception Area"
recycling: "Recycling Point"
restaurant: "Restaurant"
retirement_home: "Retirement Home"
sauna: "Sauna"
school: "School"
shelter: "Shelter"
shop: "Shop"
shower: "Shower"
social_centre: "Social Centre"
social_club: "Social Club"
social_facility: "Social Facility"
studio: "Studio"
swimming_pool: "Swimming Pool"
taxi: "Taxi"
telephone: "Public Telephone"
theatre: "Theatre"
toilets: "Toilets"
townhall: "Town Hall"
university: "University"
vending_machine: "Vending Machine"
veterinary: "Veterinary Surgery"
village_hall: "Village Hall"
waste_basket: "Waste Basket"
waste_disposal: "Waste Disposal"
youth_centre: "Youth Centre"
boundary:
administrative: "Administrative Boundary"
census: "Census Boundary"
national_park: "National Park"
protected_area : "Protected Area"
bridge:
aqueduct: "Aqueduct"
suspension: "Suspension Bridge"
swing: "Swing Bridge"
viaduct: "Viaduct"
"yes": "Bridge"
building:
"yes": "Building"
craft:
brewery: "Brewery"
carpenter: "Carpenter"
electrician: "Electrician"
gardener: "Gardener"
painter: "Painter"
photographer: "Photographer"
plumber: "Plumber"
shoemaker: "Shoemaker"
tailor: "Tailor"
"yes": "Craft Shop"
emergency:
ambulance_station: "Ambulance Station"
defibrillator: "Defibrillator"
landing_site: "Emergency Landing Site"
phone: "Emergency Phone"
highway:
abandoned: "Abandoned Highway"
bridleway: "Bridleway"
bus_guideway: "Guided Bus Lane"
bus_stop: "Bus Stop"
construction: "Highway under Construction"
cycleway: "Cycle Path"
elevator: "Elevator"
emergency_access_point: "Emergency Access Point"
footway: "Footpath"
ford: "Ford"
living_street: "Living Street"
milestone: "Milestone"
motorway: "Motorway"
motorway_junction: "Motorway Junction"
motorway_link: "Motorway Road"
path: "Path"
pedestrian: "Pedestrian Way"
platform: "Platform"
primary: "Primary Road"
primary_link: "Primary Road"
proposed: "Proposed Road"
raceway: "Raceway"
residential: "Residential Road"
rest_area: "Rest Area"
road: "Road"
secondary: "Secondary Road"
secondary_link: "Secondary Road"
service: "Service Road"
services: "Motorway Services"
speed_camera: "Speed Camera"
steps: "Steps"
street_lamp: "Street Lamp"
tertiary: "Tertiary Road"
tertiary_link: "Tertiary Road"
track: "Track"
traffic_signals: "Traffic Signals"
trail: "Trail"
trunk: "Trunk Road"
trunk_link: "Trunk Road"
unclassified: "Unclassified Road"
unsurfaced: "Unsurfaced Road"
"yes" : "Road"
historic:
archaeological_site: "Archaeological Site"
battlefield: "Battlefield"
boundary_stone: "Boundary Stone"
building: "Historic Building"
bunker: "Bunker"
castle: "Castle"
church: "Church"
city_gate: "City Gate"
citywalls: "City Walls"
fort: "Fort"
heritage: "Heritage Site"
house: "House"
icon: "Icon"
manor: "Manor"
memorial: "Memorial"
mine: "Mine"
monument: "Monument"
roman_road: "Roman Road"
ruins: "Ruins"
stone: "Stone"
tomb: "Tomb"
tower: "Tower"
wayside_cross: "Wayside Cross"
wayside_shrine: "Wayside Shrine"
wreck: "Wreck"
junction:
"yes": "Junction"
landuse:
allotments: "Allotments"
basin: "Basin"
brownfield: "Brownfield Land"
cemetery: "Cemetery"
commercial: "Commercial Area"
conservation: "Conservation"
construction: "Construction"
farm: "Farm"
farmland: "Farmland"
farmyard: "Farmyard"
forest: "Forest"
garages: "Garages"
grass: "Grass"
greenfield: "Greenfield Land"
industrial: "Industrial Area"
landfill: "Landfill"
meadow: "Meadow"
military: "Military Area"
mine: "Mine"
orchard: "Orchard"
quarry: "Quarry"
railway: "Railway"
recreation_ground: "Recreation Ground"
reservoir: "Reservoir"
reservoir_watershed: "Reservoir Watershed"
residential: "Residential Area"
retail: "Retail"
road: "Road Area"
village_green: "Village Green"
vineyard: "Vineyard"
"yes": "Landuse"
leisure:
beach_resort: "Beach Resort"
bird_hide: "Bird Hide"
club: "Club"
common: "Common Land"
dog_park: "Dog Park"
fishing: "Fishing Area"
fitness_centre: "Fitness Centre"
fitness_station: "Fitness Station"
garden: "Garden"
golf_course: "Golf Course"
horse_riding: "Horse Riding"
ice_rink: "Ice Rink"
marina: "Marina"
miniature_golf: "Miniature Golf"
nature_reserve: "Nature Reserve"
park: "Park"
pitch: "Sports Pitch"
playground: "Playground"
recreation_ground: "Recreation Ground"
resort: "Resort"
sauna: "Sauna"
slipway: "Slipway"
sports_centre: "Sports Centre"
stadium: "Stadium"
swimming_pool: "Swimming Pool"
track: "Running Track"
water_park: "Water Park"
"yes": "Leisure"
man_made:
lighthouse: "Lighthouse"
pipeline: "Pipeline"
tower: "Tower"
works: "Factory"
"yes": "Man-made"
military:
airfield: "Military Airfield"
barracks: "Barracks"
bunker: "Bunker"
mountain_pass:
"yes" : "Mountain Pass"
natural:
bay: "Bay"
beach: "Beach"
cape: "Cape"
cave_entrance: "Cave Entrance"
cliff: "Cliff"
crater: "Crater"
dune: "Dune"
fell: "Fell"
fjord: "Fjord"
forest: "Forest"
geyser: "Geyser"
glacier: "Glacier"
grassland: "Grassland"
heath: "Heath"
hill: "Hill"
island: "Island"
land: "Land"
marsh: "Marsh"
moor: "Moor"
mud: "Mud"
peak: "Peak"
point: "Point"
reef: "Reef"
ridge: "Ridge"
rock: "Rock"
saddle: "Saddle"
sand: "Sand"
scree: "Scree"
scrub: "Scrub"
spring: "Spring"
stone: "Stone"
strait: "Strait"
tree: "Tree"
valley: "Valley"
volcano: "Volcano"
water: "Water"
wetland: "Wetland"
wood: "Wood"
office:
accountant: "Accountant"
administrative: "Administration"
architect: "Architect"
company: "Company"
employment_agency: "Employment Agency"
estate_agent: "Estate Agent"
government: "Governmental Office"
insurance: "Insurance Office"
lawyer: "Lawyer"
ngo: "NGO Office"
telecommunication: "Telecommunication Office"
travel_agent: "Travel Agency"
"yes": "Office"
place:
allotments: "Allotments"
block: "Block"
airport: "Airport"
city: "City"
country: "Country"
county: "County"
farm: "Farm"
hamlet: "Hamlet"
house: "House"
houses: "Houses"
island: "Island"
islet: "Islet"
isolated_dwelling: "Isolated Dwelling"
locality: "Locality"
moor: "Moor"
municipality: "Municipality"
neighbourhood: "Neighbourhood"
postcode: "Postcode"
region: "Region"
sea: "Sea"
state: "State"
subdivision: "Subdivision"
suburb: "Suburb"
town: "Town"
unincorporated_area: "Unincorporated Area"
village: "Village"
"yes": "Place"
railway:
abandoned: "Abandoned Railway"
construction: "Railway under Construction"
disused: "Disused Railway"
disused_station: "Disused Railway Station"
funicular: "Funicular Railway"
halt: "Train Stop"
historic_station: "Historic Railway Station"
junction: "Railway Junction"
level_crossing: "Level Crossing"
light_rail: "Light Rail"
miniature: "Miniature Rail"
monorail: "Monorail"
narrow_gauge: "Narrow Gauge Railway"
platform: "Railway Platform"
preserved: "Preserved Railway"
proposed: "Proposed Railway"
spur: "Railway Spur"
station: "Railway Station"
stop: "Railway Stop"
subway: "Subway"
subway_entrance: "Subway Entrance"
switch: "Railway Points"
tram: "Tramway"
tram_stop: "Tram Stop"
shop:
alcohol: "Off License"
antiques: "Antiques"
art: "Art Shop"
bakery: "Bakery"
beauty: "Beauty Shop"
beverages: "Beverages Shop"
bicycle: "Bicycle Shop"
books: "Book Shop"
boutique: "Boutique"
butcher: "Butcher"
car: "Car Shop"
car_parts: "Car Parts"
car_repair: "Car Repair"
carpet: "Carpet Shop"
charity: "Charity Shop"
chemist: "Chemist"
clothes: "Clothes Shop"
computer: "Computer Shop"
confectionery: "Confectionery Shop"
convenience: "Convenience Store"
copyshop: "Copy Shop"
cosmetics: "Cosmetics Shop"
deli: "Deli"
department_store: "Department Store"
discount: "Discount Items Shop"
doityourself: "Do-It-Yourself"
dry_cleaning: "Dry Cleaning"
electronics: "Electronics Shop"
estate_agent: "Estate Agent"
farm: "Farm Shop"
fashion: "Fashion Shop"
fish: "Fish Shop"
florist: "Florist"
food: "Food Shop"
funeral_directors: "Funeral Directors"
furniture: "Furniture"
gallery: "Gallery"
garden_centre: "Garden Centre"
general: "General Store"
gift: "Gift Shop"
greengrocer: "Greengrocer"
grocery: "Grocery Shop"
hairdresser: "Hairdresser"
hardware: "Hardware Store"
hifi: "Hi-Fi"
insurance: "Insurance"
jewelry: "Jewelry Shop"
kiosk: "Kiosk Shop"
laundry: "Laundry"
mall: "Mall"
market: "Market"
mobile_phone: "Mobile Phone Shop"
motorcycle: "Motorcycle Shop"
music: "Music Shop"
newsagent: "Newsagent"
optician: "Optician"
organic: "Organic Food Shop"
outdoor: "Outdoor Shop"
pet: "Pet Shop"
pharmacy: "Pharmacy"
photo: "Photo Shop"
salon: "Salon"
second_hand: "Second-hand Shop"
shoes: "Shoe Shop"
shopping_centre: "Shopping Centre"
sports: "Sports Shop"
stationery: "Stationery Shop"
supermarket: "Supermarket"
tailor: "Tailor"
toys: "Toy Shop"
travel_agency: "Travel Agency"
video: "Video Shop"
wine: "Off License"
"yes": "Shop"
tourism:
alpine_hut: "Alpine Hut"
apartment: "Apartment"
artwork: "Artwork"
attraction: "Attraction"
bed_and_breakfast: "Bed and Breakfast"
cabin: "Cabin"
camp_site: "Camp Site"
caravan_site: "Caravan Site"
chalet: "Chalet"
gallery: "Gallery"
guest_house: "Guest House"
hostel: "Hostel"
hotel: "Hotel"
information: "Information"
motel: "Motel"
museum: "Museum"
picnic_site: "Picnic Site"
theme_park: "Theme Park"
viewpoint: "Viewpoint"
zoo: "Zoo"
tunnel:
culvert: "Culvert"
"yes": "Tunnel"
waterway:
artificial: "Artificial Waterway"
boatyard: "Boatyard"
canal: "Canal"
dam: "Dam"
derelict_canal: "Derelict Canal"
ditch: "Ditch"
dock: "Dock"
drain: "Drain"
lock: "Lock"
lock_gate: "Lock Gate"
mooring: "Mooring"
rapids: "Rapids"
river: "River"
stream: "Stream"
wadi: "Wadi"
waterfall: "Waterfall"
weir: "Weir"
"yes": "Waterway"
admin_levels:
level2: "Country Boundary"
level4: "State Boundary"
level5: "Region Boundary"
level6: "County Boundary"
level8: "City Boundary"
level9: "Village Boundary"
level10: "Suburb Boundary"
description:
title:
osm_nominatim: 'Location from <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
geonames: 'Location from <a href="http://www.geonames.org/">GeoNames</a>'
types:
cities: Cities
towns: Towns
places: Places
results:
no_results: "No results found"
more_results: "More results"
layouts:
project_name:
# in <title>
title: OpenStreetMap
# in <h1>
h1: OpenStreetMap
logo:
alt_text: OpenStreetMap logo
home: Go to Home Location
logout: Log Out
log_in: Log In
log_in_tooltip: Log in with an existing account
sign_up: Sign Up
start_mapping: Start Mapping
sign_up_tooltip: Create an account for editing
edit: Edit
history: History
export: Export
data: Data
export_data: Export Data
gps_traces: GPS Traces
gps_traces_tooltip: Manage GPS traces
user_diaries: User Diaries
user_diaries_tooltip: View user diaries
edit_with: Edit with %{editor}
tag_line: The Free Wiki World Map
intro_header: Welcome to OpenStreetMap!
intro_text: OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
intro_2_create_account: "Create a user account"
partners_html: "Hosting is supported by %{ucl}, %{bytemark} and %{ic}, and other %{partners}."
partners_ucl: "UCL"
partners_ic: "Imperial College London"
partners_bytemark: "Bytemark Hosting"
partners_partners: "partners"
osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
donate: "Support OpenStreetMap by %{link} to the Hardware Upgrade Fund."
help: Help
about: About
copyright: Copyright
community: Community
community_blogs: "Community Blogs"
community_blogs_title: "Blogs from members of the OpenStreetMap community"
foundation: Foundation
foundation_title: The OpenStreetMap Foundation
make_a_donation:
title: Support OpenStreetMap with a monetary donation
text: Make a Donation
learn_more: "Learn More"
more: More
license_page:
foreign:
title: About this translation
text: In the event of a conflict between this translated page and %{english_original_link}, the English page shall take precedence
english_link: the English original
native:
title: About this page
text: You are viewing the English version of the copyright page. You can go back to the %{native_link} of this page or you can stop reading about copyright and %{mapping_link}.
native_link: THIS_LANGUAGE_NAME_HERE version
mapping_link: start mapping
legal_babble:
title_html: Copyright and License
intro_1_html: |
OpenStreetMap<sup><a href="#trademarks">®</a></sup> is <i>open data</i>, licensed under the <a
href="http://opendatacommons.org/licenses/odbl/">Open Data
Commons Open Database License</a> (ODbL) by the <a
href="http://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF).
intro_2_html: |
You are free to copy, distribute, transmit and adapt our data,
as long as you credit OpenStreetMap and its
contributors. If you alter or build upon our data, you
may distribute the result only under the same licence. The
full <a href="http://opendatacommons.org/licenses/odbl/1.0/">legal
code</a> explains your rights and responsibilities.
intro_3_html: |
The cartography in our map tiles, and our documentation, are
licensed under the <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative
Commons Attribution-ShareAlike 2.0</a> license (CC BY-SA).
credit_title_html: How to credit OpenStreetMap
credit_1_html: |
We require that you use the credit “© OpenStreetMap
contributors”.
credit_2_html: |
You must also make it clear that the data is available under the Open
Database License, and if using our map tiles, that the cartography is
licensed as CC BY-SA. You may do this by linking to
<a href="http://www.openstreetmap.org/copyright">this copyright page</a>.
Alternatively, and as a requirement if you are distributing OSM in a
data form, you can name and link directly to the license(s). In media
where links are not possible (e.g. printed works), we suggest you
direct your readers to openstreetmap.org (perhaps by expanding
'OpenStreetMap' to this full address), to opendatacommons.org, and
if relevant, to creativecommons.org.
credit_3_html: |