aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2008-05-19 20:20:57 +0000
committerrub <rub@piwigo.org>2008-05-19 20:20:57 +0000
commit5f4602b5748f43285c02f9a30be9abd74da383f7 (patch)
tree97a3945799fd658617cbd23c46a6893e240e4f39 /language
parent9b51fc117398af68c979bab9decad484d6d74a97 (diff)
language review
git-svn-id: http://piwigo.org/svn/trunk@2351 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/en_UK/admin.lang.php2
-rw-r--r--language/es_ES/admin.lang.php2
-rw-r--r--language/nl_NL/admin.lang.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php
index bf2354185..fd48cb34c 100644
--- a/language/en_UK/admin.lang.php
+++ b/language/en_UK/admin.lang.php
@@ -644,6 +644,6 @@ $lang['Piwigo Administration'] = 'Piwigo Administration';
$lang['Piwigo version'] = 'Piwigo version';
$lang['You are running the latest version of Piwigo.'] = 'You are running the latest version of Piwigo.';
$lang['c13y_version_anomaly'] = 'The version of %s [%s] installed is not compatible with the version required [%s]';
-$lang['c13y_version_correction'] = 'You need to upgrade your system to take full advantage of the application else the application will not work correctly see not at all';
+$lang['c13y_version_correction'] = 'You need to upgrade your system to take full advantage of the application else the application will not work correctly, or not at all';
?>
diff --git a/language/es_ES/admin.lang.php b/language/es_ES/admin.lang.php
index f671257e6..dec740529 100644
--- a/language/es_ES/admin.lang.php
+++ b/language/es_ES/admin.lang.php
@@ -650,6 +650,6 @@ $lang['Piwigo Administration'] = 'Administración de Piwigo';
$lang['Piwigo version'] = 'Versión de Piwigo';
$lang['You are running the latest version of Piwigo.'] = 'Usted utiliza la última versión de Piwigo.';
/* TODO */ $lang['c13y_version_anomaly'] = 'The version of %s [%s] installed is not compatible with the version required [%s]';
-/* TODO */ $lang['c13y_version_correction'] = 'You need to upgrade your system to take full advantage of the application else the application will not work correctly see not at all';
+/* TODO */ $lang['c13y_version_correction'] = 'You need to upgrade your system to take full advantage of the application else the application will not work correctly, or not at all';
?>
diff --git a/language/nl_NL/admin.lang.php b/language/nl_NL/admin.lang.php
index 069abdbe8..4d15eae99 100644
--- a/language/nl_NL/admin.lang.php
+++ b/language/nl_NL/admin.lang.php
@@ -650,6 +650,6 @@ $lang['Piwigo Administration'] = 'Piwigo Beheer';
$lang['Piwigo version'] = 'Piwigo versie';
$lang['You are running the latest version of Piwigo.'] = 'Je hebt de laatste versie van Piwigo.';
/* TODO */ $lang['c13y_version_anomaly'] = 'The version of %s [%s] installed is not compatible with the version required [%s]';
-/* TODO */ $lang['c13y_version_correction'] = 'You need to upgrade your system to take full advantage of the application else the application will not work correctly see not at all';
+/* TODO */ $lang['c13y_version_correction'] = 'You need to upgrade your system to take full advantage of the application else the application will not work correctly, or not at all';
?>