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
RevLine 
[3471]1<?php
[3475]2/* $Id: plugin.lang.php,v 1.2 2009/06/30 19:01:51 Criss Exp $ */
[3471]3if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
4global $lang;
5
[3473]6// ==================================================================
7// Edit block
[3475]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';
[3483]12$lang['ce_edit_tool'] = 'Editare';
13$lang['ce_close_editor_title'] = 'Chiudere il blocco d\'edizione';
14$lang['ce_close_editor_alt'] = 'Chiudere';
[3471]15
[3473]16// ==================================================================
17// Message block
[3475]18$lang['ce_'.CE_TYPE_INFO] = 'Informazione';
19$lang['ce_'.CE_TYPE_ERROR] = 'Errore';
[3492]20$lang['ce_edit_forbidden'] = 'Non siete autorizati a modificare questo commento';
[3475]21$lang['ce_access_invalid'] = 'Accesso invalido';
[3483]22$lang['ce_close_message_title'] = 'Chiudere il blocco messaggi';
23$lang['ce_close_message_alt'] = 'Chiudere';
[3473]24
25// ==================================================================
26// Config
[3483]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';
[3568]30$lang['ce_config_saved'] = 'Configurazione registrata con successo';
31$lang['ce_config_saved_with_errors'] = 'Configurazione registrata con errori';
[3483]32$lang['ce_button_submit'] = 'Confermare';
[3473]33
34// ==================================================================
35// Config tab
[3483]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';
[3471]41?>
Note: See TracBrowser for help on using the repository browser.