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