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