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

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

Update lang IT

  • Property svn:eol-style set to LF
File size: 1.8 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'] = 'Editare';
13$lang['ce_close_editor_title'] = 'Chiudere il blocco d\'edizione';
14$lang['ce_close_editor_alt'] = 'Chiudere';
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 a modificare questo commento';
22$lang['ce_access_invalid'] = 'Accesso invalido';
23$lang['ce_close_message_title'] = 'Chiudere il blocco messaggi';
24$lang['ce_close_message_alt'] = 'Chiudere';
25
26// ==================================================================
27// Config
28$lang['ce_inconsistent_version'] = '%s : versioni incoerenti';
29$lang['ce_no_unlink'] = 'La funzione \'unlink\' non è disponibile';
30$lang['ce_unlink_errors'] = 'Errori durante la sopressione dei file';
31$lang['ce_config_saved'] = 'Configurazione registrata con successo';
32$lang['ce_config_saved_with_errors'] = 'Configurazione registrata con errori';
33$lang['ce_button_submit'] = 'Confermare';
34
35// ==================================================================
36// Config tab
37$lang['ce_tab_config'] = 'Configurazione';
38$lang['ce_config_desc'] = 'Configurazione principale del plugin';
39$lang['ce_label_config'] = 'Configurazione generale';
40$lang['ce_label_display_info'] = 'Visualizzare i messaggi informativi';
41$lang['ce_label_display_error'] = 'Visualizzare i messaggi d\'errore';
42?>
Note: See TracBrowser for help on using the repository browser.