Ignore:
Timestamp:
Jun 26, 2013, 8:34:21 PM (11 years ago)
Author:
flop25
Message:

adding a new option for the mouseover effect

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_black_bloc/language/fr_FR/theme.lang.php

    r22652 r23569  
    11<?php
    2 
    32$lang['The parent-theme Stripped need to be enabled in order to use its parameters'] = 'Le thème-parent Stripped doit être activé pour pouvoir utiliser ses paramètres';
    43$lang['Stripped & Columns Theme Configuration'] = 'Stripped & Columns, Page de configuration';
     
    2019$lang['use the same config as above'] = "utiliser la configuration ci-dessus";
    2120$lang['always generate big thumbnails'] = "toujours générer des grosses miniatures";
     21$lang['Effect to use when the mouse is over the thumbnails:'] = 'Effet à utiliser quand la souris survole une miniature';
     22$lang['Opacity at 75%, then 100% on mouseover'] = 'Opacité à 75%, puis à 100% au survol';
     23$lang['Opacity at 100%, then 75% on mouseover'] = 'Opacité à 100%, puis à 75% au survol';
     24$lang['For albums, the border becomes white'] = 'Pour les albums, la bordure devient blanche';
     25$lang['No effect'] = 'Aucun effet';
    2226?>
Note: See TracChangeset for help on using the changeset viewer.