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