Created tag for v0.3.5 release

This commit is contained in:
frisco 2009-07-18 04:12:08 +00:00
parent 32fcf96ad1
commit a933fcfd3e
802 changed files with 135218 additions and 0 deletions

View file

@ -0,0 +1,31 @@
Name = Plugin template
Link = Template
Title = This is a plugin template
Text.Example = Think before you code.
Text.SecondExample = And while probably won't hurt!
Help.Example = This template should help you with starting to write your own plugins. Please take a look in plugin-interfaces.txt for further assistance.
SuccessMessage {
TemplateLaunched {
Title = You see ...
Text = an empty example for a plugin.
}
}
WarningMessage {
SomeError {
Title = Invalid value
Text = This message will never appear.
}
}
EnvironmentWarning {
MissingFoo {
Title = Plugin template warning example
Text = Use this to print some important warnings.
}
}