]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
Use the latest version of SystemTimer. Also gets rid of the warning: 'cleanup_timer...
[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: "Users' diaries | {{user}}"
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}}."
902     intro_3_ucl: "UCL VR Centre"
903     intro_3_bytemark: "bytemark"
904     osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
905     osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
906     donate: "Support OpenStreetMap by {{link}} to the Hardware Upgrade Fund."
907     donate_link_text: donating
908     help_wiki: "Help &amp; Wiki"
909     help_wiki_tooltip: "Help &amp; Wiki site for the project"
910     help_wiki_url: "http://wiki.openstreetmap.org"
911     news_blog: "News blog"
912     news_blog_tooltip: "News blog about OpenStreetMap, free geographical data, etc."
913     shop: Shop
914     shop_tooltip: Shop with branded OpenStreetMap merchandise
915     shop_url: http://wiki.openstreetmap.org/wiki/Merchandise
916     sotm: 'Come to the 2009 OpenStreetMap Conference, The State of the Map, July 10-12 in Amsterdam!'
917     license:
918       alt: CC by-sa 2.0
919       title: OpenStreetMap data is licensed under the Creative Commons Attribution-Share Alike 2.0 Generic License
920     make_a_donation:
921       title: Support OpenStreetMap with a monetary donation
922       text: Make a Donation
923   notifier:
924     diary_comment_notification:
925       subject: "[OpenStreetMap] {{user}} commented on your diary entry"
926       hi: "Hi {{to_user}},"
927       header: "{{from_user}} has commented on your recent OpenStreetMap diary entry with the subject {{subject}}:"
928       footer: "You can also read the comment at {{readurl}} and you can comment at {{commenturl}} or reply at {{replyurl}}"
929     message_notification:
930       subject: "[OpenStreetMap] {{user}} sent you a new message"
931       hi: "Hi {{to_user}},"
932       header: "{{from_user}} has sent you a message through OpenStreetMap with the subject {{subject}}:"
933       footer1: "You can also read the message at {{readurl}}"
934       footer2: "and you can reply at {{replyurl}}"
935     friend_notification:
936       subject: "[OpenStreetMap] {{user}} added you as a friend"
937       had_added_you: "{{user}} has added you as a friend on OpenStreetMap."
938       see_their_profile: "You can see their profile at {{userurl}} and add them as a friend too if you wish."
939     gpx_notification:
940       greeting: "Hi,"
941       your_gpx_file: "It looks like your GPX file"
942       with_description: "with the description"
943       and_the_tags: "and the following tags:"
944       and_no_tags: "and no tags."
945       failure:
946         subject: "[OpenStreetMap] GPX Import failure"
947         failed_to_import: "failed to import. Here is the error:"
948         more_info_1: "More information about GPX import failures and how to avoid"
949         more_info_2: "them can be found at:"
950         import_failures_url: "http://wiki.openstreetmap.org/wiki/GPX_Import_Failures"
951       success:
952         subject: "[OpenStreetMap] GPX Import success"
953         loaded_successfully: loaded successfully with {{trace_points}} out of a possible {{possible_points}} points.
954     signup_confirm:
955       subject: "[OpenStreetMap] Confirm your email address"
956     signup_confirm_plain:
957       greeting: "Hi there!"
958       hopefully_you: "Someone (hopefully you) would like to create an account over at"
959       # next two translations run-on : please word wrap appropriately
960       click_the_link_1: "If this is you, welcome! Please click the link below to confirm your"
961       click_the_link_2: "account and read on for more information about OpenStreetMap."
962       introductory_video: "You can watch an introductory video to OpenStreetMap here:"
963       more_videos: "There are more videos here:"
964       the_wiki: "Get reading about OpenStreetMap on the wiki:"
965       the_wiki_url: "http://wiki.openstreetmap.org/wiki/Beginners%27_Guide"
966       blog_and_twitter: "Catch up with the latest news via the OpenStreetMap blog or Twitter:"
967       opengeodata: "OpenGeoData.org is OpenStreetMap founder Steve Coast's blog, and it has podcasts too:"
968       wiki_signup: "You may also want to sign up to the OpenStreetMap wiki at:"
969       wiki_signup_url: "http://wiki.openstreetmap.org/index.php?title=Special:Userlogin&type=signup&returnto=Main_Page"
970       # next four translations are in pairs : please word wrap appropriately
971       user_wiki_1: "It is recommended that you create a user wiki page, which includes"
972       user_wiki_2: "category tags noting where you are, such as [[Category:Users_in_London]]."
973       current_user_1: "A list of current users in categories, based on where in the world"
974       current_user_2: "they are, is available from:"
975     signup_confirm_html:
976       greeting: "Hi there!"
977       hopefully_you: "Someone (hopefully you) would like to create an account over at"
978       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"
979       introductory_video: "You can watch an {{introductory_video_link}}."
980       video_to_openstreetmap: "introductory video to OpenStreetMap"
981       more_videos: "There are {{more_videos_link}}."
982       more_videos_here: "more videos here"
983       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!
984       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>.'
985       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>.'
986       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>.'
987     email_confirm:
988       subject: "[OpenStreetMap] Confirm your email address"
989     email_confirm_plain:
990       greeting: "Hi,"
991       hopefully_you_1: "Someone (hopefully you) would like to change their email address over at"
992       hopefully_you_2: "{{server_url}} to {{new_address}}."
993       click_the_link: "If this is you, please click the link below to confirm the change."
994     email_confirm_html:
995       greeting: "Hi,"
996       hopefully_you: "Someone (hopefully you) would like to change their email address over at {{server_url}} to {{new_address}}."
997       click_the_link: "If this is you, please click the link below to confirm the change."
998     lost_password:
999       subject: "[OpenStreetMap] Password reset request"
1000     lost_password_plain:
1001       greeting: "Hi,"
1002       hopefully_you_1: "Someone (possibly you) has asked for the password to be reset on this"
1003       hopefully_you_2: "email addresses openstreetmap.org account."
1004       click_the_link: "If this is you, please click the link below to reset your password."
1005     lost_password_html:
1006       greeting: "Hi,"
1007       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
1008       click_the_link: "If this is you, please click the link below to reset your password."
1009   message:
1010     inbox:
1011       title: "Inbox"
1012       my_inbox: "My inbox"
1013       outbox: "outbox"
1014       you_have: "You have {{new_count}} new messages and {{old_count}} old messages"
1015       from: "From"
1016       subject: "Subject"
1017       date: "Date"
1018       no_messages_yet: "You have no messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
1019       people_mapping_nearby: "people mapping nearby" 
1020     message_summary:
1021       unread_button: "Mark as unread"
1022       read_button: "Mark as read"
1023       reply_button: "Reply"
1024       delete_button: "Delete"
1025     new:
1026       title: "Send message"
1027       send_message_to: "Send a new message to {{name}}"
1028       subject: "Subject"
1029       body: "Body"
1030       send_button: "Send"
1031       back_to_inbox: "Back to inbox"
1032       message_sent: "Message sent"
1033       limit_exceeded: "You have sent a lot of messages recently. Please wait a while before trying to send any more."
1034     no_such_user:
1035       title: "No such user or message"
1036       heading: "No such user or message"
1037       body: "Sorry there is no user or message with that name or id"
1038     outbox: 
1039       title: "Outbox"
1040       my_inbox: "My {{inbox_link}}"
1041       inbox: "inbox"
1042       outbox: "outbox"
1043       you_have_sent_messages: "You have {{count}} sent messages"
1044       to: "To"
1045       subject: "Subject"
1046       date: "Date"
1047       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
1048       people_mapping_nearby: "people mapping nearby"
1049     read:
1050       title: "Read message"
1051       reading_your_messages: "Reading your messages"
1052       from: "From"
1053       subject: "Subject"
1054       date: "Date"
1055       reply_button: "Reply"
1056       unread_button: "Mark as unread"
1057       back_to_inbox: "Back to inbox"
1058       reading_your_sent_messages: "Reading your sent messages"
1059       to: "To"
1060       back_to_outbox: "Back to outbox"
1061     sent_message_summary:
1062       delete_button: "Delete"
1063     mark:
1064       as_read: "Message marked as read"
1065       as_unread: "Message marked as unread"
1066     delete:
1067       deleted: "Message deleted"
1068   site:
1069     index:
1070       js_1: "You are either using a browser that does not support JavaScript, or you have disabled JavaScript."
1071       js_2: "OpenStreetMap uses JavaScript for its slippy map."
1072       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.'
1073       permalink: Permalink
1074       shortlink: Shortlink
1075       license:
1076         notice: "Licensed under the {{license_name}} license by the {{project_name}} and its contributors."
1077         license_name: "Creative Commons Attribution-Share Alike 2.0"
1078         license_url: "http://creativecommons.org/licenses/by-sa/2.0/"
1079         project_name: "OpenStreetMap project"
1080         project_url: "http://openstreetmap.org"
1081     edit:
1082       not_public: "You have not set your edits to be public."
1083       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}}."
1084       user_page_link: user page
1085       anon_edits: "({{link}})"
1086       anon_edits_link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
1087       anon_edits_link_text: "Find out why this is the case."
1088       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.'
1089       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.)"
1090     sidebar:
1091       search_results: Search Results
1092       close: Close
1093     search:
1094       search: Search
1095       where_am_i: "Where am I?"
1096       where_am_i_title: Describe the current location using the search engine
1097       submit_text: "Go"
1098       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>"
1099     key:
1100       map_key: "Map key"
1101       map_key_tooltip: "Map key for the mapnik rendering at this zoom level"
1102       table:
1103         heading: "Legend for z{{zoom_level}}"
1104         entry:
1105           motorway: "Motorway"
1106           trunk: "Trunk road"
1107           primary: "Primary road"
1108           secondary: "Secondary road"
1109           unclassified: "Unclassified road"
1110           unsurfaced: "Unsurfaced road"
1111           track: "Track"
1112           byway: "Byway"
1113           bridleway: "Bridleway"
1114           cycleway: "Cycleway"
1115           footway: "Footway"
1116           rail: "Railway"
1117           subway: "Subway"
1118           tram:
1119             - Light rail
1120             - tram
1121           cable:
1122             - Cable car
1123             - chair lift
1124           runway:
1125             - Airport Runway
1126             - taxiway
1127           apron:
1128             - Airport apron
1129             - terminal
1130           admin: "Administrative boundary"
1131           forest: "Forest"
1132           wood: "Wood"
1133           golf: "Golf course"
1134           park: "Park"
1135           resident: "Residential area"
1136           tourist: "Tourist attraction"
1137           common:
1138             - Common
1139             - meadow
1140           retail: "Retail area"
1141           industrial: "Industrial area"
1142           commercial: "Commercial area"
1143           heathland: "Heathland"
1144           lake:
1145             - Lake
1146             - reservoir
1147           farm: "Farm"
1148           brownfield: "Brownfield site"
1149           cemetery: "Cemetery"
1150           allotments: "Allotments"
1151           pitch: "Sports pitch"
1152           centre: "Sports centre"
1153           reserve: "Nature reserve"
1154           military: "Military area"
1155           school:
1156             - School
1157             - university
1158           building: "Significant building"
1159           station: "Railway station"
1160           summit:
1161             - Summit
1162             - peak
1163           tunnel: "Dashed casing = tunnel"
1164           bridge: "Black casing = bridge"
1165           private: "Private access"
1166           permissive: "Permissive access"
1167           destination: "Destination access"
1168           construction: "Roads under construction"
1169   trace:
1170     visibility:
1171       private: "Private (only shared as anonymous, unordered points)"
1172       public: "Public (shown in trace list and as anonymous, unordered points)"
1173       trackable: "Trackable (only shared as anonymous, ordered points with timestamps)"
1174       identifiable: "Identifiable (shown in trace list and as identifiable, ordered points with timestamps)"
1175     create:
1176       upload_trace: "Upload GPS Trace"
1177       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."
1178     edit:
1179       title: "Editing trace {{name}}"
1180       heading: "Editing trace {{name}}"
1181       filename: "Filename:"
1182       download: "download"
1183       uploaded_at: "Uploaded at:"
1184       points: "Points:"
1185       start_coord: "Start coordinate:"
1186       map: "map"
1187       edit: "edit"
1188       owner: "Owner:"
1189       description: "Description:"
1190       tags: "Tags:"
1191       tags_help: "comma delimited"
1192       save_button: "Save Changes"
1193       visibility: "Visibility:"
1194       visibility_help: "what does this mean?"
1195       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1196     no_such_user:
1197       title: "No such user"
1198       heading: "The user {{user}} does not exist"
1199       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
1200     trace_form:
1201       upload_gpx: "Upload GPX File"
1202       description: "Description"
1203       tags: "Tags"
1204       tags_help: "comma delimited"
1205       visibility: "Visibility"
1206       visibility_help: "what does this mean?"
1207       visibility_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
1208       upload_button: "Upload"
1209       help: "Help"
1210       help_url: "http://wiki.openstreetmap.org/wiki/Upload"
1211     trace_header:
1212       see_just_your_traces: "See just your traces, or upload a trace"
1213       see_all_traces: "See all traces"
1214       see_your_traces: "See all your traces"
1215       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."
1216     trace_optionals:
1217       tags: "Tags"
1218     view:
1219       title: "Viewing trace {{name}}"
1220       heading: "Viewing trace {{name}}"
1221       pending: "PENDING"
1222       filename: "Filename:"
1223       download: "download"
1224       uploaded: "Uploaded at:"
1225       points: "Points:"
1226       start_coordinates: "Start coordinate:"
1227       map: "map"
1228       edit: "edit"
1229       owner: "Owner:"
1230       description: "Description:"
1231       tags: "Tags:"
1232       none: "None"
1233       edit_track: "Edit this trace"
1234       delete_track: "Delete this trace"
1235       trace_not_found: "Trace not found!"
1236       visibility: "Visibility:"
1237     trace_paging_nav:
1238       showing_page: "Showing page {{page}}"
1239       next: "Next &raquo;"
1240       previous: "&laquo; Previous"
1241     trace:
1242       pending: "PENDING"
1243       count_points: "{{count}} points"
1244       ago: "{{time_in_words_ago}} ago"
1245       more: "more"
1246       trace_details: "View Trace Details"
1247       view_map: "View Map"
1248       edit: "edit"
1249       edit_map: "Edit Map"
1250       public: "PUBLIC"
1251       identifiable: "IDENTIFIABLE"
1252       private: "PRIVATE"
1253       trackable: "TRACKABLE"
1254       by: "by"
1255       in: "in"
1256       map: "map"
1257     list:
1258       public_traces: "Public GPS traces"
1259       your_traces: "Your GPS traces"
1260       public_traces_from: "Public GPS traces from {{user}}"
1261       tagged_with: " tagged with {{tags}}"
1262     delete:
1263       scheduled_for_deletion: "Trace scheduled for deletion"
1264     make_public:
1265       made_public: "Trace made public"
1266     offline_warning:
1267       message: "The GPX file upload system is currently unavailable"
1268     offline:
1269       heading: "GPX Storage Offline"
1270       message: "The GPX file storage and upload system is currently unavailable."
1271   application:
1272     require_cookies:
1273       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
1274     setup_user_auth:
1275       blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more."
1276   oauth:
1277     oauthorize:
1278       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."
1279       allow_to: "Allow the client application to:"
1280       allow_read_prefs:  "read your user preferences."
1281       allow_write_prefs: "modify your user preferences."
1282       allow_write_diary: "create diary entries, comments and make friends."
1283       allow_write_api:   "modify the map."
1284       allow_read_gpx:    "read your private GPS traces."
1285       allow_write_gpx:   "upload GPS traces."
1286     revoke:
1287       flash: "You've revoked the token for {{application}}"
1288   oauth_clients:
1289     new:
1290       title: "Register a new application"
1291       submit: "Register"
1292     edit:
1293       title: "Edit your application"
1294       submit: "Edit"
1295     show:
1296       title: "OAuth details for {{app_name}}"
1297       key: "Consumer Key:"
1298       secret: "Consumer Secret:"
1299       url: "Request Token URL:"
1300       access_url: "Access Token URL:"
1301       authorize_url: "Authorise URL:"
1302       support_notice: "We support HMAC-SHA1 (recommended) as well as plain text in ssl mode."
1303       edit: "Edit Details"
1304       requests: "Requesting the following permissions from the user:"
1305       allow_read_prefs:  "read their user preferences."
1306       allow_write_prefs: "modify their user preferences."
1307       allow_write_diary: "create diary entries, comments and make friends."
1308       allow_write_api:   "modify the map."
1309       allow_read_gpx:    "read their private GPS traces."
1310       allow_write_gpx:   "upload GPS traces."
1311     index:
1312       title: "My OAuth Details"
1313       my_tokens: "My Authorised Applications"
1314       list_tokens: "The following tokens have been issued to applications in your name:"
1315       application: "Application Name"
1316       issued_at: "Issued At"
1317       revoke: "Revoke!"
1318       my_apps: "My Client Applications"
1319       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."
1320       registered_apps: "You have the following client applications registered:"
1321       register_new: "Register your application"
1322     form:
1323       name: "Name"
1324       required: "Required"
1325       url: "Main Application URL"
1326       callback_url: "Callback URL"
1327       support_url: "Support URL"
1328       requests: "Request the following permissions from the user:"
1329       allow_read_prefs:  "read their user preferences."
1330       allow_write_prefs: "modify their user preferences."
1331       allow_write_diary: "create diary entries, comments and make friends."
1332       allow_write_api:   "modify the map."
1333       allow_read_gpx:    "read their private GPS traces."
1334       allow_write_gpx:   "upload GPS traces."
1335     not_found: 
1336       sorry: "Sorry, that {{type}} could not be found."
1337     create:
1338       flash: "Registered the information successfully"
1339     update:
1340       flash: "Updated the client information successfully"
1341     destroy:
1342       flash: "Destroyed the client application registration"
1343   user:
1344     login:
1345       title: "Login"
1346       heading: "Login"
1347       please login: "Please login or {{create_user_link}}."
1348       create_account: "create an account"
1349       email or username: "Email Address or Username:"
1350       password: "Password:"
1351       lost password link: "Lost your password?"
1352       login_button: "Login"
1353       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."
1354       auth failure: "Sorry, could not log in with those details."
1355     lost_password:
1356       title: "Lost password"
1357       heading: "Forgotten Password?"
1358       email address: "Email Address:"
1359       new password button: "Reset password"
1360       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."
1361       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
1362       notice email cannot find: "Could not find that email address, sorry."
1363     reset_password:
1364       title: "Reset password"
1365       heading: "Reset Password for {{user}}"
1366       password: "Password:"
1367       confirm password: "Confirm Password:"
1368       reset: "Reset Password"
1369       flash changed: "Your password has been changed."
1370       flash token bad: "Did not find that token, check the URL maybe?"
1371     new:
1372       title: "Create account"
1373       heading: "Create a User Account"
1374       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
1375       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.'
1376       fill_form: "Fill in the form and we will send you a quick email to activate your account."
1377       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>.'
1378       email address: "Email Address:"
1379       confirm email address: "Confirm Email Address:"
1380       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>)'
1381       display name: "Display Name:"
1382       display name description: "Your publicly displayed username. You can change this later in the preferences."
1383       password: "Password:"
1384       confirm password: "Confirm Password:"
1385       signup: Signup
1386       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."
1387     no_such_user:
1388       title: "No such user"
1389       heading: "The user {{user}} does not exist"
1390       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
1391     view:
1392       my diary: my diary
1393       new diary entry: new diary entry
1394       my edits: my edits
1395       my traces: my traces
1396       my settings: my settings
1397       blocks on me: blocks on me
1398       blocks by me: blocks by me
1399       send message: send message
1400       diary: diary
1401       edits: edits
1402       traces: traces
1403       remove as friend: remove as friend
1404       add as friend: add as friend
1405       mapper since: "Mapper since:"
1406       ago: "({{time_in_words_ago}} ago)"
1407       email address: "Email address:"
1408       created from: "Created from:"
1409       user image heading: User image
1410       delete image: Delete Image
1411       upload an image: Upload an image
1412       add image: Add Image
1413       description: Description
1414       user location: User location
1415       no home location: "No home location has been set."
1416       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."
1417       settings_link_text: settings
1418       your friends: Your friends
1419       no friends: You have not added any friends yet.
1420       km away: "{{count}}km away"
1421       m away: "{{count}}m away"
1422       nearby users: "Nearby users:"
1423       no nearby users: "There are no users who admit to mapping nearby yet."
1424       change your settings: change your settings
1425       my_oauth_details: "View my OAuth details"
1426       role:
1427         administrator: "This user is an administrator"
1428         moderator: "This user is a moderator"
1429         grant:
1430           administrator: "Grant administrator access"
1431           moderator: "Grant moderator access"
1432         revoke:
1433           administrator: "Revoke administrator access"
1434           moderator: "Revoke moderator access"
1435       block_history: "view blocks received"
1436       moderator_history: "view blocks given"
1437       create_block: "block this user"
1438       activate_user: "activate this user"
1439       deactivate_user: "deactivate this user"
1440       hide_user: "hide this user"
1441       unhide_user: "unhide this user"
1442       delete_user: "delete this user"
1443       confirm: "Confirm"
1444     friend_map:
1445       your location: Your location
1446       nearby mapper: "Nearby mapper: [[nearby_user]]"
1447     account:
1448       title: "Edit account"
1449       my settings: My settings
1450       email never displayed publicly: "(never displayed publicly)"
1451       public editing:
1452         heading: "Public editing:"
1453         enabled: "Enabled. Not anonymous and can edit data."
1454         enabled link: "http://wiki.openstreetmap.org/wiki/Anonymous_edits"
1455         enabled link text: "what is this?"
1456         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
1457         disabled link text: "why can't I edit?"
1458       public editing note:
1459         heading: "Public editing"
1460         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>"
1461       profile description: "Profile Description:"
1462       preferred languages: "Preferred Languages:"
1463       home location: "Home Location:"
1464       no home location: "You have not entered your home location."
1465       latitude: "Latitude:"
1466       longitude: "Longitude:"
1467       update home location on click: "Update home location when I click on the map?"
1468       save changes button: Save Changes
1469       make edits public button: Make all my edits public
1470       return to profile: Return to profile
1471       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
1472       flash update success: "User information updated successfully."
1473     confirm:
1474       heading: Confirm a user account
1475       press confirm button: "Press the confirm button below to activate your account."
1476       button: Confirm
1477       success: "Confirmed your account, thanks for signing up!"
1478       failure: "A user account with this token has already been confirmed."
1479     confirm_email:
1480       heading: Confirm a change of email address
1481       press confirm button: "Press the confirm button below to confirm your new email address."
1482       button: Confirm
1483       success: "Confirmed your email address, thanks for signing up!"
1484       failure: "An email address has already been confirmed with this token."
1485     set_home:
1486       flash success: "Home location saved successfully"
1487     go_public:
1488       flash success: "All your edits are now public, and you are now allowed to edit."
1489     make_friend:
1490       success: "{{name}} is now your friend."
1491       failed: "Sorry, failed to add {{name}} as a friend."
1492       already_a_friend: "You are already friends with {{name}}."
1493     remove_friend:
1494       success: "{{name}} was removed from your friends."
1495       not_a_friend: "{{name}} is not one of your friends."
1496     filter:
1497       not_an_administrator: "You need to be an administrator to perform that action."
1498   user_role:
1499     filter:
1500       not_an_administrator: "Only administrators can perform user role management, and you are not an administrator."
1501       not_a_role: "The string `{{role}}' is not a valid role."
1502       already_has_role: "The user already has role {{role}}."
1503       doesnt_have_role: "The user does not have role {{role}}."
1504     grant:
1505       title: Confirm role granting
1506       heading: Confirm role granting
1507       are_you_sure: "Are you sure you want to grant the role `{{role}}' to the user `{{name}}'?"
1508       confirm: "Confirm"
1509       fail: "Could not grant role `{{role}}' to user `{{name}}'. Please check that the user and role are both valid."
1510     revoke:
1511       title: Confirm role revoking
1512       heading: Confirm role revoking
1513       are_you_sure: "Are you sure you want to revoke the role `{{role}}' from the user `{{name}}'?"
1514       confirm: "Confirm"
1515       fail: "Could not revoke role `{{role}}' from user `{{name}}'. Please check that the user and role are both valid."
1516   user_block:
1517     model:
1518       non_moderator_update: "Must be a moderator to create or update a block."
1519       non_moderator_revoke: "Must be a moderator to revoke a block."
1520     not_found:
1521       sorry: "Sorry, the user block with ID {{id}} could not be found."
1522       back: "Back to index"
1523     new:
1524       title: "Creating block on {{name}}"
1525       heading: "Creating block on {{name}}"
1526       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."
1527       period: "How long, starting now, the user will be blocked from the API for."
1528       submit: "Create block"
1529       tried_contacting: "I have contacted the user and asked them to stop."
1530       tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
1531       needs_view: "User needs to log in before this block will be cleared"
1532       back: "View all blocks"
1533     edit:
1534       title: "Editing block on {{name}}"
1535       heading: "Editing block on {{name}}"
1536       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."
1537       period: "How long, starting now, the user will be blocked from the API for."
1538       submit: "Update block"
1539       show: "View this block"
1540       back: "View all blocks"
1541       needs_view: "Does the user need to log in before this block will be cleared?"
1542     filter:
1543       not_a_moderator: "You need to be a moderator to perform that action."
1544       block_expired: "The block has already expired and cannot be edited."
1545       block_period: "The blocking period must be one of the values selectable in the drop-down list."
1546     create:
1547       try_contacting: "Please try contacting the user before blocking them and giving them a reasonable time to respond."
1548       try_waiting: "Please try giving the user a reasonable time to respond before blocking them."
1549       flash: "Created a block on user {{name}}."
1550     update:
1551       only_creator_can_edit: "Only the moderator who created this block can edit it."
1552       success: "Block updated."
1553     index:
1554       title: "User blocks"
1555       heading: "List of user blocks"
1556       empty: "No blocks have been made yet."
1557     revoke:
1558       title: "Revoking block on {{block_on}}"
1559       heading: "Revoking block on {{block_on}} by {{block_by}}"
1560       time_future: "This block will end in {{time}}."
1561       past: "This block ended {{time}} ago and cannot be revoked now."
1562       confirm: "Are you sure you wish to revoke this block?"
1563       revoke: "Revoke!"
1564       flash: "This block has been revoked."
1565     period:
1566       one: "1 hour"
1567       other: "{{count}} hours"
1568     partial:
1569       show: "Show"
1570       edit: "Edit"
1571       revoke: "Revoke!"
1572       confirm: "Are you sure?"
1573       display_name: "Blocked User"
1574       creator_name: "Creator"
1575       reason: "Reason for block"
1576       status: "Status"
1577       revoker_name: "Revoked by"
1578       not_revoked: "(not revoked)"
1579     helper:
1580       time_future: "Ends in {{time}}."
1581       until_login: "Active until the user logs in."
1582       time_past: "Ended {{time}} ago."
1583     blocks_on:
1584       title: "Blocks on {{name}}"
1585       heading: "List of blocks on {{name}}"
1586       empty: "{{name}} has not been blocked yet."
1587     blocks_by:
1588       title: "Blocks by {{name}}"
1589       heading: "List of blocks by {{name}}"
1590       empty: "{{name}} has not made any blocks yet."
1591     show:
1592       title: "{{block_on}} blocked by {{block_by}}"
1593       heading: "{{block_on}} blocked by {{block_by}}"
1594       time_future: "Ends in {{time}}"
1595       time_past: "Ended {{time}} ago"
1596       status: "Status"
1597       show: "Show"
1598       edit: "Edit"
1599       revoke: "Revoke!"
1600       confirm: "Are you sure?"
1601       reason: "Reason for block:"
1602       back: "View all blocks"
1603       revoker: "Revoker:"
1604       needs_view: "The user needs to log in before this block will be cleared."
1605   javascripts:
1606     map:
1607       base:
1608         mapnik: Mapnik
1609         osmarender: Osmarender
1610         cycle_map: Cycle Map
1611         noname: NoName
1612       overlays:
1613         maplint: Maplint
1614     site:
1615       edit_zoom_alert: You must zoom in to edit the map
1616       history_zoom_alert: You must zoom in to see the editing history