Ignore:
Timestamp:
Jun 29, 2009, 1:55:17 PM (15 years ago)
Author:
Criss
Message:

Add obsolete files management

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/CommentEditor/language/it_IT/plugin.lang.php

    r3471 r3473  
    11<?php
    2 /* $Id: plugin.lang.php,v 1.4 2009/06/22 22:18:12 Criss Exp $ */
     2/* $Id: plugin.lang.php,v 1.1 2009/06/29 11:51:59 Criss Exp $ */
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    44global $lang;
    55
    6 
     6// ==================================================================
     7// Edit block
    78$lang['comment_edit'] = 'Edizione dei commenti';
    89$lang['comment_author'] = 'Autore';
    910$lang['comment_author_free'] = 'Scelta libera del\'autore';
    1011$lang['comment_content'] = 'Commento';
     12//$lang['comment_edit_tool'] = ''; // TODO
    1113
     14
     15// ==================================================================
     16// Message block
    1217$lang[CE_TYPE_INFO] = 'Informazione';
    1318$lang[CE_TYPE_ERROR] = 'Errore';
    1419$lang['comment_edit_forbidden'] = 'Non siete autorizati ad editare questo commento';
    1520$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
    1638?>
Note: See TracChangeset for help on using the changeset viewer.