mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
some more PT BR translations THX Beatriz Vital
This commit is contained in:
parent
3844124d9c
commit
aa8c44dcc8
42 changed files with 1665 additions and 214 deletions
44
showmore/lang/pt-br/messages.po
Normal file
44
showmore/lang/pt-br/messages.po
Normal file
|
@ -0,0 +1,44 @@
|
|||
# ADDON showmore
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica showmore addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Beatriz Vital <vitalb@riseup.net>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||
"PO-Revision-Date: 2016-08-19 16:58+0000\n"
|
||||
"Last-Translator: Beatriz Vital <vitalb@riseup.net>\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/Friendica/friendica/language/pt_BR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: pt_BR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: showmore.php:38
|
||||
msgid "\"Show more\" Settings"
|
||||
msgstr "Configurações de \"Mostrar mais\""
|
||||
|
||||
#: showmore.php:41
|
||||
msgid "Enable Show More"
|
||||
msgstr "Habilitar Mostrar Mais"
|
||||
|
||||
#: showmore.php:44
|
||||
msgid "Cutting posts after how much characters"
|
||||
msgstr "Cortar as publicações depois de quantos caracteres"
|
||||
|
||||
#: showmore.php:48
|
||||
msgid "Submit"
|
||||
msgstr "Enviar"
|
||||
|
||||
#: showmore.php:65
|
||||
msgid "Show More Settings saved."
|
||||
msgstr "As configurações de Mostrar Mais foram salvas."
|
||||
|
||||
#: showmore.php:119
|
||||
msgid "show more"
|
||||
msgstr "mostrar mais"
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue