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