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