diff options
author | ddtddt <ddtddt@piwigo.org> | 2010-03-26 08:24:15 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2010-03-26 08:24:15 +0000 |
commit | 6f0017a595a45c94d3db4b9f0e3cd3b24d7976aa (patch) | |
tree | 546e38e07fa2b1da9323b94fc8e892e39e1e5562 | |
parent | f62624232cef7525b49d590a57eb463e716e5392 (diff) |
update $lang['Allow user customization'] =
git-svn-id: http://piwigo.org/svn/trunk@5373 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/common.lang.php | 3 | ||||
-rw-r--r-- | language/fr_FR/admin.lang.php | 3 | ||||
-rw-r--r-- | language/fr_FR/common.lang.php | 3 | ||||
-rw-r--r-- | tools/translation_validated.inc.php | 4 |
4 files changed, 8 insertions, 5 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index 78f5533e9..60959867a 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -386,5 +386,4 @@ $lang['This author modified following comment:'] = 'This author modified followi $lang['This author removed the comment with id %d'] = 'This author removed the comment with id %d'; $lang['delete this comment'] = "delete this comment"; $lang['validate this comment'] = 'validate this comment'; -$lang['Allow user customization'] = "Allow user customization"; -?> +?>
\ No newline at end of file diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 5d102235f..40122a3bc 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -759,4 +759,5 @@ $lang['Languages'] = 'Langues'; $lang['Installed Languages'] = 'Langues installées'; $lang['Add New Language'] = 'Ajouter une langue'; $lang['Language has been successfully installed'] = 'La langue a été installée avec succès'; -?> +$lang['Allow user customization'] = "Permettre la personnalisation de l'affichage"; +?>
\ No newline at end of file diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index 270229f61..7dc71a024 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -388,5 +388,4 @@ $lang['This author modified following comment:'] = 'Cet auteur a modifié le com $lang['This author removed the comment with id %d'] = 'Cet auteur a supprimé le commentaire portant l\'identifiant %d'; $lang['delete this comment'] = "supprimer ce commentaire"; $lang['validate this comment'] = 'valider ce commentaire'; -$lang['Allow user customization'] = "Permettre la personnalisation de l'affichage"; -?> + ?>
\ No newline at end of file diff --git a/tools/translation_validated.inc.php b/tools/translation_validated.inc.php index 1754843e3..8a5a65f29 100644 --- a/tools/translation_validated.inc.php +++ b/tools/translation_validated.inc.php @@ -205,6 +205,10 @@ $validated_keys = array( 'localhost, sql.multimania.com, toto.freesurf.fr', 'Upgrade', 'SQL queries', + 'letters', + 'This author removed the comment with id %d', + '', + '', ), 'pl_PL' => array( '', |