Ignore:
Timestamp:
Jun 30, 2009, 9:05:35 PM (15 years ago)
Author:
Criss
Message:

Add toolbar trigger for edit template

File:
1 edited

Legend:

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

    r3473 r3475  
    11<?php
    2 /* $Id: plugin.lang.php,v 1.1 2009/06/29 11:51:59 Criss Exp $ */
     2/* $Id: plugin.lang.php,v 1.2 2009/06/30 19:01:51 Criss Exp $ */
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    44global $lang;
     
    66// ==================================================================
    77// Edit block
    8 $lang['comment_edit'] = 'Edizione dei commenti';
    9 $lang['comment_author'] = 'Autore';
    10 $lang['comment_author_free'] = 'Scelta libera del\'autore';
    11 $lang['comment_content'] = 'Commento';
    12 //$lang['comment_edit_tool'] = ''; // TODO
     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
    1315
    1416
    1517// ==================================================================
    1618// Message block
    17 $lang[CE_TYPE_INFO] = 'Informazione';
    18 $lang[CE_TYPE_ERROR] = 'Errore';
    19 $lang['comment_edit_forbidden'] = 'Non siete autorizati ad editare questo commento';
    20 $lang['comment_access_invalid'] = 'Accesso invalido';
     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
    2125
    2226// ==================================================================
Note: See TracChangeset for help on using the changeset viewer.