Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for storage_button_tags (0.12 sec)

  1. src/main/webapp/WEB-INF/view/admin/storage/admin_storage.jsp

    	                                                           value="<la:message key="labels.storage_button_tags" />"
    	                                                        >
    	                                                            <em class="fa fa-tags">
    	                                                            <la:message key="labels.storage_button_tags"/>
    	                                                        </a>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu May 26 01:48:41 UTC 2022
    - 20.4K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_en.properties

    labels.storage_button_upload=Upload
    labels.storage_bucket_name=Bucket Name
    labels.storage_file=File
    labels.storage_folder_name=Folder Name
    labels.storage_button_download=Download
    labels.storage_button_tags=Tags
    labels.storage_title_tag=Tag:
    labels.storage_tag_key=Tag Key
    labels.storage_tag_value=Tag Value
    labels.login.newpassword=Your password needs to be updated.
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_fr.properties

    labels.storage_button_upload	=	Télécharger
    labels.storage_bucket_name	=	Nom du compartiment
    labels.storage_file	=	Déposer
    labels.storage_folder_name	=	Nom de dossier
    labels.storage_button_download	=	Télécharger
    labels.storage_button_tags	=	Mots clés
    labels.storage_title_tag	=	Étiqueter:
    labels.storage_tag_key	=	Clé de balise
    labels.storage_tag_value	=	Valeur de balise
    labels.login.newpassword	=	Votre mot de passe doit être mis à jour.
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  4. src/main/resources/fess_label.properties

    labels.storage_button_upload=Upload
    labels.storage_bucket_name=Bucket Name
    labels.storage_file=File
    labels.storage_folder_name=Folder Name
    labels.storage_button_download=Download
    labels.storage_button_tags=Tags
    labels.storage_title_tag=Tag:
    labels.storage_tag_key=Tag Key
    labels.storage_tag_value=Tag Value
    labels.login.newpassword=Your password needs to be updated.
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_ja.properties

    labels.storage_upload_file=ファイルのアップロード
    labels.storage_button_upload=アップロード
    labels.storage_bucket_name=バケット名
    labels.storage_file=ファイル
    labels.storage_folder_name=フォルダ名
    labels.storage_button_download=ダウンロード
    labels.storage_button_tags=タグ
    labels.storage_title_tag=タグ:
    labels.storage_tag_key=タグキー
    labels.storage_tag_value=タグ値
    labels.login.newpassword=パスワードを更新する必要があります
    labels.login.placeholder_new_password=新しいパスワード
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_storage_button_download = "{labels.storage_button_download}";
    
        /** The key of the message: Tags */
        public static final String LABELS_storage_button_tags = "{labels.storage_button_tags}";
    
        /** The key of the message: Tag: */
        public static final String LABELS_storage_title_tag = "{labels.storage_title_tag}";
    
        /** The key of the message: Tag Key */
    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