mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
aaded IT translation catavatar
This commit is contained in:
parent
900940aefb
commit
04a5fc700f
2 changed files with 56 additions and 0 deletions
13
catavatar/lang/it/strings.php
Normal file
13
catavatar/lang/it/strings.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Use Cat as Avatar"] = "Usa il Gatto come avatar";
|
||||
$a->strings["More Random Cat!"] = "Altro Gatto a caso!";
|
||||
$a->strings["Reset to email Cat"] = "Reimposta Gatto";
|
||||
$a->strings["Cat Avatar Settings"] = "Impostazioni Avatar Gatto";
|
||||
$a->strings["There was an error, the cat ran away."] = "Si è verificato un errore, il gatto è scappato.";
|
||||
$a->strings["Meow!"] = "Miao!";
|
Loading…
Add table
Add a link
Reference in a new issue