xoopscube/altsys

View on GitHub
xoops_trust_path/libs/altsys/language/english/mytplsadmin.php

Summary

Maintainability
C
1 day
Test Coverage
<?php

define( '_MYTPLSADMIN_TIPS' , 'The original template file is read-only for added security reasons.<br>
    Select a base set and create a new set of templates, or check only the templates you want to copy and customize.<br>
    The <b>Render</b> allows you to select, edit, copy, download or delete a Template Set and templates files.');
define( '_MYTPLSADMIN_CREATE_NEW_TPLSET' , 'Create a new set');
define( '_MYTPLSADMIN_CAPTION_BASE' , 'Base');
define( '_MYTPLSADMIN_CAPTION_SETNAME' , 'name');
define( '_MYTPLSADMIN_OPT_BLANKSET' , '(blank)');
define( '_MYTPLSADMIN_CAPTION_COPYTO' , 'Destination');
define( '_MYTPLSADMIN_BTN_COPY' , 'Copy');
define( '_MYTPLSADMIN_TITLE_CHECKALL' , 'Turn on/off all of checkboxes in this row');
define( '_MYTPLSADMIN_CNF_DELETE_SELECTED_TEMPLATES' , 'All of checked templates in the set(row) will be removed. Are you OK?');
define( '_MYTPLSADMIN_CNF_COPY_SELECTED_TEMPLATES' , 'All of checked templates in the set(row) will be copied/overwritten into the selected set. Are you OK?');
define( '_MYTPLSADMIN_TH_SET' , 'Template Set');
define( '_MYTPLSADMIN_TH_NAME' , 'Template name');
define( '_MYTPLSADMIN_TH_TYPE' , 'Type');
define( '_MYTPLSADMIN_TH_FILE' , 'Base file');
define( '_MYTPLSADMIN_ERR_NOTPLFILE' , 'No template is checked.');
define( '_MYTPLSADMIN_ERR_INVALIDTPLSET' , 'Destination set is same as source set, or no valid tplset is specified.');
define( '_MYTPLSADMIN_ERR_CANTREMOVEDEFAULT' , "You can't remove 'default' template.");
define( '_MYTPLSADMIN_ERR_DUPLICATEDSETNAME' , 'The set name already exists.');
define( '_MYTPLSADMIN_ERR_INVALIDSETNAME' , 'a wrong set name is specified.');

define( '_MYTPLSADMIN_H3_MODULE' , 'Module');
define( '_MYTPLSADMIN_BTN_NEWTPLSET' , 'Create');

define( '_MYTPLSADMIN_DBUPDATED' , 'Templates updated successfully');

define( '_MYTPLSADMIN_CUSTOMTEMPLATE' , 'Custom template');
define( '_MYTPLSADMIN_CREATENEWCUSTOMTEMPLATE' , 'New custom template');