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