| Revision 3f7a0a4,
320 bytes
checked in by Aurélien Bompard <aurelien@…>, 2 years ago
(diff) |
|
Add template option in config
Inpired by Berteh's implementation. (closes: #11)
|
-
Property mode set to
100644
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | /** |
|---|
| 3 | * English language file |
|---|
| 4 | * |
|---|
| 5 | * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) |
|---|
| 6 | * @author Aurelien Bompard <aurelien@bompard.org> |
|---|
| 7 | */ |
|---|
| 8 | |
|---|
| 9 | // for the configuration manager |
|---|
| 10 | $lang['tpl_dir'] = 'Sous-répertoire des modèles dans le sélecteur de fichiers'; |
|---|
| 11 | $lang['tpl_default'] = 'Modèle par défaut'; |
|---|
Note: See
TracBrowser
for help on using the repository browser.