mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
IS translation catavatar addon THX Sveinn í Felli
This commit is contained in:
parent
097329fcda
commit
6e8f7d78b8
2 changed files with 67 additions and 0 deletions
16
catavatar/lang/is/strings.php
Normal file
16
catavatar/lang/is/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_is")) {
|
||||
function string_plural_select_is($n){
|
||||
$n = intval($n);
|
||||
return ($n % 10 != 1 || $n % 100 == 11);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Use Cat as Avatar"] = "";
|
||||
$a->strings["More Random Cat!"] = "";
|
||||
$a->strings["Reset to email Cat"] = "";
|
||||
$a->strings["Cat Avatar Settings"] = "";
|
||||
$a->strings["The cat hadn't found itself."] = "";
|
||||
$a->strings["There was an error, the cat ran away."] = "";
|
||||
$a->strings["Profile Photos"] = "Forsíðumyndir";
|
||||
$a->strings["Meow!"] = "Mjá!";
|
Loading…
Add table
Add a link
Reference in a new issue