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