]> git.mxchange.org Git - friendica-addons.git/blobdiff - libravatar/lang/pt-br/strings.php
Support for the new worker class
[friendica-addons.git] / libravatar / lang / pt-br / strings.php
index 0ff42f4cd61fc9b201eae8cb88a42a85a0e61bcf..9688c2ae58aa9c6ed76c9d056abe0a744e726aa0 100644 (file)
@@ -1,17 +1,22 @@
-<?php\r
-\r
-$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "";\r
-$a->strings["generic profile image"] = "Imagem genérica de perfil";\r
-$a->strings["random geometric pattern"] = "Padrão geométrico randômico";\r
-$a->strings["monster face"] = "cara de monstro";\r
-$a->strings["computer generated face"] = "face gerada por computador";\r
-$a->strings["retro arcade style face"] = "estilo de face arcade retrô";\r
-$a->strings["Warning"] = "Aviso";\r
-$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "";\r
-$a->strings["This addon is not functional on your server."] = "";\r
-$a->strings["Information"] = "";\r
-$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "";\r
-$a->strings["Submit"] = "Enviar";\r
-$a->strings["Default avatar image"] = "Imagem padrão do Avatar ";\r
-$a->strings["Select default avatar image if none was found. See README"] = "";\r
-$a->strings["Libravatar settings updated."] = "";\r
+<?php
+
+if(! function_exists("string_plural_select_pt_br")) {
+function string_plural_select_pt_br($n){
+       return ($n > 1);;
+}}
+;
+$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "Não foi possível instalar o Libravatar.<br>Ele requer PHP >= 5.3";
+$a->strings["generic profile image"] = "";
+$a->strings["random geometric pattern"] = "";
+$a->strings["monster face"] = "careta";
+$a->strings["computer generated face"] = "";
+$a->strings["retro arcade style face"] = "rosto de personagem de fliperama";
+$a->strings["Warning"] = "";
+$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "";
+$a->strings["This addon is not functional on your server."] = "";
+$a->strings["Information"] = "";
+$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "";
+$a->strings["Submit"] = "Enviar";
+$a->strings["Default avatar image"] = "";
+$a->strings["Select default avatar image if none was found. See README"] = "";
+$a->strings["Libravatar settings updated."] = "";