Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 23 of 23 for dict_stopwords_link_create (0.14 seconds)

  1. src/main/resources/fess_label_ko.properties

    labels.dict_protwords_button_upload=업로드
    labels.dict_protwords_file=Protwords 파일
    labels.dict_stopwords_configuration=Stopwords 단어 목록
    labels.dict_stopwords_title=Stopwords 단어 목록
    labels.dict_stopwords_list_link=목록
    labels.dict_stopwords_link_create=새로 만들기
    labels.dict_stopwords_link_edit=편집
    labels.dict_stopwords_link_delete=삭제
    labels.dict_stopwords_link_details=상세
    labels.dict_stopwords_link_download=다운로드
    labels.dict_stopwords_link_upload=업로드
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 51.6K bytes
    - Click Count (0)
  2. src/main/resources/fess_label_ja.properties

    labels.dict_protwords_button_upload=アップロード
    labels.dict_protwords_file=Protwordsファイル
    labels.dict_stopwords_configuration=ストップワード単語一覧
    labels.dict_stopwords_title=ストップワード単語一覧
    labels.dict_stopwords_list_link=一覧
    labels.dict_stopwords_link_create=新規作成
    labels.dict_stopwords_link_edit=編集
    labels.dict_stopwords_link_delete=削除
    labels.dict_stopwords_link_details=詳細
    labels.dict_stopwords_link_download=ダウンロード
    labels.dict_stopwords_link_upload=アップロード
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 56.7K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Create New */
        public static final String LABELS_dict_stopwords_link_create = "{labels.dict_stopwords_link_create}";
    
        /** The key of the message: Edit */
        public static final String LABELS_dict_stopwords_link_edit = "{labels.dict_stopwords_link_edit}";
    
        /** The key of the message: Delete */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 172.6K bytes
    - Click Count (0)
Back to Top