Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 18 of 18 for placeholder_password (0.06 sec)

  1. 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=Сортировка
    labels.index_num=Количество отображаемых
    labels.logout_title=Выход
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 55.8K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_it.properties

    labels.page_not_found_title=Pagina non trovata.
    labels.check_url=Controlla l'URL.
    labels.user_name=Nome utente
    labels.login=Accedi
    labels.login.placeholder_username=Nome utente
    labels.login.placeholder_password=Password
    labels.login.title=Accedi
    labels.index_label=Etichetta
    labels.index_lang=Lingua preferita
    labels.index_sort=Ordina
    labels.index_num=Numero di risultati
    labels.logout_title=Esci
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_nl.properties

    labels.page_not_found_title=Pagina niet gevonden.
    labels.check_url=Controleer de URL.
    labels.user_name=Gebruikersnaam
    labels.login=Inloggen
    labels.login.placeholder_username=Gebruikersnaam
    labels.login.placeholder_password=Wachtwoord
    labels.login.title=Inloggen
    labels.index_label=Label
    labels.index_lang=Voorkeurstaal
    labels.index_sort=Sorteren
    labels.index_num=Aantal resultaten
    labels.logout_title=Uitloggen
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
  4. src/main/resources/fess_label_zh_CN.properties

    labels.request_error_title=请求格式不正确。
    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=注销
    labels.do_you_want_to_logout=您要注销吗?
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.5K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_fr.properties

    labels.page_not_found_title=Page non trouvée.
    labels.check_url=Veuillez vérifier 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=Étiquette
    labels.index_lang=Langue préférée
    labels.index_sort=Trier
    labels.index_num=Nombre d'affichages
    labels.logout_title=Déconnexion
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_pt_BR.properties

    labels.page_not_found_title=Página não encontrada.
    labels.check_url=Verifique a URL.
    labels.user_name=Nome de usuário
    labels.login=Login
    labels.login.placeholder_username=Nome de usuário
    labels.login.placeholder_password=Senha
    labels.login.title=Login
    labels.index_label=Rótulo
    labels.index_lang=Idioma preferido
    labels.index_sort=Ordenar
    labels.index_num=Número de resultados
    labels.logout_title=Logout
    labels.logout=Logout
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  7. 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 Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Nov 07 06:19:20 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  8. 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: Label */
    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