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