|
Revision 6252, 1.0 KB
(checked in by Gotcha, 3 years ago)
|
|
Conversion in UT8 without BOM
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | /* Admin */ |
|---|
| 4 | $lang['Display page banner on home page'] = 'Display page banner on home page'; |
|---|
| 5 | $lang['Display page banner on categories pages'] = 'Display page banner on categories pages'; |
|---|
| 6 | $lang['Display page banner on picture page'] = 'Display page banner on picture page'; |
|---|
| 7 | $lang['Display page banner on other pages'] = 'Display page banner on other pages'; |
|---|
| 8 | $lang['Theme by'] = 'Thème Black & White By <a href="http://www.julien-moreau.fr/" title="Gotcha">Gotcha</a>.'; |
|---|
| 9 | |
|---|
| 10 | /* picture.tpl */ |
|---|
| 11 | $lang['Viewing name'] = 'You viewing'; |
|---|
| 12 | $lang['comment'] = ''; |
|---|
| 13 | $lang['Licence area'] = 'Licence'; |
|---|
| 14 | $lang['Informations area'] = 'Informations'; |
|---|
| 15 | $lang['upload author'] = 'Votre nom :'; |
|---|
| 16 | $lang['Submit comment'] = 'Valider votre commentaire'; |
|---|
| 17 | $lang['comment screen'] = 'Votre commentaire ici. Merci'; |
|---|
| 18 | |
|---|
| 19 | /* footer.tpl */ |
|---|
| 20 | $lang['generation time'] = 'Page generated in'; |
|---|
| 21 | $lang['sql queries in'] = 'sql queries in'; |
|---|
| 22 | $lang['Scroll to top'] = 'Scroll to top'; |
|---|
| 23 | $lang['About'] = 'Mentions légales'; |
|---|
| 24 | |
|---|
| 25 | /* mainpage_categories.tpl */ |
|---|
| 26 | $lang['Auto categorie'] = 'Catégorie automatique'; |
|---|
| 27 | |
|---|
| 28 | ?> |
|---|