]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
3fc0458657a90422a3027329aca2f4d7b7a547b5
[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     # Translates all the model names, which is used in error handling on the web site
10     models:
11       acl: "Access Control List"
12       changeset: "Changeset"
13       changeset_tag: "Changeset Tag"
14       country: "Country"
15       diary_comment: "Diary Comment"
16       diary_entry: "Diary Entry"
17       friend: "Friend"
18       language: "Language"
19       message: "Message"
20       node: "Node"
21       node_tag: "Node Tag"
22       notifier: "Notifier"
23       old_node: "Old Node"
24       old_node_tag: "Old Node Tag"
25       old_relation: "Old Relation"
26       old_relation_member: "Old Relation Member"
27       old_relation_tag: "Old Relation Tag"
28       old_way: "Old Way"
29       old_way_node: "Old Way Node"
30       old_way_tag: "Old Way Tag"
31       relation: "Relation"
32       relation_member: "Relation Member"
33       relation_tag: "Relation Tag"
34       session: "Session"
35       trace: "Trace"
36       tracepoint: "Trace Point"
37       tracetag: "Trace Tag"
38       user: "User"
39       user_preference: "User Preference"
40       user_token: "User Token"
41       way: "Way"
42       way_node: "Way Node"
43       way_tag: "Way Tag"
44     # Translates all the model attributes, which is used in error handling on the web site
45     # Only the ones that are used on the web site are translated at the moment
46     attributes:
47       diary_comment:
48         body: "Body"
49       diary_entry:
50         user: "User"
51         title: "Title"
52         latitude: "Latitude"
53         longitude: "Longitude"
54         language: "Language"
55       friend:
56         user: "User"
57         friend: "Friend"
58       trace:
59         user: "User"
60         visible: "Visible"
61         name: "Name"
62         size: "Size"
63         latitude: "Latitude"
64         longitude: "Longitude"
65         public: "Public"
66         description: "Description"
67       message:
68         sender: "Sender"
69         title: "Title"
70         body: "Body"
71         recipient: "Recipient"
72       user:
73         email: "Email"
74         active: "Active"
75         display_name: "Display Name"
76         description: "Description"
77         languages: "Languages"
78         pass_crypt: "Password"
79   printable_name:
80     with_id: "%{id}"
81     with_version: "%{id}, v%{version}"
82     with_name: "%{name} (%{id})"
83   editor:
84     default: "Default (currently %{name})"
85     potlatch:
86       name: "Potlatch 1"
87       description: "Potlatch 1 (in-browser editor)"
88     id:
89       name: "iD"
90       description: "iD (in-browser editor)"
91     potlatch2:
92       name: "Potlatch 2"
93       description: "Potlatch 2 (in-browser editor)"
94     remote:
95       name: "Remote Control"
96       description: "Remote Control (JOSM or Merkaartor)"
97   browse:
98     created: "Created"
99     closed: "Closed"
100     created_html: "Created <abbr title='%{title}'>%{time} ago</abbr>"
101     closed_html: "Closed <abbr title='%{title}'>%{time} ago</abbr>"
102     created_by_html: "Created <abbr title='%{title}'>%{time} ago</abbr> by %{user}"
103     deleted_by_html: "Deleted <abbr title='%{title}'>%{time} ago</abbr> by %{user}"
104     edited_by_html: "Edited <abbr title='%{title}'>%{time} ago</abbr> by %{user}"
105     closed_by_html: "Closed <abbr title='%{title}'>%{time} ago</abbr> by %{user}"
106     version: "Version"
107     in_changeset: "Changeset"
108     anonymous: "anonymous"
109     no_comment: "(no comment)"
110     part_of: "Part of"
111     download_xml: "Download XML"
112     view_history: "View History"
113     view_details: "View Details"
114     changeset:
115       title: "Changeset %{id}"
116       belongs_to: "Author"
117       node: "Nodes (%{count})"
118       node_paginated: "Nodes (%{x}-%{y} of %{count})"
119       way: "Ways (%{count})"
120       way_paginated: "Ways (%{x}-%{y} of %{count})"
121       relation: "Relations (%{count})"
122       relation_paginated: "Relations (%{x}-%{y} of %{count})"
123       changesetxml: "Changeset XML"
124       osmchangexml: "osmChange XML"
125       feed:
126         title: "Changeset %{id}"
127         title_comment: "Changeset %{id} - %{comment}"
128     node:
129       title: "Node: %{name}"
130       history_title: "Node History: %{name}"
131     way:
132       title: "Way: %{name}"
133       history_title: "Way History: %{name}"
134       nodes: "Nodes"
135       also_part_of:
136         one: "part of way %{related_ways}"
137         other: "part of ways %{related_ways}"
138     relation:
139       title: "Relation: %{name}"
140       history_title: "Relation History: %{name}"
141       members: "Members"
142     relation_member:
143       entry: "%{type} %{name}"
144       entry_role: "%{type} %{name} as %{role}"
145       type:
146         node: "Node"
147         way: "Way"
148         relation: "Relation"
149     containing_relation:
150       entry: "Relation %{relation_name}"
151       entry_role: "Relation %{relation_name} (as %{relation_role})"
152     not_found:
153       sorry: "Sorry, %{type} #%{id} could not be found."
154       type:
155         node: node
156         way: way
157         relation: relation
158         changeset: changeset
159     timeout:
160       sorry: "Sorry, the data for the %{type} with the id %{id}, took too long to retrieve."
161       type:
162         node: node
163         way: way
164         relation: relation
165         changeset: changeset
166     redacted:
167       redaction: "Redaction %{id}"
168       message_html: "Version %{version} of this %{type} cannot be shown as it has been redacted. Please see %{redaction_link} for details."
169       type:
170         node: "node"
171         way: "way"
172         relation: "relation"
173     start_rjs:
174       loaded_an_area_with_num_features: "Loading %{num_features} features, which may make your browser slow or unresponsive. Are sure you want to display this data?"
175       load_data: "Load Data"
176       unable_to_load_size: "Unable to load map data, too large of an area (%{bbox_size}). Area must be smaller than %{max_bbox_size} square degrees."
177       loading: "Loading..."
178     tag_details:
179       tags: "Tags"
180       wiki_link:
181         key: "The wiki description page for the %{key} tag"
182         tag: "The wiki description page for the %{key}=%{value} tag"
183       wikipedia_link: "The %{page} article on Wikipedia"
184     note:
185       title: "Note"
186       new_note: "New Note"
187       open_title: "Unresolved note #%{note_name}"
188       closed_title: "Resolved note #%{note_name}"
189       open_by: "Created by %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
190       open_by_anonymous: "Created by anonymous <abbr title='%{exact_time}'>%{when} ago</abbr>"
191       commented_by: "Comment from %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
192       commented_by_anonymous: "Comment from anonymous <abbr title='%{exact_time}'>%{when} ago</abbr>"
193       closed_by: "Resolved by %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
194       closed_by_anonymous: "Resolved by anonymous <abbr title='%{exact_time}'>%{when} ago</abbr>"
195       reopened_by: "Reactivated by %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
196       reopened_by_anonymous: "Reactivated by anonymous <abbr title='%{exact_time}'>%{when} ago</abbr>"
197   changeset:
198     changeset_paging_nav:
199       showing_page: "Page %{page}"
200       next: "Next »"
201       previous: "« Previous"
202     changeset:
203       anonymous: "Anonymous"
204       no_edits: "(no edits)"
205       view_changeset_details: "View changeset details"
206     changesets:
207       id: "ID"
208       saved_at: "Saved at"
209       user: "User"
210       comment: "Comment"
211       area: "Area"
212     list:
213       title: "Changesets"
214       title_user: "Changesets by %{user}"
215       title_friend: "Changesets by your friends"
216       title_nearby: "Changesets by nearby users"
217       empty: "No changesets in this area."
218       no_more: "No more changesets in this area."
219       load_more: "Load more"
220     timeout:
221       sorry: "Sorry, the list of changesets you requested took too long to retrieve."
222   diary_entry:
223     new:
224       title: New Diary Entry
225     list:
226       title: "Users' diaries"
227       title_friends: "Friends' diaries"
228       title_nearby: "Nearby Users' diaries"
229       user_title: "%{user}'s diary"
230       in_language_title: "Diary Entries in %{language}"
231       new: New Diary Entry
232       new_title: Compose a new entry in your user diary
233       no_entries: No diary entries
234       recent_entries: "Recent diary entries"
235       older_entries: Older Entries
236       newer_entries: Newer Entries
237     edit:
238       title: "Edit diary entry"
239       subject: "Subject:"
240       body: "Body:"
241       language: "Language:"
242       location: "Location:"
243       latitude: "Latitude:"
244       longitude: "Longitude:"
245       use_map_link: "use map"
246       save_button: "Save"
247       marker_text: Diary entry location
248     view:
249       title: "%{user}'s diary | %{title}"
250       user_title: "%{user}'s diary"
251       leave_a_comment: "Leave a comment"
252       login_to_leave_a_comment: "%{login_link} to leave a comment"
253       login: "Login"
254       save_button: "Save"
255     no_such_entry:
256       title: "No such diary entry"
257       heading: "No entry with the id: %{id}"
258       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."
259     diary_entry:
260       posted_by: "Posted by %{link_user} on %{created} in %{language_link}"
261       comment_link: Comment on this entry
262       reply_link: Reply to this entry
263       comment_count:
264         zero: No comments
265         one: "%{count} comment"
266         other: "%{count} comments"
267       edit_link: Edit this entry
268       hide_link: Hide this entry
269       confirm: Confirm
270     diary_comment:
271       comment_from: "Comment from %{link_user} on %{comment_created_at}"
272       hide_link: Hide this comment
273       confirm: Confirm
274     location:
275       location: "Location:"
276       view: "View"
277       edit: "Edit"
278     feed:
279       user:
280         title: "OpenStreetMap diary entries for %{user}"
281         description: "Recent OpenStreetMap diary entries from %{user}"
282       language:
283         title: "OpenStreetMap diary entries in %{language_name}"
284         description: "Recent diary entries from users of OpenStreetMap in %{language_name}"
285       all:
286         title: "OpenStreetMap diary entries"
287         description: "Recent diary entries from users of OpenStreetMap"
288     comments:
289       has_commented_on: "%{display_name} has commented on the following diary entries"
290       post: Post
291       when: When
292       comment: Comment
293       ago: "%{ago} ago"
294       newer_comments: "Newer Comments"
295       older_comments: "Older Comments"
296   export:
297     title: "Export"
298     start:
299       area_to_export: "Area to Export"
300       manually_select: "Manually select a different area"
301       format_to_export: "Format to Export"
302       osm_xml_data: "OpenStreetMap XML Data"
303       map_image: "Map Image (shows standard layer)"
304       embeddable_html: "Embeddable HTML"
305       licence: "Licence"
306       export_details: 'OpenStreetMap data is licensed under the <a href="http://opendatacommons.org/licenses/odbl/1.0/">Open Data Commons Open Database License</a> (ODbL).'
307       too_large:
308         heading: "Area Too Large"
309         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 following sources for bulk data downloads:"
310         planet:
311           title: "Planet OSM"
312           description: "Regularly-updated copies of the complete OpenStreetMap database"
313         geofabrik:
314           title: "Geofabrik Downloads"
315           description: "Regularly-updated extracts of continents, countries, and selected cities"
316         metro:
317           title: "Metro Extracts"
318           description: "Extracts for major world cities and their surrounding areas"
319         other:
320           title: "Other Sources"
321           description: "Additional sources listed on the OpenStreetMap wiki"
322       options: "Options"
323       format: "Format"
324       scale: "Scale"
325       max: "max"
326       image_size: "Image Size"
327       zoom: "Zoom"
328       add_marker: "Add a marker to the map"
329       latitude: "Lat:"
330       longitude: "Lon:"
331       output: "Output"
332       paste_html: "Paste HTML to embed in website"
333       export_button: "Export"
334   geocoder:
335     search:
336       title:
337         latlon: 'Results from <a href="http://openstreetmap.org/">Internal</a>'
338         us_postcode: 'Results from <a href="http://geocoder.us/">Geocoder.us</a>'
339         uk_postcode: 'Results from <a href="http://www.npemap.org.uk/">NPEMap / FreeThe Postcode</a>'
340         ca_postcode: 'Results from <a href="http://geocoder.ca/">Geocoder.CA</a>'
341         osm_nominatim: 'Results from <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
342         geonames: 'Results from <a href="http://www.geonames.org/">GeoNames</a>'
343         osm_nominatim_reverse: 'Results from <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
344         geonames_reverse: 'Results from <a href="http://www.geonames.org/">GeoNames</a>'
345     search_osm_nominatim:
346       prefix_format: "%{name}"
347       prefix:
348         aerialway:
349           chair_lift: "Chair Lift"
350           drag_lift: "Drag Lift"
351           station: "Aerialway Station"
352         aeroway:
353           aerodrome: "Aerodrome"
354           apron: "Apron"
355           gate: "Gate"
356           helipad: "Helipad"
357           runway: "Runway"
358           taxiway: "Taxiway"
359           terminal: "Terminal"
360         amenity:
361           airport: "Airport"
362           arts_centre: "Arts Centre"
363           artwork: "Artwork"
364           atm: "ATM"
365           auditorium: "Auditorium"
366           bank: "Bank"
367           bar: "Bar"
368           bbq: "BBQ"
369           bench: "Bench"
370           bicycle_parking: "Cycle Parking"
371           bicycle_rental: "Cycle Rental"
372           biergarten: "Beer Garden"
373           brothel: "Brothel"
374           bureau_de_change: "Bureau de Change"
375           bus_station: "Bus Station"
376           cafe: "Cafe"
377           car_rental: "Car Rental"
378           car_sharing: "Car Sharing"
379           car_wash: "Car Wash"
380           casino: "Casino"
381           charging_station: "Charging Station"
382           cinema: "Cinema"
383           clinic: "Clinic"
384           club: "Club"
385           college: "College"
386           community_centre: "Community Centre"
387           courthouse: "Courthouse"
388           crematorium: "Crematorium"
389           dentist: "Dentist"
390           doctors: "Doctors"
391           dormitory: "Dormitory"
392           drinking_water: "Drinking Water"
393           driving_school: "Driving School"
394           embassy: "Embassy"
395           emergency_phone: "Emergency Phone"
396           fast_food: "Fast Food"
397           ferry_terminal: "Ferry Terminal"
398           fire_hydrant: "Fire Hydrant"
399           fire_station: "Fire Station"
400           food_court: "Food Court"
401           fountain: "Fountain"
402           fuel: "Fuel"
403           grave_yard: "Grave Yard"
404           gym: "Fitness Centre / Gym"
405           hall: "Hall"
406           health_centre: "Health Centre"
407           hospital: "Hospital"
408           hotel: "Hotel"
409           hunting_stand: "Hunting Stand"
410           ice_cream: "Ice Cream"
411           kindergarten: "Kindergarten"
412           library: "Library"
413           market: "Market"
414           marketplace: "Marketplace"
415           mountain_rescue: "Mountain Rescue"
416           nightclub: "Night Club"
417           nursery: "Nursery"
418           nursing_home: "Nursing Home"
419           office: "Office"
420           park: "Park"
421           parking: "Parking"
422           pharmacy: "Pharmacy"
423           place_of_worship: "Place of Worship"
424           police: "Police"
425           post_box: "Post Box"
426           post_office: "Post Office"
427           preschool: "Pre-School"
428           prison: "Prison"
429           pub: "Pub"
430           public_building: "Public Building"
431           public_market: "Public Market"
432           reception_area: "Reception Area"
433           recycling: "Recycling Point"
434           restaurant: "Restaurant"
435           retirement_home: "Retirement Home"
436           sauna: "Sauna"
437           school: "School"
438           shelter: "Shelter"
439           shop: "Shop"
440           shopping: "Shopping"
441           shower: "Shower"
442           social_centre: "Social Centre"
443           social_club: "Social Club"
444           social_facility: "Social Facility"
445           studio: "Studio"
446           supermarket: "Supermarket"
447           swimming_pool: "Swimming Pool"
448           taxi: "Taxi"
449           telephone: "Public Telephone"
450           theatre: "Theatre"
451           toilets: "Toilets"
452           townhall: "Town Hall"
453           university: "University"
454           vending_machine: "Vending Machine"
455           veterinary: "Veterinary Surgery"
456           village_hall: "Village Hall"
457           waste_basket: "Waste Basket"
458           wifi: "WiFi Access"
459           WLAN: "WiFi Access"
460           youth_centre: "Youth Centre"
461         boundary:
462           administrative: "Administrative Boundary"
463           census: "Census Boundary"
464           national_park: "National Park"
465           protected_area : "Protected Area"
466         bridge:
467           aqueduct: "Aqueduct"
468           suspension: "Suspension Bridge"
469           swing: "Swing Bridge"
470           viaduct: "Viaduct"
471           "yes": "Bridge"
472         building:
473           "yes": "Building"
474         emergency:
475           fire_hydrant: "Fire Hydrant"
476           phone: "Emergency Phone"
477         highway:
478           bridleway: "Bridleway"
479           bus_guideway: "Guided Bus Lane"
480           bus_stop: "Bus Stop"
481           byway: "Byway"
482           construction: "Highway under Construction"
483           cycleway: "Cycle Path"
484           emergency_access_point: "Emergency Access Point"
485           footway: "Footpath"
486           ford: "Ford"
487           living_street: "Living Street"
488           milestone: "Milestone"
489           minor: "Minor Road"
490           motorway: "Motorway"
491           motorway_junction: "Motorway Junction"
492           motorway_link: "Motorway Road"
493           path: "Path"
494           pedestrian: "Pedestrian Way"
495           platform: "Platform"
496           primary: "Primary Road"
497           primary_link: "Primary Road"
498           proposed: "Proposed Road"
499           raceway: "Raceway"
500           residential: "Residential"
501           rest_area: "Rest Area"
502           road: "Road"
503           secondary: "Secondary Road"
504           secondary_link: "Secondary Road"
505           service: "Service Road"
506           services: "Motorway Services"
507           speed_camera: "Speed Camera"
508           steps: "Steps"
509           street_lamp: "Street Lamp"
510           stile: "Stile"
511           tertiary: "Tertiary Road"
512           tertiary_link: "Tertiary Road"
513           track: "Track"
514           trail: "Trail"
515           trunk: "Trunk Road"
516           trunk_link: "Trunk Road"
517           unclassified: "Unclassified Road"
518           unsurfaced: "Unsurfaced Road"
519         historic:
520           archaeological_site: "Archaeological Site"
521           battlefield: "Battlefield"
522           boundary_stone: "Boundary Stone"
523           building: "Building"
524           castle: "Castle"
525           church: "Church"
526           citywalls: "City Walls"
527           fort: "Fort"
528           house: "House"
529           icon: "Icon"
530           manor: "Manor"
531           memorial: "Memorial"
532           mine: "Mine"
533           monument: "Monument"
534           museum: "Museum"
535           ruins: "Ruins"
536           tomb: "Tomb"
537           tower: "Tower"
538           wayside_cross: "Wayside Cross"
539           wayside_shrine: "Wayside Shrine"
540           wreck: "Wreck"
541         landuse:
542           allotments: "Allotments"
543           basin: "Basin"
544           brownfield: "Brownfield Land"
545           cemetery: "Cemetery"
546           commercial: "Commercial Area"
547           conservation: "Conservation"
548           construction: "Construction"
549           farm: "Farm"
550           farmland: "Farmland"
551           farmyard: "Farmyard"
552           forest: "Forest"
553           garages: "Garages"
554           grass: "Grass"
555           greenfield: "Greenfield Land"
556           industrial: "Industrial Area"
557           landfill: "Landfill"
558           meadow: "Meadow"
559           military: "Military Area"
560           mine: "Mine"
561           orchard: "Orchard"
562           nature_reserve: "Nature Reserve"
563           park: "Park"
564           piste: "Piste"
565           quarry: "Quarry"
566           railway: "Railway"
567           recreation_ground: "Recreation Ground"
568           reservoir: "Reservoir"
569           reservoir_watershed: "Reservoir Watershed"
570           residential: "Residential Area"
571           retail: "Retail"
572           road: "Road Area"
573           village_green: "Village Green"
574           vineyard: "Vineyard"
575           wetland: "Wetland"
576           wood: "Wood"
577         leisure:
578           beach_resort: "Beach Resort"
579           bird_hide: "Bird Hide"
580           common: "Common Land"
581           fishing: "Fishing Area"
582           fitness_station: "Fitness Station"
583           garden: "Garden"
584           golf_course: "Golf Course"
585           ice_rink: "Ice Rink"
586           marina: "Marina"
587           miniature_golf: "Miniature Golf"
588           nature_reserve: "Nature Reserve"
589           park: "Park"
590           pitch: "Sports Pitch"
591           playground: "Playground"
592           recreation_ground: "Recreation Ground"
593           sauna: "Sauna"
594           slipway: "Slipway"
595           sports_centre: "Sports Centre"
596           stadium: "Stadium"
597           swimming_pool: "Swimming Pool"
598           track: "Running Track"
599           water_park: "Water Park"
600         military:
601           airfield: "Military Airfield"
602           barracks: "Barracks"
603           bunker: "Bunker"
604         mountain_pass:
605           "yes" : "Mountain Pass"
606         natural:
607           bay: "Bay"
608           beach: "Beach"
609           cape: "Cape"
610           cave_entrance: "Cave Entrance"
611           channel: "Channel"
612           cliff: "Cliff"
613           crater: "Crater"
614           dune: "Dune"
615           feature: "Feature"
616           fell: "Fell"
617           fjord: "Fjord"
618           forest: "Forest"
619           geyser: "Geyser"
620           glacier: "Glacier"
621           heath: "Heath"
622           hill: "Hill"
623           island: "Island"
624           land: "Land"
625           marsh: "Marsh"
626           moor: "Moor"
627           mud: "Mud"
628           peak: "Peak"
629           point: "Point"
630           reef: "Reef"
631           ridge: "Ridge"
632           river: "River"
633           rock: "Rock"
634           scree: "Scree"
635           scrub: "Scrub"
636           shoal: "Shoal"
637           spring: "Spring"
638           stone: "Stone"
639           strait: "Strait"
640           tree: "Tree"
641           valley: "Valley"
642           volcano: "Volcano"
643           water: "Water"
644           wetland: "Wetland"
645           wetlands: "Wetlands"
646           wood: "Wood"
647         office:
648           accountant: "Accountant"
649           architect: "Architect"
650           company: "Company"
651           employment_agency: "Employment Agency"
652           estate_agent: "Estate Agent"
653           government: "Governmental Office"
654           insurance: "Insurance Office"
655           lawyer: "Lawyer"
656           ngo: "NGO Office"
657           telecommunication: "Telecommunication Office"
658           travel_agent: "Travel Agency"
659           "yes": "Office"
660         place:
661           airport: "Airport"
662           city: "City"
663           country: "Country"
664           county: "County"
665           farm: "Farm"
666           hamlet: "Hamlet"
667           house: "House"
668           houses: "Houses"
669           island: "Island"
670           islet: "Islet"
671           isolated_dwelling: "Isolated Dwelling"
672           locality: "Locality"
673           moor: "Moor"
674           municipality: "Municipality"
675           neighbourhood: "Neighbourhood"
676           postcode: "Postcode"
677           region: "Region"
678           sea: "Sea"
679           state: "State"
680           subdivision: "Subdivision"
681           suburb: "Suburb"
682           town: "Town"
683           unincorporated_area: "Unincorporated Area"
684           village: "Village"
685         railway:
686           abandoned: "Abandoned Railway"
687           construction: "Railway under Construction"
688           disused: "Disused Railway"
689           disused_station: "Disused Railway Station"
690           funicular: "Funicular Railway"
691           halt: "Train Stop"
692           historic_station: "Historic Railway Station"
693           junction: "Railway Junction"
694           level_crossing: "Level Crossing"
695           light_rail: "Light Rail"
696           miniature: "Miniature Rail"
697           monorail: "Monorail"
698           narrow_gauge: "Narrow Gauge Railway"
699           platform: "Railway Platform"
700           preserved: "Preserved Railway"
701           proposed: "Proposed Railway"
702           spur: "Railway Spur"
703           station: "Railway Station"
704           stop: "Railway Stop"
705           subway: "Subway Station"
706           subway_entrance: "Subway Entrance"
707           switch: "Railway Points"
708           tram: "Tramway"
709           tram_stop: "Tram Stop"
710           yard: "Railway Yard"
711         shop:
712           alcohol: "Off License"
713           antiques: "Antiques"
714           art: "Art Shop"
715           bakery: "Bakery"
716           beauty: "Beauty Shop"
717           beverages: "Beverages Shop"
718           bicycle: "Bicycle Shop"
719           books: "Book Shop"
720           boutique: "Boutique"
721           butcher: "Butcher"
722           car: "Car Shop"
723           car_parts: "Car Parts"
724           car_repair: "Car Repair"
725           carpet: "Carpet Shop"
726           car_repair: "Car Repair"
727           charity: "Charity Shop"
728           chemist: "Chemist"
729           clothes: "Clothes Shop"
730           computer: "Computer Shop"
731           confectionery: "Confectionery Shop"
732           convenience: "Convenience Store"
733           copyshop: "Copy Shop"
734           cosmetics: "Cosmetics Shop"
735           deli: "Deli"
736           department_store: "Department Store"
737           discount: "Discount Items Shop"
738           doityourself: "Do-It-Yourself"
739           dry_cleaning: "Dry Cleaning"
740           electronics: "Electronics Shop"
741           estate_agent: "Estate Agent"
742           farm: "Farm Shop"
743           fashion: "Fashion Shop"
744           fish: "Fish Shop"
745           florist: "Florist"
746           food: "Food Shop"
747           funeral_directors: "Funeral Directors"
748           furniture: "Furniture"
749           gallery: "Gallery"
750           garden_centre: "Garden Centre"
751           general: "General Store"
752           gift: "Gift Shop"
753           greengrocer: "Greengrocer"
754           grocery: "Grocery Shop"
755           hairdresser: "Hairdresser"
756           hardware: "Hardware Store"
757           hifi: "Hi-Fi"
758           insurance: "Insurance"
759           jewelry: "Jewelry Shop"
760           kiosk: "Kiosk Shop"
761           laundry: "Laundry"
762           mall: "Mall"
763           market: "Market"
764           mobile_phone: "Mobile Phone Shop"
765           motorcycle: "Motorcycle Shop"
766           music: "Music Shop"
767           newsagent: "Newsagent"
768           optician: "Optician"
769           organic: "Organic Food Shop"
770           outdoor: "Outdoor Shop"
771           pet: "Pet Shop"
772           pharmacy: "Pharmacy"
773           photo: "Photo Shop"
774           salon: "Salon"
775           second_hand: "Second-hand Shop"
776           shoes: "Shoe Shop"
777           shopping_centre: "Shopping Centre"
778           sports: "Sports Shop"
779           stationery: "Stationery Shop"
780           supermarket: "Supermarket"
781           tailor: "Tailor"
782           toys: "Toy Shop"
783           travel_agency: "Travel Agency"
784           video: "Video Shop"
785           wine: "Off License"
786           "yes": "Shop"
787         tourism:
788           alpine_hut: "Alpine Hut"
789           artwork: "Artwork"
790           attraction: "Attraction"
791           bed_and_breakfast: "Bed and Breakfast"
792           cabin: "Cabin"
793           camp_site: "Camp Site"
794           caravan_site: "Caravan Site"
795           chalet: "Chalet"
796           guest_house: "Guest House"
797           hostel: "Hostel"
798           hotel: "Hotel"
799           information: "Information"
800           lean_to: "Lean To"
801           motel: "Motel"
802           museum: "Museum"
803           picnic_site: "Picnic Site"
804           theme_park: "Theme Park"
805           valley: "Valley"
806           viewpoint: "Viewpoint"
807           zoo: "Zoo"
808         tunnel:
809           culvert: "Culvert"
810           "yes": "Tunnel"
811         waterway:
812           artificial: "Artificial Waterway"
813           boatyard: "Boatyard"
814           canal: "Canal"
815           connector: "Waterway Connector"
816           dam: "Dam"
817           derelict_canal: "Derelict Canal"
818           ditch: "Ditch"
819           dock: "Dock"
820           drain: "Drain"
821           lock: "Lock"
822           lock_gate: "Lock Gate"
823           mineral_spring: "Mineral Spring"
824           mooring: "Mooring"
825           rapids: "Rapids"
826           river: "River"
827           riverbank: "Riverbank"
828           stream: "Stream"
829           wadi: "Wadi"
830           waterfall: "Waterfall"
831           water_point: "Water Point"
832           weir: "Weir"
833       admin_levels:
834         level2: "Country Boundary"
835         level4: "State Boundary"
836         level5: "Region Boundary"
837         level6: "County Boundary"
838         level8: "City Boundary"
839         level9: "Village Boundary"
840         level10: "Suburb Boundary"
841     description:
842       title:
843         osm_nominatim: 'Location from <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
844         geonames: 'Location from <a href="http://www.geonames.org/">GeoNames</a>'
845       types:
846         cities: Cities
847         towns: Towns
848         places: Places
849     results:
850       no_results: "No results found"
851       more_results: "More results"
852     distance:
853       zero: "less than 1km"
854       one: "about 1km"
855       other: "about %{count}km"
856     direction:
857       south_west: "south-west"
858       south: "south"
859       south_east: "south-east"
860       east: "east"
861       north_east: "north-east"
862       north: "north"
863       north_west: "north-west"
864       west: "west"
865   layouts:
866     project_name:
867       # in <title>
868       title: OpenStreetMap
869       # in <h1>
870       h1: OpenStreetMap
871     logo:
872       alt_text: OpenStreetMap logo
873     home: Go to Home Location
874     logout: Logout
875     log_in: Log In
876     log_in_tooltip: Log in with an existing account
877     sign_up: Sign Up
878     sign_up_tooltip: Create an account for editing
879     edit: Edit
880     history: History
881     export: Export
882     data: Data
883     export_data: Export Data
884     gps_traces: GPS Traces
885     gps_traces_tooltip: Manage GPS traces
886     user_diaries: User Diaries
887     user_diaries_tooltip: View user diaries
888     edit_with: Edit with %{editor}
889     tag_line: The Free Wiki World Map
890     intro_header: Welcome to OpenStreetMap!
891     intro_text: OpenStreetMap is an editable map of the world created by people like you and free to use under an open license.
892     intro_2_create_account: "Create a user account"
893     partners_html: "Hosting is supported by %{ucl}, %{ic} and %{bytemark}, and other %{partners}."
894     partners_ucl: "the UCL VR Centre"
895     partners_ic: "Imperial College London"
896     partners_bytemark: "Bytemark Hosting"
897     partners_partners: "partners"
898     partners_url: "http://wiki.openstreetmap.org/wiki/Partners"
899     osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
900     osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
901     donate: "Support OpenStreetMap by %{link} to the Hardware Upgrade Fund."
902     help: Help
903     about: About
904     copyright: "Copyright & License"
905     community: Community
906     community_blogs: "Community Blogs"
907     community_blogs_title: "Blogs from members of the OpenStreetMap community"
908     foundation: Foundation
909     foundation_title: The OpenStreetMap Foundation
910     make_a_donation:
911       title: Support OpenStreetMap with a monetary donation
912       text: Make a Donation
913     learn_more: "Learn More"
914   license_page:
915     foreign:
916       title: About this translation
917       text: In the event of a conflict between this translated page and %{english_original_link}, the English page shall take precedence
918       english_link: the English original
919     native:
920       title: About this page
921       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}.
922       native_link: THIS_LANGUAGE_NAME_HERE version
923       mapping_link: start mapping
924     legal_babble:
925       title_html: Copyright and License
926       intro_1_html: |
927         OpenStreetMap is <i>open data</i>, licensed under the <a
928         href="http://opendatacommons.org/licenses/odbl/">Open Data
929         Commons Open Database License</a> (ODbL).
930       intro_2_html: |
931         You are free to copy, distribute, transmit and adapt our data,
932         as long as you credit OpenStreetMap and its
933         contributors. If you alter or build upon our data, you
934         may distribute the result only under the same licence. The
935         full <a href="http://opendatacommons.org/licenses/odbl/1.0/">legal
936         code</a> explains your rights and responsibilities.
937       intro_3_html: |
938         The cartography in our map tiles, and our documentation, are
939         licensed under the <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative
940         Commons Attribution-ShareAlike 2.0</a> license (CC BY-SA).
941       credit_title_html: How to credit OpenStreetMap
942       credit_1_html: |
943         We require that you use the credit &ldquo;&copy; OpenStreetMap
944         contributors&rdquo;.
945       credit_2_html: |
946         You must also make it clear that the data is available under the Open
947         Database License, and if using our map tiles, that the cartography is
948         licensed as CC BY-SA. You may do this by linking to
949         <a href="http://www.openstreetmap.org/copyright">this copyright page</a>.
950         Alternatively, and as a requirement if you are distributing OSM in a
951         data form, you can name and link directly to the license(s). In media
952         where links are not possible (e.g. printed works), we suggest you
953         direct your readers to openstreetmap.org (perhaps by expanding
954         'OpenStreetMap' to this full address), to opendatacommons.org, and
955         if relevant, to creativecommons.org.
956       credit_3_html: |
957         For a browsable electronic map, the credit should appear in the corner of the map.
958         For example:
959       attribution_example:
960         alt: Example of how to attribute OpenStreetMap on a webpage
961         title: Attribution example
962       more_title_html: Finding out more
963       more_1_html: |
964         Read more about using our data, and how to credit us, at the <a
965         href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">Legal
966         FAQ</a>.
967       more_2_html: |
968         Although OpenStreetMap is open data, we cannot provide a
969         free-of-charge map API for third-party developers.
970         See our <a href="http://wiki.openstreetmap.org/wiki/API_usage_policy">API Usage Policy</a>,
971         <a href="http://wiki.openstreetmap.org/wiki/Tile_usage_policy">Tile Usage Policy</a>
972         and <a href="http://wiki.openstreetmap.org/wiki/Nominatim#Usage_Policy">Nominatim Usage Policy</a>.
973       contributors_title_html: Our contributors
974       contributors_intro_html: |
975         Our contributors are thousands of individuals. We also include
976         openly-licensed data from national mapping agencies
977         and other sources, among them:
978       contributors_at_html: |
979         <strong>Austria</strong>: Contains data from
980         <a href="http://data.wien.gv.at/">Stadt Wien</a> (under
981         <a href="http://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
982         <a href="http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> and
983         Land Tirol (under <a href="http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT with amendments</a>).
984       contributors_ca_html: |
985         <strong>Canada</strong>: Contains data from
986         GeoBase&reg;, GeoGratis (&copy; Department of Natural
987         Resources Canada), CanVec (&copy; Department of Natural
988         Resources Canada), and StatCan (Geography Division,
989         Statistics Canada).
990       contributors_fr_html: |
991         <strong>France</strong>: Contains data sourced from
992         Direction Générale des Impôts.
993       contributors_nl_html: |
994         <strong>Netherlands</strong>: Contains &copy; AND data, 2007
995         (<a href="http://www.and.com">www.and.com</a>)
996       contributors_nz_html: |
997         <strong>New Zealand</strong>: Contains data sourced from
998         Land Information New Zealand. Crown Copyright reserved.
999       contributors_za_html: |
1000         <strong>South Africa</strong>: Contains data sourced from
1001         <a href="http://www.ngi.gov.za/">Chief Directorate:
1002         National Geo-Spatial Information</a>, State copyright reserved.
1003       contributors_gb_html: |
1004         <strong>United Kingdom</strong>: Contains Ordnance
1005         Survey data &copy; Crown copyright and database right
1006         2010-12.
1007       contributors_footer_1_html: |
1008         For further details of these, and other sources that have been used
1009         to help improve OpenStreetMap, please see the <a
1010         href="http://wiki.openstreetmap.org/wiki/Contributors">Contributors
1011         page</a> on the OpenStreetMap Wiki.
1012       contributors_footer_2_html: |
1013         Inclusion of data in OpenStreetMap does not imply that the original
1014         data provider endorses OpenStreetMap, provides any warranty, or
1015         accepts any liability.
1016       infringement_title_html: Copyright infringement
1017       infringement_1_html: |
1018         OSM contributors are reminded never to add data from any
1019         copyrighted sources (e.g. Google Maps or printed maps) without
1020         explicit permission from the copyright holders.
1021       infringement_2_html: |
1022         If you believe that copyrighted material has been inappropriately
1023         added to the OpenStreetMap database or this site, please refer
1024         to our <a href="http://www.osmfoundation.org/wiki/License/Takedown_procedure">takedown
1025         procedure</a> or file directly at our
1026         <a href="http://dmca.openstreetmap.org/">on-line filing page</a>.
1027   welcome_page:
1028     title: Welcome!
1029     introduction_html: |
1030       Welcome to OpenStreetMap, the free and editable map of the world. Now that you're signed
1031       up, you're all set to get started mapping. Here's a quick guide with the most important
1032       things you need to know.
1033     whats_on_the_map:
1034       title: What's on the Map
1035       on_html: |
1036         OpenStreetMap is a place for mapping things that are both <em>real and current</em> -
1037         it includes millions of buildings, roads, and other details about places. You can map
1038         whatever real-world features are interesting to you.
1039       off_html: |
1040         What it <em>doesn't</em> include is opinionated data like ratings, historical or
1041         hypothetical features, and data from copyrighted sources. Unless you have special
1042         permission, don't copy from online or paper maps.
1043     basic_terms:
1044       title: Basic Terms For Mapping
1045       paragraph_1_html: |
1046         OpenStreetMap has some of its own lingo. Here are a few key words that'll come in handy.
1047       editor_html: |
1048         An <strong>editor</strong> is a program or website you can use to edit the map.
1049       node_html: |
1050         A <strong>node</strong> is a point on the map, like a single restauraunt or a tree.
1051       way_html: |
1052         A <strong>way</strong> is a line or area, like a road, stream, lake or building.
1053       tag_html: |
1054         A <strong>tag</strong> is a bit of data about a node or way, like a
1055         restaurant's name or a road's speed limit.
1056     questions:
1057       title: Any questions?
1058       paragraph_1_html: |
1059         OpenStreetMap has several resources for learning about the project, asking and answering
1060         questions, and collaboratively discussing and documenting mapping topics.
1061         <a href='%{help_url}'>Get help here</a>.
1062     start_mapping: Start Mapping
1063     add_a_note:
1064       title: No Time To Edit? Add a Note!
1065       paragraph_1_html: |
1066         If you just want something small fixed and don't have the time to sign up and learn how to edit, it's
1067         easy to add a note.
1068       paragraph_2_html: |
1069         Just go to <a href='%{map_url}'>the map</a> and click the note icon:
1070         <span class='icon note'></span>. This will add a marker to the map, which you can move
1071         by dragging. Add your message, then click save, and other mappers will investigate.
1072   help_page:
1073     title: Getting Help
1074     introduction: |
1075       OpenStreetMap has several resources for learning about the project, asking and answering questions,
1076       and collaboratively discussing and documenting mapping topics.
1077     welcome:
1078       url: /welcome
1079       title: Welcome to OSM
1080       description: Start with this quick guide covering the OpenStreetMap basics.
1081     help:
1082       url: https://help.openstreetmap.org/
1083       title: help.openstreetmap.org
1084       description: Ask a question or look up answers on OSM's question-and-answer site.
1085     wiki:
1086       url: http://wiki.openstreetmap.org/
1087       title: wiki.openstreetmap.org
1088       description: Browse the wiki for in-depth OSM documentation.
1089   about_page:
1090     next: Next
1091     copyright_html: <span>&copy;</span>OpenStreetMap<br>contributors
1092     used_by: "%{name} powers map data on hundreds of web sites, mobile apps, and hardware devices"
1093     lede_text: |
1094       OpenStreetMap is built by a community of mappers that contribute and maintain data
1095       about roads, trails, cafés, railway stations, and much more, all over the world.
1096     local_knowledge_title: Local Knowledge
1097     local_knowledge_html: |
1098       OpenStreetMap emphasizes local knowledge. Contributors use
1099       aerial imagery, GPS devices, and low-tech field maps to verify that OSM
1100       is accurate and up to date.
1101     community_driven_title: Community Driven
1102     community_driven_html: |
1103       OpenStreetMap's community is diverse, passionate, and growing every day.
1104       Our contributors include enthusiast mappers, GIS professionals, engineers
1105       running the OSM servers, humanitarians mapping disaster-affected areas,
1106       and many more.
1107       To learn more about the community, see the <a href='%{diary_path}'>user diaries</a>,
1108       <a href='http://blogs.openstreetmap.org/'>community blogs</a>, and
1109       the <a href='http://www.osmfoundation.org/'>OSM Foundation</a> website.
1110     open_data_title: Open Data
1111     open_data_html: |
1112       OpenStreetMap is <i>open data</i>: you are free to use it for any purpose
1113       as long as you credit OpenStreetMap and its contributors. If you alter or
1114       build upon the data in certain ways, you may distribute the result only
1115       under the same licence. See the <a href='%{copyright_path}'>Copyright and
1116       License page</a> for details.
1117     partners_title: Partners
1118   notifier:
1119     diary_comment_notification:
1120       subject: "[OpenStreetMap] %{user} commented on your diary entry"
1121       hi: "Hi %{to_user},"
1122       header: "%{from_user} has commented on your recent OpenStreetMap diary entry with the subject %{subject}:"
1123       footer: "You can also read the comment at %{readurl} and you can comment at %{commenturl} or reply at %{replyurl}"
1124     message_notification:
1125       subject_header: "[OpenStreetMap] %{subject}"
1126       hi: "Hi %{to_user},"
1127       header: "%{from_user} has sent you a message through OpenStreetMap with the subject %{subject}:"
1128       footer_html: "You can also read the message at %{readurl} and you can reply at %{replyurl}"
1129     friend_notification:
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: "http://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   message:
1195     inbox:
1196       title: "Inbox"
1197       my_inbox: "My Inbox"
1198       outbox: "outbox"
1199       messages: "You have %{new_messages} and %{old_messages}"
1200       new_messages:
1201         one: "%{count} new message"
1202         other: "%{count} new messages"
1203       old_messages:
1204         one: "%{count} old message"
1205         other: "%{count} old messages"
1206       from: "From"
1207       subject: "Subject"
1208       date: "Date"
1209       no_messages_yet: "You have no messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1210       people_mapping_nearby: "people mapping nearby"
1211     message_summary:
1212       unread_button: "Mark as unread"
1213       read_button: "Mark as read"
1214       reply_button: "Reply"
1215       delete_button: "Delete"
1216     new:
1217       title: "Send message"
1218       send_message_to: "Send a new message to %{name}"
1219       subject: "Subject"
1220       body: "Body"
1221       send_button: "Send"
1222       back_to_inbox: "Back to inbox"
1223       message_sent: "Message sent"
1224       limit_exceeded: "You have sent a lot of messages recently. Please wait a while before trying to send any more."
1225     no_such_message:
1226       title: "No such message"
1227       heading: "No such message"
1228       body: "Sorry there is no message with that id."
1229     outbox:
1230       title: "Outbox"
1231       my_inbox: "My %{inbox_link}"
1232       inbox: "inbox"
1233       outbox: "outbox"
1234       messages:
1235         one: "You have %{count} sent message"
1236         other: "You have %{count} sent messages"
1237       to: "To"
1238       subject: "Subject"
1239       date: "Date"
1240       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the %{people_mapping_nearby_link}?"
1241       people_mapping_nearby: "people mapping nearby"
1242     reply:
1243       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."
1244     read:
1245       title: "Read message"
1246       from: "From"
1247       subject: "Subject"
1248       date: "Date"
1249       reply_button: "Reply"
1250       unread_button: "Mark as unread"
1251       back: "Back"
1252       to: "To"
1253       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."
1254     sent_message_summary:
1255       delete_button: "Delete"
1256     mark:
1257       as_read: "Message marked as read"
1258       as_unread: "Message marked as unread"
1259     delete:
1260       deleted: "Message deleted"
1261   site:
1262     index:
1263       js_1: "You are either using a browser that does not support JavaScript, or you have disabled JavaScript."
1264       js_2: "OpenStreetMap uses JavaScript for its slippy map."
1265       permalink: Permalink
1266       shortlink: Shortlink
1267       createnote: Add a note
1268       license:
1269         copyright: "Copyright OpenStreetMap and contributors, under an open license"
1270         license_url: "http://openstreetmap.org/copyright"
1271         project_url: "http://openstreetmap.org"
1272       remote_failed: "Editing failed - make sure JOSM or Merkaartor is loaded and the remote control option is enabled"
1273     edit:
1274       not_public: "You have not set your edits to be public."
1275       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}."
1276       user_page_link: user page
1277       anon_edits: "(%{link})"
1278       anon_edits_link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
1279       anon_edits_link_text: "Find out why this is the case."
1280       flash_player_required: 'You need a Flash player to use Potlatch, the OpenStreetMap Flash editor. You can <a href="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">download Flash Player from Adobe.com</a>. <a href="http://wiki.openstreetmap.org/wiki/Editing">Several other options</a> are also available for editing OpenStreetMap.'
1281       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.)"
1282       potlatch2_not_configured: "Potlatch 2 has not been configured - please see http://wiki.openstreetmap.org/wiki/The_Rails_Port#Potlatch_2 for more information"
1283       potlatch2_unsaved_changes: "You have unsaved changes. (To save in Potlatch 2, you should click save.)"
1284       id_not_configured: "iD has not been configured"
1285       no_iframe_support: "Your browser doesn't support HTML iframes, which are necessary for this feature."
1286     sidebar:
1287       search_results: Search Results
1288       close: Close
1289     search:
1290       search: Search
1291       where_am_i: "Where am I?"
1292       where_am_i_title: Describe the current location using the search engine
1293       submit_text: "Go"
1294     key:
1295       table:
1296         entry:
1297           motorway: "Motorway"
1298           trunk: "Trunk road"
1299           primary: "Primary road"
1300           secondary: "Secondary road"
1301           unclassified: "Unclassified road"
1302           unsurfaced: "Unsurfaced road"
1303           track: "Track"
1304           byway: "Byway"
1305           bridleway: "Bridleway"
1306           cycleway: "Cycleway"
1307           footway: "Footway"
1308           rail: "Railway"
1309           subway: "Subway"
1310           tram:
1311             - Light rail
1312             - tram
1313           cable:
1314             - Cable car
1315             - chair lift
1316           runway:
1317             - Airport Runway
1318             - taxiway
1319           apron:
1320             - Airport apron
1321             - terminal
1322           admin: "Administrative boundary"
1323           forest: "Forest"
1324           wood: "Wood"
1325           golf: "Golf course"
1326           park: "Park"
1327           resident: "Residential area"
1328           tourist: "Tourist attraction"
1329           common:
1330             - Common
1331             - meadow
1332           retail: "Retail area"
1333           industrial: "Industrial area"
1334           commercial: "Commercial area"
1335           heathland: "Heathland"
1336           lake:
1337             - Lake
1338             - reservoir
1339           farm: "Farm"
1340           brownfield: "Brownfield site"
1341           cemetery: "Cemetery"
1342           allotments: "Allotments"
1343           pitch: "Sports pitch"
1344           centre: "Sports centre"
1345           reserve: "Nature reserve"
1346           military: "Military area"
1347           school:
1348             - School
1349             - university
1350           building: "Significant building"
1351           station: "Railway station"
1352           summit:
1353             - Summit
1354             - peak
1355           tunnel: "Dashed casing = tunnel"
1356           bridge: "Black casing = bridge"
1357           private: "Private access"
1358           permissive: "Permissive access"
1359           destination: "Destination access"
1360           construction: "Roads under construction"
1361     richtext_area:
1362       edit: Edit
1363       preview: Preview
1364     markdown_help:
1365       title_html: Parsed with <a href="http://daringfireball.net/projects/markdown/">Markdown</a>
1366       headings: Headings
1367       heading: Heading
1368       subheading: Subheading
1369       unordered: Unordered list
1370       ordered: Ordered list
1371       first: First item
1372       second: Second item
1373       link: Link
1374       text: Text
1375       image: Image
1376       alt: Alt text
1377       url: URL
1378   trace:
1379     visibility:
1380       private: "Private (only shared as anonymous, unordered points)"
1381       public: "Public (shown in trace list and as anonymous, unordered points)"
1382       trackable: "Trackable (only shared as anonymous, ordered points with timestamps)"
1383       identifiable: "Identifiable (shown in trace list and as identifiable, ordered points with timestamps)"
1384     create:
1385       upload_trace: "Upload GPS Trace"
1386       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."
1387     edit:
1388       title: "Editing trace %{name}"
1389       heading: "Editing trace %{name}"
1390       filename: "Filename:"
1391       download: "download"
1392       uploaded_at: "Uploaded:"
1393       points: "Points:"
1394       start_coord: "Start coordinate:"
1395       map: "map"
1396       edit: "edit"
1397       owner: "Owner:"
1398       description: "Description:"
1399       tags: "Tags:"
1400       tags_help: "comma delimited"
1401       save_button: "Save Changes"
1402       visibility: "Visibility:"
1403       visibility_help: "what does this mean?"
1404       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1405     trace_form:
1406       upload_gpx: "Upload GPX File:"
1407       description: "Description:"
1408       tags: "Tags:"
1409       tags_help: "comma delimited"
1410       visibility: "Visibility:"
1411       visibility_help: "what does this mean?"
1412       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1413       upload_button: "Upload"
1414       help: "Help"
1415       help_url: "http://wiki.openstreetmap.org/wiki/Upload"
1416     trace_header:
1417       upload_trace: "Upload a trace"
1418       see_all_traces: "See all traces"
1419       see_your_traces: "See your traces"
1420       traces_waiting:
1421         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."
1422         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."
1423     trace_optionals:
1424       tags: "Tags"
1425     view:
1426       title: "Viewing trace %{name}"
1427       heading: "Viewing trace %{name}"
1428       pending: "PENDING"
1429       filename: "Filename:"
1430       download: "download"
1431       uploaded: "Uploaded:"
1432       points: "Points:"
1433       start_coordinates: "Start coordinate:"
1434       map: "map"
1435       edit: "edit"
1436       owner: "Owner:"
1437       description: "Description:"
1438       tags: "Tags:"
1439       none: "None"
1440       edit_track: "Edit this trace"
1441       delete_track: "Delete this trace"
1442       trace_not_found: "Trace not found!"
1443       visibility: "Visibility:"
1444     trace_paging_nav:
1445       showing_page: "Page %{page}"
1446       older: "Older Traces"
1447       newer: "Newer Traces"
1448     trace:
1449       pending: "PENDING"
1450       count_points: "%{count} points"
1451       ago: "%{time_in_words_ago} ago"
1452       more: "more"
1453       trace_details: "View Trace Details"
1454       view_map: "View Map"
1455       edit: "edit"
1456       edit_map: "Edit Map"
1457       public: "PUBLIC"
1458       identifiable: "IDENTIFIABLE"
1459       private: "PRIVATE"
1460       trackable: "TRACKABLE"
1461       by: "by"
1462       in: "in"
1463       map: "map"
1464     list:
1465       public_traces: "Public GPS traces"
1466       your_traces: "Your GPS traces"
1467       public_traces_from: "Public GPS traces from %{user}"
1468       description: "Browse recent GPS track uploads"
1469       tagged_with: " tagged with %{tags}"
1470       empty_html: "Nothing here yet. <a href='%{upload_link}'>Upload a new trace</a> or learn more about GPS tracing on the <a href='http://wiki.openstreetmap.org/wiki/Beginners_Guide_1.2'>wiki page</a>."
1471     delete:
1472       scheduled_for_deletion: "Trace scheduled for deletion"
1473     make_public:
1474       made_public: "Trace made public"
1475     offline_warning:
1476       message: "The GPX file upload system is currently unavailable"
1477     offline:
1478       heading: "GPX Storage Offline"
1479       message: "The GPX file storage and upload system is currently unavailable."
1480     georss:
1481       title: "OpenStreetMap GPS Traces"
1482     description:
1483       description_with_count:
1484         one: "GPX file with %{count} point from %{user}"
1485         other: "GPX file with %{count} points from %{user}"
1486       description_without_count: "GPX file from %{user}"
1487   application:
1488     require_cookies:
1489       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
1490     require_moderator:
1491       not_a_moderator: "You need to be a moderator to perform that action."
1492     setup_user_auth:
1493       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
1494       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."
1495   oauth:
1496     oauthorize:
1497       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."
1498       allow_to: "Allow the client application to:"
1499       allow_read_prefs:  "read your user preferences."
1500       allow_write_prefs: "modify your user preferences."
1501       allow_write_diary: "create diary entries, comments and make friends."
1502       allow_write_api:   "modify the map."
1503       allow_read_gpx:    "read your private GPS traces."
1504       allow_write_gpx:   "upload GPS traces."
1505       allow_write_notes: "modify notes."
1506     revoke:
1507       flash: "You've revoked the token for %{application}"
1508   oauth_clients:
1509     new:
1510       title: "Register a new application"
1511       submit: "Register"
1512     edit:
1513       title: "Edit your application"
1514       submit: "Edit"
1515     show:
1516       title: "OAuth details for %{app_name}"
1517       key: "Consumer Key:"
1518       secret: "Consumer Secret:"
1519       url: "Request Token URL:"
1520       access_url: "Access Token URL:"
1521       authorize_url: "Authorise URL:"
1522       support_notice: "We support HMAC-SHA1 (recommended) and RSA-SHA1 signatures."
1523       edit: "Edit Details"
1524       delete: "Delete Client"
1525       confirm: "Are you sure?"
1526       requests: "Requesting the following permissions from the user:"
1527       allow_read_prefs:  "read their user preferences."
1528       allow_write_prefs: "modify their user preferences."
1529       allow_write_diary: "create diary entries, comments and make friends."
1530       allow_write_api:   "modify the map."
1531       allow_read_gpx:    "read their private GPS traces."
1532       allow_write_gpx:   "upload GPS traces."
1533       allow_write_notes: "modify notes."
1534     index:
1535       title: "My OAuth Details"
1536       my_tokens: "My Authorised Applications"
1537       list_tokens: "The following tokens have been issued to applications in your name:"
1538       application: "Application Name"
1539       issued_at: "Issued At"
1540       revoke: "Revoke!"
1541       my_apps: "My Client Applications"
1542       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."
1543       registered_apps: "You have the following client applications registered:"
1544       register_new: "Register your application"
1545     form:
1546       name: "Name"
1547       required: "Required"
1548       url: "Main Application URL"
1549       callback_url: "Callback URL"
1550       support_url: "Support URL"
1551       requests: "Request the following permissions from the user:"
1552       allow_read_prefs:  "read their user preferences."
1553       allow_write_prefs: "modify their user preferences."
1554       allow_write_diary: "create diary entries, comments and make friends."
1555       allow_write_api:   "modify the map."
1556       allow_read_gpx:    "read their private GPS traces."
1557       allow_write_gpx:   "upload GPS traces."
1558       allow_write_notes: "modify notes."
1559     not_found:
1560       sorry: "Sorry, that %{type} could not be found."
1561     create:
1562       flash: "Registered the information successfully"
1563     update:
1564       flash: "Updated the client information successfully"
1565     destroy:
1566       flash: "Destroyed the client application registration"
1567   user:
1568     login:
1569       title: "Login"
1570       heading: "Login"
1571       email or username: "Email Address or Username:"
1572       password: "Password:"
1573       openid: "%{logo} OpenID:"
1574       remember: "Remember me"
1575       lost password link: "Lost your password?"
1576       login_button: "Login"
1577       register now: Register now
1578       with username: "Already have an OpenStreetMap account? Please login with your username and password:"
1579       with openid: "Alternatively, use OpenID to login:"
1580       new to osm: New to OpenStreetMap?
1581       to make changes: To make changes to the OpenStreetMap data, you must have an account.
1582       create account minute: Create an account. It only takes a minute.
1583       no account: Don't have an account?
1584       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>."
1585       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.
1586       auth failure: "Sorry, could not log in with those details."
1587       openid missing provider: "Sorry, could not contact your OpenID provider"
1588       openid invalid: "Sorry, your OpenID seems to be malformed"
1589       openid_logo_alt: "Log in with an OpenID"
1590       openid_providers:
1591         openid:
1592           title: Login with OpenID
1593           alt: Login with an OpenID URL
1594         google:
1595           title: Login with Google
1596           alt: Login with a Google OpenID
1597         yahoo:
1598           title: Login with Yahoo
1599           alt: Login with a Yahoo OpenID
1600         myopenid:
1601           title: Login with myOpenID
1602           alt: Login with a myOpenID OpenID
1603         wordpress:
1604           title: Login with Wordpress
1605           alt: Login with a Wordpress OpenID
1606         aol:
1607           title: Login with AOL
1608           alt: Login with an AOL OpenID
1609     logout:
1610       title: "Logout"
1611       heading: "Logout from OpenStreetMap"
1612       logout_button: "Logout"
1613     lost_password:
1614       title: "Lost password"
1615       heading: "Forgotten Password?"
1616       email address: "Email Address:"
1617       new password button: "Reset password"
1618       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."
1619       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
1620       notice email cannot find: "Could not find that email address, sorry."
1621     reset_password:
1622       title: "Reset password"
1623       heading: "Reset Password for %{user}"
1624       password: "Password:"
1625       confirm password: "Confirm Password:"
1626       reset: "Reset Password"
1627       flash changed: "Your password has been changed."
1628       flash token bad: "Did not find that token, check the URL maybe?"
1629     new:
1630       title: "Sign Up"
1631       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
1632       contact_webmaster: 'Please contact the <a href="mailto:webmaster@openstreetmap.org">webmaster</a> to arrange for an account to be created - we will try and deal with the request as quickly as possible.'
1633       about:
1634         header: Free and editable
1635         html: |
1636           <p>Unlike other maps, OpenStreetMap is completely created by people like you,
1637           and it's free for anyone to fix, update, download and use.</p>
1638           <p>Sign up to get started contributing. We'll send an email to confirm your account.</p>
1639       license_agreement: 'When you confirm your account you will need to agree to the <a href="http://www.osmfoundation.org/wiki/License/Contributor_Terms">contributor terms</a>.'
1640       email address: "Email Address:"
1641       confirm email address: "Confirm Email Address:"
1642       not displayed publicly: 'Not displayed publicly (see <a href="http://wiki.openstreetmap.org/wiki/Privacy_Policy" title="wiki privacy policy including section on email addresses">privacy policy</a>)'
1643       display name: "Display Name:"
1644       display name description: "Your publicly displayed username. You can change this later in the preferences."
1645       openid: "%{logo} OpenID:"
1646       password: "Password:"
1647       confirm password: "Confirm Password:"
1648       use openid: "Alternatively, use %{logo} OpenID to login"
1649       openid no password: "With OpenID a password is not required, but some extra tools or server may still need one."
1650       openid association: |
1651         <p>Your OpenID is not associated with a OpenStreetMap account yet.</p>
1652         <ul>
1653           <li>If you are new to OpenStreetMap, please create a new account using the form below.</li>
1654           <li>
1655             If you already have an account, you can login to your account
1656             using your username and password and then associate the account
1657             with your OpenID in your user settings.
1658           </li>
1659         </ul>
1660       continue: Sign Up
1661       terms accepted: "Thanks for accepting the new contributor terms!"
1662       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>."
1663       terms declined url: http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
1664     terms:
1665       title: "Contributor terms"
1666       heading: "Contributor terms"
1667       read and accept: "Please read the agreement and press the agree button to confirm that you accept the terms of this agreement for your existing and future contributions."
1668       consider_pd: "In addition to the above agreement, I consider my contributions to be in the Public Domain"
1669       consider_pd_why: "what's this?"
1670       consider_pd_why_url: http://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
1671       guidance: 'Information to help understand these terms: a <a href="%{summary}">human readable summary</a> and some <a href="%{translations}">informal translations</a>'
1672       agree: Agree
1673       declined: "http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined"
1674       decline: "Decline"
1675       you need to accept or decline: "Please read and then either accept or decline the new Contributor Terms to continue."
1676       legale_select: "Country of residence:"
1677       legale_names:
1678         france: "France"
1679         italy: "Italy"
1680         rest_of_world: "Rest of the world"
1681     no_such_user:
1682       title: "No such user"
1683       heading: "The user %{user} does not exist"
1684       body: "Sorry, there is no user with the name %{user}. Please check your spelling, or maybe the link you clicked is wrong."
1685     view:
1686       my diary: My Diary
1687       new diary entry: new diary entry
1688       my edits: My Edits
1689       my traces: My Traces
1690       my notes: My Notes
1691       my profile: My Profile
1692       my settings: My Settings
1693       my comments: My Comments
1694       oauth settings: oauth settings
1695       blocks on me: Blocks on Me
1696       blocks by me: Blocks by Me
1697       send message: Send Message
1698       diary: Diary
1699       edits: Edits
1700       traces: Traces
1701       notes: Map Notes
1702       remove as friend: Unfriend
1703       add as friend: Add Friend
1704       mapper since: "Mapper since:"
1705       ago: "(%{time_in_words_ago} ago)"
1706       ct status: "Contributor terms:"
1707       ct undecided: Undecided
1708       ct declined: Declined
1709       ct accepted: Accepted %{ago} ago
1710       latest edit: "Latest edit %{ago}:"
1711       email address: "Email address:"
1712       created from: "Created from:"
1713       status: "Status:"
1714       spam score: "Spam Score:"
1715       description: Description
1716       user location: User location
1717       if set location: "Set your home location on the %{settings_link} page to see nearby users."
1718       settings_link_text: settings
1719       your friends: Your friends
1720       no friends: You have not added any friends yet.
1721       km away: "%{count}km away"
1722       m away: "%{count}m away"
1723       nearby users: "Other nearby users"
1724       no nearby users: "There are no other users who admit to mapping nearby yet."
1725       role:
1726         administrator: "This user is an administrator"
1727         moderator: "This user is a moderator"
1728         grant:
1729           administrator: "Grant administrator access"
1730           moderator: "Grant moderator access"
1731         revoke:
1732           administrator: "Revoke administrator access"
1733           moderator: "Revoke moderator access"
1734       block_history: "blocks received"
1735       moderator_history: "blocks given"
1736       comments: "Comments"
1737       create_block: "block this user"
1738       activate_user: "activate this user"
1739       deactivate_user: "deactivate this user"
1740       confirm_user: "confirm this user"
1741       hide_user: "hide this user"
1742       unhide_user: "unhide this user"
1743       delete_user: "delete this user"
1744       confirm: "Confirm"
1745       friends_changesets: "friends' changesets"
1746       friends_diaries: "friends' diary entries"
1747       nearby_changesets: "nearby user changesets"
1748       nearby_diaries: "nearby user diary entries"
1749     popup:
1750       your location: "Your location"
1751       nearby mapper: "Nearby mapper"
1752       friend: "Friend"
1753     account:
1754       title: "Edit account"
1755       my settings: My settings
1756       current email address: "Current Email Address:"
1757       new email address: "New Email Address:"
1758       email never displayed publicly: "(never displayed publicly)"
1759       openid:
1760         openid: "OpenID:"
1761         link: "http://wiki.openstreetmap.org/wiki/OpenID"
1762         link text: "what is this?"
1763       public editing:
1764         heading: "Public editing:"
1765         enabled: "Enabled. Not anonymous and can edit data."
1766         enabled link: "http://wiki.openstreetmap.org/wiki/Anonymous_edits"
1767         enabled link text: "what is this?"
1768         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
1769         disabled link text: "why can't I edit?"
1770       public editing note:
1771         heading: "Public editing"
1772         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=\"http://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>"
1773       contributor terms:
1774         heading: "Contributor Terms:"
1775         agreed: "You have agreed to the new Contributor Terms."
1776         not yet agreed: "You have not yet agreed to the new Contributor Terms."
1777         review link text: "Please follow this link at your convenience to review and accept the new Contributor Terms."
1778         agreed_with_pd: "You have also declared that you consider your edits to be in the Public Domain."
1779         link: "http://www.osmfoundation.org/wiki/License/Contributor_Terms"
1780         link text: "what is this?"
1781       profile description: "Profile Description:"
1782       preferred languages: "Preferred Languages:"
1783       preferred editor: "Preferred Editor:"
1784       image: "Image:"
1785       gravatar:
1786         gravatar: "Use Gravatar"
1787         link: "http://wiki.openstreetmap.org/wiki/Gravatar"
1788         link text: "what is this?"
1789       new image: "Add an image"
1790       keep image: "Keep the current image"
1791       delete image: "Remove the current image"
1792       replace image: "Replace the current image"
1793       image size hint: "(square images at least 100x100 work best)"
1794       home location: "Home Location:"
1795       no home location: "You have not entered your home location."
1796       latitude: "Latitude:"
1797       longitude: "Longitude:"
1798       update home location on click: "Update home location when I click on the map?"
1799       save changes button: Save Changes
1800       make edits public button: Make all my edits public
1801       return to profile: Return to profile
1802       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
1803       flash update success: "User information updated successfully."
1804     confirm:
1805       heading: Check your email!
1806       introduction_1: |
1807         We sent you a confirmation email.
1808       introduction_2: |
1809         Confirm your account by clicking on the link in the email and you'll be able to start mapping.
1810       press confirm button: "Press the confirm button below to activate your account."
1811       button: Confirm
1812       already active: "This account has already been confirmed."
1813       unknown token: "That confirmation code has expired or does not exist."
1814       reconfirm_html: "If you need us to resend the confirmation email, <a href=\"%{reconfirm}\">click here</a>."
1815     confirm_resend:
1816       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 webmaster@openstreetmap.org as we are unable to reply to any confirmation requests."
1817       failure: "User %{name} not found."
1818     confirm_email:
1819       heading: Confirm a change of email address
1820       press confirm button: "Press the confirm button below to confirm your new email address."
1821       button: Confirm
1822       success: "Confirmed your email address, thanks for signing up!"
1823       failure: "An email address has already been confirmed with this token."
1824     set_home:
1825       flash success: "Home location saved successfully"
1826     go_public:
1827       flash success: "All your edits are now public, and you are now allowed to edit."
1828     make_friend:
1829       heading: "Add %{user} as a friend?"
1830       button: "Add as friend"
1831       success: "%{name} is now your friend!"
1832       failed: "Sorry, failed to add %{name} as a friend."
1833       already_a_friend: "You are already friends with %{name}."
1834     remove_friend:
1835       heading: "Unfriend %{user}?"
1836       button: "Unfriend"
1837       success: "%{name} was removed from your friends."
1838       not_a_friend: "%{name} is not one of your friends."
1839     filter:
1840       not_an_administrator: "You need to be an administrator to perform that action."
1841     list:
1842       title: Users
1843       heading: Users
1844       showing:
1845         one: Page %{page} (%{first_item} of %{items})
1846         other: Page %{page} (%{first_item}-%{last_item} of %{items})
1847       summary: "%{name} created from %{ip_address} on %{date}"
1848       summary_no_ip: "%{name} created on %{date}"
1849       confirm: Confirm Selected Users
1850       hide: Hide Selected Users
1851       empty: No matching users found
1852     suspended:
1853       title: Account Suspended
1854       heading: Account Suspended
1855       webmaster: webmaster
1856       body: |
1857         <p>
1858           Sorry, your account has been automatically suspended due to
1859           suspicious activity.
1860         </p>
1861         <p>
1862           This decision will be reviewed by an administrator shortly, or
1863           you may contact the %{webmaster} if you wish to discuss this.
1864         </p>
1865   user_role:
1866     filter:
1867       not_an_administrator: "Only administrators can perform user role management, and you are not an administrator."
1868       not_a_role: "The string `%{role}' is not a valid role."
1869       already_has_role: "The user already has role %{role}."
1870       doesnt_have_role: "The user does not have role %{role}."
1871     grant:
1872       title: Confirm role granting
1873       heading: Confirm role granting
1874       are_you_sure: "Are you sure you want to grant the role `%{role}' to the user `%{name}'?"
1875       confirm: "Confirm"
1876       fail: "Could not grant role `%{role}' to user `%{name}'. Please check that the user and role are both valid."
1877     revoke:
1878       title: Confirm role revoking
1879       heading: Confirm role revoking
1880       are_you_sure: "Are you sure you want to revoke the role `%{role}' from the user `%{name}'?"
1881       confirm: "Confirm"
1882       fail: "Could not revoke role `%{role}' from user `%{name}'. Please check that the user and role are both valid."
1883   user_block:
1884     model:
1885       non_moderator_update: "Must be a moderator to create or update a block."
1886       non_moderator_revoke: "Must be a moderator to revoke a block."
1887     not_found:
1888       sorry: "Sorry, the user block with ID %{id} could not be found."
1889       back: "Back to index"
1890     new:
1891       title: "Creating block on %{name}"
1892       heading: "Creating block on %{name}"
1893       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."
1894       period: "How long, starting now, the user will be blocked from the API for."
1895       submit: "Create block"
1896       tried_contacting: "I have contacted the user and asked them to stop."
1897       tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
1898       needs_view: "User needs to log in before this block will be cleared"
1899       back: "View all blocks"
1900     edit:
1901       title: "Editing block on %{name}"
1902       heading: "Editing block on %{name}"
1903       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."
1904       period: "How long, starting now, the user will be blocked from the API for."
1905       submit: "Update block"
1906       show: "View this block"
1907       back: "View all blocks"
1908       needs_view: "Does the user need to log in before this block will be cleared?"
1909     filter:
1910       block_expired: "The block has already expired and cannot be edited."
1911       block_period: "The blocking period must be one of the values selectable in the drop-down list."
1912     create:
1913       try_contacting: "Please try contacting the user before blocking them and giving them a reasonable time to respond."
1914       try_waiting: "Please try giving the user a reasonable time to respond before blocking them."
1915       flash: "Created a block on user %{name}."
1916     update:
1917       only_creator_can_edit: "Only the moderator who created this block can edit it."
1918       success: "Block updated."
1919     index:
1920       title: "User blocks"
1921       heading: "List of user blocks"
1922       empty: "No blocks have been made yet."
1923     revoke:
1924       title: "Revoking block on %{block_on}"
1925       heading: "Revoking block on %{block_on} by %{block_by}"
1926       time_future: "This block will end in %{time}."
1927       past: "This block ended %{time} ago and cannot be revoked now."
1928       confirm: "Are you sure you wish to revoke this block?"
1929       revoke: "Revoke!"
1930       flash: "This block has been revoked."
1931     period:
1932       one: "1 hour"
1933       other: "%{count} hours"
1934     partial:
1935       show: "Show"
1936       edit: "Edit"
1937       revoke: "Revoke!"
1938       confirm: "Are you sure?"
1939       display_name: "Blocked User"
1940       creator_name: "Creator"
1941       reason: "Reason for block"
1942       status: "Status"
1943       revoker_name: "Revoked by"
1944       not_revoked: "(not revoked)"
1945       showing_page: "Page %{page}"
1946       next: "Next »"
1947       previous: "« Previous"
1948     helper:
1949       time_future: "Ends in %{time}."
1950       until_login: "Active until the user logs in."
1951       time_past: "Ended %{time} ago."
1952     blocks_on:
1953       title: "Blocks on %{name}"
1954       heading: "List of blocks on %{name}"
1955       empty: "%{name} has not been blocked yet."
1956     blocks_by:
1957       title: "Blocks by %{name}"
1958       heading: "List of blocks by %{name}"
1959       empty: "%{name} has not made any blocks yet."
1960     show:
1961       title: "%{block_on} blocked by %{block_by}"
1962       heading: "%{block_on} blocked by %{block_by}"
1963       time_future: "Ends in %{time}"
1964       time_past: "Ended %{time} ago"
1965       status: "Status"
1966       show: "Show"
1967       edit: "Edit"
1968       revoke: "Revoke!"
1969       confirm: "Are you sure?"
1970       reason: "Reason for block:"
1971       back: "View all blocks"
1972       revoker: "Revoker:"
1973       needs_view: "The user needs to log in before this block will be cleared."
1974   note:
1975     description:
1976       opened_at_html: "Created %{when} ago"
1977       opened_at_by_html: "Created %{when} ago by %{user}"
1978       commented_at_html: "Updated %{when} ago"
1979       commented_at_by_html: "Updated %{when} ago by %{user}"
1980       closed_at_html: "Resolved %{when} ago"
1981       closed_at_by_html: "Resolved %{when} ago by %{user}"
1982       reopened_at_html: "Reactivated %{when} ago"
1983       reopened_at_by_html: "Reactivated %{when} ago by %{user}"
1984     rss:
1985       title: "OpenStreetMap Notes"
1986       description_area: "A list of notes, reported, commented on or closed in your area [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]"
1987       description_item: "An rss feed for note %{id}"
1988       opened: "new note (near %{place})"
1989       commented: "new comment (near %{place})"
1990       closed: "closed note (near %{place})"
1991       reopened: "reactivated note (near %{place})"
1992     entry:
1993       comment: Comment
1994       full: Full note
1995     mine:
1996       title: "Notes submitted or commented on by %{user}"
1997       heading: "%{user}'s notes"
1998       subheading: "Notes submitted or commented on by %{user}"
1999       id: "Id"
2000       creator: "Creator"
2001       description: "Description"
2002       created_at: "Created at"
2003       last_changed: "Last changed"
2004       ago_html: "%{when} ago"
2005   javascripts:
2006     close: Close
2007     share:
2008       title: "Share"
2009       cancel: "Cancel"
2010       image: "Image"
2011       link: "Link or HTML"
2012       long_link: "Link"
2013       short_link: "Short Link"
2014       embed: "HTML"
2015       custom_dimensions: "Set custom dimensions"
2016       format: "Format:"
2017       scale: "Scale:"
2018       image_size: "Image will show standard layer at "
2019       download: "Download"
2020       short_url: "Short URL"
2021       include_marker: "Include marker"
2022       center_marker: "Center map on marker"
2023       paste_html: "Paste HTML to embed in website"
2024       view_larger_map: "View Larger Map"
2025     key:
2026       title: "Map Key"
2027       tooltip: "Map Key"
2028       tooltip_disabled: "Map Key available only for Standard layer"
2029     map:
2030       zoom:
2031         in: Zoom In
2032         out: Zoom Out
2033       locate:
2034         title: Show My Location
2035         popup: You are within {distance} {unit} of this point
2036       base:
2037         standard: Standard
2038         cycle_map: Cycle Map
2039         transport_map: Transport Map
2040         mapquest: MapQuest Open
2041         hot: Humanitarian
2042       layers:
2043         header: Map Layers
2044         notes: Map Notes
2045         data: Map Data
2046         overlays: Enable overlays for troubleshooting the map
2047         title: "Layers"
2048       copyright: "© <a href='%{copyright_url}'>OpenStreetMap contributors</a>"
2049       donate_link_text: "<a class='donate-attr' href='%{donate_url}'>Make a Donation</a>"
2050     site:
2051       edit_tooltip: Edit the map
2052       edit_disabled_tooltip: Zoom in to edit the map
2053       createnote_tooltip: Add a note to the map
2054       createnote_disabled_tooltip: Zoom in to add a note to the map
2055       map_notes_zoom_in_tooltip: Zoom in to see map notes
2056       map_data_zoom_in_tooltip: Zoom in to see map data
2057     notes:
2058       new:
2059         intro: "In order to improve the map the information you enter is shown to other mappers, so please be as descriptive and precise as possible when moving the marker to the correct position and entering your note below."
2060         add: Add Note
2061       show:
2062         permalink: Permalink
2063         anonymous_warning: This note includes comments from anonymous users which should be independently verified.
2064         opened_by: "created by <a href='%{user_url}'>%{user}</a> at %{time}"
2065         opened_by_anonymous: "created by anonymous at %{time}"
2066         commented_by: "comment from <a href='%{user_url}'>%{user}</a> at %{time}"
2067         commented_by_anonymous: "comment from anonymous at %{time}"
2068         closed_by: "resolved by <a href='%{user_url}'>%{user}</a> at %{time}"
2069         closed_by_anonymous: "resolved by anonymous at %{time}"
2070         reopened_by: "reactivated by <a href='%{user_url}'>%{user}</a> at %{time}"
2071         reopened_by_anonymous: "reactivated by anonymous at %{time}"
2072         hide: Hide
2073         resolve: Resolve
2074         reactivate: Reactivate
2075         comment_and_resolve: Comment & Resolve
2076         comment: Comment
2077     edit_help: Move the map and zoom in on a location you want to edit, then click here.
2078   redaction:
2079     edit:
2080       description: "Description"
2081       heading: "Edit redaction"
2082       submit: "Save redaction"
2083       title: "Edit redaction"
2084     index:
2085       empty: "No redactions to show."
2086       heading: "List of redactions"
2087       title: "List of redactions"
2088     new:
2089       description: "Description"
2090       heading: "Enter information for new redaction"
2091       submit: "Create redaction"
2092       title: "Creating new redaction"
2093     show:
2094       description: "Description:"
2095       heading: "Showing redaction \"%{title}\""
2096       title: "Showing redaction"
2097       user: "Creator:"
2098       edit: "Edit this redaction"
2099       destroy: "Remove this redaction"
2100       confirm: "Are you sure?"
2101     create:
2102       flash: "Redaction created."
2103     update:
2104       flash: "Changes saved."
2105     destroy:
2106       not_empty: "Redaction is not empty. Please un-redact all versions belonging to this redaction before destroying it."
2107       flash: "Redaction destroyed."
2108       error: "There was an error destroying this redaction."