diff options
Diffstat (limited to 'language')
-rw-r--r-- | language/en_UK/admin.lang.php | 4 | ||||
-rw-r--r-- | language/es_ES/admin.lang.php | 4 | ||||
-rw-r--r-- | language/fr_FR/admin.lang.php | 2 | ||||
-rw-r--r-- | language/it_IT/admin.lang.php | 2 | ||||
-rw-r--r-- | language/nl_NL/admin.lang.php | 4 |
5 files changed, 13 insertions, 3 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 129623864..d4f7423b2 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -657,4 +657,6 @@ $lang['Replacers'] = 'Replacers (customized templates)'; $lang['Original templates'] = 'Original templates'; $lang['Optional URL keyword'] = 'Optional URL keyword'; $lang['Templates recorded.'] = 'Templates configuration has been recorded.'; -?> +$lang['Optimizations completed'] = 'All optimizations have been successfully completed.'; +$lang['Optimizations errors'] = 'Optimizations have been completed with some errors.'; +?>
\ No newline at end of file diff --git a/language/es_ES/admin.lang.php b/language/es_ES/admin.lang.php index 5f5655f20..accd13027 100644 --- a/language/es_ES/admin.lang.php +++ b/language/es_ES/admin.lang.php @@ -663,4 +663,6 @@ $lang['You are running the latest version of Piwigo.'] = 'Usted utiliza la últi /* TODO */ $lang['Original templates'] = 'Original templates'; /* TODO */ $lang['Optional URL keyword'] = 'Optional URL keyword'; /* TODO */ $lang['Templates recorded.'] = 'Templates configuration has been recorded.'; -?> +/* TODO */ $lang['Optimizations completed'] = 'All optimizations have been successfully completed.'; +/* TODO */ $lang['Optimizations errors'] = 'Optimizations have been completed with some errors.'; +?>
\ No newline at end of file diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 60981ae2e..342d15586 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -657,4 +657,6 @@ $lang['Replacers'] = 'Remplaçants (templates modifiés)'; $lang['Original templates'] = 'Templates d\'origine'; $lang['Optional URL keyword'] = 'Paramètre facultatif de l\'URL'; $lang['Templates recorded.'] = 'La configuration des templates a été enregistrée.'; +$lang['Optimizations completed'] = 'Toutes les optimisations ont été réalisées avec succès.'; +$lang['Optimizations errors'] = 'Certaines optimisations se sont terminées avec des erreurs.'; ?>
\ No newline at end of file diff --git a/language/it_IT/admin.lang.php b/language/it_IT/admin.lang.php index 632e04fec..e36bfcb0f 100644 --- a/language/it_IT/admin.lang.php +++ b/language/it_IT/admin.lang.php @@ -657,4 +657,6 @@ $lang['Replacers'] = 'Sostituzione (templates personalizzati)'; $lang['Original templates'] = 'Templates d\'origine';
$lang['Optional URL keyword'] = 'Parametro facultativo del\'URL';
$lang['Templates recorded.'] = 'La configurazione dei templates è stata registrata.';
+/* TODO */ $lang['Optimizations completed'] = 'All optimizations have been successfully completed.';
+/* TODO */ $lang['Optimizations errors'] = 'Optimizations have been completed with some errors.';
?>
\ No newline at end of file diff --git a/language/nl_NL/admin.lang.php b/language/nl_NL/admin.lang.php index ef134648b..3b4fcdd2f 100644 --- a/language/nl_NL/admin.lang.php +++ b/language/nl_NL/admin.lang.php @@ -663,4 +663,6 @@ $lang['You are running the latest version of Piwigo.'] = 'Je hebt de laatste ver /* TODO */ $lang['Original templates'] = 'Original templates'; /* TODO */ $lang['Optional URL keyword'] = 'Optional URL keyword'; /* TODO */ $lang['Templates recorded.'] = 'Templates configuration has been recorded.'; -?> +/* TODO */ $lang['Optimizations completed'] = 'All optimizations have been successfully completed.'; +/* TODO */ $lang['Optimizations errors'] = 'Optimizations have been completed with some errors.'; +?>
\ No newline at end of file |