mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 17:32:25 +02:00
* in addition to "tile" view introduced in Piwigo 11, we add "compact" and "lines" views * implemented by @MatthieuLP as cat_list_new in a custom branch, manually merged by @plegall on master Conflicts: language/fr_FR/admin.lang.php
This commit is contained in:
@@ -1115,9 +1115,12 @@ $lang['Created on %s'] = 'Créé le %s';
|
||||
$lang['Edited on %s'] = 'Modifié le %s';
|
||||
$lang['%d sub-albums'] = '%d sous-albums';
|
||||
$lang['Refresh thumbnail'] = 'Changer de miniature';
|
||||
|
||||
$lang['Display'] = 'Afficher';
|
||||
$lang['Posted %s on %s'] = 'Posté %s sur %s';
|
||||
$lang['Portraits'] = 'Portraits';
|
||||
$lang['Edit photo'] = 'Éditer la photo';
|
||||
$lang['Delete tag "%s"?'] = 'Supprimer le tag "%s" ?';
|
||||
$lang['Compact View'] = 'Affichage compact';
|
||||
$lang['Tile View'] = 'Affichage tuiles';
|
||||
$lang['Line View'] = 'Affichage lignes';
|
||||
$lang['Add Album'] = 'Ajouter un Album';
|
||||
|
||||
Reference in New Issue
Block a user