Makes convertPlural compatible (strict standards)
[lhc/web/wiklou.git] / languages / classes / LanguageLt.php
index 1770f8e..14031fe 100644 (file)
@@ -11,8 +11,8 @@ class LanguageLt extends Language {
                1 - vienas (1) lapas, dvideÅ¡imt vienas (21) lapas
                2 - trys (3) lapai
                3 - penkiolika (15) lapų
-       */      
-       function convertPlural( $count, $wordform1, $wordform2, $wordform3) {
+       */
+       function convertPlural( $count, $wordform1, $wordform2, $wordform3, $w4, $w5) {
                if ($count%10==1 && $count%100!=11) return $wordform1;
                if ($count%10>=2 && ($count%100<10 || $count%100>=20)) return $wordform2;
                //if third form not specified, then use second form