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