Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for index_num (0.19 sec)

  1. src/main/resources/fess_label.properties

    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
    labels.do_you_want_to_logout=Do you want to logout?
    labels.logout_button=Logout
    labels.profile=Change Password
    labels.administration=Administration
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  2. src/main/resources/fess_label_en.properties

    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
    labels.do_you_want_to_logout=Do you want to logout?
    labels.logout_button=Logout
    labels.profile=Change Password
    labels.administration=Administration
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_de.properties

    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
    labels.logout=Abmelden
    labels.do_you_want_to_logout=Möchten Sie sich abmelden?
    labels.logout_button=Abmelden
    labels.profile=Passwort ändern
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_ru.properties

    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=Выход
    labels.logout=Выход
    labels.do_you_want_to_logout=Желайте выйти?
    labels.logout_button=Выход
    labels.profile=Сменить пароль
    labels.administration=Администрация
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_ko.properties

    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 = 로그아웃
    labels.do_you_want_to_logout = 로그아웃 하시겠습니까?
    labels.logout_button = 로그아웃
    labels.profile = 암호 변경
    labels.administration = 관리
    labels.profile_button = 설정
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 44K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_fr.properties

    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
    labels.logout_title	=	Se déconnecter
    labels.logout	=	Se déconnecter
    labels.do_you_want_to_logout	=	Voulez-vous vous déconnecter ?
    labels.logout_button	=	Se déconnecter
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_ja.properties

    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=ログアウトしますか?
    labels.logout_button=ログアウト
    labels.profile=パスワード変更
    labels.administration=管理
    labels.profile_button=設定
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Sort */
        public static final String LABELS_index_sort = "{labels.index_sort}";
    
        /** The key of the message: Results per page */
        public static final String LABELS_index_num = "{labels.index_num}";
    
        /** The key of the message: Logout */
        public static final String LABELS_logout_title = "{labels.logout_title}";
    
        /** The key of the message: Logout */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
Back to top