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,74 @@
# ADDON communityhome
# Copyright (C)
# This file is distributed under the same license as the Friendica communityhome 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 10:30+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"
#: communityhome.php:29 communityhome.php:35
msgid "Login"
msgstr "Accedi"
#: communityhome.php:30
msgid "OpenID"
msgstr "OpenID"
#: communityhome.php:46
msgid "Latest users"
msgstr "Ultimi utenti"
#: communityhome.php:91
msgid "Most active users"
msgstr "Utenti più attivi"
#: communityhome.php:109
msgid "Latest photos"
msgstr "Ultime foto"
#: communityhome.php:122
msgid "Contact Photos"
msgstr "Foto dei contatti"
#: communityhome.php:123
msgid "Profile Photos"
msgstr "Foto del profilo"
#: communityhome.php:148
msgid "Latest likes"
msgstr "Ultimi \"mi piace\""
#: communityhome.php:170
msgid "event"
msgstr "l'evento"
#: communityhome.php:173 communityhome.php:182
msgid "status"
msgstr "lo stato"
#: communityhome.php:178
msgid "photo"
msgstr "la foto"
#: communityhome.php:187
#, php-format
msgid "%1$s likes %2$s's %3$s"
msgstr "a %1$s piace %2$s di %3$s"
#: communityhome.php:196
#, php-format
msgid "Welcome to %s"
msgstr "Benvenuto su %s"

View file

@ -1,14 +1,20 @@
<?php
$a->strings["Login"] = "Accedi";
$a->strings["OpenID"] = "OpenID";
$a->strings["Latest users"] = "Ultimi utenti";
$a->strings["Most active users"] = "Utenti più attivi";
$a->strings["Latest photos"] = "Ultime foto";
$a->strings["Contact Photos"] = "Foto dei contatti";
$a->strings["Profile Photos"] = "Foto del profilo";
$a->strings["Latest likes"] = "Ultimi \"mi piace\"";
$a->strings["event"] = "l'evento";
$a->strings["status"] = "stato";
$a->strings["photo"] = "foto";
$a->strings["Welcome to %s"] = "Benvenuto su %s";
<?php
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
return ($n != 1);;
}}
;
$a->strings["Login"] = "Accedi";
$a->strings["OpenID"] = "OpenID";
$a->strings["Latest users"] = "Ultimi utenti";
$a->strings["Most active users"] = "Utenti più attivi";
$a->strings["Latest photos"] = "Ultime foto";
$a->strings["Contact Photos"] = "Foto dei contatti";
$a->strings["Profile Photos"] = "Foto del profilo";
$a->strings["Latest likes"] = "Ultimi \"mi piace\"";
$a->strings["event"] = "l'evento";
$a->strings["status"] = "lo stato";
$a->strings["photo"] = "la foto";
$a->strings["%1\$s likes %2\$s's %3\$s"] = "a %1\$s piace %2\$s di %3\$s";
$a->strings["Welcome to %s"] = "Benvenuto su %s";