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