Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 17 of 17 for user_mobile (0.1 sec)

  1. src/main/resources/fess_label_it.properties

    labels.user_postOfficeBox=Casella postale
    labels.postOfficeBox=Casella postale
    labels.user_initials=Iniziali
    labels.initials=Iniziali
    labels.user_carLicense=Patente di guida
    labels.carLicense=Patente di guida
    labels.user_mobile=Cellulare
    labels.mobile=Cellulare
    labels.user_postalAddress=Indirizzo postale
    labels.postalAddress=Indirizzo postale
    labels.user_city=Città
    labels.city=Città
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_nl.properties

    labels.user_postOfficeBox=Postbus
    labels.postOfficeBox=Postbus
    labels.user_initials=Initialen
    labels.initials=Initialen
    labels.user_carLicense=Rijbewijs
    labels.carLicense=Rijbewijs
    labels.user_mobile=Mobiel
    labels.mobile=Mobiel
    labels.user_postalAddress=Postadres
    labels.postalAddress=Postadres
    labels.user_city=Stad
    labels.city=Stad
    labels.user_teletexTerminalIdentifier=Teletex-terminal-ID
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
  3. src/main/resources/fess_label_zh_CN.properties

    labels.facsimileTelephoneNumber=传真号码
    labels.user_postOfficeBox=邮政信箱
    labels.postOfficeBox=邮政信箱
    labels.user_initials=首字母
    labels.initials=首字母
    labels.user_carLicense=驾驶执照
    labels.carLicense=驾驶执照
    labels.user_mobile=手机
    labels.mobile=手机
    labels.user_postalAddress=邮政地址
    labels.postalAddress=邮政地址
    labels.user_city=城市
    labels.city=城市
    labels.user_teletexTerminalIdentifier=电传终端标识符
    labels.teletexTerminalIdentifier=电传终端标识符
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.5K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_fr.properties

    labels.user_postOfficeBox=Boîte postale
    labels.postOfficeBox=Boîte postale
    labels.user_initials=Initiales
    labels.initials=Initiales
    labels.user_carLicense=Permis de conduire
    labels.carLicense=Permis de conduire
    labels.user_mobile=Mobile
    labels.mobile=Mobile
    labels.user_postalAddress=Adresse postale
    labels.postalAddress=Adresse postale
    labels.user_city=Ville
    labels.city=Ville
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_ja.properties

    labels.facsimileTelephoneNumber=FAX番号
    labels.user_postOfficeBox=私書箱
    labels.postOfficeBox=私書箱
    labels.user_initials=インシャル
    labels.initials=インシャル
    labels.user_carLicense=運転免許証
    labels.carLicense=運転免許証
    labels.user_mobile=携帯電話
    labels.mobile=携帯電話
    labels.user_postalAddress=住所
    labels.postalAddress=住所
    labels.user_city=市区町村
    labels.city=市区町村
    labels.user_teletexTerminalIdentifier=テレテックス端末識別子
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Nov 07 06:19:20 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_pt_BR.properties

    labels.user_postOfficeBox=Caixa postal
    labels.postOfficeBox=Caixa postal
    labels.user_initials=Iniciais
    labels.initials=Iniciais
    labels.user_carLicense=Carteira de motorista
    labels.carLicense=Carteira de motorista
    labels.user_mobile=Celular
    labels.mobile=Celular
    labels.user_postalAddress=Endereço postal
    labels.postalAddress=Endereço postal
    labels.user_city=Cidade
    labels.city=Cidade
    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/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_CAR_LICENSE = "{labels.carLicense}";
    
        /** The key of the message: Mobile */
        public static final String LABELS_user_mobile = "{labels.user_mobile}";
    
        /** The key of the message: Mobile */
        public static final String LABELS_MOBILE = "{labels.mobile}";
    
        /** The key of the message: Postal Address */
    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