mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 00:53:04 +02:00
Fixes #1461 Change label of "Natural Order"
This commit is contained in:
@@ -49,6 +49,18 @@ var delay_autoOpen = {$delay_before_autoOpen}
|
||||
{'Album name, Z → A'|@translate}
|
||||
</label>
|
||||
|
||||
<label class="font-checkbox">
|
||||
<span class="icon-dot-circled"> </span>
|
||||
<input type="radio" value="natural_order ASC" name="order">
|
||||
{'Album name, 1 → 5 → 10 → 100'|@translate}
|
||||
</label>
|
||||
|
||||
<label class="font-checkbox">
|
||||
<span class="icon-dot-circled"> </span>
|
||||
<input type="radio" value="natural_order DESC" name="order">
|
||||
{'Album name, 100 → 10 → 5 → 1'|@translate}
|
||||
</label>
|
||||
|
||||
<label class="font-checkbox">
|
||||
<span class="icon-dot-circled"> </span>
|
||||
<input type="radio" value="date_creation DESC" name="order">
|
||||
@@ -72,18 +84,6 @@ var delay_autoOpen = {$delay_before_autoOpen}
|
||||
<input type="radio" value="date_available ASC" name="order">
|
||||
{'Date posted, old → new'|@translate}
|
||||
</label>
|
||||
|
||||
<label class="font-checkbox">
|
||||
<span class="icon-dot-circled"> </span>
|
||||
<input type="radio" value="natural_order ASC" name="order">
|
||||
{'Natural order, A → Z'|@translate}
|
||||
</label>
|
||||
|
||||
<label class="font-checkbox">
|
||||
<span class="icon-dot-circled"> </span>
|
||||
<input type="radio" value="natural_order DESC" name="order">
|
||||
{'Natural order, Z → A'|@translate}
|
||||
</label>
|
||||
</div>
|
||||
<input type="submit" name="simpleAutoOrder" value="{'Apply to direct sub-albums'|@translate}"/>
|
||||
<input type="submit" name="recursiveAutoOrder" value="{'Apply to the whole hierarchy'|@translate}"/>
|
||||
|
||||
@@ -415,6 +415,6 @@ $lang['Your authentication key is no longer valid.'] = 'Your authentication key
|
||||
$lang['Invalid username or password!'] = 'Invalid username or password!';
|
||||
$lang['generate random password'] = 'generate random password';
|
||||
$lang['Related albums'] = 'Related albums';
|
||||
$lang['Natural order, A → Z'] = 'Natural order, A → Z';
|
||||
$lang['Natural order, Z → A'] = 'Natural order, Z → A';
|
||||
$lang['Album name, 1 → 5 → 10 → 100'] = 'Album name, 1 → 5 → 10 → 100';
|
||||
$lang['Album name, 100 → 10 → 5 → 1'] = 'Album name, 100 → 10 → 5 → 1';
|
||||
?>
|
||||
|
||||
@@ -414,5 +414,5 @@ $lang['Your authentication key is no longer valid.'] = 'Votre clef d\'identifica
|
||||
$lang['Invalid username or password!'] = 'Nom d\'utilisateur ou mot de passe invalide !';
|
||||
$lang['generate random password'] = 'générer un mot de passe aléatoire';
|
||||
$lang['Related albums'] = 'Albums liés';
|
||||
$lang['Natural order, A → Z'] = 'Ordre naturel, A → Z';
|
||||
$lang['Natural order, Z → A'] = 'Ordre naturel, Z → A';
|
||||
$lang['Album name, 1 → 5 → 10 → 100'] = 'Nom d\'album, 1 → 5 → 10 → 100';
|
||||
$lang['Album name, 100 → 10 → 5 → 1'] = 'Nom d\'album, 100 → 10 → 5 → 1';
|
||||
Reference in New Issue
Block a user