blob: f33da804521b09838612b5834678c4b6eafd8445 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php
/**
* Italian language file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
$lang['discussion'] = 'Discussione';
$lang['back_to_article'] = 'Torna all\'articolo';
$lang['userpage'] = 'Pagina utente';
//Setup VIM: ex: et ts=2 :
|