- bug fixed : word "all" for creating all thumbnails is now in i18n
git-svn-id: http://piwigo.org/svn/trunk@716 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
59ab5dec26
commit
35c3e39bb8
4 changed files with 4 additions and 1 deletions
|
|
@ -184,6 +184,7 @@ $template->assign_vars(array(
|
|||
'L_TN_MAX'=>$lang['tn_stats_max'],
|
||||
'L_TN_MIN'=>$lang['tn_stats_min'],
|
||||
'L_TN_AVERAGE'=>$lang['tn_stats_mean'],
|
||||
'L_ALL'=>$lang['tn_all'],
|
||||
|
||||
'T_STYLE'=>$user['template']
|
||||
));
|
||||
|
|
|
|||
|
|
@ -265,6 +265,7 @@ $lang['tn_alone_title'] = 'pictures without thumbnail (jpeg and png only)';
|
|||
$lang['tn_dirs_title'] = 'Directories list';
|
||||
$lang['tn_dirs_alone'] = 'pictures without thumbnail';
|
||||
$lang['tn_no_missing'] = 'No missing thumbnail';
|
||||
$lang['tn_all'] = 'all';
|
||||
|
||||
// Waiting files
|
||||
$lang['waiting_update'] = 'Validated pictures will be displayed only once pictures database updated';
|
||||
|
|
|
|||
|
|
@ -271,6 +271,7 @@ $lang['tn_alone_title'] = 'images sans miniatures (format jpg et png uniquement)
|
|||
$lang['tn_dirs_title'] = 'Liste des répertoires';
|
||||
$lang['tn_dirs_alone'] = 'images sans miniatures';
|
||||
$lang['tn_no_missing'] = 'Aucune miniature ne manque';
|
||||
$lang['tn_all'] = 'tout';
|
||||
|
||||
// Waiting files
|
||||
$lang['waiting_update'] = 'Les images validées ne seront visibles qu\'après mise à jour de la base d\'images.';
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@
|
|||
<input type="radio" name="n" value="5" {params.n_5_CHECKED} /> 5
|
||||
<input type="radio" name="n" value="10" {params.n_10_CHECKED} /> 10
|
||||
<input type="radio" name="n" value="20" {params.n_20_CHECKED} /> 20
|
||||
<input type="radio" name="n" value="all" {params.n_all_CHECKED} /> all
|
||||
<input type="radio" name="n" value="all" {params.n_all_CHECKED} /> {L_ALL}
|
||||
</td>
|
||||
<td>{L_CREATE_INFO}</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue