Defined plurals (as explained by Fabio)

This commit is contained in:
Olivier Migeot
2011-03-22 10:28:22 +01:00
parent cd2a0802e4
commit 19d7e7fefe
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<?php
function string_plural_select($n){
return ;
return ($n!=0);
}
;
$a->strings["Logged out."] = "Déconnecté.";