Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for crud_link_create (0.11 sec)

  1. src/main/resources/fess_label_ja.properties

    labels.crud_button_update=更新
    labels.crud_button_delete=削除
    labels.crud_button_back=戻る
    labels.crud_button_edit=編集
    labels.crud_button_search=検索
    labels.crud_button_reset=リセット
    labels.crud_button_cancel=キャンセル
    labels.crud_link_create=新規作成
    labels.crud_link_delete=削除
    labels.crud_link_edit=編集
    labels.crud_link_details=詳細
    labels.crud_link_list=一覧
    labels.crud_title_list=一覧
    labels.crud_title_create=作成
    labels.crud_title_edit=編集
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_crud_button_cancel = "{labels.crud_button_cancel}";
    
        /** The key of the message: Create New */
        public static final String LABELS_crud_link_create = "{labels.crud_link_create}";
    
        /** The key of the message: Delete */
        public static final String LABELS_crud_link_delete = "{labels.crud_link_delete}";
    
        /** The key of the message: Edit */
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
Back to top