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
48
ljpost/lang/pt-br/messages.po
Normal file
48
ljpost/lang/pt-br/messages.po
Normal file
|
@ -0,0 +1,48 @@
|
|||
# ADDON ljpost
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica ljpost 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"
|
||||
|
||||
#: ljpost.php:39
|
||||
msgid "Post to LiveJournal"
|
||||
msgstr "Publicar no LiveJournal"
|
||||
|
||||
#: ljpost.php:70
|
||||
msgid "LiveJournal Post Settings"
|
||||
msgstr "Configurações de publicação no LiveJournal"
|
||||
|
||||
#: ljpost.php:72
|
||||
msgid "Enable LiveJournal Post Plugin"
|
||||
msgstr "Habilitar plug-in para publicar no LiveJournal"
|
||||
|
||||
#: ljpost.php:77
|
||||
msgid "LiveJournal username"
|
||||
msgstr "Nome de usuário no LiveJournal"
|
||||
|
||||
#: ljpost.php:82
|
||||
msgid "LiveJournal password"
|
||||
msgstr "Senha do LiveJournal"
|
||||
|
||||
#: ljpost.php:87
|
||||
msgid "Post to LiveJournal by default"
|
||||
msgstr "Publicar no LiveJournal por padrão"
|
||||
|
||||
#: ljpost.php:93
|
||||
msgid "Submit"
|
||||
msgstr "Enviar"
|
|
@ -1,9 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Post to LiveJournal"] = "Publicar no LiveJournal";
|
||||
$a->strings["LiveJournal Post Settings"] = "Configurações de publicação no LiveJournal";
|
||||
$a->strings["Enable LiveJournal Post Plugin"] = "Habilitar o plugin de publicação no LiveJournal";
|
||||
$a->strings["LiveJournal username"] = "Nome de usuário do LiveJournal";
|
||||
$a->strings["LiveJournal password"] = "Senha do LiveJournal";
|
||||
$a->strings["Post to LiveJournal by default"] = "Publicar no LiveJournal por padrão";
|
||||
$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["Post to LiveJournal"] = "Publicar no LiveJournal";
|
||||
$a->strings["LiveJournal Post Settings"] = "Configurações de publicação no LiveJournal";
|
||||
$a->strings["Enable LiveJournal Post Plugin"] = "Habilitar plug-in para publicar no LiveJournal";
|
||||
$a->strings["LiveJournal username"] = "Nome de usuário no LiveJournal";
|
||||
$a->strings["LiveJournal password"] = "Senha do LiveJournal";
|
||||
$a->strings["Post to LiveJournal by default"] = "Publicar no LiveJournal por padrão";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue