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