Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for system_info_system_properties_does_not_exist (2.77 sec)

  1. src/main/resources/fess_label_nl.properties

    labels.system_info_prop_title=Systeemeigenschappen
    labels.system_info_fess_prop_title=Applicatie-eigenschappen
    labels.system_info_bug_report_title=Bugrapportage-eigenschappen
    labels.system_info_system_properties_does_not_exist=system.properties bestaat niet. Standaardwaarden worden toegepast.
    labels.file_auth_configuration=Bestandsauthenticatie
    labels.file_auth_list_hostname=Hostnaam
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
  2. src/main/resources/fess_label_zh_CN.properties

    labels.system_info_configuration=系统信息
    labels.system_info_env_title=环境变量属性
    labels.system_info_prop_title=系统属性
    labels.system_info_fess_prop_title=应用程序属性
    labels.system_info_bug_report_title=错误报告属性
    labels.system_info_system_properties_does_not_exist=system.properties不存在。将应用默认值。
    labels.file_auth_configuration=文件认证
    labels.file_auth_list_hostname=主机名
    labels.file_auth_list_file_crawling_config=配置名称
    labels.file_auth_any=任意
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.5K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_fr.properties

    labels.system_info_prop_title=Propriétés système
    labels.system_info_fess_prop_title=Propriétés de l'application
    labels.system_info_bug_report_title=Propriétés du rapport de bogue
    labels.system_info_system_properties_does_not_exist=system.properties n'existe pas. Les valeurs par défaut sont appliquées.
    labels.file_auth_configuration=Authentification de fichier
    labels.file_auth_list_hostname=Nom d'hôte
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_pt_BR.properties

    labels.system_info_prop_title=Propriedades do sistema
    labels.system_info_fess_prop_title=Propriedades do aplicativo
    labels.system_info_bug_report_title=Propriedades do relatório de bug
    labels.system_info_system_properties_does_not_exist=system.properties não existe. Os valores padrão serão aplicados.
    labels.file_auth_configuration=Autenticação de arquivo
    labels.file_auth_list_hostname=Nome do host
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_ja.properties

    labels.system_info_env_title=環境変数のプロパティ
    labels.system_info_prop_title=システムのプロパティ
    labels.system_info_fess_prop_title=アプリのプロパティ
    labels.system_info_bug_report_title=バグレポートのプロパティ
    labels.system_info_system_properties_does_not_exist=system.propertiesは存在しません。デフォルト値が適用されます。
    labels.file_auth_configuration=ファイル認証
    labels.file_auth_list_hostname=ホスト名
    labels.file_auth_list_file_crawling_config=設定名
    labels.file_auth_any=任意
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Nov 07 06:19:20 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: system.properties does not exist. Default values are applied. */
        public static final String LABELS_system_info_system_properties_does_not_exist =
                "{labels.system_info_system_properties_does_not_exist}";
    
        /** The key of the message: File Authentication */
        public static final String LABELS_file_auth_configuration = "{labels.file_auth_configuration}";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
Back to top