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