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