32 lines
662 B
Text
32 lines
662 B
Text
|
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.
|
||
|
}
|
||
|
}
|
||
|
|