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