platform/org.eclipse.core.resources/src/org/eclipse/core/internal/utils/messages.properties
changeset 16 06d88bb6aac0
equal deleted inserted replaced
15:3ac8c55882b5 16:06d88bb6aac0
       
     1 ###############################################################################
       
     2 # Copyright (c) 2000, 2008 IBM Corporation and others.
       
     3 # All rights reserved. This program and the accompanying materials
       
     4 # are made available under the terms of the Eclipse Public License v1.0
       
     5 # which accompanies this distribution, and is available at
       
     6 # http://www.eclipse.org/legal/epl-v10.html
       
     7 #
       
     8 # Contributors:
       
     9 #     IBM Corporation - initial API and implementation
       
    10 ###############################################################################
       
    11 ### Resources plugin messages.
       
    12 
       
    13 ### dtree
       
    14 dtree_immutable = Illegal attempt to modify an immutable tree.
       
    15 dtree_malformedTree = Malformed tree.
       
    16 dtree_missingChild = Missing child node: {0}.
       
    17 dtree_notFound = Tree element ''{0}'' not found.
       
    18 dtree_notImmutable = Tree must be immutable.
       
    19 dtree_reverse = Tried to reverse a non-comparison tree.
       
    20 dtree_subclassImplement = Subclass should have implemented this.
       
    21 dtree_switchError = Switch error in DeltaTreeReader.readNode().
       
    22 
       
    23 ### events
       
    24 events_builderError = Errors running builder ''{0}'' on project ''{1}''.
       
    25 events_building_0 = Building workspace
       
    26 events_building_1 = Building ''{0}''
       
    27 events_errors = Errors during build.
       
    28 events_instantiate_1 = Error instantiating builder ''{0}''.
       
    29 events_invoking_1 = Invoking builder on ''{0}''.
       
    30 events_invoking_2 = Invoking ''{0}'' on ''{1}''.
       
    31 events_skippingBuilder = Skipping builder ''{0}'' for project ''{1}''. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
       
    32 events_unknown = {0} encountered while running {1}.
       
    33 
       
    34 history_copyToNull = Unable to copy local history to or from a null location.
       
    35 history_copyToSelf = Unable to copy local history to and from the same location.
       
    36 history_errorContentDescription = Error retrieving content description for local history for: ''{0}''.
       
    37 history_notValid = State is not valid or might have expired.
       
    38 history_problemsCleaning = Problems cleaning up history store.
       
    39 
       
    40 links_creating = Creating link.
       
    41 links_errorLinkReconcile = Error processing changed links in project description file.
       
    42 links_invalidLocation = ''{0}'' is not a valid location for linked resources.
       
    43 links_localDoesNotExist = Cannot create linked resource.  Local location ''{0}'' does not exist.
       
    44 links_locationOverlapsLink = ''{0}'' is not a valid location because the project contains a linked resource at that location.
       
    45 links_locationOverlapsProject = Cannot create a link to ''{0}'' because it overlaps the location of the project that contains the linked resource.
       
    46 links_natureVeto = Linking is not allowed because project nature ''{0}'' does not allow it.
       
    47 links_noPath = A Link location must be specified.
       
    48 links_overlappingResource = Location ''{0}'' may overlap another resource. This can cause unexpected side-effects.
       
    49 links_updatingDuplicate = Updating duplicate resource: ''{0}''.
       
    50 links_parentNotAccessible = Cannot create linked resource ''{0}''.  The parent resource is not accessible.
       
    51 links_notFileFolder = Cannot create linked resource ''{0}''.  Only files and folders can be linked.
       
    52 links_vetoNature = Cannot add nature because project ''{0}'' contains linked resources, and nature ''{1}'' does not allow it.
       
    53 links_workspaceVeto = Linked resources are not supported by this application.
       
    54 links_wrongLocalType = Cannot create linked resource ''{0}''.  Files cannot be linked to folders.
       
    55 
       
    56 ### local store
       
    57 localstore_copying = Copying ''{0}''.
       
    58 localstore_copyProblem = Problems encountered while copying resources.
       
    59 localstore_couldnotDelete = Could not delete ''{0}''.
       
    60 localstore_couldNotMove = Could not move ''{0}''.
       
    61 localstore_couldNotRead = Could not read file ''{0}''.
       
    62 localstore_couldNotWrite = Could not write file ''{0}''.
       
    63 localstore_couldNotWriteReadOnly = Could not write to read-only file: ''{0}''.
       
    64 localstore_deleteProblem = Problems encountered while deleting resources.
       
    65 localstore_deleting = Deleting ''{0}''.
       
    66 localstore_failedReadDuringWrite = Could not read from source when writing file ''{0}''
       
    67 localstore_fileExists = A resource already exists on disk ''{0}''.
       
    68 localstore_fileNotFound = File not found: {0}.
       
    69 localstore_locationUndefined = The location for ''{0}'' could not be determined because it is based on an undefined path variable.
       
    70 localstore_refreshing = Refreshing ''{0}''.
       
    71 localstore_refreshingRoot = Refreshing workspace.
       
    72 localstore_resourceExists = Resource already exists on disk: ''{0}''.
       
    73 localstore_resourceIsOutOfSync = Resource is out of sync with the file system: ''{0}''.
       
    74 
       
    75 ### Resource mappings and models
       
    76 mapping_invalidDef = Model provider extension found with invalid definition: {0}.
       
    77 mapping_wrongType = Model provider ''{0}'' does not extend ModelProvider.
       
    78 mapping_noIdentifier = Found model provider extension with no identifier; ignoring extension.
       
    79 mapping_validate = Validating resource changes
       
    80 mapping_multiProblems = Multiple potential side effects have been identified.
       
    81 
       
    82 ### internal.resources
       
    83 natures_duplicateNature = Duplicate nature: {0}.
       
    84 natures_hasCycle = Nature is invalid because its prerequisites form a cycle: {0}
       
    85 natures_missingIdentifier = Found nature extension with no identifier; ignoring extension.
       
    86 natures_missingNature = Nature does not exist: {0}.
       
    87 natures_missingPrerequisite = Nature {0} is missing prerequisite nature: {1}.
       
    88 natures_multipleSetMembers = Multiple natures found for nature set: {0}.
       
    89 natures_invalidDefinition = Nature extension found with invalid definition: {0}.
       
    90 natures_invalidRemoval = Cannot remove nature {0} because it is a prerequisite of nature {1}.
       
    91 natures_invalidSet = The set of natures is not valid.
       
    92 
       
    93 pathvar_length = Path variable name must have a length > 0.
       
    94 pathvar_beginLetter = Path variable name must begin with a letter or underscore.
       
    95 pathvar_invalidChar = Path variable name cannot contain character: {0}.
       
    96 pathvar_invalidValue = Path variable value must be valid and absolute.
       
    97 pathvar_undefined = ''{0}'' is not a valid location. The location is relative to undefined workspace path variable ''{1}''.
       
    98 pathvar_whitespace= Path variable name cannot contain whitespace
       
    99 
       
   100 ### preferences
       
   101 preferences_deleteException=Exception deleting file: {0}.
       
   102 preferences_loadException=Exception loading preferences from: {0}.
       
   103 preferences_operationCanceled=Operation canceled.
       
   104 preferences_removeNodeException=Exception while removing preference node: {0}.
       
   105 preferences_clearNodeException=Exception while clearing preference node: {0}.
       
   106 preferences_saveProblems=Exception occurred while saving project preferences: {0}.
       
   107 preferences_syncException=Exception occurred while synchronizing node: {0}.
       
   108 
       
   109 projRead_badLinkName = Names ''{0}'' and ''{1}'' detected for a single link.  Using ''{0}''.
       
   110 projRead_badLinkType2 = Types ''{0}'' and ''{1}'' detected for a single link.  Using ''{0}''.
       
   111 projRead_badLocation = Locations ''{0}'' and ''{1}'' detected for a single link.  Using ''{0}''.
       
   112 projRead_emptyLinkName = Empty name detected for linked resource with type ''{0}'' and location ''{1}''.
       
   113 projRead_badLinkType = Illegal link type \"-1\" detected for linked resource with name ''{0}'' and location ''{1}''.
       
   114 projRead_badLinkLocation = Empty location detected for linked resource with name ''{0}'' and type ''{1}''.
       
   115 projRead_whichKey = Two values detected for an argument name in a build command:  ''{0}'' and ''{1}''.  Using ''{0}''.
       
   116 projRead_whichValue = Two values detected for an argument value in a build command:  ''{0}'' and ''{1}''.  Using ''{0}''.
       
   117 projRead_notProjectDescription = Encountered element name ''{0}'' instead of \"project\" when trying to read a project description file.
       
   118 projRead_failureReadingProjectDesc = Failure occurred reading .project file.
       
   119 
       
   120 properties_qualifierIsNull = Qualifier part of property key cannot be null.
       
   121 properties_readProperties = Failure while reading persistent properties for resource ''{0}'', file was corrupt. Some properties may have been lost.
       
   122 properties_valueTooLong = Could not set property: {0} {1}. Value is too long.
       
   123 properties_couldNotClose = Could not close property store for: {0}.
       
   124 
       
   125 ### auto-refresh
       
   126 refresh_jobName = Refreshing workspace
       
   127 refresh_task = Resources to refresh: {0}
       
   128 refresh_pollJob = Searching for local changes
       
   129 refresh_refreshErr = Problems occurred while refreshing local changes
       
   130 refresh_installError = An error occurred while installing an auto-refresh monitor
       
   131 
       
   132 resources_cannotModify = The resource tree is locked for modifications.
       
   133 resources_changeInAdd = Trying to change a marker in an add method.
       
   134 resources_charsetBroadcasting = Reporting encoding changes.
       
   135 resources_charsetUpdating = Updating encoding settings.
       
   136 resources_closing_0 = Closing workspace.
       
   137 resources_closing_1 = Closing ''{0}''.
       
   138 resources_copyDestNotSub = Cannot copy ''{0}''.  Destination should not be under source''s hierarchy.
       
   139 resources_copying = Copying ''{0}''.
       
   140 resources_copying_0 = Copying.
       
   141 resources_copyNotMet = Copy requirements not met.
       
   142 resources_copyProblem = Problems encountered while copying resources.
       
   143 resources_couldnotDelete = Could not delete ''{0}''.
       
   144 resources_create = Create.
       
   145 resources_creating = Creating resource ''{0}''.
       
   146 resources_deleteMeta = Could not delete metadata for ''{0}''.
       
   147 resources_deleteProblem = Problems encountered while deleting resources.
       
   148 resources_deleting = Deleting ''{0}''.
       
   149 resources_deleting_0 = Deleting.
       
   150 resources_destNotNull = Destination path should not be null.
       
   151 resources_errorContentDescription = Error retrieving content description for resource ''{0}''.
       
   152 resources_errorDeleting = Error deleting resource ''{0}'' from the workspace tree.
       
   153 resources_errorMarkersDelete = Error deleting markers for resource ''{0}''.
       
   154 resources_errorMarkersMove = Error moving markers from resource ''{0}'' to ''{1}''.
       
   155 resources_errorMembers = Error retrieving members of container ''{0}''.
       
   156 resources_errorMoving = Error moving resource ''{0}'' to ''{1}'' in the workspace tree.
       
   157 resources_errorNature = Error configuring nature ''{0}''.
       
   158 resources_errorPropertiesMove = Error moving properties for resource ''{0}'' to ''{1}''.
       
   159 resources_errorRefresh = Errors occurred during refresh of resource ''{0}''.
       
   160 resources_errorReadProject = Failed to read project description file from location ''{0}''.
       
   161 resources_errorMultiRefresh = Errors occurred while refreshing resources with the local file system.
       
   162 resources_errorValidator = Exception running validator code.
       
   163 resources_errorVisiting = An error occurred while traversing resources.
       
   164 resources_existsDifferentCase = A resource exists with a different case: ''{0}''.
       
   165 resources_existsLocalDifferentCase = A resource exists on disk with a different case: ''{0}''.
       
   166 resources_exMasterTable = Could not read master table.
       
   167 resources_exReadProjectLocation = Could not read the project location for ''{0}''.
       
   168 resources_exSafeRead = Could not read safe table.
       
   169 resources_exSafeSave = Could not save safe table.
       
   170 resources_exSaveMaster = Could not save master table.
       
   171 resources_exSaveProjectLocation = Could not save the project location for ''{0}''.
       
   172 resources_fileExists = A resource already exists on disk ''{0}''.
       
   173 resources_fileToProj = Cannot copy a file to a project.
       
   174 resources_flushingContentDescriptionCache = Flushing content description cache.
       
   175 resources_folderOverFile = Cannot overwrite folder with file ''{0}''.
       
   176 resources_format = Incompatible file format. Workspace was saved with an incompatible version: {0}.
       
   177 resources_initValidator = Unable to instantiate validator.
       
   178 resources_initHook = Unable to instantiate move/delete hook.
       
   179 resources_initTeamHook = Unable to instantiate team hook.
       
   180 resources_invalidCharInName = {0} is an invalid character in resource name ''{1}''.
       
   181 resources_invalidCharInPath = {0} is an invalid character in path ''{1}''.
       
   182 resources_invalidName = ''{0}'' is an invalid name on this platform.
       
   183 resources_invalidPath = ''{0}'' is an invalid resource path.
       
   184 resources_invalidProjDesc = Invalid project description.
       
   185 resources_invalidResourceName = ''{0}'' is an invalid resource name.
       
   186 resources_invalidRoot = Root (/) is an invalid resource path.
       
   187 resources_markerNotFound = Marker id {0} not found.
       
   188 resources_missingProjectMeta = The project description file (.project) for ''{0}'' is missing.  This file contains important information about the project.  The project will not function properly until this file is restored.
       
   189 resources_missingProjectMetaRepaired = The project description file (.project) for ''{0}'' was missing.  This file contains important information about the project.  A new project description file has been created, but some information about the project may have been lost.
       
   190 resources_moveDestNotSub = Cannot move ''{0}''. Destination should not be under source''s hierarchy.
       
   191 resources_moveMeta = Error moving metadata area from {0} to {1}.
       
   192 resources_moveNotMet = Move requirements not met.
       
   193 resources_moveNotProject = Cannot move ''{0}'' to ''{1}''.  Source must be a project.
       
   194 resources_moveProblem = Problems encountered while moving resources.
       
   195 resources_moveRoot = Cannot move the workspace root.
       
   196 resources_moving = Moving ''{0}''.
       
   197 resources_moving_0 = Moving.
       
   198 resources_mustBeAbsolute = Path ''{0}'' must be absolute.
       
   199 resources_mustBeLocal = Resource ''{0}'' is not local.
       
   200 resources_mustBeOpen = Resource ''{0}'' is not open.
       
   201 resources_mustExist = Resource ''{0}'' does not exist.
       
   202 resources_mustNotExist = Resource ''{0}'' already exists.
       
   203 resources_nameEmpty = Names cannot be empty.
       
   204 resources_nameNull = Name must not be null.
       
   205 resources_natureClass = Missing project nature class for ''{0}''.
       
   206 resources_natureDeconfig = Error deconfiguring nature: {0}.
       
   207 resources_natureExtension = Missing project nature extension for {0}.
       
   208 resources_natureFormat = Project nature {0} does not specify a runtime attribute.
       
   209 resources_natureImplement = Project nature {0} does not implement IProjectNature.
       
   210 resources_notChild = Resource ''{0}'' is not a child of ''{1}''.
       
   211 resources_oneValidator = There must be exactly 0 or 1 validator extensions defined in the fileModificationValidator extension point.
       
   212 resources_oneHook = There must be exactly 0 or 1 hook extensions defined in the moveDeleteHook extension point.
       
   213 resources_oneTeamHook = There must be exactly 0 or 1 hook extensions defined in the teamHook extension point.
       
   214 resources_opening_1 = Opening ''{0}''.
       
   215 resources_overlapWorkspace = {0} overlaps the workspace location: {1}
       
   216 resources_overlapProject = {0} overlaps the location of another project: ''{1}''
       
   217 resources_pathNull = Paths must not be null.
       
   218 resources_projectDesc = Problems encountered while setting project description.
       
   219 resources_projectDescSync = Could not set the project description for ''{0}'' because the project description file (.project) is out of sync with the file system.
       
   220 resources_projectPath = Path for project must have only one segment.
       
   221 resources_reading = Reading.
       
   222 resources_readingSnap = Reading snapshot.
       
   223 resources_readingEncoding = Could not read encoding settings.
       
   224 resources_readMarkers = Failure while reading markers, the marker file was corrupt.  Some markers may be lost.
       
   225 resources_readMeta = Could not read metadata for ''{0}''.
       
   226 resources_readMetaWrongVersion = Could not read metadata for ''{0}''. Unexpected version: {1}.
       
   227 resources_readOnly = Resource ''{0}'' is read-only.
       
   228 resources_readOnly2 = Cannot edit read-only resources.
       
   229 resources_readProjectMeta = Failed to read the project description file (.project) for ''{0}''.  The file has been changed on disk, and it now contains invalid information.  The project will not function properly until the description file is restored to a valid state.
       
   230 resources_readProjectTree = Problems reading project tree.
       
   231 resources_readSync = Errors reading sync info file: {0}.
       
   232 resources_readWorkspaceMeta = Could not read workspace metadata.
       
   233 resources_readWorkspaceMetaValue = Invalid attribute value in workspace metadata: {0}.  Value will be ignored.
       
   234 resources_readWorkspaceSnap = Problems reading workspace tree snapshot.
       
   235 resources_readWorkspaceTree = Problems reading workspace tree.
       
   236 resources_refreshing = Refreshing ''{0}''.
       
   237 resources_refreshingRoot = Refreshing workspace.
       
   238 resources_resetMarkers = Could not reset markers snapshot file.
       
   239 resources_resetSync = Could not reset sync info snapshot file.
       
   240 resources_resourcePath = Invalid path for resource ''{0}''. Must include project and resource name.
       
   241 resources_saveOp = Save cannot be called from inside an operation.
       
   242 resources_saveProblem = Problems occurred during save.
       
   243 resources_saveWarnings = Save operation warnings.
       
   244 resources_saving_0 = Saving workspace.
       
   245 resources_savingEncoding = Could not save encoding settings.
       
   246 resources_setDesc = Setting project description.
       
   247 resources_setLocal = Setting resource local flag.
       
   248 resources_settingCharset = Setting character set for resource ''{0}''.
       
   249 resources_settingDefaultCharsetContainer = Setting default character set for resource ''{0}''.
       
   250 resources_settingContents = Setting contents for ''{0}''.
       
   251 resources_shutdown = Workspace was not properly initialized or has already shutdown.
       
   252 resources_shutdownProblems = Problem on shutdown.
       
   253 resources_snapInit = Could not initialize snapshot file.
       
   254 resources_snapRead = Could not read snapshot file.
       
   255 resources_snapRequest = Snapshot requested.
       
   256 resources_snapshot = Periodic workspace save.
       
   257 resources_startupProblems = Workspace restored, but some problems occurred.
       
   258 resources_touch = Touching resource ''{0}''.
       
   259 resources_updating = Updating workspace
       
   260 resources_updatingEncoding = Problems encountered while updating encoding settings.
       
   261 resources_workspaceClosed = Workspace is closed.
       
   262 resources_workspaceOpen = The workspace is already open.
       
   263 resources_writeMeta = Could not write metadata for ''{0}''.
       
   264 resources_writeWorkspaceMeta = Could not write workspace metadata ''{0}''.
       
   265 
       
   266 synchronizer_partnerNotRegistered = Sync partner: {0} not registered with the synchronizer.
       
   267 
       
   268 ### URL
       
   269 url_badVariant = Unsupported \"platform:\" protocol variation {0}.
       
   270 url_couldNotResolve = Project ''{0}'' does not exist.  Could not resolve URL: {1}.
       
   271 
       
   272 ### utils
       
   273 utils_clone = Clone not supported.
       
   274 utils_stringJobName = Compacting memory
       
   275 
       
   276 ### watson
       
   277 watson_elementNotFound = Element not found: {0}.
       
   278 watson_illegalSubtree = Illegal subtree passed to createSubtree().
       
   279 watson_immutable = Attempt to modify an immutable tree.
       
   280 watson_noModify = Cannot modify implicit root node.
       
   281 watson_nullArg = Null argument to {0}.
       
   282 watson_unknown = Unknown format.
       
   283 
       
   284 ### auto-refresh win32 native
       
   285 WM_beginTask = finding out of sync resources
       
   286 WM_jobName = Win32 refresh daemon
       
   287 WM_errors = Problems occurred refreshing resources
       
   288 WM_nativeErr = Problem occurred in auto-refresh native code: {0}.
       
   289 WM_errCloseHandle = Problem closing native refresh handle: {0}.
       
   290 WM_errCreateHandle = Problem creating handle for {0}, code: {0}.
       
   291 WM_errFindChange = Problem finding next change, code: {0}