]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
Use built-in translation lookups for form helps
[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, eg mobile apps and single page apps"
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           beekeper: "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           stone: "Stone"
841           tomb: "Tomb"
842           tower: "Tower"
843           wayside_chapel: "Wayside Chapel"
844           wayside_cross: "Wayside Cross"
845           wayside_shrine: "Wayside Shrine"
846           wreck: "Wreck"
847           "yes": "Historic Site"
848         junction:
849           "yes": "Junction"
850         landuse:
851           allotments: "Allotments"
852           aquaculture: "Aquaculture"
853           basin: "Basin"
854           brownfield: "Brownfield Land"
855           cemetery: "Cemetery"
856           commercial: "Commercial Area"
857           conservation: "Conservation"
858           construction: "Construction"
859           farm: "Farm"
860           farmland: "Farmland"
861           farmyard: "Farmyard"
862           forest: "Forest"
863           garages: "Garages"
864           grass: "Grass"
865           greenfield: "Greenfield Land"
866           industrial: "Industrial Area"
867           landfill: "Landfill"
868           meadow: "Meadow"
869           military: "Military Area"
870           mine: "Mine"
871           orchard: "Orchard"
872           plant_nursery: "Plant Nursery"
873           quarry: "Quarry"
874           railway: "Railway"
875           recreation_ground: "Recreation Ground"
876           religious: "Religious Ground"
877           reservoir: "Reservoir"
878           reservoir_watershed: "Reservoir Watershed"
879           residential: "Residential Area"
880           retail: "Retail"
881           village_green: "Village Green"
882           vineyard: "Vineyard"
883           "yes": "Landuse"
884         leisure:
885           adult_gaming_centre: "Adult Gaming Centre"
886           amusement_arcade: "Amusement Arcade"
887           bandstand: "Bandstand"
888           beach_resort: "Beach Resort"
889           bird_hide: "Bird Hide"
890           bleachers: "Bleachers"
891           bowling_alley: "Bowling Alley"
892           common: "Common Land"
893           dance: "Dance Hall"
894           dog_park: "Dog Park"
895           firepit: "Fire Pit"
896           fishing: "Fishing Area"
897           fitness_centre: "Fitness Centre"
898           fitness_station: "Fitness Station"
899           garden: "Garden"
900           golf_course: "Golf Course"
901           horse_riding: "Horse Riding"
902           ice_rink: "Ice Rink"
903           marina: "Marina"
904           miniature_golf: "Miniature Golf"
905           nature_reserve: "Nature Reserve"
906           outdoor_seating: "Outdoor Seating"
907           park: "Park"
908           picnic_table: "Picnic Table"
909           pitch: "Sports Pitch"
910           playground: "Playground"
911           recreation_ground: "Recreation Ground"
912           resort: "Resort"
913           sauna: "Sauna"
914           slipway: "Slipway"
915           sports_centre: "Sports Centre"
916           stadium: "Stadium"
917           swimming_pool: "Swimming Pool"
918           track: "Running Track"
919           water_park: "Water Park"
920           "yes": "Leisure"
921         man_made:
922           adit: "Adit"
923           advertising: "Advertising"
924           antenna:  "Antenna"
925           avalanche_protection: "Avalanche Protection"
926           beacon: "Beacon"
927           beam: "Beam"
928           beehive: "Bee Hive"
929           breakwater: "Breakwater"
930           bridge: "Bridge"
931           bunker_silo: "Bunker"
932           cairn: "Cairn"
933           chimney: "Chimney"
934           clearcut: "Clearcut"
935           communications_tower: "Communications Tower"
936           crane: "Crane"
937           cross: "Cross"
938           dolphin: "Mooring Post"
939           dyke: "Dyke"
940           embankment: "Embankment"
941           flagpole: "Flagpole"
942           gasometer: "Gasometer"
943           groyne: "Groyne"
944           kiln: "Kiln"
945           lighthouse: "Lighthouse"
946           manhole: "Manhole"
947           mast: "Mast"
948           mine: "Mine"
949           mineshaft: "Mine Shaft"
950           monitoring_station: "Monitoring Station"
951           petroleum_well: "Petroleum Well"
952           pier: "Pier"
953           pipeline: "Pipeline"
954           pumping_station: "Pumping Station"
955           reservoir_covered: "Covered Reservoir"
956           silo: "Silo"
957           snow_cannon: "Snow Cannon"
958           snow_fence: "Snow Fence"
959           storage_tank: "Storage Tank"
960           street_cabinet: "Street Cabinet"
961           surveillance: "Surveillance"
962           telescope: "Telescope"
963           tower: "Tower"
964           utility_pole: "Utility Pole"
965           wastewater_plant: "Wastewater Plant"
966           watermill: "Water Mill"
967           water_tap: "Water Tap"
968           water_tower: "Water Tower"
969           water_well: "Well"
970           water_works: "Water Works"
971           windmill: "Wind Mill"
972           works: "Factory"
973           "yes": "Man-made"
974         military:
975           airfield: "Military Airfield"
976           barracks: "Barracks"
977           bunker: "Bunker"
978           checkpoint: "Checkpoint"
979           trench: "Trench"
980           "yes": "Military"
981         mountain_pass:
982           "yes" : "Mountain Pass"
983         natural:
984           atoll: "Atoll"
985           bare_rock: "Bare Rock"
986           bay: "Bay"
987           beach: "Beach"
988           cape: "Cape"
989           cave_entrance: "Cave Entrance"
990           cliff: "Cliff"
991           coastline: "Coastline"
992           crater: "Crater"
993           dune: "Dune"
994           fell: "Fell"
995           fjord: "Fjord"
996           forest: "Forest"
997           geyser: "Geyser"
998           glacier: "Glacier"
999           grassland: "Grassland"
1000           heath: "Heath"
1001           hill: "Hill"
1002           hot_spring: "Hot Spring"
1003           island: "Island"
1004           land: "Land"
1005           marsh: "Marsh"
1006           moor: "Moor"
1007           mud: "Mud"
1008           peak: "Peak"
1009           peninsula: "Peninsula"
1010           point: "Point"
1011           reef: "Reef"
1012           ridge: "Ridge"
1013           rock: "Rock"
1014           saddle: "Saddle"
1015           sand: "Sand"
1016           scree: "Scree"
1017           scrub: "Scrub"
1018           spring: "Spring"
1019           stone: "Stone"
1020           strait: "Strait"
1021           tree: "Tree"
1022           valley: "Valley"
1023           volcano: "Volcano"
1024           water: "Water"
1025           wetland: "Wetland"
1026           wood: "Wood"
1027           "yes": "Natural Feature"
1028         office:
1029           accountant: "Accountant"
1030           administrative: "Administration"
1031           advertising_agency: "Advertising Agency"
1032           architect: "Architect"
1033           association: "Association"
1034           company: "Company"
1035           diplomatic: "Diplomatic Office"
1036           educational_institution: "Educational Institution"
1037           employment_agency: "Employment Agency"
1038           energy_supplier: "Energy Supplier Office"
1039           estate_agent: "Estate Agent"
1040           financial: "Financial Office"
1041           government: "Governmental Office"
1042           insurance: "Insurance Office"
1043           it: "IT Office"
1044           lawyer: "Lawyer"
1045           logistics: "Logistics Office"
1046           newspaper: "Newspaper Office"
1047           ngo: "NGO Office"
1048           notary: "Notary"
1049           religion: "Religious Office"
1050           research: "Research Office"
1051           tax_advisor: "Tax Advisor"
1052           telecommunication: "Telecommunication Office"
1053           travel_agent: "Travel Agency"
1054           "yes": "Office"
1055         place:
1056           allotments: "Allotments"
1057           archipelago: "Archipelago"
1058           city: "City"
1059           city_block: "City Block"
1060           country: "Country"
1061           county: "County"
1062           farm: "Farm"
1063           hamlet: "Hamlet"
1064           house: "House"
1065           houses: "Houses"
1066           island: "Island"
1067           islet: "Islet"
1068           isolated_dwelling: "Isolated Dwelling"
1069           locality: "Locality"
1070           municipality: "Municipality"
1071           neighbourhood: "Neighbourhood"
1072           plot: "Plot"
1073           postcode: "Postcode"
1074           quarter: "Quarter"
1075           region: "Region"
1076           sea: "Sea"
1077           square: "Square"
1078           state: "State"
1079           subdivision: "Subdivision"
1080           suburb: "Suburb"
1081           town: "Town"
1082           village: "Village"
1083           "yes": "Place"
1084         railway:
1085           abandoned: "Abandoned Railway"
1086           construction: "Railway under Construction"
1087           disused: "Disused Railway"
1088           funicular: "Funicular Railway"
1089           halt: "Train Stop"
1090           junction: "Railway Junction"
1091           level_crossing: "Level Crossing"
1092           light_rail: "Light Rail"
1093           miniature: "Miniature Rail"
1094           monorail: "Monorail"
1095           narrow_gauge: "Narrow Gauge Railway"
1096           platform: "Railway Platform"
1097           preserved: "Preserved Railway"
1098           proposed: "Proposed Railway"
1099           spur: "Railway Spur"
1100           station: "Railway Station"
1101           stop: "Railway Stop"
1102           subway: "Subway"
1103           subway_entrance: "Subway Entrance"
1104           switch: "Railway Points"
1105           tram: "Tramway"
1106           tram_stop: "Tram Stop"
1107           yard: "Railway Yard"
1108         shop:
1109           agrarian: "Agrarian Shop"
1110           alcohol: "Off License"
1111           antiques: "Antiques"
1112           appliance: "Appliances Shop"
1113           art: "Art Shop"
1114           baby_goods: "Baby Goods"
1115           bag: "Bag Shop"
1116           bakery: "Bakery"
1117           bathroom_furnishing: "Bathroom Furnishing"
1118           beauty: "Beauty Shop"
1119           bed: "Bedding Products"
1120           beverages: "Beverages Shop"
1121           bicycle: "Bicycle Shop"
1122           bookmaker: "Bookmaker"
1123           books: "Book Shop"
1124           boutique: "Boutique"
1125           butcher: "Butcher"
1126           car: "Car Shop"
1127           car_parts: "Car Parts"
1128           car_repair: "Car Repair"
1129           carpet: "Carpet Shop"
1130           charity: "Charity Shop"
1131           cheese: "Cheese Shop"
1132           chemist: "Chemist"
1133           chocolate: "Chocolate"
1134           clothes: "Clothes Shop"
1135           coffee: "Coffee Shop"
1136           computer: "Computer Shop"
1137           confectionery: "Confectionery Shop"
1138           convenience: "Convenience Store"
1139           copyshop: "Copy Shop"
1140           cosmetics: "Cosmetics Shop"
1141           craft: "Crafts Supply Store"
1142           curtain: "Curtain Shop"
1143           dairy: "Dairy Shop"
1144           deli: "Deli"
1145           department_store: "Department Store"
1146           discount: "Discount Items Shop"
1147           doityourself: "Do-It-Yourself"
1148           dry_cleaning: "Dry Cleaning"
1149           e-cigarette: "E-Cigarette Shop"
1150           electronics: "Electronics Shop"
1151           erotic: "Erotic Shop"
1152           estate_agent: "Estate Agent"
1153           fabric: "Fabric Store"
1154           farm: "Farm Shop"
1155           fashion: "Fashion Shop"
1156           fishing: "Fishing Supplies Shop"
1157           florist: "Florist"
1158           food: "Food Shop"
1159           frame: "Frame Shop"
1160           funeral_directors: "Funeral Directors"
1161           furniture: "Furniture"
1162           garden_centre: "Garden Centre"
1163           gas: "Gas Store"
1164           general: "General Store"
1165           gift: "Gift Shop"
1166           greengrocer: "Greengrocer"
1167           grocery: "Grocery Shop"
1168           hairdresser: "Hairdresser"
1169           hardware: "Hardware Store"
1170           health_food: "Health Food Store"
1171           hearing_aids: "Hearing Aids"
1172           herbalist: "Herbalist"
1173           hifi: "Hi-Fi"
1174           houseware: "Houseware Shop"
1175           ice_cream: "Ice Cream Shop"
1176           interior_decoration: "Interior Decoration"
1177           jewelry: "Jewelry Shop"
1178           kiosk: "Kiosk Shop"
1179           kitchen: "Kitchen Shop"
1180           laundry: "Laundry"
1181           locksmith: "Locksmith"
1182           lottery: "Lottery"
1183           mall: "Mall"
1184           massage: "Massage"
1185           medical_supply: "Medical Supply Shop"
1186           mobile_phone: "Mobile Phone Shop"
1187           money_lender: "Money Lender"
1188           motorcycle: "Motorcycle Shop"
1189           motorcycle_repair: "Motorcycle Repair Shop"
1190           music: "Music Shop"
1191           musical_instrument: "Musical Instruments"
1192           newsagent: "Newsagent"
1193           nutrition_supplements: "Nutrition Supplements"
1194           optician: "Optician"
1195           organic: "Organic Food Shop"
1196           outdoor: "Outdoor Shop"
1197           paint: "Paint Shop"
1198           pastry: "Pastry Shop"
1199           pawnbroker: "Pawnbroker"
1200           perfumery: "Perfumery"
1201           pet: "Pet Shop"
1202           pet_grooming: "Pet Grooming"
1203           photo: "Photo Shop"
1204           seafood: "Sea Food"
1205           second_hand: "Second-hand Shop"
1206           sewing: "Sewing Shop"
1207           shoes: "Shoe Shop"
1208           sports: "Sports Shop"
1209           stationery: "Stationery Shop"
1210           storage_rental: "Storage Rental"
1211           supermarket: "Supermarket"
1212           tailor: "Tailor"
1213           tattoo: "Tattoo Shop"
1214           tea: "Tea Shop"
1215           ticket: "Ticket Shop"
1216           tobacco: "Tobacco Shop"
1217           toys: "Toy Shop"
1218           travel_agency: "Travel Agency"
1219           tyres: "Tyre Shop"
1220           vacant: "Vacant Shop"
1221           variety_store: "Variety Store"
1222           video: "Video Shop"
1223           video_games: "Video Game Store"
1224           wholesale: "Wholesale Store"
1225           wine: "Wine Store"
1226           "yes": "Shop"
1227         tourism:
1228           alpine_hut: "Alpine Hut"
1229           apartment: "Holiday Apartment"
1230           artwork: "Artwork"
1231           attraction: "Attraction"
1232           bed_and_breakfast: "Bed and Breakfast"
1233           cabin: "Cabin"
1234           camp_pitch: "Camp Pitch"
1235           camp_site: "Camp Site"
1236           caravan_site: "Caravan Site"
1237           chalet: "Chalet"
1238           gallery: "Gallery"
1239           guest_house: "Guest House"
1240           hostel: "Hostel"
1241           hotel: "Hotel"
1242           information: "Information"
1243           motel: "Motel"
1244           museum: "Museum"
1245           picnic_site: "Picnic Site"
1246           theme_park: "Theme Park"
1247           viewpoint: "Viewpoint"
1248           wilderness_hut: "Wilderness Hut"
1249           zoo: "Zoo"
1250         tunnel:
1251           building_passage: "Building Passage"
1252           culvert: "Culvert"
1253           "yes": "Tunnel"
1254         waterway:
1255           artificial: "Artificial Waterway"
1256           boatyard: "Boatyard"
1257           canal: "Canal"
1258           dam: "Dam"
1259           derelict_canal: "Derelict Canal"
1260           ditch: "Ditch"
1261           dock: "Dock"
1262           drain: "Drain"
1263           lock: "Lock"
1264           lock_gate: "Lock Gate"
1265           mooring: "Mooring"
1266           rapids: "Rapids"
1267           river: "River"
1268           stream: "Stream"
1269           wadi: "Wadi"
1270           waterfall: "Waterfall"
1271           weir: "Weir"
1272           "yes": "Waterway"
1273       admin_levels:
1274         level2: "Country Boundary"
1275         level3: "Region Boundary"
1276         level4: "State Boundary"
1277         level5: "Region Boundary"
1278         level6: "County Boundary"
1279         level7: "Municipality Boundary"
1280         level8: "City Boundary"
1281         level9: "Village Boundary"
1282         level10: "Suburb Boundary"
1283         level11: "Neighbourhood Boundary"
1284       types:
1285         cities: Cities
1286         towns: Towns
1287         places: Places
1288     results:
1289       no_results: "No results found"
1290       more_results: "More results"
1291   issues:
1292     index:
1293       title: Issues
1294       select_status: Select Status
1295       select_type: Select Type
1296       select_last_updated_by: Select Last Updated By
1297       reported_user: Reported User
1298       not_updated: Not Updated
1299       search: Search
1300       search_guidance: "Search Issues:"
1301       user_not_found: User does not exist
1302       issues_not_found: No such issues found
1303       status: Status
1304       reports: Reports
1305       last_updated: Last Updated
1306       last_updated_time_html: "<abbr title='%{title}'>%{time}</abbr>"
1307       last_updated_time_user_html: "<abbr title='%{title}'>%{time}</abbr> by %{user}"
1308       link_to_reports: View Reports
1309       reported_user: Reported User
1310       reports_count:
1311         one: "1 Report"
1312         other: "%{count} Reports"
1313       reported_item: Reported Item
1314       states:
1315         ignored: Ignored
1316         open: Open
1317         resolved: Resolved
1318     update:
1319       new_report: Your report has been registered successfully
1320       successful_update: Your report has been updated successfully
1321       provide_details: Please provide the required details
1322     show:
1323       title: "%{status} Issue #%{issue_id}"
1324       reports:
1325         zero: No reports
1326         one: 1 report
1327         other: "%{count} reports"
1328       report_created_at: "First reported at %{datetime}"
1329       last_resolved_at: "Last resolved at %{datetime}"
1330       last_updated_at: "Last updated at %{datetime} by %{displayname}"
1331       resolve: Resolve
1332       ignore: Ignore
1333       reopen: Reopen
1334       reports_of_this_issue: Reports of this Issue
1335       read_reports: Read Reports
1336       new_reports: New Reports
1337       other_issues_against_this_user: Other issues against this user
1338       no_other_issues: No other issues against this user.
1339       comments_on_this_issue: Comments on this issue
1340     resolve:
1341       resolved: Issue status has been set to 'Resolved'
1342     ignore:
1343       ignored: Issue status has been set to 'Ignored'
1344     reopen:
1345       reopened: Issue status has been set to 'Open'
1346     comments:
1347       comment_from_html: "Comment from %{user_link} on %{comment_created_at}"
1348       reassign_param: Reassign Issue?
1349     reports:
1350       reported_by_html: "Reported as %{category} by %{user} on %{updated_at}"
1351     helper:
1352       reportable_title:
1353         diary_comment: "%{entry_title}, comment #%{comment_id}"
1354         note: "Note #%{note_id}"
1355   issue_comments:
1356     create:
1357       comment_created: Your comment was successfully created
1358   reports:
1359     new:
1360       title_html: "Report %{link}"
1361       missing_params: "Cannot create a new report"
1362       disclaimer:
1363         intro: "Before sending your report to the site moderators, please ensure that:"
1364         not_just_mistake: You are certain that the problem is not just a mistake
1365         unable_to_fix: You are unable to fix the problem yourself or with the help of your fellow community members
1366         resolve_with_user: You have already tried to resolve the problem with the user concerned
1367       categories:
1368         diary_entry:
1369           spam_label: This diary entry is/contains spam
1370           offensive_label: This diary entry is obscene/offensive
1371           threat_label: This diary entry contains a threat
1372           other_label: Other
1373         diary_comment:
1374           spam_label: This diary comment is/contains spam
1375           offensive_label: This diary comment is obscene/offensive
1376           threat_label: This diary comment contains a threat
1377           other_label: Other
1378         user:
1379           spam_label: This user profile is/contains spam
1380           offensive_label: This user profile is obscene/offensive
1381           threat_label: This user profile contains a threat
1382           vandal_label: This user is a vandal
1383           other_label: Other
1384         note:
1385           spam_label: This note is spam
1386           personal_label: This note contains personal data
1387           abusive_label: This note is abusive
1388           other_label: Other
1389     create:
1390       successful_report: Your report has been registered successfully
1391       provide_details: Please provide the required details
1392   layouts:
1393     project_name:
1394       # in <title>
1395       title: OpenStreetMap
1396       # in <h1>
1397       h1: OpenStreetMap
1398     logo:
1399       alt_text: OpenStreetMap logo
1400     home: Go to Home Location
1401     logout: Log Out
1402     log_in: Log In
1403     log_in_tooltip: Log in with an existing account
1404     sign_up: Sign Up
1405     start_mapping: Start Mapping
1406     sign_up_tooltip: Create an account for editing
1407     edit: Edit
1408     history: History
1409     export: Export
1410     issues: Issues
1411     data: Data
1412     export_data: Export Data
1413     gps_traces: GPS Traces
1414     gps_traces_tooltip: Manage GPS traces
1415     user_diaries: User Diaries
1416     user_diaries_tooltip: View user diaries
1417     edit_with: Edit with %{editor}
1418     tag_line: The Free Wiki World Map
1419     intro_header: Welcome to OpenStreetMap!
1420     intro_text: OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
1421     intro_2_create_account: "Create a user account"
1422     hosting_partners_html: "Hosting is supported by %{ucl}, %{bytemark}, and other %{partners}."
1423     partners_ucl: "UCL"
1424     partners_bytemark: "Bytemark Hosting"
1425     partners_partners: "partners"
1426     tou: "Terms of Use"
1427     osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
1428     osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
1429     donate: "Support OpenStreetMap by %{link} to the Hardware Upgrade Fund."
1430     help: Help
1431     about: About
1432     copyright: Copyright
1433     community: Community
1434     community_blogs: "Community Blogs"
1435     community_blogs_title: "Blogs from members of the OpenStreetMap community"
1436     foundation: Foundation
1437     foundation_title: The OpenStreetMap Foundation
1438     make_a_donation:
1439       title: Support OpenStreetMap with a monetary donation
1440       text: Make a Donation
1441     learn_more: "Learn More"
1442     more: More
1443   user_mailer:
1444     diary_comment_notification:
1445       subject: "[OpenStreetMap] %{user} commented on a diary entry"
1446       hi: "Hi %{to_user},"
1447       header: "%{from_user} has commented on the OpenStreetMap diary entry with the subject %{subject}:"
1448       header_html: "%{from_user} has commented on the OpenStreetMap diary entry with the subject %{subject}:"
1449       footer: "You can also read the comment at %{readurl} and you can comment at %{commenturl} or send a message to the author at %{replyurl}"
1450       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}"
1451     message_notification:
1452       subject: "[OpenStreetMap] %{message_title}"
1453       hi: "Hi %{to_user},"
1454       header: "%{from_user} has sent you a message through OpenStreetMap with the subject %{subject}:"
1455       header_html: "%{from_user} has sent you a message through OpenStreetMap with the subject %{subject}:"
1456       footer: "You can also read the message at %{readurl} and you can send a message to the author at %{replyurl}"
1457       footer_html: "You can also read the message at %{readurl} and you can send a message to the author at %{replyurl}"
1458     friendship_notification:
1459       hi: "Hi %{to_user},"
1460       subject: "[OpenStreetMap] %{user} added you as a friend"
1461       had_added_you: "%{user} has added you as a friend on OpenStreetMap."
1462       see_their_profile: "You can see their profile at %{userurl}."
1463       see_their_profile_html: "You can see their profile at %{userurl}."
1464       befriend_them: "You can also add them as a friend at %{befriendurl}."
1465       befriend_them_html: "You can also add them as a friend at %{befriendurl}."
1466     gpx_description:
1467       description_with_tags_html: "It looks like your GPX file %{trace_name} with the description %{trace_description} and the following tags: %{tags}"
1468       description_with_no_tags_html: "It looks like your GPX file %{trace_name} with the description %{trace_description} and no tags"
1469     gpx_failure:
1470       hi: "Hi %{to_user},"
1471       failed_to_import: "failed to import. Here is the error:"
1472       more_info_html: "More information about GPX import failures and how to avoid them can be found at %{url}."
1473       import_failures_url: "https://wiki.openstreetmap.org/wiki/GPX_Import_Failures"
1474       subject: "[OpenStreetMap] GPX Import failure"
1475     gpx_success:
1476       hi: "Hi %{to_user},"
1477       loaded_successfully:
1478         one: loaded successfully with %{trace_points} out of a possible 1 point.
1479         other: loaded successfully with %{trace_points} out of a possible %{possible_points} points.
1480       subject: "[OpenStreetMap] GPX Import success"
1481     signup_confirm:
1482       subject: "[OpenStreetMap] Welcome to OpenStreetMap"
1483       greeting: "Hi there!"
1484       created: "Someone (hopefully you) just created an account at %{site_url}."
1485       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:"
1486       welcome: "After you confirm your account, we'll provide you with some additional information to get you started."
1487     email_confirm:
1488       subject: "[OpenStreetMap] Confirm your email address"
1489       greeting: "Hi,"
1490       hopefully_you: "Someone (hopefully you) would like to change their email address over at %{server_url} to %{new_address}."
1491       click_the_link: "If this is you, please click the link below to confirm the change."
1492     lost_password:
1493       subject: "[OpenStreetMap] Password reset request"
1494       greeting: "Hi,"
1495       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1496       click_the_link: "If this is you, please click the link below to reset your password."
1497     note_comment_notification:
1498       anonymous: An anonymous user
1499       greeting: "Hi,"
1500       commented:
1501         subject_own: "[OpenStreetMap] %{commenter} has commented on one of your notes"
1502         subject_other: "[OpenStreetMap] %{commenter} has commented on a note you are interested in"
1503         your_note: "%{commenter} has left a comment on one of your map notes near %{place}."
1504         your_note_html: "%{commenter} has left a comment on one of your map notes near %{place}."
1505         commented_note: "%{commenter} has left a comment on a map note you have commented on. The note is near %{place}."
1506         commented_note_html: "%{commenter} has left a comment on a map note you have commented on. The note is near %{place}."
1507       closed:
1508         subject_own: "[OpenStreetMap] %{commenter} has resolved one of your notes"
1509         subject_other: "[OpenStreetMap] %{commenter} has resolved a note you are interested in"
1510         your_note: "%{commenter} has resolved one of your map notes near %{place}."
1511         your_note_html: "%{commenter} has resolved one of your map notes near %{place}."
1512         commented_note: "%{commenter} has resolved a map note you have commented on. The note is near %{place}."
1513         commented_note_html: "%{commenter} has resolved a map note you have commented on. The note is near %{place}."
1514       reopened:
1515         subject_own: "[OpenStreetMap] %{commenter} has reactivated one of your notes"
1516         subject_other: "[OpenStreetMap] %{commenter} has reactivated a note you are interested in"
1517         your_note: "%{commenter} has reactivated one of your map notes near %{place}."
1518         your_note_html: "%{commenter} has reactivated one of your map notes near %{place}."
1519         commented_note: "%{commenter} has reactivated a map note you have commented on. The note is near %{place}."
1520         commented_note_html: "%{commenter} has reactivated a map note you have commented on. The note is near %{place}."
1521       details: "More details about the note can be found at %{url}."
1522       details_html: "More details about the note can be found at %{url}."
1523     changeset_comment_notification:
1524       hi: "Hi %{to_user},"
1525       greeting: "Hi,"
1526       commented:
1527         subject_own: "[OpenStreetMap] %{commenter} has commented on one of your changesets"
1528         subject_other: "[OpenStreetMap] %{commenter} has commented on a changeset you are interested in"
1529         your_changeset: "%{commenter} left a comment at %{time} on one of your changesets"
1530         your_changeset_html: "%{commenter} left a comment at %{time} on one of your changesets"
1531         commented_changeset: "%{commenter} left a comment at %{time} on a changeset you are watching created by %{changeset_author}"
1532         commented_changeset_html: "%{commenter} left a comment at %{time} on a changeset you are watching created by %{changeset_author}"
1533         partial_changeset_with_comment: "with comment '%{changeset_comment}'"
1534         partial_changeset_with_comment_html: "with comment '%{changeset_comment}'"
1535         partial_changeset_without_comment: "without comment"
1536       details: "More details about the changeset can be found at %{url}."
1537       details_html: "More details about the changeset can be found at %{url}."
1538       unsubscribe: 'To unsubscribe from updates to this changeset, visit %{url} and click "Unsubscribe".'
1539       unsubscribe_html: 'To unsubscribe from updates to this changeset, visit %{url} and click "Unsubscribe".'
1540   confirmations:
1541     confirm:
1542       heading: Check your email!
1543       introduction_1: |
1544         We sent you a confirmation email.
1545       introduction_2: |
1546         Confirm your account by clicking on the link in the email and you'll be able to start mapping.
1547       press confirm button: "Press the confirm button below to activate your account."
1548       button: Confirm
1549       success: "Confirmed your account, thanks for signing up!"
1550       already active: "This account has already been confirmed."
1551       unknown token: "That confirmation code has expired or does not exist."
1552       reconfirm_html: "If you need us to resend the confirmation email, <a href=\"%{reconfirm}\">click here</a>."
1553     confirm_resend:
1554       success_html: "We've sent a new confirmation note to %{email} and as soon as you confirm your account you'll be able to get mapping.<br /><br />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."
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   messages:
1564     inbox:
1565       title: "Inbox"
1566       my_inbox: "My Inbox"
1567       my_outbox: "My Outbox"
1568       messages: "You have %{new_messages} and %{old_messages}"
1569       new_messages:
1570         one: "%{count} new message"
1571         other: "%{count} new messages"
1572       old_messages:
1573         one: "%{count} old message"
1574         other: "%{count} old messages"
1575       from: "From"
1576       subject: "Subject"
1577       date: "Date"
1578       no_messages_yet_html: "You have no messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1579       people_mapping_nearby: "people mapping nearby"
1580     message_summary:
1581       unread_button: "Mark as unread"
1582       read_button: "Mark as read"
1583       reply_button: "Reply"
1584       destroy_button: "Delete"
1585     new:
1586       title: "Send message"
1587       send_message_to_html: "Send a new message to %{name}"
1588       subject: "Subject"
1589       body: "Body"
1590       back_to_inbox: "Back to inbox"
1591     create:
1592       message_sent: "Message sent"
1593       limit_exceeded: "You have sent a lot of messages recently. Please wait a while before trying to send any more."
1594     no_such_message:
1595       title: "No such message"
1596       heading: "No such message"
1597       body: "Sorry there is no message with that id."
1598     outbox:
1599       title: "Outbox"
1600       my_inbox: "My Inbox"
1601       my_outbox: "My Outbox"
1602       messages:
1603         one: "You have %{count} sent message"
1604         other: "You have %{count} sent messages"
1605       to: "To"
1606       subject: "Subject"
1607       date: "Date"
1608       no_sent_messages_html: "You have no sent messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1609       people_mapping_nearby: "people mapping nearby"
1610     reply:
1611       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."
1612     show:
1613       title: "Read message"
1614       from: "From"
1615       subject: "Subject"
1616       date: "Date"
1617       reply_button: "Reply"
1618       unread_button: "Mark as unread"
1619       destroy_button: "Delete"
1620       back: "Back"
1621       to: "To"
1622       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."
1623     sent_message_summary:
1624       destroy_button: "Delete"
1625     mark:
1626       as_read: "Message marked as read"
1627       as_unread: "Message marked as unread"
1628     destroy:
1629       destroyed: "Message deleted"
1630   passwords:
1631     lost_password:
1632       title: "Lost password"
1633       heading: "Forgotten Password?"
1634       email address: "Email Address:"
1635       new password button: "Reset password"
1636       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."
1637       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
1638       notice email cannot find: "Could not find that email address, sorry."
1639     reset_password:
1640       title: "Reset password"
1641       heading: "Reset Password for %{user}"
1642       reset: "Reset Password"
1643       flash changed: "Your password has been changed."
1644       flash token bad: "Did not find that token, check the URL maybe?"
1645   sessions:
1646     new:
1647       title: "Login"
1648       heading: "Login"
1649       email or username: "Email Address or Username:"
1650       password: "Password:"
1651       openid_html: "%{logo} OpenID:"
1652       remember: "Remember me"
1653       lost password link: "Lost your password?"
1654       login_button: "Login"
1655       register now: Register now
1656       with username: "Already have an OpenStreetMap account? Please login with your username and password:"
1657       with external: "Alternatively, use a third party to login:"
1658       new to osm: New to OpenStreetMap?
1659       to make changes: To make changes to the OpenStreetMap data, you must have an account.
1660       create account minute: Create an account. It only takes a minute.
1661       no account: Don't have an account?
1662       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>."
1663       account is suspended: Sorry, your account has been suspended due to suspicious activity.<br />Please contact the <a href="%{webmaster}">webmaster</a> if you wish to discuss this.
1664       auth failure: "Sorry, could not log in with those details."
1665       openid_logo_alt: "Log in with an OpenID"
1666       auth_providers:
1667         openid:
1668           title: Login with OpenID
1669           alt: Login with an OpenID URL
1670         google:
1671           title: Login with Google
1672           alt: Login with a Google OpenID
1673         facebook:
1674           title: Login with Facebook
1675           alt: Login with a Facebook Account
1676         windowslive:
1677           title: Login with Windows Live
1678           alt: Login with a Windows Live Account
1679         github:
1680           title: Login with GitHub
1681           alt: Login with a GitHub Account
1682         wikipedia:
1683           title: Login with Wikipedia
1684           alt: Login with a Wikipedia Account
1685         yahoo:
1686           title: Login with Yahoo
1687           alt: Login with a Yahoo OpenID
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       see_all_traces: "See all traces"
2241       see_my_traces: "See my traces"
2242     destroy:
2243       scheduled_for_deletion: "Trace scheduled for deletion"
2244     make_public:
2245       made_public: "Trace made public"
2246     offline_warning:
2247       message: "The GPX file upload system is currently unavailable"
2248     offline:
2249       heading: "GPX Storage Offline"
2250       message: "The GPX file storage and upload system is currently unavailable."
2251     georss:
2252       title: "OpenStreetMap GPS Traces"
2253     description:
2254       description_with_count:
2255         one: "GPX file with %{count} point from %{user}"
2256         other: "GPX file with %{count} points from %{user}"
2257       description_without_count: "GPX file from %{user}"
2258   application:
2259     permission_denied: You do not have permission to access that action
2260     require_cookies:
2261       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
2262     require_admin:
2263       not_an_admin: You need to be an admin to perform that action.
2264     setup_user_auth:
2265       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."
2266       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
2267       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."
2268   oauth:
2269     authorize:
2270       title: "Authorize access to your account"
2271       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."
2272       allow_to: "Allow the client application to:"
2273       allow_read_prefs:  "read your user preferences."
2274       allow_write_prefs: "modify your user preferences."
2275       allow_write_diary: "create diary entries, comments and make friends."
2276       allow_write_api:   "modify the map."
2277       allow_read_gpx:    "read your private GPS traces."
2278       allow_write_gpx:   "upload GPS traces."
2279       allow_write_notes: "modify notes."
2280       grant_access: "Grant Access"
2281     authorize_success:
2282       title: "Authorization request allowed"
2283       allowed_html: "You have granted application %{app_name} access to your account."
2284       verification: "The verification code is %{code}."
2285     authorize_failure:
2286       title: "Authorization request failed"
2287       denied: "You have denied application %{app_name} access to your account."
2288       invalid: "The authorization token is not valid."
2289     revoke:
2290       flash: "You've revoked the token for %{application}"
2291     permissions:
2292       missing: "You have not permitted the application access to this facility"
2293     scopes:
2294       read_prefs: Read user preferences
2295       write_prefs: Modify user preferences
2296       write_diary: Create diary entries, comments and make friends
2297       write_api: Modify the map
2298       read_gpx: Read private GPS traces
2299       write_gpx: Upload GPS traces
2300       write_notes: Modify notes
2301   oauth_clients:
2302     new:
2303       title: "Register a new application"
2304     edit:
2305       title: "Edit your application"
2306     show:
2307       title: "OAuth details for %{app_name}"
2308       key: "Consumer Key:"
2309       secret: "Consumer Secret:"
2310       url: "Request Token URL:"
2311       access_url: "Access Token URL:"
2312       authorize_url: "Authorise URL:"
2313       support_notice: "We support HMAC-SHA1 (recommended) and RSA-SHA1 signatures."
2314       edit: "Edit Details"
2315       delete: "Delete Client"
2316       confirm: "Are you sure?"
2317       requests: "Requesting the following permissions from the user:"
2318     index:
2319       title: "My OAuth Details"
2320       my_tokens: "My Authorised Applications"
2321       list_tokens: "The following tokens have been issued to applications in your name:"
2322       application: "Application Name"
2323       issued_at: "Issued At"
2324       revoke: "Revoke!"
2325       my_apps: "My Client Applications"
2326       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."
2327       oauth: OAuth
2328       registered_apps: "You have the following client applications registered:"
2329       register_new: "Register your application"
2330     form:
2331       requests: "Request the following permissions from the user:"
2332     not_found:
2333       sorry: "Sorry, that %{type} could not be found."
2334     create:
2335       flash: "Registered the information successfully"
2336     update:
2337       flash: "Updated the client information successfully"
2338     destroy:
2339       flash: "Destroyed the client application registration"
2340   oauth2_applications:
2341     index:
2342       title: "My client applications"
2343       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."
2344       oauth_2: "OAuth 2"
2345       new: "Register new application"
2346       name: "Name"
2347       permissions: "Permissions"
2348     application:
2349       edit: "Edit"
2350       delete: "Delete"
2351       confirm_delete: "Delete this application?"
2352     new:
2353       title: "Register a new application"
2354     edit:
2355       title: "Edit your application"
2356     show:
2357       edit: "Edit"
2358       delete: "Delete"
2359       confirm_delete: "Delete this application?"
2360       client_id: "Client ID"
2361       client_secret: "Client Secret"
2362       client_secret_warning: "Make sure to save this secret - it will not be accessible again"
2363       permissions: "Permissions"
2364       redirect_uris: "Redirect URIs"
2365     not_found:
2366       sorry: "Sorry, that application could not be found."
2367   oauth2_authorizations:
2368     new:
2369       title: "Authorization required"
2370       introduction: "Authorize %{application} to access your account with the following permissions?"
2371       authorize: "Authorize"
2372       deny: "Deny"
2373     error:
2374       title: "An error has occurred"
2375     show:
2376       title: "Authorization code"
2377   oauth2_authorized_applications:
2378     index:
2379       title: "My authorized applications"
2380       application: "Application"
2381       permissions: "Permissions"
2382       no_applications_html: "You have not yet authorized any %{oauth2} applications."
2383     application:
2384       revoke: "Revoke Access"
2385       confirm_revoke: "Revoke access for this application?"
2386   users:
2387     new:
2388       title: "Sign Up"
2389       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
2390       contact_webmaster_html: 'Please contact the <a href="%{webmaster}">webmaster</a> to arrange for an account to be created - we will try and deal with the request as quickly as possible.'
2391       about:
2392         header: Free and editable
2393         html: |
2394           <p>Unlike other maps, OpenStreetMap is completely created by people like you,
2395           and it's free for anyone to fix, update, download and use.</p>
2396           <p>Sign up to get started contributing. We'll send an email to confirm your account.</p>
2397       email address: "Email Address:"
2398       confirm email address: "Confirm Email Address:"
2399       display name: "Display Name:"
2400       display name description: "Your publicly displayed username. You can change this later in the preferences."
2401       external auth: "Third Party Authentication:"
2402       use external auth: "Alternatively, use a third party to login"
2403       auth no password: "With third party authentication a password is not required, but some extra tools or server may still need one."
2404       continue: Sign Up
2405       terms accepted: "Thanks for accepting the new contributor terms!"
2406       terms declined: "We are sorry that you have decided to not accept the new Contributor Terms. For more information, please see <a href=\"%{url}\">this wiki page</a>."
2407       terms declined url: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
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     no_such_user:
2431       title: "No such user"
2432       heading: "The user %{user} does not exist"
2433       body: "Sorry, there is no user with the name %{user}. Please check your spelling, or maybe the link you clicked is wrong."
2434       deleted: "deleted"
2435     show:
2436       my diary: My Diary
2437       new diary entry: new diary entry
2438       my edits: My Edits
2439       my traces: My Traces
2440       my notes: My Notes
2441       my messages: My Messages
2442       my profile: My Profile
2443       my settings: My Settings
2444       my comments: My Comments
2445       blocks on me: Blocks on Me
2446       blocks by me: Blocks by Me
2447       send message: Send Message
2448       diary: Diary
2449       edits: Edits
2450       traces: Traces
2451       notes: Map Notes
2452       remove as friend: Unfriend
2453       add as friend: Add Friend
2454       mapper since: "Mapper since:"
2455       ct status: "Contributor terms:"
2456       ct undecided: Undecided
2457       ct declined: Declined
2458       latest edit: "Latest edit (%{ago}):"
2459       email address: "Email address:"
2460       created from: "Created from:"
2461       status: "Status:"
2462       spam score: "Spam Score:"
2463       description: Description
2464       user location: User location
2465       if_set_location_html: "Set your home location on the %{settings_link} page to see nearby users."
2466       settings_link_text: settings
2467       my friends: My friends
2468       no friends: You have not added any friends yet.
2469       km away: "%{count}km away"
2470       m away: "%{count}m away"
2471       nearby users: "Other nearby users"
2472       no nearby users: "There are no other users who admit to mapping nearby yet."
2473       role:
2474         administrator: "This user is an administrator"
2475         moderator: "This user is a moderator"
2476         grant:
2477           administrator: "Grant administrator access"
2478           moderator: "Grant moderator access"
2479         revoke:
2480           administrator: "Revoke administrator access"
2481           moderator: "Revoke moderator access"
2482       block_history: "Active Blocks"
2483       moderator_history: "Blocks Given"
2484       comments: "Comments"
2485       create_block: "Block this User"
2486       activate_user: "Activate this User"
2487       deactivate_user: "Deactivate this User"
2488       confirm_user: "Confirm this User"
2489       hide_user: "Hide this User"
2490       unhide_user: "Unhide this User"
2491       delete_user: "Delete this User"
2492       confirm: "Confirm"
2493       friends_changesets: "friends' changesets"
2494       friends_diaries: "friends' diary entries"
2495       nearby_changesets: "nearby user changesets"
2496       nearby_diaries: "nearby user diary entries"
2497       report: Report this User
2498     popup:
2499       your location: "Your location"
2500       nearby mapper: "Nearby mapper"
2501       friend: "Friend"
2502     account:
2503       title: "Edit account"
2504       my settings: My settings
2505       current email address: "Current Email Address"
2506       external auth: "External Authentication"
2507       openid:
2508         link: "https://wiki.openstreetmap.org/wiki/OpenID"
2509         link text: "what is this?"
2510       public editing:
2511         heading: "Public editing"
2512         enabled: "Enabled. Not anonymous and can edit data."
2513         enabled link: "https://wiki.openstreetmap.org/wiki/Anonymous_edits"
2514         enabled link text: "what is this?"
2515         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
2516         disabled link text: "why can't I edit?"
2517       public editing note:
2518         heading: "Public editing"
2519         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>"
2520       contributor terms:
2521         heading: "Contributor Terms"
2522         agreed: "You have agreed to the new Contributor Terms."
2523         not yet agreed: "You have not yet agreed to the new Contributor Terms."
2524         review link text: "Please follow this link at your convenience to review and accept the new Contributor Terms."
2525         agreed_with_pd: "You have also declared that you consider your edits to be in the Public Domain."
2526         link: "https://www.osmfoundation.org/wiki/License/Contributor_Terms"
2527         link text: "what is this?"
2528       image: Image
2529       gravatar:
2530         gravatar: "Use Gravatar"
2531         link: "https://wiki.openstreetmap.org/wiki/Gravatar"
2532         what_is_gravatar: "What is Gravatar?"
2533         disabled: "Gravatar has been disabled."
2534         enabled: "Display of your Gravatar has been enabled."
2535       new image: "Add an image"
2536       keep image: "Keep the current image"
2537       delete image: "Remove the current image"
2538       replace image: "Replace the current image"
2539       image size hint: "(square images at least 100x100 work best)"
2540       home location: "Home Location"
2541       no home location: "You have not entered your home location."
2542       update home location on click: "Update home location when I click on the map?"
2543       save changes button: Save Changes
2544       make edits public button: Make all my edits public
2545       return to profile: Return to profile
2546       oauth1 settings: OAuth 1 settings
2547       oauth2 applications: OAuth 2 applications
2548       oauth2 authorizations: OAuth 2 authorizations
2549       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
2550       flash update success: "User information updated successfully."
2551     set_home:
2552       flash success: "Home location saved successfully"
2553     go_public:
2554       flash success: "All your edits are now public, and you are now allowed to edit."
2555     index:
2556       title: Users
2557       heading: Users
2558       showing:
2559         one: Page %{page} (%{first_item} of %{items})
2560         other: Page %{page} (%{first_item}-%{last_item} of %{items})
2561       summary_html: "%{name} created from %{ip_address} on %{date}"
2562       summary_no_ip_html: "%{name} created on %{date}"
2563       confirm: Confirm Selected Users
2564       hide: Hide Selected Users
2565       empty: No matching users found
2566     suspended:
2567       title: Account Suspended
2568       heading: Account Suspended
2569       webmaster: webmaster
2570       body_html: |
2571         <p>
2572           Sorry, your account has been automatically suspended due to
2573           suspicious activity.
2574         </p>
2575         <p>
2576           This decision will be reviewed by an administrator shortly, or
2577           you may contact the %{webmaster} if you wish to discuss this.
2578         </p>
2579     auth_failure:
2580       connection_failed: Connection to authentication provider failed
2581       invalid_credentials: Invalid authentication credentials
2582       no_authorization_code: No authorization code
2583       unknown_signature_algorithm: Unknown signature algorithm
2584       invalid_scope: Invalid scope
2585     auth_association:
2586       heading: Your ID is not associated with a OpenStreetMap account yet.
2587       option_1: |
2588         If you are new to OpenStreetMap, please create a new account
2589         using the form below.
2590       option_2: |
2591         If you already have an account, you can login to your account
2592         using your username and password and then associate the account
2593         with your ID in your user settings.
2594   user_role:
2595     filter:
2596       not_a_role: "The string `%{role}' is not a valid role."
2597       already_has_role: "The user already has role %{role}."
2598       doesnt_have_role: "The user does not have role %{role}."
2599       not_revoke_admin_current_user: "Cannot revoke administrator role from current user."
2600     grant:
2601       title: Confirm role granting
2602       heading: Confirm role granting
2603       are_you_sure: "Are you sure you want to grant the role `%{role}' to the user `%{name}'?"
2604       confirm: "Confirm"
2605       fail: "Could not grant role `%{role}' to user `%{name}'. Please check that the user and role are both valid."
2606     revoke:
2607       title: Confirm role revoking
2608       heading: Confirm role revoking
2609       are_you_sure: "Are you sure you want to revoke the role `%{role}' from the user `%{name}'?"
2610       confirm: "Confirm"
2611       fail: "Could not revoke role `%{role}' from user `%{name}'. Please check that the user and role are both valid."
2612   user_blocks:
2613     model:
2614       non_moderator_update: "Must be a moderator to create or update a block."
2615       non_moderator_revoke: "Must be a moderator to revoke a block."
2616     not_found:
2617       sorry: "Sorry, the user block with ID %{id} could not be found."
2618       back: "Back to index"
2619     new:
2620       title: "Creating block on %{name}"
2621       heading_html: "Creating block on %{name}"
2622       period: "How long, starting now, the user will be blocked from the API for."
2623       tried_contacting: "I have contacted the user and asked them to stop."
2624       tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
2625       back: "View all blocks"
2626     edit:
2627       title: "Editing block on %{name}"
2628       heading_html: "Editing block on %{name}"
2629       period: "How long, starting now, the user will be blocked from the API for."
2630       show: "View this block"
2631       back: "View all blocks"
2632     filter:
2633       block_expired: "The block has already expired and cannot be edited."
2634       block_period: "The blocking period must be one of the values selectable in the drop-down list."
2635     create:
2636       try_contacting: "Please try contacting the user before blocking them and giving them a reasonable time to respond."
2637       try_waiting: "Please try giving the user a reasonable time to respond before blocking them."
2638       flash: "Created a block on user %{name}."
2639     update:
2640       only_creator_can_edit: "Only the moderator who created this block can edit it."
2641       success: "Block updated."
2642     index:
2643       title: "User blocks"
2644       heading: "List of user blocks"
2645       empty: "No blocks have been made yet."
2646     revoke:
2647       title: "Revoking block on %{block_on}"
2648       heading_html: "Revoking block on %{block_on} by %{block_by}"
2649       time_future: "This block will end in %{time}."
2650       past: "This block ended %{time} and cannot be revoked now."
2651       confirm: "Are you sure you wish to revoke this block?"
2652       revoke: "Revoke!"
2653       flash: "This block has been revoked."
2654     helper:
2655       time_future_html: "Ends in %{time}."
2656       until_login: "Active until the user logs in."
2657       time_future_and_until_login_html: "Ends in %{time} and after the user has logged in."
2658       time_past_html: "Ended %{time}."
2659       block_duration:
2660         hours:
2661           one: "1 hour"
2662           other: "%{count} hours"
2663         days:
2664           one: "1 day"
2665           other: "%{count} days"
2666         weeks:
2667           one: "1 week"
2668           other: "%{count} weeks"
2669         months:
2670           one: "1 month"
2671           other: "%{count} months"
2672         years:
2673           one: "1 year"
2674           other: "%{count} years"
2675     blocks_on:
2676       title: "Blocks on %{name}"
2677       heading_html: "List of blocks on %{name}"
2678       empty: "%{name} has not been blocked yet."
2679     blocks_by:
2680       title: "Blocks by %{name}"
2681       heading_html: "List of blocks by %{name}"
2682       empty: "%{name} has not made any blocks yet."
2683     show:
2684       title: "%{block_on} blocked by %{block_by}"
2685       heading_html: "%{block_on} blocked by %{block_by}"
2686       created: "Created:"
2687       duration: "Duration:"
2688       status: "Status:"
2689       show: "Show"
2690       edit: "Edit"
2691       revoke: "Revoke!"
2692       confirm: "Are you sure?"
2693       reason: "Reason for block:"
2694       back: "View all blocks"
2695       revoker: "Revoker:"
2696       needs_view: "The user needs to log in before this block will be cleared."
2697     block:
2698       not_revoked: "(not revoked)"
2699       show: "Show"
2700       edit: "Edit"
2701       revoke: "Revoke!"
2702     blocks:
2703       display_name: "Blocked User"
2704       creator_name: "Creator"
2705       reason: "Reason for block"
2706       status: "Status"
2707       revoker_name: "Revoked by"
2708       showing_page: "Page %{page}"
2709       next: "Next »"
2710       previous: "« Previous"
2711   notes:
2712     index:
2713       title: "Notes submitted or commented on by %{user}"
2714       heading: "%{user}'s notes"
2715       subheading_html: "Notes submitted or commented on by %{user}"
2716       no_notes: No notes
2717       id: "Id"
2718       creator: "Creator"
2719       description: "Description"
2720       created_at: "Created at"
2721       last_changed: "Last changed"
2722   javascripts:
2723     close: Close
2724     share:
2725       title: "Share"
2726       cancel: "Cancel"
2727       image: "Image"
2728       link: "Link or HTML"
2729       long_link: "Link"
2730       short_link: "Short Link"
2731       geo_uri: "Geo URI"
2732       embed: "HTML"
2733       custom_dimensions: "Set custom dimensions"
2734       format: "Format:"
2735       scale: "Scale:"
2736       image_dimensions: "Image will show standard layer at %{width} x %{height}"
2737       download: "Download"
2738       short_url: "Short URL"
2739       include_marker: "Include marker"
2740       center_marker: "Center map on marker"
2741       paste_html: "Paste HTML to embed in website"
2742       view_larger_map: "View Larger Map"
2743       only_standard_layer: "Only the standard layer can be exported as an image"
2744     embed:
2745       report_problem: "Report a problem"
2746     key:
2747       title: "Map Key"
2748       tooltip: "Map Key"
2749       tooltip_disabled: "Map Key not available for this layer"
2750     map:
2751       zoom:
2752         in: Zoom In
2753         out: Zoom Out
2754       locate:
2755         title: Show My Location
2756         metersPopup:
2757           one: You are within one meter of this point
2758           other: You are within %{count} meters of this point
2759         feetPopup:
2760           one: You are within one foot of this point
2761           other: You are within %{count} feet of this point
2762       base:
2763         standard: Standard
2764         cyclosm: CyclOSM
2765         cycle_map: Cycle Map
2766         transport_map: Transport Map
2767         hot: Humanitarian
2768         opnvkarte: ÖPNVKarte
2769       layers:
2770         header: Map Layers
2771         notes: Map Notes
2772         data: Map Data
2773         gps: Public GPS Traces
2774         overlays: Enable overlays for troubleshooting the map
2775         title: "Layers"
2776       copyright: "© <a href='%{copyright_url}'>OpenStreetMap contributors</a>"
2777       donate_link_text: "<a class='donate-attr' href='%{donate_url}'>Make a Donation</a>"
2778       terms: "<a href='%{terms_url}' target='_blank'>Website and API terms</a>"
2779       cyclosm: "Tiles style by <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a> hosted by <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap France</a>"
2780       thunderforest: "Tiles courtesy of <a href='%{thunderforest_url}' target='_blank'>Andy Allan</a>"
2781       opnvkarte: "Tiles courtesy of <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>"
2782       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>"
2783     site:
2784       edit_tooltip: Edit the map
2785       edit_disabled_tooltip: Zoom in to edit the map
2786       createnote_tooltip: Add a note to the map
2787       createnote_disabled_tooltip: Zoom in to add a note to the map
2788       map_notes_zoom_in_tooltip: Zoom in to see map notes
2789       map_data_zoom_in_tooltip: Zoom in to see map data
2790       queryfeature_tooltip: Query features
2791       queryfeature_disabled_tooltip: Zoom in to query features
2792     changesets:
2793       show:
2794         comment: "Comment"
2795         subscribe: "Subscribe"
2796         unsubscribe: "Unsubscribe"
2797         hide_comment: "hide"
2798         unhide_comment: "unhide"
2799     notes:
2800       new:
2801         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."
2802         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."
2803         add: Add Note
2804       show:
2805         anonymous_warning: This note includes comments from anonymous users which should be independently verified.
2806         hide: Hide
2807         resolve: Resolve
2808         reactivate: Reactivate
2809         comment_and_resolve: Comment & Resolve
2810         comment: Comment
2811     edit_help: Move the map and zoom in on a location you want to edit, then click here.
2812     directions:
2813       ascend: "Ascend"
2814       engines:
2815         fossgis_osrm_bike: "Bicycle (OSRM)"
2816         fossgis_osrm_car: "Car (OSRM)"
2817         fossgis_osrm_foot: "Foot (OSRM)"
2818         graphhopper_bicycle: "Bicycle (GraphHopper)"
2819         graphhopper_car: "Car (GraphHopper)"
2820         graphhopper_foot: "Foot (GraphHopper)"
2821       descend: "Descend"
2822       directions: "Directions"
2823       distance: "Distance"
2824       errors:
2825         no_route: "Couldn't find a route between those two places."
2826         no_place: "Sorry - couldn't locate '%{place}'."
2827       instructions:
2828         continue_without_exit: Continue on %{name}
2829         slight_right_without_exit: Slight right onto %{name}
2830         offramp_right: Take the ramp on the right
2831         offramp_right_with_exit: Take exit %{exit} on the right
2832         offramp_right_with_exit_name: Take exit %{exit} on the right onto %{name}
2833         offramp_right_with_exit_directions: Take exit %{exit} on the right towards %{directions}
2834         offramp_right_with_exit_name_directions: Take exit %{exit} on the right onto %{name}, towards %{directions}
2835         offramp_right_with_name: Take the ramp on the right onto %{name}
2836         offramp_right_with_directions: Take the ramp on the right towards %{directions}
2837         offramp_right_with_name_directions: Take the ramp on the right onto %{name}, towards %{directions}
2838         onramp_right_without_exit: Turn right on the ramp onto %{name}
2839         onramp_right_with_directions: Turn right onto the ramp towards %{directions}
2840         onramp_right_with_name_directions: Turn right on the ramp onto %{name}, towards %{directions}
2841         onramp_right_without_directions: Turn right onto the ramp
2842         onramp_right: Turn right onto the ramp
2843         endofroad_right_without_exit: At the end of the road turn right onto %{name}
2844         merge_right_without_exit: Merge right onto %{name}
2845         fork_right_without_exit: At the fork turn right onto %{name}
2846         turn_right_without_exit: Turn right onto %{name}
2847         sharp_right_without_exit: Sharp right onto %{name}
2848         uturn_without_exit: U-turn along %{name}
2849         sharp_left_without_exit: Sharp left onto %{name}
2850         turn_left_without_exit: Turn left onto %{name}
2851         offramp_left: Take the ramp on the left
2852         offramp_left_with_exit: Take exit %{exit} on the left
2853         offramp_left_with_exit_name: Take exit %{exit} on the left onto %{name}
2854         offramp_left_with_exit_directions: Take exit %{exit} on the left towards %{directions}
2855         offramp_left_with_exit_name_directions: Take exit %{exit} on the left onto %{name}, towards %{directions}
2856         offramp_left_with_name: Take the ramp on the left onto %{name}
2857         offramp_left_with_directions: Take the ramp on the left towards %{directions}
2858         offramp_left_with_name_directions: Take the ramp on the left onto %{name}, towards %{directions}
2859         onramp_left_without_exit: Turn left on the ramp onto %{name}
2860         onramp_left_with_directions: Turn left onto the ramp towards %{directions}
2861         onramp_left_with_name_directions: Turn left on the ramp onto %{name}, towards %{directions}
2862         onramp_left_without_directions: Turn left onto the ramp
2863         onramp_left: Turn left onto the ramp
2864         endofroad_left_without_exit: At the end of the road turn left onto %{name}
2865         merge_left_without_exit: Merge left onto %{name}
2866         fork_left_without_exit: At the fork turn left onto %{name}
2867         slight_left_without_exit: Slight left onto %{name}
2868         via_point_without_exit: (via point)
2869         follow_without_exit: Follow %{name}
2870         roundabout_without_exit: At roundabout take exit onto %{name}
2871         leave_roundabout_without_exit: Leave roundabout - %{name}
2872         stay_roundabout_without_exit: Stay on roundabout - %{name}
2873         start_without_exit: Start on %{name}
2874         destination_without_exit: Reach destination
2875         against_oneway_without_exit: Go against one-way on %{name}
2876         end_oneway_without_exit: End of one-way on %{name}
2877         roundabout_with_exit: At roundabout take exit %{exit} onto %{name}
2878         roundabout_with_exit_ordinal: At roundabout take %{exit} exit onto %{name}
2879         exit_roundabout: Exit roundabout onto %{name}
2880         unnamed: "unnamed road"
2881         courtesy: "Directions courtesy of %{link}"
2882         exit_counts:
2883           first: "1st"
2884           second: "2nd"
2885           third: "3rd"
2886           fourth: "4th"
2887           fifth: "5th"
2888           sixth: "6th"
2889           seventh: "7th"
2890           eighth: "8th"
2891           ninth: "9th"
2892           tenth: "10th"
2893       time: "Time"
2894     query:
2895       node: Node
2896       way: Way
2897       relation: Relation
2898       nothing_found: No features found
2899       error: "Error contacting %{server}: %{error}"
2900       timeout: "Timeout contacting %{server}"
2901     context:
2902       directions_from: Directions from here
2903       directions_to: Directions to here
2904       add_note: Add a note here
2905       show_address: Show address
2906       query_features: Query features
2907       centre_map: Centre map here
2908   redactions:
2909     edit:
2910       heading: "Edit redaction"
2911       title: "Edit redaction"
2912     index:
2913       empty: "No redactions to show."
2914       heading: "List of redactions"
2915       title: "List of redactions"
2916     new:
2917       heading: "Enter information for new redaction"
2918       title: "Creating new redaction"
2919     show:
2920       description: "Description:"
2921       heading: "Showing redaction \"%{title}\""
2922       title: "Showing redaction"
2923       user: "Creator:"
2924       edit: "Edit this redaction"
2925       destroy: "Remove this redaction"
2926       confirm: "Are you sure?"
2927     create:
2928       flash: "Redaction created."
2929     update:
2930       flash: "Changes saved."
2931     destroy:
2932       not_empty: "Redaction is not empty. Please un-redact all versions belonging to this redaction before destroying it."
2933       flash: "Redaction destroyed."
2934       error: "There was an error destroying this redaction."
2935   validations:
2936     leading_whitespace: "has leading whitespace"
2937     trailing_whitespace: "has trailing whitespace"
2938     invalid_characters: "contains invalid characters"
2939     url_characters: "contains special URL characters (%{characters})"