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