diff options
-rw-r--r-- | language/en_UK/admin.lang.php | 2 | ||||
-rw-r--r-- | language/es_ES/admin.lang.php | 2 | ||||
-rw-r--r-- | language/nl_NL/admin.lang.php | 2 |
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'; ?> |