aaded IT translation catavatar

This commit is contained in:
Tobias Diekershoff 2018-04-09 11:26:42 +02:00
parent 900940aefb
commit 04a5fc700f
2 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,43 @@
# ADDON catavatar
# Copyright (C)
# This file is distributed under the same license as the Friendica catavatar addon package.
#
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-06 18:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>, 2018\n"
"Language-Team: Italian (https://www.transifex.com/Friendica/teams/12172/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: catavatar.php:57
msgid "Use Cat as Avatar"
msgstr "Usa il Gatto come avatar"
#: catavatar.php:58
msgid "More Random Cat!"
msgstr "Altro Gatto a caso!"
#: catavatar.php:59
msgid "Reset to email Cat"
msgstr "Reimposta Gatto"
#: catavatar.php:61
msgid "Cat Avatar Settings"
msgstr "Impostazioni Avatar Gatto"
#: catavatar.php:103 catavatar.php:112 catavatar.php:121
msgid "There was an error, the cat ran away."
msgstr "Si è verificato un errore, il gatto è scappato."
#: catavatar.php:134
msgid "Meow!"
msgstr "Miao!"

View 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!";