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