regenerated all strings.php files from the current translation strings (message.po)

This commit is contained in:
Tobias Diekershoff 2021-02-01 18:47:38 +01:00
parent 7f3704ae54
commit 500aab3c53
716 changed files with 1081 additions and 1607 deletions

View file

@ -3,7 +3,7 @@
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
$n = intval($n);
return ($n > 1);;
return intval($n > 1);
}}
;
$a->strings["XMPP settings updated."] = "Configurações de XMPP atualizadas.";
@ -13,5 +13,4 @@ $a->strings["Individual Credentials"] = "Credenciais individuais";
$a->strings["Jabber BOSH host"] = "Host BOSH de Jabber";
$a->strings["Save Settings"] = "Salvar configurações";
$a->strings["Use central userbase"] = "Usar base de usuários central";
$a->strings["If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the \"auth_ejabberd.php\" script."] = "Se habilitado, a autenticação será feita automaticamente em um servidor ejabberd, que precisa ser instalado neste computador com credenciais sincronizadas por meio do script \"auth_ejabberd.php\".";
$a->strings["Settings updated."] = "Configurações atualizadas.";