mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 02:48:48 +00:00
updated catavatar EN_GB translation THX Kris
This commit is contained in:
parent
71a3b9b4a7
commit
94df04d9fb
2 changed files with 30 additions and 20 deletions
|
@ -5,9 +5,11 @@ function string_plural_select_en_gb($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["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