mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19:08:49 +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
64
tumblr/lang/pt-br/messages.po
Normal file
64
tumblr/lang/pt-br/messages.po
Normal file
|
@ -0,0 +1,64 @@
|
|||
# ADDON tumblr
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica tumblr 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:54+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"
|
||||
|
||||
#: tumblr.php:34
|
||||
msgid "Permission denied."
|
||||
msgstr "Permissão negada."
|
||||
|
||||
#: tumblr.php:144
|
||||
msgid "You are now authenticated to tumblr."
|
||||
msgstr "Você se autenticou no Tumblr."
|
||||
|
||||
#: tumblr.php:145
|
||||
msgid "return to the connector page"
|
||||
msgstr "voltar à página de conectores"
|
||||
|
||||
#: tumblr.php:158
|
||||
msgid "Post to Tumblr"
|
||||
msgstr "Publicar no Tumblr"
|
||||
|
||||
#: tumblr.php:185
|
||||
msgid "Tumblr Post Settings"
|
||||
msgstr "Configurações de publicação no Tumblr"
|
||||
|
||||
#: tumblr.php:188
|
||||
msgid "(Re-)Authenticate your tumblr page"
|
||||
msgstr "(Re)autenticar sua página no Tumblr"
|
||||
|
||||
#: tumblr.php:192
|
||||
msgid "Enable Tumblr Post Plugin"
|
||||
msgstr "Habilitar plug-in para publicar no Tumblr"
|
||||
|
||||
#: tumblr.php:197
|
||||
msgid "Post to Tumblr by default"
|
||||
msgstr "Publicar no Tumblr por padrão"
|
||||
|
||||
#: tumblr.php:217
|
||||
msgid "Post to page:"
|
||||
msgstr "Publicar na página:"
|
||||
|
||||
#: tumblr.php:228
|
||||
msgid "You are not authenticated to tumblr"
|
||||
msgstr "Você não se autenticou no Tumblr"
|
||||
|
||||
#: tumblr.php:233
|
||||
msgid "Submit"
|
||||
msgstr "Enviar"
|
|
@ -1,8 +1,18 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Permission denied."] = "Permissão negada.";
|
||||
$a->strings["Post to Tumblr"] = "Postar no Tumblr";
|
||||
$a->strings["Tumblr Post Settings"] = "Configurações de postagem do Tumblr";
|
||||
$a->strings["Enable Tumblr Post Plugin"] = "Habilitar Plugin de Postagem do Tumblr";
|
||||
$a->strings["Post to Tumblr by default"] = "Postar para o Tumblr como default";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_pt_br")) {
|
||||
function string_plural_select_pt_br($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Permission denied."] = "Permissão negada.";
|
||||
$a->strings["You are now authenticated to tumblr."] = "Você se autenticou no Tumblr.";
|
||||
$a->strings["return to the connector page"] = "voltar à página de conectores";
|
||||
$a->strings["Post to Tumblr"] = "Publicar no Tumblr";
|
||||
$a->strings["Tumblr Post Settings"] = "Configurações de publicação no Tumblr";
|
||||
$a->strings["(Re-)Authenticate your tumblr page"] = "(Re)autenticar sua página no Tumblr";
|
||||
$a->strings["Enable Tumblr Post Plugin"] = "Habilitar plug-in para publicar no Tumblr";
|
||||
$a->strings["Post to Tumblr by default"] = "Publicar no Tumblr por padrão";
|
||||
$a->strings["Post to page:"] = "Publicar na página:";
|
||||
$a->strings["You are not authenticated to tumblr"] = "Você não se autenticou no Tumblr";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue