forked from friendica/friendica-addons
9 lines
435 B
PHP
9 lines
435 B
PHP
<?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";
|