mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08: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
|
@ -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