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