Update IT strings for securemail and viewsrc

This commit is contained in:
fabrixxm 2018-03-20 08:36:20 +01:00
parent bfd8e37fb8
commit d1d526001c
4 changed files with 102 additions and 3 deletions

View File

@ -0,0 +1,55 @@
# ADDON securemail
# Copyright (C)
# This file is distributed under the same license as the Friendica securemail addon package.
#
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-11 21:14+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"
#: securemail.php:53
msgid "\"Secure Mail\" Settings"
msgstr "Impostazioni Secure Mail"
#: securemail.php:54
msgid "Save Settings"
msgstr "Salva Impostazioni"
#: securemail.php:55 securemail.php:76
msgid "Save and send test"
msgstr "Salva e invia mail di prova"
#: securemail.php:56
msgid "Enable Secure Mail"
msgstr "Abilita Secure Mail"
#: securemail.php:57
msgid "Public key"
msgstr "Chiave pubblica"
#: securemail.php:57
msgid "Your public PGP key, ascii armored format"
msgstr "La tua chiave pubblica PGP, in formato ascii armored"
#: securemail.php:74
msgid "Secure Mail Settings saved."
msgstr "Impostazioni Secure Mail salvate."
#: securemail.php:111
msgid "Test email sent"
msgstr "Email di prova invata"
#: securemail.php:113
msgid "There was an error sending the test email"
msgstr "Si è verificato un errore durante l'invio dell'email di prova"

View File

@ -0,0 +1,16 @@
<?php
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
return ($n != 1);;
}}
;
$a->strings["\"Secure Mail\" Settings"] = "Impostazioni Secure Mail";
$a->strings["Save Settings"] = "Salva Impostazioni";
$a->strings["Save and send test"] = "Salva e invia mail di prova";
$a->strings["Enable Secure Mail"] = "Abilita Secure Mail";
$a->strings["Public key"] = "Chiave pubblica";
$a->strings["Your public PGP key, ascii armored format"] = "La tua chiave pubblica PGP, in formato ascii armored";
$a->strings["Secure Mail Settings saved."] = "Impostazioni Secure Mail salvate.";
$a->strings["Test email sent"] = "Email di prova invata";
$a->strings["There was an error sending the test email"] = "Si è verificato un errore durante l'invio dell'email di prova";

View File

@ -0,0 +1,23 @@
# ADDON viewsrc
# Copyright (C)
# This file is distributed under the same license as the Friendica viewsrc addon package.
#
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\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"
#: viewsrc.php:39
msgid "View Source"
msgstr "Vedi Sorgente"

View File

@ -1,3 +1,8 @@
<?php
$a->strings["View Source"] = "Vedi sorgente";
<?php
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
return ($n != 1);;
}}
;
$a->strings["View Source"] = "Vedi Sorgente";