diff options
author | Olivier Migeot <olivier@migeot.org> | 2011-03-22 10:28:22 +0100 |
---|---|---|
committer | Olivier Migeot <olivier@migeot.org> | 2011-03-22 10:28:22 +0100 |
commit | 19d7e7fefeb3d20697d6a7e0b1fc7a16d9127c64 (patch) | |
tree | 9f47e6ed840e53a3893c430db11256aa1a4a2ad6 /view/fr/strings.php | |
parent | cd2a0802e4840253540f256fc49459b8e7c1e911 (diff) | |
download | volse-hubzilla-19d7e7fefeb3d20697d6a7e0b1fc7a16d9127c64.tar.gz volse-hubzilla-19d7e7fefeb3d20697d6a7e0b1fc7a16d9127c64.tar.bz2 volse-hubzilla-19d7e7fefeb3d20697d6a7e0b1fc7a16d9127c64.zip |
Defined plurals (as explained by Fabio)
Diffstat (limited to 'view/fr/strings.php')
-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 564b9065d..05fdd8b47 100644 --- a/view/fr/strings.php +++ b/view/fr/strings.php @@ -1,7 +1,7 @@ <?php function string_plural_select($n){ - return ; + return ($n!=0); } ; $a->strings["Logged out."] = "Déconnecté."; |