<?php
/**
 * Italian language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Niccolo Rigacci <niccolo@rigacci.org>
 */

// custom language strings for the plugin
$lang['discussion'] = 'discussione'; // anchor for discussion section
$lang['comment']    = 'Commento';
$lang['comments']   = 'Commenti';
$lang['readmore']   = '→ Leggi tutto...';

//Setup VIM: ex: et ts=2 enc=utf-8 :
