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