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