mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
PT BR translations THX Beatriz Vital
This commit is contained in:
parent
ca00d0d58d
commit
70beedf075
12 changed files with 527 additions and 45 deletions
57
notifyall/lang/pt-br/messages.po
Normal file
57
notifyall/lang/pt-br/messages.po
Normal file
|
@ -0,0 +1,57 @@
|
|||
# ADDON notifyall
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica notifyall addon package.
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-14 16:41+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Beatriz Vital <vitalb@riseup.net>, 2016\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/Friendica/teams/12172/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"
|
||||
|
||||
#: notifyall.php:26
|
||||
msgid "Send email to all members"
|
||||
msgstr "Enviar e-mail para todos os membros"
|
||||
|
||||
#: notifyall.php:42
|
||||
#, php-format
|
||||
msgid "%s Administrator"
|
||||
msgstr "Administrador de %s"
|
||||
|
||||
#: notifyall.php:44
|
||||
#, php-format
|
||||
msgid "%1$s, %2$s Administrator"
|
||||
msgstr "%1$s, administrador de %2$s"
|
||||
|
||||
#: notifyall.php:60
|
||||
msgid "No recipients found."
|
||||
msgstr "Não foi encontrado nenhum destinatário."
|
||||
|
||||
#: notifyall.php:78
|
||||
msgid "Emails sent"
|
||||
msgstr "E-mails enviados"
|
||||
|
||||
#: notifyall.php:86
|
||||
msgid "Send email to all members of this Friendica instance."
|
||||
msgstr "Enviar e-mail para todos os membros desta instância do Friendica."
|
||||
|
||||
#: notifyall.php:91
|
||||
msgid "Message subject"
|
||||
msgstr "Assunto da mensagem"
|
||||
|
||||
#: notifyall.php:92
|
||||
msgid "Test mode (only send to administrator)"
|
||||
msgstr "Modo de teste (enviar só para o administrador)"
|
||||
|
||||
#: notifyall.php:93
|
||||
msgid "Submit"
|
||||
msgstr "Enviar"
|
16
notifyall/lang/pt-br/strings.php
Normal file
16
notifyall/lang/pt-br/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_pt_br")) {
|
||||
function string_plural_select_pt_br($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Send email to all members"] = "Enviar e-mail para todos os membros";
|
||||
$a->strings["%s Administrator"] = "Administrador de %s";
|
||||
$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, administrador de %2\$s";
|
||||
$a->strings["No recipients found."] = "Não foi encontrado nenhum destinatário.";
|
||||
$a->strings["Emails sent"] = "E-mails enviados";
|
||||
$a->strings["Send email to all members of this Friendica instance."] = "Enviar e-mail para todos os membros desta instância do Friendica.";
|
||||
$a->strings["Message subject"] = "Assunto da mensagem";
|
||||
$a->strings["Test mode (only send to administrator)"] = "Modo de teste (enviar só para o administrador)";
|
||||
$a->strings["Submit"] = "Enviar";
|
Loading…
Add table
Add a link
Reference in a new issue