gecko-dev/mailnews/mime/cthandlers/vcard/nsVCardStringResources.h

86 строки
4.7 KiB
C

/*
* The contents of this file are subject to the Netscape Public License
* Version 1.0 (the "NPL"); you may not use this file except in
* compliance with the NPL. You may obtain a copy of the NPL at
* http://www.mozilla.org/NPL/
*
* Software distributed under the NPL is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
* for the specific language governing rights and limitations under the
* NPL.
*
* The Initial Developer of this code under the NPL is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998 Netscape Communications Corporation. All Rights
* Reserved.
*/
#ifndef _nsVCardStringResources_h__
#define _nsVCardStringResources_h__
#define VCARD_OUT_OF_MEMORY -1000
#define VCARD_LDAP_REGION 1001
#define VCARD_LDAP_DOM_TYPE 1002
#define VCARD_LDAP_INTL_TYPE 1003
#define VCARD_LDAP_POSTAL_TYPE 1004
#define VCARD_LDAP_PARCEL_TYPE 1005
#define VCARD_LDAP_WORK_TYPE 1006
#define VCARD_LDAP_HOME_TYPE 1007
#define VCARD_LDAP_PREF_TYPE 1008
#define VCARD_LDAP_VOICE_TYPE 1009
#define VCARD_LDAP_FAX_TYPE 1010
#define VCARD_LDAP_MSG_TYPE 1011
#define VCARD_LDAP_CELL_TYPE 1012
#define VCARD_LDAP_PAGER_TYPE 1013
#define VCARD_LDAP_BBS_TYPE 1014
#define VCARD_LDAP_MODEM_TYPE 1015
#define VCARD_LDAP_CAR_TYPE 1016
#define VCARD_LDAP_ISDN_TYPE 1017
#define VCARD_LDAP_VIDEO_TYPE 1018
#define VCARD_LDAP_AOL_TYPE 1019
#define VCARD_LDAP_APPLELINK_TYPE 1020
#define VCARD_LDAP_ATTMAIL_TYPE 1021
#define VCARD_LDAP_CSI_TYPE 1022
#define VCARD_LDAP_EWORLD_TYPE 1023
#define VCARD_LDAP_INTERNET_TYPE 1024
#define VCARD_LDAP_IBMMAIL_TYPE 1025
#define VCARD_LDAP_MCIMAIL_TYPE 1026
#define VCARD_LDAP_POWERSHARE_TYPE 1027
#define VCARD_LDAP_PRODIGY_TYPE 1028
#define VCARD_LDAP_TLX_TYPE 1029
#define VCARD_LDAP_MIDDLE_NAME 1030
#define VCARD_LDAP_NAME_PREFIX 1031
#define VCARD_LDAP_NAME_SUFFIX 1032
#define VCARD_LDAP_TZ 1033
#define VCARD_LDAP_GEO 1034
#define VCARD_LDAP_SOUND 1035
#define VCARD_LDAP_REVISION 1036
#define VCARD_LDAP_VERSION 1037
#define VCARD_LDAP_KEY 1038
#define VCARD_LDAP_LOGO 1039
#define VCARD_LDAP_BIRTHDAY 1040
#define VCARD_LDAP_X400 1041
#define VCARD_LDAP_ADDRESS 1042
#define VCARD_LDAP_LABEL 1043
#define VCARD_LDAP_MAILER 1044
#define VCARD_LDAP_ROLE 1045
#define VCARD_LDAP_UPDATEURL 1046
#define VCARD_LDAP_COOLTALKADDRESS 1047
#define VCARD_LDAP_USEHTML 1048
#define VCARD_MSG_ADD_TO_ADDR_BOOK 1049
#define VCARD_ADDR_ADDINFO 1050
#define VCARD_ADDR_VIEW_COMPLETE_VCARD 1051
#define VCARD_ADDR_VIEW_CONDENSED_VCARD 1052
#define VCARD_ADDR_CONFINFO 1053
#define VCARD_ADDR_DEFAULT_DLS 1054
#define VCARD_ADDR_SPECIFIC_DLS 1055
#define VCARD_ADDR_HOSTNAMEIP 1056
#define VCARD_LDAP_PHONE_NUMBER 1057
#define VCARD_LDAP_PHOTOGRAPH 1058
#define VCARD_LDAP_EMAIL_ADDRESS 1059
#define VCARD_LDAP_SURNAME 1060
#define VCARD_LDAP_GIVEN_NAME 1061
#define VCARD_LDAP_SECRETARY 1062
#endif /* _nsVCardStringResources_h__ */