1<?php
2/**
3 * italian language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Christopher Smith <chris@jalakai.co.uk>
7 *
8 * translations provided by anonymous ... thanks!
9 */
10
11// custom language strings for the plugin
12$lang['reveal']     = 'rivela';
13$lang['reveallong'] = 'rivela contenuto nascosto';
14
15$lang['hide']       = 'nascondi';
16$lang['hidelong']   = 'nascondi contenuto';
17
18//Setup VIM: ex: et ts=2 enc=utf-8 :