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