PT BR translations THX Beatriz Vital

This commit is contained in:
Tobias Diekershoff 2016-08-17 08:06:47 +02:00
parent ca00d0d58d
commit 70beedf075
12 changed files with 527 additions and 45 deletions

View file

@ -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";