1 11 package org.eclipse.core.internal.resources; 12 13 import org.eclipse.osgi.util.NLS; 14 15 public class CompatibilityMessages extends NLS { 16 17 private static final String BUNDLE_NAME = "org.eclipse.core.internal.resources.messages"; 19 public static String indexed_couldNotClose; 21 public static String indexed_couldNotCommit; 22 public static String indexed_couldNotCreate; 23 public static String indexed_couldNotCreateCursor; 24 public static String indexed_couldNotCreateIndex; 25 public static String indexed_couldNotDelete; 26 public static String indexed_couldNotGetIndex; 27 public static String indexed_couldNotOpen; 28 public static String indexed_couldNotRead; 29 public static String indexed_couldNotWrite; 30 public static String indexedStore_contextNotAvailable; 32 public static String indexedStore_entryKeyLengthError; 33 public static String indexedStore_entryNotRemoved; 34 public static String indexedStore_entryRemoved; 35 public static String indexedStore_entryValueLengthError; 36 public static String indexedStore_entryValueNotUpdated; 37 public static String indexedStore_genericError; 38 public static String indexedStore_indexExists; 39 public static String indexedStore_indexNodeNotCreated; 40 public static String indexedStore_indexNodeNotRetrieved; 41 public static String indexedStore_indexNodeNotSplit; 42 public static String indexedStore_indexNodeNotStored; 43 public static String indexedStore_indexNotCreated; 44 public static String indexedStore_indexNotFound; 45 public static String indexedStore_indexNotRemoved; 46 public static String indexedStore_metadataRequestError; 47 public static String indexedStore_objectExists; 48 public static String indexedStore_objectIDInvalid; 49 public static String indexedStore_objectNotAcquired; 50 public static String indexedStore_objectNotCreated; 51 public static String indexedStore_objectNotFound; 52 public static String indexedStore_objectNotReleased; 53 public static String indexedStore_objectNotRemoved; 54 public static String indexedStore_objectNotStored; 55 public static String indexedStore_objectNotUpdated; 56 public static String indexedStore_objectTypeError; 57 public static String indexedStore_storeEmpty; 58 public static String indexedStore_storeFormatError; 59 public static String indexedStore_storeIsOpen; 60 public static String indexedStore_storeNotClosed; 61 public static String indexedStore_storeNotCommitted; 62 public static String indexedStore_storeNotConverted; 63 public static String indexedStore_storeNotCreated; 64 public static String indexedStore_storeNotFlushed; 65 public static String indexedStore_storeNotOpen; 66 public static String indexedStore_storeNotOpened; 67 public static String indexedStore_storeNotReadWrite; 68 public static String indexedStore_storeNotRolledBack; 69 public static String objectStore_genericFailure; 70 public static String objectStore_internalFailure; 71 public static String objectStore_metadataRequestFailure; 72 public static String objectStore_objectExistenceFailure; 73 public static String objectStore_objectHeaderFailure; 74 public static String objectStore_objectInsertFailure; 75 public static String objectStore_objectIsLocked; 76 public static String objectStore_objectRemoveFailure; 77 public static String objectStore_objectSizeFailure; 78 public static String objectStore_objectTypeFailure; 79 public static String objectStore_objectUpdateFailure; 80 public static String objectStore_pageReadFailure; 81 public static String objectStore_pageVacancyFailure; 82 public static String objectStore_pageWriteFailure; 83 public static String objectStore_storeCloseFailure; 84 public static String objectStore_storeConversionFailure; 85 public static String objectStore_storeCreateFailure; 86 public static String objectStore_storeOpenFailure; 87 public static String pageStore_commitFailure; 88 public static String pageStore_conversionFailure; 89 public static String pageStore_createFailure; 90 public static String pageStore_genericFailure; 91 public static String pageStore_integrityFailure; 92 public static String pageStore_lengthFailure; 93 public static String pageStore_logCreateFailure; 94 public static String pageStore_logOpenFailure; 95 public static String pageStore_logReadFailure; 96 public static String pageStore_logWriteFailure; 97 public static String pageStore_metadataRequestFailure; 98 public static String pageStore_openFailure; 99 public static String pageStore_readFailure; 100 public static String pageStore_writeFailure; 101 public static String history_problemsAccessing; 102 public static String history_tooManySimUpdates; 103 public static String history_problemsCleaning; 104 public static String history_notValid; 105 public static String history_specificProblemsCleaning; 106 public static String history_corrupt; 107 public static String history_problemsRemoving; 108 public static String history_couldNotAdd; 109 public static String history_interalPathErrors; 110 public static String history_copyToNull; 111 public static String history_copyToSelf; 112 public static String history_problemsPurging; 113 public static String history_problemCopying; 114 public static String history_conversionSucceeded; 115 public static String history_conversionFailed; 117 118 public static String properties_storeProblem; 119 public static String properties_invalidPropName; 120 public static String properties_conversionFailed; 121 public static String properties_conversionSucceeded; 122 public static String properties_couldNotWriteProp; 123 public static String properties_couldNotDeleteProp; 124 public static String properties_couldNotReadProp; 125 public static String properties_storeNotAvailable; 126 127 public static String resources_mustExist; 128 129 static { 130 NLS.initializeMessages(BUNDLE_NAME, CompatibilityMessages.class); 132 } 133 134 } 135 | Popular Tags |