diff options
author | mrjive <mrjive@mrjive.it> | 2015-04-15 12:59:22 +0200 |
---|---|---|
committer | mrjive <mrjive@mrjive.it> | 2015-04-15 12:59:22 +0200 |
commit | 324fd61d7f076b621bef356a1cf1af808ad03db4 (patch) | |
tree | 8cbbbb46a6d8e91927b99c77579a4a5ede58f036 /view/it | |
parent | 834044b15bf4cd3f436f065449cbc0ed76b4de93 (diff) | |
download | volse-hubzilla-324fd61d7f076b621bef356a1cf1af808ad03db4.tar.gz volse-hubzilla-324fd61d7f076b621bef356a1cf1af808ad03db4.tar.bz2 volse-hubzilla-324fd61d7f076b621bef356a1cf1af808ad03db4.zip |
Added string for item ID in view source
Diffstat (limited to 'view/it')
-rw-r--r-- | view/it/strings.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/it/strings.php b/view/it/strings.php index dce82adab..daa7ccf2d 100644 --- a/view/it/strings.php +++ b/view/it/strings.php @@ -2127,3 +2127,4 @@ $a->strings["Website SSL certificate is not valid. Please correct."] = "Il certi $a->strings["[red] Website SSL error for %s"] = "[red] Errore SSL %s "; $a->strings["Cron/Scheduled tasks not running."] = "Processi/cron non avviati."; $a->strings["[red] Cron tasks not running on %s"] = "[red] Processi non avviati su %s"; +$a->strings["Source of Item"] = "Sorgente dell'Elemento"; |