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