]> git.mxchange.org Git - friendica.git/commitdiff
Defined plurals (as explained by Fabio)
authorOlivier Migeot <olivier@migeot.org>
Tue, 22 Mar 2011 09:28:22 +0000 (10:28 +0100)
committerOlivier Migeot <olivier@migeot.org>
Tue, 22 Mar 2011 09:28:22 +0000 (10:28 +0100)
view/fr/messages.po
view/fr/strings.php

index 6759f311b505537b899ce13b2c255bf92116465e..04364193fb9f73e4b6c3fcfa2d134495e02e0fbd 100644 (file)
@@ -16,7 +16,7 @@ msgstr ""
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
+"Plural-Forms: nplurals=2; plural=(n!=0);\n"
 "X-Language: fr_FR\n"
 
 #: ../../include/auth.php:27
index 564b9065d87750a7d3e493c7ec3f8f30e12ee08e..05fdd8b47fc520cfdc2cfa6044e8b92de8b78a35 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 function string_plural_select($n){
-       return ;
+       return ($n!=0);
 }
 ;
 $a->strings["Logged out."] = "Déconnecté.";