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