diff options
author | Olivier van Helden <olivier@van-helden.net> | 2014-12-03 18:37:51 -0400 |
---|---|---|
committer | Olivier van Helden <olivier@van-helden.net> | 2014-12-03 18:37:51 -0400 |
commit | bbd5cb736787157c0c7f78c7b103ff746d7caf5c (patch) | |
tree | 4755318e0bef412cf71b906fb2acc79ffecb622c /view/fr/strings.php | |
parent | 1ea73a55e8276006b4c0f0307dfbe2a35acdff33 (diff) | |
download | volse-hubzilla-bbd5cb736787157c0c7f78c7b103ff746d7caf5c.tar.gz volse-hubzilla-bbd5cb736787157c0c7f78c7b103ff746d7caf5c.tar.bz2 volse-hubzilla-bbd5cb736787157c0c7f78c7b103ff746d7caf5c.zip |
update fr: fix typo and ambiguous changes in 1ea73a55e8276006b4c0f0307dfbe2a35acdff33
Diffstat (limited to 'view/fr/strings.php')
-rw-r--r-- | view/fr/strings.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/view/fr/strings.php b/view/fr/strings.php index a3d5ced01..a6f020c58 100644 --- a/view/fr/strings.php +++ b/view/fr/strings.php @@ -67,15 +67,15 @@ $a->strings["Save"] = "Sauver"; $a->strings["poke"] = "cogne"; $a->strings["poked"] = "s'est fait cogner par"; $a->strings["ping"] = "solliciter"; -$a->strings["pinged"] = "a sollicité"; +$a->strings["pinged"] = "sollicité"; $a->strings["prod"] = "aiguillonner"; -$a->strings["prodded"] = "a aiguillonné"; +$a->strings["prodded"] = "aiguillonné"; $a->strings["slap"] = "giffle"; -$a->strings["slapped"] = "a gifflé"; +$a->strings["slapped"] = "gifflé"; $a->strings["finger"] = "pointer"; -$a->strings["fingered"] = "a pointé"; +$a->strings["fingered"] = "pointé"; $a->strings["rebuff"] = "rejetter"; -$a->strings["rebuffed"] = "a rejetté"; +$a->strings["rebuffed"] = "rejetté"; $a->strings["happy"] = "heureux"; $a->strings["sad"] = "triste"; $a->strings["mellow"] = "mélancolique"; |