XOOPS  2.6.0
form.php
Go to the documentation of this file.
1 <?php
2 define('_FORM_XMF_CAPTION', "Caption");
3 define('_FORM_XMF_DESC', "Description");
4 
5 define('_FORM_XMF_ACTIONS', 'Actions');
6 define('_FORM_XMF_CANCEL', 'Cancel');
7 define('_FORM_XMF_DELETE', 'Delete');
8 define('_FORM_XMF_EDIT', 'Edit');
9 define('_FORM_XMF_ADD', 'Add');
10 define('_FORM_XMF_FILTER', 'Filter');
11 define('_FORM_XMF_LIMIT_ALL', 'All');
12 define('_FORM_XMF_MODIFY', 'Modify');
13 define('_FORM_XMF_SHOW_ONLY', 'Show only');
14 define('_FORM_XMF_SUBMIT', 'Submit');
15 define('_FORM_XMF_WITH_SELECTED', 'With selected');
16 define('_FORM_XMF_DELETE_CONFIRM', "Are you sure you want to delete %s");
17 define('_FORM_XMF_DELETE_SUCCESS', "Entry was deleted!");
18 define('_FORM_XMF_EDIT_SUCCESS', "Entry was edited!");
19 define('_FORM_XMF_ADD_SUCCESS', "Entry was added!");
20 
21 define('_FORM_XMF_URLLINK_URL', "Url link");
22 define('_FORM_XMF_URLLINK_TARGET', "Url target");