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

@ -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";