forked from friendica/friendica-addons
14 lines
376 B
PHP
14 lines
376 B
PHP
<?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!";
|