]> git.mxchange.org Git - friendica-addons.git/blob - jappixmini/lang/pt-br/strings.php
Preparation to make the automatic authentication work (hopefully) reliable
[friendica-addons.git] / jappixmini / 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         return ($n > 1);;
6 }}
7 ;
8 $a->strings["Jappix Mini addon settings"] = "";
9 $a->strings["Activate addon"] = "";
10 $a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "";
11 $a->strings["Jabber username"] = "Nome de usuário no Jabber";
12 $a->strings["Jabber server"] = "";
13 $a->strings["Jabber BOSH host"] = "";
14 $a->strings["Jabber password"] = "Senha do Jabber";
15 $a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Criptografar senha de Jabber com senha do Friendica (recomendado)";
16 $a->strings["Friendica password"] = "Senha do Friendica";
17 $a->strings["Approve subscription requests from Friendica contacts automatically"] = "";
18 $a->strings["Subscribe to Friendica contacts automatically"] = "";
19 $a->strings["Purge internal list of jabber addresses of contacts"] = "";
20 $a->strings["Submit"] = "Enviar";
21 $a->strings["Add contact"] = "";