Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for PostalAddress (0.16 sec)

  1. src/main/resources/fess_label_ja.properties

    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=テレテックス端末識別子
    labels.user_x121Address=x121Address
    labels.x121Address=x121Address
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_user_postalAddress = "{labels.user_postalAddress}";
    
        /** The key of the message: Postal Address */
        public static final String LABELS_POSTAL_ADDRESS = "{labels.postalAddress}";
    
        /** The key of the message: City */
        public static final String LABELS_user_city = "{labels.user_city}";
    
        /** The key of the message: City */
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
Back to top