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