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