aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-08-12 20:43:56 +0000
committervdigital <vdigital@piwigo.org>2008-08-12 20:43:56 +0000
commit8ab0da7da22a84b735aff05f40ac57f347a739bd (patch)
tree81a6f643da62c108e7b8d87849d93b812e46f744 /language
parent5d407384638b33be92cf77c01a82842cf205520c (diff)
Admin advices can be easily extended to new advices.
Admin advices plugin can be translated like any other plugins. Admin advices plugin has been extended with External summary (a technical and non translated part). Some template cleaning. git-svn-id: http://piwigo.org/svn/trunk@2472 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/en_UK/admin.lang.php4
-rw-r--r--language/es_ES/admin.lang.php4
-rw-r--r--language/fr_FR/admin.lang.php2
-rw-r--r--language/it_IT/admin.lang.php2
-rw-r--r--language/nl_NL/admin.lang.php4
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