source: extensions/CommentEditor/language/it_IT/plugin.lang.php @ 3471

Last change on this file since 3471 was 3471, checked in by riopwg, 15 years ago

Langue IT

  • Property svn:eol-style set to LF
File size: 543 bytes
Line 
1<?php
2/* $Id: plugin.lang.php,v 1.4 2009/06/22 22:18:12 Criss Exp $ */
3if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
4global $lang;
5
6
7$lang['comment_edit'] = 'Edizione dei commenti';
8$lang['comment_author'] = 'Autore';
9$lang['comment_author_free'] = 'Scelta libera del\'autore';
10$lang['comment_content'] = 'Commento';
11
12$lang[CE_TYPE_INFO] = 'Informazione';
13$lang[CE_TYPE_ERROR] = 'Errore';
14$lang['comment_edit_forbidden'] = 'Non siete autorizati ad editare questo commento';
15$lang['comment_access_invalid'] = 'Accesso invalido';
16?>
Note: See TracBrowser for help on using the repository browser.