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