- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for could_not_open_on_system (0.22 sec)
-
src/main/resources/fess_message_de.properties
errors.failed_to_create_crawling_config_at_wizard=Erstellung der Crawling-Konfiguration fehlgeschlagen. errors.design_editor_disabled=Diese Funktion ist deaktiviert. errors.not_found_on_file_system=Nicht gefunden: {0} errors.could_not_open_on_system=Konnte {0} nicht öffnen. <br/>Bitte prüfen, ob die Datei mit einer Anwendung verknüpft ist. errors.result_size_exceeded=Keine weiteren Ergebnisse konnten angezeigt werden.
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 29 15:01:03 UTC 2019 - 11.8K bytes - Viewed (0) -
src/main/resources/fess_message_ru.properties
errors.failed_to_create_crawling_config_at_wizard=Failed to create a crawling config. errors.design_editor_disabled=This feature is disabled. errors.not_found_on_file_system=Not Found: {0} errors.could_not_open_on_system=Could not open {0}. <br/>Please check if the file is associated with an application. errors.result_size_exceeded=No more results could be displayed. errors.target_file_does_not_exist={0} file does not exist.
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri May 20 12:12:28 UTC 2022 - 10.2K bytes - Viewed (0) -
src/main/resources/fess_message_ko.properties
errors.failed_to_create_crawling_config_at_wizard = 크롤링 설정의 작성에 실패했습니다. errors.design_editor_disabled =이 기능은 사용할 수 없습니다. errors.not_found_on_file_system = 찾을 수 없습니다. 원인 : {0} errors.could_not_open_on_system = {0}을 열 수 없습니다. <br> 파일이 응용 프로그램과 연결되어 있는지 확인하십시오. errors.result_size_exceeded = 더 이상 결과를 표시 할 수 없습니다. errors.target_file_does_not_exist = {0} 파일이 존재하지 않습니다. errors.failed_to_delete_file = {0} 파일의 삭제에 실패했습니다.
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Jul 07 06:11:30 UTC 2018 - 11.1K bytes - Viewed (0) -
src/main/resources/fess_message.properties
errors.failed_to_create_crawling_config_at_wizard=Failed to create a crawling config. errors.design_editor_disabled=This feature is disabled. errors.not_found_on_file_system=Not Found: {0} errors.could_not_open_on_system=Could not open {0}. <br/>Please check if the file is associated with an application. errors.result_size_exceeded=No more results could be displayed. errors.target_file_does_not_exist={0} file does not exist.
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Mar 18 03:05:44 UTC 2023 - 12.5K bytes - Viewed (0) -
src/main/resources/fess_message_en.properties
errors.failed_to_create_crawling_config_at_wizard=Failed to create a crawling config. errors.design_editor_disabled=This feature is disabled. errors.not_found_on_file_system=Not Found: {0} errors.could_not_open_on_system=Could not open {0}. <br/>Please check if the file is associated with an application. errors.result_size_exceeded=No more results could be displayed. errors.target_file_does_not_exist={0} file does not exist.
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Mar 18 03:05:44 UTC 2023 - 12.4K bytes - Viewed (0) -
src/main/resources/fess_message_fr.properties
errors.failed_to_create_crawling_config_at_wizard=Échec de la création d'une configuration d'exploration. errors.design_editor_disabled=Cette fonctionnalité est désactivée. errors.not_found_on_file_system=Non trouvé : {0} errors.could_not_open_on_system=Impossible d'ouvrir {0}. <br/>Veuillez vérifier si le fichier est associé à une application. errors.result_size_exceeded=Aucun autre résultat ne peut être affiché. errors.target_file_does_not_exist={0} le fichier n'existe pas.
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Feb 06 22:59:17 UTC 2023 - 14.2K bytes - Viewed (0) -
src/main/resources/fess_message_ja.properties
errors.design_file_is_unsupported_type = このファイルの種類はサポートされていません。 errors.failed_to_create_crawling_config_at_wizard = クロール設定の作成に失敗しました。 errors.design_editor_disabled = この機能は無効です。 errors.not_found_on_file_system = 見つかりません。原因: {0} errors.could_not_open_on_system = {0} を開くことができません。<br>ファイルがアプリケーションに関連付けられているか確認してください。 errors.result_size_exceeded = これ以上の結果は表示できません。 errors.target_file_does_not_exist = ファイル {0} が存在しません。 errors.failed_to_delete_file = ファイル {0} の削除に失敗しました。
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Mar 18 03:05:44 UTC 2023 - 15.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java
/** The key of the message: Could not open {0}. <br/>Please check if the file is associated with an application. */ public static final String ERRORS_could_not_open_on_system = "{errors.could_not_open_on_system}"; /** The key of the message: No more results could be displayed. */ public static final String ERRORS_result_size_exceeded = "{errors.result_size_exceeded}";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 119.9K bytes - Viewed (0)