diff options
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/admin.lang.php | 5 | ||||
-rw-r--r-- | language/fr_FR/admin.lang.php | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index e36f9f8d2..bd2f35503 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -764,4 +764,9 @@ $lang['Menu Management'] = 'Menus'; $lang['automatic order'] = 'automatic order'; $lang['manual order'] = 'manual order'; $lang['Albums automatically sorted'] = 'Albums automatically sorted'; + +$lang['Keep high definition'] = 'Keep high definition'; +$lang['The high definition maximum width must be a number between %d and %d'] = 'The high definition maximum width must be a number between %d and %d'; +$lang['The high definition maximum height must be a number between %d and %d'] = 'The high definition maximum height must be a number between %d and %d'; +$lang['The high definition image quality must be a number between %d and %d'] = 'The high definition image quality must be a number between %d and %d'; ?> diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 24ce681d7..4393ae3eb 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -769,4 +769,9 @@ $lang['Menu Management'] = 'Menus'; $lang['automatic order'] = 'ordre automatique'; $lang['manual order'] = 'ordre manuel'; $lang['Albums automatically sorted'] = 'Les catégories ont été triées automatiquement'; + +$lang['Keep high definition'] = 'Conserver la haute définition'; +$lang['The high definition maximum width must be a number between %d and %d'] = 'La largeur maximum pour la haute définition doit être un chiffre compris entre %d et %d'; +$lang['The high definition maximum height must be a number between %d and %d'] = 'La hauteur maximum pour la haute définition doit être un chiffre compris entre %d et %d'; +$lang['The high definition image quality must be a number between %d and %d'] = 'La qualité d\'image pour la haute définition doit être un chiffre compris entre %d et %d'; ?> |