mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 08:58: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
68
gpluspost/lang/pt-br/messages.po
Normal file
68
gpluspost/lang/pt-br/messages.po
Normal file
|
@ -0,0 +1,68 @@
|
|||
# ADDON gpluspost
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica gpluspost addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Beatriz Vital <vitalb@riseup.net>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-23 14:44+0200\n"
|
||||
"PO-Revision-Date: 2016-08-19 20:36+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"
|
||||
|
||||
#: gpluspost.php:38
|
||||
msgid "Post to Google+"
|
||||
msgstr "Publicar no Google+"
|
||||
|
||||
#: gpluspost.php:93
|
||||
msgid "Enable Google+ Post Plugin"
|
||||
msgstr "Habilitar plug-in para publicar no Google+"
|
||||
|
||||
#: gpluspost.php:108
|
||||
msgid "Google+ username"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:113
|
||||
msgid "Google+ password"
|
||||
msgstr "Senha do Google+"
|
||||
|
||||
#: gpluspost.php:118
|
||||
msgid "Google+ page number"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:124
|
||||
msgid "Post to Google+ by default"
|
||||
msgstr "Publicar no Google+ por padrão"
|
||||
|
||||
#: gpluspost.php:129
|
||||
msgid "Do not prevent posting loops"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:135
|
||||
msgid "Skip messages without links"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:142
|
||||
msgid "Mirror all public posts"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:146
|
||||
msgid "Mirror Google Account ID"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:153
|
||||
msgid "Save Settings"
|
||||
msgstr "Salvar Configurações"
|
||||
|
||||
#: gpluspost.php:308
|
||||
msgid "Google+ post failed. Queued for retry."
|
||||
msgstr "Falha ao publicar no Google+. Na fila para tentar novamente."
|
19
gpluspost/lang/pt-br/strings.php
Normal file
19
gpluspost/lang/pt-br/strings.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_pt_br")) {
|
||||
function string_plural_select_pt_br($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to Google+"] = "Publicar no Google+";
|
||||
$a->strings["Enable Google+ Post Plugin"] = "Habilitar plug-in para publicar no Google+";
|
||||
$a->strings["Google+ username"] = "";
|
||||
$a->strings["Google+ password"] = "Senha do Google+";
|
||||
$a->strings["Google+ page number"] = "";
|
||||
$a->strings["Post to Google+ by default"] = "Publicar no Google+ por padrão";
|
||||
$a->strings["Do not prevent posting loops"] = "";
|
||||
$a->strings["Skip messages without links"] = "";
|
||||
$a->strings["Mirror all public posts"] = "";
|
||||
$a->strings["Mirror Google Account ID"] = "";
|
||||
$a->strings["Save Settings"] = "Salvar Configurações";
|
||||
$a->strings["Google+ post failed. Queued for retry."] = "Falha ao publicar no Google+. Na fila para tentar novamente.";
|
Loading…
Add table
Add a link
Reference in a new issue