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