Fix #1411 placeholders and descriptions on extra_vars fields

This commit is contained in:
Kijin Sung 2020-10-02 20:31:33 +09:00
parent 0d8d2a6ac0
commit 0177ee3abe
6 changed files with 28 additions and 18 deletions

View file

@ -59,7 +59,9 @@ $lang->cmd_update = 'Update';
$lang->cmd_manage_category = 'Manage Categories';
$lang->cmd_manage_grant = 'Manage Permission';
$lang->cmd_manage_skin = 'Manage Skins';
$lang->cmd_manage_skin_config = 'Configure Skin';
$lang->cmd_manage_mobile_skin = 'Manage Mobile Skins';
$lang->cmd_manage_mobile_skin = 'Configure Mobile Skin';
$lang->cmd_manage_document = 'Manage Articles';
$lang->cmd_find_module = 'Find Module';
$lang->cmd_find_langcode = 'Find lang code';
@ -73,7 +75,7 @@ $lang->msg_no_checked_document = 'No checked articles exist.';
$lang->msg_move_failed = 'Failed to move.';
$lang->msg_cannot_delete_for_child = 'Cannot delete a category which has child categories.';
$lang->msg_limit_mid = 'Only alphanumeric can be used in the module name.';
$lang->msg_extra_name_exists = 'Already registered user defined name. Please input another name.';
$lang->msg_extra_name_exists = 'Already registered field ID. Please input another name.';
$lang->about_browser_title = 'It will be shown in the browser title. It will be also used in a RSS/Trackback.';
$lang->about_mid = 'The module name will be used like http://address/?mid=ModuleName.
(Only english alphabet letters, numbers and underscore can be used. The maximum length is 40.)';
@ -96,9 +98,11 @@ $lang->about_mobile_page_count = 'You can set the number of page links to move p
$lang->about_admin_id = 'You can grant someone permission to manage this module. Please enter the user ID or email address of the person you wish to add.';
$lang->about_grant_deatil = 'Registered users mean users who signed-up to the virtual sites (e.g., cafeXE).';
$lang->about_module = 'Rhymix consists of modules except the basic library. [Module Manage] module will show all installed modules and help you to manage them.';
$lang->about_extra_vars_default_value = 'This is only for select,checkbox and radio button. If multiple default values are needed, you can link them with comma.';
$lang->about_extra_vars_default_value = 'If you need to provide multiple choices, you can separate them with a comma.';
$lang->about_search_virtual_site = 'Enter domain of virtual sites. To search modules of non-virtual site, search with blank';
$lang->about_extra_vars_eid_value = 'Enter the name of user defined. You can use a combination of English alphabets, numbers and underscore(_), as long as it starts with an alphabet.';
$lang->about_extra_vars_eid_value = 'This is the unique ID for this field.<br>You can use a combination of Latin alphabets, numbers and underscore(_), as long as it starts with an alphabet.';
$lang->about_extra_vars_column_name = 'This is the name that is actually shown to users.';
$lang->about_extra_vars_description = 'The description entered here will be shown next to the input field.';
$lang->about_langcode = 'If you want to configure seperately, use \'find language code\'';
$lang->about_file_extension = 'Only %s extension(s) is available.';
$lang->fail_module_regist = 'Fail Regist Module';