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

Last change on this file since 4362 was 4362, checked in by riopwg, 14 years ago

Update language 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// Message block
18$lang['ce_'.CE_TYPE_INFO] = 'Informazione';
19$lang['ce_'.CE_TYPE_ERROR] = 'Errore';
20$lang['ce_edit_forbidden'] = 'Non siete autorizati a modificare questo commento';
21$lang['ce_access_invalid'] = 'Accesso invalido';
22$lang['ce_close_message_title'] = 'Chiudere il blocco messaggi';
23$lang['ce_close_message_alt'] = 'Chiudere';
24
25// ==================================================================
26// Config
27$lang['ce_inconsistent_version'] = '%s : versioni incoerenti';
28$lang['ce_no_unlink'] = 'La funzione \'unlink\' non è disponibile';
29$lang['ce_unlink_errors'] = 'Errori durante la sopressione dei file';
30$lang['ce_config_saved'] = 'Configurazione registrata con successo';
31$lang['ce_config_saved_with_errors'] = 'Configurazione registrata con errori';
32$lang['ce_button_submit'] = 'Confermare';
33
34// ==================================================================
35// Config tab
36$lang['ce_tab_config'] = 'Configurazione';
37$lang['ce_config_desc'] = 'Configurazione principale del plugin';
38$lang['ce_label_config'] = 'Configurazione generale';
39$lang['ce_label_display_info'] = 'Visualizzare i messaggi informativi';
40$lang['ce_label_display_error'] = 'Visualizzare i messaggi d\'errore';
41?>
Note: See TracBrowser for help on using the repository browser.