]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
Fully internationalise the issues and reports interfaces.
[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   reports:
979     new:
980       title_html: "Report %{link}"
981     categories:
982       DiaryEntry:
983         spam: This Diary Entry is/contains spam
984         offensive: This Diary Entry is obscene/offensive
985         threat: This Diary Entry contains a threat
986         other: Other
987       DiaryComment:
988         spam: This Diary Comment is/contains spam
989         offensive: This Diary Comment is obscene/offensive
990         threat: This Diary Comment contains a threat
991         other: Other
992       User:
993         spam: This User profile is/contains spam
994         offensive: This User profile is obscene/offensive
995         threat: This User profile contains a threat
996         vandal: This User is a vandal
997         other: Other
998       Changeset:
999         undiscussed_import: This changeset is an undiscussed import
1000         mechanical_edit: This changeset is a mechanical edit
1001         edit_error: This changeset contains a newbie or an editor error
1002         spam: This changeset is/contains spam
1003         vandalism: This changeset is/contains vandalism
1004         other: Other
1005       Note:
1006         spam: This note is spam
1007         vandalism: This note is vandalism
1008         personal: This note contains personal data
1009         abusive: This note is abusive
1010         other: Other
1011   layouts:
1012     project_name:
1013       # in <title>
1014       title: OpenStreetMap
1015       # in <h1>
1016       h1: OpenStreetMap
1017     logo:
1018       alt_text: OpenStreetMap logo
1019     home: Go to Home Location
1020     logout: Log Out
1021     log_in: Log In
1022     log_in_tooltip: Log in with an existing account
1023     sign_up: Sign Up
1024     start_mapping: Start Mapping
1025     sign_up_tooltip: Create an account for editing
1026     edit: Edit
1027     history: History
1028     export: Export
1029     issues: Issues
1030     data: Data
1031     export_data: Export Data
1032     gps_traces: GPS Traces
1033     gps_traces_tooltip: Manage GPS traces
1034     user_diaries: User Diaries
1035     user_diaries_tooltip: View user diaries
1036     edit_with: Edit with %{editor}
1037     tag_line: The Free Wiki World Map
1038     intro_header: Welcome to OpenStreetMap!
1039     intro_text: OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
1040     intro_2_create_account: "Create a user account"
1041     partners_html: "Hosting is supported by %{ucl}, %{bytemark}, %{ic}, and other %{partners}."
1042     partners_ucl: "UCL"
1043     partners_ic: "Imperial College London"
1044     partners_bytemark: "Bytemark Hosting"
1045     partners_partners: "partners"
1046     osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
1047     osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
1048     donate: "Support OpenStreetMap by %{link} to the Hardware Upgrade Fund."
1049     help: Help
1050     about: About
1051     copyright: Copyright
1052     community: Community
1053     community_blogs: "Community Blogs"
1054     community_blogs_title: "Blogs from members of the OpenStreetMap community"
1055     foundation: Foundation
1056     foundation_title: The OpenStreetMap Foundation
1057     make_a_donation:
1058       title: Support OpenStreetMap with a monetary donation
1059       text: Make a Donation
1060     learn_more: "Learn More"
1061     more: More
1062   license_page:
1063     foreign:
1064       title: About this translation
1065       text: In the event of a conflict between this translated page and %{english_original_link}, the English page shall take precedence
1066       english_link: the English original
1067     native:
1068       title: About this page
1069       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}.
1070       native_link: THIS_LANGUAGE_NAME_HERE version
1071       mapping_link: start mapping
1072     legal_babble:
1073       title_html: Copyright and License
1074       intro_1_html: |
1075         OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> is <i>open data</i>, licensed under the <a
1076         href="https://opendatacommons.org/licenses/odbl/">Open Data
1077         Commons Open Database License</a> (ODbL) by the  <a
1078         href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF).
1079       intro_2_html: |
1080         You are free to copy, distribute, transmit and adapt our data,
1081         as long as you credit OpenStreetMap and its
1082         contributors. If you alter or build upon our data, you
1083         may distribute the result only under the same licence. The
1084         full <a href="https://opendatacommons.org/licenses/odbl/1.0/">legal
1085         code</a> explains your rights and responsibilities.
1086       intro_3_html: |
1087         The cartography in our map tiles, and our documentation, are
1088         licensed under the <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
1089         Commons Attribution-ShareAlike 2.0</a> license (CC BY-SA).
1090       credit_title_html: How to credit OpenStreetMap
1091       credit_1_html: |
1092         We require that you use the credit &ldquo;&copy; OpenStreetMap
1093         contributors&rdquo;.
1094       credit_2_html: |
1095         You must also make it clear that the data is available under the Open
1096         Database License, and if using our map tiles, that the cartography is
1097         licensed as CC BY-SA. You may do this by linking to
1098         <a href="https://www.openstreetmap.org/copyright">this copyright page</a>.
1099         Alternatively, and as a requirement if you are distributing OSM in a
1100         data form, you can name and link directly to the license(s). In media
1101         where links are not possible (e.g. printed works), we suggest you
1102         direct your readers to openstreetmap.org (perhaps by expanding
1103         'OpenStreetMap' to this full address), to opendatacommons.org, and
1104         if relevant, to creativecommons.org.
1105       credit_3_html: |
1106         For a browsable electronic map, the credit should appear in the corner of the map.
1107         For example:
1108       attribution_example:
1109         alt: Example of how to attribute OpenStreetMap on a webpage
1110         title: Attribution example
1111       more_title_html: Finding out more
1112       more_1_html: |
1113         Read more about using our data, and how to credit us, at the <a
1114         href="https://osmfoundation.org/Licence">OSMF Licence page</a>.
1115       more_2_html: |
1116         Although OpenStreetMap is open data, we cannot provide a
1117         free-of-charge map API for third-parties.
1118         See our <a href="https://operations.osmfoundation.org/policies/api/">API Usage Policy</a>,
1119         <a href="https://operations.osmfoundation.org/policies/tiles/">Tile Usage Policy</a>
1120         and <a href="https://operations.osmfoundation.org/policies/nominatim/">Nominatim Usage Policy</a>.
1121       contributors_title_html: Our contributors
1122       contributors_intro_html: |
1123         Our contributors are thousands of individuals. We also include
1124         openly-licensed data from national mapping agencies
1125         and other sources, among them:
1126       contributors_at_html: |
1127         <strong>Austria</strong>: Contains data from
1128         <a href="https://data.wien.gv.at/">Stadt Wien</a> (under
1129         <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
1130         <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> and
1131         Land Tirol (under <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT with amendments</a>).
1132       contributors_ca_html: |
1133         <strong>Canada</strong>: Contains data from
1134         GeoBase&reg;, GeoGratis (&copy; Department of Natural
1135         Resources Canada), CanVec (&copy; Department of Natural
1136         Resources Canada), and StatCan (Geography Division,
1137         Statistics Canada).
1138       contributors_fi_html: |
1139         <strong>Finland</strong>: Contains data from the
1140         National Land Survey of Finland's Topographic Database
1141         and other datasets, under the
1142         <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">NLSFI License</a>.
1143       contributors_fr_html: |
1144         <strong>France</strong>: Contains data sourced from
1145         Direction Générale des Impôts.
1146       contributors_nl_html: |
1147         <strong>Netherlands</strong>: Contains &copy; AND data, 2007
1148         (<a href="https://www.and.com">www.and.com</a>)
1149       contributors_nz_html: |
1150         <strong>New Zealand</strong>: Contains data sourced from
1151         Land Information New Zealand. Crown Copyright reserved.
1152       contributors_si_html: |
1153         <strong>Slovenia</strong>: Contains data from the
1154         <a href="http://www.gu.gov.si/en/">Surveying and Mapping Authority</a> and
1155         <a href="http://www.mkgp.gov.si/en/">Ministry of Agriculture, Forestry and Food</a>
1156         (public information of Slovenia).
1157       contributors_za_html: |
1158         <strong>South Africa</strong>: Contains data sourced from
1159         <a href="http://www.ngi.gov.za/">Chief Directorate:
1160         National Geo-Spatial Information</a>, State copyright reserved.
1161       contributors_gb_html: |
1162         <strong>United Kingdom</strong>: Contains Ordnance
1163         Survey data &copy; Crown copyright and database right
1164         2010-12.
1165       contributors_footer_1_html: |
1166         For further details of these, and other sources that have been used
1167         to help improve OpenStreetMap, please see the <a
1168         href="https://wiki.openstreetmap.org/wiki/Contributors">Contributors
1169         page</a> on the OpenStreetMap Wiki.
1170       contributors_footer_2_html: |
1171         Inclusion of data in OpenStreetMap does not imply that the original
1172         data provider endorses OpenStreetMap, provides any warranty, or
1173         accepts any liability.
1174       infringement_title_html: Copyright infringement
1175       infringement_1_html: |
1176         OSM contributors are reminded never to add data from any
1177         copyrighted sources (e.g. Google Maps or printed maps) without
1178         explicit permission from the copyright holders.
1179       infringement_2_html: |
1180         If you believe that copyrighted material has been inappropriately
1181         added to the OpenStreetMap database or this site, please refer
1182         to our <a href="https://www.osmfoundation.org/wiki/License/Takedown_procedure">takedown
1183         procedure</a> or file directly at our
1184         <a href="http://dmca.openstreetmap.org/">on-line filing page</a>.
1185       trademarks_title_html: <span id="trademarks"></span>Trademarks
1186       trademarks_1_html: |
1187         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>.
1188   welcome_page:
1189     title: Welcome!
1190     introduction_html: |
1191       Welcome to OpenStreetMap, the free and editable map of the world. Now that you're signed
1192       up, you're all set to get started mapping. Here's a quick guide with the most important
1193       things you need to know.
1194     whats_on_the_map:
1195       title: What's on the Map
1196       on_html: |
1197         OpenStreetMap is a place for mapping things that are both <em>real and current</em> -
1198         it includes millions of buildings, roads, and other details about places. You can map
1199         whatever real-world features are interesting to you.
1200       off_html: |
1201         What it <em>doesn't</em> include is opinionated data like ratings, historical or
1202         hypothetical features, and data from copyrighted sources. Unless you have special
1203         permission, don't copy from online or paper maps.
1204     basic_terms:
1205       title: Basic Terms For Mapping
1206       paragraph_1_html: |
1207         OpenStreetMap has some of its own lingo. Here are a few key words that'll come in handy.
1208       editor_html: |
1209         An <strong>editor</strong> is a program or website you can use to edit the map.
1210       node_html: |
1211         A <strong>node</strong> is a point on the map, like a single restaurant or a tree.
1212       way_html: |
1213         A <strong>way</strong> is a line or area, like a road, stream, lake or building.
1214       tag_html: |
1215         A <strong>tag</strong> is a bit of data about a node or way, like a
1216         restaurant's name or a road's speed limit.
1217     rules:
1218       title: Rules!
1219       paragraph_1_html: |
1220         OpenStreetMap has few formal rules but we expect all participants to collaborate
1221         with, and communicate with, the community. If you are considering
1222         any activities other than editing by hand, please read and follow the guidelines on
1223         <a href='https://wiki.openstreetmap.org/wiki/Import/Guidelines'>Imports</a> and
1224         <a href='https://wiki.openstreetmap.org/wiki/Automated_Edits_code_of_conduct'>Automated Edits</a>.
1225     questions:
1226       title: Any questions?
1227       paragraph_1_html: |
1228         OpenStreetMap has several resources for learning about the project, asking and answering
1229         questions, and collaboratively discussing and documenting mapping topics.
1230         <a href='%{help_url}'>Get help here</a>.
1231     start_mapping: Start Mapping
1232     add_a_note:
1233       title: No Time To Edit? Add a Note!
1234       paragraph_1_html: |
1235         If you just want something small fixed and don't have the time to sign up and learn how to edit, it's
1236         easy to add a note.
1237       paragraph_2_html: |
1238         Just go to <a href='%{map_url}'>the map</a> and click the note icon:
1239         <span class='icon note'></span>. This will add a marker to the map, which you can move
1240         by dragging. Add your message, then click save, and other mappers will investigate.
1241   fixthemap:
1242     title: Report a problem / Fix the map
1243     how_to_help:
1244       title: How to Help
1245       join_the_community:
1246         title: Join the community
1247         explanation_html: |
1248           If you have noticed a problem with our map data, for example a road is missing or your address, the best way to
1249           proceed is to join the OpenStreetMap community and add or repair the data yourself.
1250       add_a_note:
1251         instructions_html: |
1252           Just click <a class='icon note'></a> or the same icon on the map display.
1253           This will add a marker to the map, which you can move
1254           by dragging. Add your message, then click save, and other mappers will investigate.
1255     other_concerns:
1256       title: Other concerns
1257       explanation_html: |
1258         If you have concerns about how our data is being used or about the contents please consult our
1259         <a href='/copyright'>copyright page</a> for more legal information, or contact the appropriate
1260         <a href='https://wiki.osmfoundation.org/wiki/Working_Groups'>OSMF working group</a>.
1261   help_page:
1262     title: Getting Help
1263     introduction: |
1264       OpenStreetMap has several resources for learning about the project, asking and answering questions,
1265       and collaboratively discussing and documenting mapping topics.
1266     welcome:
1267       url: /welcome
1268       title: Welcome to OSM
1269       description: Start with this quick guide covering the OpenStreetMap basics.
1270     beginners_guide:
1271       url: https://wiki.openstreetmap.org/wiki/Beginners%27_guide
1272       title: Beginners' Guide
1273       description: Community maintained guide for beginners.
1274     help:
1275       url: https://help.openstreetmap.org/
1276       title: help.openstreetmap.org
1277       description: Ask a question or look up answers on OSM's question-and-answer site.
1278     mailing_lists:
1279       url: https://lists.openstreetmap.org/
1280       title: Mailing Lists
1281       description: Ask a question or discuss interesting matters on a wide range of topical or regional mailing lists.
1282     forums:
1283       url: https://forum.openstreetmap.org/
1284       title: Forums
1285       description: Questions and discussions for those that prefer a bulletin board style interface.
1286     irc:
1287       url: https://irc.openstreetmap.org/
1288       title: IRC
1289       description: Interactive chat in many different languages and on many topics.
1290     switch2osm:
1291       url: https://switch2osm.org/
1292       title: switch2osm
1293       description: Help for companies and organisations switching to OpenStreetMap based maps and other services.
1294     wiki:
1295       url: https://wiki.openstreetmap.org/
1296       title: wiki.openstreetmap.org
1297       description: Browse the wiki for in-depth OSM documentation.
1298   about_page:
1299     next: Next
1300     copyright_html: <span>&copy;</span>OpenStreetMap<br>contributors
1301     used_by: "%{name} powers map data on thousands of web sites, mobile apps, and hardware devices"
1302     lede_text: |
1303       OpenStreetMap is built by a community of mappers that contribute and maintain data
1304       about roads, trails, cafés, railway stations, and much more, all over the world.
1305     local_knowledge_title: Local Knowledge
1306     local_knowledge_html: |
1307       OpenStreetMap emphasizes local knowledge. Contributors use
1308       aerial imagery, GPS devices, and low-tech field maps to verify that OSM
1309       is accurate and up to date.
1310     community_driven_title: Community Driven
1311     community_driven_html: |
1312       OpenStreetMap's community is diverse, passionate, and growing every day.
1313       Our contributors include enthusiast mappers, GIS professionals, engineers
1314       running the OSM servers, humanitarians mapping disaster-affected areas,
1315       and many more.
1316       To learn more about the community, see the
1317       <a href='https://blog.openstreetmap.org'>OpenStreetMap Blog</a>,
1318       <a href='%{diary_path}'>user diaries</a>,
1319       <a href='https://blogs.openstreetmap.org/'>community blogs</a>, and
1320       the <a href='https://www.osmfoundation.org/'>OSM Foundation</a> website.
1321     open_data_title: Open Data
1322     open_data_html: |
1323       OpenStreetMap is <i>open data</i>: you are free to use it for any purpose
1324       as long as you credit OpenStreetMap and its contributors. If you alter or
1325       build upon the data in certain ways, you may distribute the result only
1326       under the same licence. See the <a href='%{copyright_path}'>Copyright and
1327       License page</a> for details.
1328     legal_title: Legal
1329     legal_html: |
1330       This site and many other related services are formally operated by the
1331       <a href='https://osmfoundation.org/'>OpenStreetMap Foundation</a> (OSMF)
1332       on behalf of the community. Use of all OSMF operated services is subject
1333       to our <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">
1334       Acceptable Use Policies</a> and our <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Privacy Policy</a>
1335       <br>
1336       Please <a href='https://osmfoundation.org/Contact'>contact the OSMF</a>
1337       if you have licensing, copyright or other legal questions and issues.
1338     partners_title: Partners
1339   notifier:
1340     diary_comment_notification:
1341       subject: "[OpenStreetMap] %{user} commented on a diary entry"
1342       hi: "Hi %{to_user},"
1343       header: "%{from_user} has commented on the OpenStreetMap diary entry with the subject %{subject}:"
1344       footer: "You can also read the comment at %{readurl} and you can comment at %{commenturl} or reply at %{replyurl}"
1345     message_notification:
1346       subject_header: "[OpenStreetMap] %{subject}"
1347       hi: "Hi %{to_user},"
1348       header: "%{from_user} has sent you a message through OpenStreetMap with the subject %{subject}:"
1349       footer_html: "You can also read the message at %{readurl} and you can reply at %{replyurl}"
1350     friend_notification:
1351       hi: "Hi %{to_user},"
1352       subject: "[OpenStreetMap] %{user} added you as a friend"
1353       had_added_you: "%{user} has added you as a friend on OpenStreetMap."
1354       see_their_profile: "You can see their profile at %{userurl}."
1355       befriend_them: "You can also add them as a friend at %{befriendurl}."
1356     gpx_notification:
1357       greeting: "Hi,"
1358       your_gpx_file: "It looks like your GPX file"
1359       with_description: "with the description"
1360       and_the_tags: "and the following tags:"
1361       and_no_tags: "and no tags."
1362       failure:
1363         subject: "[OpenStreetMap] GPX Import failure"
1364         failed_to_import: "failed to import. Here is the error:"
1365         more_info_1: "More information about GPX import failures and how to avoid"
1366         more_info_2: "them can be found at:"
1367         import_failures_url: "https://wiki.openstreetmap.org/wiki/GPX_Import_Failures"
1368       success:
1369         subject: "[OpenStreetMap] GPX Import success"
1370         loaded_successfully: loaded successfully with %{trace_points} out of a possible %{possible_points} points.
1371     signup_confirm:
1372       subject: "[OpenStreetMap] Welcome to OpenStreetMap"
1373       greeting: "Hi there!"
1374       created: "Someone (hopefully you) just created an account at %{site_url}."
1375       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:"
1376       welcome: "After you confirm your account, we'll provide you with some additional information to get you started."
1377     email_confirm:
1378       subject: "[OpenStreetMap] Confirm your email address"
1379     email_confirm_plain:
1380       greeting: "Hi,"
1381       hopefully_you: "Someone (hopefully you) would like to change their email address over at %{server_url} to %{new_address}."
1382       click_the_link: "If this is you, please click the link below to confirm the change."
1383     email_confirm_html:
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     lost_password:
1388       subject: "[OpenStreetMap] Password reset request"
1389     lost_password_plain:
1390       greeting: "Hi,"
1391       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1392       click_the_link: "If this is you, please click the link below to reset your password."
1393     lost_password_html:
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     note_comment_notification:
1398       anonymous: An anonymous user
1399       greeting: "Hi,"
1400       commented:
1401         subject_own: "[OpenStreetMap] %{commenter} has commented on one of your notes"
1402         subject_other: "[OpenStreetMap] %{commenter} has commented on a note you are interested in"
1403         your_note: "%{commenter} has left a comment on one of your map notes near %{place}."
1404         commented_note: "%{commenter} has left a comment on a map note you have commented on. The note is near %{place}."
1405       closed:
1406         subject_own: "[OpenStreetMap] %{commenter} has resolved one of your notes"
1407         subject_other: "[OpenStreetMap] %{commenter} has resolved a note you are interested in"
1408         your_note: "%{commenter} has resolved one of your map notes near %{place}."
1409         commented_note: "%{commenter} has resolved a map note you have commented on. The note is near %{place}."
1410       reopened:
1411         subject_own: "[OpenStreetMap] %{commenter} has reactivated one of your notes"
1412         subject_other: "[OpenStreetMap] %{commenter} has reactivated a note you are interested in"
1413         your_note: "%{commenter} has reactivated one of your map notes near %{place}."
1414         commented_note: "%{commenter} has reactivated a map note you have commented on. The note is near %{place}."
1415       details: "More details about the note can be found at %{url}."
1416     changeset_comment_notification:
1417       hi: "Hi %{to_user},"
1418       greeting: "Hi,"
1419       commented:
1420         subject_own: "[OpenStreetMap] %{commenter} has commented on one of your changesets"
1421         subject_other: "[OpenStreetMap] %{commenter} has commented on a changeset you are interested in"
1422         your_changeset: "%{commenter} has left a comment on one of your changesets created at %{time}"
1423         commented_changeset: "%{commenter} has left a comment on a map changeset you are watching created by %{changeset_author} at %{time}"
1424         partial_changeset_with_comment: "with comment '%{changeset_comment}'"
1425         partial_changeset_without_comment: "without comment"
1426       details: "More details about the changeset can be found at %{url}."
1427       unsubscribe: 'To unsubscribe from updates to this changeset, visit %{url} and click "Unsubscribe".'
1428   message:
1429     inbox:
1430       title: "Inbox"
1431       my_inbox: "My Inbox"
1432       outbox: "outbox"
1433       messages: "You have %{new_messages} and %{old_messages}"
1434       new_messages:
1435         one: "%{count} new message"
1436         other: "%{count} new messages"
1437       old_messages:
1438         one: "%{count} old message"
1439         other: "%{count} old messages"
1440       from: "From"
1441       subject: "Subject"
1442       date: "Date"
1443       no_messages_yet: "You have no messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1444       people_mapping_nearby: "people mapping nearby"
1445     message_summary:
1446       unread_button: "Mark as unread"
1447       read_button: "Mark as read"
1448       reply_button: "Reply"
1449       delete_button: "Delete"
1450     new:
1451       title: "Send message"
1452       send_message_to: "Send a new message to %{name}"
1453       subject: "Subject"
1454       body: "Body"
1455       send_button: "Send"
1456       back_to_inbox: "Back to inbox"
1457       message_sent: "Message sent"
1458       limit_exceeded: "You have sent a lot of messages recently. Please wait a while before trying to send any more."
1459     no_such_message:
1460       title: "No such message"
1461       heading: "No such message"
1462       body: "Sorry there is no message with that id."
1463     outbox:
1464       title: "Outbox"
1465       my_inbox: "My %{inbox_link}"
1466       inbox: "inbox"
1467       outbox: "outbox"
1468       messages:
1469         one: "You have %{count} sent message"
1470         other: "You have %{count} sent messages"
1471       to: "To"
1472       subject: "Subject"
1473       date: "Date"
1474       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1475       people_mapping_nearby: "people mapping nearby"
1476     reply:
1477       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."
1478     read:
1479       title: "Read message"
1480       from: "From"
1481       subject: "Subject"
1482       date: "Date"
1483       reply_button: "Reply"
1484       unread_button: "Mark as unread"
1485       delete_button: "Delete"
1486       back: "Back"
1487       to: "To"
1488       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."
1489     sent_message_summary:
1490       delete_button: "Delete"
1491     mark:
1492       as_read: "Message marked as read"
1493       as_unread: "Message marked as unread"
1494     delete:
1495       deleted: "Message deleted"
1496   site:
1497     index:
1498       js_1: "You are either using a browser that does not support JavaScript, or you have disabled JavaScript."
1499       js_2: "OpenStreetMap uses JavaScript for its slippy map."
1500       permalink: Permalink
1501       shortlink: Shortlink
1502       createnote: Add a note
1503       license:
1504         copyright: "Copyright OpenStreetMap and contributors, under an open license"
1505         license_url: "https://openstreetmap.org/copyright"
1506         project_url: "https://openstreetmap.org"
1507       remote_failed: "Editing failed - make sure JOSM or Merkaartor is loaded and the remote control option is enabled"
1508     edit:
1509       not_public: "You have not set your edits to be public."
1510       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}."
1511       user_page_link: user page
1512       anon_edits: "(%{link})"
1513       anon_edits_link: "https://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
1514       anon_edits_link_text: "Find out why this is the case."
1515       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.'
1516       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.)"
1517       potlatch2_not_configured: "Potlatch 2 has not been configured - please see https://wiki.openstreetmap.org/wiki/The_Rails_Port#Potlatch_2 for more information"
1518       potlatch2_unsaved_changes: "You have unsaved changes. (To save in Potlatch 2, you should click save.)"
1519       id_not_configured: "iD has not been configured"
1520       no_iframe_support: "Your browser doesn't support HTML iframes, which are necessary for this feature."
1521     sidebar:
1522       search_results: Search Results
1523       close: Close
1524     search:
1525       search: Search
1526       get_directions: "Get directions"
1527       get_directions_title: "Find directions between two points"
1528       from: "From"
1529       to: "To"
1530       where_am_i: "Where is this?"
1531       where_am_i_title: Describe the current location using the search engine
1532       submit_text: "Go"
1533     key:
1534       table:
1535         entry:
1536           motorway: "Motorway"
1537           main_road: "Main road"
1538           trunk: "Trunk road"
1539           primary: "Primary road"
1540           secondary: "Secondary road"
1541           unclassified: "Unclassified road"
1542           track: "Track"
1543           bridleway: "Bridleway"
1544           cycleway: "Cycleway"
1545           cycleway_national: "National cycleway"
1546           cycleway_regional: "Regional cycleway"
1547           cycleway_local: "Local cycleway"
1548           footway: "Footway"
1549           rail: "Railway"
1550           subway: "Subway"
1551           tram:
1552             - Light rail
1553             - tram
1554           cable:
1555             - Cable car
1556             - chair lift
1557           runway:
1558             - Airport Runway
1559             - taxiway
1560           apron:
1561             - Airport apron
1562             - terminal
1563           admin: "Administrative boundary"
1564           forest: "Forest"
1565           wood: "Wood"
1566           golf: "Golf course"
1567           park: "Park"
1568           resident: "Residential area"
1569           common:
1570             - Common
1571             - meadow
1572           retail: "Retail area"
1573           industrial: "Industrial area"
1574           commercial: "Commercial area"
1575           heathland: "Heathland"
1576           lake:
1577             - Lake
1578             - reservoir
1579           farm: "Farm"
1580           brownfield: "Brownfield site"
1581           cemetery: "Cemetery"
1582           allotments: "Allotments"
1583           pitch: "Sports pitch"
1584           centre: "Sports centre"
1585           reserve: "Nature reserve"
1586           military: "Military area"
1587           school:
1588             - School
1589             - university
1590           building: "Significant building"
1591           station: "Railway station"
1592           summit:
1593             - Summit
1594             - peak
1595           tunnel: "Dashed casing = tunnel"
1596           bridge: "Black casing = bridge"
1597           private: "Private access"
1598           destination: "Destination access"
1599           construction: "Roads under construction"
1600           bicycle_shop: "Bicycle shop"
1601           bicycle_parking: "Bicycle parking"
1602           toilets: "Toilets"
1603     richtext_area:
1604       edit: Edit
1605       preview: Preview
1606     markdown_help:
1607       title_html: Parsed with <a href="https://daringfireball.net/projects/markdown/">Markdown</a>
1608       headings: Headings
1609       heading: Heading
1610       subheading: Subheading
1611       unordered: Unordered list
1612       ordered: Ordered list
1613       first: First item
1614       second: Second item
1615       link: Link
1616       text: Text
1617       image: Image
1618       alt: Alt text
1619       url: URL
1620   trace:
1621     visibility:
1622       private: "Private (only shared as anonymous, unordered points)"
1623       public: "Public (shown in trace list and as anonymous, unordered points)"
1624       trackable: "Trackable (only shared as anonymous, ordered points with timestamps)"
1625       identifiable: "Identifiable (shown in trace list and as identifiable, ordered points with timestamps)"
1626     create:
1627       upload_trace: "Upload GPS Trace"
1628       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."
1629     edit:
1630       title: "Editing trace %{name}"
1631       heading: "Editing trace %{name}"
1632       filename: "Filename:"
1633       download: "download"
1634       uploaded_at: "Uploaded:"
1635       points: "Points:"
1636       start_coord: "Start coordinate:"
1637       map: "map"
1638       edit: "edit"
1639       owner: "Owner:"
1640       description: "Description:"
1641       tags: "Tags:"
1642       tags_help: "comma delimited"
1643       save_button: "Save Changes"
1644       visibility: "Visibility:"
1645       visibility_help: "what does this mean?"
1646       visibility_help_url: "https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1647     trace_form:
1648       upload_gpx: "Upload GPX File:"
1649       description: "Description:"
1650       tags: "Tags:"
1651       tags_help: "comma delimited"
1652       visibility: "Visibility:"
1653       visibility_help: "what does this mean?"
1654       visibility_help_url: "https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1655       upload_button: "Upload"
1656       help: "Help"
1657       help_url: "https://wiki.openstreetmap.org/wiki/Upload"
1658     trace_header:
1659       upload_trace: "Upload a trace"
1660       see_all_traces: "See all traces"
1661       see_your_traces: "See your traces"
1662       traces_waiting:
1663         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."
1664         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."
1665     trace_optionals:
1666       tags: "Tags"
1667     view:
1668       title: "Viewing trace %{name}"
1669       heading: "Viewing trace %{name}"
1670       pending: "PENDING"
1671       filename: "Filename:"
1672       download: "download"
1673       uploaded: "Uploaded:"
1674       points: "Points:"
1675       start_coordinates: "Start coordinate:"
1676       map: "map"
1677       edit: "edit"
1678       owner: "Owner:"
1679       description: "Description:"
1680       tags: "Tags:"
1681       none: "None"
1682       edit_track: "Edit this trace"
1683       delete_track: "Delete this trace"
1684       trace_not_found: "Trace not found!"
1685       visibility: "Visibility:"
1686     trace_paging_nav:
1687       showing_page: "Page %{page}"
1688       older: "Older Traces"
1689       newer: "Newer Traces"
1690     trace:
1691       pending: "PENDING"
1692       count_points: "%{count} points"
1693       ago: "%{time_in_words_ago} ago"
1694       more: "more"
1695       trace_details: "View Trace Details"
1696       view_map: "View Map"
1697       edit: "edit"
1698       edit_map: "Edit Map"
1699       public: "PUBLIC"
1700       identifiable: "IDENTIFIABLE"
1701       private: "PRIVATE"
1702       trackable: "TRACKABLE"
1703       by: "by"
1704       in: "in"
1705       map: "map"
1706     list:
1707       public_traces: "Public GPS traces"
1708       your_traces: "Your GPS traces"
1709       public_traces_from: "Public GPS traces from %{user}"
1710       description: "Browse recent GPS track uploads"
1711       tagged_with: " tagged with %{tags}"
1712       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>."
1713     delete:
1714       scheduled_for_deletion: "Trace scheduled for deletion"
1715     make_public:
1716       made_public: "Trace made public"
1717     offline_warning:
1718       message: "The GPX file upload system is currently unavailable"
1719     offline:
1720       heading: "GPX Storage Offline"
1721       message: "The GPX file storage and upload system is currently unavailable."
1722     georss:
1723       title: "OpenStreetMap GPS Traces"
1724     description:
1725       description_with_count:
1726         one: "GPX file with %{count} point from %{user}"
1727         other: "GPX file with %{count} points from %{user}"
1728       description_without_count: "GPX file from %{user}"
1729   application:
1730     require_cookies:
1731       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
1732     require_admin:
1733       not_an_admin: You need to be an admin to perform that action.
1734     require_moderator:
1735       not_a_moderator: "You need to be a moderator to perform that action."
1736     setup_user_auth:
1737       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."
1738       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
1739       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."
1740   oauth:
1741     oauthorize:
1742       title: "Authorize access to your account"
1743       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."
1744       allow_to: "Allow the client application to:"
1745       allow_read_prefs:  "read your user preferences."
1746       allow_write_prefs: "modify your user preferences."
1747       allow_write_diary: "create diary entries, comments and make friends."
1748       allow_write_api:   "modify the map."
1749       allow_read_gpx:    "read your private GPS traces."
1750       allow_write_gpx:   "upload GPS traces."
1751       allow_write_notes: "modify notes."
1752       grant_access: "Grant Access"
1753     oauthorize_success:
1754       title: "Authorization request allowed"
1755       allowed: "You have granted application %{app_name} access to your account."
1756       verification: "The verification code is %{code}."
1757     oauthorize_failure:
1758       title: "Authorization request failed"
1759       denied: "You have denied application %{app_name} access to your account."
1760       invalid: "The authorization token is not valid."
1761     revoke:
1762       flash: "You've revoked the token for %{application}"
1763     permissions:
1764       missing: "You have not permitted the application access to this facility"
1765   oauth_clients:
1766     new:
1767       title: "Register a new application"
1768       submit: "Register"
1769     edit:
1770       title: "Edit your application"
1771       submit: "Edit"
1772     show:
1773       title: "OAuth details for %{app_name}"
1774       key: "Consumer Key:"
1775       secret: "Consumer Secret:"
1776       url: "Request Token URL:"
1777       access_url: "Access Token URL:"
1778       authorize_url: "Authorise URL:"
1779       support_notice: "We support HMAC-SHA1 (recommended) and RSA-SHA1 signatures."
1780       edit: "Edit Details"
1781       delete: "Delete Client"
1782       confirm: "Are you sure?"
1783       requests: "Requesting the following permissions from the user:"
1784       allow_read_prefs:  "read their user preferences."
1785       allow_write_prefs: "modify their user preferences."
1786       allow_write_diary: "create diary entries, comments and make friends."
1787       allow_write_api:   "modify the map."
1788       allow_read_gpx:    "read their private GPS traces."
1789       allow_write_gpx:   "upload GPS traces."
1790       allow_write_notes: "modify notes."
1791     index:
1792       title: "My OAuth Details"
1793       my_tokens: "My Authorised Applications"
1794       list_tokens: "The following tokens have been issued to applications in your name:"
1795       application: "Application Name"
1796       issued_at: "Issued At"
1797       revoke: "Revoke!"
1798       my_apps: "My Client Applications"
1799       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."
1800       registered_apps: "You have the following client applications registered:"
1801       register_new: "Register your application"
1802     form:
1803       name: "Name"
1804       required: "Required"
1805       url: "Main Application URL"
1806       callback_url: "Callback URL"
1807       support_url: "Support URL"
1808       requests: "Request the following permissions from the user:"
1809       allow_read_prefs:  "read their user preferences."
1810       allow_write_prefs: "modify their user preferences."
1811       allow_write_diary: "create diary entries, comments and make friends."
1812       allow_write_api:   "modify the map."
1813       allow_read_gpx:    "read their private GPS traces."
1814       allow_write_gpx:   "upload GPS traces."
1815       allow_write_notes: "modify notes."
1816     not_found:
1817       sorry: "Sorry, that %{type} could not be found."
1818     create:
1819       flash: "Registered the information successfully"
1820     update:
1821       flash: "Updated the client information successfully"
1822     destroy:
1823       flash: "Destroyed the client application registration"
1824   user:
1825     login:
1826       title: "Login"
1827       heading: "Login"
1828       email or username: "Email Address or Username:"
1829       password: "Password:"
1830       openid: "%{logo} OpenID:"
1831       remember: "Remember me"
1832       lost password link: "Lost your password?"
1833       login_button: "Login"
1834       register now: Register now
1835       with username: "Already have an OpenStreetMap account? Please login with your username and password:"
1836       with external: "Alternatively, use a third party to login:"
1837       new to osm: New to OpenStreetMap?
1838       to make changes: To make changes to the OpenStreetMap data, you must have an account.
1839       create account minute: Create an account. It only takes a minute.
1840       no account: Don't have an account?
1841       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>."
1842       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.
1843       auth failure: "Sorry, could not log in with those details."
1844       openid_logo_alt: "Log in with an OpenID"
1845       auth_providers:
1846         openid:
1847           title: Login with OpenID
1848           alt: Login with an OpenID URL
1849         google:
1850           title: Login with Google
1851           alt: Login with a Google OpenID
1852         facebook:
1853           title: Login with Facebook
1854           alt: Login with a Facebook Account
1855         windowslive:
1856           title: Login with Windows Live
1857           alt: Login with a Windows Live Account
1858         github:
1859           title: Login with GitHub
1860           alt: Login with a GitHub Account
1861         wikipedia:
1862           title: Login with Wikipedia
1863           alt: Login with a Wikipedia Account
1864         yahoo:
1865           title: Login with Yahoo
1866           alt: Login with a Yahoo OpenID
1867         wordpress:
1868           title: Login with Wordpress
1869           alt: Login with a Wordpress OpenID
1870         aol:
1871           title: Login with AOL
1872           alt: Login with an AOL OpenID
1873     logout:
1874       title: "Logout"
1875       heading: "Logout from OpenStreetMap"
1876       logout_button: "Logout"
1877     lost_password:
1878       title: "Lost password"
1879       heading: "Forgotten Password?"
1880       email address: "Email Address:"
1881       new password button: "Reset password"
1882       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."
1883       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
1884       notice email cannot find: "Could not find that email address, sorry."
1885     reset_password:
1886       title: "Reset password"
1887       heading: "Reset Password for %{user}"
1888       password: "Password:"
1889       confirm password: "Confirm Password:"
1890       reset: "Reset Password"
1891       flash changed: "Your password has been changed."
1892       flash token bad: "Did not find that token, check the URL maybe?"
1893     new:
1894       title: "Sign Up"
1895       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
1896       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.'
1897       about:
1898         header: Free and editable
1899         html: |
1900           <p>Unlike other maps, OpenStreetMap is completely created by people like you,
1901           and it's free for anyone to fix, update, download and use.</p>
1902           <p>Sign up to get started contributing. We'll send an email to confirm your account.</p>
1903       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>.'
1904       email address: "Email Address:"
1905       confirm email address: "Confirm Email Address:"
1906       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'
1907       display name: "Display Name:"
1908       display name description: "Your publicly displayed username. You can change this later in the preferences."
1909       external auth: "Third Party Authentication:"
1910       password: "Password:"
1911       confirm password: "Confirm Password:"
1912       use external auth: "Alternatively, use a third party to login"
1913       auth no password: "With third party authentication a password is not required, but some extra tools or server may still need one."
1914       continue: Sign Up
1915       terms accepted: "Thanks for accepting the new contributor terms!"
1916       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>."
1917       terms declined url: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
1918     terms:
1919       title: "Contributor terms"
1920       heading: "Contributor terms"
1921       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."
1922       consider_pd: "In addition to the above agreement, I consider my contributions to be in the Public Domain"
1923       consider_pd_why: "what's this?"
1924       consider_pd_why_url: https://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
1925       guidance: 'Information to help understand these terms: a <a href="%{summary}">human readable summary</a> and some <a href="%{translations}">informal translations</a>'
1926       agree: Agree
1927       declined: "https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined"
1928       decline: "Decline"
1929       you need to accept or decline: "Please read and then either accept or decline the new Contributor Terms to continue."
1930       legale_select: "Country of residence:"
1931       legale_names:
1932         france: "France"
1933         italy: "Italy"
1934         rest_of_world: "Rest of the world"
1935     no_such_user:
1936       title: "No such user"
1937       heading: "The user %{user} does not exist"
1938       body: "Sorry, there is no user with the name %{user}. Please check your spelling, or maybe the link you clicked is wrong."
1939       deleted: "deleted"
1940     view:
1941       my diary: My Diary
1942       new diary entry: new diary entry
1943       my edits: My Edits
1944       my traces: My Traces
1945       my notes: My Notes
1946       my messages: My Messages
1947       my profile: My Profile
1948       my settings: My Settings
1949       my comments: My Comments
1950       oauth settings: oauth settings
1951       blocks on me: Blocks on Me
1952       blocks by me: Blocks by Me
1953       send message: Send Message
1954       diary: Diary
1955       edits: Edits
1956       traces: Traces
1957       notes: Map Notes
1958       remove as friend: Unfriend
1959       add as friend: Add Friend
1960       mapper since: "Mapper since:"
1961       ago: "(%{time_in_words_ago} ago)"
1962       ct status: "Contributor terms:"
1963       ct undecided: Undecided
1964       ct declined: Declined
1965       ct accepted: Accepted %{ago} ago
1966       latest edit: "Latest edit %{ago}:"
1967       email address: "Email address:"
1968       created from: "Created from:"
1969       status: "Status:"
1970       spam score: "Spam Score:"
1971       description: Description
1972       user location: User location
1973       if set location: "Set your home location on the %{settings_link} page to see nearby users."
1974       settings_link_text: settings
1975       your friends: Your friends
1976       no friends: You have not added any friends yet.
1977       km away: "%{count}km away"
1978       m away: "%{count}m away"
1979       nearby users: "Other nearby users"
1980       no nearby users: "There are no other users who admit to mapping nearby yet."
1981       role:
1982         administrator: "This user is an administrator"
1983         moderator: "This user is a moderator"
1984         grant:
1985           administrator: "Grant administrator access"
1986           moderator: "Grant moderator access"
1987         revoke:
1988           administrator: "Revoke administrator access"
1989           moderator: "Revoke moderator access"
1990       block_history: "Active Blocks"
1991       moderator_history: "Blocks Given"
1992       comments: "Comments"
1993       create_block: "Block this User"
1994       activate_user: "Activate this User"
1995       deactivate_user: "Deactivate this User"
1996       confirm_user: "Confirm this User"
1997       hide_user: "Hide this User"
1998       unhide_user: "Unhide this User"
1999       delete_user: "Delete this User"
2000       confirm: "Confirm"
2001       friends_changesets: "friends' changesets"
2002       friends_diaries: "friends' diary entries"
2003       nearby_changesets: "nearby user changesets"
2004       nearby_diaries: "nearby user diary entries"
2005       report: "Report this user?"
2006     popup:
2007       your location: "Your location"
2008       nearby mapper: "Nearby mapper"
2009       friend: "Friend"
2010     account:
2011       title: "Edit account"
2012       my settings: My settings
2013       current email address: "Current Email Address:"
2014       new email address: "New Email Address:"
2015       email never displayed publicly: "(never displayed publicly)"
2016       external auth: "External Authentication:"
2017       openid:
2018         link: "https://wiki.openstreetmap.org/wiki/OpenID"
2019         link text: "what is this?"
2020       public editing:
2021         heading: "Public editing:"
2022         enabled: "Enabled. Not anonymous and can edit data."
2023         enabled link: "https://wiki.openstreetmap.org/wiki/Anonymous_edits"
2024         enabled link text: "what is this?"
2025         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
2026         disabled link text: "why can't I edit?"
2027       public editing note:
2028         heading: "Public editing"
2029         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>"
2030       contributor terms:
2031         heading: "Contributor Terms:"
2032         agreed: "You have agreed to the new Contributor Terms."
2033         not yet agreed: "You have not yet agreed to the new Contributor Terms."
2034         review link text: "Please follow this link at your convenience to review and accept the new Contributor Terms."
2035         agreed_with_pd: "You have also declared that you consider your edits to be in the Public Domain."
2036         link: "https://www.osmfoundation.org/wiki/License/Contributor_Terms"
2037         link text: "what is this?"
2038       profile description: "Profile Description:"
2039       preferred languages: "Preferred Languages:"
2040       preferred editor: "Preferred Editor:"
2041       image: "Image:"
2042       gravatar:
2043         gravatar: "Use Gravatar"
2044         link: "https://wiki.openstreetmap.org/wiki/Gravatar"
2045         link text: "what is this?"
2046         disabled: "Gravatar has been disabled."
2047         enabled: "Display of your Gravatar has been enabled."
2048       new image: "Add an image"
2049       keep image: "Keep the current image"
2050       delete image: "Remove the current image"
2051       replace image: "Replace the current image"
2052       image size hint: "(square images at least 100x100 work best)"
2053       home location: "Home Location:"
2054       no home location: "You have not entered your home location."
2055       latitude: "Latitude:"
2056       longitude: "Longitude:"
2057       update home location on click: "Update home location when I click on the map?"
2058       save changes button: Save Changes
2059       make edits public button: Make all my edits public
2060       return to profile: Return to profile
2061       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
2062       flash update success: "User information updated successfully."
2063     confirm:
2064       heading: Check your email!
2065       introduction_1: |
2066         We sent you a confirmation email.
2067       introduction_2: |
2068         Confirm your account by clicking on the link in the email and you'll be able to start mapping.
2069       press confirm button: "Press the confirm button below to activate your account."
2070       button: Confirm
2071       success: "Confirmed your account, thanks for signing up!"
2072       already active: "This account has already been confirmed."
2073       unknown token: "That confirmation code has expired or does not exist."
2074       reconfirm_html: "If you need us to resend the confirmation email, <a href=\"%{reconfirm}\">click here</a>."
2075     confirm_resend:
2076       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."
2077       failure: "User %{name} not found."
2078     confirm_email:
2079       heading: Confirm a change of email address
2080       press confirm button: "Press the confirm button below to confirm your new email address."
2081       button: Confirm
2082       success: "Confirmed your change of email address!"
2083       failure: "An email address has already been confirmed with this token."
2084       unknown_token: "That confirmation code has expired or does not exist."
2085     set_home:
2086       flash success: "Home location saved successfully"
2087     go_public:
2088       flash success: "All your edits are now public, and you are now allowed to edit."
2089     make_friend:
2090       heading: "Add %{user} as a friend?"
2091       button: "Add as friend"
2092       success: "%{name} is now your friend!"
2093       failed: "Sorry, failed to add %{name} as a friend."
2094       already_a_friend: "You are already friends with %{name}."
2095     remove_friend:
2096       heading: "Unfriend %{user}?"
2097       button: "Unfriend"
2098       success: "%{name} was removed from your friends."
2099       not_a_friend: "%{name} is not one of your friends."
2100     filter:
2101       not_an_administrator: "You need to be an administrator to perform that action."
2102     list:
2103       title: Users
2104       heading: Users
2105       showing:
2106         one: Page %{page} (%{first_item} of %{items})
2107         other: Page %{page} (%{first_item}-%{last_item} of %{items})
2108       summary: "%{name} created from %{ip_address} on %{date}"
2109       summary_no_ip: "%{name} created on %{date}"
2110       confirm: Confirm Selected Users
2111       hide: Hide Selected Users
2112       empty: No matching users found
2113     suspended:
2114       title: Account Suspended
2115       heading: Account Suspended
2116       webmaster: webmaster
2117       body: |
2118         <p>
2119           Sorry, your account has been automatically suspended due to
2120           suspicious activity.
2121         </p>
2122         <p>
2123           This decision will be reviewed by an administrator shortly, or
2124           you may contact the %{webmaster} if you wish to discuss this.
2125         </p>
2126     auth_failure:
2127       connection_failed: Connection to authentication provider failed
2128       invalid_credentials: Invalid authentication credentials
2129       no_authorization_code: No authorization code
2130       unknown_signature_algorithm: Unknown signature algorithm
2131       invalid_scope: Invalid scope
2132     auth_association:
2133       heading: Your ID is not associated with a OpenStreetMap account yet.
2134       option_1: |
2135         If you are new to OpenStreetMap, please create a new account
2136         using the form below.
2137       option_2: |
2138         If you already have an account, you can login to your account
2139         using your username and password and then associate the account
2140         with your ID in your user settings.
2141   user_role:
2142     filter:
2143       not_an_administrator: "Only administrators can perform user role management, and you are not an administrator."
2144       not_a_role: "The string `%{role}' is not a valid role."
2145       already_has_role: "The user already has role %{role}."
2146       doesnt_have_role: "The user does not have role %{role}."
2147       not_revoke_admin_current_user: "Cannot revoke administrator role from current user."
2148     grant:
2149       title: Confirm role granting
2150       heading: Confirm role granting
2151       are_you_sure: "Are you sure you want to grant the role `%{role}' to the user `%{name}'?"
2152       confirm: "Confirm"
2153       fail: "Could not grant role `%{role}' to user `%{name}'. Please check that the user and role are both valid."
2154     revoke:
2155       title: Confirm role revoking
2156       heading: Confirm role revoking
2157       are_you_sure: "Are you sure you want to revoke the role `%{role}' from the user `%{name}'?"
2158       confirm: "Confirm"
2159       fail: "Could not revoke role `%{role}' from user `%{name}'. Please check that the user and role are both valid."
2160   user_block:
2161     model:
2162       non_moderator_update: "Must be a moderator to create or update a block."
2163       non_moderator_revoke: "Must be a moderator to revoke a block."
2164     not_found:
2165       sorry: "Sorry, the user block with ID %{id} could not be found."
2166       back: "Back to index"
2167     new:
2168       title: "Creating block on %{name}"
2169       heading: "Creating block on %{name}"
2170       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."
2171       period: "How long, starting now, the user will be blocked from the API for."
2172       submit: "Create block"
2173       tried_contacting: "I have contacted the user and asked them to stop."
2174       tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
2175       needs_view: "User needs to log in before this block will be cleared"
2176       back: "View all blocks"
2177     edit:
2178       title: "Editing block on %{name}"
2179       heading: "Editing block on %{name}"
2180       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."
2181       period: "How long, starting now, the user will be blocked from the API for."
2182       submit: "Update block"
2183       show: "View this block"
2184       back: "View all blocks"
2185       needs_view: "Does the user need to log in before this block will be cleared?"
2186     filter:
2187       block_expired: "The block has already expired and cannot be edited."
2188       block_period: "The blocking period must be one of the values selectable in the drop-down list."
2189     create:
2190       try_contacting: "Please try contacting the user before blocking them and giving them a reasonable time to respond."
2191       try_waiting: "Please try giving the user a reasonable time to respond before blocking them."
2192       flash: "Created a block on user %{name}."
2193     update:
2194       only_creator_can_edit: "Only the moderator who created this block can edit it."
2195       success: "Block updated."
2196     index:
2197       title: "User blocks"
2198       heading: "List of user blocks"
2199       empty: "No blocks have been made yet."
2200     revoke:
2201       title: "Revoking block on %{block_on}"
2202       heading: "Revoking block on %{block_on} by %{block_by}"
2203       time_future: "This block will end in %{time}."
2204       past: "This block ended %{time} ago and cannot be revoked now."
2205       confirm: "Are you sure you wish to revoke this block?"
2206       revoke: "Revoke!"
2207       flash: "This block has been revoked."
2208     period:
2209       one: "1 hour"
2210       other: "%{count} hours"
2211     partial:
2212       show: "Show"
2213       edit: "Edit"
2214       revoke: "Revoke!"
2215       confirm: "Are you sure?"
2216       display_name: "Blocked User"
2217       creator_name: "Creator"
2218       reason: "Reason for block"
2219       status: "Status"
2220       revoker_name: "Revoked by"
2221       not_revoked: "(not revoked)"
2222       showing_page: "Page %{page}"
2223       next: "Next »"
2224       previous: "« Previous"
2225     helper:
2226       time_future: "Ends in %{time}."
2227       until_login: "Active until the user logs in."
2228       time_future_and_until_login: "Ends in %{time} and after the user has logged in."
2229       time_past: "Ended %{time} ago."
2230     blocks_on:
2231       title: "Blocks on %{name}"
2232       heading: "List of blocks on %{name}"
2233       empty: "%{name} has not been blocked yet."
2234     blocks_by:
2235       title: "Blocks by %{name}"
2236       heading: "List of blocks by %{name}"
2237       empty: "%{name} has not made any blocks yet."
2238     show:
2239       title: "%{block_on} blocked by %{block_by}"
2240       heading: "%{block_on} blocked by %{block_by}"
2241       time_future: "Ends in %{time}"
2242       time_past: "Ended %{time} ago"
2243       created: "Created"
2244       ago: "%{time} ago"
2245       status: "Status"
2246       show: "Show"
2247       edit: "Edit"
2248       revoke: "Revoke!"
2249       confirm: "Are you sure?"
2250       reason: "Reason for block:"
2251       back: "View all blocks"
2252       revoker: "Revoker:"
2253       needs_view: "The user needs to log in before this block will be cleared."
2254   note:
2255     description:
2256       opened_at_html: "Created %{when} ago"
2257       opened_at_by_html: "Created %{when} ago by %{user}"
2258       commented_at_html: "Updated %{when} ago"
2259       commented_at_by_html: "Updated %{when} ago by %{user}"
2260       closed_at_html: "Resolved %{when} ago"
2261       closed_at_by_html: "Resolved %{when} ago by %{user}"
2262       reopened_at_html: "Reactivated %{when} ago"
2263       reopened_at_by_html: "Reactivated %{when} ago by %{user}"
2264     rss:
2265       title: "OpenStreetMap Notes"
2266       description_area: "A list of notes, reported, commented on or closed in your area [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]"
2267       description_item: "An rss feed for note %{id}"
2268       opened: "new note (near %{place})"
2269       commented: "new comment (near %{place})"
2270       closed: "closed note (near %{place})"
2271       reopened: "reactivated note (near %{place})"
2272     entry:
2273       comment: Comment
2274       full: Full note
2275     mine:
2276       title: "Notes submitted or commented on by %{user}"
2277       heading: "%{user}'s notes"
2278       subheading: "Notes submitted or commented on by %{user}"
2279       id: "Id"
2280       creator: "Creator"
2281       description: "Description"
2282       created_at: "Created at"
2283       last_changed: "Last changed"
2284       ago_html: "%{when} ago"
2285   javascripts:
2286     close: Close
2287     share:
2288       title: "Share"
2289       cancel: "Cancel"
2290       image: "Image"
2291       link: "Link or HTML"
2292       long_link: "Link"
2293       short_link: "Short Link"
2294       geo_uri: "Geo URI"
2295       embed: "HTML"
2296       custom_dimensions: "Set custom dimensions"
2297       format: "Format:"
2298       scale: "Scale:"
2299       image_size: "Image will show standard layer at "
2300       download: "Download"
2301       short_url: "Short URL"
2302       include_marker: "Include marker"
2303       center_marker: "Center map on marker"
2304       paste_html: "Paste HTML to embed in website"
2305       view_larger_map: "View Larger Map"
2306       only_standard_layer: "Only the standard layer can be exported as an image"
2307     embed:
2308       report_problem: "Report a problem"
2309     key:
2310       title: "Map Key"
2311       tooltip: "Map Key"
2312       tooltip_disabled: "Map Key not available for this layer"
2313     map:
2314       zoom:
2315         in: Zoom In
2316         out: Zoom Out
2317       locate:
2318         title: Show My Location
2319         popup: You are within {distance} {unit} of this point
2320       base:
2321         standard: Standard
2322         cycle_map: Cycle Map
2323         transport_map: Transport Map
2324         hot: Humanitarian
2325       layers:
2326         header: Map Layers
2327         notes: Map Notes
2328         data: Map Data
2329         gps: Public GPS Traces
2330         overlays: Enable overlays for troubleshooting the map
2331         title: "Layers"
2332       copyright: "© <a href='%{copyright_url}'>OpenStreetMap contributors</a>"
2333       donate_link_text: "<a class='donate-attr' href='%{donate_url}'>Make a Donation</a>"
2334     site:
2335       edit_tooltip: Edit the map
2336       edit_disabled_tooltip: Zoom in to edit the map
2337       createnote_tooltip: Add a note to the map
2338       createnote_disabled_tooltip: Zoom in to add a note to the map
2339       map_notes_zoom_in_tooltip: Zoom in to see map notes
2340       map_data_zoom_in_tooltip: Zoom in to see map data
2341       queryfeature_tooltip: Query features
2342       queryfeature_disabled_tooltip: Zoom in to query features
2343     changesets:
2344       show:
2345         comment: "Comment"
2346         subscribe: "Subscribe"
2347         unsubscribe: "Unsubscribe"
2348         hide_comment: "hide"
2349         unhide_comment: "unhide"
2350     notes:
2351       new:
2352         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."
2353         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."
2354         add: Add Note
2355       show:
2356         anonymous_warning: This note includes comments from anonymous users which should be independently verified.
2357         hide: Hide
2358         resolve: Resolve
2359         reactivate: Reactivate
2360         comment_and_resolve: Comment & Resolve
2361         comment: Comment
2362     edit_help: Move the map and zoom in on a location you want to edit, then click here.
2363     directions:
2364       ascend: "Ascend"
2365       engines:
2366         graphhopper_bicycle: "Bicycle (GraphHopper)"
2367         graphhopper_car: "Car (GraphHopper)"
2368         graphhopper_foot: "Foot (GraphHopper)"
2369         mapquest_bicycle: "Bicycle (MapQuest)"
2370         mapquest_car: "Car (MapQuest)"
2371         mapquest_foot: "Foot (MapQuest)"
2372         osrm_car: "Car (OSRM)"
2373       descend: "Descend"
2374       directions: "Directions"
2375       distance: "Distance"
2376       errors:
2377         no_route: "Couldn't find a route between those two places."
2378         no_place: "Sorry - couldn't find that place."
2379       instructions:
2380         continue_without_exit: Continue on %{name}
2381         slight_right_without_exit: Slight right onto %{name}
2382         offramp_right_without_exit: Take the ramp on the right onto %{name}
2383         onramp_right_without_exit: Turn right on the ramp onto %{name}
2384         endofroad_right_without_exit: At the end of the road turn right onto %{name}
2385         merge_right_without_exit: Merge right onto %{name}
2386         fork_right_without_exit: At the fork turn right onto %{name}
2387         turn_right_without_exit: Turn right onto %{name}
2388         sharp_right_without_exit: Sharp right onto %{name}
2389         uturn_without_exit: U-turn along %{name}
2390         sharp_left_without_exit: Sharp left onto %{name}
2391         turn_left_without_exit: Turn left onto %{name}
2392         offramp_left_without_exit: Take the ramp on the left onto %{name}
2393         onramp_left_without_exit: Turn left on the ramp onto %{name}
2394         endofroad_left_without_exit: At the end of the road turn left onto %{name}
2395         merge_left_without_exit: Merge left onto %{name}
2396         fork_left_without_exit: At the fork turn left onto %{name}
2397         slight_left_without_exit: Slight left onto %{name}
2398         via_point_without_exit: (via point)
2399         follow_without_exit: Follow %{name}
2400         roundabout_without_exit: At roundabout take %{name}
2401         leave_roundabout_without_exit: Leave roundabout - %{name}
2402         stay_roundabout_without_exit: Stay on roundabout - %{name}
2403         start_without_exit: Start at end of %{name}
2404         destination_without_exit: Reach destination
2405         against_oneway_without_exit: Go against one-way on %{name}
2406         end_oneway_without_exit: End of one-way on %{name}
2407         roundabout_with_exit: At roundabout take exit %{exit} onto %{name}
2408         turn_left_with_exit: At roundabout turn left onto %{name}
2409         slight_left_with_exit: At roundabout slight left onto %{name}
2410         turn_right_with_exit: At roundabout turn right onto %{name}
2411         slight_right_with_exit: At roundabout slight right onto %{name}
2412         continue_with_exit: At roundabout continue straight onto %{name}
2413         unnamed: "unnamed road"
2414         courtesy: "Directions courtesy of %{link}"
2415       time: "Time"
2416     query:
2417       node: Node
2418       way: Way
2419       relation: Relation
2420       nothing_found: No features found
2421       error: "Error contacting %{server}: %{error}"
2422       timeout: "Timeout contacting %{server}"
2423     context:
2424       directions_from: Directions from here
2425       directions_to: Directions to here
2426       add_note: Add a note here
2427       show_address: Show address
2428       query_features: Query features
2429       centre_map: Centre map here
2430   redaction:
2431     edit:
2432       description: "Description"
2433       heading: "Edit redaction"
2434       submit: "Save redaction"
2435       title: "Edit redaction"
2436     index:
2437       empty: "No redactions to show."
2438       heading: "List of redactions"
2439       title: "List of redactions"
2440     new:
2441       description: "Description"
2442       heading: "Enter information for new redaction"
2443       submit: "Create redaction"
2444       title: "Creating new redaction"
2445     show:
2446       description: "Description:"
2447       heading: "Showing redaction \"%{title}\""
2448       title: "Showing redaction"
2449       user: "Creator:"
2450       edit: "Edit this redaction"
2451       destroy: "Remove this redaction"
2452       confirm: "Are you sure?"
2453     create:
2454       flash: "Redaction created."
2455     update:
2456       flash: "Changes saved."
2457     destroy:
2458       not_empty: "Redaction is not empty. Please un-redact all versions belonging to this redaction before destroying it."
2459       flash: "Redaction destroyed."
2460       error: "There was an error destroying this redaction."