]> git.mxchange.org Git - friendica-addons.git/blob - xmpp/lang/pt-br/strings.php
Merge pull request #834 from M-arcus/addon/phpmailer
[friendica-addons.git] / xmpp / lang / pt-br / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_pt_br")) {
4 function string_plural_select_pt_br($n){
5         $n = intval($n);
6         return ($n > 1);;
7 }}
8 ;
9 $a->strings["XMPP settings updated."] = "Configurações de XMPP atualizadas.";
10 $a->strings["XMPP-Chat (Jabber)"] = "Bate-papo XMPP (Jabber)";
11 $a->strings["Enable Webchat"] = "Habilitar webchat";
12 $a->strings["Individual Credentials"] = "Credenciais individuais";
13 $a->strings["Jabber BOSH host"] = "Host BOSH de Jabber";
14 $a->strings["Save Settings"] = "Salvar configurações";
15 $a->strings["Use central userbase"] = "Usar base de usuários central";
16 $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\".";
17 $a->strings["Settings updated."] = "Configurações atualizadas.";