- comments page rewritten : comments are displayed one by one, with filters

and display options available. The list of comments is paginated.


git-svn-id: http://piwigo.org/svn/trunk@796 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2005-06-21 21:08:11 +00:00
parent cc20eaf128
commit 49fb2b6fd3
6 changed files with 476 additions and 126 deletions
+20
View File
@@ -306,4 +306,24 @@ $lang['hint_comments'] = 'See last users comments';
$lang['menu_login'] = 'login';
$lang['hello'] = 'Hello';
$lang['today'] = 'today';
$lang['last %d days'] = 'last %d days';
$lang['the beginning'] = 'the beginning';
$lang['comment date'] = 'comment date';
$lang['image'] = 'image';
$lang['descending'] = 'descending';
$lang['ascending'] = 'ascending';
$lang['all'] = 'all';
$lang['Filter'] = 'Filter';
$lang['Keyword'] = 'Keyword';
$lang['Author'] = 'Author';
$lang['Category'] = 'Category';
$lang['Since'] = 'Since';
$lang['Display'] = 'Display';
$lang['Sort by'] = 'Sort by';
$lang['Sort order'] = 'Sort order';
$lang['Number of items'] = 'Number of items';
$lang['return to homepage'] = 'return to homepage';
$lang['Filter and display'] = 'Filter and display';
?>
+20
View File
@@ -309,4 +309,24 @@ $lang['hint_comments'] = 'Voir les derniers commentaires des visiteurs';
$lang['update_wrong_dirname'] = 'Le nom des fichiers et répertoires ne doivent être composé que de lettres, de chiffres et "-", "_" ou ".".';
$lang['hello'] = 'Bonjour';
$lang['today'] = 'aujourd\'hui';
$lang['last %d days'] = 'les %d derniers jours';
$lang['the beginning'] = 'le début';
$lang['comment date'] = 'date du commentaire';
$lang['image'] = 'image';
$lang['descending'] = 'décroissant';
$lang['ascending'] = 'croissant';
$lang['all'] = 'tout';
$lang['Filter'] = 'Filtre';
$lang['Keyword'] = 'Mot-Clef';
$lang['Author'] = 'Auteur';
$lang['Category'] = 'Catégorie';
$lang['Since'] = 'Depuis';
$lang['Display'] = 'Affichage';
$lang['Sort by'] = 'Trier par';
$lang['Sort order'] = 'Ordre';
$lang['Number of items'] = 'Nombre d\'éléments';
$lang['return to homepage'] = 'retourner à la page d\'accueil';
$lang['Filter and display'] = 'Filtrer et afficher';
?>