;;
;; NetCommons2.0
;; 共通の言語定義
;; SmartyAssignフィルターにて読み込まれ、PHP、テンプレート内で使用可能になる
;; テンプレート内で使用する場合は$lang変数の配列となる
;;
;; この設定ファイルの書式について:
;; セクション:
;; [Global_Force] :常にテンプレートにassignする値
;; [Global] :各モジュールで使用する際に定義し直しテンプレートにassignする値
;; 各モジュールでの定義方法
;; global:GlobalセクションのKey名称=
;; Ex.) global:_title=
;;
;; Key、値:
;; [Define]の場合
;; Define名称 = 割り当てる値
;;
;; [Global_Force]、[Global]の場合
;; $lang配列のKey名称 = 割り当てる値
;;
;; 割り当てる値はDefine値でも可
;;
[Define]
;----------------プライベートスペース名初期値------------------
_PRIVATE_SPACE_NAME = "Private Space"
;----------------カラム名--------------------------
_LEFT_COLUMN_LANG = "Left Column"
_RIGHT_COLUMN_LANG = "Right Column"
_HEADER_COLUMN_LANG = "Header"
_FOOTER_COLUMN_LANG = "Footer"
;----------------チェック時エラー------------------
_INSTALL_INI_FAILURE_IS_WRITEABLE_MES="Security Error! The file 'webapp/config/install.inc.php' is editable.
Change the mode, and reload."
_LOGINAGAIN_MES="Sorry, you don't have the privilege to access this area."
_ACCESS_FAILURE="Failed to obtain the data.
Please check the connection.
(%s)"
_ACCESS_FAILURE_DELETE_BLOCK = "The target not found. Maybe %s has been deleted.
(%s)"
_NONEXISTS_FAILURE="The target not found. The module may have been uninstalled.
(%s)"
_REQUESTCHECK_FAILURE="Unauthorized request.
Check the source code.
(%s)"
_INVALIDTOKEN="Probably you opened too many windows...
Please reload the page after closing other windows."
_IFNOTRELOAD="The page will be automatically reloaded. If otherwise, please click here."
_INVALID_INPUT="Security Error! Unauthorized input."
_INVALID_AUTH="Authority Error! You do not have the privilege to access this page."
_INVALID_SELECTDB="Failed to obtain the database, (%s)."
_INVALID_INSERTDB="Failed to register the database, (%s)."
_INVALID_UPDATEDB="Failed to update the database, (%s)."
_INVALID_DELETEDB="Failed to delete the database, (%s)."
_INVALID_ACTION="Failed to proceed the action, (%s)."
_INVALID_IMAGE_AUTH_INPUT="The input does not match."
_REQUIRED="Please input %s."
_NUMBER_ERROR="The input %s must be a number bigger than %d and less than %d."
_MAXLENGTH_ERROR="Exceeded the max. number of characters for %s. Please input less than %d characters."
_MAXRANGE_ERROR="%s must be more than %d and less than %d characters"
_INVALID_DATE="Unauthorized input, %s. Please input the correct date."
_HALFSIZESYMBOL_ERROR="Only alphabets and numbers are allowed to use for %s."
_FORMAT_WRONG_ERROR="Unauthorized pattern for %s"
_SESSION_TIMEOUT_ALERT = "This session will timeout in 1 minutes. \\nRefresh by clicking on some link or button.\\nIf you are editing some content, you\'d better save it as a local file. Otherwise, it will be lost."
_NOJAVASCRIPT_ERROR = "You need to have JavaScript enabled to use this page."
_NOCOOKIE_ERROR = "You need to have Cookie enabled to use this page."
_ACCESS_PRIVATE_SPACE="You are not allowed to use this module in your private room anymore.
Please delete the block."
_PROHIBITION_STR_MES="Input %s is a character string of not being possible to use it.
Please input another character to %s."
;----------------メッセージ関連------------------------------------
_UPDATE_COMP = "Successfully updated."
;----------------セキュリティチェック時エラー------------------
_SECURITY_GROUPS_DENYIPMOVE_ERROR = "IP change was detected."
_SECURITY_NULL_BYTE_ERROR = "Injecting Null-byte %s found." ;"Injecting Null-byte %s found."
_SECURITY_DOUBTFUL_FILE_ERROR = "Doubtful file specification %s found.\n" ;"Doubtful file specification %s found.\n"
_SECURITY_CONTAMI_ACTION_ERROR = "Attempt to inject %s was found." ;"Attempt to inject %s was found."
_SECURITY_ISOLATED_COMMENT_ERROR = "Isolated comment-in found. (%s)" ;"Isolated comment-in found. (%s)"
_SECURITY_UNION_ERROR = "Pattern like SQL injection found. (%s)" ;"Pattern like SQL injection found. (%s)"
_SECURITY_F5ATTACK_ERROR = "Unauthorized access:F5 Attack(%s)" ;"unauthorized access:F5 Attack(%s)"
_SECURITY_CRAWLER_ERROR = "Unauthorized access:Crawler" ;"unauthorized access:Crawler"
;---------------------------------------------
_NONE_MODULE_NAME="名称未設定"
;-----------------DEBUG関連---------------------
_MAPLE_DEBUG_SKIP_MES="Skip"
_MAPLE_DEBUG_REQUEST="Request parameter"
_MAPLE_DEBUG_ACTION="Action"
_MAPLE_DEBUG_ERRORLIST="Error list"
_MAPLE_DEBUG_DICON="DI Container"
;-----------------区切り文字-----
_SEPARATOR=" | "
_SEPARATOR2=" : "
;-----------------日付区切り文字--
_DAYSEPARATOR="/"
_TIMESEPARATOR=":"
;-----------------ファイルアップロード関連-------------------
_FILE_UPLOAD_ERR_MAX_FILESIZE_INI="The uploaded file is too big! It exceeds the upload_max_filesize defined in php.ini."
_FILE_UPLOAD_ERR_MAX_FILESIZE="The uploaded file is too big! It exceeds the MAX_FILE_SIZE defined in HTML form."
_FILE_UPLOAD_ERR_PART_OF_FILE="Only partially uploaded."
_FILE_UPLOAD_ERR_FAILURE="Failed uploading file.: "
_FILE_UPLOAD_ERR_FILENAME_REJECRED="Filename rejected."
_FILE_UPLOAD_ERR_SIZE = "File size too large. Max %u byte."
_FILE_UPLOAD_ERR_MAX_CAPACITY="Total file size uploaded to the room, %s, exceeded the limit.
The limit is %sByte(%sByte left)."
_FILE_UPLOAD_ERR_SUMSIZE_SIZE="Total file size exceeded the limit.
Only %sByte left"
_FILE_UPLOAD_ERR_IMAGETYPE = "Only BMP,GIF,JPEG,PNG,TIFF files are allowed as image files."
_FILE_UPLOAD_ERR_MIMETYPE = "Invalid extension."
_FILE_UPLOAD_ERR_EXTENSION = "Invalid extension."
_FILE_UPLOAD_ERR_UPLOAD_NOFILE = "Specify the file."
_FILE_UPLOAD_ERR_UPLOAD_WIDTHLARGE = "File width must be smaller than %u."
_FILE_UPLOAD_ERR_UPLOAD_HEIGHTLARGE = "File height must be smaller than %u."
_SETTINGMODE_BTN="Setting mode on"
_SETTINGMODE_BTN_TITLE="Switching to the setting mode to design the page."
_SETTINGMODE_END_BTN="Setting mode off"
_SETTINGMODE_END_TITLE="Switching to the normal mode."
_EDIT_BTN="Edit"
_EDIT_END_BTN="Quit"
_ADMIN_BTN="Control Panel"
_ADMIN_END_BTN="Back to the Rooms"
_DELETE_BTN="Delete"
_DELETE_CLOSE="Close"
_DELETE_CONFIRM="Deleting the block, %s, from the page.
Are you sure to proceed?"
_SHORTCUT="Shortcut"
_PRINT_ICON="Print"
;//-----------------検索関連-------------------
_SEARCH_MORE = "..."
_SEARCH_SUBJECT_LEN = 64
_SEARCH_CONTENTS_LEN = 128
_SEARCH_SUBJECT_SEPARATOR = " - " ;//検索件名セパレータ
_SEARCH_SUBJECT_NONEXISTS = "No title" ;//検索件名が存在しない場合
_SEARCH_EM_SIZE_SPACE = " " ;//全角スペース
;//-----------------コンポーネントタイトル-------------------
_DBLCLICK_EDIT="Double-Click to edit."
_CLICK_EDIT="Click to edit."
_DRAGANDDROP_MOVE="Drag & drop to move."
_BLOCK_EDIT_TITLE = "Edit the block."
_BLOCK_EDIT_END_TITLE = "Quit"
_BLOCK_DELETE_TITLE = "Delete the block."
_OK="OK"
_CANCEL="Cancell"
_GUEST = "Guest" ;//ログインしていないハンドル名
_SPACE_TYPE_NAME_PUBLIC = "Public Space"
_SPACE_TYPE_NAME_MYPORTAL = "My Portal"
_SPACE_TYPE_NAME_PRIVATE = "Private Space"
_SPACE_TYPE_NAME_GROUP = "Group Space"
;----------------権限名-------------------------
_AUTH_SYSADMIN_NAME="Chief Administrator"
_AUTH_ADMIN_NAME="Administrator"
_AUTH_CHIEF_NAME="Room Manager"
_AUTH_MODERATE_NAME="Moderator"
_AUTH_GENERAL_NAME="Common User"
_AUTH_GUEST_NAME="Guest"
_AUTH_OTHER_NAME="No Member"
_UNSETTING_BLOCK_NAME="Not specified"
;----------------SUMMARY属性用文言
_SUMMARY_ADDFORM ="Form"
_SUMMARY_ADDNEWFORM ="Create new"
_SUMMARY_AUTHORITYSETTING_FORM ="Authority setting"
_SUMMARY_BASICSETTING ="Basic setting"
_SUMMARY_CATEGORY ="Category"
_SUMMARY_CATEGORYEDIT_FORM ="Edit category"
_SUMMARY_CALENDAR ="Calender"
_SUMMARY_CONFIRMATION ="Comfirm"
_SUMMARY_COMMENT_KATAKANA ="Comment"
_SUMMARY_COMMENT_WRITE ="Enter a comment"
_SUMMARY_CONTENTS ="Content"
_SUMMARY_CORRECTIONFROM ="Modification form"
_SUMMARY_DETAIL ="Details"
_SUMMARY_DETAIL_TITLE ="Title"
_SUMMARY_DISPCHANGE ="Change display type"
_SUMMARY_DISPCHANGEFORM ="Change display type"
_SUMMARY_DISPFLAT ="Flat"
_SUMMARY_DISPLIST ="Show list"
_SUMMARY_DISPNUMBER_CHANGE ="Number of articles to show"
_SUMMARY_DISPSETTING_FORM ="Set display type"
_SUMMARY_DISPCHANGE_FORM ="Change display type"
_SUMMARY_EDITFORM ="Edit form"
_SUMMARY_EXPLANATION ="Discription"
_SUMMARY_EXPLANATION_SENTENS ="More discription"
_SUMMARY_FILELIST ="List of files"
_SUMMARY_GRAPH ="Summary"
_SUMMARY_INPUTFORM ="Form"
_SUMMARY_LIST ="List"
_SUMMARY_LISTEDIT ="Change display order"
_SUMMARY_LISTEDIT_FORM ="Set display order"
_SUMMARY_NEWINFORMATION ="Summary of latest articles"
_SUMMARY_PLACE_EDIT ="Change directory"
_SUMMARY_PAGECHANGE ="Change page"
_SUMMARY_PREVIEW ="Preview"
_SUMMARY_REGISTFORM ="Registration form"
_SUMMARY_APPLICATION ="Application form"
_SUMMARY_RESERVEADD ="Add a plan"
_SUMMARY_RESULTLIST ="Result"
_SUMMARY_SEARCHFORM ="Search form"
_SUMMARY_TARGETMODULE ="Select module"
_SUMMARY_SEARCH_RESULT ="Search result"
_SUMMARY_SELECTFILE ="Select a file"
_SUMMARY_SETTINGCONTENTS ="Setting"
_SUMMARY_SETTINGFORM ="Setting form"
_SUMMARY_SETTINGITEM ="Setting items"
_SUMMARY_SLIDESHOW ="Slide Show"
_SUMMARY_SUMMARYRESULT ="Summary"
_SUMMARY_TITLEEDIT ="Edit title form"
_SUMMARY_UPDATEFORM ="Update form"
_SUMMARY_UPLOAD_LIST ="List of upload files"
_SUMMARY_UPLOADFORM ="Upload form"
_SUMMARY_SELECTFORM ="Select form"
_SUMMARY_TABSET ="Tab set"
;----------------- 日時フォーマット(timezone_date_format関数用) -----------------
_DATE_FORMAT = "Y/m/d"
_SHORT_DATE_FORMAT = "y/m/d"
_TIME_FORMAT = "H:i:s"
_SHORT_TIME_FORMAT = "H:i"
_FULL_DATE_FORMAT = "Y/m/d H:i:s"
_SHORT_FULL_DATE_FORMAT = "y/m/d H:i:s"
_INPUT_DATE_FORMAT = "Y/m/d" ;"Y/m/d" or "m/d/Y" or "d/m/Y"
;-----------------携帯関連-----------------
_MOBILE_TITLE_LENGTH = 20
;----音声ブラウザ、スクリーンリーダー関連---
_READER_FLAG_VALUE = 1
[Global_Force]
;----------------- 日時フォーマット(timezone_date_format関数用) -----------------
_date_format = _DATE_FORMAT
_short_date_format = _SHORT_DATE_FORMAT
_time_format = _TIME_FORMAT
_short_time_format = _SHORT_TIME_FORMAT
_full_date_format = _FULL_DATE_FORMAT
_short_full_date_format = _SHORT_FULL_DATE_FORMAT
_input_date_format = _INPUT_DATE_FORMAT
;_cut="Cut"
;_copy="Copy"
;_paste="Paste"
;;;_delete="Delete"
;_protection="Copy Guard"
_changename="Change name"
;_shortcut_protection="Shortcut Guard"
_property= "Property"
;_close="Close"
_grouping="Grouping"
_grouping_title="Grouping the selected blocks"
_cancel_grouping="Ungrouping"
_cancel_grouping_title="Ungrouping the selected blocks"
;_grouping_confirm="You are grouping the selected blocks.
Are you sure?"
;_cancel_grouping_confirm="You are ungrouping %s.
Are you sure?"
_audio_browser="For the audio browser users"
_pc_viewer="Switch to PC Viewer"
_confirm_pc_view="Switch to PC Viewer.\nAre you sure?"
_move_center="Move to the content area"
_invalid_auth=_INVALID_AUTH
_invalid_input=_INVALID_INPUT
_invalid_image_auth_input=_INVALID_IMAGE_AUTH_INPUT
_invalid_action="Invalid action detected."
_required=_REQUIRED
_wrong="Invalid action detected."
_edit_page_design="Page style"
_edit_page_design_title="Display the page style editor as a pop-up window."
_edit_design="Block style"
_edit_operation="Block operation"
_close_btn="Close"
_grouping_confirm="You are grouping the selected blocks.
Are you sure?"
_cancel_grouping_confirm="You are ungrouping the selected blocks.
Are you sure?"
_grouping_confirm_error="No block selected.
Please select at lease one block to group."
_cancel_grouping_confirm_error="No group selected.
Please select at lease one block to ungroup."
_close_block_confirm="You are cancelling the setting.
Are you sure to close?"
;----------------- モジュール編集画面共通ラベル -----------------
_list="Show list"
_create="Create new"
_change_display="Display style"
_list_desc="The highlighted target, %s, is currently displayed."
_operation="active"
_operate="activate"
_stop="stop"
_creator="Creator"
_create_date="Date"
_manage="Control"
_separator=_SEPARATOR
_separator2=_SEPARATOR2
_edit="Edit"
_delete="Delete"
_ref="Reference"
_back_to_list = "To list"
_ref_title = "%s will be displayed."
_open_title = "%s will be opened."
_move_title = "Move to %s."
_edit_title = "Edit %s."
_del_title = "Delete %s."
_del_confirm = "Are you sure to delete %s?"
_user_title = "Show the data of %s."
_update_comp = _UPDATE_COMP
;----------------- 一般 -----------------
_arrow_separator=" >> "
_regist="OK"
_send="Send"
_cancel="Cancel"
_temporary="Save temporally"
_temporary_state="[Temporary...]"
_btn_next_arrow="Next>>"
_btn_prev_arrow="<<Back"
_btn_prev_arrow_simple="Back"
_details_link="Detail setting"
_details="Details"
_print="Print"
_print_icon=_PRINT_ICON
_preview="Preview"
_btn_add_arrow="Add>>"
_btn_del_arrow="<<Delete"
_btn_select_all="Select All"
_btn_release_all="Release All"
_mes_pluralselecthelp="[Hold down the Ctrl-key (Windows) / Command-key (Macintosh) while click for multiple selections.]"
_ok="OK"
_apply="Apply"
_new="new"
_number_error=_NUMBER_ERROR
_maxlength_error=_MAXLENGTH_ERROR
_maxrange_error=_MAXRANGE_ERROR
_invalid_date=_INVALID_DATE
_image_auth = "Picture certification"
_calendar_menu="Display the calendar menu."
_show_today="Show today."
_show_month="Show this month."
_show_year="Show this year."
;-----------------携帯関連-----------------
_mobile_separator = "|"
_mobile_login = "Login"
_mobile_logout = "Logout"
_mobile_date_format = "y/m/d H:i"
_mobile_node = ">"
_mobile_year = "/"
_mobile_month = "/"
_mobile_day = ""
_mobile_hour = ":"
_mobile_minute = ""
_mobile_switch = "Switch"
_mobile_temporary_state = "Temporary..."
_mobile_user = "by "
_mobile_view_html = "Display by HTML"
_mobile_view_text = "Display by TEXT"
_mobile_error_noblock = "No %s is found."
_mobile_page = "Page: "
_mobile_new = "new"
_mobile_child_new = "new"
_mobile_year_label = "Year"
_mobile_month_label = "Month"
_mobile_day_label = "Day"
_mobile_hour_label = "Hour"
_mobile_minuteLabel = "Minute"
;-----------------Month List-------------------
_month_short_list = "Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec"
_month_list = "January|February|March|April|May|June|July|August|September|October|November|December"
;-----------------RSS配信関連(rss_feed.xml)----------
_rss_photo_count = "%s photos"
[Global]
_login="UserLogin"
_login_title="Login"
_login_user="Username(ID)"
_logout="Logout"
_logout_title="Logout"
;_toppage="Top Page"
;_mypage="My Page"
;_grouppage="Group Page"
_context_to_edit="Edit"
_context_to_main="Quit"
_block_id="Block ID"
_module_id="Module ID"
_page_id="Page ID"
_page_name="Page Title"
;----------------権限名-------------------------
_createroom_flag_name="Allow to create
subgroups?"
;-----------------月別一覧回数関連-------------------
_monthlynumber_num = "number of times"
_monthlynumber_roomname = "groups"
_monthlynumber_month = "month"
_login_number = "Number of total accesses"
_hit_number = "Number of accesses"
_posting_number = "Comments/Posts"