catavatar addon added CA translation THX Joan Bar

This commit is contained in:
Tobias Diekershoff 2019-11-06 08:28:14 +01:00
parent 35b3a31ad6
commit 1526e8768d
2 changed files with 70 additions and 0 deletions

View file

@ -0,0 +1,16 @@
<?php
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["Use Cat as Avatar"] = "Utilitzeu Gat com a Avatar";
$a->strings["More Random Cat!"] = "Més Random Cat!";
$a->strings["Reset to email Cat"] = "Restableix el correu electrònic Cat";
$a->strings["Cat Avatar Settings"] = "Configuració Avatar de cat";
$a->strings["The cat hadn't found itself."] = "El gat no s'havia trobat.";
$a->strings["There was an error, the cat ran away."] = "Hi va haver un error, el gat va fugir.";
$a->strings["Profile Photos"] = "Fotos de perfil";
$a->strings["Meow!"] = "Meu!";