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