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