mirror of
https://github.com/Piwigo/piwigo-elegant.git
synced 2026-06-14 11:14:49 +02:00
3ee4dcb7c1
git-svn-id: http://piwigo.org/svn/trunk@23469 68402e56-0260-453c-a942-63ccdbb3a9ee
12 lines
633 B
PHP
12 lines
633 B
PHP
<?php
|
|
|
|
$lang['Elegant, Configuration Page'] = 'Élégant, Page de Configuration';
|
|
$lang['Panels options'] = 'Options des panneaux';
|
|
$lang['Choose what should be the default state for each panel, or disable the animation:'] = 'Choisissez le comportement par défaut des panneaux rétractables, ou désactivez leur animation';
|
|
$lang['Main Menu Panel'] = 'Panneau du menu principal';
|
|
$lang['Displayed'] = 'Affiché';
|
|
$lang['Hidden'] = 'Caché';
|
|
$lang['Disable the animation'] = 'Désactiver l\'animation';
|
|
$lang['Photo Description Panel'] = 'Panneau de description de la photo';
|
|
$lang['Comments Panel'] = 'Panneau des commentaires';
|
|
?>
|