Shinsuke Sugaya před 10 roky
rodič
revize
cdbe146970
1 změnil soubory, kde provedl 1479 přidání a 0 odebrání
  1. 1479 0
      src/main/resources/application_en.properties

+ 1479 - 0
src/main/resources/application_en.properties

@@ -0,0 +1,1479 @@
+errors.front_header=<div class="alert"><button type="button" class="close" data-dismiss="alert">\u00d7</button>
+errors.front_footer=</div>
+errors.front_prefix=<div>
+errors.front_suffix=</div>
+errors.header=<div class="alert-message error">
+errors.footer=</div>
+errors.prefix=<p>
+errors.suffix=</p>
+errors.invalid={0} is invalid.
+errors.maxlength={0} can not be greater than {1} characters.
+errors.minlength={0} can not be less than {1} characters.
+errors.maxbytelength={0} can not be greater than {1} bytes.
+errors.minbytelength={0} can not be less than {1} bytes.
+errors.range={0} is not in the range {1} through {2}.
+errors.required={0} is required.
+errors.byte={0} must be an byte.
+errors.date={0} is not a date.
+errors.double={0} must be an double.
+errors.float={0} must be an float.
+errors.integer={0} must be an integer.
+errors.long={0} must be an long.
+errors.short={0} must be an short.
+errors.creditcard={0} is not a valid credit card number.
+errors.email={0} is an invalid e-mail address.
+errors.url={0} is an invalid url (web address).
+errors.cronexpression={0} is a invalid format.
+errors.uritype={0} is a invalid uri.
+errors.alphaDigitOnly={0} must be alphabet or digit only.
+errors.alphaDigitSpaceOnly={0} must be alphabet, digit, or space only.
+errors.token=Invalid request.
+
+errors.failed_to_update_crawler_params=Failed to update parameters. Please contact to a site administrator.
+errors.failed_to_update_web_crawler_params=Failed to update parameters. Please contact to a site administrator.
+errors.failed_to_update_solr_params=Failed to update parameters. Please contact to a site administrator.
+error.login_error=Username or Password is not correct.
+errors.failed_to_commit_solr_index=Failed to commit index.
+errors.failed_to_optimize_solr_index=Failed to optimize index.
+errors.failed_to_delete_solr_index=Failed to delete index.
+errors.failed_to_start_solr_process_because_of_running=Failed to start a process because of running solr process.
+errors.failed_to_import_data=Failed to restore data.
+errors.unknown_import_file=Unknown file type.
+errors.failed_to_export_data=Failed to backup data.
+errors.could_not_find_log_file=Could not find {0}.
+errors.no_running_crawl_process=No running crawl process.
+errors.failed_to_start_crawl_process=Failed to start a crawl process.
+errors.invalid_design_jsp_file_name=Invalid JSP file.
+errors.design_jsp_file_does_not_exist=JSP file does not exist.
+errors.design_file_name_is_not_found=The file name is not specified.
+errors.failed_to_write_design_image_file=Failed to upload an image file.
+errors.failed_to_update_jsp_file=Failed to update a jsp file.
+errors.design_file_name_is_invalid=The file name is invalid.
+errors.design_file_is_unsupported_type=The kind of file is unsupported.
+errors.failed_to_start_solr_instance=Failed to start a solr instance.
+errors.failed_to_stop_solr_instance=Failed to stop a solr instance.
+errors.failed_to_reload_solr_instance=Failed to reload a solr instance.
+errors.failed_to_update_crawler_schedule=Failed to update a crawling schedule.
+errors.failed_to_create_crawling_config_at_wizard=Failed to create a crawling config.
+errors.design_editor_disabled=This feature is disabled.
+errors.could_not_create_search_log_csv=Could not create a search log csv file.
+errors.not_found_on_file_system=Not Found: {0}
+errors.could_not_open_on_system=Could not open {0}. <br/>Please check if the file is associated with an application.
+errors.process_time_is_exceeded=The limit of a search time was exceeded. The partial result was displayed.
+errors.result_size_exceeded=No more results could be displayed.
+errors.target_file_does_not_exist={0} file does not exist.
+errors.failed_to_download_file=Failed to download {0} file.
+errors.failed_to_delete_file=Failed to delete {0} file.
+errors.failed_to_redirect=Failed to redirect {0}.
+errors.no_launcher_applet_jar=No launcher file.
+errors.unsupported_encoding={0} is not supported as encoding.
+errors.docid_not_found=Not found Doc ID:{0}
+errors.document_not_found=Not found URL of Doc ID:{0}
+errors.not_load_from_server=Could not load from this server: {0}
+errors.failed_to_start_job=Failed to start job {0}.
+errors.failed_to_stop_job=Failed to stop job {0}.
+errors.expired_dict_id=Expired dictionary information. Please reload it.
+errors.failed_to_create_cache=Failed to create a cache reponse for ID:{0}.
+errors.synonym_file_is_not_found=Synonym file is not found
+errors.failed_to_download_synonym_file=Failed to download the Synonym file.
+errors.failed_to_upload_synonym_file=Failed to upload the Synonym file.
+errors.userdict_file_is_not_found=Synonym file is not found
+errors.failed_to_download_userdict_file=Failed to download the UserDict file.
+errors.failed_to_upload_userdict_file=Failed to upload the UserDict file.
+
+errors.invalid_query_unknown=The given query is invalid.
+errors.invalid_query_quoted=An invalid quote character is used.
+errors.invalid_query_curly_bracket=An invalid curly bracket character is used.
+errors.invalid_query_square_bracket=An invalid square bracket character is used.
+errors.invalid_query_parenthesis=An invalid parenthesis character is used.
+errors.invalid_query_num_range=An invalid range is used. The example of the range format is "field:[20020101 TO 20030101]".
+errors.invalid_query_str_range=An invalid range is used. The example of the range format is "field:'{'Aida TO Carmen'}'".
+
+success.update_crawler_params=Updated parameters.
+success.update_web_crawler_params=Updated parameters.
+success.update_solr_params=Updated parameters.
+success.commit_solr_index=Started a process to commit index.
+success.optimize_solr_index=Started a process to optimize index.
+success.delete_solr_index=Started a process to optimize index.
+success.importing_data=Started to restore data from the uploaded file.
+success.crawling_session_delete_all=Deleted session data.
+success.start_crawl_process=Started a crawl process.
+success.stopping_crawl_process=Stopping a crawl process.
+success.upload_design_file=Uploaded {0}.
+success.update_design_jsp_file=Updated {0}.
+success.starting_solr_instance=Starting a solr instance.
+success.stopping_solr_instance=Stopping a solr instance.
+success.reloading_solr_instance=Reloading a solr instance.
+success.update_crawler_schedule=Updated a crawling schedule.
+success.create_crawling_config_at_wizard=Created a crawling config ({0}).
+success.search_log_delete_all=Deleted search logs.
+success.failure_url_delete_all=Deleted failure urls.
+success.delete_file=Deleted {0} file.
+success.user_info_delete_all=Deleted user information.
+success.favorite_log_delete_all=Deleted popular urls
+success.job_started=Started job {0}.
+success.job_stopped=Stopped job {0}.
+success.joblog_delete_all=Deleted job logs.
+success.upload_synonym_file=Uploaded Synonym file.
+success.upload_userdict_file=Uploaded UserDict file.
+success.upload_suggest_elevate_word=Uploaded Additional Word file.
+success.upload_suggest_bad_word=Uploaded Bad Word file.
+
+# labels
+labels.authRealm=Realm
+labels.available=Status
+labels.createdBy=Created by
+labels.createdTime=Created Time
+labels.deletedBy=Deleted by
+labels.deletedTime=Deleted Time
+labels.depth=Depth
+labels.excludedPaths=Excluded Paths For Crawling
+labels.excludedUrls=Excluded URLs For Crawling
+labels.excludedDocPaths=Excluded Paths For Indexing
+labels.excludedDocUrls=Excluded URLs For Indexing
+labels.hostname=Hostname
+labels.id=ID
+labels.includedPaths=Included Paths For Crawling
+labels.includedUrls=Included URLs For Crawling
+labels.includedDocPaths=Included Paths For Indexing
+labels.includedDocUrls=Included URLs For Indexing
+labels.intervalTime=Interval Time
+labels.maxAccessCount=Max Access Count
+labels.name=Name
+labels.numOfThread=Num of Thread
+labels.overlappingName=Overlapping Name
+labels.pageNumber=Page Number
+labels.password=Password
+labels.paths=Paths
+labels.port=Port
+labels.regex=Regexp.
+labels.regularName=Regular Name
+labels.replacement=Replacement
+labels.sessionId=Session ID
+labels.sortOrder=Display Order
+labels.updatedBy=Updated by
+labels.updatedTime=Updated Time
+labels.urls=URLs
+labels.userAgent=User Agent
+labels.username=Username
+labels.value=Value
+labels.versionNo=Version No.
+labels.webCrawlingConfigId=Web Config Name
+labels.logFileName=Log File Name
+labels.cronExpression=Schedule
+labels.dayForCleanup=Remove Index Before Days
+labels.commitPerCount=Commit per Document Size
+labels.crawlingThreadCount=Num of Simultaneous Crawler Config
+labels.snapshotPath=Snapshot Path
+labels.boost=Boost
+labels.uploadedFile=File
+labels.scheduleEnabled=Use Schedule
+labels.scheduleMonth=Month
+labels.scheduleDate=Date
+labels.scheduleHour=Hours
+labels.scheduleMin=Minutes
+labels.crawlingConfigName=Name
+labels.crawlingConfigPath=Crawling Path
+labels.deleteUrl=URL
+labels.processType=Process Type
+labels.parameters=Parameters
+labels.designFile=Upaload File
+labels.accessType=Access Type
+labels.additional=Additional Parameters
+labels.appendQueryParameter=Additional Query Parameters
+labels.callback=callback
+labels.clientIp=Client IP
+labels.code=User ID
+labels.commit=Commit
+labels.configId=Config ID
+labels.configParameter=Config Parameters
+labels.content=Content
+labels.csvEncoding=CSV Encoding
+labels.csvFileEncoding=CSV Encoding
+labels.currentServerForSelect=Current Server (Select)
+labels.currentServerForUpdate=Current Server (Update)
+labels.currentServerStatusForSelect=Current Server Status (Select)
+labels.currentServerStatusForUpdate=Current Server Status (Update)
+labels.defaultLabelValue=Default Label
+labels.designFileName=File Name
+labels.diffCrawling=Check Last Modified
+labels.distance=Distance
+labels.encoding=Encoding
+labels.errorCount=Error Count
+labels.errorLog=Error Log
+labels.errorName=Error Name
+labels.expiredTime=Expired
+labels.failureCountThreshold=Failure Count
+labels.fileConfigId=ID
+labels.fileConfigName=Config Name
+labels.fileCrawlingConfigId=FS Config Name
+labels.fileName=File name
+labels.groupName=Solr Group
+labels.handlerName=Handler Name
+labels.handlerParameter=Parameters
+labels.handlerScript=Scripts
+labels.hitCount=Hit Count
+labels.hotSearchWord=Popular words
+labels.ignoreFailureType=Ignored Failure Type
+labels.intervalTime=Interval
+labels.lastAccessTime=Last Accessed
+labels.latitude=Latitude
+labels.longitude=Longitude
+labels.notificationTo=Notification To
+labels.num=Num
+labels.optimize=Optimize
+labels.overwrite=Overwrite
+labels.pn=Page Numger
+labels.protocolScheme=Scheme
+labels.purgeByBots=Purge By Bots
+labels.purgeSearchLogDay=Purge Search Log
+labels.query=Query
+labels.queryId=Query ID
+labels.queryOffset=Offset
+labels.queryPageSize=Page Size
+labels.range=Range
+labels.referer=Referrer
+labels.requestedTime=Requested Time
+labels.responseTime=Response Time
+labels.returnPath=Return Path
+labels.rt=rt
+labels.scheduleDay=Schedule
+labels.searchLog=Search Log
+labels.searchWord=Search Word
+labels.serverRotation=Server Rotation
+labels.snapshotReplication=Index Replication
+labels.solrInstanceName=Solr Instance Name
+labels.sort=Sort
+labels.start=Start Pos
+labels.supportedSearch=Supported Search
+labels.threadName=Thread Name
+labels.type=Type
+labels.u=URL
+labels.uri=URI
+labels.url=URL
+labels.userFavorite=Favorite Log
+labels.userId=User ID
+labels.userInfo=User Info
+labels.userSessionId=User ID
+labels.webApiJson=JSON Response
+labels.webApiXml=XML Response
+labels.webConfigId=ID
+labels.webConfigName=Config Name
+labels.allLanguages=All Languages
+labels.dictId=Dictionary ID
+labels.docId=Document ID
+labels.endTime=End Time
+labels.fn=fn
+labels.hq=hq
+labels.inputs=Source
+labels.jobLogging=Logging
+labels.jobName=Name
+labels.jobStatus=Status
+labels.labelTypeIds
+labels.lang=lang
+labels.outputs=Target	
+labels.pos=POS
+labels.purgeJobLogDay=Purge Job Log Before
+labels.purgeUserInfoDay=Purge User Before
+labels.reading=Reading
+labels.roleTypeIds=Role ID
+labels.scriptData=Script
+labels.scriptResult=Result
+labels.scriptType=Executor
+labels.segmentation=Segmentation
+labels.startTime=Start Time
+labels.target=Target
+labels.token=Token
+labels.useAclAsRole=Use ACL as Role
+labels.synonymFile=Synonym File
+labels.userDictFile=UserDict File
+labels.suggestElevateWordFile=Additional Word File
+labels.suggestBadWordFile=Bad Word File
+
+# view/common/common.jsp
+
+# view/common/admin/layout.jsp
+
+# view/common/admin/menu.jsp
+labels.menu_system=System
+labels.menu.wizard=&#x00bb; Wizard
+labels.menu.crawl_config=&#x00bb; General
+labels.menu.scheduled_job_config=&#x00bb; Scheduled Jobs
+labels.menu.system_config=&#x00bb; System
+labels.menu.document_config=&#x00bb; Index
+labels.menu.design=&#x00bb; Design
+labels.menu.dict=&#x00bb; Dictionary
+labels.menu.data=&#x00bb; Backup/Restore
+
+labels.menu_crawl=Crawler
+labels.menu.web=&#x00bb; Web
+labels.menu.file_system=&#x00bb; File System
+labels.menu.data_store=&#x00bb; Data Store
+labels.menu.label_type=&#x00bb; Label
+labels.menu.key_match=&#x00bb; Key Match
+labels.menu.boost_document_rule=&#x00bb; Doc Boost
+labels.menu.path_mapping=&#x00bb; Path Mapping
+labels.menu.web_authentication=&#x00bb; Web Authentication
+labels.menu.file_authentication=&#x00bb; File Authentication
+labels.menu.request_header=&#x00bb; Request Header
+labels.menu.overlapping_host=&#x00bb; Overlapping Host
+labels.menu.role_type=&#x00bb; Role
+
+labels.menu_suggest=Suggest
+labels.menu.suggest_elevate_word=&#x00bb; Additional Word
+labels.menu.suggest_bad_word=&#x00bb; Bad Word
+
+labels.menu_system_log=System Info
+labels.menu.system_info=&#x00bb; Config Info
+labels.menu.session_info=&#x00bb; Session Info
+labels.menu.log=&#x00bb; Log Files
+labels.menu.jobLog=&#x00bb; Job Log
+labels.menu.failure_url=&#x00bb; Failure URL
+labels.menu.search_list=&#x00bb; Search
+
+labels.menu_user_log=User Info
+labels.menu.search_log=&#x00bb; Search Log
+labels.menu.stats=&#x00bb; Statistics
+labels.menu.user=&#x00bb; Users
+labels.menu.favoriteLog=&#x00bb; Popular URL
+
+labels.menu.logout=Logout
+
+# view/common/admin/header.jsp
+labels.header.logo_alt=Fess
+labels.header.home=Home
+labels.header.help=Help
+
+# view/common/admin/footer.jsp
+labels.footer.copyright=Copyright(C) 2009-2015 CodeLibs Project. <span class="br-phone"></span>All Rights Reserved.
+
+# view/search.jsp
+labels.search=Search
+labels.search_result_status=Results <b>{2}</b><span class="br-phone"></span><span class="hidden-phone"> -</span> <b>{3}</b> of <b>{1}</b> pages for <b>{0}</b>
+labels.search_result_time=({0} sec)
+labels.prev_page=Prev
+labels.next_page=Next
+labels.did_not_match=Your search - <b>{0}</b> - did not match any documents.
+labels.search_header_logo_alt=Fess
+labels.search_result_noneselect_label=-- Label --
+labels.search_result_select_label=# selected
+labels.search_title=Fess
+labels.search_hot_search_word=Popular Words: 
+labels.search_result_select_sort=-- Sort --
+labels.search_result_select_num=-- Results per page --
+labels.search_result_sort_created_asc=Date (ascending)
+labels.search_result_sort_created_desc=Date (descending)
+labels.search_result_sort_contentLength_asc=Size (ascending)
+labels.search_result_sort_contentLength_desc=Size (descending)
+labels.search_result_sort_lastModified_asc=Last Modified (ascending)
+labels.search_result_sort_lastModified_desc=Last Modified (descending)
+labels.search_result_sort_clickCount_asc=Click (ascending)
+labels.search_result_sort_clickCount_desc=Click (descending)
+labels.search_result_sort_favoriteCount_asc=Favorite (ascending)
+labels.search_result_sort_favoriteCount_desc=Favorite (descending)
+labels.search_result_size={0} bytes
+labels.search_result_created=Registered: 
+labels.search_result_lastModified=Last Modified: 
+labels.search_result_favorite=Vote it
+labels.search_result_favorited=Voted
+labels.search_click_count=Click: {0}
+labels.search_result_more=more..
+labels.search_result_cache=Cache
+
+label.facet_label_title=Label
+label.facet_lastModified_title=Term
+label.facet_lastModified_1day=Past 24 Hours
+label.facet_lastModified_1week=Past Week
+label.facet_lastModified_1month=Past Month
+label.facet_lastModified_1year=Past Year
+label.facet_contentLength_title=Size
+label.facet_contentLength_10k=&nbsp; - 10kb
+label.facet_contentLength_10kto100k=10kb - 100kb
+label.facet_contentLength_100kto500k=100kb - 500kb
+label.facet_contentLength_500kto1m=500kb - 1mb
+label.facet_contentLength_1m=1mb - &nbsp;
+label.facet_filetype_title=File Type
+label.facet_filetype_html=HTML
+label.facet_filetype_word=Word
+label.facet_filetype_excel=Excel
+label.facet_filetype_powerpoint=PowerPoint
+label.facet_filetype_pdf=PDF
+label.facet_filetype_others=PDF
+label.facet_label_reset=Reset
+
+labels.searchoptions_all=All
+labels.searchoptions_score=Score
+labels.searchoptions_menu_sort=Sort: 
+labels.searchoptions_menu_num=Result Per Page: 
+labels.searchoptions_num={0} results
+labels.searchoptions_menu_lang=Language: 
+labels.searchoptions_menu_labels=Labels: 
+labels.searchheader_username=Username: {0}
+
+# view/error.jsp
+labels.error_title=Error
+
+# view/error/system.jsp
+labels.system_error_title=System Error
+labels.contact_site_admin=Contact the Site Administrator.
+labels.request_error_title=Bad Request
+labels.bad_request=Invalid request for the url.
+
+# view/error/notFound.jsp
+labels.page_not_found_title=Page Not Found
+labels.check_url=Check the url.
+
+# view/login/index.jsp
+labels.home=Home
+labels.user_name=User Name
+labels.login=Login
+labels.login.footer_copyright=Copyright(C) 2009-2014 CodeLibs Project. All Rights Reserved.
+labels.login_title=Login
+labels.index_label=Labels
+labels.index_lang=Languages
+labels.index_sort=Sort
+labels.index_num=Results per page
+
+# view/login/logout.jsp
+labels.logout_title=Logout
+labels.logout=Logout
+labels.do_you_want_to_logout=Do you want to logout?
+labels.logout_button=Logout
+
+# view/index.jsp
+labels.top.search=Search
+labels.search_top_logo_alt=Fess
+labels.index_title=Fess
+labels.index_subtitle=Full tExt Search Server
+labels.index_search_title=Search
+labels.index_form_query_label=Search the Web/Document
+labels.index_form_label_label=Select a label
+labels.index_form_search_btn=Search
+labels.index_form_reset_btn=Reset
+labels.index_hotkeywords_title=Popular Words
+labels.index_osdd_title=Fess Search
+labels.index_form_option_btn=Options
+labels.index_help=Help
+labels.search_options=Search Options
+labels.search_options_close=Close
+labels.search_options_clear=Clear
+labels.search_cache_msg=This is a cache of {0}. It is a snapshot of the page at {1}.
+labels.search_unknown=Unknown
+
+# view/footer.jsp
+labels.footer_back_to_top=Back to top
+
+# view/header.jsp
+labels.header_brand_name=Fess
+labels.header_form_option_btn=Options
+
+# view/applet/launcher.jsp
+labels.open_uri=Accessing {0}<br>At a first time starting, it might take a little more time to open the file.
+
+# view/admin/fileCrawlingConfig/edit.jsp
+labels.file_crawling_configuration=File Crawling Configuration
+labels.file_crawling_title_details=File Crawling Configuration
+labels.included_paths=Included Paths For Crawling
+labels.excluded_paths=Excluded Paths For Crawling
+labels.included_doc_paths=Included Paths For Indexing
+labels.excluded_doc_paths=Excluded Paths For Indexing
+labels.config_parameter=Config Parameters
+labels.max_access_count=Max Access Count
+labels.number_of_thread=The number of Tread
+labels.interval_time=Interval time
+labels.millisec=ms
+labels.role_type=Role
+labels.label_type=Label
+labels.file_crawling_button_create=Create
+labels.file_crawling_button_back=Back
+labels.file_crawling_button_confirm=Confirm
+
+# view/admin/fileCrawlingConfig/confirm.jsp
+labels.file_crawling_title_confirm=Confirm File Crawling Configuration
+labels.file_crawling_button_update=Update
+labels.file_crawling_button_delete=Delete
+labels.file_crawling_button_edit=Edit
+
+# view/admin/fileCrawlingConfig/error.jsp
+
+# view/admin/fileCrawlingConfig/index.jsp
+labels.file_crawling_link_create_new=Create New
+labels.file_crawling_link_list=List
+labels.file_crawling_link_create=Create New
+labels.file_crawling_link_update=Edit
+labels.file_crawling_link_delete=Delete
+labels.file_crawling_link_confirm=Details
+labels.file_crawling_link_details=Details
+labels.file_crawling_link_edit=Edit
+labels.file_crawling_link_delete=Delete
+labels.file_crawling_link_prev_page=Prev
+labels.file_crawling_link_next_page=Next
+
+# view/admin/webCrawlingConfig/edit.jsp
+labels.web_crawling_configuration=Web Crawling Configuration
+labels.web_crawling_title_details=Web Crawling Configuration
+labels.included_urls=Included URLs For Crawling
+labels.excluded_urls=Excluded URLs For Crawling
+labels.included_doc_urls=Included URLs For Indexing
+labels.excluded_doc_urls=Excluded URLs For Indexing
+labels.user_agent=User Agent
+labels.web_crawling_button_create=Create
+labels.web_crawling_button_back=Back
+labels.web_crawling_button_confirm=Confirm
+
+# view/admin/webCrawlingConfig/confirm.jsp
+labels.web_crawling_title_confirm=Confirm Web Crawling Configuration
+labels.web_crawling_button_update=Update
+labels.web_crawling_button_delete=Delete
+labels.web_crawling_button_edit=Edit
+
+# view/admin/webCrawlingConfig/error.jsp
+
+# view/admin/webCrawlingConfig/index.jsp
+labels.web_crawling_link_create_new=Create New
+labels.web_crawling_link_list=List
+labels.web_crawling_link_create=Create New
+labels.web_crawling_link_update=Edit
+labels.web_crawling_link_delete=Delete
+labels.web_crawling_link_confirm=Details
+labels.web_crawling_link_details=Details
+labels.web_crawling_link_edit=Edit
+labels.web_crawling_link_delete=Delete
+labels.web_crawling_link_prev_page=Prev
+labels.web_crawling_link_next_page=Next
+
+# view/admin/crawl/index.jsp
+labels.crawler_configuration=General Configuration
+labels.crawler_title_edit=General Configuration
+labels.schedule=Schedule
+labels.optimize=Optimize Index
+labels.enabled=Enabled
+labels.commit=Commit Index
+labels.server_rotation=Server Rotation
+labels.day_for_cleanup=Remove Index Before
+labels.day=Day
+labels.crawl_button_update=Update
+labels.none=None
+labels.commit_per_count=Commit per Document Size
+labels.crawling_thread_count=Num of Simultaneous Crawler Config
+labels.diff_crawling=Check Last Modified
+labels.use_acl_as_role=Use ACL as Role
+labels.search_log_enabled=Search Logging
+labels.user_info_enabled=User Logging
+labels.user_favorite_enabled=Favarite Logging
+labels.web_api_xml_enabled=XML Response
+labels.web_api_json_enabled=JSON Response
+labels.web_api_suggest_enabled=Suggest API Response
+labels.web_api_analysis_enabled=Analysis API Response
+labels.default_label_value=Default Label Value
+labels.append_query_param_enabled=Append Params to URL
+labels.supported_search_feature=Supported Search
+labels.ignore_failure_type=Excluded Failure Type
+labels.failure_count_threshold=Failure Count Threshold
+labels.hot_search_word_enabled=Popular Word Response
+labels.supported_search_web=Web
+labels.supported_search_none=Not Available
+labels.purge_session_info_day=Purge Session Info Before
+labels.purge_search_log_day=Purge Search Log Before
+labels.purge_job_log_day=Purge Job Log Before
+labels.purge_user_info_day=Purge User Before
+labels.purge_by_bots=Bots Name For Purge
+labels.csv_file_encoding=Encoding for CSV
+labels.notification_to=Notification Email
+
+# view/admin/filePathMapping/edit.jsp
+labels.path_mapping_configuration=Path Mapping Configuration
+labels.path_mapping_title_details=Path Mapping
+labels.path_mapping_button_create=Create
+labels.path_mapping_button_back=Back
+labels.path_mapping_button_confirm=Confirm
+labels.disabled=Disabled
+labels.path_mapping_pt_crawling=Crawling
+labels.path_mapping_pt_displaying=Displaying
+labels.path_mapping_pt_both=Crawling/Displaying
+
+# view/admin/filePathMapping/confirm.jsp
+labels.path_mapping_title_confirm=Confirm Path Mapping
+labels.regular_name=Regular Name
+labels.overlapping_name=Overlapping Name
+labels.path_mapping_button_create=Create
+labels.path_mapping_button_back=Back
+labels.path_mapping_button_update=Update
+labels.path_mapping_button_delete=Delete
+labels.path_mapping_button_edit=Edit
+
+# view/admin/filePathMapping/error.jsp
+
+# view/admin/filePathMapping/index.jsp
+labels.path_mapping_link_create_new=Create New
+labels.path_mapping_link_list=List
+labels.path_mapping_link_create=Create New
+labels.path_mapping_link_update=Edit
+labels.path_mapping_link_delete=Delete
+labels.path_mapping_link_confirm=Details
+labels.path_mapping_link_details=Details
+labels.path_mapping_link_edit=Edit
+labels.path_mapping_link_delete=Delete
+labels.path_mapping_link_prev_page=Prev
+labels.path_mapping_link_next_page=Next
+
+# view/admin/overlappingHost/edit.jsp
+labels.overlapping_host_configuration=Overlapping Host Configuration
+labels.overlapping_host_title_details=Overlapping Host
+labels.overlapping_host_button_create=Create
+labels.overlapping_host_button_back=Back
+labels.overlapping_host_button_confirm=Confirm
+
+# view/admin/overlappingHost/confirm.jsp
+labels.overlapping_host_title_confirm=Confirm Overlapping Host
+labels.overlapping_host_button_create=Create
+labels.overlapping_host_button_back=Back
+labels.overlapping_host_button_update=Update
+labels.overlapping_host_button_delete=Delete
+labels.overlapping_host_button_edit=Edit
+
+# view/admin/overlappingHost/error.jsp
+
+# view/admin/overlappingHost/index.jsp
+labels.overlapping_host_link_create_new=Create New
+labels.overlapping_host_link_list=List
+labels.overlapping_host_link_create=Create New
+labels.overlapping_host_link_update=Edit
+labels.overlapping_host_link_delete=Delete
+labels.overlapping_host_link_confirm=Details
+labels.overlapping_host_link_details=Details
+labels.overlapping_host_link_edit=Edit
+labels.overlapping_host_link_delete=Delete
+labels.overlapping_host_link_prev_page=Prev
+labels.overlapping_host_link_next_page=Next
+
+# view/admin/solr/index.jsp
+labels.system_title_configuration=System Configuration
+labels.system_title_system_status=System Status
+labels.solr_button_update=Update
+labels.solr_active=Active
+labels.solr_inactive=Inactive
+labels.solr_ready=Ready
+labels.solr_completed=Completed
+labels.solr_unfinished=Unfinished
+labels.solr_action_none=None
+labels.solr_action_commit=Commit
+labels.solr_action_optimize=Optimize
+labels.solr_action_delete=Delete
+labels.solr_action_confirm_list=Results
+labels.solr_action_all=All
+labels.solr_current_select_server=Current Select Server
+labels.solr_current_update_server=Current Update Server
+labels.solr_title_action=Solr Action
+labels.solr_title_delete=Delete Docs From Index
+labels.crawler_process_running=Crawler Process
+labels.crawler_running=Running
+labels.crawler_stopped=Stopped
+labels.crawler_process_action=Action
+labels.solr_document_title=Added Docs
+labels.solr_group_name=Server Group
+labels.session_name=Session 
+labels.solr_num_of_docs=Num of Docs
+labels.solr_title_edit=Solr Status
+labels.crawler_button_start=Start Crawler
+labels.crawler_button_stop=Stop Crawker
+labels.solr_management_title=Solr Instance
+labels.solr_instance_name=Name
+labels.solr_instance_status=Status
+labels.solr_instance_action=Action
+labels.solr_instance_start=Start
+labels.solr_instance_stop=Stop
+labels.solr_instance_reload=Reload
+labels.solr_action_url_delete=URL
+labels.system_document_all=All
+labels.system_group_server_name=Group : Server
+labels.system_server_status=Server Status
+labels.system_index_status=Index Status
+labels.crawler_status_title=Crawler Status
+labels.crawler_sessionid_all=All
+labels.no_available_solr_servers=No available Solr server.
+labels.suggest_document_title=Added Suggest Docs
+labels.suggest_type=type
+labels.suggest_type_all=all
+labels.suggest_type_content=content
+labels.suggest_type_searchlog=search words
+labels.suggest_search_log_enabled=Suggest by Search Words
+labels.purge_suggest_search_log_day=Purge Suggest Docs by Search Words
+
+# view/admin/crawlingSession/confirm.jsp
+labels.crawling_session_title=Session Information
+labels.crawling_session_title_confirm=Crawling Information
+labels.crawling_session_button_back=Back
+labels.crawling_session_button_delete=Delete
+
+# view/admin/crawlingSession/error.jsp
+
+# view/admin/crawlingSession/index.jsp
+labels.crawling_session_configuration=Crawling Session
+labels.crawling_session_search=Search
+labels.crawling_session_reset=Reset
+labels.crawling_session_link_details=Details
+labels.crawling_session_link_delete=Delete
+labels.crawling_session_prev_page=Prev
+labels.crawling_session_next_page=Next
+labels.crawling_session_session_id_search=Session ID: 
+labels.crawling_session_session_id=Session ID
+labels.crawling_session_name=Name
+labels.crawling_session_created_time=Created
+labels.crawling_session_expired_time=Expired
+labels.crawling_session_delete_all_link=Delete All
+labels.crawling_session_delete_all_confirmation=Do you want to delete all?
+
+labels.crawling_session_CrawlerStatus=Crawling Status
+labels.crawling_session_CrawlerStartTime=Start Time (Crawling)
+labels.crawling_session_CrawlerEndTime=End Time (Crawling)
+labels.crawling_session_CrawlerExecTime=Exec Time (Crawling)
+labels.crawling_session_WebFsCrawlStartTime=Start Time (Web/File)
+labels.crawling_session_WebFsCrawlEndTime=End Time (Web/File)
+labels.crawling_session_DataCrawlStartTime=Start Time (Data Store)
+labels.crawling_session_DataCrawlEndTime=End Time (Data Store)
+labels.crawling_session_OptimizeStartTime=Start Time (Optimize)
+labels.crawling_session_OptimizeEndTime=End Time (Optimize)
+labels.crawling_session_OptimizeExecTime=Exec Time (Optimize)
+labels.crawling_session_CommitStartTime=Start Time (Commit)
+labels.crawling_session_CommitEndTime=End Time (Commit)
+labels.crawling_session_CommitExecTime=Exec Time (Commit)
+labels.crawling_session_WebFsCrawlExecTime=Exec Time (Web/File)
+labels.crawling_session_WebFsIndexExecTime=Indexing Exec Time (Web/File)
+labels.crawling_session_WebFsIndexSize=Index Size (Web/File)
+labels.crawling_session_DataCrawlExecTime=Exec Time (Data Store)
+labels.crawling_session_DataIndexExecTime=Indexing Exec Time (Data Store)
+labels.crawling_session_DataIndexSize=Index Size (Data Store)
+labels.crawling_session_ReplicationStatus=Replication Status
+labels.crawling_session_ReplicationStartTime=Start Time (Replication)
+labels.crawling_session_ReplicationEndTime=End Time (Replication)
+labels.crawling_session_ReplicationExecTime=Exec Time (Replication)
+
+# view/admin/data/index.jsp
+labels.data_configuration=Backup/Restore Configuration
+labels.backup_title_edit=Backup 
+labels.backup=Backup
+labels.download_data=Download as XML File
+labels.download_data_csv=Download as CSV File
+labels.restore_title_edit=Restore 
+labels.restore=File
+labels.upload_button=Restore Data
+labels.backup_config=Confinguration
+labels.backup_session_info=Session Info
+labels.backup_search_log=Search Log
+labels.backup_click_log=Click Long
+
+# view/admin/webAuthentication/index.jsp
+labels.web_authentication_configuration=Web Authentication
+labels.web_authentication_link_create_new=Create New
+labels.web_authentication_link_list=List
+labels.web_authentication_link_create=Create New
+labels.web_authentication_link_update=Edit
+labels.web_authentication_link_delete=Delete
+labels.web_authentication_link_confirm=Details
+labels.web_authentication_link_details=Details
+labels.web_authentication_link_edit=Edit
+labels.web_authentication_link_delete=Delete
+labels.web_authentication_link_prev_page=Prev
+labels.web_authentication_link_next_page=Next
+labels.web_authentication_list_hostname=Hostname
+labels.web_authentication_list_realm=Realm
+labels.web_authentication_list_web_crawling_config=Config Name
+labels.web_authentication_any=Any
+labels.web_authentication_create_web_config=Create New Web Config
+
+# view/admin/webAuthentication/edit.jsp
+labels.web_authentication_title_details=Web Authentication
+labels.web_authentication_button_create=Create
+labels.web_authentication_button_back=Back
+labels.web_authentication_button_confirm=Confirm
+labels.web_authentication_hostname=Hostname
+labels.web_authentication_port=Port
+labels.web_authentication_realm=Realm
+labels.web_authentication_scheme=Scheme
+labels.web_authentication_username=Username
+labels.web_authentication_password=Password
+labels.web_authentication_parameters=Parameters
+labels.web_authentication_web_crawling_config=Web Config
+labels.web_authentication_scheme_basic=Basic
+labels.web_authentication_scheme_digest=Digest
+labels.web_authentication_scheme_ntlm=NTLM
+
+# view/admin/webAuthentication/confirm.jsp
+labels.web_authentication_title_confirm=Web Authentication
+labels.web_authentication_button_update=Update
+labels.web_authentication_button_delete=Delete
+labels.web_authentication_button_edit=Edit
+
+# view/admin/log/confirm.jsp
+labels.log_configuration=Log Files
+labels.log_file_download_title=Log Files
+labels.log_file_name=File Name
+labels.log_file_date=Timestamp
+
+# view/admin/labelType/edit.jsp
+labels.labeltype_configuration=Label
+labels.labeltype_title_details=Label
+labels.labeltype_button_create=Create
+labels.labeltype_button_back=Back
+labels.labeltype_button_confirm=Confirm
+labels.labeltype_name=Name
+labels.labeltype_value=Value
+
+# view/admin/labelType/confirm.jsp
+labels.labeltype_title_confirm=Confirm Label
+labels.labeltype_button_create=Create
+labels.labeltype_button_back=Back
+labels.labeltype_button_update=Update
+labels.labeltype_button_delete=Delete
+labels.labeltype_button_edit=Edit
+labels.labeltype_included_paths=Included Paths
+labels.labeltype_excluded_paths=Excluded Paths
+
+# view/admin/labeltype/index.jsp
+labels.labeltype_link_create_new=Create New
+labels.labeltype_link_list=List
+labels.labeltype_link_create=Create New
+labels.labeltype_link_update=Edit
+labels.labeltype_link_delete=Delete
+labels.labeltype_link_confirm=Details
+labels.labeltype_link_details=Details
+labels.labeltype_link_edit=Edit
+labels.labeltype_link_delete=Delete
+labels.labeltype_link_prev_page=Prev
+labels.labeltype_link_next_page=Next
+
+# view/admin/roleType/edit.jsp
+labels.roletype_configuration=Role
+labels.roletype_title_details=Role
+labels.roletype_button_create=Create
+labels.roletype_button_back=Back
+labels.roletype_button_confirm=Confirm
+labels.roletype_name=Name
+labels.roletype_value=Value
+
+# view/admin/roleType/confirm.jsp
+labels.roletype_title_confirm=Confirm Role
+labels.roletype_button_create=Create
+labels.roletype_button_back=Back
+labels.roletype_button_update=Update
+labels.roletype_button_delete=Delete
+labels.roletype_button_edit=Edit
+
+# view/admin/roletype/index.jsp
+labels.roletype_link_create_new=Create New
+labels.roletype_link_list=List
+labels.roletype_link_create=Create New
+labels.roletype_link_update=Edit
+labels.roletype_link_delete=Delete
+labels.roletype_link_confirm=Details
+labels.roletype_link_details=Details
+labels.roletype_link_edit=Edit
+labels.roletype_link_delete=Delete
+labels.roletype_link_prev_page=Prev
+labels.roletype_link_next_page=Next
+
+# view/admin/requestHeader/index.jsp
+labels.request_header_configuration=Request Header
+labels.request_header_link_create_new=Create New
+labels.request_header_link_list=List
+labels.request_header_link_create=Create New
+labels.request_header_link_update=Edit
+labels.request_header_link_delete=Delete
+labels.request_header_link_confirm=Details
+labels.request_header_link_details=Details
+labels.request_header_link_edit=Edit
+labels.request_header_link_delete=Delete
+labels.request_header_link_prev_page=Prev
+labels.request_header_link_next_page=Next
+labels.request_header_list_name=Name
+labels.request_header_list_web_crawling_config=Config Name
+labels.request_header_create_web_config=Create New Web Config
+
+# view/admin/requestHeader/edit.jsp
+labels.request_header_title_details=Request Header
+labels.request_header_button_create=Create
+labels.request_header_button_back=Back
+labels.request_header_button_confirm=Confirm
+labels.request_header_name=Name
+labels.request_header_value=Value
+labels.request_header_web_crawling_config=Web Config
+
+# view/admin/requestHeader/confirm.jsp
+labels.request_header_title_confirm=Request Header
+labels.request_header_button_update=Update
+labels.request_header_button_delete=Delete
+labels.request_header_button_edit=Edit
+
+# view/admin/keyMatch/index.jsp
+labels.key_match_configuration=Key Match
+labels.key_match_link_create_new=Create New
+labels.key_match_link_list=List
+labels.key_match_link_create=Create New
+labels.key_match_link_update=Edit
+labels.key_match_link_delete=Delete
+labels.key_match_link_confirm=Details
+labels.key_match_link_details=Details
+labels.key_match_link_edit=Edit
+labels.key_match_link_delete=Delete
+labels.key_match_link_prev_page=Prev
+labels.key_match_link_next_page=Next
+labels.key_match_list_term=Term
+labels.key_match_list_query=Query
+labels.key_match_term=Term
+labels.key_match_query=Query
+labels.key_match_size=Size
+labels.key_match_boost=Boost
+
+# view/admin/keyMatch/edit.jsp
+labels.key_match_title_details=Key Match
+labels.key_match_button_create=Create
+labels.key_match_button_back=Back
+labels.key_match_button_confirm=Confirm
+labels.key_match_name=Name
+labels.key_match_value=Value
+
+# view/admin/keyMatch/confirm.jsp
+labels.key_match_title_confirm=Confirm Key Match
+labels.key_match_button_update=Update
+labels.key_match_button_delete=Delete
+labels.key_match_button_edit=Edit
+
+# view/admin/design/index.jsp
+labels.design_configuration=Design
+labels.design_title_file_upload=File Upload
+labels.design_title_file=File Manager
+labels.design_file=Upload File
+labels.design_file_name=Upload File Name (Optional)
+labels.design_button_upload=Upload
+labels.design_file_title_edit=Page View Files
+labels.design_edit_button=Edit
+labels.design_download_button=Download
+labels.design_delete_button=Delete
+labels.design_use_default_button=Use Default
+labels.design_file_index=Top Page
+labels.design_file_footer=Footer
+labels.design_file_search=Results Page (Frame)
+labels.design_file_searchResults=Results Page (Content)
+labels.design_file_searchNoResult=Results Page (No Result)
+labels.design_file_help=Help Page (Content)
+labels.design_file_header=Header
+labels.design_file_error=Search Error Page
+labels.design_file_cache=Cache Page
+labels.design_file_appletLauncher=File Launcher Page
+labels.design_file_errorHeader=Error Page (Header)
+labels.design_file_errorFooter=Error Page (Footer)
+labels.design_file_errorNotFound=Error Page (Not Found)
+labels.design_file_errorSystem=Error Page (System Error)
+labels.design_file_errorRedirect=Error Page (Redirect)
+labels.design_file_errorBadRequest=Error Page (BadRequest)
+labels.design_delete_confirmation=Do you want to delete it?
+
+# view/admin/design/edit.jsp
+labels.design_title_edit_content=Edit Page View File
+labels.design_button_update=Update
+labels.design_button_back=Back
+
+# view/admin/dataCrawlingConfig/edit.jsp
+labels.data_crawling_configuration=Data Crawling Configuration
+labels.data_crawling_title_details=Data Crawling Configuration
+labels.handler_name=Handler Name
+labels.handler_parameter=Parameter
+labels.handler_script=Script
+labels.role_type=Role
+labels.label_type=Label
+labels.data_crawling_button_create=Create
+labels.data_crawling_button_back=Back
+labels.data_crawling_button_confirm=Confirm
+
+# view/admin/dataCrawlingConfig/confirm.jsp
+labels.data_crawling_title_confirm=Confirm Data Crawling Configuration
+labels.data_crawling_button_update=Update
+labels.data_crawling_button_delete=Delete
+labels.data_crawling_button_edit=Edit
+
+# view/admin/dataCrawlingConfig/error.jsp
+
+# view/admin/dataCrawlingConfig/index.jsp
+labels.data_crawling_link_create_new=Create New
+labels.data_crawling_link_list=List
+labels.data_crawling_link_create=Create New
+labels.data_crawling_link_update=Edit
+labels.data_crawling_link_delete=Delete
+labels.data_crawling_link_confirm=Details
+labels.data_crawling_link_details=Details
+labels.data_crawling_link_edit=Edit
+labels.data_crawling_link_delete=Delete
+labels.data_crawling_link_prev_page=Prev
+labels.data_crawling_link_next_page=Next
+
+# view/admin/wizard/index.jsp
+labels.wizard_title_configuration=Configuration Wizard
+labels.wizard_start_title=Configuration Wizard
+labels.wizard_start_desc=Using Configuration Wizard, you can create crawling settings easily.
+labels.wizard_start_button=Start
+
+# view/admin/wizard/schduleForm.jsp
+labels.wizard_schedule_title=Crawling Schedule
+labels.wizard_schedule_enabled=Use Schedule
+labels.wizard_schedule=Schedule
+labels.wizard_schedule_month_prefix=MM:
+labels.wizard_schedule_month_suffix=
+labels.wizard_schedule_date_prefix=DD:
+labels.wizard_schedule_date_suffix=
+labels.wizard_schedule_hour_prefix=hh:
+labels.wizard_schedule_hour_suffix=
+labels.wizard_schedule_min_prefix=mm:
+labels.wizard_schedule_min_suffix=
+labels.wizard_button_next=Next
+labels.wizard_button_skip=Skip
+labels.wizard_button_cancel=Cancel
+labels.wizard_button_back=Back
+
+# view/admin/wizard/schduleForm.jsp
+labels.wizard_crawling_config_title=Crawling Configuration
+labels.wizard_crawling_config_name=Name
+labels.wizard_crawling_config_path=Crawling Path
+labels.wizard_button_register_again=Create again
+labels.wizard_button_register_next=Create/Next
+labels.wizard_schedule_day_sun=Sun
+labels.wizard_schedule_day_mon=Mon
+labels.wizard_schedule_day_tue=Tue
+labels.wizard_schedule_day_wed=Wed
+labels.wizard_schedule_day_thu=Thu
+labels.wizard_schedule_day_fri=Fri
+labels.wizard_schedule_day_sat=Sat
+labels.wizard_schedule_day_m_f=Mon-Fri
+labels.wizard_schedule_day_mwf=Mon,Wed,Fri
+labels.wizard_schedule_day_tt=Tue,Thu
+
+# view/admin/wizard/startCrawling.jsp
+labels.wizard_start_crawling_title=Start Crawling
+labels.wizard_start_crawling_desc=To click "Start Crawling" button, you can start a crawling now.
+labels.wizard_button_start_crawling=Start Crawling
+labels.wizard_button_finish=Finish
+
+# view/admin/searchList/index.jsp
+labels.search_list_configuration=Search Result
+labels.search_list_index_page=Type a search query.
+
+# view/admin/searchList/confirmDelete.jsp
+labels.search_list_title_confirm_delete=Delete Confirmation
+labels.search_list_url=URL
+labels.search_list_delete_link=Delete
+
+# view/admin/searchLog/index.jsp
+labels.search_log_configuration=Search Log
+labels.search_log_search_word_search=Search Word
+labels.search_log_user_code_search=User ID
+labels.search_log_button_search=Search
+labels.search_log_button_reset=Reset
+labels.search_log_requested_time=Requested Time
+labels.search_log_search_word=Search Word
+labels.search_log_search_query=Search Query
+labels.search_log_response_time=Response Time
+labels.search_log_hit_count=Hits
+labels.search_log_client_ip=IP
+labels.search_log_link_details=Details
+labels.search_log_link_delete=Delete
+labels.search_log_delete_all_link=Delete All
+labels.search_log_delete_all_confirmation=Do you want to delete all?
+labels.search_log_sort_up=(Up)
+labels.search_log_sort_down=(Down)
+labels.search_log_download_csv=Download(CSV)
+labels.search_log_search_start_page=First Query Only
+labels.search_log_search_term=Term
+labels.search_log_search_term_from=From: 
+labels.search_log_search_term_to=To: 
+
+# view/admin/searchLog/confirm.jsp
+labels.search_log_title=Search Log
+labels.search_log_title_confirm=Details
+labels.search_log_id=ID
+labels.search_log_solr_query=Solr Query
+labels.search_log_query_offset=Offset
+labels.search_log_query_page_size=Size
+labels.search_log_user_agent=User Agent
+labels.search_log_referer=Referer
+labels.search_log_client_ip=IP
+labels.search_log_session_id=Session ID
+labels.search_log_click_log_title=Click Logs
+labels.search_log_click_log_url=URL
+labels.search_log_click_log_requestedTime=Requested Time
+labels.search_log_access_type=Access Type
+
+# view/admin/failureUrl/index.jsp
+labels.failure_url_configuration=Failure URL
+labels.failure_url_search_url=URL
+labels.failure_url_search_error_count=Error Count
+labels.failure_url_search_error_name=Type
+labels.failure_url_url=URL
+labels.failure_url_last_access_time=Last Access
+labels.failure_url_link_confirm=Confirm
+labels.failure_url_delete_all_confirmation=Do you want to delete all?
+labels.failure_url_error_count=Error Count
+
+# view/admin/failureUrl/confirm.jsp
+labels.failure_url_title_confirm=Failure URL Details
+labels.failure_url_id=ID
+labels.failure_url_thread_name=Thread Name
+labels.failure_url_error_name=Type
+labels.failure_url_error_log=Log
+labels.failure_url_url=URL
+labels.failure_url_web_config_name=Web Crawling Configuration
+labels.failure_url_file_config_name=File Crawling Configuration
+
+# view/admin/stats/index.jsp
+labels.stats_configuration=Statistics
+labels.stats_search_report_type=Report Type
+labels.stats_search_term=Term
+labels.stats_search_term_from=From: 
+labels.stats_search_term_to=To: 
+labels.stats_button_search=Search
+labels.stats_button_reset=Reset
+labels.stats_search_word=Search Word
+labels.stats_search_query=Search Query
+labels.stats_solr_query=Solr Query
+labels.stats_user_agent=User Agent
+labels.stats_referer=Referer
+labels.stats_client_ip=Client IP
+labels.stats_count=Count
+labels.stats_click_url=Clicked URL
+labels.stats_favorite_url=Voted URL
+
+# view/admin/systemInfo/index.jsp
+labels.system_info_configuration=System Info
+labels.system_info_env_title=Env Properties
+labels.system_info_prop_title=System Properties
+labels.system_info_fess_prop_title=Fess Properties
+labels.system_info_bug_report_title=Properties for Bug Report
+labels.system_info_crawler_properties_does_not_exist=crawler.properties does not exist. Default values are applied.
+
+# view/admin/fileAuthentication/index.jsp
+labels.file_authentication_configuration=File Authentication
+labels.file_authentication_link_create_new=Create New
+labels.file_authentication_link_list=List
+labels.file_authentication_link_create=Create New
+labels.file_authentication_link_update=Edit
+labels.file_authentication_link_delete=Delete
+labels.file_authentication_link_confirm=Details
+labels.file_authentication_link_details=Details
+labels.file_authentication_link_edit=Edit
+labels.file_authentication_link_delete=Delete
+labels.file_authentication_link_prev_page=Prev
+labels.file_authentication_link_next_page=Next
+labels.file_authentication_list_hostname=Hostname
+labels.file_authentication_list_file_crawling_config=Config Name
+labels.file_authentication_any=Any
+labels.file_authentication_create_file_config=Create New File Config
+
+# view/admin/fileAuthentication/edit.jsp
+labels.file_authentication_title_details=File Authentication
+labels.file_authentication_button_create=Create
+labels.file_authentication_button_back=Back
+labels.file_authentication_button_confirm=Confirm
+labels.file_authentication_hostname=Hostname
+labels.file_authentication_port=Port
+labels.file_authentication_scheme=Scheme
+labels.file_authentication_username=Username
+labels.file_authentication_password=Password
+labels.file_authentication_parameters=Parameters
+labels.file_authentication_file_crawling_config=FS Config
+labels.file_authentication_scheme_samba=Samba
+labels.file_authentication_scheme_ftp=FTP
+
+# view/admin/fileAuthentication/confirm.jsp
+labels.file_authentication_title_confirm=File Authentication
+labels.file_authentication_button_update=Update
+labels.file_authentication_button_delete=Delete
+labels.file_authentication_button_edit=Edit
+
+labels.pagination_page_guide_msg={0}/{1} ({2} items)
+labels.list_could_not_find_crud_table=No data.
+
+# view/admin/userInfo/index.jsp
+labels.user_info_configuration=User Info
+labels.user_info_title=User Info
+labels.user_info_title_confirm=Details
+labels.user_info_search_log_link=Search Log
+labels.user_info_favorite_log_link=Favorite Log
+labels.user_info_search_code=User ID
+labels.user_info_list_code=User ID
+labels.user_info_list_lastupdated=Last Accessed
+labels.user_info_edit_code=User ID
+labels.user_info_edit_createddate=Created
+labels.user_info_edit_lastupdated=Last Accessed
+labels.user_info_delete_all_link=Delete All
+labels.user_info_delete_all_confirmation=Do you want to delete all?
+
+# view/admin/favoriteLog/index.jsp
+labels.favorite_log_title=Popular URL
+labels.favorite_log_configuration=Popular URL
+labels.favorite_log_user_code_search=User ID
+labels.favorite_log_button_search=Search
+labels.favorite_log_button_reset=Reset
+labels.favorite_log_url=URL
+labels.favorite_log_created_time=Submitted
+labels.favorite_log_link_details=Details
+labels.favorite_log_link_delete=Delete
+labels.favorite_log_delete_all_link=Delete All
+labels.favorite_log_delete_all_confirmation=Do you want to delete it?
+labels.favorite_log_download_csv=Download (CSV)
+labels.favorite_log_search_term=Term
+labels.favorite_log_title_confirm=Details
+labels.favorite_log_id=ID
+
+# view/admin/ScheduledJob/edit.jsp
+labels.scheduledjob_configuration=Managed Jobs
+labels.scheduledjob_title_details=Jobs
+labels.scheduledjob_button_create=Create
+labels.scheduledjob_button_back=Back
+labels.scheduledjob_button_confirm=Confirm
+labels.scheduledjob_name=Name
+labels.scheduledjob_target=Target
+labels.scheduledjob_status=Status
+labels.scheduledjob_cronExpression=Schedule
+labels.scheduledjob_scriptType=Executor
+labels.scheduledjob_scriptData=Script
+labels.scheduledjob_jobLogging=Logging
+labels.scheduledjob_crawler=Crawler Job
+labels.scheduledjob_running=Running
+labels.scheduledjob_active=Active
+labels.scheduledjob_nojob=-
+
+# view/admin/ScheduledJob/confirm.jsp
+labels.scheduledjob_title_confirm=Confirm Job
+labels.scheduledjob_button_create=Create
+labels.scheduledjob_button_back=Back
+labels.scheduledjob_button_update=Update
+labels.scheduledjob_button_delete=Delete
+labels.scheduledjob_button_edit=Edit
+labels.scheduledjob_button_start=Start
+labels.scheduledjob_button_stop=Stop
+
+# view/admin/scheduledjob/index.jsp
+labels.scheduledjob_link_create_new=Create New
+labels.scheduledjob_link_list=List
+labels.scheduledjob_link_create=Create New
+labels.scheduledjob_link_update=Edit
+labels.scheduledjob_link_delete=Delete
+labels.scheduledjob_link_confirm=Details
+labels.scheduledjob_link_details=Details
+labels.scheduledjob_link_edit=Edit
+labels.scheduledjob_link_delete=Delete
+labels.scheduledjob_link_prev_page=Prev
+labels.scheduledjob_link_next_page=Next
+
+# jobLog
+labels.joblog_button_back=Back
+labels.joblog_button_create=Create
+labels.joblog_button_delete=Delete
+labels.joblog_button_edit=Edit
+labels.joblog_button_update=Update
+labels.joblog_configuration=Job Log
+labels.joblog_endTime=End Time
+labels.joblog_jobLogging=Job Log
+labels.joblog_jobName=Name
+labels.joblog_jobStatus=Status
+labels.joblog_link_confirm=Confirm
+labels.joblog_link_create=Create New
+labels.joblog_link_create_new=Create New
+labels.joblog_link_delete=Delete
+labels.joblog_link_details=Details
+labels.joblog_link_list=List
+labels.joblog_link_next_page=Next
+labels.joblog_link_prev_page=Prev
+labels.joblog_link_update=Edit
+labels.joblog_scriptData=Script
+labels.joblog_scriptResult=Result
+labels.joblog_scriptType=Executor
+labels.joblog_startTime=Start Time
+labels.joblog_target=Target
+labels.joblog_title_confirm=Confirm Job Log
+labels.joblog_title_details=Job Log Details
+labels.joblog_title_list=Job Log List
+labels.joblog_delete_all_link=Delete All
+labels.joblog_delete_all_confirmation=Do you want to delete all?
+
+# dict
+labels.dict_configuration=Dictionary List
+labels.dict_list_title=Dictionary List
+labels.dict_list_link=Dictionaries
+labels.dictionary_name=Name
+labels.dictionary_type=Type
+labels.dict_link_details=Details
+labels.dict_link_edit=Edit
+labels.dict_link_delete=Delete
+labels.dict_link_prev_page=Prev
+labels.dict_link_next_page=Next
+labels.dict_button_back=Back
+
+# synonym
+labels.dict_synonym_configuration=Synonym List
+labels.dict_synonym_title=Synonym List
+labels.dict_synonym_list_link=List
+labels.dict_synonym_link_create=Create New
+labels.dict_synonym_link_update=Edit
+labels.dict_synonym_link_delete=Delete
+labels.dict_synonym_link_confirm=Confirm
+labels.dict_synonym_link_download=Download
+labels.dict_synonym_link_upload=Upload
+labels.dict_synonym_source=Source
+labels.dict_synonym_target=Target
+labels.dict_synonym_button_create=Create
+labels.dict_synonym_button_back=Back
+labels.dict_synonym_button_confirm=Confirm
+labels.dict_synonym_button_edit=Edit
+labels.dict_synonym_button_delete=Delete
+labels.dict_synonym_button_update=Update
+labels.dict_synonym_button_download=Download
+labels.dict_synonym_button_upload=Upload
+labels.dict_synonym_file=Synonym File
+
+# userdict
+labels.dict_userdict_configuration=UserDict List
+labels.dict_userdict_title=UserDict List
+labels.dict_userdict_list_link=List
+labels.dict_userdict_link_create=Create New
+labels.dict_userdict_link_update=Edit
+labels.dict_userdict_link_delete=Delete
+labels.dict_userdict_link_confirm=Confirm
+labels.dict_userdict_link_download=Download
+labels.dict_userdict_link_upload=Upload
+labels.dict_userdict_token=Token
+labels.dict_userdict_segmentation=Segmentation
+labels.dict_userdict_reading=Reading
+labels.dict_userdict_pos=POS
+labels.dict_userdict_button_create=Create
+labels.dict_userdict_button_back=Back
+labels.dict_userdict_button_confirm=Confirm
+labels.dict_userdict_button_edit=Edit
+labels.dict_userdict_button_delete=Delete
+labels.dict_userdict_button_update=Update
+labels.dict_userdict_button_download=Download
+labels.dict_userdict_button_upload=Upload
+labels.dict_userdict_file=UserDict File
+
+# boost document rule
+labels.boost_document_rule_configuration=Doc Boost
+labels.boost_document_rule_title_list=Doc Boost
+labels.boost_document_rule_title_confirm=Confirm Doc Boost
+labels.boost_document_rule_title_details=Doc Boost
+labels.boost_document_rule_link_list=List
+labels.boost_document_rule_link_create_new=Create New
+labels.boost_document_rule_link_details=Details
+labels.boost_document_rule_link_edit=Edit
+labels.boost_document_rule_link_delete=Delete
+labels.boost_document_rule_link_prev_page=Prev
+labels.boost_document_rule_link_next_page=Next
+labels.boost_document_rule_link_create=Create
+labels.boost_document_rule_link_update=Edit
+labels.boost_document_rule_link_delete=Delete
+labels.boost_document_rule_link_confirm=Details
+labels.boost_document_rule_button_create=Create
+labels.boost_document_rule_button_back=Back
+labels.boost_document_rule_button_confirm=Confirm
+labels.boost_document_rule_button_update=Update
+labels.boost_document_rule_button_delete=Delete
+labels.boost_document_rule_button_edit=Edit
+labels.boost_document_rule_list_url_expr=Condition
+labels.boost_document_rule_url_expr=Condition
+labels.boost_document_rule_boost_expr=Boost Expr
+labels.boost_document_rule_sort_order=Sort Order
+
+# suggest\u3000elevate\u3000word
+labels.suggest_elevate_word_configuration=Additional Word
+labels.suggest_elevate_word_title_list=Additional Word
+labels.suggest_elevate_word_title_confirm=Confirm Additional Word
+labels.suggest_elevate_word_title_details=Additional Word
+labels.suggest_elevate_word_link_list=List
+labels.suggest_elevate_word_link_create_new=Create New
+labels.suggest_elevate_word_link_details=Details
+labels.suggest_elevate_word_link_edit=Edit
+labels.suggest_elevate_word_link_delete=Delete
+labels.suggest_elevate_word_link_prev_page=Prev
+labels.suggest_elevate_word_link_next_page=Next
+labels.suggest_elevate_word_link_create=Create
+labels.suggest_elevate_word_link_update=Edit
+labels.suggest_elevate_word_link_delete=Delete
+labels.suggest_elevate_word_link_confirm=Details
+labels.suggest_elevate_word_link_download=Download
+labels.suggest_elevate_word_link_upload=Upload
+labels.suggest_elevate_word_button_create=Create
+labels.suggest_elevate_word_button_back=Back
+labels.suggest_elevate_word_button_confirm=Confirm
+labels.suggest_elevate_word_button_update=Update
+labels.suggest_elevate_word_button_delete=Delete
+labels.suggest_elevate_word_button_edit=Edit
+labels.suggest_elevate_word_button_download=Download
+labels.suggest_elevate_word_button_upload=Upload
+labels.suggest_elevate_word_list_suggest_word=Word
+labels.suggest_elevate_word_suggest_word=Word
+labels.suggest_elevate_word_reading=Reading
+labels.suggest_elevate_word_target_role=Role
+labels.suggest_elevate_word_target_label=Label
+labels.suggest_elevate_word_boost=Boost
+labels.suggest_elevate_word_file=Additional Word File
+
+# suggest bad word
+labels.suggest_bad_word_configuration=Bad Word
+labels.suggest_bad_word_title_list=Bad Word
+labels.suggest_bad_word_title_confirm=Confirm Bad Word
+labels.suggest_bad_word_title_details=Bad Word
+labels.suggest_bad_word_link_list=List
+labels.suggest_bad_word_link_create_new=Create New
+labels.suggest_bad_word_link_details=Details
+labels.suggest_bad_word_link_edit=Edit
+labels.suggest_bad_word_link_delete=Delete
+labels.suggest_bad_word_link_prev_page=Prev
+labels.suggest_bad_word_link_next_page=Next
+labels.suggest_bad_word_link_create=Create
+labels.suggest_bad_word_link_update=Edit
+labels.suggest_bad_word_link_delete=Delete
+labels.suggest_bad_word_link_confirm=Details
+labels.suggest_bad_word_link_download=Download
+labels.suggest_bad_word_link_upload=Upload
+labels.suggest_bad_word_button_create=Create
+labels.suggest_bad_word_button_back=Back
+labels.suggest_bad_word_button_confirm=Confirm
+labels.suggest_bad_word_button_update=Update
+labels.suggest_bad_word_button_delete=Delete
+labels.suggest_bad_word_button_edit=Edit
+labels.suggest_bad_word_button_download=Download
+labels.suggest_bad_word_button_upload=Upload
+labels.suggest_bad_word_list_suggest_word=Bad Word
+labels.suggest_bad_word_suggest_word=Bad Word
+labels.suggest_bad_word_target_role=Role
+labels.suggest_bad_word_target_label=Label
+labels.suggest_bad_word_file=Bad Word File
+
+# CRUD PROPERTIES: BEGIN
+errors.crud_invalid_mode=Invalid mode(expected value is {0}, but it's {1}).
+errors.crud_failed_to_create_crud_table=Failed to create a new data.
+errors.crud_failed_to_update_crud_table=Failed to update the data.
+errors.crud_failed_to_delete_crud_table=Failed to delete the data.
+errors.crud_could_not_find_crud_table=Could not find the data({0}).
+
+success.crud_create_crud_table=Created data.
+success.crud_update_crud_table=Updated data.
+success.crud_delete_crud_table=Deleted data.
+
+labels.crud_button_create=Create
+labels.crud_button_update=Update
+labels.crud_button_delete=Delete
+labels.crud_button_back=Back
+labels.crud_button_edit=Edit
+labels.crud_button_confirm=Confirm
+labels.crud_button_search=Search
+labels.crud_button_reset=Reset
+
+labels.crud_link_create_new=Create New
+labels.crud_link_delete=Delete
+labels.crud_link_back=Back
+labels.crud_link_edit=Edit
+labels.crud_link_next_page=Next
+labels.crud_link_prev_page=Back
+
+labels.crud_title_details=Details
+labels.crud_title_confirm=Confirmation
+# CRUD PROPERTIES: END