- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 10 for placeholder_password (0.11 sec)
-
src/main/webapp/WEB-INF/orig/view/login/index.jsp
<em class="fa fa-user fa-fw"> </span> </div> </div> <div class="input-group mb-3"> <c:set var="ph_password"> <la:message key="labels.login.placeholder_password" /> </c:set> <la:password property="password" class="form-control" placeholder="${ph_password}" /> <div class="input-group-append"> <span class="input-group-text">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 3K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/login/index.jsp
<em class="fa fa-user fa-fw"> </span> </div> </div> <div class="input-group mb-3"> <c:set var="ph_password"> <la:message key="labels.login.placeholder_password" /> </c:set> <la:password property="password" class="form-control" placeholder="${ph_password}" /> <div class="input-group-append"> <span class="input-group-text">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 3K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.bad_request=Invalid request for the url. labels.page_not_found_title=Page Not Found labels.check_url=Check the url. labels.user_name=Username labels.login=Login labels.login.placeholder_username=Username labels.login.placeholder_password=Password labels.login.title=Login labels.index_label=Labels labels.index_lang=Preferred Languages labels.index_sort=Sort labels.index_num=Results per page labels.logout_title=Logout labels.logout=Logout
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.page_not_found_title=Страница не найдена labels.check_url=Проверьте URL-адрес. labels.user_name=ИмяПользователя labels.login=Логин labels.login.placeholder_username=ИмяПользователя labels.login.placeholder_password=Пароль labels.login.title=Логин labels.index_label=Названия labels.index_lang=Предпочитаемый Язык labels.index_sort=Sort labels.index_num=Результатов на странице labels.logout_title=Выход
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.page_not_found_title = Page non trouvée labels.check_url = Vérifiez l'URL. labels.user_name = Nom d'utilisateur labels.login = Connexion labels.login.placeholder_username = Nom d'utilisateur labels.login.placeholder_password = Mot de passe labels.login.title = Connexion labels.index_label = Étiquettes labels.index_lang = Langues préférées labels.index_sort = Trier labels.index_num = résultats par page
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.bad_request=Invalid request for the url. labels.page_not_found_title=Page Not Found labels.check_url=Check the url. labels.user_name=Username labels.login=Login labels.login.placeholder_username=Username labels.login.placeholder_password=Password labels.login.title=Login labels.index_label=Labels labels.index_lang=Preferred Languages labels.index_sort=Sort labels.index_num=Results per page labels.logout_title=Logout labels.logout=Logout
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.page_not_found_title=Seite nicht gefunden labels.check_url=Prüfe die URL. labels.user_name=Benutzername labels.login=Anmelden labels.login.placeholder_username=Benutzername labels.login.placeholder_password=Passwort labels.login.title=Anmelden labels.index_label=Labels labels.index_lang=Bevorzugte Sprachen labels.index_sort=Sortiere labels.index_num=Suchergebnisse pro Seite labels.logout_title=Abmelden
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.bad_request = URL에 대한 요청이 올바르지 않습니다. labels.page_not_found_title = 페이지를 찾을 수 없습니다. labels.check_url = URL을 확인하십시오. labels.user_name = 사용자 이름 labels.login = 로그인 labels.login.placeholder_username = 사용자 이름 labels.login.placeholder_password = 비밀번호 labels.login.title = 로그인 labels.index_label = 레이블(Label) labels.index_lang = 기본언어 labels.index_sort = 정렬 labels.index_num = 표시 건수 labels.logout_title = 로그아웃 labels.logout = 로그아웃
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.bad_request=URLへのリクエストが正しくありません。 labels.page_not_found_title=ページが見つかりません。 labels.check_url=URLを確認してください。 labels.user_name=ユーザー名 labels.login=ログイン labels.login.placeholder_username=ユーザー名 labels.login.placeholder_password=パスワード labels.login.title=ログイン labels.index_label=ラベル labels.index_lang=優先する言語 labels.index_sort=ソート labels.index_num=表示件数 labels.logout_title=ログアウト labels.logout=ログアウト
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: Password */ public static final String LABELS_LOGIN_placeholder_password = "{labels.login.placeholder_password}"; /** The key of the message: Login */ public static final String LABELS_LOGIN_TITLE = "{labels.login.title}"; /** The key of the message: Labels */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 146.4K bytes - Viewed (0)