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