diff options
author | rub <rub@piwigo.org> | 2007-03-16 22:52:52 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-03-16 22:52:52 +0000 |
commit | f1914f122efe57bd8434fb4e024da92582d1b095 (patch) | |
tree | 13e5767e084ef5e3ac92a4957ea281255ade9947 /language | |
parent | 1a3660405a6856bca55932900e18edd5b5e6d20b (diff) |
Send email on pwg group:
o Best mail content
o Add a text area in order to complete email
git-svn-id: http://piwigo.org/svn/trunk@1916 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r-- | language/en_UK.iso-8859-1/admin.lang.php | 5 | ||||
-rw-r--r-- | language/fr_FR.iso-8859-1/admin.lang.php | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index 7bed53f74..94883cf27 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -582,5 +582,8 @@ $lang['cat_options_title'] = 'Properties'; $lang['An information email was sent to group "%s"'] = 'An information email was sent to group "%s'; $lang['Send an information email to group members'] = 'Send an information email to group members'; $lang['Group'] = 'Group'; -$lang['Come to visit %s'] = 'Come to visit %s'; +$lang['[%s] Come to visit the category %s'] = '[%s] Come to visit the category %s'; +$lang['See you soon.'] = 'See you soon.'; +$lang['Come to discover the category:'] = 'Come to discover the category:'; +$lang['mail_content'] = 'Mail content'; ?> diff --git a/language/fr_FR.iso-8859-1/admin.lang.php b/language/fr_FR.iso-8859-1/admin.lang.php index e8b4d7e54..e529c23d6 100644 --- a/language/fr_FR.iso-8859-1/admin.lang.php +++ b/language/fr_FR.iso-8859-1/admin.lang.php @@ -581,5 +581,8 @@ $lang['cat_options_title'] = 'Propriétés'; $lang['An information email was sent to group "%s"'] = 'Un mail d\'informations a été envoyé aux membres du groupe'; $lang['Send an information email to group members'] = 'Envoyer un mail d\'informations aux membres d\'un groupe'; $lang['Group'] = 'Groupe'; -$lang['Come to visit %s'] = 'Venez visiter %s'; +$lang['[%s] Come to visit the category %s'] = '[%s] Venez visiter la catégorie %s'; +$lang['See you soon.'] = 'A bientôt.'; +$lang['Come to discover the category:'] = 'Venez découvrir la catégorie:'; +$lang['mail_content'] = 'Contenu du mail'; ?> |