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