관리-도구
편집 파일: attributes.php
<?php $lan = array( 'warnemailattribute' => 'Email is a system attribute', 'converting' => 'Converting', 'from' => 'from', 'to' => 'to', 'deleting' => 'deleting', 'cannotdelete' => 'Cannot delete attribute, it is being used by the following forms:', 'warninglongtime' => 'Warning, changing types of attributes can take a long time', 'sorrymergingcbgroupnotimplemented' => 'Sorry, merging of checkbox groups is not implemented yet', 'cannotmergeone' => 'cannot merge just one attribute', 'merging' => 'Merging', 'into' => 'into', 'notsametype' => 'Can only merge attributes of the same type', 'existing' => 'Existing attributes', 'noattributesdefined' => 'No Attributes have been defined yet', 'loadfrom' => 'Load data from', 'defaults' => 'predefined defaults', 'attribute' => 'Attribute', 'usedin' => 'used in', 'forms' => 'forms', 'tag' => 'Tag', # action 'name' => 'Name', 'type' => 'Type', # as in aspect of, type of attribute 'defaultvalue' => 'Default Value', 'orderoflisting' => 'Order of Listing', 'isrequired' => 'Is this attribute required?', 'textline' => 'textline', 'checkbox' => 'checkbox', 'checkboxgroup' => 'checkboxgroup', 'radio' => 'radio', 'select' => 'select', 'hidden' => 'hidden', 'textarea' => 'textarea', 'date' => 'date', 'savechanges' => 'Save Changes', 'withtagged' => 'With TAGGED attributes', 'delete' => 'Delete', 'merge' => 'Merge', 'addnew' => 'Add new Attribute', ); ?>