mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
infiniteprbabilitydrive addon updated CA translation THX Joan Bar
This commit is contained in:
parent
6944b54ff7
commit
7a587d9628
2 changed files with 33 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Infinite Improbability Drive"] = "Infinite Improbability Drive";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_ca")) {
|
||||
function string_plural_select_ca($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Infinite Improbability Drive"] = "Unitat de millora de la infinitat";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue