diff options
author | olivierm <olivier@migeot.org> | 2011-02-23 20:57:34 +0100 |
---|---|---|
committer | olivierm <olivier@migeot.org> | 2011-02-23 20:57:34 +0100 |
commit | 42d1474ff1388f987961ba24b0218a8e6ff0f47c (patch) | |
tree | 360d30c2568173e4ba30128d0bcd056264c2fa8e /view/fr | |
parent | a6870ceb4196090bfbe25990c579f6009fdb5e0d (diff) | |
download | volse-hubzilla-42d1474ff1388f987961ba24b0218a8e6ff0f47c.tar.gz volse-hubzilla-42d1474ff1388f987961ba24b0218a8e6ff0f47c.tar.bz2 volse-hubzilla-42d1474ff1388f987961ba24b0218a8e6ff0f47c.zip |
Changed greetings in french
Diffstat (limited to 'view/fr')
-rw-r--r-- | view/fr/strings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/fr/strings.php b/view/fr/strings.php index cbcf11ead..09fa91f30 100644 --- a/view/fr/strings.php +++ b/view/fr/strings.php @@ -272,7 +272,7 @@ $a->strings['Approve'] = 'Approuver'; $a->strings['No notifications.'] = 'Pas de notification.'; $a->strings['No registrations.'] = 'Pas d\'inscriptions.'; $a->strings['Login failed.'] = 'Échec de connexion.'; -$a->strings['Welcome back '] = 'Bienvenue à nouveau '; +$a->strings['Welcome back '] = 'Bienvenue à nouveau, '; $a->strings['Photo Albums'] = 'Albums photo'; $a->strings['Contact Photos'] = 'Photos du contact'; $a->strings['Contact information unavailable'] = 'Informations de contact indisponibles'; |