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