Skip to content

Commit a89e2d2

Browse files
committed
re-re-re -add the "missing" resource strings...
1 parent 2d25779 commit a89e2d2

File tree

10 files changed

+366
-322
lines changed

10 files changed

+366
-322
lines changed

Rubberduck.CodeAnalysis/Properties/CodeInspectionDefaults.Designer.cs

Lines changed: 205 additions & 189 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Rubberduck.CodeAnalysis/Properties/CodeInspectionDefaults.settings

Lines changed: 130 additions & 129 deletions
Large diffs are not rendered by default.

Rubberduck.CodeAnalysis/app.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
InspectionType="NamingAndConventionsIssues" />
189189
<CodeInspection Name="ParameterCanBeByValInspection" Severity="Suggestion"
190190
InspectionType="LanguageOpportunities" />
191-
<CodeInspection Name="ParameteressCellsInspection" Severity="Suggestion"
191+
<CodeInspection Name="ParameterlessCellsInspection" Severity="Suggestion"
192192
InspectionType="CodeQualityIssues" />
193193
<CodeInspection Name="ParameterNotUsedInspection" Severity="Suggestion"
194194
InspectionType="CodeQualityIssues" />

Rubberduck.Resources/Inspections/InspectionInfo.Designer.cs

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Rubberduck.Resources/Inspections/InspectionInfo.fr.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,4 +463,7 @@ Si le paramètre peut être nul, ignorer ce résultat; passer une valeur nulle
463463
<data name="InconsistentParamArrayBaseInspection" xml:space="preserve">
464464
<value>Tout tableau créé avec 'ParamArray' aura toujours zéro pour base, en dépit de Option Base 1.</value>
465465
</data>
466+
<data name="ParameterlessCellsInspection" xml:space="preserve">
467+
<value>La propriété en lecture seule 'Range.Cells' accepte deux paramètres optionnels, mais si aucun n'est spécifié alors une référence à l'objet 'Range' parent est retournée, ce qui rend l'appel entièrement superflu.</value>
468+
</data>
466469
</root>

Rubberduck.Resources/Inspections/InspectionInfo.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,4 +484,7 @@ If the parameter can be null, ignore this inspection result; passing a null valu
484484
<data name="InconsistentParamArrayBaseInspection" xml:space="preserve">
485485
<value>Arrays created with ParamArray are always zero-based, regardless of Option Base 1.</value>
486486
</data>
487+
<data name="ParameterlessCellsInspection" xml:space="preserve">
488+
<value>Get-only property 'Range.Cells' accepts two optional parameters, but if none is supplied then it simply yields a reference to the parent 'Range' object, which makes it entirely redundant.</value>
489+
</data>
487490
</root>

Rubberduck.Resources/Inspections/InspectionNames.Designer.cs

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Rubberduck.Resources/Inspections/InspectionNames.fr.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,4 +444,7 @@
444444
<data name="InconsistentParamArrayBaseInspection" xml:space="preserve">
445445
<value>ParamArray a zéro pour base</value>
446446
</data>
447+
<data name="ParameterlessCellsInspection" xml:space="preserve">
448+
<value>L'appel non paramétré à 'Range.Cells' est redondant</value>
449+
</data>
447450
</root>

Rubberduck.Resources/Inspections/InspectionNames.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,4 +484,7 @@
484484
<data name="InconsistentParamArrayBaseInspection" xml:space="preserve">
485485
<value>Inconsistently zero-based parameter array</value>
486486
</data>
487+
<data name="ParameterlessCellsInspection" xml:space="preserve">
488+
<value>Parameterless call to 'Range.Cells' is redundant</value>
489+
</data>
487490
</root>

Rubberduck.Resources/Rubberduck.Resources.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
<Compile Update="CodeExplorer\CodeExplorerUI.Designer.cs">
3131
<DesignTime>True</DesignTime>
3232
</Compile>
33-
<Compile Update="Inspections\InspectionInfo.Designer.cs">
34-
<DesignTime>True</DesignTime>
35-
</Compile>
3633
<Compile Update="Inspections\InspectionNames.Designer.cs">
3734
<DesignTime>True</DesignTime>
3835
</Compile>

0 commit comments

Comments
 (0)