mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Merge all example plugins
This commit is contained in:
parent
f588c91570
commit
eb61563db4
23 changed files with 230 additions and 425 deletions
15
plugins/example/langs/en.json
Normal file
15
plugins/example/langs/en.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"SETTINGS_EXAMPLE_ADMIN_EXAMPLE_TAB_PLUGIN": {
|
||||
"TAB_NAME": "Example Extension Tab",
|
||||
"LEGEND_EXAMPLE": "Example Extension Tab (Example)",
|
||||
"LABEL_PHP_VERSION": "PHP version"
|
||||
},
|
||||
"SETTINGS_EXAMPLE_PLUGIN": {
|
||||
"TAB_NAME": "Example Extension",
|
||||
"LEGEND_EXAMPLE": "Example Extension (Example)",
|
||||
"LABEL_PHP_VERSION": "PHP version",
|
||||
"LABEL_SKYPE": "Skype",
|
||||
"LABEL_FACEBOOK": "Facebook",
|
||||
"BUTTON_SAVE": "Save"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue