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