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

Last change on this file since 3473 was 3473, checked in by Criss, 15 years ago

Add obsolete files management

  • Property svn:eol-style set to LF
File size: 1.4 KB
Line 
1<?php
2/* $Id: plugin.lang.php,v 1.1 2009/06/29 11:51:59 Criss Exp $ */
3if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
4global $lang;
5
6// ==================================================================
7// Edit block
8$lang['comment_edit'] = 'Edizione dei commenti';
9$lang['comment_author'] = 'Autore';
10$lang['comment_author_free'] = 'Scelta libera del\'autore';
11$lang['comment_content'] = 'Commento';
12//$lang['comment_edit_tool'] = ''; // TODO
13
14
15// ==================================================================
16// Message block
17$lang[CE_TYPE_INFO] = 'Informazione';
18$lang[CE_TYPE_ERROR] = 'Errore';
19$lang['comment_edit_forbidden'] = 'Non siete autorizati ad editare questo commento';
20$lang['comment_access_invalid'] = 'Accesso invalido';
21
22// ==================================================================
23// Config
24//$lang['ce_inconsistent_version'] = '%s : '; // TODO
25//$lang['ce_no_unlink'] = ''; // TODO
26//$lang['ce_unlink_errors'] = ''; // TODO
27//$lang['ce_config_saved'] = ''; // TODO
28//$lang['ce_config_saved_with_errors'] = ''; // TODO
29//$lang['ce_button_submit'] = ''; // TODO
30
31// ==================================================================
32// Config tab
33//$lang['ce_tab_config'] = ''; // TODO
34//$lang['ce_config_desc'] = ''; // TODO
35//$lang['ce_label_config'] = ''; // TODO
36//$lang['ce_label_display_info'] = ''; // TODO
37//$lang['ce_label_display_error'] = ''; // TODO
38?>
Note: See TracBrowser for help on using the repository browser.