- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 10 for advance_search_timestamp_pastmonth (0.19 sec)
-
src/main/webapp/WEB-INF/view/advance.jsp
<option value="[now-1M/d TO *]" <c:if test="${as.timestamp.contains('[now-1M/d TO *]')}">selected</c:if> ><la:message key="labels.advance_search_timestamp_pastmonth" /></option> <option value="[now-1y/d TO *]" <c:if test="${as.timestamp.contains('[now-1y/d TO *]')}">selected</c:if> ><la:message key="labels.advance_search_timestamp_pastyear" /></option>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 14.9K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/advance.jsp
<option value="[now-1M/d TO *]" <c:if test="${as.timestamp.contains('[now-1M/d TO *]')}">selected</c:if> ><la:message key="labels.advance_search_timestamp_pastmonth" /></option> <option value="[now-1y/d TO *]" <c:if test="${as.timestamp.contains('[now-1y/d TO *]')}">selected</c:if> ><la:message key="labels.advance_search_timestamp_pastyear" /></option>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 14.9K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.advance_search_timestamp=Last update labels.advance_search_timestamp_default=anytime labels.advance_search_timestamp_pastday=past 24 hours labels.advance_search_timestamp_pastweek=past week labels.advance_search_timestamp_pastmonth=past month labels.advance_search_timestamp_pastyear=past year labels.searchlog_configuration=Search Log labels.searchlog_title=Search Log labels.searchlog_log_type=Log Type
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.advance_search_timestamp=Last update labels.advance_search_timestamp_default=anytime labels.advance_search_timestamp_pastday=past 24 hours labels.advance_search_timestamp_pastweek=past week labels.advance_search_timestamp_pastmonth=past month labels.advance_search_timestamp_pastyear=past year labels.searchlog_configuration=Search Log labels.searchlog_title=Search Log labels.searchlog_log_type=Log Type
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_fr.properties
labels.advance_search_timestamp_default = à tout moment labels.advance_search_timestamp_pastday = dernières 24 heures labels.advance_search_timestamp_pastweek = la semaine dernière labels.advance_search_timestamp_pastmonth = mois passé labels.advance_search_timestamp_pastyear = l'année passée labels.searchlog_configuration = Journal de recherche labels.searchlog_title = Journal de recherche
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.properties
labels.advance_search_timestamp=Last update labels.advance_search_timestamp_default=anytime labels.advance_search_timestamp_pastday=past 24 hours labels.advance_search_timestamp_pastweek=past week labels.advance_search_timestamp_pastmonth=past month labels.advance_search_timestamp_pastyear=past year labels.searchlog_configuration=Search Log labels.searchlog_title=Search Log labels.searchlog_log_type=Log Type
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_de.properties
labels.advance_search_timestamp=Letzte Änderung labels.advance_search_timestamp_default=jederzeit labels.advance_search_timestamp_pastday=letzte 24 Stunden labels.advance_search_timestamp_pastweek=letzte Woche labels.advance_search_timestamp_pastmonth=letzter Monat labels.advance_search_timestamp_pastyear=letztes Jahr labels.searchlog_configuration=Suchverlauf labels.searchlog_title=Suchverlauf labels.searchlog_log_type=Protokollart
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.advance_search_timestamp=Last update labels.advance_search_timestamp_default=anytime labels.advance_search_timestamp_pastday=past 24 hours labels.advance_search_timestamp_pastweek=past week labels.advance_search_timestamp_pastmonth=past month labels.advance_search_timestamp_pastyear=past year labels.searchlog_configuration=Search Log labels.searchlog_title=Search Log labels.searchlog_log_type=Log Type
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.advance_search_timestamp=更新日時 labels.advance_search_timestamp_default=指定なし labels.advance_search_timestamp_pastday=24時間以内 labels.advance_search_timestamp_pastweek=1週間以内 labels.advance_search_timestamp_pastmonth=1ヶ月以内 labels.advance_search_timestamp_pastyear=1年以内 labels.searchlog_configuration=検索ログ labels.searchlog_title=検索ログ labels.searchlog_log_type=ログ種別 labels.searchlog_log_type_search=検索ログ
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
/** The key of the message: past month */ public static final String LABELS_advance_search_timestamp_pastmonth = "{labels.advance_search_timestamp_pastmonth}"; /** The key of the message: past year */ public static final String LABELS_advance_search_timestamp_pastyear = "{labels.advance_search_timestamp_pastyear}";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 146.4K bytes - Viewed (0)