blob: 55ab59f669d5474f2162c3849257af68efef33de [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
AccidentalAssignmentCustomizer.includeWhileCB.text=Check assignments in 'while' statements
AccidentalAssignmentCustomizer.AccessibleContext.accessibleDescription=Edit your settings for ignoring/including assignments
AccidentalAssignmentCustomizer.AccessibleContext.accessibleName=Assignments settings form
AccidentalAssignmentCustomizer.cbIncludeWhile.AccessibleContext.accessibleDescription=Enable to include assignments in 'while' statements
AccidentalAssignmentCustomizer.chkTopLvlStmtOnly.AccessibleContext.accessibleDescription=Enable to check assignments in sub-statements
AccidentalAssignmentCustomizer.cbIncludeWhile.AccessibleContext.accessibleName=Include assignments in 'while' statements
AccidentalAssignmentCustomizer.chkTopLvlStmtOnly.AccessibleContext.accessibleName=Check assignments in sub-statements
UnusedVariableCustomizer.checkInheritedMethodParametersCheckBox.text=Check Inherited Method Parameters
UnusedVariableCustomizer.checkUnusedFormalParametersCheckBox.text=Check Unused Method/Function Parameters
AccidentalAssignmentCustomizer.checkAssignmentsInSubStatementsCheckBox.text=Check assignments in sub-statements
UninitializedVariableCustomizer.checkVariablesInitializedByReferenceCheckBox.text=Check Variables Initialized by Reference
UninitializedVariableCustomizer.jLabel1.text=Warning:
UninitializedVariableCustomizer.jLabel2.text=This setting can significantly slow down your IDE!
ImmutableVariablesCustomizer.jLabel1.text=Number of Allowed Assignments per Variable:
csl-hints/text/x-php5/hints/braces=Braces
csl-hints/text/x-php5/hints/psr0=PSR-0: Autoloading Standard
csl-hints/text/x-php5/hints/psr1=PSR-1: Basic Coding Standard
csl-hints/text/x-php5/hints/superglobals=Superglobals
csl-hints/text/x-php5/hints/toomanylines=Too Many Lines
NestedHintsCustomizer.jLabel1.text=Number of Allowed Nested Blocks:
NestedHintsCustomizer.allowConditionBlockCheckBox.text=&Allow One Extra Block for a Condition in Loops
FunctionLinesCustomizer.maxAllowedLinesLabel.text=Maximum Number of Allowed Lines per Function/Method Declaration:
ClassLinesCustomizer.maxAllowedLinesLabel.text=Maximum Number of Allowed Lines per Class Declaration:
InterfaceLinesCustomizer.maxAllowedLinesLabel.text=Maximum Number of Allowed Lines per Interface Declaration:
TraitLinesCustomizer.maxAllowedLinesLabel.text=Maximum Number of Allowed Lines per Trait Declaration: