[Module_View:Module_Action]
module_list= "Module Management"
[Module_View_Admin]
;---------------------テーブルの広さ(使用言語により調整)-----------------------
module_name_width = "250"
module_manage_width = "250"
;---------------------表示件数-----------------------
;define:MODULE_LIMIT_PAGENUM="10"
module_module_name= "Module"
module_manage= "Management"
module_update= "Update"
module_uninstall= "Uninstall"
module_install= "Install"
module_return_list= "Return to module management."
module_allupdate= "Update-All"
module_active= "Active"
module_maintenance= "Suspended"
module_version= "Version"
module_dirname= "Director"
module_icon= "Module icon"
module_mes_update_confirm= "Updating the module %s.
Are you sure to proceed?"
module_mes_allupdate_confirm= "Updating all the modules
Are you sure to proceed?"
module_mes_install_confirm= "Installing the module %s.
Are you sure to proceed?"
module_mes_uninstall_confirm= "Uninstalling the module %s.
Are you sure to proceed?"
module_mes_uninstall_confirm_again= "All the data stored in %s will vanish.
Are you sure to proceed?"
module_changedisplayseq= "Change display order."
module_system_head= "System modules"
module_install_head= "Installed modules"
module_not_install_head= "Modules not yet installed"
module_current_version = "Version:"
module_version_differ = "Different versions found. Please update all the modules to arrange the version."
[Module_View_Admin_Chgdisplayseq]
module_mes_pluralselecthelp= "Use Ctrl+Click (Windows) and use Command+Click (Mac) to select more than one entries."
module_mes_commonsdisplaychange= "Select the item to move, and click on the arrow.
By clicking on the double arrow, you can move the item topmost (lowermost) position."
module_commonsdisplayseq= "Display order"
module_commonsupmost= "Move to the top."
module_commonsdown= "Move to the next."
module_commonsdownmost= "Move to the bottom."
module_commonsup= "Move to the previous."
[Module_Action]
module_noexistsid="Inappropriate module ID"
module_noexistsstate="Inappropriate status"
module_noexistsdirname="Inappropriate directory"
module_sysmodulenoaction="Failed to execute the system modules."
module_module_name= "Module"
module_result= "Results"
module_mes_result_notemp_er= "No template file found.
(%s)"
define:MODULE_MES_VERSION_ER= "%s is either an inappropriate or non-existing file."
define:MODULE_MES_ACTION_NAME_CHECK_ER= "%s is either an inappropriate or non-existing action."
define:MODULE_MES_EDIT_ACTION_NAME_CHECK_ER= "%s is either an inappropriate or non-existing action."
define:MODULE_MES_RESULT_ACTION_NAME_CHECK_ST= "Checking the action ..."
define:MODULE_MES_RESULT_ACTION_NAME_CHECK_EN= "Successfully finished the action checking."
define:MODULE_MES_GET_ER= "Failed to obtain the module data from the database."
define:MODULE_MODULE_TABLE_NAME= "module table"
define:MODULE_BLOCKS_TABLE_NAME= "block table"
define:MODULE_AUTHORITIES_MODULES_LINK_TABLE_NAME= "link table of authority module"
define:MODULE_PAGES_MODULES_LINK_TABLE_NAME= "Page module link table"
define:MODULE_CONFIG_TABLE_NAME= "configulation table"
define:MODULE_MOBILE_TABLE_NAME= "mobile tables"
define:MODULE_SHORTCUT_TABLE_NAME= "shortcut tables"
define:MODULE_ABBREVIATEURL_TABLE_NAME= "abbreviated url table"
define:MODULE_MES_RESULT_REGIST_ST= "Registering %s..."
define:MODULE_MES_RESULT_REGIST_EN= "%s registered"
define:MODULE_MES_RESULT_REGIST_ET= "%s was set"
define:MODULE_MES_RESULT_REGIST_ER= "Failed to register %s"
define:MODULE_MES_RESULT_NODATAFILE_WR= "The value of %s is not defined. I will try the default value, %s."
define:MODULE_MES_RESULT_NODATAFILE_ER= "The value of %s is not defined. Please check the install.ini file and define the value."
define:MODULE_MES_RESULT_DELETE_ST= "Deleting %s..."
define:MODULE_MES_RESULT_DELETE_EN= "%s was successfully deleted."
define:MODULE_MES_RESULT_DELETE_ER= "Failed to delete %s"
define:MODULE_MES_RESULT_CREATE_ST= "Copying %s ..."
define:MODULE_MES_RESULT_CREATE_EN= "%s was successfully copied."
define:MODULE_MES_RESULT_CREATE_ER= "Failed to copy %s"
define:MODULE_MES_RESULT_SQL_GET_ER= "No sql file is found.
To define a sql file, first uninstall this module, and install it again."
define:MODULE_MES_RESULT_SQL_FILE_ER= "The sql file is not effective.(%s)"
define:MODULE_MES_RESULT_DELCACHE_EN= "Deleted the cache file of %s"
define:MODULE_MES_RESULT_REGISTJS_ST= "Start registering the js files..."
define:MODULE_MES_RESULT_REGISTJS_EN= "js files were succeccfully registered."
define:MODULE_MES_RESULT_REGISTJS_ER= "Failed to register the jsfiles"
define:MODULE_MES_RESULT_DELETEJS_ST= "Start deleting the js files..."
define:MODULE_MES_RESULT_DELETEJS_EN= "js files were successfully deleted."
define:MODULE_MES_RESULT_DELETEJS_ER= "Failed to delete the js files"
[Module_Action_Admin_Update:Module_Action_Admin_Allupdate]
module_result_title= "Update"
define:MODULE_RESULT_TITLE= "Update"
define:MODULE_MES_RESULT_START= "Starting to update..."
define:MODULE_MES_RESULT_END= "Successfully updated."
define:MODULE_MES_RESULT_ERROR= "Failed to update."
define:MODULE_MES_NOEXISTS_UPDATEFILE= "Could not find the update file.
(%s)"
define:MODULE_MES_NOEXISTS_CLASSNAME= "Could not find the update class. (%s)"
define:MODULE_MES_UPDATEFILE_EN= "Update executed (%s->execute())"
define:MODULE_MES_UPDATEFILE_ER= "Failed to execute update. (%s->execute())"
define:MODULE_MES_UPDATE_ER= "Failed to update %s."
[Module_Action_Admin_Install]
module_result_title= "Install"
define:MODULE_RESULT_TITLE= "Install"
define:MODULE_MES_RESULT_START= "Starting to install..."
define:MODULE_MES_RESULT_END= "Succesfully installed."
define:MODULE_MES_RESULT_ERROR= "Failed to install."
define:MODULE_MES_DIRNAME_ER= "The directory %s is not allowed to use in this system."
define:MODULE_MES_RESULT_MODULE_EXIST_ER= "%s module has been installed already.す"
define:MODULE_MES_RESULT_SQL_ST= "Executing SQL file..."
define:MODULE_MES_RESULT_SQL_CREATE= "Table %s created."
define:MODULE_MES_RESULT_SQL_INSERT= "The data was registered to the table, %s."
define:MODULE_MES_RESULT_SQL_EN= "SQL file was executed."
define:MODULE_MES_RESULT_SQL_ER= "Failed to execute the sql file."
define:MODULE_MES_RESULT_SQL_TABLE_NAME_ER= "The table name, %s, is not allowed to use."
define:MODULE_MES_RESULT_SELECTAUTH_PRIVATE = "To have the users utilize the module, %s in their private rooms, click on here and choose the authorities to use it."
define:MODULE_MES_RESULT_SELECTAUTH = "To have the users utilize %s, click on here and choose the authorities to use it."
;define:MODULE_MES_RESULT_SELECTAUTH= "Authorities to use the module %s"
define:MODULE_MES_NOEXISTS_INSTALLFILE= "Could not find the file to install.
(%s)"
define:MODULE_MES_NOEXISTS_CLASSNAME= "Could not find the install class, %s."
define:MODULE_MES_INSTALLFILE_EN= "Installation executed. (%s->execute())"
define:MODULE_MES_INSTALLFILE_ER= "Failed to execute the installation.(%s->execute())"
[Module_Action_Admin_Uninstall]
module_result_title= "Uninstall"
define:MODULE_RESULT_TITLE= "Uninstall"
define:MODULE_MES_RESULT_START= "Starting to uninstall..."
define:MODULE_MES_RESULT_END= "Successfully uninstalled."
define:MODULE_MES_RESULT_ERROR= "Failed to uninstall."
define:MODULE_MES_RESULT_SQL_ST= "Start deleting the tables..."
define:MODULE_MES_RESULT_SQL_DELETE= "The table, %s, was deleted."
define:MODULE_MES_RESULT_SQL_DELETE_ERR= "Failed to delete the table, %s."
define:MODULE_MES_RESULT_SQL_EN= "Finished deleting the tables."
define:MODULE_MES_RESULT_UPLOADS_ST= "Start searching for uploaded files..."
define:MODULE_MES_RESULT_UPLOADS_EN= "Successfully finished deleting the uploaded files."
define:MODULE_MES_RESULT_SQL_ER= "Failed to delete the tables."
define:MODULE_MES_NOEXISTS_UNINSTALLFILE= "Could not find the uninstalled files.
(%s)"
define:MODULE_MES_NOEXISTS_CLASSNAME= "Could not find the uninstalled class, %s."
define:MODULE_MES_UNINSTALLFILE_EN= "Uninstallation executed.(%s->execute())"
define:MODULE_MES_UNINSTALLFILE_ER= "Failed to execute uninstallation. (%s->execute())"
[Module_Action_Admin_Allupdate]
define:MODULE_GLOBAL_RESULT_TITLE = "Global file"
define:MODULE_MES_GLOBAL_RESULT_START= "Start copying the global file."
define:MODULE_MES_GLOBAL_RESULT_END= "Successfully finished copying the global file."
define:MODULE_MES_GLOBAL_RESULT_ER= "Failed to copy the global file."
[Module_View_Admin_Selectauth]
module_title="Set the authority to use %s module
in the private room"
module_selectauth_private="Select the authorities"
module_selectauth="Authority setting"
[Module_View_Admin_Init]
module_selectauth="Authority setting"