Menu

#122 Changes and new definitions of languages

XOOPS_2.2
closed
nobody
None
5
2012-09-25
2005-08-01
No

Changes in core Xoops and translations 2.2.2

===================================
Subject...: Change constant of translation
Arquivo...: install\index.php
Linha.....: 508
Antes.....: $html = '

installing '
'.$module->getInfo('name').'

';
Depois....: $html = '


'._INSTALL_L1617.' '.$module->getInfo('name').'

';
Incluido..: _INSTALL_L1617

Subject...: Add constant of translation and include define.
Arquivo...: install\english\intall.php
Linha.....: 167 inclusгo de linha.
Antes.....:
Depois....: define("_INSTALL_L1617","Installing");
Incluido..: Permitirб atualizar corretamente o
formulбrio no momento da instalaзгo.
===================================
Subject...: Change constant of translation
File......: kernel\module.php
Linha.....: 525
After.....: $this->setMessage('Module data inserted
successfully. Module ID: '.$this->getVar('mid').'');
Before....: $this->setMessage(_MD_AM_OKINS_SUCESS
.$this->getVar('mid').'');
Change....: names by _MD_AM_OKINS_SUCESS

Subject...: Add constant of translation and include define.
Arquivo...:
modules\system\language\english\admin\modulesadmin.php
Linha.....: add line 66
After.....:
Before....: define("_MD_AM_OKINS_SUCESS" , "Module data
inserted successfully. Module ID: ");
Adding....: Permitirб atualizar corretamente o
formulбrio no momento da instalaзгo.
====================================
Subject...: Change constant of translation
File......: kernel\module.php
Linha.....: 642
After.....: $this->setMessage('Updating templates...');
Before....: $this->setMessage(_MD_AM_OKINS_UPDTTPL);
Change....: Chance names by _MD_AM_OKINS_UPDTTPL

Subject...: Add constant of translation and include define.
Arquivo...:
modules\system\language\english\admin\modulesadmin.php
Linha.....: add line 67
After.....:
Before....: define("_MD_AM_OKINS_UPDTTPL" , "Updating
templates... ");
Adding....: For support view form translations in
instalation
====================================
Subject...: Change constant of translation
File......: kernel\module.php
Linha.....: 666
After.....: $this->setMessage('  Template
'.$tpl['file'].' inserted to the database.');
Before....:
$this->setMessage(_MD_AM_OKINS_TPL.$tpl['file'].'

inserted to the database.');
Change....: Chance names by _MD_AM_OKINS_TPL

Subject...: Add constant of translation and include define.
Arquivo...:
modules\system\language\english\admin\modulesadmin.php
Linha.....: add line 68
After.....:
Before....: define("_MD_AM_OKINS_TPL" ,
"  Template <B> ");
Adding....: For support view form translations in
instalation
====================================
Subject...: Change constant of translation
File......: kernel\module.php
Linha.....: 666
After.....:
$this->setMessage(_MD_AM_OKINS_TPL.$tpl['file'].'
inserted to the database.');
Before....:
$this->setMessage(_MD_AM_OKINS_TPL.$tpl['file']._MD_AM_OKINS_INSERTED_DB);
Change....: Chance names by _MD_AM_OKINS_INSERTED_DB

Subject...: Add constant of translation and include define.
Arquivo...:
modules\system\language\english\admin\modulesadmin.php
Linha.....: add line 69
After.....:
Before....: define("_MD_AM_OKINS_INSERTED_DB" , "
inserted to the database. ");
Adding....: For support view form translations in
instalation
====================================
Subject...: Change constant of translation
Subject...: Add constant of translation and include define.
Arquivo...: install\index.php
Linha.....: 512
After.....: $html .='
Version:
'.$module->getInfo('version');
Before....: $html .='
'._MD_AM_VERSION.':
'.$module->getInfo('version');
Adding....: For support view form translations in
instalation
===================================
Subject...: Change constant of translation
Subject...: Add constant of translation and include define.
Arquivo...: modules\system\admin\modulesadmin\main.php
Linha.....: 204
After.....: $html .='Version:
'.$module->getInfo('version');
Before....: $html .=''._MD_AM_VERSION.':
'.$module->getInfo('version');
Adding....: For support view form translations in
instalation
===================================
Subject...: Change constant of translation
File......: kernel\module.php
Linha.....: 735
After.....: $this->setMessage('Building blocks...');
Before....: $this->setMessage(_MD_AM_OKINS_BUILD_BLOCKS);
Change....: Chance names by _MD_AM_OKINS_BUILD_BLOCKS

Subject...: Add constant of translation and include define.
Arquivo...:
modules\system\language\english\admin\modulesadmin.php
Linha.....: add line 70
After.....:
Before....: define("_MD_AM_OKINS_BUILD_BLOCKS" ,
"Building blocks... ");
Adding....: For support view form translations in
instalation
=====================================
Subject...: Change constant of translation
File......: kernel\module.php
Linha.....: 771
After.....: $this->setMessage("Creating new block");
Before....: $this->setMessage(_MD_AM_OKINS_CREATNEWBLOCK);
Change....: Chance names by _MD_AM_OKINS_CREATNEWBLOCK

Subject...: Add constant of translation and include define.
Arquivo...:
modules\system\language\english\admin\modulesadmin.php
Linha.....: add line 71
After.....:
Before....: define("_MD_AM_OKINS_CREATNEWBLOCK" ,
"Creating new block");
Adding....: For support view form translations in
instalation
=========================================
Subject...: Change constant of translation
File......: kernel\module.php
Linha.....: 789
After.....: $this->setMessage('  Block
'.$blocks[$i]['name'].' inserted. Block ID:
'.$block->getVar('bid').'');
Before....:
$this->setMessage(_MD_AM_OKINS_BLOCK.$blocks[$i]['name'].'
inserted. Block ID: '.$block->getVar('bid').'');
Change....: Chance names by _MD_AM_OKINS_BLOCK

Subject...: Add constant of translation and include define.
Arquivo...:
modules\system\language\english\admin\modulesadmin.php
Linha.....: add line 72
After.....:
Before....: define("_MD_AM_OKINS_BLOCK" ,
"  Bloco ");
Adding....: For support view form translations in
instalation
==============================================
Subject...: Change constant of translation
File......: kernel\module.php
Linha.....: 812
After.....: $this->setMessage('  Template
'.$blocks[$i]['template'].' inserted.');
Before....:
$this->setMessage(_MD_AM_OKINS_TPL.$blocks[$i]['template']._MD_AM_OKINS_INSERTED_DB);
Change....: Chance names by (_MD_AM_OKINS_TPL and
_MD_AM_OKINS_INSERTED_DB)
==============================================
Subject...: Change constant of translation
File......: kernel\module.php
Linha.....: 815
After.....: $this->setMessage('  ERROR: Could not compile
template '.$blocks[$i]['template'].'.
');
Before....:
$this->setMessage(_MD_AM_ERR_INS_BUILDTPL.$blocks[$i]['template'].'
.');
Change....: Chance names by _MD_AM_ERR_INS_BUILDTPL

Subject...: Add constant of translation and include define.
Arquivo...:
modules\system\language\english\admin\modulesadmin.php
Linha.....: add line 74
After.....:
Before....: define("_MD_AM_ERR_INS_BUILDTPL" ,
"  ERRO: Nгo
conseguiu compilar o Template ");
Adding....: For support view form translations in
instalation
================================================
Subject...: Change constant of translation
File......: kernel\module.php
Linha.....: 910
After.....: $this->setMessage('Adding module config
category data...');
Before....: $this->setMessage(_MD_AM_OKINS_ADDMDCNFCATEG);
Change....: Chance names by _MD_AM_OKINS_ADDMDCNFCATEG

Subject...: Add constant of translation and include define.
Arquivo...:
modules\system\language\english\admin\modulesadmin.php
Linha.....: add line 75
After.....:
Before....: define("_MD_AM_OKINS_ADDMDCNFCATEG" ,
"Adding module config category data...");
Adding....: For support view form translations in
instalation
====================================================
Subject...: Change constant of translation
File......: kernel\module.php
Linha.....: 923
After.....: $this->setMessage('  Config
category '.$configcat['nameid'].' added to the
database.');
Before....:
$this->setMessage(_MD_AM_OKINS_ADDCNFCATEG.$configcat['nameid'].'

added to the database.');
Change....: Chance names by _MD_AM_OKINS_ADDCNFCATEG

Subject...: Add constant of translation and include define.
Arquivo...:
modules\system\language\english\admin\modulesadmin.php
Linha.....: add line 76
After.....:
Before....: define("_MD_AM_OKINS_ADDCNFCATEG" ,
"  Config category ");
Adding....: For support view form translations in
instalation
=======================================================
Subject...: Change constant of translation
File......: kernel\module.php
Linha.....: 923
After.....:
$this->setMessage(_MD_AM_OKINS_ADDCNFCATEG.$configcat['nameid'].'

added to the database.');
Before....:
$this->setMessage(_MD_AM_OKINS_ADDCNFCATEG.$configcat['nameid']._MD_AM_OKINS_INSERTED_DB);
Change....: Chance names by _MD_AM_OKINS_INSERTED_DB
=======================================================
Subject...: Change constant of translation
File......: kernel\module.php
Linha.....: 1012
After.....: $this->setMessage('Adding module config
data...');
Before....: $this->setMessage(_MD_AM_OKINS_ADDMDCONFIG);
Change....: Chance names by _MD_AM_OKINS_ADDMDCONFIG

Subject...: Add constant of translation and include define.
Arquivo...:
modules\system\language\english\admin\modulesadmin.php
Linha.....: add line 77
After.....:
Before....: define("_MD_AM_OKINS_ADDMDCONFIG" , "Adding
module config data...");
Adding....: For support view form translations in
instalation
=========================================================
Subject...: Change constant of translation
File......: kernel\module.php
Linha.....: 1092
After.....: $this->setMessage('  Config
'.$config['name'].' added to the
database.'.$confop_msgs);
Before....:
$this->setMessage(_MD_AM_OKINS_ADDCONFIG.$config['name']._MD_AM_OKINS_INSERTED_DB.$confop_msgs);
Change....: Chance names by _MD_AM_OKINS_ADDCONFIG

Subject...: Add constant of translation and include define.
Arquivo...:
modules\system\language\english\admin\modulesadmin.php
Linha.....: add line 78
After.....:
Before....: define("_MD_AM_OKINS_ADDCONFIG" ,
"  Config ");
Adding....: For support view form translations in
instalation
========================================================
Subject...: Change constant of translation
File......: kernel\module.php
Linha.....: 1075
After.....: $confop_msgs .= '
    Config option added. Name:
'.$key.' Value: '.$value.'';
Before....: $confop_msgs .=
_MD_AM_OKINS_CNFADDOPT_DSC.$key.'
Value:
'.$value.'';
Change....: Chance names by _MD_AM_OKINS_CNFADDOPT_DSC

Subject...: Add constant of translation and include define.
Arquivo...:
modules\system\language\english\admin\modulesadmin.php
Linha.....: add line 79
After.....:
Before....: define("_MD_AM_OKINS_CNFADDOPT_DSC" , "
    Config option added. Name: ");
Adding....: For support view form translations in
instalation
=========================================================

Discussion

  • GibaPhp

    GibaPhp - 2005-08-02

    Logged In: YES
    user_id=1129857

    The finish :-)

    Changes in core Xoops and translations 2.2.2

    ==========================================================================================
    Subject...: Change constant of translation
    Arquivo...: install\index.php
    Linha.....: 508
    Antes.....: $html = '

    installing '
    '.$module->getInfo('name').'

    ';
    Depois....: $html = '

    '._INSTALL_L1617.'
    '.$module->getInfo('name').'

    ';
    Incluido..: _INSTALL_L1617

    Subject...: Add constant of translation and include define.
    Arquivo...: install\english\intall.php
    Linha.....: 167 incluso de linha.
    Antes.....:
    Depois....: define("_INSTALL_L1617","Installing");
    Incluido..: Permitir atualizar corretamente o formulrio no
    momento da instalao.
    ===========================================================================================
    Subject...: Change constant of translation
    File......: kernel\module.php
    Linha.....: 525
    After.....: $this->setMessage('Module data inserted
    successfully. Module ID: '.$this->getVar('mid').'');
    Before....: $this->setMessage(_MD_AM_OKINS_SUCESS
    .$this->getVar('mid').'');
    Change....: names by _MD_AM_OKINS_SUCESS

    Subject...: Add constant of translation and include define.
    Arquivo...:
    modules\system\language\english\admin\modulesadmin.php
    Linha.....: add line 66
    After.....:
    Before....: define("_MD_AM_OKINS_SUCESS" , "Module data
    inserted successfully. Module ID: ");
    Adding....: Permitir atualizar corretamente o formulrio no
    momento da instalao.
    ==========================================================================================
    Subject...: Change constant of translation
    File......: kernel\module.php
    Linha.....: 642
    After.....: $this->setMessage('Updating templates...');
    Before....: $this->setMessage(_MD_AM_OKINS_UPDTTPL);
    Change....: Chance names by _MD_AM_OKINS_UPDTTPL

    Subject...: Add constant of translation and include define.
    Arquivo...:
    modules\system\language\english\admin\modulesadmin.php
    Linha.....: add line 67
    After.....:
    Before....: define("_MD_AM_OKINS_UPDTTPL" , "Updating
    templates... ");
    Adding....: For support view form translations in instalation
    ==========================================================================================
    Subject...: Change constant of translation
    File......: kernel\module.php
    Linha.....: 666
    After.....: $this->setMessage('  Template
    '.$tpl['file'].' inserted to the database.');
    Before....:
    $this->setMessage(_MD_AM_OKINS_TPL.$tpl['file'].'

    inserted to the database.');
    Change....: Chance names by _MD_AM_OKINS_TPL

    Subject...: Add constant of translation and include define.
    Arquivo...:
    modules\system\language\english\admin\modulesadmin.php
    Linha.....: add line 68
    After.....:
    Before....: define("_MD_AM_OKINS_TPL" ,
    "  Template <B> ");
    Adding....: For support view form translations in instalation
    ==========================================================================================
    Subject...: Change constant of translation
    File......: kernel\module.php
    Linha.....: 666
    After.....:
    $this->setMessage(_MD_AM_OKINS_TPL.$tpl['file'].'
    inserted to the database.');
    Before....:
    $this->setMessage(_MD_AM_OKINS_TPL.$tpl['file']._MD_AM_OKINS_INSERTED_DB);
    Change....: Chance names by _MD_AM_OKINS_INSERTED_DB

    Subject...: Add constant of translation and include define.
    Arquivo...:
    modules\system\language\english\admin\modulesadmin.php
    Linha.....: add line 69
    After.....:
    Before....: define("_MD_AM_OKINS_INSERTED_DB" , "
    inserted to the database. ");
    Adding....: For support view form translations in instalation
    ==========================================================================================
    Subject...: Change constant of translation
    Subject...: Add constant of translation and include define.
    Arquivo...: install\index.php
    Linha.....: 512
    After.....: $html .='
    Version:
    '.$module->getInfo('version');
    Before....: $html .='
    '._MD_AM_VERSION.':
    '.$module->getInfo('version');
    Adding....: For support view form translations in instalation
    ==========================================================================================
    Subject...: Change constant of translation
    Subject...: Add constant of translation and include define.
    Arquivo...: modules\system\admin\modulesadmin\main.php
    Linha.....: 204
    After.....: $html .='Version:
    '.$module->getInfo('version');
    Before....: $html .=''._MD_AM_VERSION.':
    '.$module->getInfo('version');
    Adding....: For support view form translations in instalation
    ==========================================================================================
    Subject...: Change constant of translation
    File......: kernel\module.php
    Linha.....: 735
    After.....: $this->setMessage('Building blocks...');
    Before....: $this->setMessage(_MD_AM_OKINS_BUILD_BLOCKS);
    Change....: Chance names by _MD_AM_OKINS_BUILD_BLOCKS

    Subject...: Add constant of translation and include define.
    Arquivo...:
    modules\system\language\english\admin\modulesadmin.php
    Linha.....: add line 70
    After.....:
    Before....: define("_MD_AM_OKINS_BUILD_BLOCKS" , "Building
    blocks... ");
    Adding....: For support view form translations in instalation
    ==========================================================================================
    Subject...: Change constant of translation
    File......: kernel\module.php
    Linha.....: 771
    After.....: $this->setMessage("Creating new block");
    Before....: $this->setMessage(_MD_AM_OKINS_CREATNEWBLOCK);
    Change....: Chance names by _MD_AM_OKINS_CREATNEWBLOCK

    Subject...: Add constant of translation and include define.
    Arquivo...:
    modules\system\language\english\admin\modulesadmin.php
    Linha.....: add line 71
    After.....:
    Before....: define("_MD_AM_OKINS_CREATNEWBLOCK" , "Creating
    new block");
    Adding....: For support view form translations in instalation
    ==========================================================================================
    Subject...: Change constant of translation
    File......: kernel\module.php
    Linha.....: 789
    After.....: $this->setMessage('  Block
    '.$blocks[$i]['name'].' inserted. Block ID:
    '.$block->getVar('bid').'');
    Before....:
    $this->setMessage(_MD_AM_OKINS_BLOCK.$blocks[$i]['name'].'
    inserted. Block ID: '.$block->getVar('bid').'');
    Change....: Chance names by _MD_AM_OKINS_BLOCK

    Subject...: Add constant of translation and include define.
    Arquivo...:
    modules\system\language\english\admin\modulesadmin.php
    Linha.....: add line 72
    After.....:
    Before....: define("_MD_AM_OKINS_BLOCK" , "  Bloco
    ");
    Adding....: For support view form translations in instalation
    ==========================================================================================
    Subject...: Change constant of translation
    File......: kernel\module.php
    Linha.....: 812
    After.....: $this->setMessage('  Template
    '.$blocks[$i]['template'].' inserted.');
    Before....:
    $this->setMessage(_MD_AM_OKINS_TPL.$blocks[$i]['template']._MD_AM_OKINS_INSERTED_DB);
    Change....: Chance names by (_MD_AM_OKINS_TPL and
    _MD_AM_OKINS_INSERTED_DB)
    ==========================================================================================
    Subject...: Change constant of translation
    File......: kernel\module.php
    Linha.....: 815
    After.....: $this->setMessage('  ERROR: Could not compile template
    '.$blocks[$i]['template'].'.
    ');
    Before....:
    $this->setMessage(_MD_AM_ERR_INS_BUILDTPL.$blocks[$i]['template'].'
    .');
    Change....: Chance names by _MD_AM_ERR_INS_BUILDTPL

    Subject...: Add constant of translation and include define.
    Arquivo...:
    modules\system\language\english\admin\modulesadmin.php
    Linha.....: add line 74
    After.....:
    Before....: define("_MD_AM_ERR_INS_BUILDTPL" ,
    "  ERRO: No
    conseguiu compilar o Template ");
    Adding....: For support view form translations in instalation
    ==========================================================================================
    Subject...: Change constant of translation
    File......: kernel\module.php
    Linha.....: 910
    After.....: $this->setMessage('Adding module config category
    data...');
    Before....: $this->setMessage(_MD_AM_OKINS_ADDMDCNFCATEG);
    Change....: Chance names by _MD_AM_OKINS_ADDMDCNFCATEG

    Subject...: Add constant of translation and include define.
    Arquivo...:
    modules\system\language\english\admin\modulesadmin.php
    Linha.....: add line 75
    After.....:
    Before....: define("_MD_AM_OKINS_ADDMDCNFCATEG" , "Adding
    module config category data...");
    Adding....: For support view form translations in instalation
    ==========================================================================================
    Subject...: Change constant of translation
    File......: kernel\module.php
    Linha.....: 923
    After.....: $this->setMessage('  Config category
    '.$configcat['nameid'].' added to the database.');
    Before....:
    $this->setMessage(_MD_AM_OKINS_ADDCNFCATEG.$configcat['nameid'].'

    added to the database.');
    Change....: Chance names by _MD_AM_OKINS_ADDCNFCATEG

    Subject...: Add constant of translation and include define.
    Arquivo...:
    modules\system\language\english\admin\modulesadmin.php
    Linha.....: add line 76
    After.....:
    Before....: define("_MD_AM_OKINS_ADDCNFCATEG" ,
    "  Config category ");
    Adding....: For support view form translations in instalation
    ==========================================================================================
    Subject...: Change constant of translation
    File......: kernel\module.php
    Linha.....: 923
    After.....:
    $this->setMessage(_MD_AM_OKINS_ADDCNFCATEG.$configcat['nameid'].'

    added to the database.');
    Before....:
    $this->setMessage(_MD_AM_OKINS_ADDCNFCATEG.$configcat['nameid']._MD_AM_OKINS_INSERTED_DB);
    Change....: Chance names by _MD_AM_OKINS_INSERTED_DB
    ==========================================================================================
    Subject...: Change constant of translation
    File......: kernel\module.php
    Linha.....: 1012
    After.....: $this->setMessage('Adding module config data...');
    Before....: $this->setMessage(_MD_AM_OKINS_ADDMDCONFIG);
    Change....: Chance names by _MD_AM_OKINS_ADDMDCONFIG

    Subject...: Add constant of translation and include define.
    Arquivo...:
    modules\system\language\english\admin\modulesadmin.php
    Linha.....: add line 77
    After.....:
    Before....: define("_MD_AM_OKINS_ADDMDCONFIG" , "Adding
    module config data...");
    Adding....: For support view form translations in instalation
    ==========================================================================================
    Subject...: Change constant of translation
    File......: kernel\module.php
    Linha.....: 1092
    After.....: $this->setMessage('  Config
    '.$config['name'].' added to the
    database.'.$confop_msgs);
    Before....:
    $this->setMessage(_MD_AM_OKINS_ADDCONFIG.$config['name']._MD_AM_OKINS_INSERTED_DB.$confop_msgs);
    Change....: Chance names by _MD_AM_OKINS_ADDCONFIG

    Subject...: Add constant of translation and include define.
    Arquivo...:
    modules\system\language\english\admin\modulesadmin.php
    Linha.....: add line 78
    After.....:
    Before....: define("_MD_AM_OKINS_ADDCONFIG" ,
    "  Config ");
    Adding....: For support view form translations in instalation
    ==========================================================================================
    Subject...: Change constant of translation
    File......: kernel\module.php
    Linha.....: 1075
    After.....: $confop_msgs .= '
        Config option added. Name:
    '.$key.' Value: '.$value.'';
    Before....: $confop_msgs .=
    _MD_AM_OKINS_CNFADDOPT_DSC.$key.'
    Value: '.$value.'';
    Change....: Chance names by _MD_AM_OKINS_CNFADDOPT_DSC

    Subject...: Add constant of translation and include define.
    Arquivo...:
    modules\system\language\english\admin\modulesadmin.php
    Linha.....: add line 79
    After.....:
    Before....: define("_MD_AM_OKINS_CNFADDOPT_DSC" , "
        Config option added. Name: ");
    Adding....: For support view form translations in instalation
    ==========================================================================================
    Subject...: Change constant of translation
    File......: kernel\module.php
    Linha.....: 663
    After.....: $this->setMessage('  ERROR: Could not insert template
    '.$tpl['file'].' to the database.
    ');
    Before....:
    $this->setMessage(_MD_AM_ERR_INSTPL.$tpl['file']._MD_AM_ERR_TO_DB);
    Change....: Chance names by

    Subject...: Add constant of translation and include define.
    Arquivo...:
    modules\system\language\english\admin\modulesadmin.php
    Linha.....: add line 80
    After.....:
    Before....: define("_MD_AM_ERR_INSTPL" , "  ERROR: Could not insert template ");
    Adding....: For support view form translations in instalation
    ==========================================================================================
    Subject...: Change constant of translation
    File......: kernel\module.php
    Linha.....: 669
    After.....: $this->setMessage('  ERROR: Could not recompile template
    '.$tpl['file'].'.
    ');
    Before....:
    $this->setMessage(_MD_AM_ERR_INS_REBUILDTPL.$tpl['file'].'
    .
    ');
    Change....: Chance names by

    Subject...: Add constant of translation and include define.
    Arquivo...:
    modules\system\language\english\admin\modulesadmin.php
    Linha.....: add line 81
    After.....:
    Before....: define("_MD_AM_ERR_INS_REBUILDTPL" ,
    "  ERROR: Could not
    recompile template ");
    Adding....: For support view form translations in instalation
    ==========================================================================================
    Subject...: Change constant of translation
    File......: kernel\module.php
    Linha.....: 671
    After.....: $this->setMessage('  Template
    '.$tpl['file'].' recompiled.
    ');
    Before....:
    $this->setMessage(_MD_AM_OKINS_TPL.$tpl['file']._MD_AM_OK_RECOMPILED);
    Change....: Chance names by

    Subject...: Add constant of translation and include define.
    Arquivo...:
    modules\system\language\english\admin\modulesadmin.php
    Linha.....: add line 83
    After.....:
    Before....: define("_MD_AM_OK_RECOMPILED" , "

    recompiled.");
    Adding....: For support view form translations in instalation
    ==========================================================================================
    Subject...: Change constant of translation
    File......: kernel\module.php
    Linha.....: 677
    After.....: $this->setMessage('  ERROR: Could not delete old template
    '.$tpl['file'].'. Aborting update of this file.
    ');
    Before....:
    $this->setMessage(_MD_AM_ERR_DEL_OLD_TPL.$tpl['file']._MD_AM_ERR_ABORT_UPDT_FILE);
    Change....: Chance names by

    Subject...: Add constant of translation and include define.
    Arquivo...:
    modules\system\language\english\admin\modulesadmin.php
    Linha.....: add line 84
    After.....:
    Before....: define("_MD_AM_ERR_DEL_OLD_TPL" ,
    "  ERROR: Could not
    delete old template ");
    Adding....: For support view form translations in instalation

    Subject...: Add constant of translation and include define.
    Arquivo...:
    modules\system\language\english\admin\modulesadmin.php
    Linha.....: add line 85
    After.....:
    Before....: define("_MD_AM_ERR_ABORT_UPDT_FILE" , "
    .
    Aborting update of this file.");
    Adding....: For support view form translations in instalation
    ==========================================================================================
    Subject...: Change constant of translation
    File......: kernel\module.php
    Linha.....: 687
    After.....: $this->setMessage('  ERROR: Could not delete removed
    template
    '.$existing_templates[$i]->getVar('tpl_file').'
    ');
    Before....:
    $this->setMessage(_MD_AM_ERR_NOT_REMOVE_TPL.$existing_templates[$i]->getVar('tpl_file').'
    ');
    Change....: Chance names by

    Subject...: Add constant of translation and include define.
    Arquivo...:
    modules\system\language\english\admin\modulesadmin.php
    Linha.....: add line 86
    After.....:
    Before....: define("_MD_AM_ERR_NOT_REMOVE_TPL" ,
    "  ERROR: Could not
    delete removed template ");
    Adding....: For support view form translations in instalation
    ==========================================================================================
    Subject...: Change constant of translation
    File......: kernel\module.php
    Linha.....: $this->setMessage('  ERROR: Could not
    insert '.$blocks[$i]['name']);
    After.....:
    $this->setMessage(_MD_AM_ERR_INSERT_BLOCK.$blocks[$i]['name']);
    Before....:
    Change....: Chance names by

    Subject...: Add constant of translation and include define.
    Arquivo...:
    modules\system\language\english\admin\modulesadmin.php
    Linha.....: add line 87
    After.....:
    Before....: define("_MD_AM_ERR_INSERT_BLOCK" ,
    "  ERROR: Could not insert ");
    Adding....: For support view form translations in instalation
    ==========================================================================================
    Subject...: Change constant of translation
    File......: kernel\profile.php
    Linha.....: 190
    After.....: $msg = '  ERROR: Could not insert field
    '.$vars['name'].' into the database. '.implode(' ',
    $field->getErrors()).$this->db->error().'
    ';
    Before....: $msg =
    _MD_AM_ERR_NOT_INSERT_FIELD.$vars['name']._MD_AM_ERR_INTO_DB.implode('
    ', $field->getErrors()).$this->db->error().'';
    Change....: Chance names by

    Subject...: Add constant of translation and include define.
    Arquivo...:
    modules\system\language\english\admin\modulesadmin.php
    Linha.....: add line 88
    After.....:
    Before....: define("_MD_AM_ERR_NOT_INSERT_FIELD" ,
    "  ERROR: Could not
    insert field ");
    Adding....: For support view form translations in instalation

    Subject...: Add constant of translation and include define.
    Arquivo...:
    modules\system\language\english\admin\modulesadmin.php
    Linha.....: add line 89
    After.....:
    Before....: define("_MD_AM_ERR_INTO_DB" , "
    into the
    database. ");
    Adding....: For support view form translations in instalation
    ==========================================================================================

    Resume file:
    modules\system\language\english\admin\modulesadmin.php
    (translation constant)


    // added in 2.2 - by GibaPhp

    define("_MD_AM_OKINS_SUCESS" , "Module data inserted
    successfully. Module ID: ");
    define("_MD_AM_OKINS_UPDTTPL" , "Updating templates... ");
    define("_MD_AM_OKINS_TPL" , "  Template <B> ");
    define("_MD_AM_OKINS_INSERTED_DB" , "
    inserted to the
    database. ");
    define("_MD_AM_OKINS_BUILD_BLOCKS" , "Building blocks... ");
    define("_MD_AM_OKINS_CREATNEWBLOCK" , "Creating new block");
    define("_MD_AM_OKINS_BLOCK" , "  Block ");
    define("_MD_AM_OKINS_INSEREDBLOCK" , "
    inserted. Block
    ID: ");
    define("_MD_AM_ERR_INS_BUILDTPL" , "  ERROR: Could not compile template ");
    define("_MD_AM_OKINS_ADDMDCNFCATEG" , "Adding module config
    category data...");
    define("_MD_AM_OKINS_ADDCNFCATEG" , "  Config
    category ");
    define("_MD_AM_OKINS_ADDMDCONFIG" , "Adding module config
    data...");
    define("_MD_AM_OKINS_ADDCONFIG" , "  Config ");
    define("_MD_AM_OKINS_CNFADDOPT_DSC" , "
        Config option added. Name: ");
    define("_MD_AM_ERR_INSTPL" , "  ERROR: Could not insert template ");
    define("_MD_AM_ERR_INS_REBUILDTPL" , "  ERROR: Could not recompile template
    ");
    define("_MD_AM_ERR_TO_DB" , "
    to the database.
    ");
    define("_MD_AM_OK_RECOMPILED" , "
    recompiled.
    ");
    define("_MD_AM_ERR_DEL_OLD_TPL" , "  ERROR: Could not delete old template
    ");
    define("_MD_AM_ERR_ABORT_UPDT_FILE" , "
    . Aborting update
    of this file.
    ");
    define("_MD_AM_ERR_NOT_REMOVE_TPL" , "  ERROR: Could not delete removed
    template ");
    define("_MD_AM_ERR_INSERT_BLOCK" , "  ERROR: Could
    not insert ");
    define("_MD_AM_ERR_NOT_INSERT_FIELD" , "  ERROR: Could not insert field ");
    define("_MD_AM_ERR_INTO_DB" , "
    into the database. ");

    ==========================================================================================

    Resume file: kernell\profile.php (file core)
    Resume file: kernell\module.php (file core)

     

Log in to post a comment.