mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 10:15:39 +02:00
More I18N work. Externalizing the vlaue of the name field of the extension point and extension is only needed to satisfy an automatic string checker. The value of these tags is never displayed to an end-user. However, better to get rid of the erros than expect the poor testers to always track the exception.
This commit is contained in:
parent
c989de7fd3
commit
481715a2b8
4 changed files with 766 additions and 764 deletions
|
@ -1,5 +1,6 @@
|
|||
pluginName=C/C++ Managed Builder Core
|
||||
providerName=Eclipse.org
|
||||
|
||||
ExtensionPoint.name=Managed Build Tools
|
||||
GeneratedMakefileCBuilder.name=Generated Makefile Builder
|
||||
ManagedBuildNature.name=Managed Builder Project
|
|
@ -20,7 +20,7 @@
|
|||
</requires>
|
||||
|
||||
|
||||
<extension-point id="ManagedBuildInfo" name="Managed Build Tools" schema="schema/ManagedBuildTools.exsd"/>
|
||||
<extension-point id="ManagedBuildInfo" name="%ExtensionPoint.name" schema="schema/ManagedBuildTools.exsd"/>
|
||||
|
||||
<!-- =================================================================================== -->
|
||||
<!-- Extension Point: IScannerInfoProvider for the managed Builder -->
|
||||
|
|
|
@ -11,6 +11,7 @@ MngCCWizard.description=Create a new C++ project and let Eclipse create and mana
|
|||
MngBuildProp.name=C/C++ Build
|
||||
|
||||
# Build Model Names
|
||||
Extension.name=Managed Build Tools Description
|
||||
TargetName.cygw=Cygwin
|
||||
TargetName.cygw.exe=Cygwin Executable
|
||||
TargetName.cygw.so=Cygwin Shared Library
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue