home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / komunikace / kmeleon / K-Meleon1.1.3en-US.exe / defaults / settings / menus.cfg < prev   
Text File  |  2007-04-19  |  8KB  |  556 lines

  1. # K-Meleon Menus (http://kmeleon.sourceforge.net/wiki/index.php?id=ConfigFiles#menus)
  2.  
  3. # Syntax:
  4. #    <menuname>{
  5. #        <label>=<command>
  6. #        !<submenunameINLINE>
  7. #        :<submenunamePOPUP>
  8. #    }
  9. #
  10. # - Lines beginning with '#' are ignored (comments)
  11. # - Menus must be defined BEFORE being used as submenus
  12.  
  13.  
  14. # ---------- Plugins -----------------------------------------------------------------------------------------------
  15.  
  16. # ----- Bookmarks
  17.  
  18. %ifplugin bookmarks
  19. &Bookmarks{
  20. &Add Page=bookmarks(Add)
  21. &Edit...=bookmarks(Edit)
  22. Se&ttings...=bookmarks(Config)
  23. -
  24. bookmarks()
  25. }
  26. %endif
  27.  
  28. # ----- Favorites
  29.  
  30. %ifplugin favorites
  31. F&avorites{
  32. &Add Page=favorites(Add)
  33. &Edit...=favorites(Edit)
  34. Se&ttings...=favorites(Config)
  35. -
  36. favorites()
  37. }
  38. %endif
  39.  
  40. # ----- Hotlist
  41.  
  42. %ifplugin hotlist
  43. H&otlist{
  44. &Add Page=hotlist(Add)
  45. &Edit...=hotlist(Edit)
  46. Se&ttings...=hotlist(Config)
  47. -
  48. hotlist()
  49. }
  50. %endif
  51.  
  52. # ----- Fullscreen
  53.  
  54. kFullscreen{
  55. %ifplugin fullscreen
  56. Fu&ll Screen=fullscreen()
  57. %endif
  58. }
  59.  
  60. # ----- History
  61.  
  62. %ifplugin history
  63. Histor&y{
  64. View &History=history(View)
  65. &Clear History=privacy(ClearHistory)
  66. Se&ttings...=history(Config)
  67. history()
  68. }
  69. %endif
  70.  
  71. # ----- Layers
  72.  
  73. %ifplugin layers
  74. CloseLayer{
  75. Close Laye&r=layers(Close)
  76. Close All La&yers=layers(CloseAll) 
  77. Close O&ther Layers=layers(CloseAllOther)
  78. }
  79. NavLayer{
  80. N&ext Layer=layers(Next)
  81. Previ&ous Layer=layers(Prev)
  82. Previously Sele&cted Layer=layers(Last)
  83. }
  84. &Layers{
  85. Se&ttings...=layers(Config)
  86. -
  87. layers()
  88. }
  89. %endif
  90.  
  91. # ----- Macros
  92.  
  93. MailNews{
  94. }
  95. Misc{
  96. }
  97. Settings{
  98. }
  99.  
  100. # ----- Privacy
  101.  
  102. kPrivacy{
  103. %ifplugin privacy
  104. Se&ttings...=privacy(Config)
  105. -
  106. Clear C&ache=privacy(ClearCache)
  107. Clear &Cookies=privacy(ClearCookies)
  108. Clear &History=privacy(ClearHistory)
  109. Clear &URL Bar History=privacy(ClearMRU)
  110. Clear Pass&words=privacy(ClearSignon)
  111. %endif
  112. }
  113.  
  114. # ----- Sessions
  115.  
  116. %ifplugin sessions
  117. &Load Session {
  118. sessions()
  119. }
  120. &Sessions{
  121. :&Load Session
  122. &Save Session=sessions(save)
  123. &Undo Last Closed=sessions(undo)
  124. }
  125. %endif
  126.  
  127. # ---------- Toolbars ----------------------------------------------------------------------------------------------
  128.  
  129. Tool&bars{
  130. @Toolbars
  131. -
  132. Loc&k Toolbars=ID_TOOLBARS_LOCK
  133. }
  134. Toolbars{
  135. :Tool&bars
  136. &Status Bar=ID_VIEW_STATUS_BAR
  137. }
  138.  
  139. # ----- Main Bar
  140.  
  141. Print{
  142. &Print...=ID_FILE_PRINT
  143. Print Pre&view=ID_FILE_PRINTPREVIEW
  144. Page Set&up=ID_FILE_PRINTSETUP
  145. #bmpmenu()
  146. }
  147.  
  148. # ----- Layer/Window Buttons
  149.  
  150. Prev{
  151. Pre&vious Window=ID_WINDOW_PREV
  152. Previ&ous Layer=layers(Prev)
  153. Previously Sele&cted Layer=layers(Last)
  154. %ifplugin layers
  155. -
  156. layers()
  157. %endif
  158. #bmpmenu()
  159. }
  160.  
  161. Next{
  162. Ne&xt Window=ID_WINDOW_NEXT
  163. N&ext Layer=layers(Next)
  164. %ifplugin layers
  165. -
  166. layers()
  167. %endif
  168. #bmpmenu()
  169. }
  170.  
  171. New{
  172. New L&ayer=layers(Open)
  173. &New Window=ID_NEW_BROWSER
  174. #bmpmenu()
  175. }
  176.  
  177. CloseWindow{
  178. &Close Window=ID_FILE_CLOSE
  179. Exit &K-Meleon=ID_APP_EXIT
  180. }
  181. Close{
  182. %ifplugin layers
  183. !CloseLayer
  184. %endif
  185. !CloseWindow
  186. #bmpmenu()
  187. }
  188.  
  189. # ---------- Main Menu ---------------------------------------------------------------------------------------------
  190.  
  191. # ----- File
  192.  
  193. Network{
  194. Work O&ffline=ID_OFFLINE
  195. }
  196. NavWindow{
  197. Ne&xt Window=ID_WINDOW_NEXT
  198. Pre&vious Window=ID_WINDOW_PREV
  199. }
  200. OpenSave{
  201. &Open...=ID_FILE_OPEN
  202. &Save Page As...=ID_FILE_SAVE_AS
  203. }
  204. &File{
  205. !New
  206. !NavWindow
  207. !OpenSave
  208. !Print
  209. !Network
  210. !Close
  211. }
  212.  
  213. # ----- Edit
  214.  
  215. Edit{
  216. Cu&t=ID_EDIT_CUT
  217. &Copy=ID_EDIT_COPY
  218. &Paste=ID_EDIT_PASTE
  219. }
  220. Find{
  221. &Find In Page=ID_EDIT_FIND
  222. Find Ne&xt=ID_EDIT_FINDNEXT
  223. Find Pre&vious=ID_EDIT_FINDPREV
  224. }
  225. Preferences{
  226. &Manage Profiles...=ID_MANAGE_PROFILES
  227. Pr&eferences=ID_PREFERENCES
  228. }
  229. Select{
  230. Select &All=ID_EDIT_SELECT_ALL
  231. }
  232. &Edit{
  233. !Edit
  234. !Select
  235. !Find
  236. !Preferences
  237. }
  238.  
  239. # ----- View
  240.  
  241. Nav{
  242. Bac&k=ID_NAV_BACK
  243. For&ward=ID_NAV_FORWARD
  244. S&top=ID_NAV_STOP
  245. &Reload=ID_NAV_RELOAD
  246. &Force Reload=ID_NAV_FORCE_RELOAD
  247. }
  248. NavEx{
  249. Open &Home Page=ID_NAV_HOME
  250. %ifplugin history
  251. :Histor&y
  252. %endif
  253. %ifplugin layers
  254. :&Layers
  255. %endif
  256. }
  257. PageDisplay{
  258. Zoom In &Text=ID_FONT_INCREASE
  259. Zoom Out T&ext=ID_FONT_DECREASE
  260. }
  261.  
  262. Frame &Properties{
  263. So&urce Code=ID_VIEW_FRAME_SOURCE
  264. Cache &Information=ID_VIEW_FRAME_INFO
  265. }
  266. Page &Properties{
  267. So&urce Code=ID_VIEW_SOURCE
  268. Cache &Information=ID_VIEW_PAGE_INFO
  269. }
  270. Page Pro&perties{
  271. &Background Image=ID_VIEW_IMAGE
  272. So&urce Code=ID_VIEW_SOURCE
  273. Cache &Information=ID_VIEW_PAGE_INFO
  274. }
  275.  
  276. &View{
  277. !Toolbars
  278. !Nav
  279. !NavEx
  280. !PageDisplay
  281. !Page &Properties
  282. !kFullscreen
  283. }
  284.  
  285. # ----- Tools
  286.  
  287. Permissions{
  288. Co&okies=ID_COOKIES_VIEWER
  289. &Passwords=ID_PASSWORDS_VIEWER
  290. }
  291. &Privacy{
  292. !Permissions
  293. !kPrivacy
  294. }
  295. PrivacySecurity{
  296. :&Privacy
  297. }
  298.  
  299. WebServices{
  300. &Web Search=ID_NAV_SEARCH
  301. }
  302.  
  303. &Tools{
  304. !MailNews
  305. !WebServices
  306. !PrivacySecurity
  307. !Settings
  308. !Misc
  309. }
  310.  
  311. # ----- Help
  312.  
  313. KMAbout{
  314. About &Plugins=ID_LINK_ABOUT_PLUGINS
  315. About &K-Meleon=ID_APP_ABOUT
  316. }
  317. KMDocs{
  318. &User's Guide=ID_LINK_KMELEON_MANUAL
  319. &FAQ=ID_LINK_KMELEON_FAQ
  320. }
  321. KMForums{
  322. K-Meleon &Forums=ID_LINK_KMELEON_FORUM
  323. }
  324. KMHome{
  325. K-Meleon &Home=ID_LINK_KMELEON_HOME
  326. }
  327.  
  328. &Help{
  329. !KMHome
  330. !KMForums
  331. !KMDocs
  332. !KMAbout
  333. }
  334.  
  335. # ----- Main
  336.  
  337. Main{
  338. :&File
  339. :&Edit
  340. :&View
  341. %ifplugin bookmarks
  342. :&Bookmarks
  343. %endif
  344. %ifplugin favorites
  345. :F&avorites
  346. %endif
  347. %ifplugin hotlist
  348. :H&otlist
  349. %endif
  350. %ifplugin sessions
  351. :&Sessions
  352. %endif
  353. :&Tools
  354. :&Help
  355. bmpmenu(top)
  356. }
  357.  
  358. Compact Menu{
  359. !Main
  360. }
  361.  
  362. # ---------- Context Menus -----------------------------------------------------------------------------------------
  363.  
  364. # ----- Layers
  365.  
  366. %ifplugin layers
  367. LayerButtonPopup{
  368. !New
  369. !CloseLayer
  370. !NavLayer
  371. -
  372. :&Layers
  373. }
  374. %endif
  375.  
  376. # ----- Document Elements
  377.  
  378. DocumentOpenExternal{
  379. }
  380. DocumentSave{
  381. Add Page To &Bookmarks=bookmarks(Add)
  382. Add Page To F&avorites=favorites(Add)
  383. Add Page To H&otlist=hotlist(Add)
  384. &Save Page As...=ID_FILE_SAVE_AS
  385. }
  386. Document{
  387. !Nav
  388. !DocumentOpenExternal
  389. !DocumentSave
  390. }
  391.  
  392. FrameOpen{
  393. Open In &New Window=ID_OPEN_FRAME_IN_NEW_WINDOW
  394. }
  395. FrameProperties{
  396. :Frame &Properties
  397. }
  398. FrameSave{
  399. &Save Frame As...=ID_FILE_SAVE_FRAME_AS
  400. }
  401. FrameView{
  402. Show &Only This Frame=ID_OPEN_FRAME
  403. }
  404. &Frame{
  405. !FrameView
  406. !FrameOpen
  407. !FrameSave
  408. !FrameProperties
  409. }
  410.  
  411. LinkCopy{
  412. &Copy Link URL=ID_COPY_LINK_LOCATION
  413. }
  414. LinkOpen{
  415. %ifplugin layers
  416. Open In Ne&w Layer=layers(OpenLink)
  417. Open In Bac&kground Layer=layers(OpenLinkBg)
  418. -
  419. %endif
  420. Open In &New Window=ID_OPEN_LINK_IN_NEW_WINDOW
  421. Open In Backgroun&d Window=ID_OPEN_LINK_IN_BACKGROUND
  422. }
  423. LinkOpenExternal{
  424. }
  425. LinkProperties{
  426. }
  427. LinkSave{
  428. Add Link To &Bookmarks=bookmarks(AddLink)
  429. Add Link To F&avorites=favorites(AddLink)
  430. Add Link To H&otlist=hotlist(AddLink)
  431. &Save Link Target As...=ID_SAVE_LINK_AS
  432. }
  433. Link{
  434. !LinkOpen
  435. !LinkOpenExternal
  436. !LinkSave
  437. !LinkCopy
  438. !LinkProperties
  439. }
  440.  
  441. ImageCopy{
  442. C&opy Image=ID_COPY_IMAGE_CONTENT
  443. &Copy Image URL=ID_COPY_IMAGE_LOCATION
  444. }
  445. ImageOpenExternal{
  446. }
  447. ImageProperties{
  448. }
  449. ImageSave{
  450. &Save Image As...=ID_SAVE_IMAGE_AS
  451. }
  452. ImageView{
  453. &View Image=ID_VIEW_IMAGE
  454. }
  455. I&mage{
  456. !ImageView
  457. !ImageOpenExternal
  458. !ImageSave
  459. !ImageCopy
  460. !ImageProperties
  461. }
  462.  
  463. Selection{
  464. }
  465.  
  466. # ----- Documents
  467.  
  468. DocumentPopup{
  469. !Document
  470. -
  471. :Page &Properties
  472. !kFullscreen
  473. bmpmenu()
  474. }
  475. DocumentImagePopup{
  476. !Document
  477. -
  478. :Page Pro&perties
  479. !kFullscreen
  480. bmpmenu()
  481. }
  482.  
  483. FrameDocumentPopup{
  484. !Document
  485. -
  486. :Page &Properties
  487. :&Frame
  488. !kFullscreen
  489. bmpmenu()
  490. }
  491. FrameDocumentImagePopup{
  492. !Document
  493. -
  494. :Page Pro&perties
  495. :&Frame
  496. !kFullscreen
  497. bmpmenu()
  498. }
  499.  
  500. # ----- Links
  501.  
  502. LinkPopup{
  503. !Link
  504. bmpmenu()
  505. }
  506. ImageLinkPopup{
  507. !Link
  508. :I&mage
  509. bmpmenu()
  510. }
  511. FrameLinkPopup{
  512. !Link
  513. :&Frame
  514. bmpmenu()
  515. }
  516. FrameImageLinkPopup{
  517. !Link
  518. :I&mage
  519. :&Frame
  520. bmpmenu()
  521. }
  522.  
  523. # ----- Images
  524.  
  525. ImagePopup{
  526. !I&mage
  527. bmpmenu()
  528. }
  529. FrameImagePopup{
  530. !I&mage
  531. :&Frame
  532. bmpmenu()
  533. }
  534.  
  535. # ----- Text
  536.  
  537. TextPopup{
  538. &Undo=ID_EDIT_UNDO
  539. -
  540. &Paste=ID_EDIT_PASTE
  541. !Select
  542. bmpmenu()
  543. }
  544. FrameTextPopup{
  545. !TextPopup
  546. }
  547.  
  548. # ----- Selected Text
  549.  
  550. SelectedText{
  551. !Edit
  552. &Delete=ID_EDIT_CLEAR
  553. !Select
  554. !Selection
  555. }
  556.