Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
Fess Search engine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
Fess Search engine
Commits
d0889a57
Commit
d0889a57
authored
Dec 6, 2015
by
Shinsuke Sugaya
Browse files
Options
Downloads
Patches
Plain Diff
remove unused properties
parent
3a8aad2c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
+0
-78
0 additions, 78 deletions
...ain/java/org/codelibs/fess/mylasta/action/FessLabels.java
src/main/resources/fess_label.properties
+0
-26
0 additions, 26 deletions
src/main/resources/fess_label.properties
with
0 additions
and
104 deletions
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
+
0
−
78
View file @
d0889a57
...
...
@@ -920,9 +920,6 @@ public class FessLabels extends ActionMessages {
/** The key of the message: Create new job */
public
static
final
String
LABELS_file_crawling_button_create_job
=
"{labels.file_crawling_button_create_job}"
;
/** The key of the message: File Crawler - {0} */
public
static
final
String
LABELS_file_crawling_job_title
=
"{labels.file_crawling_job_title}"
;
/** The key of the message: Web Crawling */
public
static
final
String
LABELS_web_crawling_configuration
=
"{labels.web_crawling_configuration}"
;
...
...
@@ -950,12 +947,6 @@ public class FessLabels extends ActionMessages {
/** The key of the message: Create new job */
public
static
final
String
LABELS_web_crawling_button_create_job
=
"{labels.web_crawling_button_create_job}"
;
/** The key of the message: Create New */
public
static
final
String
LABELS_web_crawling_link_create
=
"{labels.web_crawling_link_create}"
;
/** The key of the message: Web Crawler - {0} */
public
static
final
String
LABELS_web_crawling_job_title
=
"{labels.web_crawling_job_title}"
;
/** The key of the message: General Configuration */
public
static
final
String
LABELS_crawler_configuration
=
"{labels.crawler_configuration}"
;
...
...
@@ -995,9 +986,6 @@ public class FessLabels extends ActionMessages {
/** The key of the message: Favorite Logging */
public
static
final
String
LABELS_user_favorite_enabled
=
"{labels.user_favorite_enabled}"
;
/** The key of the message: XML Response */
public
static
final
String
LABELS_web_api_xml_enabled
=
"{labels.web_api_xml_enabled}"
;
/** The key of the message: JSON Response */
public
static
final
String
LABELS_web_api_json_enabled
=
"{labels.web_api_json_enabled}"
;
...
...
@@ -1127,48 +1115,6 @@ public class FessLabels extends ActionMessages {
/** The key of the message: Cancel */
public
static
final
String
LABELS_crawling_info_delete_all_cancel
=
"{labels.crawling_info_delete_all_cancel}"
;
/** The key of the message: Crawler start time */
public
static
final
String
LABELS_crawling_info_CrawlerStartTime
=
"{labels.crawling_info_CrawlerStartTime}"
;
/** The key of the message: Crawler end time */
public
static
final
String
LABELS_crawling_info_CrawlerEndTime
=
"{labels.crawling_info_CrawlerEndTime}"
;
/** The key of the message: Crawler exec time */
public
static
final
String
LABELS_crawling_info_CrawlerExecTime
=
"{labels.crawling_info_CrawlerExecTime}"
;
/** The key of the message: Crawler status */
public
static
final
String
LABELS_crawling_info_CrawlerStatus
=
"{labels.crawling_info_CrawlerStatus}"
;
/** The key of the message: Crawl exec time (Web/File system) */
public
static
final
String
LABELS_crawling_info_WebFsCrawlExecTime
=
"{labels.crawling_info_WebFsCrawlExecTime}"
;
/** The key of the message: Crawl start time (Web/File system) */
public
static
final
String
LABELS_crawling_info_WebFsCrawlStartTime
=
"{labels.crawling_info_WebFsCrawlStartTime}"
;
/** The key of the message: Crawl end time (Web/File system) */
public
static
final
String
LABELS_crawling_info_WebFsCrawlEndTime
=
"{labels.crawling_info_WebFsCrawlEndTime}"
;
/** The key of the message: Index exec time (Web/File system) */
public
static
final
String
LABELS_crawling_info_WebFsIndexExecTime
=
"{labels.crawling_info_WebFsIndexExecTime}"
;
/** The key of the message: Index size (Web/File system) */
public
static
final
String
LABELS_crawling_info_WebFsIndexSize
=
"{labels.crawling_info_WebFsIndexSize}"
;
/** The key of the message: Crawl exec time (Data store) */
public
static
final
String
LABELS_crawling_info_DataCrawlExecTime
=
"{labels.crawling_info_DataCrawlExecTime}"
;
/** The key of the message: Crawl start time (Data store) */
public
static
final
String
LABELS_crawling_info_DataCrawlStartTime
=
"{labels.crawling_info_DataCrawlStartTime}"
;
/** The key of the message: Crawl end time (Data store) */
public
static
final
String
LABELS_crawling_info_DataCrawlEndTime
=
"{labels.crawling_info_DataCrawlEndTime}"
;
/** The key of the message: Index exec time (Data store) */
public
static
final
String
LABELS_crawling_info_DataIndexExecTime
=
"{labels.crawling_info_DataIndexExecTime}"
;
/** The key of the message: Index size (Data store) */
public
static
final
String
LABELS_crawling_info_DataIndexSize
=
"{labels.crawling_info_DataIndexSize}"
;
/** The key of the message: Web Authentication */
public
static
final
String
LABELS_webauth_configuration
=
"{labels.webauth_configuration}"
;
...
...
@@ -1385,9 +1331,6 @@ public class FessLabels extends ActionMessages {
/** The key of the message: Error Page (BadRequest) */
public
static
final
String
LABELS_design_file_errorBadRequest
=
"{labels.design_file_errorBadRequest}"
;
/** The key of the message: Do you really want to delete it? */
public
static
final
String
LABELS_design_delete_confirmation
=
"{labels.design_delete_confirmation}"
;
/** The key of the message: Edit Page View File */
public
static
final
String
LABELS_design_title_edit_content
=
"{labels.design_title_edit_content}"
;
...
...
@@ -1424,9 +1367,6 @@ public class FessLabels extends ActionMessages {
/** The key of the message: Create new job */
public
static
final
String
LABELS_data_crawling_button_create_job
=
"{labels.data_crawling_button_create_job}"
;
/** The key of the message: Data Crawler - {0} */
public
static
final
String
LABELS_data_crawling_job_title
=
"{labels.data_crawling_job_title}"
;
/** The key of the message: Configuration Wizard */
public
static
final
String
LABELS_wizard_title_configuration
=
"{labels.wizard_title_configuration}"
;
...
...
@@ -1695,21 +1635,12 @@ public class FessLabels extends ActionMessages {
/** The key of the message: Running */
public
static
final
String
LABELS_joblog_status_running
=
"{labels.joblog_status_running}"
;
/** The key of the message: Create New */
public
static
final
String
LABELS_joblog_link_create
=
"{labels.joblog_link_create}"
;
/** The key of the message: Delete */
public
static
final
String
LABELS_joblog_link_delete
=
"{labels.joblog_link_delete}"
;
/** The key of the message: Details */
public
static
final
String
LABELS_joblog_link_details
=
"{labels.joblog_link_details}"
;
/** The key of the message: List */
public
static
final
String
LABELS_joblog_link_list
=
"{labels.joblog_link_list}"
;
/** The key of the message: Edit */
public
static
final
String
LABELS_joblog_link_update
=
"{labels.joblog_link_update}"
;
/** The key of the message: Script */
public
static
final
String
LABELS_joblog_scriptData
=
"{labels.joblog_scriptData}"
;
...
...
@@ -1896,9 +1827,6 @@ public class FessLabels extends ActionMessages {
/** The key of the message: Role */
public
static
final
String
LABELS_suggest_elevate_word_target_role
=
"{labels.suggest_elevate_word_target_role}"
;
/** The key of the message: Label */
public
static
final
String
LABELS_suggest_elevate_word_target_label
=
"{labels.suggest_elevate_word_target_label}"
;
/** The key of the message: Boost */
public
static
final
String
LABELS_suggest_elevate_word_boost
=
"{labels.suggest_elevate_word_boost}"
;
...
...
@@ -2037,12 +1965,6 @@ public class FessLabels extends ActionMessages {
/** The key of the message: List */
public
static
final
String
LABELS_crud_link_list
=
"{labels.crud_link_list}"
;
/** The key of the message: Next */
public
static
final
String
LABELS_crud_link_next_page
=
"{labels.crud_link_next_page}"
;
/** The key of the message: Prev */
public
static
final
String
LABELS_crud_link_prev_page
=
"{labels.crud_link_prev_page}"
;
/** The key of the message: List */
public
static
final
String
LABELS_crud_title_list
=
"{labels.crud_title_list}"
;
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/fess_label.properties
+
0
−
26
View file @
d0889a57
...
...
@@ -303,7 +303,6 @@ labels.role_type=Role
labels.label_type
=
Label
labels.file_crawling_button_create
=
Create
labels.file_crawling_button_create_job
=
Create new job
labels.file_crawling_job_title
=
File Crawler - {0}
labels.web_crawling_configuration
=
Web Crawling
labels.web_crawling_title_details
=
Web Crawling Configuration
labels.included_urls
=
Included URLs For Crawling
...
...
@@ -313,8 +312,6 @@ labels.excluded_doc_urls=Excluded URLs For Indexing
labels.user_agent
=
User Agent
labels.web_crawling_button_create
=
Create
labels.web_crawling_button_create_job
=
Create new job
labels.web_crawling_link_create
=
Create New
labels.web_crawling_job_title
=
Web Crawler - {0}
labels.crawler_configuration
=
General Configuration
labels.crawler_title_edit
=
General Configuration
labels.schedule
=
Schedule
...
...
@@ -328,7 +325,6 @@ labels.incremental_crawling=Check Last Modified
labels.search_log_enabled
=
Search Logging
labels.user_info_enabled
=
User Logging
labels.user_favorite_enabled
=
Favorite Logging
labels.web_api_xml_enabled
=
XML Response
labels.web_api_json_enabled
=
JSON Response
labels.default_label_value
=
Default Label Value
labels.append_query_param_enabled
=
Append Params to URL
...
...
@@ -372,20 +368,6 @@ labels.crawling_info_created_time=Created
labels.crawling_info_delete_all_link
=
Delete All
labels.crawling_info_delete_all_confirmation
=
Do you really want to delete all?
labels.crawling_info_delete_all_cancel
=
Cancel
labels.crawling_info_CrawlerStartTime
=
Crawler start time
labels.crawling_info_CrawlerEndTime
=
Crawler end time
labels.crawling_info_CrawlerExecTime
=
Crawler exec time
labels.crawling_info_CrawlerStatus
=
Crawler status
labels.crawling_info_WebFsCrawlExecTime
=
Crawl exec time (Web/File system)
labels.crawling_info_WebFsCrawlStartTime
=
Crawl start time (Web/File system)
labels.crawling_info_WebFsCrawlEndTime
=
Crawl end time (Web/File system)
labels.crawling_info_WebFsIndexExecTime
=
Index exec time (Web/File system)
labels.crawling_info_WebFsIndexSize
=
Index size (Web/File system)
labels.crawling_info_DataCrawlExecTime
=
Crawl exec time (Data store)
labels.crawling_info_DataCrawlStartTime
=
Crawl start time (Data store)
labels.crawling_info_DataCrawlEndTime
=
Crawl end time (Data store)
labels.crawling_info_DataIndexExecTime
=
Index exec time (Data store)
labels.crawling_info_DataIndexSize
=
Index size (Data store)
labels.webauth_configuration
=
Web Authentication
labels.webauth_list_hostname
=
Hostname
labels.webauth_list_web_crawling_config
=
Config Name
...
...
@@ -458,7 +440,6 @@ 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 really want to delete it?
labels.design_title_edit_content
=
Edit Page View File
labels.design_button_update
=
Update
labels.design_button_back
=
Back
...
...
@@ -471,7 +452,6 @@ labels.role_type=Role
labels.label_type
=
Label
labels.data_crawling_button_create
=
Create
labels.data_crawling_button_create_job
=
Create new job
labels.data_crawling_job_title
=
Data Crawler - {0}
labels.wizard_title_configuration
=
Configuration Wizard
labels.wizard_start_title
=
Quick Setup
labels.wizard_start_desc
=
Using Configuration Wizard, you can create crawling settings easily.
...
...
@@ -562,11 +542,8 @@ labels.joblog_jobStatus=Status
labels.joblog_status_ok
=
Ok
labels.joblog_status_fail
=
Failed
labels.joblog_status_running
=
Running
labels.joblog_link_create
=
Create New
labels.joblog_link_delete
=
Delete
labels.joblog_link_details
=
Details
labels.joblog_link_list
=
List
labels.joblog_link_update
=
Edit
labels.joblog_scriptData
=
Script
labels.joblog_scriptResult
=
Result
labels.joblog_scriptType
=
Executor
...
...
@@ -629,7 +606,6 @@ 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
labels.suggest_bad_word_configuration
=
Bad Word
...
...
@@ -676,8 +652,6 @@ labels.crud_link_delete=Delete
labels.crud_link_edit
=
Edit
labels.crud_link_details
=
Details
labels.crud_link_list
=
List
labels.crud_link_next_page
=
Next
labels.crud_link_prev_page
=
Prev
labels.crud_title_list
=
List
labels.crud_title_create
=
Create
labels.crud_title_edit
=
Edit
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment