IT: imported translations

This commit is contained in:
Tobias Diekershoff 2014-09-14 22:01:44 +02:00
parent e60a9e61fd
commit 1038ae0174
128 changed files with 5405 additions and 669 deletions

View file

@ -0,0 +1,41 @@
# ADDON fromapp
# Copyright (C)
# This file is distributed under the same license as the Friendica fromapp addon package.
#
#
# Translators:
# fabrixxm <fabrix.xm@gmail.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
"PO-Revision-Date: 2014-09-10 12:08+0000\n"
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/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"
#: fromapp.php:38
msgid "Fromapp settings updated."
msgstr "Impostazioni \"FromApp\" aggiornato."
#: fromapp.php:64 fromapp.php:68
msgid "FromApp Settings"
msgstr "Imnpostazioni \"FromApp\""
#: fromapp.php:71
msgid ""
"The application name you would like to show your posts originating from."
msgstr "Il nome dell'applicazione che vuoi mostrare come sorgente dei tuoi messaggi."
#: fromapp.php:75
msgid "Use this application name even if another application was used."
msgstr "Usa questo nome anche se un'altra applicazione è stata effettivamente usata."
#: fromapp.php:82
msgid "Save Settings"
msgstr "Salva Impostazioni"

View file

@ -1,7 +1,12 @@
<?php
$a->strings["Fromapp settings updated."] = "";
$a->strings["FromApp Settings"] = "";
$a->strings["The application name you would like to show your posts originating from."] = "";
$a->strings["Use this application name even if another application was used."] = "";
$a->strings["Submit"] = "Invia";
<?php
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
return ($n != 1);;
}}
;
$a->strings["Fromapp settings updated."] = "Impostazioni \"FromApp\" aggiornato.";
$a->strings["FromApp Settings"] = "Imnpostazioni \"FromApp\"";
$a->strings["The application name you would like to show your posts originating from."] = "Il nome dell'applicazione che vuoi mostrare come sorgente dei tuoi messaggi.";
$a->strings["Use this application name even if another application was used."] = "Usa questo nome anche se un'altra applicazione è stata effettivamente usata.";
$a->strings["Save Settings"] = "Salva Impostazioni";