Created tag for v0.3.5 release
This commit is contained in:
parent
32fcf96ad1
commit
a933fcfd3e
802 changed files with 135218 additions and 0 deletions
31
v0.3.5/plugins/volume_check_fs/language.hdf
Normal file
31
v0.3.5/plugins/volume_check_fs/language.hdf
Normal 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.
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue