X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/messages.properties b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/messages.properties index 347a008..d4f2243 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/messages.properties +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/messages.properties @@ -8,7 +8,7 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -### JavaModel messages. +### PHPModel messages. ### hierarchy hierarchy.nullProject = Project argument cannot be null. @@ -17,7 +17,7 @@ hierarchy.nullFocusType = Type focus cannot be null. hierarchy.creating = Creating type hierarchy... hierarchy.creatingOnType = Creating type hierarchy on {0}... -### java element +### PHP element element.doesNotExist = {0} does not exist. element.invalidClassFileName = Class file name must end with .class. element.cannotReconcile = Must create reconciler on a working copy. @@ -25,7 +25,7 @@ element.reconciling = Reconciling... element.attachingSource = Attaching source... element.invalidType = Type is not one of the defined constants. element.classpathCycle = A cycle was detected in the project''s classpath. -element.onlyOneJavaModel = Cannot instantiate more than one Java Model. +element.onlyOneJavaModel = Cannot instantiate more than one PHP Model. element.projectDoesNotExist = Project {0} not present element.invalidResourceForProject = Illegal argument - must be one of IProject, IFolder, or IFile element.nullName = Name cannot be null. @@ -33,7 +33,7 @@ element.nullType = Type cannot be null. element.illegalParent = Illegal parent argument. element.notPresent = Not present -### java model operations +### PHP model operations operation.needElements = Operation requires one or more elements. operation.needName = Operation requires a name. operation.needPath = Operation requires a path. @@ -153,7 +153,7 @@ classpath.invalidContainer = Invalid classpath container: {0} classpath.mustEndWithSlash = End exclusion filter ''{0}'' with / to fully exclude ''{1}''. classpath.unboundContainerPath = Unbound classpath container: ''{0}''. classpath.unboundLibrary = Missing required library: ''{0}''. -classpath.unboundProject = Missing required Java project: {0}. +classpath.unboundProject = Missing required PHP project: {0}. classpath.settingOutputLocationProgress = Setting output location for: ''{0}'' classpath.settingProgress = Setting classpath for: {0} classpath.unboundSourceAttachment = Invalid source attachment: ''{0}'' for required library ''{1}''. @@ -178,16 +178,16 @@ codeAssist.nullRequestor = Requestor cannot be null. ### java conventions convention.unit.nullName = Compilation unit name must not be null. -convention.unit.notJavaName = Compilation unit name must end with .java. +convention.unit.notJavaName = Compilation unit name must end with .php. convention.classFile.nullName = .class file name must not be null. convention.classFile.notJavaName = .class file name must end with .class. -convention.illegalIdentifier = ''{0}'' is not a valid Java identifier. +convention.illegalIdentifier = ''{0}'' is not a valid PHP identifier. convention.import.nullImport = An import declaration must not be null. convention.import.unqualifiedImport = An import declaration must not end with an unqualified *. -convention.type.nullName = A Java type name must not be null. -convention.type.nameWithBlanks = A Java type name must not start or end with a blank. -convention.type.dollarName = By convention, Java type names usually don''t contain the $ character. -convention.type.lowercaseName = By convention, Java type names usually start with an uppercase letter. +convention.type.nullName = A PHP type name must not be null. +convention.type.nameWithBlanks = A PHP type name must not start or end with a blank. +convention.type.dollarName = By convention, PHP type names usually don''t contain the $ character. +convention.type.lowercaseName = By convention, PHP type names usually start with an uppercase letter. convention.type.invalidName = The type name ''{0}'' is not a valid identifier. convention.package.nullName = A package name must not be null. convention.package.emptyName = A package name must not be empty.