feature:2317 move order config to Admin->Config->Options
first try, may has issues with very specials params git-svn-id: http://piwigo.org/svn/trunk@11279 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
193d1e4727
commit
f56fc4f36d
8 changed files with 230 additions and 11 deletions
|
|
@ -842,9 +842,14 @@ $lang['Height'] = 'Hauteur';
|
|||
$lang['Follow Orientation'] = "Respecter l'orientation";
|
||||
$lang['If you want to regenerate thumbnails, please go to the <a href="%s">Batch Manager</a>.'] = 'Si vous voulez régénérer des miniatures, merci de vous rendre dans la <a href="%s">Gestion par lot</a>.';
|
||||
$lang['Graphics Library'] = 'Bibliothèque graphique';
|
||||
$lang['Show menubar'] = "Afficher le menu";
|
||||
$lang['No results'] = "Pas de résultat";
|
||||
$lang['Type in a search term'] = "Entrez un terme de recherche";
|
||||
$lang['Searching...'] = "Recherche...";
|
||||
$lang['new'] = "nouveau";
|
||||
$lang['Show menubar'] = 'Afficher le menu';
|
||||
$lang['No results'] = 'Pas de résultat';
|
||||
$lang['Type in a search term'] = 'Entrez un terme de recherche';
|
||||
$lang['Searching...'] = 'Recherche...';
|
||||
$lang['new'] = 'nouveau';
|
||||
$lang['Default photos order'] = "Ordre par défaut des photos";
|
||||
$lang['Default photos order inside album'] = "Ordre par défaut des photos dans un album";
|
||||
$lang['Invalid order string'] = 'Chaîne SQL incorrecte';
|
||||
$lang['As default order'] = "Comme l'ordre par défaut";
|
||||
$lang['Custom'] = "Personnalisé";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue