Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 24 of 24 for pluginVersion (0.1 seconds)

  1. src/main/resources/fess_label_ko.properties

    labels.rebuild_config_index_confirmation=선택한 설정 인덱스를 재구축하시겠습니까? 이 작업은 백그라운드에서 실행됩니다.
    labels.plugin_title=플러그인
    labels.plugin_list_name=플러그인 목록
    labels.plugin_type=종류
    labels.plugin_name=이름
    labels.plugin_version=버전
    labels.plugin_delete=삭제
    labels.plugin_install=설치
    labels.plugin_install_title=플러그인 설치
    labels.plugin_jar_file=Jar 파일
    labels.plugin_local_install=로컬
    labels.plugin_remote_install=원격
    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_zh_CN.properties

    labels.rebuild_target_indices=目标索引
    labels.rebuild_config_index_confirmation=您确定要重建所选的配置索引吗?此操作将在后台运行。
    labels.plugin_title=插件
    labels.plugin_list_name=插件列表
    labels.plugin_type=类型
    labels.plugin_name=名称
    labels.plugin_version=版本
    labels.plugin_delete=删除
    labels.plugin_install=安装
    labels.plugin_install_title=安装插件
    labels.plugin_jar_file=Jar文件
    labels.plugin_local_install=本地
    labels.plugin_remote_install=远程
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 48.3K bytes
    - Click Count (0)
  3. src/main/resources/fess_label_ja.properties

    labels.rebuild_config_index_confirmation=選択した設定インデックスを再構築します。この操作はバックグラウンドで実行されます。よろしいですか?
    labels.plugin_title=プラグイン
    labels.plugin_list_name=プラグイン一覧
    labels.plugin_type=種別
    labels.plugin_name=名前
    labels.plugin_version=バージョン
    labels.plugin_delete=削除
    labels.plugin_install=インストール
    labels.plugin_install_title=プラグインのインストール
    labels.plugin_jar_file=Jarファイル
    labels.plugin_local_install=ローカル
    labels.plugin_remote_install=リモート
    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)
  4. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_plugin_name = "{labels.plugin_name}";
    
        /** The key of the message: Version */
        public static final String LABELS_plugin_version = "{labels.plugin_version}";
    
        /** The key of the message: Delete */
        public static final String LABELS_plugin_delete = "{labels.plugin_delete}";
    
        /** The key of the message: Install */
    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