|
Revision 9764, 448 bytes
(checked in by mistic100, 2 years ago)
|
|
[extentions] Smilies Support
- active for admin in the comments page
- two new sets of smilies
- help tip on admin page (needs translation)
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | $lang['smilies_dir'] = "Smileys' folder"; |
|---|
| 4 | $lang['nb_columns'] = "Nb. columns"; |
|---|
| 5 | $lang['representant'] = "Representative"; |
|---|
| 6 | $lang['All Smilies'] = "All Smilies"; |
|---|
| 7 | $lang['smilies_file_help'] = "By default when a user clicks on a smiley, Smilies Support adds a keyword matching the name of the file (smile.png -> :smile:).<br> |
|---|
| 8 | But here you can configure other strings to be replaced. Each smilies folder has its own <i>smilies.txt</i> file."; |
|---|
| 9 | |
|---|
| 10 | ?> |
|---|