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