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