[snappymail] More changes to use the word "extensions" rather than plugins/packages

This commit is contained in:
David Härdeman 2021-08-27 23:49:03 +02:00
parent 45662b39b0
commit 4e28a7bb7b
24 changed files with 58 additions and 50 deletions

View file

@ -3,9 +3,9 @@
class CustomSettingsTabPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = '',
NAME = 'Custom Settings Tab',
CATEGORY = 'General',
DESCRIPTION = '';
DESCRIPTION = 'Example extension for custom settings tabs';
/**
* @return void

View file

@ -1,6 +1,6 @@
[SETTINGS_CUSTOM_PLUGIN]
TAB_NAME = "Custom Plugin"
LEGEND_CUSTOM = "Custom Plugin (Example)"
TAB_NAME = "Custom Extension"
LEGEND_CUSTOM = "Custom Extension (Example)"
LABEL_SKYPE = "Skype"
LABEL_FACEBOOK = "Facebook"
BUTTON_SAVE = "Save"
BUTTON_SAVE = "Save"