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

@ -0,0 +1,64 @@
# ADDON wppost
# Copyright (C)
# This file is distributed under the same license as the Friendica wppost 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 20:37+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"
#: wppost.php:42
msgid "Post to Wordpress"
msgstr "Publicar no Wordpress"
#: wppost.php:76
msgid "WordPress Post Settings"
msgstr "Configurações de publicação no WordPress"
#: wppost.php:78
msgid "Enable WordPress Post Plugin"
msgstr "Habilitar plug-in para publicar no WordPress"
#: wppost.php:83
msgid "WordPress username"
msgstr "Nome de usuário no WordPress"
#: wppost.php:88
msgid "WordPress password"
msgstr "Senha do WordPress"
#: wppost.php:93
msgid "WordPress API URL"
msgstr ""
#: wppost.php:98
msgid "Post to WordPress by default"
msgstr "Publicar no WordPress por padrão"
#: wppost.php:103
msgid "Provide a backlink to the Friendica post"
msgstr ""
#: wppost.php:110
msgid "Submit"
msgstr "Enviar"
#: wppost.php:201
msgid "Post from Friendica"
msgstr ""
#: wppost.php:207
msgid "Read the original post and comment stream on Friendica"
msgstr ""

View file

@ -1,13 +1,18 @@
<?php
$a->strings["Post to Wordpress"] = "Postar no WordPress";
$a->strings["WordPress Post Settings"] = "Configurações de postagem do WordPress";
$a->strings["Enable WordPress Post Plugin"] = "Habilitar plugin de postagem do WordPress";
$a->strings["WordPress username"] = "Usuário WordPress";
$a->strings["WordPress password"] = "Senha WordPress";
$a->strings["WordPress API URL"] = "URL da API do WordPress";
$a->strings["Post to WordPress by default"] = "Postar para o WordPress como padrão";
$a->strings["Provide a backlink to the Friendica post"] = "";
$a->strings["Submit"] = "Enviar";
$a->strings["Post from Friendica"] = "Postar do Friendica";
$a->strings["Read the original post and comment stream on Friendica"] = "";
<?php
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
return ($n > 1);;
}}
;
$a->strings["Post to Wordpress"] = "Publicar no Wordpress";
$a->strings["WordPress Post Settings"] = "Configurações de publicação no WordPress";
$a->strings["Enable WordPress Post Plugin"] = "Habilitar plug-in para publicar no WordPress";
$a->strings["WordPress username"] = "Nome de usuário no WordPress";
$a->strings["WordPress password"] = "Senha do WordPress";
$a->strings["WordPress API URL"] = "";
$a->strings["Post to WordPress by default"] = "Publicar no WordPress por padrão";
$a->strings["Provide a backlink to the Friendica post"] = "";
$a->strings["Submit"] = "Enviar";
$a->strings["Post from Friendica"] = "";
$a->strings["Read the original post and comment stream on Friendica"] = "";