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