]> git.mxchange.org Git - friendica-addons.git/blobdiff - nsfw/lang/pt-br/strings.php
some more PT BR translations THX Beatriz Vital
[friendica-addons.git] / nsfw / lang / pt-br / strings.php
index 59f0de7e2b770e34724c4568ffb5ccb0d7a1576b..6c1b15d9817b1af07c6331bb44ca804202db834e 100644 (file)
@@ -1,10 +1,15 @@
-<?php\r
-\r
-$a->strings["Not Safe For Work (General Purpose Content Filter) settings"] = "Configurações do filtro de conteúdo impróprio para o local de trabalho (Not Safe For Work)";\r
-$a->strings["This plugin looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW.  This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = "";\r
-$a->strings["Enable Content filter"] = "Habilitar o filtro de conteúdo";\r
-$a->strings["Comma separated list of keywords to hide"] = "Lista de palavras-chave a serem ocultadas, separadas por vírgula";\r
-$a->strings["Submit"] = "Enviar";\r
-$a->strings["Use /expression/ to provide regular expressions"] = "Use /expressão/ para fornecer a expressão regular";\r
-$a->strings["NSFW Settings saved."] = "Configurações NSFW armazenadas.";\r
-$a->strings["%s - Click to open/close"] = "%s ";\r
+<?php
+
+if(! function_exists("string_plural_select_pt_br")) {
+function string_plural_select_pt_br($n){
+       return ($n > 1);;
+}}
+;
+$a->strings["Not Safe For Work (General Purpose Content Filter) settings"] = "";
+$a->strings["This plugin looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW.  This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = "";
+$a->strings["Enable Content filter"] = "Habilitar filtro de conteúdo";
+$a->strings["Comma separated list of keywords to hide"] = "";
+$a->strings["Submit"] = "Enviar";
+$a->strings["Use /expression/ to provide regular expressions"] = "";
+$a->strings["NSFW Settings saved."] = "";
+$a->strings["%s - Click to open/close"] = "";