moved "Rank" attribute from language file to plugin code
added plugin "plugin_manager" added plugin "user_manager"
This commit is contained in:
parent
ee82f91a64
commit
11c2873934
28 changed files with 368 additions and 21 deletions
15
pythonrewrite/plugins/plugin_manager/lang/en.hdf
Normal file
15
pythonrewrite/plugins/plugin_manager/lang/en.hdf
Normal file
|
@ -0,0 +1,15 @@
|
|||
Name = Plugin Manager
|
||||
Link = Plugin Manager
|
||||
|
||||
Title.PluginManager = Plugin Manager
|
||||
|
||||
Button.SaveSettings = Save settings
|
||||
|
||||
Text {
|
||||
PluginName = Plugin
|
||||
PluginRank = Priority
|
||||
PluginEnabled = Enabled?
|
||||
RequestsAuth = Requires admin?
|
||||
VolumePlugins = Volume plugins
|
||||
SystemPlugins = System plugins
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue