Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for index_label (0.94 sec)

  1. src/main/resources/fess_label_ja.properties

    labels.check_url=URLを確認してください。
    labels.user_name=ユーザー名
    labels.login=ログイン
    labels.login.placeholder_username=ユーザー名
    labels.login.placeholder_password=パスワード
    labels.login.title=ログイン
    labels.index_label=ラベル
    labels.index_lang=優先する言語
    labels.index_sort=ソート
    labels.index_num=表示件数
    labels.logout_title=ログアウト
    labels.logout=ログアウト
    labels.do_you_want_to_logout=ログアウトしますか?
    labels.logout_button=ログアウト
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 49.8K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Login */
        public static final String LABELS_LOGIN_TITLE = "{labels.login.title}";
    
        /** The key of the message: Label */
        public static final String LABELS_index_label = "{labels.index_label}";
    
        /** The key of the message: Preferred Language */
        public static final String LABELS_index_lang = "{labels.index_lang}";
    
        /** The key of the message: Sort */
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 156.4K bytes
    - Viewed (0)
Back to top