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