source: extensions/Comments_on_Albums/language/fr_FR/plugin.lang.php @ 9641

Last change on this file since 9641 was 9641, checked in by mistic100, 13 years ago

[plugins] Comments on Albums

  • stable version
File size: 569 bytes
Line 
1<?php
2
3/* common */
4$lang['COA_comments_photos'] = "Commentaires sur les photos";
5$lang['COA_comments_albums'] = "Commentaires sur les albums";
6
7/* admin */
8$lang['COA_icon_pack'] = "Pack d'icônes";
9$lang['COA_icon_normal'] = 'Etat bas';
10$lang['COA_icon_over'] = 'Etat haut';
11
12$lang['COA_help_icon_pack'] = "Selectionnez les icônes à utiliser sur la page principale des commentaires";/*<br>
13        <br>
14        Vous pouvez ajouter les votres dans le dossier <i>plugins/comments_on_pictures/template/s26</i>.<br>
15        Attention à respecter le même nommage !";*/
16       
17?>
Note: See TracBrowser for help on using the repository browser.