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,40 @@
# ADDON fromgplus
# Copyright (C)
# This file is distributed under the same license as the Friendica fromgplus 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:10+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"
#: fromgplus.php:42 fromgplus.php:46
msgid "Google+ Mirror"
msgstr "Mirror Goggle+"
#: fromgplus.php:51
msgid "Enable Google+ Import"
msgstr "Abilita Importa da Google+"
#: fromgplus.php:54
msgid "Google Account ID"
msgstr "ID Google Account"
#: fromgplus.php:59
msgid "Save Settings"
msgstr "Salva Impostazioni"
#: fromgplus.php:78
msgid "Google+ Import Settings saved."
msgstr "Impostazioni Importa Google+ salvate"

View file

@ -1,7 +1,12 @@
<?php
$a->strings["Google+ Import Settings"] = "";
$a->strings["Enable Google+ Import"] = "";
$a->strings["Google Account ID"] = "ID Google Account";
$a->strings["Submit"] = "Invia";
$a->strings["Google+ Import Settings saved."] = "Impostazioni Importa Google+ salvate";
<?php
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
return ($n != 1);;
}}
;
$a->strings["Google+ Mirror"] = "Mirror Goggle+";
$a->strings["Enable Google+ Import"] = "Abilita Importa da Google+";
$a->strings["Google Account ID"] = "ID Google Account";
$a->strings["Save Settings"] = "Salva Impostazioni";
$a->strings["Google+ Import Settings saved."] = "Impostazioni Importa Google+ salvate";