remove labels.doc.*

This commit is contained in:
Shinsuke Sugaya 2018-01-01 23:16:28 +09:00
parent db36211cfa
commit ab7afc7698
2 changed files with 0 additions and 100 deletions

View file

@ -26,81 +26,6 @@ public class FessLabels extends UserMessages {
/** The serial version UID for object serialization. (Default) */
private static final long serialVersionUID = 1L;
/** The key of the message: url */
public static final String LABELS_DOC_URL = "{labels.doc.url}";
/** The key of the message: title */
public static final String LABELS_DOC_TITLE = "{labels.doc.title}";
/** The key of the message: role */
public static final String LABELS_DOC_ROLE = "{labels.doc.role}";
/** The key of the message: boost */
public static final String LABELS_DOC_BOOST = "{labels.doc.boost}";
/** The key of the message: label */
public static final String LABELS_DOC_LABEL = "{labels.doc.label}";
/** The key of the message: lang */
public static final String LABELS_DOC_LANG = "{labels.doc.lang}";
/** The key of the message: mimetype */
public static final String LABELS_DOC_MIMETYPE = "{labels.doc.mimetype}";
/** The key of the message: filetype */
public static final String LABELS_DOC_FILETYPE = "{labels.doc.filetype}";
/** The key of the message: filename */
public static final String LABELS_DOC_FILENAME = "{labels.doc.filename}";
/** The key of the message: content */
public static final String LABELS_DOC_CONTENT = "{labels.doc.content}";
/** The key of the message: has_cache */
public static final String LABELS_DOC_has_cache = "{labels.doc.has_cache}";
/** The key of the message: cache */
public static final String LABELS_DOC_CACHE = "{labels.doc.cache}";
/** The key of the message: digest */
public static final String LABELS_DOC_DIGEST = "{labels.doc.digest}";
/** The key of the message: host */
public static final String LABELS_DOC_HOST = "{labels.doc.host}";
/** The key of the message: site */
public static final String LABELS_DOC_SITE = "{labels.doc.site}";
/** The key of the message: segment */
public static final String LABELS_DOC_SEGMENT = "{labels.doc.segment}";
/** The key of the message: config_id */
public static final String LABELS_DOC_config_id = "{labels.doc.config_id}";
/** The key of the message: parent_id */
public static final String LABELS_DOC_parent_id = "{labels.doc.parent_id}";
/** The key of the message: content_length */
public static final String LABELS_DOC_content_length = "{labels.doc.content_length}";
/** The key of the message: favorite_count */
public static final String LABELS_DOC_favorite_count = "{labels.doc.favorite_count}";
/** The key of the message: click_count */
public static final String LABELS_DOC_click_count = "{labels.doc.click_count}";
/** The key of the message: created */
public static final String LABELS_DOC_CREATED = "{labels.doc.created}";
/** The key of the message: timestamp */
public static final String LABELS_DOC_TIMESTAMP = "{labels.doc.timestamp}";
/** The key of the message: last_modified */
public static final String LABELS_DOC_last_modified = "{labels.doc.last_modified}";
/** The key of the message: expires */
public static final String LABELS_DOC_EXPIRES = "{labels.doc.expires}";
/** The key of the message: Realm */
public static final String LABELS_AUTH_REALM = "{labels.authRealm}";

View file

@ -1,28 +1,3 @@
labels.doc.url=url
labels.doc.title=title
labels.doc.role=role
labels.doc.boost=boost
labels.doc.label=label
labels.doc.lang=lang
labels.doc.mimetype=mimetype
labels.doc.filetype=filetype
labels.doc.filename=filename
labels.doc.content=content
labels.doc.has_cache=has_cache
labels.doc.cache=cache
labels.doc.digest=digest
labels.doc.host=host
labels.doc.site=site
labels.doc.segment=segment
labels.doc.config_id=config_id
labels.doc.parent_id=parent_id
labels.doc.content_length=content_length
labels.doc.favorite_count=favorite_count
labels.doc.click_count=click_count
labels.doc.created=created
labels.doc.timestamp=timestamp
labels.doc.last_modified=last_modified
labels.doc.expires=expires
labels.authRealm=Realm
labels.available=Status
labels.createdBy=Created by