some more PT BR translations THX Beatriz Vital

This commit is contained in:
Tobias Diekershoff 2016-08-23 07:46:05 +02:00
parent 3844124d9c
commit aa8c44dcc8
42 changed files with 1665 additions and 214 deletions

View file

@ -1,8 +1,13 @@
<?php
$a->strings["\"Show more\" Settings"] = "Configurações de \"Exibir mais\"";
$a->strings["Enable Show More"] = "Habilitar \"Exibir mais\"";
$a->strings["Cutting posts after how much characters"] = "Cortar as mensagens após quantos caracteres";
$a->strings["Submit"] = "Enviar";
$a->strings["Show More Settings saved."] = "As configurações de \"Exibir mais\" foram salvas.";
$a->strings["show more"] = "exibir mais";
<?php
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
return ($n > 1);;
}}
;
$a->strings["\"Show more\" Settings"] = "Configurações de \"Mostrar mais\"";
$a->strings["Enable Show More"] = "Habilitar Mostrar Mais";
$a->strings["Cutting posts after how much characters"] = "Cortar as publicações depois de quantos caracteres";
$a->strings["Submit"] = "Enviar";
$a->strings["Show More Settings saved."] = "As configurações de Mostrar Mais foram salvas.";
$a->strings["show more"] = "mostrar mais";