diff options
author | rub <rub@piwigo.org> | 2006-04-12 22:56:55 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-04-12 22:56:55 +0000 |
commit | 53e48e76751d5e1cc821ce3a59b8ade4cf5da08d (patch) | |
tree | 051db5297bf8d628213ee44eefcb4f36f73077c4 /language/fr_FR.iso-8859-1/common.lang.php | |
parent | bcc40eb10dd50d26a7d66c4ff59cdb474415aeb6 (diff) |
Issue ID 330:
o Change NBM configuration in order to avoid lose treatment action when occurred timeout
o Add news redirect/repost functions
Reports of svn:1156
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1157 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/fr_FR.iso-8859-1/common.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/fr_FR.iso-8859-1/common.lang.php b/language/fr_FR.iso-8859-1/common.lang.php index df9e3be66..aaa3eb1a0 100644 --- a/language/fr_FR.iso-8859-1/common.lang.php +++ b/language/fr_FR.iso-8859-1/common.lang.php @@ -343,4 +343,5 @@ $lang['upload_username'] = 'Nom d\'utilisateur'; $lang['useful when password forgotten'] = 'utile en cas d\'oubli de mot de passe'; $lang['w_month'] = 'Mois'; $lang['yes'] = 'Oui'; +$lang['redirect_msg'] = 'Redirection...'; ?>
\ No newline at end of file |