create new translation branch for v0.4
This commit is contained in:
parent
9b4e353af7
commit
0a1d2a2e00
795 changed files with 134715 additions and 0 deletions
31
translation-base-v0.4/plugins/plugin_template/language.hdf
Normal file
31
translation-base-v0.4/plugins/plugin_template/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