revert some messages
This commit is contained in:
parent
1c0f79fe00
commit
161e916350
2 changed files with 12 additions and 0 deletions
|
@ -836,6 +836,9 @@ 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}";
|
||||
|
||||
|
@ -863,6 +866,9 @@ 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: 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}";
|
||||
|
||||
|
@ -1289,6 +1295,9 @@ public class FessLabels extends ActionMessages {
|
|||
/** The key of the message: Quick Setup */
|
||||
public static final String LABELS_wizard_start_title = "{labels.wizard_start_title}";
|
||||
|
||||
/** 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: Using Configuration Wizard, you can create crawling settings easily. */
|
||||
public static final String LABELS_wizard_start_desc = "{labels.wizard_start_desc}";
|
||||
|
||||
|
|
|
@ -274,6 +274,7 @@ 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
|
||||
|
@ -283,6 +284,7 @@ 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_job_title=Web Crawler - {0}
|
||||
labels.crawler_configuration=General Configuration
|
||||
labels.crawler_title_edit=General Configuration
|
||||
labels.schedule=Schedule
|
||||
|
@ -425,6 +427,7 @@ labels.data_crawling_button_create=Create
|
|||
labels.data_crawling_button_create_job=Create new job
|
||||
labels.wizard_title_configuration=Configuration Wizard
|
||||
labels.wizard_start_title=Quick Setup
|
||||
labels.data_crawling_job_title=Data Crawler - {0}
|
||||
labels.wizard_start_desc=Using Configuration Wizard, you can create crawling settings easily.
|
||||
labels.wizard_start_button=Start Configuration
|
||||
labels.wizard_button_cancel=Cancel
|
||||
|
|
Loading…
Add table
Reference in a new issue