-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
martec
committed
Sep 28, 2014
1 parent
20e6e63
commit 24121c6
Showing
2 changed files
with
193 additions
and
56 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,19 @@ | ||
<?php | ||
|
||
$l['quickadveditor_plug_desc'] = 'Advanced editor in quick reply'; | ||
$l['quickadveditor_sett_desc'] = 'Settings related to the Quick Advanced Editor.'; | ||
$l['quickadveditor_smile_title'] = 'Show Smile Box in Quick Reply'; | ||
$l['quickadveditor_smile_desc'] = 'Set to no if you do not want to show the smile box in quick reply.'; | ||
$l['quickadveditor_qedit_title'] = 'Show SCEditor in Quick Edit'; | ||
$l['quickadveditor_qedit_desc'] = 'Set to no if you do not want to show the sceditor in quick edit.'; | ||
|
||
$l['quickadveditor_autosave_title'] = 'Auto Save Draft Feature'; | ||
$l['quickadveditor_autosave_desc'] = 'Set to no if you do not want enable auto save draft feature in quick reply.'; | ||
$l['quickadveditor_canonical_title'] = 'Canonical Link Feature'; | ||
$l['quickadveditor_canonical_desc'] = 'Set to no if you do not want enable canonical link feature, this feature required by Auto Save Draft. If you use canonical link feature of google seo plugin, you can disable this feature.'; | ||
$l['quickadveditor_save_title'] = 'Language for save action'; | ||
$l['quickadveditor_save_desc'] = 'Define the phrase that appears when the message is saved.'; | ||
$l['quickadveditor_restor_title'] = 'Language for restore action'; | ||
$l['quickadveditor_restor_desc'] = 'Define the phrase that appears when the message is restored.'; | ||
$l['quickadveditor_save_default'] = 'Auto Save: Message Saved.'; | ||
$l['quickadveditor_restor_default'] = 'Auto Save: Message Restored.'; | ||
?> |
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