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