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

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

Add toolbar trigger for edit template

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