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