Update IT strings for securemail and viewsrc
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user