- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 12 for notification_to (0.13 sec)
-
src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp
<label for="notificationTo" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.notification_to"/></label> <div class="col-sm-9"> <la:errors property="notificationTo"/> <div class="input-group">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Jan 16 12:54:35 UTC 2023 - 39.4K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.purge_job_log_day=Purge Job Log Before labels.purge_user_info_day=Purge User Before labels.purge_by_bots=Bots Name For Purge labels.log_level=Log Level labels.csv_file_encoding=Encoding for CSV labels.notification_to=Notification Email labels.pathmap_configuration=Path Mapping labels.pathmap_title_details=Path Mapping labels.disabled=Disabled labels.pathmap_pt_crawling=Crawling labels.pathmap_pt_displaying=Displaying
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.purge_job_log_day=Purge Job Log Before labels.purge_user_info_day=Purge User Before labels.purge_by_bots=Bots Name For Purge labels.csv_file_encoding=Encoding for CSV labels.notification_to=Notification Email labels.pathmap_configuration=Path Mapping labels.pathmap_title_details=Path Mapping labels.disabled=Disabled labels.pathmap_pt_crawling=Crawling labels.pathmap_pt_displaying=Displaying
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 45.6K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.purge_job_log_day=Purge Job Log Before labels.purge_user_info_day=Purge User Before labels.purge_by_bots=Bots Name For Purge labels.log_level=Log Level labels.csv_file_encoding=Encoding for CSV labels.notification_to=Notification Email labels.pathmap_configuration=Path Mapping labels.pathmap_title_details=Path Mapping labels.disabled=Disabled labels.pathmap_pt_crawling=Crawling labels.pathmap_pt_displaying=Displaying
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.purge_user_info_day = Purger le journal utilisateur avant labels.purge_by_bots = Nom des robots pour la purge labels.log_level = Niveau de journalisation labels.csv_file_encoding = Encodage pour CSV labels.notification_to = E-mail de notification labels.pathmap_configuration = Mapping du chemin labels.pathmap_title_details = Mapping du chemin labels.disabled = Désactivé labels.pathmap_pt_crawling = Exploration
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.6K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.purge_job_log_day=Bereinige Aufgabenprotokoll nach labels.purge_user_info_day=Bereinige Benutzer nach labels.purge_by_bots=Bot-Namen zur Bereinigung labels.csv_file_encoding=Kodierung für CSV labels.notification_to=Benachrichtigung an labels.pathmap_configuration=Pfad-Zuordnung labels.pathmap_title_details=Pfad-Zuordnung labels.disabled=Deaktiviert labels.pathmap_pt_crawling=Crawlen labels.pathmap_pt_displaying=Anzeigen
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 42.8K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.purge_search_log_day = 이전의 검색 기록을 삭제 labels.purge_job_log_day = 이전 작업 로그를 삭제 labels.purge_user_info_day = 이전 사용자 로그를 삭제 labels.purge_by_bots = 로그에서 삭제할 Bot 이름 labels.csv_file_encoding = CSV 파일의 인코딩 labels.notification_to = 이메일 알림 labels.pathmap_configuration = 경로 매핑 labels.pathmap_title_details = 경로 매핑 labels.disabled = 비활성 labels.pathmap_pt_crawling = 크롤링 labels.pathmap_pt_displaying = 표시 labels.pathmap_pt_both = 탐색/표시
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 44K bytes - Viewed (0) -
src/main/resources/fess_label_ja.properties
labels.purge_search_log_day=以前の検索ログを削除 labels.purge_job_log_day=以前のジョブログを削除 labels.purge_user_info_day=以前のユーザーログを削除 labels.purge_by_bots=ログを削除するボット名 labels.log_level=ログレベル labels.csv_file_encoding=CSVファイルのエンコード labels.notification_to=通知メール labels.pathmap_configuration=パスマッピング labels.pathmap_title_details=パスマッピング labels.disabled=無効 labels.pathmap_pt_crawling=クロール labels.pathmap_pt_displaying=表示 labels.pathmap_pt_both=クロール/表示
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_csv_file_encoding = "{labels.csv_file_encoding}"; /** The key of the message: Notification Email */ public static final String LABELS_notification_to = "{labels.notification_to}"; /** The key of the message: Path Mapping */ public static final String LABELS_pathmap_configuration = "{labels.pathmap_configuration}"; /** The key of the message: Path Mapping */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 146.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
systemProperties.store(); } catch (final Exception e) { logger.warn("Failed to send a test mail.", e); saveError(messages -> messages.addErrorsFailedToSendTestmail(GLOBAL)); } return redirectByParam(AdminGeneralAction.class, "notificationTo", form.notificationTo); } @Execute
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 12.8K bytes - Viewed (0)