/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ #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__ */