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