1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00

Externalizing strings.

This commit is contained in:
Markus Schorn 2009-07-09 09:55:00 +00:00
parent 21efa3636b
commit ee19795b6e
2 changed files with 7 additions and 4 deletions

View file

@ -536,4 +536,7 @@ preferenceKeywords.syntaxcoloring=editor colors semantic coloring highlighting m
preferenceKeywords.templates=editor templates snippet macros preferenceKeywords.templates=editor templates snippet macros
preferenceKeywords.folding=editor folding section comment header function method statement preprocessor preferenceKeywords.folding=editor folding section comment header function method statement preprocessor
preferenceKeywords.markoccurrences=editor occurrence mark highlight preferenceKeywords.markoccurrences=editor occurrence mark highlight
preferenceKeywords.smarttyping=editor typing type close comment tabs indentation indent imports wrap escape semicolons braces brackets parenthesis parentheses strings literals paste pasting tabulator automatically preferenceKeywords.smarttyping=editor typing type close comment tabs indentation indent imports wrap escape semicolons braces brackets parenthesis parentheses strings literals paste pasting tabulator automatically
historyAction.label = History...
createScriptAction.label = Create Script...
applyScriptAction.label = Apply Script...

View file

@ -1280,7 +1280,7 @@
class="org.eclipse.ltk.ui.refactoring.actions.ShowRefactoringHistoryAction" class="org.eclipse.ltk.ui.refactoring.actions.ShowRefactoringHistoryAction"
definitionId="org.eclipse.ltk.ui.refactor.show.refactoring.history" definitionId="org.eclipse.ltk.ui.refactor.show.refactoring.history"
id="org.eclipse.cdt.ui.actions.RefactoringHistory" id="org.eclipse.cdt.ui.actions.RefactoringHistory"
label="History..." label="%historyAction.label"
menubarPath="org.eclipse.jdt.ui.refactoring.menu/historyGroup" menubarPath="org.eclipse.jdt.ui.refactoring.menu/historyGroup"
retarget="false"> retarget="false">
</action> </action>
@ -1288,7 +1288,7 @@
class="org.eclipse.ltk.ui.refactoring.actions.CreateRefactoringScriptAction" class="org.eclipse.ltk.ui.refactoring.actions.CreateRefactoringScriptAction"
definitionId="org.eclipse.ltk.ui.refactor.create.refactoring.script" definitionId="org.eclipse.ltk.ui.refactor.create.refactoring.script"
id="org.eclipse.cdt.ui.actions.createRefactoringScript" id="org.eclipse.cdt.ui.actions.createRefactoringScript"
label="Create Script..." label="%createScriptAction.label"
menubarPath="org.eclipse.jdt.ui.refactoring.menu/historyGroup" menubarPath="org.eclipse.jdt.ui.refactoring.menu/historyGroup"
retarget="false"> retarget="false">
</action> </action>
@ -1296,7 +1296,7 @@
class="org.eclipse.ltk.ui.refactoring.actions.ApplyRefactoringScriptAction" class="org.eclipse.ltk.ui.refactoring.actions.ApplyRefactoringScriptAction"
definitionId="org.eclipse.ltk.ui.refactor.apply.refactoring.script" definitionId="org.eclipse.ltk.ui.refactor.apply.refactoring.script"
id="org.eclipse.cdt.ui.actions.applyRefactoringScript" id="org.eclipse.cdt.ui.actions.applyRefactoringScript"
label="Apply Script..." label="%applyScriptAction.label"
menubarPath="org.eclipse.jdt.ui.refactoring.menu/historyGroup" menubarPath="org.eclipse.jdt.ui.refactoring.menu/historyGroup"
retarget="false"> retarget="false">
</action> </action>