]> git.mxchange.org Git - friendica-addons.git/blobdiff - jappixmini/lang/pt-br/strings.php
Preparation to make the automatic authentication work (hopefully) reliable
[friendica-addons.git] / jappixmini / lang / pt-br / strings.php
index 0f2924ffecb1601611468c0fc16240e5ec767e4a..6d5b61bcf6ab3db9856987057668d67a7b413c82 100644 (file)
@@ -1,16 +1,21 @@
-<?php\r
-\r
-$a->strings["Jappix Mini addon settings"] = "";\r
-$a->strings["Activate addon"] = "";\r
-$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "";\r
-$a->strings["Jabber username"] = "";\r
-$a->strings["Jabber server"] = "";\r
-$a->strings["Jabber BOSH host"] = "";\r
-$a->strings["Jabber password"] = "";\r
-$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "";\r
-$a->strings["Friendica password"] = "";\r
-$a->strings["Approve subscription requests from Friendica contacts automatically"] = "";\r
-$a->strings["Subscribe to Friendica contacts automatically"] = "";\r
-$a->strings["Purge internal list of jabber addresses of contacts"] = "";\r
-$a->strings["Submit"] = "Enviar";\r
-$a->strings["Add contact"] = "";\r
+<?php
+
+if(! function_exists("string_plural_select_pt_br")) {
+function string_plural_select_pt_br($n){
+       return ($n > 1);;
+}}
+;
+$a->strings["Jappix Mini addon settings"] = "";
+$a->strings["Activate addon"] = "";
+$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "";
+$a->strings["Jabber username"] = "Nome de usuário no Jabber";
+$a->strings["Jabber server"] = "";
+$a->strings["Jabber BOSH host"] = "";
+$a->strings["Jabber password"] = "Senha do Jabber";
+$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Criptografar senha de Jabber com senha do Friendica (recomendado)";
+$a->strings["Friendica password"] = "Senha do Friendica";
+$a->strings["Approve subscription requests from Friendica contacts automatically"] = "";
+$a->strings["Subscribe to Friendica contacts automatically"] = "";
+$a->strings["Purge internal list of jabber addresses of contacts"] = "";
+$a->strings["Submit"] = "Enviar";
+$a->strings["Add contact"] = "";