forbid redefinition of language plural_select function
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_pt_br") {
|
||||
function string_plural_select_pt_br($n){
|
||||
return ($n > 1);;
|
||||
}
|
||||
}}
|
||||
;
|
||||
$a->strings["Cannot locate DNS info for database server '%s'"] = "Não foi possível localizar a informação de DNS para o servidor de banco de dados '%s'";
|
||||
$a->strings["Profile Photos"] = "Fotos do perfil";
|
||||
|
Reference in New Issue
Block a user