mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 23:17:02 +03:00
Plugin system enhancements (Custom user's settings tabs)
This commit is contained in:
parent
a3f28b09f6
commit
9a58fd0a66
13 changed files with 398 additions and 16 deletions
6
plugins/custom-settings-tab/langs/en.ini
Normal file
6
plugins/custom-settings-tab/langs/en.ini
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[SETTINGS_CUSTOM_PLUGIN]
|
||||
TAB_NAME = "Custom Plugin"
|
||||
LEGEND_CUSTOM = "Custom Plugin (Example)"
|
||||
LABEL_SKYPE = "Skype"
|
||||
LABEL_FACEBOOK = "Facebook"
|
||||
BUTTON_SAVE = "Save"
|
||||
6
plugins/custom-settings-tab/langs/ru.ini
Normal file
6
plugins/custom-settings-tab/langs/ru.ini
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[SETTINGS_CUSTOM_PLUGIN]
|
||||
TAB_NAME = "Плагин"
|
||||
LEGEND_CUSTOM = "Плагин (Пример)"
|
||||
LABEL_SKYPE = "Skype"
|
||||
LABEL_FACEBOOK = "Facebook"
|
||||
BUTTON_SAVE = "Сохранить"
|
||||
Loading…
Add table
Add a link
Reference in a new issue