]> git.mxchange.org Git - friendica-addons.git/blob - catavatar/lang/en-gb/strings.php
42e6847059c66a9ac00f5772500639711bd53bf2
[friendica-addons.git] / catavatar / lang / en-gb / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_en_gb")) {
4 function string_plural_select_en_gb($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 ;
9 $a->strings["Use Cat as Avatar"] = "Use Cat as Avatar";
10 $a->strings["More Random Cat!"] = "Another Random Cat!";
11 $a->strings["Reset to email Cat"] = "Reset to email Cat";
12 $a->strings["Cat Avatar Settings"] = "Cat Avatar Settings";
13 $a->strings["The cat hadn't found itself."] = "There was a database error, the cat has got lost.";
14 $a->strings["There was an error, the cat ran away."] = "There was an error, the cat ran away.";
15 $a->strings["Profile Photos"] = "Profile Photos";
16 $a->strings["Meow!"] = "Meow!";