related to #1316 Calculates cache size and cache size derivatives

This commit is contained in:
Matthieu Leproux
2021-07-07 18:10:22 +02:00
parent 2e741d98d4
commit 286e8ad5b1
9 changed files with 196 additions and 77 deletions
+4 -2
View File
@@ -1171,7 +1171,7 @@ $lang['Apply to the whole hierarchy'] = 'Appliquer à toute l\'arborescence';
$lang['<b>%d+</b> albums found, try to refine the search'] = '<b>%d+</b> albums trouvé, essayez d\'affiner la recherche';
$lang['Select an album... or type it!'] = 'Sélectionnez un album... ou tapez-le !';
$lang['Cache size'] = "Taille du cache";
$lang['calculated'] = "calculé il y a";
$lang['calculated'] = "calculé";
$lang['months ago'] = "mois";
$lang['Delete these sizes'] = 'Supprimer les tailles';
$lang['Activity'] = 'Activité';
@@ -1229,4 +1229,6 @@ $lang['Plugin "%s" has been activated!'] = 'Le plugin "%s" a été activé !';
$lang['Plugin "%s" deleted!'] = 'Plugin "%s" supprimé !';
$lang['Activated'] = 'Activé';
$lang['Deactivated'] = 'Désactivé';
$lang['Restored'] = 'Restoré';
$lang['Restored'] = 'Restoré';
$lang['right now'] = 'à l\'instant';
$lang['never calculated'] = 'jamais calculé';