2009-06-25: Please translate the messages for the Wikimedia license change!
2009-06-20: Many new messages were added to products recently. Please check your untranslated messages. (Other news...)
| Babel user information | ||
|---|---|---|
|
Translation tool · Recent changes
[edit]
$forms = $this->preConvertPlural( $forms, 6 ); if ( $count == 0 ) { $index = 0; } elseif ( $count == 1 ) { $index = 1; } elseif( $count == 2 ) { $index = 2; } elseif( $count % 100 >= 3 && $count % 100 <= 10 ) { $index = 3; } elseif( $count % 100 >= 11 && $count % 100 <= 99 ) { $index = 4; } else { $index = 5;