9 lines
245 B
PHP
9 lines
245 B
PHP
|
<?php
|
||
|
|
||
|
if(! function_exists("string_plural_select_fi_fi")) {
|
||
|
function string_plural_select_fi_fi($n){
|
||
|
return ($n != 1);;
|
||
|
}}
|
||
|
;
|
||
|
$a->strings["Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s"] = "";
|