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