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