Portal:ar

From translatewiki.net
Jump to: navigation, search

[edit] Classes

		$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;
Blogs
Google AdSense
Personal tools