mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03:00
fixes #2193 [search] add 5 new widgets
add ratings, ratios, filesize, width and height widgets - in functions_search add clauses according to each new filter - in ws_functions add new api parameters - in index.php add queries to get data for filters - in admin.lang add missing translations for filters - in css add basic style to work for modus newspaper - in js add script for new filters - in tpl combine script + CSS for double slider & jquery Ui. Add slider conf, template for new widgets TODO - adapt css to different themes and skins
This commit is contained in:
parent
08357f59eb
commit
6fe1d7db65
11 changed files with 1253 additions and 19 deletions
|
@ -196,6 +196,7 @@ $lang['Basic settings'] = 'Basic settings';
|
|||
$lang['Batch Manager'] = 'Batch Manager';
|
||||
$lang['between'] = "between";
|
||||
$lang['between %d and %d pixels'] = 'between %d and %d pixels';
|
||||
$lang['between %d and %d'] = 'between %d and %d';
|
||||
$lang['between %.2f and %.2f'] = 'between %.2f and %.2f';
|
||||
$lang['bottom left corner'] = 'bottom left corner';
|
||||
$lang['bottom right corner'] = 'bottom right corner';
|
||||
|
|
|
@ -913,6 +913,7 @@ $lang['View in gallery'] = 'Voir dans la galerie';
|
|||
$lang['Number of albums per page'] = 'Nombre d\'albums par page';
|
||||
$lang['Ratio'] = 'Ratio';
|
||||
$lang['between %d and %d pixels'] = 'entre %d et %d pixels';
|
||||
$lang['between %d and %d'] = 'entre %d et %d';
|
||||
$lang['between %.2f and %.2f'] = 'entre %.2f et %.2f';
|
||||
$lang['Manage the members'] = 'Gérer les membres';
|
||||
$lang['Type here the name of the new group'] = 'Inscrivez ici le nom du nouveau groupe';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue