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,48 @@
# ADDON dwpost
# Copyright (C)
# This file is distributed under the same license as the Friendica dwpost 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 11:57+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"
#: dwpost.php:39
msgid "Post to Dreamwidth"
msgstr "Posta su Dreamwidth"
#: dwpost.php:70 dwpost.php:74
msgid "Dreamwidth Export"
msgstr "Esporta Dreamwidth"
#: dwpost.php:78
msgid "Enable dreamwidth Post Plugin"
msgstr "Abilita il plugin di invio a Dreamwidth"
#: dwpost.php:83
msgid "dreamwidth username"
msgstr "Nome utente Dreamwidth"
#: dwpost.php:88
msgid "dreamwidth password"
msgstr "password Dreamwidth"
#: dwpost.php:93
msgid "Post to dreamwidth by default"
msgstr "Invia sempre a Dreamwidth"
#: dwpost.php:99
msgid "Save Settings"
msgstr "Salva Impostazioni"

View file

@ -1,9 +1,14 @@
<?php
$a->strings["Post to Dreamwidth"] = "Posta su Dreamwidth";
$a->strings["Dreamwidth Post Settings"] = "Impostazioni post Dreamwidth";
$a->strings["Enable dreamwidth Post Plugin"] = "Abilita il plugin dreamwidth";
$a->strings["dreamwidth username"] = "dreamwidth username";
$a->strings["dreamwidth password"] = "Password dreamwidth";
$a->strings["Post to dreamwidth by default"] = "Invia a dreamwidth per impostazione predefinita";
$a->strings["Submit"] = "Invia";
<?php
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
return ($n != 1);;
}}
;
$a->strings["Post to Dreamwidth"] = "Posta su Dreamwidth";
$a->strings["Dreamwidth Export"] = "Esporta Dreamwidth";
$a->strings["Enable dreamwidth Post Plugin"] = "Abilita il plugin di invio a Dreamwidth";
$a->strings["dreamwidth username"] = "Nome utente Dreamwidth";
$a->strings["dreamwidth password"] = "password Dreamwidth";
$a->strings["Post to dreamwidth by default"] = "Invia sempre a Dreamwidth";
$a->strings["Save Settings"] = "Salva Impostazioni";