initial nl support for phphelp plugin
authorkhartlage <khartlage>
Sat, 8 Nov 2003 22:31:05 +0000 (22:31 +0000)
committerkhartlage <khartlage>
Sat, 8 Nov 2003 22:31:05 +0000 (22:31 +0000)
commit35f01fa140dc41f4793a4bdb1537f1e10868f76b
tree7c040b65550e1f7e7ff65dd084bcfd892a565094
parentd75e8a4bc2a388aaf15b7129fcbf7331b6c1ee68
initial nl support for phphelp plugin
28 files changed:
net.sourceforge.phpeclipse.phphelp.nl1/.classpath [new file with mode: 0644]
net.sourceforge.phpeclipse.phphelp.nl1/.project [new file with mode: 0644]
net.sourceforge.phpeclipse.phphelp.nl1/.template [new file with mode: 0644]
net.sourceforge.phpeclipse.phphelp.nl1/build.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.phphelp.nl1/fragment.xml [new file with mode: 0644]
net.sourceforge.phpeclipse.phphelp.nl1/plugin_de.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.phphelp.nl1/plugin_es.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.phphelp.nl1/plugin_fr.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.phphelp.nl1/plugin_it.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.phphelp.nl1/plugin_ja.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.phphelp.nl1/plugin_ko.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.phphelp.nl1/plugin_pt_BR.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.phphelp.nl1/plugin_zh_CN.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.phphelp.nl1/plugin_zh_TW.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.phphelp.nl1/src/net/sourceforge/phpdt/phphelp/PHPHelpPreferenceMessages_de.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.phphelp.nl1/src/net/sourceforge/phpdt/phphelp/PHPHelpPreferenceMessages_es.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.phphelp.nl1/src/net/sourceforge/phpdt/phphelp/PHPHelpPreferenceMessages_fr.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.phphelp.nl1/src/net/sourceforge/phpdt/phphelp/PHPHelpPreferenceMessages_it.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.phphelp.nl1/src/net/sourceforge/phpdt/phphelp/PHPHelpPreferenceMessages_ja.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.phphelp.nl1/src/net/sourceforge/phpdt/phphelp/PHPHelpPreferenceMessages_ko.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.phphelp.nl1/src/net/sourceforge/phpdt/phphelp/PHPHelpPreferenceMessages_pt_BR.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.phphelp.nl1/src/net/sourceforge/phpdt/phphelp/PHPHelpPreferenceMessages_zh_CN.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.phphelp.nl1/src/net/sourceforge/phpdt/phphelp/PHPHelpPreferenceMessages_zh_TW.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.phphelp/plugin.properties
net.sourceforge.phpeclipse.phphelp/plugin.xml
net.sourceforge.phpeclipse.phphelp/src/net/sourceforge/phpdt/phphelp/PHPHelpPreferenceMessages.java [new file with mode: 0644]
net.sourceforge.phpeclipse.phphelp/src/net/sourceforge/phpdt/phphelp/PHPHelpPreferenceMessages.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.phphelp/src/net/sourceforge/phpdt/phphelp/PHPHelpPreferencePage.java