mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 11:28:49 +00:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,12 +5,11 @@ function string_plural_select_en_gb($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Use Cat as Avatar"] = "Use Cat as Avatar";
|
||||
$a->strings["More Random Cat!"] = "Another Random Cat!";
|
||||
$a->strings["Reset to email Cat"] = "Reset to email Cat";
|
||||
$a->strings["Cat Avatar Settings"] = "Cat Avatar Settings";
|
||||
$a->strings["The cat hadn't found itself."] = "There was a database error, the cat has got lost.";
|
||||
$a->strings["There was an error, the cat ran away."] = "There was an error, the cat ran away.";
|
||||
$a->strings["Profile Photos"] = "Profile Photos";
|
||||
$a->strings["Meow!"] = "Meow!";
|
||||
$a->strings['Use Cat as Avatar'] = 'Use Cat as Avatar';
|
||||
$a->strings['More Random Cat!'] = 'Another Random Cat!';
|
||||
$a->strings['Reset to email Cat'] = 'Reset to email Cat';
|
||||
$a->strings['Cat Avatar Settings'] = 'Cat Avatar Settings';
|
||||
$a->strings['The cat hadn\'t found itself.'] = 'There was a database error, the cat has got lost.';
|
||||
$a->strings['There was an error, the cat ran away.'] = 'There was an error, the cat ran away.';
|
||||
$a->strings['Profile Photos'] = 'Profile Photos';
|
||||
$a->strings['Meow!'] = 'Meow!';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue