Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for dict_stopwords_link_create (2.85 sec)

  1. src/main/resources/fess_label.properties

    labels.dict_protwords_file = Protwords File
    labels.dict_stopwords_configuration=Stopwords List
    labels.dict_stopwords_title = Stopwords List
    labels.dict_stopwords_list_link = List
    labels.dict_stopwords_link_create = Create New
    labels.dict_stopwords_link_edit = Edit
    labels.dict_stopwords_link_delete = Delete
    labels.dict_stopwords_link_details = Details
    labels.dict_stopwords_link_download = Download
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  2. src/main/resources/fess_label_en.properties

    labels.dict_protwords_file = Protwords File
    labels.dict_stopwords_configuration=Stopwords List
    labels.dict_stopwords_title = Stopwords List
    labels.dict_stopwords_list_link = List
    labels.dict_stopwords_link_create = Create New
    labels.dict_stopwords_link_edit = Edit
    labels.dict_stopwords_link_delete = Delete
    labels.dict_stopwords_link_details = Details
    labels.dict_stopwords_link_download = Download
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_ru.properties

    labels.dict_protwords_file = Protwords File
    labels.dict_stopwords_configuration=Stopwords List
    labels.dict_stopwords_title = Stopwords List
    labels.dict_stopwords_list_link = List
    labels.dict_stopwords_link_create = Создать новый
    labels.dict_stopwords_link_edit = Изменить
    labels.dict_stopwords_link_delete = Удалить
    labels.dict_stopwords_link_details = Details
    labels.dict_stopwords_link_download = Download
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_de.properties

    labels.dict_protwords_file = Protwords-Datei
    labels.dict_stopwords_configuration=Stopwort-Liste
    labels.dict_stopwords_title = Stopwort-Liste
    labels.dict_stopwords_list_link = Liste
    labels.dict_stopwords_link_create = Neu erstellen
    labels.dict_stopwords_link_edit = Bearbeiten
    labels.dict_stopwords_link_delete = Löschen
    labels.dict_stopwords_link_details = Details
    labels.dict_stopwords_link_download = Herunterladen
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_ko.properties

    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 = 업로드
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 44K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_fr.properties

    labels.dict_protwords_file 	=	Fichier des Protwords
    labels.dict_stopwords_configuration	=	Liste des mots-clés
    labels.dict_stopwords_title 	=	Liste des mots-clés
    labels.dict_stopwords_list_link 	=	Liste
    labels.dict_stopwords_link_create 	=	Créer nouveau
    labels.dict_stopwords_link_edit 	=	Editer
    labels.dict_stopwords_link_delete 	=	Supprimer
    labels.dict_stopwords_link_details 	=	Détails
    labels.dict_stopwords_link_download 	=	Télécharger
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_ja.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 = アップロード
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_dict_stopwords_list_link = "{labels.dict_stopwords_list_link}";
    
        /** 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}";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
Back to top