Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 23 of 23 for placeholder_new_password (0.08 seconds)

  1. src/main/resources/fess_label_ko.properties

    labels.profile=비밀번호 변경
    labels.administration=관리
    labels.profile_button=설정
    labels.profile.title=설정
    labels.profile.update=갱신
    labels.profile.back=뒤로
    labels.profile.placeholder_old_password=현재 비밀번호
    labels.profile.placeholder_new_password=새 비밀번호
    labels.profile.placeholder_confirm_new_password=새 비밀번호 확인
    labels.top.search=검색
    labels.index_title=Fess
    labels.index_form_search_btn=검색
    labels.index_osdd_title=검색
    labels.index_form_option_btn=옵션
    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.profile=パスワード変更
    labels.administration=管理
    labels.profile_button=設定
    labels.profile.title=設定
    labels.profile.update=更新
    labels.profile.back=戻る
    labels.profile.placeholder_old_password=現在のパスワード
    labels.profile.placeholder_new_password=新しいパスワード
    labels.profile.placeholder_confirm_new_password=新しいパスワードの確認
    labels.top.search=検索
    labels.index_title=Fess
    labels.index_form_search_btn=検索
    labels.index_osdd_title=検索
    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: New Password */
        public static final String LABELS_PROFILE_placeholder_new_password = "{labels.profile.placeholder_new_password}";
    
        /** The key of the message: Confirm New Password */
        public static final String LABELS_PROFILE_placeholder_confirm_new_password = "{labels.profile.placeholder_confirm_new_password}";
    
    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