]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
Merge remote-tracking branch 'upstream/pull/2135'
[rails.git] / config / locales / en.yml
1 en:
2   html:
3     dir: ltr
4   time:
5     formats:
6       friendly: "%e %B %Y at %H:%M"
7       blog: "%e %B %Y"
8   activerecord:
9     errors:
10       messages:
11         invalid_email_address: does not appear to be a valid e-mail address
12         email_address_not_routable: is not routable
13     # Translates all the model names, which is used in error handling on the web site
14     models:
15       acl: "Access Control List"
16       changeset: "Changeset"
17       changeset_tag: "Changeset Tag"
18       country: "Country"
19       diary_comment: "Diary Comment"
20       diary_entry: "Diary Entry"
21       friend: "Friend"
22       language: "Language"
23       message: "Message"
24       node: "Node"
25       node_tag: "Node Tag"
26       notifier: "Notifier"
27       old_node: "Old Node"
28       old_node_tag: "Old Node Tag"
29       old_relation: "Old Relation"
30       old_relation_member: "Old Relation Member"
31       old_relation_tag: "Old Relation Tag"
32       old_way: "Old Way"
33       old_way_node: "Old Way Node"
34       old_way_tag: "Old Way Tag"
35       relation: "Relation"
36       relation_member: "Relation Member"
37       relation_tag: "Relation Tag"
38       session: "Session"
39       trace: "Trace"
40       tracepoint: "Trace Point"
41       tracetag: "Trace Tag"
42       user: "User"
43       user_preference: "User Preference"
44       user_token: "User Token"
45       way: "Way"
46       way_node: "Way Node"
47       way_tag: "Way Tag"
48     # Translates all the model attributes, which is used in error handling on the web site
49     # Only the ones that are used on the web site are translated at the moment
50     attributes:
51       diary_comment:
52         body: "Body"
53       diary_entry:
54         user: "User"
55         title: "Subject"
56         latitude: "Latitude"
57         longitude: "Longitude"
58         language: "Language"
59       friend:
60         user: "User"
61         friend: "Friend"
62       trace:
63         user: "User"
64         visible: "Visible"
65         name: "Name"
66         size: "Size"
67         latitude: "Latitude"
68         longitude: "Longitude"
69         public: "Public"
70         description: "Description"
71       message:
72         sender: "Sender"
73         title: "Subject"
74         body: "Body"
75         recipient: "Recipient"
76       user:
77         email: "Email"
78         active: "Active"
79         display_name: "Display Name"
80         description: "Description"
81         languages: "Languages"
82         pass_crypt: "Password"
83   printable_name:
84     with_id: "%{id}"
85     with_version: "%{id}, v%{version}"
86     with_name_html: "%{name} (%{id})"
87   editor:
88     default: "Default (currently %{name})"
89     potlatch:
90       name: "Potlatch 1"
91       description: "Potlatch 1 (in-browser editor)"
92     id:
93       name: "iD"
94       description: "iD (in-browser editor)"
95     potlatch2:
96       name: "Potlatch 2"
97       description: "Potlatch 2 (in-browser editor)"
98     remote:
99       name: "Remote Control"
100       description: "Remote Control (JOSM or Merkaartor)"
101   browse:
102     created: "Created"
103     closed: "Closed"
104     created_html: "Created <abbr title='%{title}'>%{time} ago</abbr>"
105     closed_html: "Closed <abbr title='%{title}'>%{time} ago</abbr>"
106     created_by_html: "Created <abbr title='%{title}'>%{time} ago</abbr> by %{user}"
107     deleted_by_html: "Deleted <abbr title='%{title}'>%{time} ago</abbr> by %{user}"
108     edited_by_html: "Edited <abbr title='%{title}'>%{time} ago</abbr> by %{user}"
109     closed_by_html: "Closed <abbr title='%{title}'>%{time} ago</abbr> by %{user}"
110     version: "Version"
111     in_changeset: "Changeset"
112     anonymous: "anonymous"
113     no_comment: "(no comment)"
114     part_of: "Part of"
115     download_xml: "Download XML"
116     view_history: "View History"
117     view_details: "View Details"
118     location: "Location:"
119     changeset:
120       title: "Changeset: %{id}"
121       belongs_to: "Author"
122       node: "Nodes (%{count})"
123       node_paginated: "Nodes (%{x}-%{y} of %{count})"
124       way: "Ways (%{count})"
125       way_paginated: "Ways (%{x}-%{y} of %{count})"
126       relation: "Relations (%{count})"
127       relation_paginated: "Relations (%{x}-%{y} of %{count})"
128       comment: "Comments (%{count})"
129       hidden_commented_by: "Hidden comment from %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
130       commented_by: "Comment from %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
131       changesetxml: "Changeset XML"
132       osmchangexml: "osmChange XML"
133       feed:
134         title: "Changeset %{id}"
135         title_comment: "Changeset %{id} - %{comment}"
136       join_discussion: "Log in to join the discussion"
137       discussion: Discussion
138       still_open: "Changeset still open - discussion will open once the changeset is closed."
139     node:
140       title: "Node: %{name}"
141       history_title: "Node History: %{name}"
142     way:
143       title: "Way: %{name}"
144       history_title: "Way History: %{name}"
145       nodes: "Nodes"
146       also_part_of:
147         one: "part of way %{related_ways}"
148         other: "part of ways %{related_ways}"
149     relation:
150       title: "Relation: %{name}"
151       history_title: "Relation History: %{name}"
152       members: "Members"
153     relation_member:
154       entry: "%{type} %{name}"
155       entry_role: "%{type} %{name} as %{role}"
156       type:
157         node: "Node"
158         way: "Way"
159         relation: "Relation"
160     containing_relation:
161       entry: "Relation %{relation_name}"
162       entry_role: "Relation %{relation_name} (as %{relation_role})"
163     not_found:
164       sorry: "Sorry, %{type} #%{id} could not be found."
165       type:
166         node: node
167         way: way
168         relation: relation
169         changeset: changeset
170         note: note
171     timeout:
172       sorry: "Sorry, the data for the %{type} with the id %{id}, took too long to retrieve."
173       type:
174         node: node
175         way: way
176         relation: relation
177         changeset: changeset
178         note: note
179     redacted:
180       redaction: "Redaction %{id}"
181       message_html: "Version %{version} of this %{type} cannot be shown as it has been redacted. Please see %{redaction_link} for details."
182       type:
183         node: "node"
184         way: "way"
185         relation: "relation"
186     start_rjs:
187       feature_warning: "Loading %{num_features} features, which may make your browser slow or unresponsive. Are sure you want to display this data?"
188       load_data: "Load Data"
189       loading: "Loading..."
190     tag_details:
191       tags: "Tags"
192       wiki_link:
193         key: "The wiki description page for the %{key} tag"
194         tag: "The wiki description page for the %{key}=%{value} tag"
195       wikidata_link: "The %{page} item on Wikidata"
196       wikipedia_link: "The %{page} article on Wikipedia"
197       telephone_link: "Call %{phone_number}"
198     note:
199       title: "Note: %{id}"
200       new_note: "New Note"
201       description: "Description"
202       open_title: "Unresolved note #%{note_name}"
203       closed_title: "Resolved note #%{note_name}"
204       hidden_title: "Hidden note #%{note_name}"
205       open_by: "Created by %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
206       open_by_anonymous: "Created by anonymous <abbr title='%{exact_time}'>%{when} ago</abbr>"
207       commented_by: "Comment from %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
208       commented_by_anonymous: "Comment from anonymous <abbr title='%{exact_time}'>%{when} ago</abbr>"
209       closed_by: "Resolved by %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
210       closed_by_anonymous: "Resolved by anonymous <abbr title='%{exact_time}'>%{when} ago</abbr>"
211       reopened_by: "Reactivated by %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
212       reopened_by_anonymous: "Reactivated by anonymous <abbr title='%{exact_time}'>%{when} ago</abbr>"
213       hidden_by: "Hidden by %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
214       report: Report this note
215     query:
216       title: "Query Features"
217       introduction: "Click on the map to find nearby features."
218       nearby: "Nearby features"
219       enclosing: "Enclosing features"
220   changesets:
221     changeset_paging_nav:
222       showing_page: "Page %{page}"
223       next: "Next »"
224       previous: "« Previous"
225     changeset:
226       anonymous: "Anonymous"
227       no_edits: "(no edits)"
228       view_changeset_details: "View changeset details"
229     changesets:
230       id: "ID"
231       saved_at: "Saved at"
232       user: "User"
233       comment: "Comment"
234       area: "Area"
235     index:
236       title: "Changesets"
237       title_user: "Changesets by %{user}"
238       title_friend: "Changesets by my friends"
239       title_nearby: "Changesets by nearby users"
240       empty: "No changesets found."
241       empty_area: "No changesets in this area."
242       empty_user: "No changesets by this user."
243       no_more: "No more changesets found."
244       no_more_area: "No more changesets in this area."
245       no_more_user: "No more changesets by this user."
246       load_more: "Load more"
247     timeout:
248       sorry: "Sorry, the list of changesets you requested took too long to retrieve."
249   changeset_comments:
250     comment:
251       comment: "New comment on changeset #%{changeset_id} by %{author}"
252       commented_at_by_html: "Updated %{when} ago by %{user}"
253     comments:
254       comment: "New comment on changeset #%{changeset_id} by %{author}"
255     index:
256       title_all: OpenStreetMap changeset discussion
257       title_particular: "OpenStreetMap changeset #%{changeset_id} discussion"
258     timeout:
259       sorry: "Sorry, the list of changeset comments you requested took too long to retrieve."
260   diary_entries:
261     new:
262       title: New Diary Entry
263       publish_button: "Publish"
264     index:
265       title: "Users' diaries"
266       title_friends: "Friends' diaries"
267       title_nearby: "Nearby Users' diaries"
268       user_title: "%{user}'s diary"
269       in_language_title: "Diary Entries in %{language}"
270       new: New Diary Entry
271       new_title: Compose a new entry in my user diary
272       no_entries: No diary entries
273       recent_entries: "Recent diary entries"
274       older_entries: Older Entries
275       newer_entries: Newer Entries
276     edit:
277       title: "Edit diary entry"
278       subject: "Subject:"
279       body: "Body:"
280       language: "Language:"
281       location: "Location:"
282       latitude: "Latitude:"
283       longitude: "Longitude:"
284       use_map_link: "use map"
285       save_button: "Save"
286       marker_text: Diary entry location
287     show:
288       title: "%{user}'s diary | %{title}"
289       user_title: "%{user}'s diary"
290       leave_a_comment: "Leave a comment"
291       login_to_leave_a_comment: "%{login_link} to leave a comment"
292       login: "Login"
293       save_button: "Save"
294     no_such_entry:
295       title: "No such diary entry"
296       heading: "No entry with the id: %{id}"
297       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."
298     diary_entry:
299       posted_by: "Posted by %{link_user} on %{created} in %{language_link}"
300       comment_link: Comment on this entry
301       reply_link: Reply to this entry
302       comment_count:
303         zero: No comments
304         one: "%{count} comment"
305         other: "%{count} comments"
306       edit_link: Edit this entry
307       hide_link: Hide this entry
308       confirm: Confirm
309       report: Report this entry
310     diary_comment:
311       comment_from: "Comment from %{link_user} on %{comment_created_at}"
312       hide_link: Hide this comment
313       confirm: Confirm
314       report: Report this comment
315     location:
316       location: "Location:"
317       view: "View"
318       edit: "Edit"
319     feed:
320       user:
321         title: "OpenStreetMap diary entries for %{user}"
322         description: "Recent OpenStreetMap diary entries from %{user}"
323       language:
324         title: "OpenStreetMap diary entries in %{language_name}"
325         description: "Recent diary entries from users of OpenStreetMap in %{language_name}"
326       all:
327         title: "OpenStreetMap diary entries"
328         description: "Recent diary entries from users of OpenStreetMap"
329     comments:
330       has_commented_on: "%{display_name} has commented on the following diary entries"
331       post: Post
332       when: When
333       comment: Comment
334       ago: "%{ago} ago"
335       newer_comments: "Newer Comments"
336       older_comments: "Older Comments"
337   geocoder:
338     search:
339       title:
340         latlon: 'Results from <a href="https://openstreetmap.org/">Internal</a>'
341         ca_postcode: 'Results from <a href="https://geocoder.ca/">Geocoder.CA</a>'
342         osm_nominatim: 'Results from <a href="https://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
343         geonames: 'Results from <a href="http://www.geonames.org/">GeoNames</a>'
344         osm_nominatim_reverse: 'Results from <a href="https://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
345         geonames_reverse: 'Results from <a href="http://www.geonames.org/">GeoNames</a>'
346     search_osm_nominatim:
347       prefix_format: "%{name}"
348       prefix:
349         aerialway:
350           cable_car: "Cable Car"
351           chair_lift: "Chair Lift"
352           drag_lift: "Drag Lift"
353           gondola: "Gondola Lift"
354           platter: "Platter Lift"
355           pylon: "Pylon"
356           station: "Aerialway Station"
357           t-bar: "T-Bar Lift"
358         aeroway:
359           aerodrome: "Aerodrome"
360           airstrip: "Airstrip"
361           apron: "Apron"
362           gate: "Gate"
363           hangar: "Hangar"
364           helipad: "Helipad"
365           holding_position: "Holding Position"
366           parking_position: "Parking Position"
367           runway: "Runway"
368           taxiway: "Taxiway"
369           terminal: "Terminal"
370         amenity:
371           animal_shelter: "Animal Shelter"
372           arts_centre: "Arts Centre"
373           atm: "ATM"
374           bank: "Bank"
375           bar: "Bar"
376           bbq: "BBQ"
377           bench: "Bench"
378           bicycle_parking: "Cycle Parking"
379           bicycle_rental: "Cycle Rental"
380           biergarten: "Beer Garden"
381           boat_rental: "Boat Rental"
382           brothel: "Brothel"
383           bureau_de_change: "Bureau de Change"
384           bus_station: "Bus Station"
385           cafe: "Cafe"
386           car_rental: "Car Rental"
387           car_sharing: "Car Sharing"
388           car_wash: "Car Wash"
389           casino: "Casino"
390           charging_station: "Charging Station"
391           childcare: "Childcare"
392           cinema: "Cinema"
393           clinic: "Clinic"
394           clock: "Clock"
395           college: "College"
396           community_centre: "Community Centre"
397           courthouse: "Courthouse"
398           crematorium: "Crematorium"
399           dentist: "Dentist"
400           doctors: "Doctors"
401           drinking_water: "Drinking Water"
402           driving_school: "Driving School"
403           embassy: "Embassy"
404           fast_food: "Fast Food"
405           ferry_terminal: "Ferry Terminal"
406           fire_station: "Fire Station"
407           food_court: "Food Court"
408           fountain: "Fountain"
409           fuel: "Fuel"
410           gambling: "Gambling"
411           grave_yard: "Grave Yard"
412           grit_bin: "Grit Bin"
413           hospital: "Hospital"
414           hunting_stand: "Hunting Stand"
415           ice_cream: "Ice Cream"
416           kindergarten: "Kindergarten"
417           library: "Library"
418           marketplace: "Marketplace"
419           monastery: "Monastery"
420           motorcycle_parking: "Motorcycle Parking"
421           nightclub: "Night Club"
422           nursing_home: "Nursing Home"
423           office: "Office"
424           parking: "Parking"
425           parking_entrance: "Parking Entrance"
426           parking_space: "Parking Space"
427           pharmacy: "Pharmacy"
428           place_of_worship: "Place of Worship"
429           police: "Police"
430           post_box: "Post Box"
431           post_office: "Post Office"
432           preschool: "Pre-School"
433           prison: "Prison"
434           pub: "Pub"
435           public_building: "Public Building"
436           recycling: "Recycling Point"
437           restaurant: "Restaurant"
438           retirement_home: "Retirement Home"
439           sauna: "Sauna"
440           school: "School"
441           shelter: "Shelter"
442           shop: "Shop"
443           shower: "Shower"
444           social_centre: "Social Centre"
445           social_club: "Social Club"
446           social_facility: "Social Facility"
447           studio: "Studio"
448           swimming_pool: "Swimming Pool"
449           taxi: "Taxi"
450           telephone: "Public Telephone"
451           theatre: "Theatre"
452           toilets: "Toilets"
453           townhall: "Town Hall"
454           university: "University"
455           vending_machine: "Vending Machine"
456           veterinary: "Veterinary Surgery"
457           village_hall: "Village Hall"
458           waste_basket: "Waste Basket"
459           waste_disposal: "Waste Disposal"
460           water_point: "Water Point"
461           youth_centre: "Youth Centre"
462         boundary:
463           administrative: "Administrative Boundary"
464           census: "Census Boundary"
465           national_park: "National Park"
466           protected_area : "Protected Area"
467         bridge:
468           aqueduct: "Aqueduct"
469           boardwalk: "Boardwalk"
470           suspension: "Suspension Bridge"
471           swing: "Swing Bridge"
472           viaduct: "Viaduct"
473           "yes": "Bridge"
474         building:
475           "yes": "Building"
476         craft:
477           brewery: "Brewery"
478           carpenter: "Carpenter"
479           electrician: "Electrician"
480           gardener: "Gardener"
481           painter: "Painter"
482           photographer: "Photographer"
483           plumber: "Plumber"
484           shoemaker: "Shoemaker"
485           tailor: "Tailor"
486           "yes": "Craft Shop"
487         emergency:
488           ambulance_station: "Ambulance Station"
489           assembly_point: "Assembly Point"
490           defibrillator: "Defibrillator"
491           landing_site: "Emergency Landing Site"
492           phone: "Emergency Phone"
493           water_tank: "Emergency Water Tank"
494           "yes": "Emergency"
495         highway:
496           abandoned: "Abandoned Highway"
497           bridleway: "Bridleway"
498           bus_guideway: "Guided Bus Lane"
499           bus_stop: "Bus Stop"
500           construction: "Highway under Construction"
501           corridor: "Corridor"
502           cycleway: "Cycle Path"
503           elevator: "Elevator"
504           emergency_access_point: "Emergency Access Point"
505           footway: "Footpath"
506           ford: "Ford"
507           give_way: "Give Way Sign"
508           living_street: "Living Street"
509           milestone: "Milestone"
510           motorway: "Motorway"
511           motorway_junction: "Motorway Junction"
512           motorway_link: "Motorway Road"
513           passing_place: "Passing Place"
514           path: "Path"
515           pedestrian: "Pedestrian Way"
516           platform: "Platform"
517           primary: "Primary Road"
518           primary_link: "Primary Road"
519           proposed: "Proposed Road"
520           raceway: "Raceway"
521           residential: "Residential Road"
522           rest_area: "Rest Area"
523           road: "Road"
524           secondary: "Secondary Road"
525           secondary_link: "Secondary Road"
526           service: "Service Road"
527           services: "Motorway Services"
528           speed_camera: "Speed Camera"
529           steps: "Steps"
530           stop: "Stop Sign"
531           street_lamp: "Street Lamp"
532           tertiary: "Tertiary Road"
533           tertiary_link: "Tertiary Road"
534           track: "Track"
535           traffic_signals: "Traffic Signals"
536           trail: "Trail"
537           trunk: "Trunk Road"
538           trunk_link: "Trunk Road"
539           turning_loop: "Turning Loop"
540           unclassified: "Unclassified Road"
541           "yes" : "Road"
542         historic:
543           archaeological_site: "Archaeological Site"
544           battlefield: "Battlefield"
545           boundary_stone: "Boundary Stone"
546           building: "Historic Building"
547           bunker: "Bunker"
548           castle: "Castle"
549           church: "Church"
550           city_gate: "City Gate"
551           citywalls: "City Walls"
552           fort: "Fort"
553           heritage: "Heritage Site"
554           house: "House"
555           icon: "Icon"
556           manor: "Manor"
557           memorial: "Memorial"
558           mine: "Mine"
559           mine_shaft: "Mine Shaft"
560           monument: "Monument"
561           roman_road: "Roman Road"
562           ruins: "Ruins"
563           stone: "Stone"
564           tomb: "Tomb"
565           tower: "Tower"
566           wayside_cross: "Wayside Cross"
567           wayside_shrine: "Wayside Shrine"
568           wreck: "Wreck"
569           "yes": "Historic Site"
570         junction:
571           "yes": "Junction"
572         landuse:
573           allotments: "Allotments"
574           basin: "Basin"
575           brownfield: "Brownfield Land"
576           cemetery: "Cemetery"
577           commercial: "Commercial Area"
578           conservation: "Conservation"
579           construction: "Construction"
580           farm: "Farm"
581           farmland: "Farmland"
582           farmyard: "Farmyard"
583           forest: "Forest"
584           garages: "Garages"
585           grass: "Grass"
586           greenfield: "Greenfield Land"
587           industrial: "Industrial Area"
588           landfill: "Landfill"
589           meadow: "Meadow"
590           military: "Military Area"
591           mine: "Mine"
592           orchard: "Orchard"
593           quarry: "Quarry"
594           railway: "Railway"
595           recreation_ground: "Recreation Ground"
596           reservoir: "Reservoir"
597           reservoir_watershed: "Reservoir Watershed"
598           residential: "Residential Area"
599           retail: "Retail"
600           road: "Road Area"
601           village_green: "Village Green"
602           vineyard: "Vineyard"
603           "yes": "Landuse"
604         leisure:
605           beach_resort: "Beach Resort"
606           bird_hide: "Bird Hide"
607           common: "Common Land"
608           dog_park: "Dog Park"
609           firepit: "Fire Pit"
610           fishing: "Fishing Area"
611           fitness_centre: "Fitness Centre"
612           fitness_station: "Fitness Station"
613           garden: "Garden"
614           golf_course: "Golf Course"
615           horse_riding: "Horse Riding"
616           ice_rink: "Ice Rink"
617           marina: "Marina"
618           miniature_golf: "Miniature Golf"
619           nature_reserve: "Nature Reserve"
620           park: "Park"
621           pitch: "Sports Pitch"
622           playground: "Playground"
623           recreation_ground: "Recreation Ground"
624           resort: "Resort"
625           sauna: "Sauna"
626           slipway: "Slipway"
627           sports_centre: "Sports Centre"
628           stadium: "Stadium"
629           swimming_pool: "Swimming Pool"
630           track: "Running Track"
631           water_park: "Water Park"
632           "yes": "Leisure"
633         man_made:
634           adit: "Adit"
635           beacon: "Beacon"
636           beehive: "Bee Hive"
637           breakwater: "Breakwater"
638           bridge: "Bridge"
639           bunker_silo: "Bunker"
640           chimney: "Chimney"
641           crane: "Crane"
642           dolphin: "Mooring Post"
643           dyke: "Dyke"
644           embankment: "Embankment"
645           flagpole: "Flagpole"
646           gasometer: "Gasometer"
647           groyne: "Groyne"
648           kiln: "Kiln"
649           lighthouse: "Lighthouse"
650           mast: "Mast"
651           mine: "Mine"
652           mineshaft: "Mine Shaft"
653           monitoring_station: "Monitoring Station"
654           petroleum_well: "Petroleum Well"
655           pier: "Pier"
656           pipeline: "Pipeline"
657           silo: "Silo"
658           storage_tank: "Storage Tank"
659           surveillance: "Surveillance"
660           tower: "Tower"
661           wastewater_plant: "Wastewater Plant"
662           watermill: "Water Mill"
663           water_tower: "Water Tower"
664           water_well: "Well"
665           water_works: "Water Works"
666           windmill: "Wind Mill"
667           works: "Factory"
668           "yes": "Man-made"
669         military:
670           airfield: "Military Airfield"
671           barracks: "Barracks"
672           bunker: "Bunker"
673           "yes": "Military"
674         mountain_pass:
675           "yes" : "Mountain Pass"
676         natural:
677           bay: "Bay"
678           beach: "Beach"
679           cape: "Cape"
680           cave_entrance: "Cave Entrance"
681           cliff: "Cliff"
682           crater: "Crater"
683           dune: "Dune"
684           fell: "Fell"
685           fjord: "Fjord"
686           forest: "Forest"
687           geyser: "Geyser"
688           glacier: "Glacier"
689           grassland: "Grassland"
690           heath: "Heath"
691           hill: "Hill"
692           island: "Island"
693           land: "Land"
694           marsh: "Marsh"
695           moor: "Moor"
696           mud: "Mud"
697           peak: "Peak"
698           point: "Point"
699           reef: "Reef"
700           ridge: "Ridge"
701           rock: "Rock"
702           saddle: "Saddle"
703           sand: "Sand"
704           scree: "Scree"
705           scrub: "Scrub"
706           spring: "Spring"
707           stone: "Stone"
708           strait: "Strait"
709           tree: "Tree"
710           valley: "Valley"
711           volcano: "Volcano"
712           water: "Water"
713           wetland: "Wetland"
714           wood: "Wood"
715         office:
716           accountant: "Accountant"
717           administrative: "Administration"
718           architect: "Architect"
719           association: "Association"
720           company: "Company"
721           educational_institution: "Educational Institution"
722           employment_agency: "Employment Agency"
723           estate_agent: "Estate Agent"
724           government: "Governmental Office"
725           insurance: "Insurance Office"
726           it: "IT Office"
727           lawyer: "Lawyer"
728           ngo: "NGO Office"
729           telecommunication: "Telecommunication Office"
730           travel_agent: "Travel Agency"
731           "yes": "Office"
732         place:
733           allotments: "Allotments"
734           city: "City"
735           city_block: "City Block"
736           country: "Country"
737           county: "County"
738           farm: "Farm"
739           hamlet: "Hamlet"
740           house: "House"
741           houses: "Houses"
742           island: "Island"
743           islet: "Islet"
744           isolated_dwelling: "Isolated Dwelling"
745           locality: "Locality"
746           municipality: "Municipality"
747           neighbourhood: "Neighbourhood"
748           postcode: "Postcode"
749           quarter: "Quarter"
750           region: "Region"
751           sea: "Sea"
752           square: "Square"
753           state: "State"
754           subdivision: "Subdivision"
755           suburb: "Suburb"
756           town: "Town"
757           unincorporated_area: "Unincorporated Area"
758           village: "Village"
759           "yes": "Place"
760         railway:
761           abandoned: "Abandoned Railway"
762           construction: "Railway under Construction"
763           disused: "Disused Railway"
764           funicular: "Funicular Railway"
765           halt: "Train Stop"
766           junction: "Railway Junction"
767           level_crossing: "Level Crossing"
768           light_rail: "Light Rail"
769           miniature: "Miniature Rail"
770           monorail: "Monorail"
771           narrow_gauge: "Narrow Gauge Railway"
772           platform: "Railway Platform"
773           preserved: "Preserved Railway"
774           proposed: "Proposed Railway"
775           spur: "Railway Spur"
776           station: "Railway Station"
777           stop: "Railway Stop"
778           subway: "Subway"
779           subway_entrance: "Subway Entrance"
780           switch: "Railway Points"
781           tram: "Tramway"
782           tram_stop: "Tram Stop"
783         shop:
784           alcohol: "Off License"
785           antiques: "Antiques"
786           art: "Art Shop"
787           bakery: "Bakery"
788           beauty: "Beauty Shop"
789           beverages: "Beverages Shop"
790           bicycle: "Bicycle Shop"
791           bookmaker: "Bookmaker"
792           books: "Book Shop"
793           boutique: "Boutique"
794           butcher: "Butcher"
795           car: "Car Shop"
796           car_parts: "Car Parts"
797           car_repair: "Car Repair"
798           carpet: "Carpet Shop"
799           charity: "Charity Shop"
800           chemist: "Chemist"
801           clothes: "Clothes Shop"
802           computer: "Computer Shop"
803           confectionery: "Confectionery Shop"
804           convenience: "Convenience Store"
805           copyshop: "Copy Shop"
806           cosmetics: "Cosmetics Shop"
807           deli: "Deli"
808           department_store: "Department Store"
809           discount: "Discount Items Shop"
810           doityourself: "Do-It-Yourself"
811           dry_cleaning: "Dry Cleaning"
812           electronics: "Electronics Shop"
813           estate_agent: "Estate Agent"
814           farm: "Farm Shop"
815           fashion: "Fashion Shop"
816           fish: "Fish Shop"
817           florist: "Florist"
818           food: "Food Shop"
819           funeral_directors: "Funeral Directors"
820           furniture: "Furniture"
821           gallery: "Gallery"
822           garden_centre: "Garden Centre"
823           general: "General Store"
824           gift: "Gift Shop"
825           greengrocer: "Greengrocer"
826           grocery: "Grocery Shop"
827           hairdresser: "Hairdresser"
828           hardware: "Hardware Store"
829           hifi: "Hi-Fi"
830           houseware: "Houseware Shop"
831           interior_decoration: "Interior Decoration"
832           jewelry: "Jewelry Shop"
833           kiosk: "Kiosk Shop"
834           kitchen: "Kitchen Shop"
835           laundry: "Laundry"
836           lottery: "Lottery"
837           mall: "Mall"
838           market: "Market"
839           massage: "Massage"
840           mobile_phone: "Mobile Phone Shop"
841           motorcycle: "Motorcycle Shop"
842           music: "Music Shop"
843           newsagent: "Newsagent"
844           optician: "Optician"
845           organic: "Organic Food Shop"
846           outdoor: "Outdoor Shop"
847           paint: "Paint Shop"
848           pawnbroker: "Pawnbroker"
849           pet: "Pet Shop"
850           pharmacy: "Pharmacy"
851           photo: "Photo Shop"
852           seafood: "Sea Food"
853           second_hand: "Second-hand Shop"
854           shoes: "Shoe Shop"
855           sports: "Sports Shop"
856           stationery: "Stationery Shop"
857           supermarket: "Supermarket"
858           tailor: "Tailor"
859           ticket: "Ticket Shop"
860           tobacco: "Tobacco Shop"
861           toys: "Toy Shop"
862           travel_agency: "Travel Agency"
863           tyres: "Tyre Shop"
864           vacant: "Vacant Shop"
865           variety_store: "Variety Store"
866           video: "Video Shop"
867           wine: "Wine Store"
868           "yes": "Shop"
869         tourism:
870           alpine_hut: "Alpine Hut"
871           apartment: "Holiday Apartment"
872           artwork: "Artwork"
873           attraction: "Attraction"
874           bed_and_breakfast: "Bed and Breakfast"
875           cabin: "Cabin"
876           camp_site: "Camp Site"
877           caravan_site: "Caravan Site"
878           chalet: "Chalet"
879           gallery: "Gallery"
880           guest_house: "Guest House"
881           hostel: "Hostel"
882           hotel: "Hotel"
883           information: "Information"
884           motel: "Motel"
885           museum: "Museum"
886           picnic_site: "Picnic Site"
887           theme_park: "Theme Park"
888           viewpoint: "Viewpoint"
889           zoo: "Zoo"
890         tunnel:
891           building_passage: "Building Passage"
892           culvert: "Culvert"
893           "yes": "Tunnel"
894         waterway:
895           artificial: "Artificial Waterway"
896           boatyard: "Boatyard"
897           canal: "Canal"
898           dam: "Dam"
899           derelict_canal: "Derelict Canal"
900           ditch: "Ditch"
901           dock: "Dock"
902           drain: "Drain"
903           lock: "Lock"
904           lock_gate: "Lock Gate"
905           mooring: "Mooring"
906           rapids: "Rapids"
907           river: "River"
908           stream: "Stream"
909           wadi: "Wadi"
910           waterfall: "Waterfall"
911           weir: "Weir"
912           "yes": "Waterway"
913       admin_levels:
914         level2: "Country Boundary"
915         level4: "State Boundary"
916         level5: "Region Boundary"
917         level6: "County Boundary"
918         level8: "City Boundary"
919         level9: "Village Boundary"
920         level10: "Suburb Boundary"
921     description:
922       title:
923         osm_nominatim: 'Location from <a href="https://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
924         geonames: 'Location from <a href="http://www.geonames.org/">GeoNames</a>'
925       types:
926         cities: Cities
927         towns: Towns
928         places: Places
929     results:
930       no_results: "No results found"
931       more_results: "More results"
932   issues:
933     index:
934       title: Issues
935       select_status: Select Status
936       select_type: Select Type
937       select_last_updated_by: Select Last Updated By
938       reported_user: Reported User
939       not_updated: Not Updated
940       search: Search
941       search_guidance: "Search Issues:"
942       user_not_found: User does not exist
943       issues_not_found: No such issues found
944       status: Status
945       reports: Reports
946       last_updated: Last Updated
947       last_updated_time_html: "<abbr title='%{title}'>%{time} ago</abbr>"
948       last_updated_time_user_html: "<abbr title='%{title}'>%{time} ago</abbr> by %{user}"
949       link_to_reports: View Reports
950       reported_user: Reported User
951       reports_count:
952         one: "1 Report"
953         other: "%{count} Reports"
954       reported_item: Reported Item
955       states:
956         ignored: Ignored
957         open: Open
958         resolved: Resolved
959     update:
960       new_report: Your report has been registered sucessfully
961       successful_update: Your report has been updated successfully
962       provide_details: Please provide the required details
963     show:
964       title: "%{status} Issue #%{issue_id}"
965       reports:
966         zero: No reports
967         one: 1 report
968         other: "%{count} reports"
969       report_created_at: "First reported at %{datetime}"
970       last_resolved_at: "Last resolved at %{datetime}"
971       last_updated_at: "Last updated at %{datetime} by %{displayname}"
972       resolve: Resolve
973       ignore: Ignore
974       reopen: Reopen
975       reports_of_this_issue: Reports of this Issue
976       read_reports: Read Reports
977       new_reports: New Reports
978       other_issues_against_this_user: Other issues against this user
979       no_other_issues: No other issues against this user.
980       comments_on_this_issue: Comments on this issue
981     resolve:
982       resolved: Issue status has been set to 'Resolved'
983     ignore:
984       ignored: Issue status has been set to 'Ignored'
985     reopen:
986       reopened: Issue status has been set to 'Open'
987     comments:
988       created_at: "On %{datetime}"
989       reassign_param: Reassign Issue?
990     reports:
991       updated_at: "On %{datetime}"
992       reported_by_html: "Reported as %{category} by %{user}"
993     helper:
994       reportable_title:
995         diary_comment: "%{entry_title}, comment #%{comment_id}"
996         note: "Note #%{note_id}"
997   issue_comments:
998     create:
999       comment_created: Your comment was successfully created
1000   reports:
1001     new:
1002       title_html: "Report %{link}"
1003       missing_params: "Cannot create a new report"
1004       details: Please provide some more details about the problem (required).
1005       select: "Select a reason for your report:"
1006       disclaimer:
1007         intro: "Before sending your report to the site moderators, please ensure that:"
1008         not_just_mistake: You are certain that the problem is not just a mistake
1009         unable_to_fix: You are unable to fix the problem yourself or with the help of your fellow community members
1010         resolve_with_user: You have already tried to resolve the problem with the user concerned
1011       categories:
1012         diary_entry:
1013           spam_label: This diary entry is/contains spam
1014           offensive_label: This diary entry is obscene/offensive
1015           threat_label: This diary entry contains a threat
1016           other_label: Other
1017         diary_comment:
1018           spam_label: This diary comment is/contains spam
1019           offensive_label: This diary comment is obscene/offensive
1020           threat_label: This diary comment contains a threat
1021           other_label: Other
1022         user:
1023           spam_label: This user profile is/contains spam
1024           offensive_label: This user profile is obscene/offensive
1025           threat_label: This user profile contains a threat
1026           vandal_label: This user is a vandal
1027           other_label: Other
1028         note:
1029           spam_label: This note is spam
1030           personal_label: This note contains personal data
1031           abusive_label: This note is abusive
1032           other_label: Other
1033     create:
1034       successful_report: Your report has been registered sucessfully
1035       provide_details: Please provide the required details
1036   layouts:
1037     project_name:
1038       # in <title>
1039       title: OpenStreetMap
1040       # in <h1>
1041       h1: OpenStreetMap
1042     logo:
1043       alt_text: OpenStreetMap logo
1044     home: Go to Home Location
1045     logout: Log Out
1046     log_in: Log In
1047     log_in_tooltip: Log in with an existing account
1048     sign_up: Sign Up
1049     start_mapping: Start Mapping
1050     sign_up_tooltip: Create an account for editing
1051     edit: Edit
1052     history: History
1053     export: Export
1054     issues: Issues
1055     data: Data
1056     export_data: Export Data
1057     gps_traces: GPS Traces
1058     gps_traces_tooltip: Manage GPS traces
1059     user_diaries: User Diaries
1060     user_diaries_tooltip: View user diaries
1061     edit_with: Edit with %{editor}
1062     tag_line: The Free Wiki World Map
1063     intro_header: Welcome to OpenStreetMap!
1064     intro_text: OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
1065     intro_2_create_account: "Create a user account"
1066     hosting_partners_html: "Hosting is supported by %{ucl}, %{bytemark}, and other %{partners}."
1067     partners_ucl: "UCL"
1068     partners_bytemark: "Bytemark Hosting"
1069     partners_partners: "partners"
1070     osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
1071     osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
1072     donate: "Support OpenStreetMap by %{link} to the Hardware Upgrade Fund."
1073     help: Help
1074     about: About
1075     copyright: Copyright
1076     community: Community
1077     community_blogs: "Community Blogs"
1078     community_blogs_title: "Blogs from members of the OpenStreetMap community"
1079     foundation: Foundation
1080     foundation_title: The OpenStreetMap Foundation
1081     make_a_donation:
1082       title: Support OpenStreetMap with a monetary donation
1083       text: Make a Donation
1084     learn_more: "Learn More"
1085     more: More
1086   notifier:
1087     diary_comment_notification:
1088       subject: "[OpenStreetMap] %{user} commented on a diary entry"
1089       hi: "Hi %{to_user},"
1090       header: "%{from_user} has commented on the OpenStreetMap diary entry with the subject %{subject}:"
1091       footer: "You can also read the comment at %{readurl} and you can comment at %{commenturl} or reply at %{replyurl}"
1092     message_notification:
1093       subject_header: "[OpenStreetMap] %{subject}"
1094       hi: "Hi %{to_user},"
1095       header: "%{from_user} has sent you a message through OpenStreetMap with the subject %{subject}:"
1096       footer_html: "You can also read the message at %{readurl} and you can reply at %{replyurl}"
1097     friend_notification:
1098       hi: "Hi %{to_user},"
1099       subject: "[OpenStreetMap] %{user} added you as a friend"
1100       had_added_you: "%{user} has added you as a friend on OpenStreetMap."
1101       see_their_profile: "You can see their profile at %{userurl}."
1102       befriend_them: "You can also add them as a friend at %{befriendurl}."
1103     gpx_notification:
1104       greeting: "Hi,"
1105       your_gpx_file: "It looks like your GPX file"
1106       with_description: "with the description"
1107       and_the_tags: "and the following tags:"
1108       and_no_tags: "and no tags."
1109       failure:
1110         subject: "[OpenStreetMap] GPX Import failure"
1111         failed_to_import: "failed to import. Here is the error:"
1112         more_info_1: "More information about GPX import failures and how to avoid"
1113         more_info_2: "them can be found at:"
1114         import_failures_url: "https://wiki.openstreetmap.org/wiki/GPX_Import_Failures"
1115       success:
1116         subject: "[OpenStreetMap] GPX Import success"
1117         loaded_successfully: loaded successfully with %{trace_points} out of a possible %{possible_points} points.
1118     signup_confirm:
1119       subject: "[OpenStreetMap] Welcome to OpenStreetMap"
1120       greeting: "Hi there!"
1121       created: "Someone (hopefully you) just created an account at %{site_url}."
1122       confirm: "Before we do anything else, we need to confirm that this request came from you, so if it did then please click the link below to confirm your account:"
1123       welcome: "After you confirm your account, we'll provide you with some additional information to get you started."
1124     email_confirm:
1125       subject: "[OpenStreetMap] Confirm your email address"
1126     email_confirm_plain:
1127       greeting: "Hi,"
1128       hopefully_you: "Someone (hopefully you) would like to change their email address over at %{server_url} to %{new_address}."
1129       click_the_link: "If this is you, please click the link below to confirm the change."
1130     email_confirm_html:
1131       greeting: "Hi,"
1132       hopefully_you: "Someone (hopefully you) would like to change their email address over at %{server_url} to %{new_address}."
1133       click_the_link: "If this is you, please click the link below to confirm the change."
1134     lost_password:
1135       subject: "[OpenStreetMap] Password reset request"
1136     lost_password_plain:
1137       greeting: "Hi,"
1138       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1139       click_the_link: "If this is you, please click the link below to reset your password."
1140     lost_password_html:
1141       greeting: "Hi,"
1142       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1143       click_the_link: "If this is you, please click the link below to reset your password."
1144     note_comment_notification:
1145       anonymous: An anonymous user
1146       greeting: "Hi,"
1147       commented:
1148         subject_own: "[OpenStreetMap] %{commenter} has commented on one of your notes"
1149         subject_other: "[OpenStreetMap] %{commenter} has commented on a note you are interested in"
1150         your_note: "%{commenter} has left a comment on one of your map notes near %{place}."
1151         commented_note: "%{commenter} has left a comment on a map note you have commented on. The note is near %{place}."
1152       closed:
1153         subject_own: "[OpenStreetMap] %{commenter} has resolved one of your notes"
1154         subject_other: "[OpenStreetMap] %{commenter} has resolved a note you are interested in"
1155         your_note: "%{commenter} has resolved one of your map notes near %{place}."
1156         commented_note: "%{commenter} has resolved a map note you have commented on. The note is near %{place}."
1157       reopened:
1158         subject_own: "[OpenStreetMap] %{commenter} has reactivated one of your notes"
1159         subject_other: "[OpenStreetMap] %{commenter} has reactivated a note you are interested in"
1160         your_note: "%{commenter} has reactivated one of your map notes near %{place}."
1161         commented_note: "%{commenter} has reactivated a map note you have commented on. The note is near %{place}."
1162       details: "More details about the note can be found at %{url}."
1163     changeset_comment_notification:
1164       hi: "Hi %{to_user},"
1165       greeting: "Hi,"
1166       commented:
1167         subject_own: "[OpenStreetMap] %{commenter} has commented on one of your changesets"
1168         subject_other: "[OpenStreetMap] %{commenter} has commented on a changeset you are interested in"
1169         your_changeset: "%{commenter} has left a comment on one of your changesets created at %{time}"
1170         commented_changeset: "%{commenter} has left a comment on a map changeset you are watching created by %{changeset_author} at %{time}"
1171         partial_changeset_with_comment: "with comment '%{changeset_comment}'"
1172         partial_changeset_without_comment: "without comment"
1173       details: "More details about the changeset can be found at %{url}."
1174       unsubscribe: 'To unsubscribe from updates to this changeset, visit %{url} and click "Unsubscribe".'
1175   messages:
1176     inbox:
1177       title: "Inbox"
1178       my_inbox: "My Inbox"
1179       outbox: "outbox"
1180       messages: "You have %{new_messages} and %{old_messages}"
1181       new_messages:
1182         one: "%{count} new message"
1183         other: "%{count} new messages"
1184       old_messages:
1185         one: "%{count} old message"
1186         other: "%{count} old messages"
1187       from: "From"
1188       subject: "Subject"
1189       date: "Date"
1190       no_messages_yet: "You have no messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1191       people_mapping_nearby: "people mapping nearby"
1192     message_summary:
1193       unread_button: "Mark as unread"
1194       read_button: "Mark as read"
1195       reply_button: "Reply"
1196       destroy_button: "Delete"
1197     new:
1198       title: "Send message"
1199       send_message_to: "Send a new message to %{name}"
1200       subject: "Subject"
1201       body: "Body"
1202       send_button: "Send"
1203       back_to_inbox: "Back to inbox"
1204     create:
1205       message_sent: "Message sent"
1206       limit_exceeded: "You have sent a lot of messages recently. Please wait a while before trying to send any more."
1207     no_such_message:
1208       title: "No such message"
1209       heading: "No such message"
1210       body: "Sorry there is no message with that id."
1211     outbox:
1212       title: "Outbox"
1213       my_inbox: "My %{inbox_link}"
1214       inbox: "inbox"
1215       outbox: "outbox"
1216       messages:
1217         one: "You have %{count} sent message"
1218         other: "You have %{count} sent messages"
1219       to: "To"
1220       subject: "Subject"
1221       date: "Date"
1222       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1223       people_mapping_nearby: "people mapping nearby"
1224     reply:
1225       wrong_user: "You are logged in as `%{user}' but the message you have asked to reply to was not sent to that user. Please login as the correct user in order to reply."
1226     show:
1227       title: "Read message"
1228       from: "From"
1229       subject: "Subject"
1230       date: "Date"
1231       reply_button: "Reply"
1232       unread_button: "Mark as unread"
1233       destroy_button: "Delete"
1234       back: "Back"
1235       to: "To"
1236       wrong_user: "You are logged in as `%{user}' but the message you have asked to read was not sent by or to that user. Please login as the correct user in order to read it."
1237     sent_message_summary:
1238       destroy_button: "Delete"
1239     mark:
1240       as_read: "Message marked as read"
1241       as_unread: "Message marked as unread"
1242     destroy:
1243       destroyed: "Message deleted"
1244   site:
1245     about:
1246       next: Next
1247       copyright_html: <span>&copy;</span>OpenStreetMap<br>contributors
1248       used_by: "%{name} powers map data on thousands of web sites, mobile apps, and hardware devices"
1249       lede_text: |
1250         OpenStreetMap is built by a community of mappers that contribute and maintain data
1251         about roads, trails, cafés, railway stations, and much more, all over the world.
1252       local_knowledge_title: Local Knowledge
1253       local_knowledge_html: |
1254         OpenStreetMap emphasizes local knowledge. Contributors use
1255         aerial imagery, GPS devices, and low-tech field maps to verify that OSM
1256         is accurate and up to date.
1257       community_driven_title: Community Driven
1258       community_driven_html: |
1259         OpenStreetMap's community is diverse, passionate, and growing every day.
1260         Our contributors include enthusiast mappers, GIS professionals, engineers
1261         running the OSM servers, humanitarians mapping disaster-affected areas,
1262         and many more.
1263         To learn more about the community, see the
1264         <a href='https://blog.openstreetmap.org'>OpenStreetMap Blog</a>,
1265         <a href='%{diary_path}'>user diaries</a>,
1266         <a href='https://blogs.openstreetmap.org/'>community blogs</a>, and
1267         the <a href='https://www.osmfoundation.org/'>OSM Foundation</a> website.
1268       open_data_title: Open Data
1269       open_data_html: |
1270         OpenStreetMap is <i>open data</i>: you are free to use it for any purpose
1271         as long as you credit OpenStreetMap and its contributors. If you alter or
1272         build upon the data in certain ways, you may distribute the result only
1273         under the same licence. See the <a href='%{copyright_path}'>Copyright and
1274         License page</a> for details.
1275       legal_title: Legal
1276       legal_html: |
1277         This site and many other related services are formally operated by the
1278         <a href='https://osmfoundation.org/'>OpenStreetMap Foundation</a> (OSMF)
1279         on behalf of the community. Use of all OSMF operated services is subject
1280         to our <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">
1281         Acceptable Use Policies</a> and our <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Privacy Policy</a>
1282         <br>
1283         Please <a href='https://osmfoundation.org/Contact'>contact the OSMF</a>
1284         if you have licensing, copyright or other legal questions.
1285         <br>
1286         OpenStreetMap, the magnifying glass logo and State of the Map are <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">registered trademarks of the OSMF</a>.
1287       partners_title: Partners
1288     copyright:
1289       foreign:
1290         title: About this translation
1291         text: In the event of a conflict between this translated page and %{english_original_link}, the English page shall take precedence
1292         english_link: the English original
1293       native:
1294         title: About this page
1295         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}.
1296         native_link: THIS_LANGUAGE_NAME_HERE version
1297         mapping_link: start mapping
1298       legal_babble:
1299         title_html: Copyright and License
1300         intro_1_html: |
1301           OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> is <i>open data</i>, licensed under the <a
1302           href="https://opendatacommons.org/licenses/odbl/">Open Data
1303           Commons Open Database License</a> (ODbL) by the  <a
1304           href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF).
1305         intro_2_html: |
1306           You are free to copy, distribute, transmit and adapt our data,
1307           as long as you credit OpenStreetMap and its
1308           contributors. If you alter or build upon our data, you
1309           may distribute the result only under the same licence. The
1310           full <a href="https://opendatacommons.org/licenses/odbl/1.0/">legal
1311           code</a> explains your rights and responsibilities.
1312         intro_3_html: |
1313           The cartography in our map tiles, and our documentation, are
1314           licensed under the <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
1315           Commons Attribution-ShareAlike 2.0</a> license (CC BY-SA).
1316         credit_title_html: How to credit OpenStreetMap
1317         credit_1_html: |
1318           We require that you use the credit &ldquo;&copy; OpenStreetMap
1319           contributors&rdquo;.
1320         credit_2_html: |
1321           You must also make it clear that the data is available under the Open
1322           Database License, and if using our map tiles, that the cartography is
1323           licensed as CC BY-SA. You may do this by linking to
1324           <a href="https://www.openstreetmap.org/copyright">this copyright page</a>.
1325           Alternatively, and as a requirement if you are distributing OSM in a
1326           data form, you can name and link directly to the license(s). In media
1327           where links are not possible (e.g. printed works), we suggest you
1328           direct your readers to openstreetmap.org (perhaps by expanding
1329           'OpenStreetMap' to this full address), to opendatacommons.org, and
1330           if relevant, to creativecommons.org.
1331         credit_3_html: |
1332           For a browsable electronic map, the credit should appear in the corner of the map.
1333           For example:
1334         attribution_example:
1335           alt: Example of how to attribute OpenStreetMap on a webpage
1336           title: Attribution example
1337         more_title_html: Finding out more
1338         more_1_html: |
1339           Read more about using our data, and how to credit us, at the <a
1340           href="https://osmfoundation.org/Licence">OSMF Licence page</a>.
1341         more_2_html: |
1342           Although OpenStreetMap is open data, we cannot provide a
1343           free-of-charge map API for third-parties.
1344           See our <a href="https://operations.osmfoundation.org/policies/api/">API Usage Policy</a>,
1345           <a href="https://operations.osmfoundation.org/policies/tiles/">Tile Usage Policy</a>
1346           and <a href="https://operations.osmfoundation.org/policies/nominatim/">Nominatim Usage Policy</a>.
1347         contributors_title_html: Our contributors
1348         contributors_intro_html: |
1349           Our contributors are thousands of individuals. We also include
1350           openly-licensed data from national mapping agencies
1351           and other sources, among them:
1352         contributors_at_html: |
1353           <strong>Austria</strong>: Contains data from
1354           <a href="https://data.wien.gv.at/">Stadt Wien</a> (under
1355           <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
1356           <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> and
1357           Land Tirol (under <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT with amendments</a>).
1358         contributors_au_html: |
1359           <strong>Australia</strong>: Contains data sourced from
1360           <a href="https://www.psma.com.au/psma-data-copyright-and-disclaimer">PSMA Australia Limited</a>
1361           licensed by the Commonwealth of Australia under
1362           <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
1363         contributors_ca_html: |
1364           <strong>Canada</strong>: Contains data from
1365           GeoBase&reg;, GeoGratis (&copy; Department of Natural
1366           Resources Canada), CanVec (&copy; Department of Natural
1367           Resources Canada), and StatCan (Geography Division,
1368           Statistics Canada).
1369         contributors_fi_html: |
1370           <strong>Finland</strong>: Contains data from the
1371           National Land Survey of Finland's Topographic Database
1372           and other datasets, under the
1373           <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">NLSFI License</a>.
1374         contributors_fr_html: |
1375           <strong>France</strong>: Contains data sourced from
1376           Direction Générale des Impôts.
1377         contributors_nl_html: |
1378           <strong>Netherlands</strong>: Contains &copy; AND data, 2007
1379           (<a href="https://www.and.com">www.and.com</a>)
1380         contributors_nz_html: |
1381           <strong>New Zealand</strong>: Contains data sourced from the
1382           <a href="https://data.linz.govt.nz/">LINZ Data Service</a> and
1383           licensed for reuse under
1384           <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
1385         contributors_si_html: |
1386           <strong>Slovenia</strong>: Contains data from the
1387           <a href="http://www.gu.gov.si/en/">Surveying and Mapping Authority</a> and
1388           <a href="http://www.mkgp.gov.si/en/">Ministry of Agriculture, Forestry and Food</a>
1389           (public information of Slovenia).
1390         contributors_za_html: |
1391           <strong>South Africa</strong>: Contains data sourced from
1392           <a href="http://www.ngi.gov.za/">Chief Directorate:
1393           National Geo-Spatial Information</a>, State copyright reserved.
1394         contributors_gb_html: |
1395           <strong>United Kingdom</strong>: Contains Ordnance
1396           Survey data &copy; Crown copyright and database right
1397           2010-12.
1398         contributors_footer_1_html: |
1399           For further details of these, and other sources that have been used
1400           to help improve OpenStreetMap, please see the <a
1401           href="https://wiki.openstreetmap.org/wiki/Contributors">Contributors
1402           page</a> on the OpenStreetMap Wiki.
1403         contributors_footer_2_html: |
1404           Inclusion of data in OpenStreetMap does not imply that the original
1405           data provider endorses OpenStreetMap, provides any warranty, or
1406           accepts any liability.
1407         infringement_title_html: Copyright infringement
1408         infringement_1_html: |
1409           OSM contributors are reminded never to add data from any
1410           copyrighted sources (e.g. Google Maps or printed maps) without
1411           explicit permission from the copyright holders.
1412         infringement_2_html: |
1413           If you believe that copyrighted material has been inappropriately
1414           added to the OpenStreetMap database or this site, please refer
1415           to our <a href="https://www.osmfoundation.org/wiki/License/Takedown_procedure">takedown
1416           procedure</a> or file directly at our
1417           <a href="http://dmca.openstreetmap.org/">on-line filing page</a>.
1418         trademarks_title_html: <span id="trademarks"></span>Trademarks
1419         trademarks_1_html: |
1420           OpenStreetMap, the magnifying glass logo and State of the Map are registered trademarks of the OpenStreetMap Foundation. If you have questions about your use of the marks, please see our <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">Trademark Policy</a>.
1421     index:
1422       js_1: "You are either using a browser that does not support JavaScript, or you have disabled JavaScript."
1423       js_2: "OpenStreetMap uses JavaScript for its slippy map."
1424       permalink: Permalink
1425       shortlink: Shortlink
1426       createnote: Add a note
1427       license:
1428         copyright: "Copyright OpenStreetMap and contributors, under an open license"
1429         license_url: "https://openstreetmap.org/copyright"
1430         project_url: "https://openstreetmap.org"
1431       remote_failed: "Editing failed - make sure JOSM or Merkaartor is loaded and the remote control option is enabled"
1432     edit:
1433       not_public: "You have not set your edits to be public."
1434       not_public_description: "You can no longer edit the map unless you do so. You can set your edits as public from your %{user_page}."
1435       user_page_link: user page
1436       anon_edits: "(%{link})"
1437       anon_edits_link: "https://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
1438       anon_edits_link_text: "Find out why this is the case."
1439       flash_player_required: 'You need a Flash player to use Potlatch, the OpenStreetMap Flash editor. You can <a href="https://get.adobe.com/flashplayer/">download Flash Player from Adobe.com</a>. <a href="https://wiki.openstreetmap.org/wiki/Editing">Several other options</a> are also available for editing OpenStreetMap.'
1440       potlatch_unsaved_changes: "You have unsaved changes. (To save in Potlatch, you should deselect the current way or point, if editing in live mode, or click save if you have a save button.)"
1441       potlatch2_not_configured: "Potlatch 2 has not been configured - please see https://wiki.openstreetmap.org/wiki/The_Rails_Port#Potlatch_2 for more information"
1442       potlatch2_unsaved_changes: "You have unsaved changes. (To save in Potlatch 2, you should click save.)"
1443       id_not_configured: "iD has not been configured"
1444       no_iframe_support: "Your browser doesn't support HTML iframes, which are necessary for this feature."
1445     export:
1446       title: "Export"
1447       area_to_export: "Area to Export"
1448       manually_select: "Manually select a different area"
1449       format_to_export: "Format to Export"
1450       osm_xml_data: "OpenStreetMap XML Data"
1451       map_image: "Map Image (shows standard layer)"
1452       embeddable_html: "Embeddable HTML"
1453       licence: "Licence"
1454       export_details: 'OpenStreetMap data is licensed under the <a href="https://opendatacommons.org/licenses/odbl/1.0/">Open Data Commons Open Database License</a> (ODbL).'
1455       too_large:
1456         advice: "If the above export fails, please consider using one of the sources listed below:"
1457         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."
1458         planet:
1459           title: "Planet OSM"
1460           description: "Regularly-updated copies of the complete OpenStreetMap database"
1461         overpass:
1462           title: "Overpass API"
1463           description: "Download this bounding box from a mirror of the OpenStreetMap database"
1464         geofabrik:
1465           title: "Geofabrik Downloads"
1466           description: "Regularly-updated extracts of continents, countries, and selected cities"
1467         metro:
1468           title: "Metro Extracts"
1469           description: "Extracts for major world cities and their surrounding areas"
1470         other:
1471           title: "Other Sources"
1472           description: "Additional sources listed on the OpenStreetMap wiki"
1473       options: "Options"
1474       format: "Format"
1475       scale: "Scale"
1476       max: "max"
1477       image_size: "Image Size"
1478       zoom: "Zoom"
1479       add_marker: "Add a marker to the map"
1480       latitude: "Lat:"
1481       longitude: "Lon:"
1482       output: "Output"
1483       paste_html: "Paste HTML to embed in website"
1484       export_button: "Export"
1485     fixthemap:
1486       title: Report a problem / Fix the map
1487       how_to_help:
1488         title: How to Help
1489         join_the_community:
1490           title: Join the community
1491           explanation_html: |
1492             If you have noticed a problem with our map data, for example a road is missing or your address, the best way to
1493             proceed is to join the OpenStreetMap community and add or repair the data yourself.
1494         add_a_note:
1495           instructions_html: |
1496             Just click <a class='icon note'></a> or the same icon on the map display.
1497             This will add a marker to the map, which you can move
1498             by dragging. Add your message, then click save, and other mappers will investigate.
1499       other_concerns:
1500         title: Other concerns
1501         explanation_html: |
1502           If you have concerns about how our data is being used or about the contents please consult our
1503           <a href='/copyright'>copyright page</a> for more legal information, or contact the appropriate
1504           <a href='https://wiki.osmfoundation.org/wiki/Working_Groups'>OSMF working group</a>.
1505     help:
1506       title: Getting Help
1507       introduction: |
1508         OpenStreetMap has several resources for learning about the project, asking and answering questions,
1509         and collaboratively discussing and documenting mapping topics.
1510       welcome:
1511         url: /welcome
1512         title: Welcome to OSM
1513         description: Start with this quick guide covering the OpenStreetMap basics.
1514       beginners_guide:
1515         url: https://wiki.openstreetmap.org/wiki/Beginners%27_guide
1516         title: Beginners' Guide
1517         description: Community maintained guide for beginners.
1518       help:
1519         url: https://help.openstreetmap.org/
1520         title: help.openstreetmap.org
1521         description: Ask a question or look up answers on OSM's question-and-answer site.
1522       mailing_lists:
1523         url: https://lists.openstreetmap.org/
1524         title: Mailing Lists
1525         description: Ask a question or discuss interesting matters on a wide range of topical or regional mailing lists.
1526       forums:
1527         url: https://forum.openstreetmap.org/
1528         title: Forums
1529         description: Questions and discussions for those that prefer a bulletin board style interface.
1530       irc:
1531         url: https://irc.openstreetmap.org/
1532         title: IRC
1533         description: Interactive chat in many different languages and on many topics.
1534       switch2osm:
1535         url: https://switch2osm.org/
1536         title: switch2osm
1537         description: Help for companies and organisations switching to OpenStreetMap based maps and other services.
1538       welcomemat:
1539         url: https://welcome.openstreetmap.org/
1540         title: For Organizations
1541         description: With an organization making plans for OpenStreetMap? Find what you need to know in the Welcome Mat.
1542       wiki:
1543         url: https://wiki.openstreetmap.org/
1544         title: wiki.openstreetmap.org
1545         description: Browse the wiki for in-depth OSM documentation.
1546     sidebar:
1547       search_results: Search Results
1548       close: Close
1549     search:
1550       search: Search
1551       get_directions: "Get directions"
1552       get_directions_title: "Find directions between two points"
1553       from: "From"
1554       to: "To"
1555       where_am_i: "Where is this?"
1556       where_am_i_title: Describe the current location using the search engine
1557       submit_text: "Go"
1558       reverse_directions_text: "Reverse Directions"
1559     key:
1560       table:
1561         entry:
1562           motorway: "Motorway"
1563           main_road: "Main road"
1564           trunk: "Trunk road"
1565           primary: "Primary road"
1566           secondary: "Secondary road"
1567           unclassified: "Unclassified road"
1568           track: "Track"
1569           bridleway: "Bridleway"
1570           cycleway: "Cycleway"
1571           cycleway_national: "National cycleway"
1572           cycleway_regional: "Regional cycleway"
1573           cycleway_local: "Local cycleway"
1574           footway: "Footway"
1575           rail: "Railway"
1576           subway: "Subway"
1577           tram:
1578             - Light rail
1579             - tram
1580           cable:
1581             - Cable car
1582             - chair lift
1583           runway:
1584             - Airport Runway
1585             - taxiway
1586           apron:
1587             - Airport apron
1588             - terminal
1589           admin: "Administrative boundary"
1590           forest: "Forest"
1591           wood: "Wood"
1592           golf: "Golf course"
1593           park: "Park"
1594           resident: "Residential area"
1595           common:
1596             - Common
1597             - meadow
1598           retail: "Retail area"
1599           industrial: "Industrial area"
1600           commercial: "Commercial area"
1601           heathland: "Heathland"
1602           lake:
1603             - Lake
1604             - reservoir
1605           farm: "Farm"
1606           brownfield: "Brownfield site"
1607           cemetery: "Cemetery"
1608           allotments: "Allotments"
1609           pitch: "Sports pitch"
1610           centre: "Sports centre"
1611           reserve: "Nature reserve"
1612           military: "Military area"
1613           school:
1614             - School
1615             - university
1616           building: "Significant building"
1617           station: "Railway station"
1618           summit:
1619             - Summit
1620             - peak
1621           tunnel: "Dashed casing = tunnel"
1622           bridge: "Black casing = bridge"
1623           private: "Private access"
1624           destination: "Destination access"
1625           construction: "Roads under construction"
1626           bicycle_shop: "Bicycle shop"
1627           bicycle_parking: "Bicycle parking"
1628           toilets: "Toilets"
1629     richtext_area:
1630       edit: Edit
1631       preview: Preview
1632     markdown_help:
1633       title_html: Parsed with <a href="https://kramdown.gettalong.org/quickref.html">kramdown</a>
1634       headings: Headings
1635       heading: Heading
1636       subheading: Subheading
1637       unordered: Unordered list
1638       ordered: Ordered list
1639       first: First item
1640       second: Second item
1641       link: Link
1642       text: Text
1643       image: Image
1644       alt: Alt text
1645       url: URL
1646     welcome:
1647       title: Welcome!
1648       introduction_html: |
1649         Welcome to OpenStreetMap, the free and editable map of the world. Now that you're signed
1650         up, you're all set to get started mapping. Here's a quick guide with the most important
1651         things you need to know.
1652       whats_on_the_map:
1653         title: What's on the Map
1654         on_html: |
1655           OpenStreetMap is a place for mapping things that are both <em>real and current</em> -
1656           it includes millions of buildings, roads, and other details about places. You can map
1657           whatever real-world features are interesting to you.
1658         off_html: |
1659           What it <em>doesn't</em> include is opinionated data like ratings, historical or
1660           hypothetical features, and data from copyrighted sources. Unless you have special
1661           permission, don't copy from online or paper maps.
1662       basic_terms:
1663         title: Basic Terms For Mapping
1664         paragraph_1_html: |
1665           OpenStreetMap has some of its own lingo. Here are a few key words that'll come in handy.
1666         editor_html: |
1667           An <strong>editor</strong> is a program or website you can use to edit the map.
1668         node_html: |
1669           A <strong>node</strong> is a point on the map, like a single restaurant or a tree.
1670         way_html: |
1671           A <strong>way</strong> is a line or area, like a road, stream, lake or building.
1672         tag_html: |
1673           A <strong>tag</strong> is a bit of data about a node or way, like a
1674           restaurant's name or a road's speed limit.
1675       rules:
1676         title: Rules!
1677         paragraph_1_html: |
1678           OpenStreetMap has few formal rules but we expect all participants to collaborate
1679           with, and communicate with, the community. If you are considering
1680           any activities other than editing by hand, please read and follow the guidelines on
1681           <a href='https://wiki.openstreetmap.org/wiki/Import/Guidelines'>Imports</a> and
1682           <a href='https://wiki.openstreetmap.org/wiki/Automated_Edits_code_of_conduct'>Automated Edits</a>.
1683       questions:
1684         title: Any questions?
1685         paragraph_1_html: |
1686           OpenStreetMap has several resources for learning about the project, asking and answering
1687           questions, and collaboratively discussing and documenting mapping topics.
1688           <a href='%{help_url}'>Get help here</a>. With an organization making plans for OpenStreetMap? <a href='https://welcome.openstreetmap.org/'>Check out the Welcome Mat</a>.
1689       start_mapping: Start Mapping
1690       add_a_note:
1691         title: No Time To Edit? Add a Note!
1692         paragraph_1_html: |
1693           If you just want something small fixed and don't have the time to sign up and learn how to edit, it's
1694           easy to add a note.
1695         paragraph_2_html: |
1696           Just go to <a href='%{map_url}'>the map</a> and click the note icon:
1697           <span class='icon note'></span>. This will add a marker to the map, which you can move
1698           by dragging. Add your message, then click save, and other mappers will investigate.
1699   traces:
1700     visibility:
1701       private: "Private (only shared as anonymous, unordered points)"
1702       public: "Public (shown in trace list and as anonymous, unordered points)"
1703       trackable: "Trackable (only shared as anonymous, ordered points with timestamps)"
1704       identifiable: "Identifiable (shown in trace list and as identifiable, ordered points with timestamps)"
1705     new:
1706       upload_trace: "Upload GPS Trace"
1707       upload_gpx: "Upload GPX File:"
1708       description: "Description:"
1709       tags: "Tags:"
1710       tags_help: "comma delimited"
1711       visibility: "Visibility:"
1712       visibility_help: "what does this mean?"
1713       visibility_help_url: "https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1714       upload_button: "Upload"
1715       help: "Help"
1716       help_url: "https://wiki.openstreetmap.org/wiki/Upload"
1717     create:
1718       upload_trace: "Upload GPS Trace"
1719       trace_uploaded: "Your GPX file has been uploaded and is awaiting insertion in to the database. This will usually happen within half an hour, and an email will be sent to you on completion."
1720       upload_failed: "Sorry, the GPX upload failed. An administrator has been alerted to the error. Please try again"
1721       traces_waiting:
1722         one: "You have %{count} trace waiting for upload. Please consider waiting for these to finish before uploading any more, so as not to block the queue for other users."
1723         other: "You have %{count} traces waiting for upload. Please consider waiting for these to finish before uploading any more, so as not to block the queue for other users."
1724     edit:
1725       title: "Editing trace %{name}"
1726       heading: "Editing trace %{name}"
1727       filename: "Filename:"
1728       download: "download"
1729       uploaded_at: "Uploaded:"
1730       points: "Points:"
1731       start_coord: "Start coordinate:"
1732       map: "map"
1733       edit: "edit"
1734       owner: "Owner:"
1735       description: "Description:"
1736       tags: "Tags:"
1737       tags_help: "comma delimited"
1738       save_button: "Save Changes"
1739       visibility: "Visibility:"
1740       visibility_help: "what does this mean?"
1741       visibility_help_url: "https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1742     update:
1743       updated: Trace updated
1744     trace_optionals:
1745       tags: "Tags"
1746     show:
1747       title: "Viewing trace %{name}"
1748       heading: "Viewing trace %{name}"
1749       pending: "PENDING"
1750       filename: "Filename:"
1751       download: "download"
1752       uploaded: "Uploaded:"
1753       points: "Points:"
1754       start_coordinates: "Start coordinate:"
1755       map: "map"
1756       edit: "edit"
1757       owner: "Owner:"
1758       description: "Description:"
1759       tags: "Tags:"
1760       none: "None"
1761       edit_trace: "Edit this trace"
1762       delete_trace: "Delete this trace"
1763       trace_not_found: "Trace not found!"
1764       visibility: "Visibility:"
1765       confirm_delete: "Delete this trace?"
1766     trace_paging_nav:
1767       showing_page: "Page %{page}"
1768       older: "Older Traces"
1769       newer: "Newer Traces"
1770     trace:
1771       pending: "PENDING"
1772       count_points: "%{count} points"
1773       ago: "%{time_in_words_ago} ago"
1774       more: "more"
1775       trace_details: "View Trace Details"
1776       view_map: "View Map"
1777       edit: "edit"
1778       edit_map: "Edit Map"
1779       public: "PUBLIC"
1780       identifiable: "IDENTIFIABLE"
1781       private: "PRIVATE"
1782       trackable: "TRACKABLE"
1783       by: "by"
1784       in: "in"
1785       map: "map"
1786     index:
1787       public_traces: "Public GPS traces"
1788       my_traces: "My GPS traces"
1789       public_traces_from: "Public GPS traces from %{user}"
1790       description: "Browse recent GPS trace uploads"
1791       tagged_with: " tagged with %{tags}"
1792       empty_html: "Nothing here yet. <a href='%{upload_link}'>Upload a new trace</a> or learn more about GPS tracing on the <a href='https://wiki.openstreetmap.org/wiki/Beginners_Guide_1.2'>wiki page</a>."
1793       upload_trace: "Upload a trace"
1794       see_all_traces: "See all traces"
1795       see_my_traces: "See my traces"
1796     delete:
1797       scheduled_for_deletion: "Trace scheduled for deletion"
1798     make_public:
1799       made_public: "Trace made public"
1800     offline_warning:
1801       message: "The GPX file upload system is currently unavailable"
1802     offline:
1803       heading: "GPX Storage Offline"
1804       message: "The GPX file storage and upload system is currently unavailable."
1805     georss:
1806       title: "OpenStreetMap GPS Traces"
1807     description:
1808       description_with_count:
1809         one: "GPX file with %{count} point from %{user}"
1810         other: "GPX file with %{count} points from %{user}"
1811       description_without_count: "GPX file from %{user}"
1812   application:
1813     permission_denied: You do not have permission to access that action
1814     require_cookies:
1815       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
1816     require_admin:
1817       not_an_admin: You need to be an admin to perform that action.
1818     setup_user_auth:
1819       blocked_zero_hour: "You have an urgent message on the OpenStreetMap web site. You need to read the message before you will be able to save your edits."
1820       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
1821       need_to_see_terms: "Your access to the API is temporarily suspended. Please log-in to the web interface to view the Contributor Terms. You do not need to agree, but you must view them."
1822   oauth:
1823     authorize:
1824       title: "Authorize access to your account"
1825       request_access: "The application %{app_name} is requesting access to your account, %{user}. Please check whether you would like the application to have the following capabilities. You may choose as many or as few as you like."
1826       allow_to: "Allow the client application to:"
1827       allow_read_prefs:  "read your user preferences."
1828       allow_write_prefs: "modify your user preferences."
1829       allow_write_diary: "create diary entries, comments and make friends."
1830       allow_write_api:   "modify the map."
1831       allow_read_gpx:    "read your private GPS traces."
1832       allow_write_gpx:   "upload GPS traces."
1833       allow_write_notes: "modify notes."
1834       grant_access: "Grant Access"
1835     authorize_success:
1836       title: "Authorization request allowed"
1837       allowed: "You have granted application %{app_name} access to your account."
1838       verification: "The verification code is %{code}."
1839     authorize_failure:
1840       title: "Authorization request failed"
1841       denied: "You have denied application %{app_name} access to your account."
1842       invalid: "The authorization token is not valid."
1843     revoke:
1844       flash: "You've revoked the token for %{application}"
1845     permissions:
1846       missing: "You have not permitted the application access to this facility"
1847   oauth_clients:
1848     new:
1849       title: "Register a new application"
1850       submit: "Register"
1851     edit:
1852       title: "Edit your application"
1853       submit: "Edit"
1854     show:
1855       title: "OAuth details for %{app_name}"
1856       key: "Consumer Key:"
1857       secret: "Consumer Secret:"
1858       url: "Request Token URL:"
1859       access_url: "Access Token URL:"
1860       authorize_url: "Authorise URL:"
1861       support_notice: "We support HMAC-SHA1 (recommended) and RSA-SHA1 signatures."
1862       edit: "Edit Details"
1863       delete: "Delete Client"
1864       confirm: "Are you sure?"
1865       requests: "Requesting the following permissions from the user:"
1866       allow_read_prefs:  "read their user preferences."
1867       allow_write_prefs: "modify their user preferences."
1868       allow_write_diary: "create diary entries, comments and make friends."
1869       allow_write_api:   "modify the map."
1870       allow_read_gpx:    "read their private GPS traces."
1871       allow_write_gpx:   "upload GPS traces."
1872       allow_write_notes: "modify notes."
1873     index:
1874       title: "My OAuth Details"
1875       my_tokens: "My Authorised Applications"
1876       list_tokens: "The following tokens have been issued to applications in your name:"
1877       application: "Application Name"
1878       issued_at: "Issued At"
1879       revoke: "Revoke!"
1880       my_apps: "My Client Applications"
1881       no_apps: "Do you have an application you would like to register for use with us using the %{oauth} standard? You must register your web application before it can make OAuth requests to this service."
1882       registered_apps: "You have the following client applications registered:"
1883       register_new: "Register your application"
1884     form:
1885       name: "Name"
1886       required: "Required"
1887       url: "Main Application URL"
1888       callback_url: "Callback URL"
1889       support_url: "Support URL"
1890       requests: "Request the following permissions from the user:"
1891       allow_read_prefs:  "read their user preferences."
1892       allow_write_prefs: "modify their user preferences."
1893       allow_write_diary: "create diary entries, comments and make friends."
1894       allow_write_api:   "modify the map."
1895       allow_read_gpx:    "read their private GPS traces."
1896       allow_write_gpx:   "upload GPS traces."
1897       allow_write_notes: "modify notes."
1898     not_found:
1899       sorry: "Sorry, that %{type} could not be found."
1900     create:
1901       flash: "Registered the information successfully"
1902     update:
1903       flash: "Updated the client information successfully"
1904     destroy:
1905       flash: "Destroyed the client application registration"
1906   users:
1907     login:
1908       title: "Login"
1909       heading: "Login"
1910       email or username: "Email Address or Username:"
1911       password: "Password:"
1912       openid: "%{logo} OpenID:"
1913       remember: "Remember me"
1914       lost password link: "Lost your password?"
1915       login_button: "Login"
1916       register now: Register now
1917       with username: "Already have an OpenStreetMap account? Please login with your username and password:"
1918       with external: "Alternatively, use a third party to login:"
1919       new to osm: New to OpenStreetMap?
1920       to make changes: To make changes to the OpenStreetMap data, you must have an account.
1921       create account minute: Create an account. It only takes a minute.
1922       no account: Don't have an account?
1923       account not active: "Sorry, your account is not active yet.<br />Please use the link in the account confirmation email to activate your account, or <a href=\"%{reconfirm}\">request a new confirmation email</a>."
1924       account is suspended: Sorry, your account has been suspended due to suspicious activity.<br />Please contact the <a href="%{webmaster}">webmaster</a> if you wish to discuss this.
1925       auth failure: "Sorry, could not log in with those details."
1926       openid_logo_alt: "Log in with an OpenID"
1927       auth_providers:
1928         openid:
1929           title: Login with OpenID
1930           alt: Login with an OpenID URL
1931         google:
1932           title: Login with Google
1933           alt: Login with a Google OpenID
1934         facebook:
1935           title: Login with Facebook
1936           alt: Login with a Facebook Account
1937         windowslive:
1938           title: Login with Windows Live
1939           alt: Login with a Windows Live Account
1940         github:
1941           title: Login with GitHub
1942           alt: Login with a GitHub Account
1943         wikipedia:
1944           title: Login with Wikipedia
1945           alt: Login with a Wikipedia Account
1946         yahoo:
1947           title: Login with Yahoo
1948           alt: Login with a Yahoo OpenID
1949         wordpress:
1950           title: Login with Wordpress
1951           alt: Login with a Wordpress OpenID
1952         aol:
1953           title: Login with AOL
1954           alt: Login with an AOL OpenID
1955     logout:
1956       title: "Logout"
1957       heading: "Logout from OpenStreetMap"
1958       logout_button: "Logout"
1959     lost_password:
1960       title: "Lost password"
1961       heading: "Forgotten Password?"
1962       email address: "Email Address:"
1963       new password button: "Reset password"
1964       help_text: "Enter the email address you used to sign up, we will send a link to it that you can use to reset your password."
1965       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
1966       notice email cannot find: "Could not find that email address, sorry."
1967     reset_password:
1968       title: "Reset password"
1969       heading: "Reset Password for %{user}"
1970       password: "Password:"
1971       confirm password: "Confirm Password:"
1972       reset: "Reset Password"
1973       flash changed: "Your password has been changed."
1974       flash token bad: "Did not find that token, check the URL maybe?"
1975     new:
1976       title: "Sign Up"
1977       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
1978       contact_webmaster: 'Please contact the <a href="%{webmaster}">webmaster</a> to arrange for an account to be created - we will try and deal with the request as quickly as possible.'
1979       about:
1980         header: Free and editable
1981         html: |
1982           <p>Unlike other maps, OpenStreetMap is completely created by people like you,
1983           and it's free for anyone to fix, update, download and use.</p>
1984           <p>Sign up to get started contributing. We'll send an email to confirm your account.</p>
1985       license_agreement: 'When you confirm your account you will need to agree to the <a href="https://www.osmfoundation.org/wiki/License/Contributor_Terms">contributor terms</a>.'
1986       email address: "Email Address:"
1987       confirm email address: "Confirm Email Address:"
1988       not displayed publicly: 'Your address is not displayed publicly, see our <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="OSMF privacy policy including section on email addresses">privacy policy</a> for more information'
1989       display name: "Display Name:"
1990       display name description: "Your publicly displayed username. You can change this later in the preferences."
1991       external auth: "Third Party Authentication:"
1992       password: "Password:"
1993       confirm password: "Confirm Password:"
1994       use external auth: "Alternatively, use a third party to login"
1995       auth no password: "With third party authentication a password is not required, but some extra tools or server may still need one."
1996       continue: Sign Up
1997       terms accepted: "Thanks for accepting the new contributor terms!"
1998       terms declined: "We are sorry that you have decided to not accept the new Contributor Terms. For more information, please see <a href=\"%{url}\">this wiki page</a>."
1999       terms declined url: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
2000     terms:
2001       title: "Contributor terms"
2002       heading: "Contributor terms"
2003       read and accept: "Please read the agreement and press the agree button to confirm that you accept the terms of this agreement for your existing and future contributions."
2004       consider_pd: "In addition to the above agreement, I consider my contributions to be in the Public Domain"
2005       consider_pd_why: "what's this?"
2006       consider_pd_why_url: https://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
2007       guidance: 'Information to help understand these terms: a <a href="%{summary}">human readable summary</a> and some <a href="%{translations}">informal translations</a>'
2008       agree: Agree
2009       declined: "https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined"
2010       decline: "Decline"
2011       you need to accept or decline: "Please read and then either accept or decline the new Contributor Terms to continue."
2012       legale_select: "Country of residence:"
2013       legale_names:
2014         france: "France"
2015         italy: "Italy"
2016         rest_of_world: "Rest of the world"
2017     no_such_user:
2018       title: "No such user"
2019       heading: "The user %{user} does not exist"
2020       body: "Sorry, there is no user with the name %{user}. Please check your spelling, or maybe the link you clicked is wrong."
2021       deleted: "deleted"
2022     show:
2023       my diary: My Diary
2024       new diary entry: new diary entry
2025       my edits: My Edits
2026       my traces: My Traces
2027       my notes: My Notes
2028       my messages: My Messages
2029       my profile: My Profile
2030       my settings: My Settings
2031       my comments: My Comments
2032       oauth settings: oauth settings
2033       blocks on me: Blocks on Me
2034       blocks by me: Blocks by Me
2035       send message: Send Message
2036       diary: Diary
2037       edits: Edits
2038       traces: Traces
2039       notes: Map Notes
2040       remove as friend: Unfriend
2041       add as friend: Add Friend
2042       mapper since: "Mapper since:"
2043       ago: "(%{time_in_words_ago} ago)"
2044       ct status: "Contributor terms:"
2045       ct undecided: Undecided
2046       ct declined: Declined
2047       ct accepted: Accepted %{ago} ago
2048       latest edit: "Latest edit %{ago}:"
2049       email address: "Email address:"
2050       created from: "Created from:"
2051       status: "Status:"
2052       spam score: "Spam Score:"
2053       description: Description
2054       user location: User location
2055       if set location: "Set your home location on the %{settings_link} page to see nearby users."
2056       settings_link_text: settings
2057       my friends: My friends
2058       no friends: You have not added any friends yet.
2059       km away: "%{count}km away"
2060       m away: "%{count}m away"
2061       nearby users: "Other nearby users"
2062       no nearby users: "There are no other users who admit to mapping nearby yet."
2063       role:
2064         administrator: "This user is an administrator"
2065         moderator: "This user is a moderator"
2066         grant:
2067           administrator: "Grant administrator access"
2068           moderator: "Grant moderator access"
2069         revoke:
2070           administrator: "Revoke administrator access"
2071           moderator: "Revoke moderator access"
2072       block_history: "Active Blocks"
2073       moderator_history: "Blocks Given"
2074       comments: "Comments"
2075       create_block: "Block this User"
2076       activate_user: "Activate this User"
2077       deactivate_user: "Deactivate this User"
2078       confirm_user: "Confirm this User"
2079       hide_user: "Hide this User"
2080       unhide_user: "Unhide this User"
2081       delete_user: "Delete this User"
2082       confirm: "Confirm"
2083       friends_changesets: "friends' changesets"
2084       friends_diaries: "friends' diary entries"
2085       nearby_changesets: "nearby user changesets"
2086       nearby_diaries: "nearby user diary entries"
2087       report: Report this User
2088     popup:
2089       your location: "Your location"
2090       nearby mapper: "Nearby mapper"
2091       friend: "Friend"
2092     account:
2093       title: "Edit account"
2094       my settings: My settings
2095       current email address: "Current Email Address:"
2096       new email address: "New Email Address:"
2097       email never displayed publicly: "(never displayed publicly)"
2098       external auth: "External Authentication:"
2099       openid:
2100         link: "https://wiki.openstreetmap.org/wiki/OpenID"
2101         link text: "what is this?"
2102       public editing:
2103         heading: "Public editing:"
2104         enabled: "Enabled. Not anonymous and can edit data."
2105         enabled link: "https://wiki.openstreetmap.org/wiki/Anonymous_edits"
2106         enabled link text: "what is this?"
2107         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
2108         disabled link text: "why can't I edit?"
2109       public editing note:
2110         heading: "Public editing"
2111         text: "Currently your edits are anonymous and people cannot send you messages or see your location. To show what you edited and allow people to contact you through the website, click the button below. <b>Since the 0.6 API changeover, only public users can edit map data</b>. (<a href=\"https://wiki.openstreetmap.org/wiki/Anonymous_edits\">find out why</a>).<ul><li>Your email address will not be revealed by becoming public.</li><li>This action cannot be reversed and all new users are now public by default.</li></ul>"
2112       contributor terms:
2113         heading: "Contributor Terms:"
2114         agreed: "You have agreed to the new Contributor Terms."
2115         not yet agreed: "You have not yet agreed to the new Contributor Terms."
2116         review link text: "Please follow this link at your convenience to review and accept the new Contributor Terms."
2117         agreed_with_pd: "You have also declared that you consider your edits to be in the Public Domain."
2118         link: "https://www.osmfoundation.org/wiki/License/Contributor_Terms"
2119         link text: "what is this?"
2120       profile description: "Profile Description:"
2121       preferred languages: "Preferred Languages:"
2122       preferred editor: "Preferred Editor:"
2123       image: "Image:"
2124       gravatar:
2125         gravatar: "Use Gravatar"
2126         link: "https://wiki.openstreetmap.org/wiki/Gravatar"
2127         link text: "what is this?"
2128         disabled: "Gravatar has been disabled."
2129         enabled: "Display of your Gravatar has been enabled."
2130       new image: "Add an image"
2131       keep image: "Keep the current image"
2132       delete image: "Remove the current image"
2133       replace image: "Replace the current image"
2134       image size hint: "(square images at least 100x100 work best)"
2135       home location: "Home Location:"
2136       no home location: "You have not entered your home location."
2137       latitude: "Latitude:"
2138       longitude: "Longitude:"
2139       update home location on click: "Update home location when I click on the map?"
2140       save changes button: Save Changes
2141       make edits public button: Make all my edits public
2142       return to profile: Return to profile
2143       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
2144       flash update success: "User information updated successfully."
2145     confirm:
2146       heading: Check your email!
2147       introduction_1: |
2148         We sent you a confirmation email.
2149       introduction_2: |
2150         Confirm your account by clicking on the link in the email and you'll be able to start mapping.
2151       press confirm button: "Press the confirm button below to activate your account."
2152       button: Confirm
2153       success: "Confirmed your account, thanks for signing up!"
2154       already active: "This account has already been confirmed."
2155       unknown token: "That confirmation code has expired or does not exist."
2156       reconfirm_html: "If you need us to resend the confirmation email, <a href=\"%{reconfirm}\">click here</a>."
2157     confirm_resend:
2158       success: "We've sent a new confirmation note to %{email} and as soon as you confirm your account you'll be able to get mapping.<br /><br />If you use an antispam system which sends confirmation requests then please make sure you whitelist %{sender} as we are unable to reply to any confirmation requests."
2159       failure: "User %{name} not found."
2160     confirm_email:
2161       heading: Confirm a change of email address
2162       press confirm button: "Press the confirm button below to confirm your new email address."
2163       button: Confirm
2164       success: "Confirmed your change of email address!"
2165       failure: "An email address has already been confirmed with this token."
2166       unknown_token: "That confirmation code has expired or does not exist."
2167     set_home:
2168       flash success: "Home location saved successfully"
2169     go_public:
2170       flash success: "All your edits are now public, and you are now allowed to edit."
2171     make_friend:
2172       heading: "Add %{user} as a friend?"
2173       button: "Add as friend"
2174       success: "%{name} is now your friend!"
2175       failed: "Sorry, failed to add %{name} as a friend."
2176       already_a_friend: "You are already friends with %{name}."
2177     remove_friend:
2178       heading: "Unfriend %{user}?"
2179       button: "Unfriend"
2180       success: "%{name} was removed from your friends."
2181       not_a_friend: "%{name} is not one of your friends."
2182     index:
2183       title: Users
2184       heading: Users
2185       showing:
2186         one: Page %{page} (%{first_item} of %{items})
2187         other: Page %{page} (%{first_item}-%{last_item} of %{items})
2188       summary: "%{name} created from %{ip_address} on %{date}"
2189       summary_no_ip: "%{name} created on %{date}"
2190       confirm: Confirm Selected Users
2191       hide: Hide Selected Users
2192       empty: No matching users found
2193     suspended:
2194       title: Account Suspended
2195       heading: Account Suspended
2196       webmaster: webmaster
2197       body: |
2198         <p>
2199           Sorry, your account has been automatically suspended due to
2200           suspicious activity.
2201         </p>
2202         <p>
2203           This decision will be reviewed by an administrator shortly, or
2204           you may contact the %{webmaster} if you wish to discuss this.
2205         </p>
2206     auth_failure:
2207       connection_failed: Connection to authentication provider failed
2208       invalid_credentials: Invalid authentication credentials
2209       no_authorization_code: No authorization code
2210       unknown_signature_algorithm: Unknown signature algorithm
2211       invalid_scope: Invalid scope
2212     auth_association:
2213       heading: Your ID is not associated with a OpenStreetMap account yet.
2214       option_1: |
2215         If you are new to OpenStreetMap, please create a new account
2216         using the form below.
2217       option_2: |
2218         If you already have an account, you can login to your account
2219         using your username and password and then associate the account
2220         with your ID in your user settings.
2221   user_role:
2222     filter:
2223       not_a_role: "The string `%{role}' is not a valid role."
2224       already_has_role: "The user already has role %{role}."
2225       doesnt_have_role: "The user does not have role %{role}."
2226       not_revoke_admin_current_user: "Cannot revoke administrator role from current user."
2227     grant:
2228       title: Confirm role granting
2229       heading: Confirm role granting
2230       are_you_sure: "Are you sure you want to grant the role `%{role}' to the user `%{name}'?"
2231       confirm: "Confirm"
2232       fail: "Could not grant role `%{role}' to user `%{name}'. Please check that the user and role are both valid."
2233     revoke:
2234       title: Confirm role revoking
2235       heading: Confirm role revoking
2236       are_you_sure: "Are you sure you want to revoke the role `%{role}' from the user `%{name}'?"
2237       confirm: "Confirm"
2238       fail: "Could not revoke role `%{role}' from user `%{name}'. Please check that the user and role are both valid."
2239   user_blocks:
2240     model:
2241       non_moderator_update: "Must be a moderator to create or update a block."
2242       non_moderator_revoke: "Must be a moderator to revoke a block."
2243     not_found:
2244       sorry: "Sorry, the user block with ID %{id} could not be found."
2245       back: "Back to index"
2246     new:
2247       title: "Creating block on %{name}"
2248       heading: "Creating block on %{name}"
2249       reason: "The reason why %{name} is being blocked. Please be as calm and as reasonable as possible, giving as much detail as you can about the situation, remembering that the message will be publicly visible. Bear in mind that not all users understand the community jargon, so please try to use laymans terms."
2250       period: "How long, starting now, the user will be blocked from the API for."
2251       submit: "Create block"
2252       tried_contacting: "I have contacted the user and asked them to stop."
2253       tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
2254       needs_view: "User needs to log in before this block will be cleared"
2255       back: "View all blocks"
2256     edit:
2257       title: "Editing block on %{name}"
2258       heading: "Editing block on %{name}"
2259       reason: "The reason why %{name} is being blocked. Please be as calm and as reasonable as possible, giving as much detail as you can about the situation. Bear in mind that not all users understand the community jargon, so please try to use laymans terms."
2260       period: "How long, starting now, the user will be blocked from the API for."
2261       submit: "Update block"
2262       show: "View this block"
2263       back: "View all blocks"
2264       needs_view: "Does the user need to log in before this block will be cleared?"
2265     filter:
2266       block_expired: "The block has already expired and cannot be edited."
2267       block_period: "The blocking period must be one of the values selectable in the drop-down list."
2268     create:
2269       try_contacting: "Please try contacting the user before blocking them and giving them a reasonable time to respond."
2270       try_waiting: "Please try giving the user a reasonable time to respond before blocking them."
2271       flash: "Created a block on user %{name}."
2272     update:
2273       only_creator_can_edit: "Only the moderator who created this block can edit it."
2274       success: "Block updated."
2275     index:
2276       title: "User blocks"
2277       heading: "List of user blocks"
2278       empty: "No blocks have been made yet."
2279     revoke:
2280       title: "Revoking block on %{block_on}"
2281       heading: "Revoking block on %{block_on} by %{block_by}"
2282       time_future: "This block will end in %{time}."
2283       past: "This block ended %{time} ago and cannot be revoked now."
2284       confirm: "Are you sure you wish to revoke this block?"
2285       revoke: "Revoke!"
2286       flash: "This block has been revoked."
2287     period:
2288       one: "1 hour"
2289       other: "%{count} hours"
2290     helper:
2291       time_future: "Ends in %{time}."
2292       until_login: "Active until the user logs in."
2293       time_future_and_until_login: "Ends in %{time} and after the user has logged in."
2294       time_past: "Ended %{time} ago."
2295     blocks_on:
2296       title: "Blocks on %{name}"
2297       heading: "List of blocks on %{name}"
2298       empty: "%{name} has not been blocked yet."
2299     blocks_by:
2300       title: "Blocks by %{name}"
2301       heading: "List of blocks by %{name}"
2302       empty: "%{name} has not made any blocks yet."
2303     show:
2304       title: "%{block_on} blocked by %{block_by}"
2305       heading: "%{block_on} blocked by %{block_by}"
2306       time_future: "Ends in %{time}"
2307       time_past: "Ended %{time} ago"
2308       created: "Created"
2309       ago: "%{time} ago"
2310       status: "Status"
2311       show: "Show"
2312       edit: "Edit"
2313       revoke: "Revoke!"
2314       confirm: "Are you sure?"
2315       reason: "Reason for block:"
2316       back: "View all blocks"
2317       revoker: "Revoker:"
2318       needs_view: "The user needs to log in before this block will be cleared."
2319     block:
2320       not_revoked: "(not revoked)"
2321       show: "Show"
2322       edit: "Edit"
2323       revoke: "Revoke!"
2324     blocks:
2325       display_name: "Blocked User"
2326       creator_name: "Creator"
2327       reason: "Reason for block"
2328       status: "Status"
2329       revoker_name: "Revoked by"
2330       showing_page: "Page %{page}"
2331       next: "Next »"
2332       previous: "« Previous"
2333   notes:
2334     comment:
2335       opened_at_html: "Created %{when} ago"
2336       opened_at_by_html: "Created %{when} ago by %{user}"
2337       commented_at_html: "Updated %{when} ago"
2338       commented_at_by_html: "Updated %{when} ago by %{user}"
2339       closed_at_html: "Resolved %{when} ago"
2340       closed_at_by_html: "Resolved %{when} ago by %{user}"
2341       reopened_at_html: "Reactivated %{when} ago"
2342       reopened_at_by_html: "Reactivated %{when} ago by %{user}"
2343     rss:
2344       title: "OpenStreetMap Notes"
2345       description_area: "A list of notes, reported, commented on or closed in your area [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]"
2346       description_item: "An rss feed for note %{id}"
2347       opened: "new note (near %{place})"
2348       commented: "new comment (near %{place})"
2349       closed: "closed note (near %{place})"
2350       reopened: "reactivated note (near %{place})"
2351     entry:
2352       comment: Comment
2353       full: Full note
2354     mine:
2355       title: "Notes submitted or commented on by %{user}"
2356       heading: "%{user}'s notes"
2357       subheading: "Notes submitted or commented on by %{user}"
2358       id: "Id"
2359       creator: "Creator"
2360       description: "Description"
2361       created_at: "Created at"
2362       last_changed: "Last changed"
2363       ago_html: "%{when} ago"
2364   javascripts:
2365     close: Close
2366     share:
2367       title: "Share"
2368       cancel: "Cancel"
2369       image: "Image"
2370       link: "Link or HTML"
2371       long_link: "Link"
2372       short_link: "Short Link"
2373       geo_uri: "Geo URI"
2374       embed: "HTML"
2375       custom_dimensions: "Set custom dimensions"
2376       format: "Format:"
2377       scale: "Scale:"
2378       image_size: "Image will show standard layer at "
2379       download: "Download"
2380       short_url: "Short URL"
2381       include_marker: "Include marker"
2382       center_marker: "Center map on marker"
2383       paste_html: "Paste HTML to embed in website"
2384       view_larger_map: "View Larger Map"
2385       only_standard_layer: "Only the standard layer can be exported as an image"
2386     embed:
2387       report_problem: "Report a problem"
2388     key:
2389       title: "Map Key"
2390       tooltip: "Map Key"
2391       tooltip_disabled: "Map Key not available for this layer"
2392     map:
2393       zoom:
2394         in: Zoom In
2395         out: Zoom Out
2396       locate:
2397         title: Show My Location
2398         popup: You are within {distance} {unit} of this point
2399       base:
2400         standard: Standard
2401         cycle_map: Cycle Map
2402         transport_map: Transport Map
2403         hot: Humanitarian
2404       layers:
2405         header: Map Layers
2406         notes: Map Notes
2407         data: Map Data
2408         gps: Public GPS Traces
2409         overlays: Enable overlays for troubleshooting the map
2410         title: "Layers"
2411       copyright: "© <a href='%{copyright_url}'>OpenStreetMap contributors</a>"
2412       donate_link_text: "<a class='donate-attr' href='%{donate_url}'>Make a Donation</a>"
2413     site:
2414       edit_tooltip: Edit the map
2415       edit_disabled_tooltip: Zoom in to edit the map
2416       createnote_tooltip: Add a note to the map
2417       createnote_disabled_tooltip: Zoom in to add a note to the map
2418       map_notes_zoom_in_tooltip: Zoom in to see map notes
2419       map_data_zoom_in_tooltip: Zoom in to see map data
2420       queryfeature_tooltip: Query features
2421       queryfeature_disabled_tooltip: Zoom in to query features
2422     changesets:
2423       show:
2424         comment: "Comment"
2425         subscribe: "Subscribe"
2426         unsubscribe: "Unsubscribe"
2427         hide_comment: "hide"
2428         unhide_comment: "unhide"
2429     notes:
2430       new:
2431         intro: "Spotted a mistake or something missing? Let other mappers know so we can fix it. Move the marker to the correct position and type a note to explain the problem."
2432         advice: "Your note is public and may be used to update the map, so don't enter personal information, or information from copyrighted maps or directory listings."
2433         add: Add Note
2434       show:
2435         anonymous_warning: This note includes comments from anonymous users which should be independently verified.
2436         hide: Hide
2437         resolve: Resolve
2438         reactivate: Reactivate
2439         comment_and_resolve: Comment & Resolve
2440         comment: Comment
2441     edit_help: Move the map and zoom in on a location you want to edit, then click here.
2442     directions:
2443       ascend: "Ascend"
2444       engines:
2445         fossgis_osrm_bike: "Bicycle (OSRM)"
2446         fossgis_osrm_car: "Car (OSRM)"
2447         fossgis_osrm_foot: "Foot (OSRM)"
2448         graphhopper_bicycle: "Bicycle (GraphHopper)"
2449         graphhopper_car: "Car (GraphHopper)"
2450         graphhopper_foot: "Foot (GraphHopper)"
2451       descend: "Descend"
2452       directions: "Directions"
2453       distance: "Distance"
2454       errors:
2455         no_route: "Couldn't find a route between those two places."
2456         no_place: "Sorry - couldn't locate '%{place}'."
2457       instructions:
2458         continue_without_exit: Continue on %{name}
2459         slight_right_without_exit: Slight right onto %{name}
2460         offramp_right: Take the ramp on the right
2461         offramp_right_with_exit: Take exit %{exit} on the right
2462         offramp_right_with_exit_name: Take exit %{exit} on the right onto %{name}
2463         offramp_right_with_exit_directions: Take exit %{exit} on the right towards %{directions}
2464         offramp_right_with_exit_name_directions: Take exit %{exit} on the right onto %{name}, towards %{directions}
2465         offramp_right_with_name: Take the ramp on the right onto %{name}
2466         offramp_right_with_directions: Take the ramp on the right towards %{directions}
2467         offramp_right_with_name_directions: Take the ramp on the right onto %{name}, towards %{directions}
2468         onramp_right_without_exit: Turn right on the ramp onto %{name}
2469         onramp_right_with_directions: Turn right onto the ramp towards %{directions}
2470         onramp_right_with_name_directions: Turn right on the ramp onto %{name}, towards %{directions}
2471         onramp_right_without_directions: Turn right onto the ramp
2472         onramp_right: Turn right onto the ramp
2473         endofroad_right_without_exit: At the end of the road turn right onto %{name}
2474         merge_right_without_exit: Merge right onto %{name}
2475         fork_right_without_exit: At the fork turn right onto %{name}
2476         turn_right_without_exit: Turn right onto %{name}
2477         sharp_right_without_exit: Sharp right onto %{name}
2478         uturn_without_exit: U-turn along %{name}
2479         sharp_left_without_exit: Sharp left onto %{name}
2480         turn_left_without_exit: Turn left onto %{name}
2481         offramp_left: Take the ramp on the left
2482         offramp_left_with_exit: Take exit %{exit} on the left
2483         offramp_left_with_exit_name: Take exit %{exit} on the left onto %{name}
2484         offramp_left_with_exit_directions: Take exit %{exit} on the left towards %{directions}
2485         offramp_left_with_exit_name_directions: Take exit %{exit} on the left onto %{name}, towards %{directions}
2486         offramp_left_with_name: Take the ramp on the left onto %{name}
2487         offramp_left_with_directions: Take the ramp on the left towards %{directions}
2488         offramp_left_with_name_directions: Take the ramp on the left onto %{name}, towards %{directions}
2489         onramp_left_without_exit: Turn left on the ramp onto %{name}
2490         onramp_left_with_directions: Turn left onto the ramp towards %{directions}
2491         onramp_left_with_name_directions: Turn left on the ramp onto %{name}, towards %{directions}
2492         onramp_left_without_directions: Turn left onto the ramp
2493         onramp_left: Turn left onto the ramp
2494         endofroad_left_without_exit: At the end of the road turn left onto %{name}
2495         merge_left_without_exit: Merge left onto %{name}
2496         fork_left_without_exit: At the fork turn left onto %{name}
2497         slight_left_without_exit: Slight left onto %{name}
2498         via_point_without_exit: (via point)
2499         follow_without_exit: Follow %{name}
2500         roundabout_without_exit: At roundabout take exit onto %{name}
2501         leave_roundabout_without_exit: Leave roundabout - %{name}
2502         stay_roundabout_without_exit: Stay on roundabout - %{name}
2503         start_without_exit: Start on %{name}
2504         destination_without_exit: Reach destination
2505         against_oneway_without_exit: Go against one-way on %{name}
2506         end_oneway_without_exit: End of one-way on %{name}
2507         roundabout_with_exit: At roundabout take exit %{exit} onto %{name}
2508         roundabout_with_exit_ordinal: At roundabout take %{exit} exit onto %{name}
2509         exit_roundabout: Exit roundabout onto %{name}
2510         unnamed: "unnamed road"
2511         courtesy: "Directions courtesy of %{link}"
2512         exit_counts:
2513           first: "1st"
2514           second: "2nd"
2515           third: "3rd"
2516           fourth: "4th"
2517           fifth: "5th"
2518           sixth: "6th"
2519           seventh: "7th"
2520           eighth: "8th"
2521           ninth: "9th"
2522           tenth: "10th"
2523       time: "Time"
2524     query:
2525       node: Node
2526       way: Way
2527       relation: Relation
2528       nothing_found: No features found
2529       error: "Error contacting %{server}: %{error}"
2530       timeout: "Timeout contacting %{server}"
2531     context:
2532       directions_from: Directions from here
2533       directions_to: Directions to here
2534       add_note: Add a note here
2535       show_address: Show address
2536       query_features: Query features
2537       centre_map: Centre map here
2538   redactions:
2539     edit:
2540       description: "Description"
2541       heading: "Edit redaction"
2542       submit: "Save redaction"
2543       title: "Edit redaction"
2544     index:
2545       empty: "No redactions to show."
2546       heading: "List of redactions"
2547       title: "List of redactions"
2548     new:
2549       description: "Description"
2550       heading: "Enter information for new redaction"
2551       submit: "Create redaction"
2552       title: "Creating new redaction"
2553     show:
2554       description: "Description:"
2555       heading: "Showing redaction \"%{title}\""
2556       title: "Showing redaction"
2557       user: "Creator:"
2558       edit: "Edit this redaction"
2559       destroy: "Remove this redaction"
2560       confirm: "Are you sure?"
2561     create:
2562       flash: "Redaction created."
2563     update:
2564       flash: "Changes saved."
2565     destroy:
2566       not_empty: "Redaction is not empty. Please un-redact all versions belonging to this redaction before destroying it."
2567       flash: "Redaction destroyed."
2568       error: "There was an error destroying this redaction."
2569   validations:
2570     leading_whitespace: "has leading whitespace"
2571     trailing_whitespace: "has trailing whitespace"
2572     invalid_characters: "contains invalid characters"
2573     url_characters: "contains special URL characters (%{characters})"