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