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