mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 17:53:08 +02:00
related to #1461 Adding natural sort order ASC and DESC
This commit is contained in:
@@ -415,4 +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';
|
||||
?>
|
||||
|
||||
@@ -413,4 +413,6 @@ $lang['Link: %s'] = 'Lien: %s';
|
||||
$lang['Your authentication key is no longer valid.'] = 'Votre clef d\'identification n\'est plus valide.';
|
||||
$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['Related albums'] = 'Albums liés';
|
||||
$lang['Natural order, A → Z'] = 'Ordre naturel, A → Z';
|
||||
$lang['Natural order, Z → A'] = 'Ordre naturel, Z → A';
|
||||
Reference in New Issue
Block a user