]> git.mxchange.org Git - friendica-addons.git/blob - catavatar/lang/en-gb/strings.php
regenerated all the strings
[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 $a->strings['Use Cat as Avatar'] = 'Use Cat as Avatar';
9 $a->strings['More Random Cat!'] = 'Another Random Cat!';
10 $a->strings['Reset to email Cat'] = 'Reset to email Cat';
11 $a->strings['Cat Avatar Settings'] = 'Cat Avatar Settings';
12 $a->strings['The cat hadn\'t found itself.'] = 'There was a database error, the cat has got lost.';
13 $a->strings['There was an error, the cat ran away.'] = 'There was an error, the cat ran away.';
14 $a->strings['Profile Photos'] = 'Profile Photos';
15 $a->strings['Meow!'] = 'Meow!';