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