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