PT BR translations THX Beatriz Vital
This commit is contained in:
parent
ca00d0d58d
commit
70beedf075
12 changed files with 527 additions and 45 deletions
24
infiniteimprobabilitydrive/lang/pt-br/messages.po
Normal file
24
infiniteimprobabilitydrive/lang/pt-br/messages.po
Normal file
|
@ -0,0 +1,24 @@
|
|||
# ADDON infiniteimprobabilitydrive
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica infiniteimprobabilitydrive 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-22 13:18+0200\n"
|
||||
"PO-Revision-Date: 2016-08-16 11:28+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"
|
||||
|
||||
#: infiniteimprobabilitydrive.php:19
|
||||
msgid "Infinite Improbability Drive"
|
||||
msgstr "Gerador de improbabilidade infinita"
|
|
@ -1,3 +1,8 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Infinite Improbability Drive"] = "";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_pt_br")) {
|
||||
function string_plural_select_pt_br($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Infinite Improbability Drive"] = "Gerador de improbabilidade infinita";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue