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