related to #1461 Adding natural sort order ASC and DESC

This commit is contained in:
Matthieu Leproux
2021-08-13 16:26:46 +02:00
parent 67c5a9aec5
commit e82af26cbb
4 changed files with 21 additions and 3 deletions
+2
View File
@@ -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';
?>
+3 -1
View File
@@ -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';