mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 11:43:01 +02:00
- bug fixed: HTML error on nested UL in categories menu.
- bug 161 fixed: guest_id not taken into account for history table insert. - bug 164 fixed: category inserted in history table becomes too long if HTML tags are kept. git-svn-id: http://piwigo.org/svn/trunk@876 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -115,6 +115,7 @@ $lang['Representation of categories'] = 'Representation of categories';
|
||||
$lang['Representative'] = 'Representative';
|
||||
$lang['Represents'] = 'Represents';
|
||||
$lang['Save order'] = 'Save order';
|
||||
$lang['Select at least one picture'] = 'Select at least one picture';
|
||||
$lang['Select at least one user'] = 'Select at least one user';
|
||||
$lang['Show info'] = 'Show info';
|
||||
$lang['Show number of comments'] = 'Show number of comments';
|
||||
|
||||
@@ -115,6 +115,7 @@ $lang['Representation of categories'] = 'Repr
|
||||
$lang['Representative'] = 'Représentant';
|
||||
$lang['Represents'] = 'Représente';
|
||||
$lang['Save order'] = 'Sauvegarder l\'ordre';
|
||||
$lang['Select at least one picture'] = 'Sélectionner au moins une image';
|
||||
$lang['Select at least one user'] = 'Séléctionner au moins un utilisateur';
|
||||
$lang['Show info'] = 'Montrer les informations';
|
||||
$lang['Show number of comments'] = 'Montrer le nombre de commentaires';
|
||||
|
||||
Reference in New Issue
Block a user