]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
Correct google webmaster tools bug.
[rails.git] / config / locales / en.yml
1 en:
2   html:
3     dir: ltr
4   activerecord:
5     # Translates all the model names, which is used in error handling on the web site
6     models:
7       acl: "Access Control List"
8       changeset: "Changeset"
9       changeset_tag: "Changeset Tag"
10       country: "Country"
11       diary_comment: "Diary Comment"
12       diary_entry: "Diary Entry"
13       friend: "Friend"
14       language: "Language"
15       message: "Message"
16       node: "Node"
17       node_tag: "Node Tag"
18       notifier: "Notifier"
19       old_node: "Old Node"
20       old_node_tag: "Old Node Tag"
21       old_relation: "Old Relation"
22       old_relation_member: "Old Relation Member"
23       old_relation_tag: "Old Relation Tag"
24       old_way: "Old Way"
25       old_way_node: "Old Way Node"
26       old_way_tag: "Old Way Tag"
27       relation: "Relation"
28       relation_member: "Relation Member"
29       relation_tag: "Relation Tag"
30       session: "Session"
31       trace: "Trace"
32       tracepoint: "Trace Point"
33       tracetag: "Trace Tag"
34       user: "User"
35       user_preference: "User Preference"
36       user_token: "User Token"
37       way: "Way"
38       way_node: "Way Node"
39       way_tag: "Way Tag"
40     # Translates all the model attributes, which is used in error handling on the web site
41     # Only the ones that are used on the web site are translated at the moment
42     attributes:
43       diary_comment:
44         body: "Body"
45       diary_entry:
46         user: "User"
47         title: "Title"
48         latitude: "Latitude"
49         longitude: "Longitude"
50         language: "Language"
51       friend:
52         user: "User"
53         friend: "Friend"
54       trace:
55         user: "User"
56         visible: "Visible"
57         name: "Name"
58         size: "Size"
59         latitude: "Latitude"
60         longitude: "Longitude"
61         public: "Public"
62         description: "Description"
63       message:
64         sender: "Sender"
65         title: "Title"
66         body: "Body"
67         recipient: "Recipient"
68       user:
69         email: "Email"
70         active: "Active"
71         display_name: "Display Name"
72         description: "Description"
73         languages: "Languages"
74         pass_crypt: "Password"
75   printable_name:
76     with_id: "{{id}}"
77     with_version: "{{id}}, v{{version}}"
78     with_name: "{{name}} ({{id}})"
79   map:
80     view: View
81     edit: Edit
82     coordinates: "Coordinates:"
83   browse:
84     changeset:
85       title: "Changeset"
86       changeset: "Changeset: {{id}}"
87       download: "Download {{changeset_xml_link}} or {{osmchange_xml_link}}"
88       changesetxml: "Changeset XML"
89       osmchangexml: "osmChange XML"
90       feed:
91         title: "Changeset {{id}}"
92         title_comment: "Changeset {{id}} - {{comment}}"
93     changeset_navigation:
94       paging:
95         user:
96           prev: "« {{id}}"
97           next: "{{id}} »"
98         all:
99           prev: "« {{id}}"
100           next: "{{id}} »"
101       user:
102         name_tooltip: "View edits by {{user}}"
103         prev_tooltip: "Previous edit by {{user}}"
104         next_tooltip: "Next edit by {{user}}"
105       all:
106         prev_tooltip: "Previous changeset"
107         next_tooltip: "Next changeset"
108     changeset_details:
109       created_at: "Created at:"
110       closed_at: "Closed at:"
111       belongs_to: "Belongs to:"
112       bounding_box: "Bounding box:"
113       no_bounding_box: "No bounding box has been stored for this changeset."
114       show_area_box: "Show Area Box"
115       box: "box"
116       has_nodes:
117         one: "Has the following {{count}} node:"
118         other: "Has the following {{count}} nodes:"
119       has_ways:
120         one:  "Has the following {{count}} way:"
121         other: "Has the following {{count}} ways:"
122       has_relations:
123         one:  "Has the following {{count}} relation:"
124         other: "Has the following {{count}} relations:"
125     common_details: 
126       edited_at: "Edited at:"
127       edited_by: "Edited by:"
128       version: "Version:"
129       in_changeset: "In changeset:"
130       changeset_comment: "Comment:"
131     containing_relation:
132       entry: "Relation {{relation_name}}"
133       entry_role: "Relation {{relation_name}} (as {{relation_role}})"
134     map:
135       loading: "Loading..."
136       deleted: "Deleted"
137       larger:
138         area: "View area on larger map"
139         node: "View node on larger map"
140         way: "View way on larger map"
141         relation: "View relation on larger map"
142     node_details:
143       coordinates: "Coordinates:"
144       part_of: "Part of:"
145     node_history:
146       node_history: "Node History"
147       node_history_title: "Node History: {{node_name}}"
148       download: "{{download_xml_link}} or {{view_details_link}}"
149       download_xml: "Download XML"
150       view_details: "view details"
151     node:
152       node: "Node"
153       node_title: "Node: {{node_name}}"
154       download: "{{download_xml_link}}, {{view_history_link}} or {{edit_link}}"
155       download_xml: "Download XML"
156       view_history: "view history"
157       edit: "edit"
158     not_found:
159       sorry: "Sorry, the {{type}} with the id {{id}}, could not be found."
160       type:
161         node: node
162         way: way
163         relation: relation
164         changeset: changeset
165     timeout:
166       sorry: "Sorry, the data for the {{type}} with the id {{id}}, took too long to retrieve."
167       type:
168         node: node
169         way: way
170         relation: relation
171         changeset: changeset
172     paging_nav:
173       showing_page: "Showing page"
174       of: "of"
175     relation_details:
176       members: "Members:"
177       part_of: "Part of:"
178     relation_history:
179       relation_history: "Relation History"
180       relation_history_title: "Relation History: {{relation_name}}"
181       download: "{{download_xml_link}} or {{view_details_link}}"
182       download_xml: "Download XML"
183       view_details: "view details"
184     relation_member:
185       entry: "{{type}} {{name}}"
186       entry_role: "{{type}} {{name}} as {{role}}"
187       type:
188         node: "Node"
189         way: "Way"
190         relation: "Relation"
191     relation:
192       relation: "Relation"
193       relation_title: "Relation: {{relation_name}}"
194       download: "{{download_xml_link}} or {{view_history_link}}"
195       download_xml: "Download XML"
196       view_history: "view history"
197     start:
198       view_data: "View data for current map view"
199       manually_select: "Manually select a different area"
200     start_rjs:
201       data_layer_name: "Data"
202       data_frame_title: "Data"
203       zoom_or_select: "Zoom in or select an area of the map to view"
204       drag_a_box: "Drag a box on the map to select an area"
205       manually_select: "Manually select a different area"
206       loaded_an_area_with_num_features: "You have loaded an area which contains [[num_features]] features. In general, some browsers may not cope well with displaying this quantity of data. Generally, browsers work best at displaying less than 100 features at a time: doing anything else may make your browser slow/unresponsive. If you are sure you want to display this data, you may do so by clicking the button below."
207       load_data: "Load Data"
208       unable_to_load_size: "Unable to load: Bounding box size of [[bbox_size]] is too large (must be smaller than {{max_bbox_size}})"
209       loading: "Loading..."
210       show_history: "Show History"
211       wait: "Wait..."
212       history_for_feature: "History for [[feature]]"
213       details: "Details"
214       private_user: "private user"
215       edited_by_user_at_timestamp: "Edited by [[user]] at [[timestamp]]"
216       object_list:
217         heading: "Object list"
218         back: "Display object list"
219         type:
220           node: "Node"
221           way: "Way"
222           # There is no 'relation' type because it is not represented in OpenLayers
223         api: "Retrieve this area from the API"
224         details: "Details"
225         selected:
226           type:
227             node: "Node [[id]]"
228             way: "Way [[id]]"
229             # There is no 'relation' type because it is not represented in OpenLayers
230         history:
231           type:
232             node: "Node [[id]]"
233             way: "Way [[id]]"
234             # There is no 'relation' type because it is not represented in OpenLayers
235     tag_details:
236       tags: "Tags:"
237     way_details:
238       nodes: "Nodes:"
239       part_of: "Part of:"
240       also_part_of:
241         one: "also part of way {{related_ways}}"
242         other: "also part of ways {{related_ways}}"
243     way_history:
244       way_history: "Way History"
245       way_history_title: "Way History: {{way_name}}"
246       download: "{{download_xml_link}} or {{view_details_link}}"
247       download_xml: "Download XML"
248       view_details: "view details"
249     way:
250       way: "Way"
251       way_title: "Way: {{way_name}}"
252       download: "{{download_xml_link}}, {{view_history_link}} or {{edit_link}}"
253       download_xml: "Download XML"
254       view_history: "view history"
255       edit: "edit"
256   changeset:
257     changeset_paging_nav: 
258       showing_page: "Showing page {{page}}"
259       next: "Next »"
260       previous: "« Previous"
261     changeset:
262       id: "#{{id}}"
263       still_editing: "(still editing)"
264       anonymous: "Anonymous"
265       no_comment: "(none)"
266       no_edits: "(no edits)"
267       show_area_box: "show area box"
268       big_area: "(big)"
269       view_changeset_details: "View changeset details"
270     changesets:
271       id: "ID"
272       saved_at: "Saved at"
273       user: "User"
274       comment: "Comment"
275       area: "Area"
276     list:
277       title: "Changesets"
278       title_user: "Changesets by {{user}}"
279       title_bbox: "Changesets within {{bbox}}"
280       title_user_bbox: "Changesets by {{user}} within {{bbox}}"
281
282       heading: "Changesets"
283       heading_user: "Changesets"
284       heading_bbox: "Changesets"
285       heading_user_bbox: "Changesets"
286
287       description: "Recent changes"
288       description_user: "Changesets by {{user}}"
289       description_bbox: "Changesets within {{bbox}}"
290       description_user_bbox: "Changesets by {{user}} within {{bbox}}"
291   diary_entry:
292     new:
293       title: New Diary Entry
294     list:
295       title: "Users' diaries"
296       user_title: "{{user}}'s diary"
297       in_language_title: "Diary Entries in {{language}}"
298       new: New Diary Entry
299       new_title: Compose a new entry in your user diary
300       no_entries: No diary entries
301       recent_entries: "Recent diary entries:"
302       older_entries: Older Entries
303       newer_entries: Newer Entries
304     edit:
305       title: "Edit diary entry"
306       subject: "Subject:"
307       body: "Body:"
308       language: "Language:"
309       location: "Location:"
310       latitude: "Latitude:"
311       longitude: "Longitude:"
312       use_map_link: "use map"
313       save_button: "Save"
314       marker_text: Diary entry location
315     view:
316       title: "{{user}}'s diary | {{title}}"
317       user_title: "{{user}}'s diary"
318       leave_a_comment: "Leave a comment"
319       login_to_leave_a_comment: "{{login_link}} to leave a comment"
320       login: "Login"
321       save_button: "Save"
322     no_such_entry:
323       title: "No such diary entry"
324       heading: "No entry with the id: {{id}}"
325       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."
326     no_such_user:
327       title: "No such user"
328       heading: "The user {{user}} does not exist"
329       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
330     diary_entry:
331       posted_by: "Posted by {{link_user}} at {{created}} in {{language_link}}"
332       comment_link: Comment on this entry
333       reply_link: Reply to this entry
334       comment_count:
335         one: 1 comment
336         other: "{{count}} comments"
337       edit_link: Edit this entry
338       hide_link: Hide this entry
339       confirm: Confirm
340     diary_comment:
341       comment_from: "Comment from {{link_user}}  at {{comment_created_at}}"
342       hide_link: Hide this comment
343       confirm: Confirm
344     feed:
345       user:
346         title: "OpenStreetMap diary entries for {{user}}"
347         description: "Recent OpenStreetMap diary entries from {{user}}"
348       language:
349         title: "OpenStreetMap diary entries in {{language_name}}"
350         description: "Recent diary entries from users of OpenStreetMap in {{language_name}}"
351       all:
352         title: "OpenStreetMap diary entries"
353         description: "Recent diary entries from users of OpenStreetMap"
354   export:
355     start:
356       area_to_export: "Area to Export"
357       manually_select: "Manually select a different area"
358       format_to_export: "Format to Export"
359       osm_xml_data: "OpenStreetMap XML Data"
360       mapnik_image: "Mapnik Image"
361       osmarender_image: "Osmarender Image"
362       embeddable_html: "Embeddable HTML"
363       licence: "Licence"
364       export_details: 'OpenStreetMap data is licensed under the <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative Commons Attribution-ShareAlike 2.0 license</a>.'
365       options: "Options"
366       format: "Format"
367       scale: "Scale"
368       max: "max"
369       image_size: "Image Size"
370       zoom: "Zoom"
371       add_marker: "Add a marker to the map"
372       latitude: "Lat:"
373       longitude: "Lon:"
374       output: "Output"
375       paste_html: "Paste HTML to embed in website"
376       export_button: "Export"
377     start_rjs:
378       export: "Export"
379       drag_a_box: "Drag a box on the map to select an area"
380       manually_select: "Manually select a different area"
381       click_add_marker: "Click on the map to add a marker"
382       change_marker: "Change marker position"
383       add_marker: "Add a marker to the map"
384       view_larger_map: "View Larger Map"
385   geocoder:
386     search:
387       title:
388         latlon: 'Results from <a href="http://openstreetmap.org/">Internal</a>'
389         us_postcode: 'Results from <a href="http://geocoder.us/">Geocoder.us</a>'
390         uk_postcode: 'Results from <a href="http://www.npemap.org.uk/">NPEMap / FreeThe Postcode</a>'
391         ca_postcode: 'Results from <a href="http://geocoder.ca/">Geocoder.CA</a>'
392         osm_namefinder: 'Results from <a href="http://gazetteer.openstreetmap.org/namefinder/">OpenStreetMap Namefinder</a>'
393         osm_nominatim: 'Results from <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
394         geonames: 'Results from <a href="http://www.geonames.org/">GeoNames</a>'
395     search_osm_namefinder:
396       prefix: "{{type}}"
397       suffix_place: ", {{distance}} {{direction}} of {{placename}}"
398       suffix_parent: "{{suffix}} ({{parentdistance}} {{parentdirection}} of {{parentname}})"
399       suffix_suburb: "{{suffix}}, {{parentname}}"
400     search_osm_nominatim:
401       prefix:
402         amenity:
403           airport: "Airport"
404           arts_centre: "Arts Centre"
405           atm: "ATM"
406           auditorium: "Auditorium"
407           bank: "Bank"
408           bar: "Bar"
409           bench: "Bench"
410           bicycle_parking: "Cycle Parking"
411           bicycle_rental: "Cycle Rental"
412           brothel: "Brothel"
413           bureau_de_change: "Bureau de Change"
414           bus_station: "Bus Station"
415           cafe: "Cafe"
416           car_rental: "Car Rental"
417           car_sharing: "Car Sharing"
418           car_wash: "Car Wash"
419           casino: "Casino"
420           cinema: "Cinema"
421           clinic: "Clinic"
422           club: "Club"
423           college: "College"
424           community_centre: "Community Centre"
425           courthouse: "Courthouse"
426           crematorium: "Crematorium"
427           dentist: "Dentist"
428           doctors: "Doctors"
429           dormitory: "Dormitory"
430           drinking_water: "Drinking Water"
431           driving_school: "Driving School"
432           embassy: "Embassy"
433           emergency_phone: "Emergency Phone"
434           fast_food: "Fast Food"
435           ferry_terminal: "Ferry Terminal"
436           fire_hydrant: "Fire Hydrant"
437           fire_station: "Fire Station"
438           fountain: "Fountain"
439           fuel: "Fuel"
440           grave_yard: "Grave Yard"
441           gym: "Fitness Centre / Gym"
442           hall: "Hall"
443           health_centre: "Health Centre"
444           hospital: "Hospital"
445           hotel: "Hotel"
446           hunting_stand: "Hunting Stand"
447           ice_cream: "Ice Cream"
448           kindergarten: "Kindergarten"
449           library: "Library"
450           market: "Market"
451           marketplace: "Marketplace"
452           mountain_rescue: "Mountain Rescue"
453           nightclub: "Night Club"
454           nursery: "Nursery"
455           nursing_home: "Nursing Home"
456           office: "Office"
457           park: "Park"
458           parking: "Parking"
459           pharmacy: "Pharmacy"
460           place_of_worship: "Place of Worship"
461           police: "Police"
462           post_box: "Post Box"
463           post_office: "Post Office"
464           preschool: "Pre-School"
465           prison: "Prison"
466           pub: "Pub"
467           public_building: "Public Building"
468           public_market: "Public Market"
469           reception_area: "Reception Area"
470           recycling: "Recycling Point"
471           restaurant: "Restaurant"
472           retirement_home: "Retirement Home"
473           sauna: "Sauna"
474           school: "School"
475           shelter: "Shelter"
476           shop: "Shop"
477           shopping: "Shopping"
478           social_club: "Social Club"
479           studio: "Studio"
480           supermarket: "Supermarket"
481           taxi: "Taxi"
482           telephone: "Public Telephone"
483           theatre: "Theatre"
484           toilets: "Toilets"
485           townhall: "Town Hall"
486           university: "University"
487           vending_machine: "Vending Machine"
488           veterinary: "Veterinary Surgery"
489           village_hall: "Village Hall"
490           waste_basket: "Waste Basket"
491           wifi: "WiFi Access"
492           youth_centre: "Youth Centre"
493         boundary:
494           administrative: "Administrative Boundary"
495         building:
496           apartments: "Apartment Block"
497           block: "Building Block"
498           bunker: "Bunker"
499           chapel: "Chapel"
500           church: "Church"
501           city_hall: "City Hall"
502           commercial: "Commercial Building"
503           dormitory: "Dormitory"
504           entrance: "Building Entrance"
505           faculty: "Faculty Building"
506           farm: "Farm Building"
507           flats: "Flats"
508           garage: "Garage"
509           hall: "Hall"
510           hospital: "Hospital Building"
511           hotel: "Hotel"
512           house: "House"
513           industrial: "Industrial Building"
514           office: "Office Building"
515           public: "Public Building"
516           residential: "Residential Building"
517           retail: "Retail Building"
518           school: "School Building"
519           shop: "Shop"
520           stadium: "Stadium"
521           store: "Store"
522           terrace: "Terrace"
523           tower: "Tower"
524           train_station: "Railway Station"
525           university: "University Building"
526           yes: "Building"
527         highway:
528           bridleway: "Bridleway"
529           bus_guideway: "Guided Bus Lane"
530           bus_stop: "Bus Stop"
531           byway: "Byway"
532           construction: "Highway under Construction"
533           cycleway: "Cycle Path"
534           distance_marker: "Distance Marker"
535           emergency_access_point: "Emergency Access Point"
536           footway: "Footpath"
537           ford: "Ford"
538           gate: "Gate"
539           living_street: "Living Street"
540           minor: "Minor Road"
541           motorway: "Motorway"
542           motorway_junction: "Motorway Junction"
543           motorway_link: "Motorway Road"
544           path: "Path"
545           pedestrian: "Pedestrian Way"
546           platform: "Platform"
547           primary: "Primary Road"
548           primary_link: "Primary Road"
549           raceway: "Raceway"
550           residential: "Residential"
551           road: "Road"
552           secondary: "Secondary Road"
553           secondary_link: "Secondary Road"
554           service: "Service Road"
555           services: "Motorway Services"
556           steps: "Steps"
557           stile: "Stile"
558           tertiary: "Tertiary Road"
559           track: "Track"
560           trail: "Trail"
561           trunk: "Trunk Road"
562           trunk_link: "Trunk Road"
563           unclassified: "Unclassified Road"
564           unsurfaced: "Unsurfaced Road"
565         historic:
566           archaeological_site: "Archaeological Site"
567           battlefield: "Battlefield"
568           boundary_stone: "Boundary Stone"
569           building: "Building"
570           castle: "Castle"
571           church: "Church"
572           house: "House"
573           icon: "Icon"
574           manor: "Manor"
575           memorial: "Memorial"
576           mine: "Mine"
577           monument: "Monument"
578           museum: "Museum"
579           ruins: "Ruins"
580           tower: "Tower"
581           wayside_cross: "Wayside Cross"
582           wayside_shrine: "Wayside Shrine"
583           wreck: "Wreck"
584         landuse:
585           allotments: "Allotments"
586           basin: "Basin"
587           brownfield: "Brownfield Land"
588           cemetery: "Cemetery"
589           commercial: "Commercial Area"
590           conservation: "Conservation"
591           construction: "Construction"
592           farm: "Farm"
593           farmland: "Farmland"
594           farmyard: "Farmyard"
595           forest: "Forest"
596           grass: "Grass"
597           greenfield: "Greenfield Land"
598           industrial: "Industrial Area"
599           landfill: "Landfill"
600           meadow: "Meadow"
601           military: "Military Area"
602           mine: "Mine"
603           mountain: "Mountain"
604           nature_reserve: "Nature Reserve"
605           park: "Park"
606           piste: "Piste"
607           plaza: "Plaza"
608           quarry: "Quarry"
609           railway: "Railway"
610           recreation_ground: "Recreation Ground"
611           reservoir: "Reservoir"
612           residential: "Residential Area"
613           retail: "Retail"
614           village_green: "Village Green"
615           vineyard: "Vineyard"
616           wetland: "Wetland"
617           wood: "Wood"
618         leisure:
619           beach_resort: "Beach Resort"
620           common: "Common Land"
621           fishing: "Fishing Area"
622           garden: "Garden"
623           golf_course: "Golf Course"
624           ice_rink: "Ice Rink"
625           marina: "Marina"
626           miniature_golf: "Miniature Golf"
627           nature_reserve: "Nature Reserve"
628           park: "Park"
629           pitch: "Sports Pitch"
630           playground: "Playground"
631           recreation_ground: "Recreation Ground"
632           slipway: "Slipway"
633           sports_centre: "Sports Centre"
634           stadium: "Stadium"
635           swimming_pool: "Swimming Pool"
636           track: "Running Track"
637           water_park: "Water Park"
638         natural:
639           bay: "Bay"
640           beach: "Beach"
641           cape: "Cape"
642           cave_entrance: "Cave Entrance"
643           channel: "Channel"
644           cliff: "Cliff"
645           coastline: "Coastline"
646           crater: "Crater"
647           feature: "Feature"
648           fell: "Fell"
649           fjord: "Fjord"
650           geyser: "Geyser"
651           glacier: "Glacier"
652           heath: "Heath"
653           hill: "Hill"
654           island: "Island"
655           land: "Land"
656           marsh: "Marsh"
657           moor: "Moor"
658           mud: "Mud"
659           peak: "Peak"
660           point: "Point"
661           reef: "Reef"
662           ridge: "Ridge"
663           river: "River"
664           rock: "Rock"
665           scree: "Scree"
666           scrub: "Scrub"
667           shoal: "Shoal"
668           spring: "Spring"
669           strait: "Strait"
670           tree: "Tree"
671           valley: "Valley"
672           volcano: "Volcano"
673           water: "Water"
674           wetland: "Wetland"
675           wetlands: "Wetlands"
676           wood: "Wood"
677         place:
678           airport: "Airport"
679           city: "City"
680           country: "Country"
681           county: "County"
682           farm: "Farm"
683           hamlet: "Hamlet"
684           house: "House"
685           houses: "Houses"
686           island: "Island"
687           islet: "Islet"
688           locality: "Locality"
689           moor: "Moor"
690           municipality: "Municipality"
691           postcode: "Postcode"
692           region: "Region"
693           sea: "Sea"
694           state: "State"
695           subdivision: "Subdivision"
696           suburb: "Suburb"
697           town: "Town"
698           unincorporated_area: "Unincorporated Area"
699           village: "Village"
700         railway:
701           abandoned: "Abandoned Railway"
702           construction: "Railway under Construction"
703           disused: "Disused Railway"
704           disused_station: "Disused Railway Station"
705           funicular: "Funicular Railway"
706           halt: "Train Stop"
707           historic_station: "Historic Railway Station"
708           junction: "Railway Junction"
709           level_crossing: "Level Crossing"
710           light_rail: "Light Rail"
711           monorail: "Monorail"
712           narrow_gauge: "Narrow Gauge Railway"
713           platform: "Railway Platform"
714           preserved: "Preserved Railway"
715           spur: "Railway Spur"
716           station: "Railway Station"
717           subway: "Subway Station"
718           subway_entrance: "Subway Entrance"
719           switch: "Railway Points"
720           tram: "Tramway"
721           tram_stop: "Tram Stop"
722           yard: "Railway Yard"
723         shop:
724           alcohol: "Off License"
725           apparel: "Apparel Shop"
726           art: "Art Shop"
727           bakery: "Bakery"
728           beauty: "Beauty Shop"
729           beverages: "Beverages Shop"
730           bicycle: "Bicycle Shop"
731           books: "Book Shop"
732           butcher: "Butcher"
733           car: "Car Shop"
734           car_dealer: "Car Dealer"
735           car_parts: "Car Parts"
736           carpet: "Carpet Shop"
737           car_repair: "Car Repair"
738           charity: "Charity Shop"
739           chemist: "Chemist"
740           clothes: "Clothes Shop"
741           computer: "Computer Shop"
742           confectionery: "Confectionery Shop"
743           convenience: "Convenience Store"
744           copyshop: "Copy Shop"
745           cosmetics: "Cosmetics Shop"
746           department_store: "Department Store"
747           discount: "Discount Items Shop"
748           doityourself: "Do-It-Yourself"
749           drugstore: "Drugstore"
750           dry_cleaning: "Dry Cleaning"
751           electronics: "Electronics Shop"
752           estate_agent: "Estate Agent"
753           farm: "Farm Shop"
754           fashion: "Fashion Shop"
755           fish: "Fish Shop"
756           florist: "Florist"
757           food: "Food Shop"
758           funeral_directors: "Funeral Directors"
759           furniture: "Furniture"
760           gallery: "Gallery"
761           garden_centre: "Garden Centre"
762           general: "General Store"
763           gift: "Gift Shop"
764           greengrocer: "Greengrocer"
765           grocery: "Grocery Shop"
766           hairdresser: "Hairdresser"
767           hardware: "Hardware Store"
768           hifi: "Hi-Fi"
769           insurance: "Insurance"
770           jewelry: "Jewelry Shop"
771           kiosk: "Kiosk Shop"
772           laundry: "Laundry"
773           mall: "Mall"
774           market: "Market"
775           mobile_phone: "Mobile Phone Shop"
776           motorcycle: "Motorcycle Shop"
777           music: "Music Shop"
778           newsagent: "Newsagent"
779           optician: "Optician"
780           organic: "Organic Food Shop"
781           outdoor: "Outdoor Shop"
782           pet: "Pet Shop"
783           photo: "Photo Shop"
784           salon: "Salon"
785           shoes: "Shoe Shop"
786           shopping_centre: "Shopping Centre"
787           sports: "Sports Shop"
788           stationery: "Stationery Shop"
789           supermarket: "Supermarket"
790           toys: "Toy Shop"
791           travel_agency: "Travel Agency"
792           video: "Video Shop"
793           wine: "Off License"
794         tourism:
795           alpine_hut: "Alpine Hut"
796           artwork: "Artwork"
797           attraction: "Attraction"
798           bed_and_breakfast: "Bed and Breakfast"
799           cabin: "Cabin"
800           camp_site: "Camp Site"
801           caravan_site: "Caravan Site"
802           chalet: "Chalet"
803           guest_house: "Guest House"
804           hostel: "Hostel"
805           hotel: "Hotel"
806           information: "Information"
807           lean_to: "Lean To"
808           motel: "Motel"
809           museum: "Museum"
810           picnic_site: "Picnic Site"
811           theme_park: "Theme Park"
812           valley: "Valley"
813           viewpoint: "Viewpoint"
814           zoo: "Zoo"
815         waterway:
816           boatyard: "Boatyard"
817           canal: "Canal"
818           connector: "Waterway Connector"
819           dam: "Dam"
820           derelict_canal: "Derelict Canal"
821           ditch: "Ditch"
822           dock: "Dock"
823           drain: "Drain"
824           lock: "Lock"
825           lock_gate: "Lock Gate"
826           mineral_spring: "Mineral Spring"
827           mooring: "Mooring"
828           rapids: "Rapids"
829           river: "River"
830           riverbank: "Riverbank"
831           stream: "Stream"
832           wadi: "Wadi"
833           waterfall: "Waterfall"
834           water_point: "Water Point"
835           weir: "Weir"
836     description:
837       title:
838         osm_namefinder: '{{types}} from <a href="http://gazetteer.openstreetmap.org/namefinder/">OpenStreetMap Namefinder</a>'
839         osm_nominatim: 'Location from <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
840         geonames: 'Location from <a href="http://www.geonames.org/">GeoNames</a>'
841       types:
842         cities: Cities
843         towns: Towns
844         places: Places
845     description_osm_namefinder:
846       prefix: "{{distance}} {{direction}} of {{type}}"
847     results:
848       no_results: "No results found"
849       more_results: "More results"
850     distance:
851       zero: "less than 1km"
852       one: "about 1km"
853       other: "about {{count}}km"
854     direction:
855       south_west: "south-west"
856       south: "south"
857       south_east: "south-east"
858       east: "east"
859       north_east: "north-east"
860       north: "north"
861       north_west: "north-west"
862       west: "west"
863   layouts:
864     project_name:
865       # in <title>
866       title: OpenStreetMap
867       # in <h1>
868       h1: OpenStreetMap
869     logo:
870       alt_text: OpenStreetMap logo
871     welcome_user: "Welcome, {{user_link}}"
872     welcome_user_link_tooltip: Your user page
873     home: home
874     home_tooltip: Go to home location
875     inbox: "inbox ({{count}})"
876     inbox_tooltip:
877       zero: Your inbox contains no unread messages
878       one: Your inbox contains 1 unread message
879       other: Your inbox contains {{count}} unread messages
880     logout: logout
881     logout_tooltip: "Log out"
882     log_in: log in
883     log_in_tooltip: Log in with an existing account
884     sign_up: sign up
885     sign_up_tooltip: Create an account for editing
886     view: View
887     view_tooltip: View maps
888     edit: Edit
889     edit_tooltip: Edit maps
890     history: History
891     history_tooltip: Changeset history
892     export: Export
893     export_tooltip: Export map data
894     gps_traces: GPS Traces
895     gps_traces_tooltip: Manage traces
896     user_diaries: User Diaries
897     user_diaries_tooltip: View user diaries
898     tag_line: The Free Wiki World Map
899     intro_1: "OpenStreetMap is a free editable map of the whole world. It is made by people like you."
900     intro_2: "OpenStreetMap allows you to view, edit and use geographical data in a collaborative way from anywhere on Earth."
901     intro_3: "OpenStreetMap's hosting is kindly supported by the {{ucl}} and {{bytemark}}. Other supporters of the project are listed in the {{partners}}."
902     intro_3_ucl: "UCL VR Centre"
903     intro_3_bytemark: "bytemark"
904     intro_3_partners: "wiki"
905     intro_3_partners_url: "http://wiki.openstreetmap.org/wiki/Partners"
906     osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
907     osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
908     donate: "Support OpenStreetMap by {{link}} to the Hardware Upgrade Fund."
909     donate_link_text: donating
910     help_wiki: "Help &amp; Wiki"
911     help_wiki_tooltip: "Help &amp; Wiki site for the project"
912     help_wiki_url: "http://wiki.openstreetmap.org"
913     news_blog: "News blog"
914     news_blog_tooltip: "News blog about OpenStreetMap, free geographical data, etc."
915     shop: Shop
916     shop_tooltip: Shop with branded OpenStreetMap merchandise
917     shop_url: http://wiki.openstreetmap.org/wiki/Merchandise
918     sotm: 'Come to the 2009 OpenStreetMap Conference, The State of the Map, July 10-12 in Amsterdam!'
919     license:
920       alt: CC by-sa 2.0
921       title: OpenStreetMap data is licensed under the Creative Commons Attribution-Share Alike 2.0 Generic License
922     make_a_donation:
923       title: Support OpenStreetMap with a monetary donation
924       text: Make a Donation
925   notifier:
926     diary_comment_notification:
927       subject: "[OpenStreetMap] {{user}} commented on your diary entry"
928       hi: "Hi {{to_user}},"
929       header: "{{from_user}} has commented on your recent OpenStreetMap diary entry with the subject {{subject}}:"
930       footer: "You can also read the comment at {{readurl}} and you can comment at {{commenturl}} or reply at {{replyurl}}"
931     message_notification:
932       subject: "[OpenStreetMap] {{user}} sent you a new message"
933       hi: "Hi {{to_user}},"
934       header: "{{from_user}} has sent you a message through OpenStreetMap with the subject {{subject}}:"
935       footer1: "You can also read the message at {{readurl}}"
936       footer2: "and you can reply at {{replyurl}}"
937     friend_notification:
938       subject: "[OpenStreetMap] {{user}} added you as a friend"
939       had_added_you: "{{user}} has added you as a friend on OpenStreetMap."
940       see_their_profile: "You can see their profile at {{userurl}} and add them as a friend too if you wish."
941     gpx_notification:
942       greeting: "Hi,"
943       your_gpx_file: "It looks like your GPX file"
944       with_description: "with the description"
945       and_the_tags: "and the following tags:"
946       and_no_tags: "and no tags."
947       failure:
948         subject: "[OpenStreetMap] GPX Import failure"
949         failed_to_import: "failed to import. Here is the error:"
950         more_info_1: "More information about GPX import failures and how to avoid"
951         more_info_2: "them can be found at:"
952         import_failures_url: "http://wiki.openstreetmap.org/wiki/GPX_Import_Failures"
953       success:
954         subject: "[OpenStreetMap] GPX Import success"
955         loaded_successfully: loaded successfully with {{trace_points}} out of a possible {{possible_points}} points.
956     signup_confirm:
957       subject: "[OpenStreetMap] Confirm your email address"
958     signup_confirm_plain:
959       greeting: "Hi there!"
960       hopefully_you: "Someone (hopefully you) would like to create an account over at"
961       # next two translations run-on : please word wrap appropriately
962       click_the_link_1: "If this is you, welcome! Please click the link below to confirm your"
963       click_the_link_2: "account and read on for more information about OpenStreetMap."
964       introductory_video: "You can watch an introductory video to OpenStreetMap here:"
965       more_videos: "There are more videos here:"
966       the_wiki: "Get reading about OpenStreetMap on the wiki:"
967       the_wiki_url: "http://wiki.openstreetmap.org/wiki/Beginners%27_Guide"
968       blog_and_twitter: "Catch up with the latest news via the OpenStreetMap blog or Twitter:"
969       opengeodata: "OpenGeoData.org is OpenStreetMap founder Steve Coast's blog, and it has podcasts too:"
970       wiki_signup: "You may also want to sign up to the OpenStreetMap wiki at:"
971       wiki_signup_url: "http://wiki.openstreetmap.org/index.php?title=Special:Userlogin&type=signup&returnto=Main_Page"
972       # next four translations are in pairs : please word wrap appropriately
973       user_wiki_1: "It is recommended that you create a user wiki page, which includes"
974       user_wiki_2: "category tags noting where you are, such as [[Category:Users_in_London]]."
975       current_user_1: "A list of current users in categories, based on where in the world"
976       current_user_2: "they are, is available from:"
977     signup_confirm_html:
978       greeting: "Hi there!"
979       hopefully_you: "Someone (hopefully you) would like to create an account over at"
980       click_the_link: "If this is you, welcome! Please click the link below to confirm that account and read on for more information about OpenStreetMap"
981       introductory_video: "You can watch an {{introductory_video_link}}."
982       video_to_openstreetmap: "introductory video to OpenStreetMap"
983       more_videos: "There are {{more_videos_link}}."
984       more_videos_here: "more videos here"
985       get_reading: Get reading about OpenStreetMap <a href="http://wiki.openstreetmap.org/wiki/Beginners%27_Guide">on the wiki</a>, catch up with the latest news via the <a href="http://blog.openstreetmap.org/">OpenStreetMap blog</a> or <a href="http://twitter.com/openstreetmap">Twitter</a>, or browse through OpenStreetMap founder Steve Coast's <a href="http://www.opengeodata.org/">OpenGeoData blog</a> for the potted history of the project, which has <a href="http://www.opengeodata.org/?cat=13">podcasts to listen to</a> also!
986       wiki_signup: 'You may also want to <a href="http://wiki.openstreetmap.org/index.php?title=Special:Userlogin&type=signup&returnto=Main_Page">sign up to the OpenStreetMap wiki</a>.'
987       user_wiki_page: 'It is recommended that you create a user wiki page, which includes category tags noting where you are, such as <a href="http://wiki.openstreetmap.org/wiki/Category:Users_in_London">[[Category:Users_in_London]]</a>.'
988       current_user: 'A list of current users in categories, based on where in the world they are, is available from <a href="http://wiki.openstreetmap.org/wiki/Category:Users_by_geographical_region">Category:Users_by_geographical_region</a>.'
989     email_confirm:
990       subject: "[OpenStreetMap] Confirm your email address"
991     email_confirm_plain:
992       greeting: "Hi,"
993       hopefully_you_1: "Someone (hopefully you) would like to change their email address over at"
994       hopefully_you_2: "{{server_url}} to {{new_address}}."
995       click_the_link: "If this is you, please click the link below to confirm the change."
996     email_confirm_html:
997       greeting: "Hi,"
998       hopefully_you: "Someone (hopefully you) would like to change their email address over at {{server_url}} to {{new_address}}."
999       click_the_link: "If this is you, please click the link below to confirm the change."
1000     lost_password:
1001       subject: "[OpenStreetMap] Password reset request"
1002     lost_password_plain:
1003       greeting: "Hi,"
1004       hopefully_you_1: "Someone (possibly you) has asked for the password to be reset on this"
1005       hopefully_you_2: "email addresses openstreetmap.org account."
1006       click_the_link: "If this is you, please click the link below to reset your password."
1007     lost_password_html:
1008       greeting: "Hi,"
1009       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1010       click_the_link: "If this is you, please click the link below to reset your password."
1011   message:
1012     inbox:
1013       title: "Inbox"
1014       my_inbox: "My inbox"
1015       outbox: "outbox"
1016       you_have: "You have {{new_count}} new messages and {{old_count}} old messages"
1017       from: "From"
1018       subject: "Subject"
1019       date: "Date"
1020       no_messages_yet: "You have no messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
1021       people_mapping_nearby: "people mapping nearby" 
1022     message_summary:
1023       unread_button: "Mark as unread"
1024       read_button: "Mark as read"
1025       reply_button: "Reply"
1026       delete_button: "Delete"
1027     new:
1028       title: "Send message"
1029       send_message_to: "Send a new message to {{name}}"
1030       subject: "Subject"
1031       body: "Body"
1032       send_button: "Send"
1033       back_to_inbox: "Back to inbox"
1034       message_sent: "Message sent"
1035       limit_exceeded: "You have sent a lot of messages recently. Please wait a while before trying to send any more."
1036     no_such_user:
1037       title: "No such user or message"
1038       heading: "No such user or message"
1039       body: "Sorry there is no user or message with that name or id"
1040     outbox: 
1041       title: "Outbox"
1042       my_inbox: "My {{inbox_link}}"
1043       inbox: "inbox"
1044       outbox: "outbox"
1045       you_have_sent_messages: "You have {{count}} sent messages"
1046       to: "To"
1047       subject: "Subject"
1048       date: "Date"
1049       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
1050       people_mapping_nearby: "people mapping nearby"
1051     read:
1052       title: "Read message"
1053       reading_your_messages: "Reading your messages"
1054       from: "From"
1055       subject: "Subject"
1056       date: "Date"
1057       reply_button: "Reply"
1058       unread_button: "Mark as unread"
1059       back_to_inbox: "Back to inbox"
1060       reading_your_sent_messages: "Reading your sent messages"
1061       to: "To"
1062       back_to_outbox: "Back to outbox"
1063     sent_message_summary:
1064       delete_button: "Delete"
1065     mark:
1066       as_read: "Message marked as read"
1067       as_unread: "Message marked as unread"
1068     delete:
1069       deleted: "Message deleted"
1070   site:
1071     index:
1072       js_1: "You are either using a browser that does not support JavaScript, or you have disabled JavaScript."
1073       js_2: "OpenStreetMap uses JavaScript for its slippy map."
1074       js_3: 'You may want to try the <a href="http://tah.openstreetmap.org/Browse/">Tiles@Home static tile browser</a> if you are unable to enable JavaScript.'
1075       permalink: Permalink
1076       shortlink: Shortlink
1077       license:
1078         notice: "Licensed under the {{license_name}} license by the {{project_name}} and its contributors."
1079         license_name: "Creative Commons Attribution-Share Alike 2.0"
1080         license_url: "http://creativecommons.org/licenses/by-sa/2.0/"
1081         project_name: "OpenStreetMap project"
1082         project_url: "http://openstreetmap.org"
1083     edit:
1084       not_public: "You have not set your edits to be public."
1085       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}}."
1086       user_page_link: user page
1087       anon_edits: "({{link}})"
1088       anon_edits_link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
1089       anon_edits_link_text: "Find out why this is the case."
1090       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.'
1091       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.)"
1092     sidebar:
1093       search_results: Search Results
1094       close: Close
1095     search:
1096       search: Search
1097       where_am_i: "Where am I?"
1098       where_am_i_title: Describe the current location using the search engine
1099       submit_text: "Go"
1100       search_help: "examples: 'Alkmaar', 'Regent Street, Cambridge', 'CB2 5AQ', or 'post offices near Lünen' <a href='http://wiki.openstreetmap.org/wiki/Search'>more examples...</a>"
1101     key:
1102       map_key: "Map key"
1103       map_key_tooltip: "Map key for the mapnik rendering at this zoom level"
1104       table:
1105         heading: "Legend for z{{zoom_level}}"
1106         entry:
1107           motorway: "Motorway"
1108           trunk: "Trunk road"
1109           primary: "Primary road"
1110           secondary: "Secondary road"
1111           unclassified: "Unclassified road"
1112           unsurfaced: "Unsurfaced road"
1113           track: "Track"
1114           byway: "Byway"
1115           bridleway: "Bridleway"
1116           cycleway: "Cycleway"
1117           footway: "Footway"
1118           rail: "Railway"
1119           subway: "Subway"
1120           tram:
1121             - Light rail
1122             - tram
1123           cable:
1124             - Cable car
1125             - chair lift
1126           runway:
1127             - Airport Runway
1128             - taxiway
1129           apron:
1130             - Airport apron
1131             - terminal
1132           admin: "Administrative boundary"
1133           forest: "Forest"
1134           wood: "Wood"
1135           golf: "Golf course"
1136           park: "Park"
1137           resident: "Residential area"
1138           tourist: "Tourist attraction"
1139           common:
1140             - Common
1141             - meadow
1142           retail: "Retail area"
1143           industrial: "Industrial area"
1144           commercial: "Commercial area"
1145           heathland: "Heathland"
1146           lake:
1147             - Lake
1148             - reservoir
1149           farm: "Farm"
1150           brownfield: "Brownfield site"
1151           cemetery: "Cemetery"
1152           allotments: "Allotments"
1153           pitch: "Sports pitch"
1154           centre: "Sports centre"
1155           reserve: "Nature reserve"
1156           military: "Military area"
1157           school:
1158             - School
1159             - university
1160           building: "Significant building"
1161           station: "Railway station"
1162           summit:
1163             - Summit
1164             - peak
1165           tunnel: "Dashed casing = tunnel"
1166           bridge: "Black casing = bridge"
1167           private: "Private access"
1168           permissive: "Permissive access"
1169           destination: "Destination access"
1170           construction: "Roads under construction"
1171   trace:
1172     visibility:
1173       private: "Private (only shared as anonymous, unordered points)"
1174       public: "Public (shown in trace list and as anonymous, unordered points)"
1175       trackable: "Trackable (only shared as anonymous, ordered points with timestamps)"
1176       identifiable: "Identifiable (shown in trace list and as identifiable, ordered points with timestamps)"
1177     create:
1178       upload_trace: "Upload GPS Trace"
1179       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."
1180     edit:
1181       title: "Editing trace {{name}}"
1182       heading: "Editing trace {{name}}"
1183       filename: "Filename:"
1184       download: "download"
1185       uploaded_at: "Uploaded at:"
1186       points: "Points:"
1187       start_coord: "Start coordinate:"
1188       map: "map"
1189       edit: "edit"
1190       owner: "Owner:"
1191       description: "Description:"
1192       tags: "Tags:"
1193       tags_help: "comma delimited"
1194       save_button: "Save Changes"
1195       visibility: "Visibility:"
1196       visibility_help: "what does this mean?"
1197       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1198     no_such_user:
1199       title: "No such user"
1200       heading: "The user {{user}} does not exist"
1201       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
1202     trace_form:
1203       upload_gpx: "Upload GPX File"
1204       description: "Description"
1205       tags: "Tags"
1206       tags_help: "comma delimited"
1207       visibility: "Visibility"
1208       visibility_help: "what does this mean?"
1209       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1210       upload_button: "Upload"
1211       help: "Help"
1212       help_url: "http://wiki.openstreetmap.org/wiki/Upload"
1213     trace_header:
1214       see_just_your_traces: "See just your traces, or upload a trace"
1215       see_all_traces: "See all traces"
1216       see_your_traces: "See all your traces"
1217       traces_waiting: "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."
1218     trace_optionals:
1219       tags: "Tags"
1220     view:
1221       title: "Viewing trace {{name}}"
1222       heading: "Viewing trace {{name}}"
1223       pending: "PENDING"
1224       filename: "Filename:"
1225       download: "download"
1226       uploaded: "Uploaded at:"
1227       points: "Points:"
1228       start_coordinates: "Start coordinate:"
1229       map: "map"
1230       edit: "edit"
1231       owner: "Owner:"
1232       description: "Description:"
1233       tags: "Tags:"
1234       none: "None"
1235       edit_track: "Edit this trace"
1236       delete_track: "Delete this trace"
1237       trace_not_found: "Trace not found!"
1238       visibility: "Visibility:"
1239     trace_paging_nav:
1240       showing_page: "Showing page {{page}}"
1241       next: "Next &raquo;"
1242       previous: "&laquo; Previous"
1243     trace:
1244       pending: "PENDING"
1245       count_points: "{{count}} points"
1246       ago: "{{time_in_words_ago}} ago"
1247       more: "more"
1248       trace_details: "View Trace Details"
1249       view_map: "View Map"
1250       edit: "edit"
1251       edit_map: "Edit Map"
1252       public: "PUBLIC"
1253       identifiable: "IDENTIFIABLE"
1254       private: "PRIVATE"
1255       trackable: "TRACKABLE"
1256       by: "by"
1257       in: "in"
1258       map: "map"
1259     list:
1260       public_traces: "Public GPS traces"
1261       your_traces: "Your GPS traces"
1262       public_traces_from: "Public GPS traces from {{user}}"
1263       tagged_with: " tagged with {{tags}}"
1264     delete:
1265       scheduled_for_deletion: "Trace scheduled for deletion"
1266     make_public:
1267       made_public: "Trace made public"
1268     offline_warning:
1269       message: "The GPX file upload system is currently unavailable"
1270     offline:
1271       heading: "GPX Storage Offline"
1272       message: "The GPX file storage and upload system is currently unavailable."
1273   application:
1274     require_cookies:
1275       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
1276     setup_user_auth:
1277       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
1278   oauth:
1279     oauthorize:
1280       request_access: "The application {{app_name}} is requesting access to your account. Please check whether you would like the application to have the following capabilities. You may choose as many or as few as you like."
1281       allow_to: "Allow the client application to:"
1282       allow_read_prefs:  "read your user preferences."
1283       allow_write_prefs: "modify your user preferences."
1284       allow_write_diary: "create diary entries, comments and make friends."
1285       allow_write_api:   "modify the map."
1286       allow_read_gpx:    "read your private GPS traces."
1287       allow_write_gpx:   "upload GPS traces."
1288     revoke:
1289       flash: "You've revoked the token for {{application}}"
1290   oauth_clients:
1291     new:
1292       title: "Register a new application"
1293       submit: "Register"
1294     edit:
1295       title: "Edit your application"
1296       submit: "Edit"
1297     show:
1298       title: "OAuth details for {{app_name}}"
1299       key: "Consumer Key:"
1300       secret: "Consumer Secret:"
1301       url: "Request Token URL:"
1302       access_url: "Access Token URL:"
1303       authorize_url: "Authorise URL:"
1304       support_notice: "We support HMAC-SHA1 (recommended) as well as plain text in ssl mode."
1305       edit: "Edit Details"
1306       requests: "Requesting the following permissions from the user:"
1307       allow_read_prefs:  "read their user preferences."
1308       allow_write_prefs: "modify their user preferences."
1309       allow_write_diary: "create diary entries, comments and make friends."
1310       allow_write_api:   "modify the map."
1311       allow_read_gpx:    "read their private GPS traces."
1312       allow_write_gpx:   "upload GPS traces."
1313     index:
1314       title: "My OAuth Details"
1315       my_tokens: "My Authorised Applications"
1316       list_tokens: "The following tokens have been issued to applications in your name:"
1317       application: "Application Name"
1318       issued_at: "Issued At"
1319       revoke: "Revoke!"
1320       my_apps: "My Client Applications"
1321       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."
1322       registered_apps: "You have the following client applications registered:"
1323       register_new: "Register your application"
1324     form:
1325       name: "Name"
1326       required: "Required"
1327       url: "Main Application URL"
1328       callback_url: "Callback URL"
1329       support_url: "Support URL"
1330       requests: "Request the following permissions from the user:"
1331       allow_read_prefs:  "read their user preferences."
1332       allow_write_prefs: "modify their user preferences."
1333       allow_write_diary: "create diary entries, comments and make friends."
1334       allow_write_api:   "modify the map."
1335       allow_read_gpx:    "read their private GPS traces."
1336       allow_write_gpx:   "upload GPS traces."
1337     not_found: 
1338       sorry: "Sorry, that {{type}} could not be found."
1339     create:
1340       flash: "Registered the information successfully"
1341     update:
1342       flash: "Updated the client information successfully"
1343     destroy:
1344       flash: "Destroyed the client application registration"
1345   user:
1346     login:
1347       title: "Login"
1348       heading: "Login"
1349       please login: "Please login or {{create_user_link}}."
1350       create_account: "create an account"
1351       email or username: "Email Address or Username:"
1352       password: "Password:"
1353       lost password link: "Lost your password?"
1354       login_button: "Login"
1355       account not active: "Sorry, your account is not active yet.<br />Please click on the link in the account confirmation email to activate your account."
1356       auth failure: "Sorry, could not log in with those details."
1357     lost_password:
1358       title: "Lost password"
1359       heading: "Forgotten Password?"
1360       email address: "Email Address:"
1361       new password button: "Reset password"
1362       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."
1363       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
1364       notice email cannot find: "Could not find that email address, sorry."
1365     reset_password:
1366       title: "Reset password"
1367       heading: "Reset Password for {{user}}"
1368       password: "Password:"
1369       confirm password: "Confirm Password:"
1370       reset: "Reset Password"
1371       flash changed: "Your password has been changed."
1372       flash token bad: "Did not find that token, check the URL maybe?"
1373     new:
1374       title: "Create account"
1375       heading: "Create a User Account"
1376       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
1377       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.'
1378       fill_form: "Fill in the form and we will send you a quick email to activate your account."
1379       license_agreement: 'By creating an account, you agree that all data you submit to the Openstreetmap project is to be (non-exclusively) licensed under <a href="http://creativecommons.org/licenses/by-sa/2.0/">this Creative Commons license (by-sa)</a>.'
1380       email address: "Email Address:"
1381       confirm email address: "Confirm Email Address:"
1382       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>)'
1383       display name: "Display Name:"
1384       display name description: "Your publicly displayed username. You can change this later in the preferences."
1385       password: "Password:"
1386       confirm password: "Confirm Password:"
1387       signup: Signup
1388       flash create success message: "User was successfully created. Check your email for a confirmation note, and you will be mapping in no time :-)<br /><br />Please note that you will not be able to login until you've received and confirmed your email address.<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."
1389     no_such_user:
1390       title: "No such user"
1391       heading: "The user {{user}} does not exist"
1392       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
1393     view:
1394       my diary: my diary
1395       new diary entry: new diary entry
1396       my edits: my edits
1397       my traces: my traces
1398       my settings: my settings
1399       blocks on me: blocks on me
1400       blocks by me: blocks by me
1401       send message: send message
1402       diary: diary
1403       edits: edits
1404       traces: traces
1405       remove as friend: remove as friend
1406       add as friend: add as friend
1407       mapper since: "Mapper since:"
1408       ago: "({{time_in_words_ago}} ago)"
1409       email address: "Email address:"
1410       created from: "Created from:"
1411       user image heading: User image
1412       delete image: Delete Image
1413       upload an image: Upload an image
1414       add image: Add Image
1415       description: Description
1416       user location: User location
1417       no home location: "No home location has been set."
1418       if set location: "If you set your location, a pretty map and stuff will appear below. You can set your home location on your {{settings_link}} page."
1419       settings_link_text: settings
1420       your friends: Your friends
1421       no friends: You have not added any friends yet.
1422       km away: "{{count}}km away"
1423       m away: "{{count}}m away"
1424       nearby users: "Nearby users:"
1425       no nearby users: "There are no users who admit to mapping nearby yet."
1426       change your settings: change your settings
1427       my_oauth_details: "View my OAuth details"
1428       role:
1429         administrator: "This user is an administrator"
1430         moderator: "This user is a moderator"
1431         grant:
1432           administrator: "Grant administrator access"
1433           moderator: "Grant moderator access"
1434         revoke:
1435           administrator: "Revoke administrator access"
1436           moderator: "Revoke moderator access"
1437       block_history: "view blocks received"
1438       moderator_history: "view blocks given"
1439       create_block: "block this user"
1440       activate_user: "activate this user"
1441       deactivate_user: "deactivate this user"
1442       hide_user: "hide this user"
1443       unhide_user: "unhide this user"
1444       delete_user: "delete this user"
1445       confirm: "Confirm"
1446     friend_map:
1447       your location: Your location
1448       nearby mapper: "Nearby mapper: [[nearby_user]]"
1449     account:
1450       title: "Edit account"
1451       my settings: My settings
1452       current email address: "Current Email Address:"
1453       new email address: "New Email Address:"
1454       email never displayed publicly: "(never displayed publicly)"
1455       public editing:
1456         heading: "Public editing:"
1457         enabled: "Enabled. Not anonymous and can edit data."
1458         enabled link: "http://wiki.openstreetmap.org/wiki/Anonymous_edits"
1459         enabled link text: "what is this?"
1460         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
1461         disabled link text: "why can't I edit?"
1462       public editing note:
1463         heading: "Public editing"
1464         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>"
1465       profile description: "Profile Description:"
1466       preferred languages: "Preferred Languages:"
1467       home location: "Home Location:"
1468       no home location: "You have not entered your home location."
1469       latitude: "Latitude:"
1470       longitude: "Longitude:"
1471       update home location on click: "Update home location when I click on the map?"
1472       save changes button: Save Changes
1473       make edits public button: Make all my edits public
1474       return to profile: Return to profile
1475       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
1476       flash update success: "User information updated successfully."
1477     confirm:
1478       heading: Confirm a user account
1479       press confirm button: "Press the confirm button below to activate your account."
1480       button: Confirm
1481       success: "Confirmed your account, thanks for signing up!"
1482       failure: "A user account with this token has already been confirmed."
1483     confirm_email:
1484       heading: Confirm a change of email address
1485       press confirm button: "Press the confirm button below to confirm your new email address."
1486       button: Confirm
1487       success: "Confirmed your email address, thanks for signing up!"
1488       failure: "An email address has already been confirmed with this token."
1489     set_home:
1490       flash success: "Home location saved successfully"
1491     go_public:
1492       flash success: "All your edits are now public, and you are now allowed to edit."
1493     make_friend:
1494       success: "{{name}} is now your friend."
1495       failed: "Sorry, failed to add {{name}} as a friend."
1496       already_a_friend: "You are already friends with {{name}}."
1497     remove_friend:
1498       success: "{{name}} was removed from your friends."
1499       not_a_friend: "{{name}} is not one of your friends."
1500     filter:
1501       not_an_administrator: "You need to be an administrator to perform that action."
1502   user_role:
1503     filter:
1504       not_an_administrator: "Only administrators can perform user role management, and you are not an administrator."
1505       not_a_role: "The string `{{role}}' is not a valid role."
1506       already_has_role: "The user already has role {{role}}."
1507       doesnt_have_role: "The user does not have role {{role}}."
1508     grant:
1509       title: Confirm role granting
1510       heading: Confirm role granting
1511       are_you_sure: "Are you sure you want to grant the role `{{role}}' to the user `{{name}}'?"
1512       confirm: "Confirm"
1513       fail: "Could not grant role `{{role}}' to user `{{name}}'. Please check that the user and role are both valid."
1514     revoke:
1515       title: Confirm role revoking
1516       heading: Confirm role revoking
1517       are_you_sure: "Are you sure you want to revoke the role `{{role}}' from the user `{{name}}'?"
1518       confirm: "Confirm"
1519       fail: "Could not revoke role `{{role}}' from user `{{name}}'. Please check that the user and role are both valid."
1520   user_block:
1521     model:
1522       non_moderator_update: "Must be a moderator to create or update a block."
1523       non_moderator_revoke: "Must be a moderator to revoke a block."
1524     not_found:
1525       sorry: "Sorry, the user block with ID {{id}} could not be found."
1526       back: "Back to index"
1527     new:
1528       title: "Creating block on {{name}}"
1529       heading: "Creating block on {{name}}"
1530       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."
1531       period: "How long, starting now, the user will be blocked from the API for."
1532       submit: "Create block"
1533       tried_contacting: "I have contacted the user and asked them to stop."
1534       tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
1535       needs_view: "User needs to log in before this block will be cleared"
1536       back: "View all blocks"
1537     edit:
1538       title: "Editing block on {{name}}"
1539       heading: "Editing block on {{name}}"
1540       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."
1541       period: "How long, starting now, the user will be blocked from the API for."
1542       submit: "Update block"
1543       show: "View this block"
1544       back: "View all blocks"
1545       needs_view: "Does the user need to log in before this block will be cleared?"
1546     filter:
1547       not_a_moderator: "You need to be a moderator to perform that action."
1548       block_expired: "The block has already expired and cannot be edited."
1549       block_period: "The blocking period must be one of the values selectable in the drop-down list."
1550     create:
1551       try_contacting: "Please try contacting the user before blocking them and giving them a reasonable time to respond."
1552       try_waiting: "Please try giving the user a reasonable time to respond before blocking them."
1553       flash: "Created a block on user {{name}}."
1554     update:
1555       only_creator_can_edit: "Only the moderator who created this block can edit it."
1556       success: "Block updated."
1557     index:
1558       title: "User blocks"
1559       heading: "List of user blocks"
1560       empty: "No blocks have been made yet."
1561     revoke:
1562       title: "Revoking block on {{block_on}}"
1563       heading: "Revoking block on {{block_on}} by {{block_by}}"
1564       time_future: "This block will end in {{time}}."
1565       past: "This block ended {{time}} ago and cannot be revoked now."
1566       confirm: "Are you sure you wish to revoke this block?"
1567       revoke: "Revoke!"
1568       flash: "This block has been revoked."
1569     period:
1570       one: "1 hour"
1571       other: "{{count}} hours"
1572     partial:
1573       show: "Show"
1574       edit: "Edit"
1575       revoke: "Revoke!"
1576       confirm: "Are you sure?"
1577       display_name: "Blocked User"
1578       creator_name: "Creator"
1579       reason: "Reason for block"
1580       status: "Status"
1581       revoker_name: "Revoked by"
1582       not_revoked: "(not revoked)"
1583     helper:
1584       time_future: "Ends in {{time}}."
1585       until_login: "Active until the user logs in."
1586       time_past: "Ended {{time}} ago."
1587     blocks_on:
1588       title: "Blocks on {{name}}"
1589       heading: "List of blocks on {{name}}"
1590       empty: "{{name}} has not been blocked yet."
1591     blocks_by:
1592       title: "Blocks by {{name}}"
1593       heading: "List of blocks by {{name}}"
1594       empty: "{{name}} has not made any blocks yet."
1595     show:
1596       title: "{{block_on}} blocked by {{block_by}}"
1597       heading: "{{block_on}} blocked by {{block_by}}"
1598       time_future: "Ends in {{time}}"
1599       time_past: "Ended {{time}} ago"
1600       status: "Status"
1601       show: "Show"
1602       edit: "Edit"
1603       revoke: "Revoke!"
1604       confirm: "Are you sure?"
1605       reason: "Reason for block:"
1606       back: "View all blocks"
1607       revoker: "Revoker:"
1608       needs_view: "The user needs to log in before this block will be cleared."
1609   javascripts:
1610     map:
1611       base:
1612         mapnik: Mapnik
1613         osmarender: Osmarender
1614         cycle_map: Cycle Map
1615         noname: NoName
1616       overlays:
1617         maplint: Maplint
1618     site:
1619       edit_zoom_alert: You must zoom in to edit the map
1620       history_zoom_alert: You must zoom in to see the editing history