|
Revision 5058, 336 bytes
(checked in by LucMorizur, 3 years ago)
|
|
[Event Cats] Add "Event Cats" fieldset in admin category modification page ;
modify header information about developpement period of all files
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | /* |
|---|
| 4 | For plugin Event Cats, translation of "duplication" link |
|---|
| 5 | French (Français) |
|---|
| 6 | LucMorizur June 2009 - ... |
|---|
| 7 | */ |
|---|
| 8 | |
|---|
| 9 | // Keeps file coded in UTF-8 without BOM : é |
|---|
| 10 | |
|---|
| 11 | $lang['Duplicate'] = 'Dupliquer'; |
|---|
| 12 | $lang['Create a new account with same properties'] = 'Créer un compte avec les mêmes propriétés'; |
|---|
| 13 | |
|---|
| 14 | ?> |
|---|