forbid redefinition of language plural_select function

This commit is contained in:
friendica
2014-05-13 02:10:06 -07:00
parent 13cf31ae73
commit 8c948f4bbe
13 changed files with 26 additions and 14 deletions

View File

@@ -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";