mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
update to the FI translations
This commit is contained in:
parent
04a5fc700f
commit
eb5eb5986d
92 changed files with 620 additions and 522 deletions
13
catavatar/lang/fi-fi/strings.php
Normal file
13
catavatar/lang/fi-fi/strings.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fi_fi")) {
|
||||
function string_plural_select_fi_fi($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Use Cat as Avatar"] = "";
|
||||
$a->strings["More Random Cat!"] = "";
|
||||
$a->strings["Reset to email Cat"] = "";
|
||||
$a->strings["Cat Avatar Settings"] = "";
|
||||
$a->strings["There was an error, the cat ran away."] = "";
|
||||
$a->strings["Meow!"] = "Miau!";
|
Loading…
Add table
Add a link
Reference in a new issue