PageRenderTime 40ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/bundles/plugins-trunk/XInsert/XInsert.props

#
MSBuild | 99 lines | 92 code | 7 blank | 0 comment | 3 complexity | 186238c28fdc6696c53cfd9d96fba885 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. # {{{ header
  2. # :tabSize=4:indentSize=4:noTabs=false:folding=explicit:collapseFolds=1:
  3. #
  4. # XInsert.props - Properties file for the XInsert plugin
  5. #
  6. # This program is free software; you can redistribute it and/or
  7. # modify it under the terms of the GNU General Public License
  8. # as published by the Free Software Foundation; either version 2
  9. # of the License, or any later version.
  10. #
  11. # This program is distributed in the hope that it will be useful,
  12. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. # GNU General Public License for more details.
  15. #
  16. # You should have received a copy of the GNU General Public License
  17. # along with this program; if not, write to the Free Software
  18. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  19. # }}}
  20. #{{{ general plugin properites
  21. plugin.XInsertPlugin.name=XInsert
  22. plugin.XInsertPlugin.author=Romain Guy and Dominic Stolerman
  23. plugin.XInsertPlugin.description=Insert text clips and execute macros and scripts from a dockable tree.
  24. plugin.XInsertPlugin.version=2.6
  25. plugin.XInsertPlugin.docs=xinsert.html
  26. plugin.XInsertPlugin.activate=defer
  27. plugin.XInsertPlugin.option-pane=xinsert
  28. # }}}
  29. #{{{ dependencies
  30. plugin.xslt.XSLTPlugin.depend.1=jedit 04.03.99.01
  31. plugin.XInsertPlugin.depend.1=jdk 1.5
  32. # }}}
  33. #{{{ labels
  34. XInsert.toggle.label=Toggle XInsert
  35. XInsert-to-front.label=Bring XInsert to front
  36. XInsert-focus.label=Focus XInsert
  37. XInsert-insert-selected.label=Insert selected item
  38. # }}}
  39. #{{{ menu bar stuff
  40. plugin.XInsertPlugin.menu=XInsert.toggle
  41. plugin.XInsertPlugin.title=XInsert
  42. plugin.XInsertPlugin.label=XInsert
  43. XInsert.title=XInsert
  44. XInsert.label=XInsert
  45. XInsert.menu=XInsert.toggle
  46. # }}}
  47. #{{{ XInsert builtin categories
  48. xinsert.inserts.0=xinsert
  49. xinsert.inserts.1=htmltag
  50. xinsert.inserts.2=xhtmltag
  51. xinsert.inserts.3=htmlchar
  52. xinsert.inserts.4=ssi
  53. xinsert.inserts.5=java
  54. xinsert.inserts.6=jscript
  55. xinsert.inserts.7=jsptag
  56. xinsert.inserts.8=c
  57. xinsert.inserts.9=TeX
  58. xinsert.inserts.macros=macros
  59. # }}}
  60. #{{{ plugin options
  61. options.xinsert.label=XInsert
  62. options.xinsert.code=new XInsertOptionPane();
  63. options.xinsert.choose-directory=Choose Directory
  64. options.xinsert.inserts-directory=Inserts Directory:
  65. options.xinsert.display.title=Display Default Inserts
  66. options.xinsert.display.defaults=None
  67. options.xinsert.display.htmltag=HTML
  68. options.xinsert.display.java=Java
  69. options.xinsert.display.jscript=Javascript
  70. options.xinsert.display.xinsert=XInsert
  71. options.xinsert.display.htmlchar=HTML Characters
  72. options.xinsert.display.ssi=Server Side Includes
  73. options.xinsert.display.jsptag=JSP
  74. options.xinsert.display.c=C
  75. options.xinsert.display.TeX=TeX
  76. options.xinsert.display.macros=Macros
  77. options.xinsert.click.title=Insert on...\
  78. options.xinsert.click.one=Single Click
  79. options.xinsert.click.two=Double Click
  80. options.xinsert.click.change=Selection Changed
  81. # }}}
  82. #{{{ XTree panel
  83. xtree.expand.button=Expand
  84. xtree.collapse.button=Collapse
  85. xtree.reload.button=Reload
  86. #xtree.expand.mnemonic=E
  87. #xtree.collapse.mnemonic=C
  88. #xtree.reload.mnemonic=R
  89. xtree.carriage.label=Carriage Return
  90. xtree.execute.label=Execute Scripts
  91. xtree.loaded=XInsert file {0} successfully loaded
  92. # }}}