-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add in the Folders section a textarea for setting up the messages (#9)
- Loading branch information
Showing
7 changed files
with
256 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
<?php | ||
|
||
$labels = array(); | ||
$labels['folder_info_message'] = 'Message above folder'; | ||
$labels['folder_info_htmleditor'] = 'Enable HTML editor'; | ||
$labels['trash_message'] = 'Messages that have been in Trash more than {} days will be automatically deleted.'; | ||
$labels['junk_message'] = 'Messages that have been in Junk more than {} days will be automatically deleted.'; | ||
|
||
?> | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
<?php | ||
|
||
$labels = array(); | ||
$labels['folder_info_message'] = 'Сообщение над папкой'; | ||
$labels['folder_info_htmleditor'] = 'Включить HTML-редактор'; | ||
$labels['trash_message'] = 'Письма, находящиеся в корзине более {} дней, будут автоматически удалены.'; | ||
$labels['junk_message'] = 'Письма, находящиеся в спаме более {} дней, будут автоматически удалены.'; | ||
|
||
?> | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters