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