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