commit
b4184c2773
40
appnetpost/lang/pt-br/messages.po
Normal file
40
appnetpost/lang/pt-br/messages.po
Normal file
|
@ -0,0 +1,40 @@
|
|||
# ADDON appnetpost
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica appnetpost addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# André Alves <and2099@riseup.net>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-22 11:47+0200\n"
|
||||
"PO-Revision-Date: 2016-01-03 06:26+0000\n"
|
||||
"Last-Translator: André Alves <and2099@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"
|
||||
|
||||
#: appnetpost.php:37
|
||||
msgid "Post to app.net"
|
||||
msgstr ""
|
||||
|
||||
#: appnetpost.php:59 appnetpost.php:63
|
||||
msgid "App.net Export"
|
||||
msgstr "Exportar de App.net"
|
||||
|
||||
#: appnetpost.php:67
|
||||
msgid "Enable App.net Post Plugin"
|
||||
msgstr "Habilitar Plugin de publicação App.net"
|
||||
|
||||
#: appnetpost.php:72
|
||||
msgid "Post to App.net by default"
|
||||
msgstr "Postar em App.net por padrão"
|
||||
|
||||
#: appnetpost.php:78
|
||||
msgid "Save Settings"
|
||||
msgstr "Salvar Configurações"
|
12
appnetpost/lang/pt-br/strings.php
Normal file
12
appnetpost/lang/pt-br/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_pt_br")) {
|
||||
function string_plural_select_pt_br($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to app.net"] = "";
|
||||
$a->strings["App.net Export"] = "Exportar de App.net";
|
||||
$a->strings["Enable App.net Post Plugin"] = "Habilitar Plugin de publicação App.net";
|
||||
$a->strings["Post to App.net by default"] = "Postar em App.net por padrão";
|
||||
$a->strings["Save Settings"] = "Salvar Configurações";
|
|
@ -4,15 +4,16 @@
|
|||
#
|
||||
#
|
||||
# Translators:
|
||||
# André Alves <and2099@riseup.net>, 2016
|
||||
# Rui Andrada <shingonoide@gmail.com>, 2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
|
||||
"PO-Revision-Date: 2015-04-13 13:18+0000\n"
|
||||
"Last-Translator: Rui Andrada <shingonoide@gmail.com>\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/friendica/language/pt_BR/)\n"
|
||||
"PO-Revision-Date: 2016-01-03 06:19+0000\n"
|
||||
"Last-Translator: André Alves <and2099@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"
|
||||
|
@ -37,7 +38,7 @@ msgstr ""
|
|||
|
||||
#: buffer.php:67
|
||||
msgid "Error when registering buffer connection:"
|
||||
msgstr ""
|
||||
msgstr "Erro ao registrar conexão de buffer:"
|
||||
|
||||
#: buffer.php:86
|
||||
msgid "You are now authenticated to buffer. "
|
||||
|
@ -57,7 +58,7 @@ msgstr "Exportar Buffer"
|
|||
|
||||
#: buffer.php:142
|
||||
msgid "Authenticate your Buffer connection"
|
||||
msgstr ""
|
||||
msgstr "Autenticar sua conexão de Buffer"
|
||||
|
||||
#: buffer.php:146
|
||||
msgid "Enable Buffer Post Plugin"
|
||||
|
|
|
@ -9,12 +9,12 @@ $a->strings["Permission denied."] = "Permissão negada.";
|
|||
$a->strings["Save Settings"] = "Salvar configurações";
|
||||
$a->strings["Client ID"] = "";
|
||||
$a->strings["Client Secret"] = "";
|
||||
$a->strings["Error when registering buffer connection:"] = "";
|
||||
$a->strings["Error when registering buffer connection:"] = "Erro ao registrar conexão de buffer:";
|
||||
$a->strings["You are now authenticated to buffer. "] = "Você está autenticado no buffer.";
|
||||
$a->strings["return to the connector page"] = "Volte a página de conectores.";
|
||||
$a->strings["Post to Buffer"] = "Publicar no Buffer";
|
||||
$a->strings["Buffer Export"] = "Exportar Buffer";
|
||||
$a->strings["Authenticate your Buffer connection"] = "";
|
||||
$a->strings["Authenticate your Buffer connection"] = "Autenticar sua conexão de Buffer";
|
||||
$a->strings["Enable Buffer Post Plugin"] = "Habilita plugin para publicar no Buffer";
|
||||
$a->strings["Post to Buffer by default"] = "Publica no Buffer por padrão";
|
||||
$a->strings["Check to delete this preset"] = "Marque para excluir este perfil";
|
||||
|
|
Loading…
Reference in a new issue