1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 17:55:39 +02:00

Patch for Tanya: Externalizing ui strings

This commit is contained in:
Hoda Amer 2004-03-17 16:32:42 +00:00
parent a1952b6c09
commit 0daa1a8b68
4 changed files with 29 additions and 23 deletions

View file

@ -1,3 +1,9 @@
2004-03-17 Tanya Wolff
Syntax errors in property files
* CBrowsingMessages.properties
* TypeHierarchyMessages.properties
* refactoring.properties
2004-03-16 Tanya Wolff 2004-03-16 Tanya Wolff
Externalized strings and marked non-translatable ones. Externalized strings and marked non-translatable ones.

View file

@ -1,14 +1,14 @@
/******************************************************************************* #******************************************************************************
* Copyright (c) 2004 IBM Corporation and others. # Copyright (c) 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0 # are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html # http://www.eclipse.org/legal/cpl-v10.html
* #
* Contributors: # Contributors:
* IBM Corporation - initial API and implementation # IBM Corporation - initial API and implementation
* QNX Software Systems - adapted for use in CDT # QNX Software Systems - adapted for use in CDT
*******************************************************************************/ #******************************************************************************/
CBrowsingPart.toolTip= Working Set: {0} CBrowsingPart.toolTip= Working Set: {0}
CBrowsingPart.toolTip2= {0} - Working Set: {1} CBrowsingPart.toolTip2= {0} - Working Set: {1}

View file

@ -1,14 +1,14 @@
/******************************************************************************* #*******************************************************************************
* Copyright (c) 2004 IBM Corporation and others. # Copyright (c) 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0 # are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html # http://www.eclipse.org/legal/cpl-v10.html
* #
* Contributors: # Contributors:
* IBM Corporation - initial API and implementation # IBM Corporation - initial API and implementation
* QNX Software Systems - adapted for use in CDT # QNX Software Systems - adapted for use in CDT
*******************************************************************************/ #*******************************************************************************/
EnableMemberFilterAction.label=Members in Hierarchy EnableMemberFilterAction.label=Members in Hierarchy
EnableMemberFilterAction.tooltip=Lock View and Show Members in Hierarchy EnableMemberFilterAction.tooltip=Lock View and Show Members in Hierarchy

View file

@ -742,7 +742,7 @@ IntroduceFactory.checkingActivation=Checking activation of IntroduceFactory
IntroduceFactory.syntax_error=Introduce Factory cannot be performed due to syntax errors. IntroduceFactory.syntax_error=Introduce Factory cannot be performed due to syntax errors.
IntroduceFactory.checking_preconditions=Checking preconditions for Introduce Factory... IntroduceFactory.checking_preconditions=Checking preconditions for Introduce Factory...
IntroduceFactory.examiningSelection=Examining selection... IntroduceFactory.examiningSelection=Examining selection...
IntroduceFactory.notAConstructorInvocation=Selected entity is not a constructor invocation or definition\! IntroduceFactory.notAConstructorInvocation=Selected entity is not a constructor invocation or definition.
# #
IntroduceFactory.noASTNodeForConstructorSearchHit=Can\'t find AST node for constructor search hit @ [''{0}'', ''{1}'']: <''{2}''> in translation unit ''{3}'' IntroduceFactory.noASTNodeForConstructorSearchHit=Can\'t find AST node for constructor search hit @ [''{0}'', ''{1}'']: <''{2}''> in translation unit ''{3}''
IntroduceFactory.unexpectedInitializerNodeType=Unexpected AST node type for initializer when searching for constructor call: \'''{0}''\' in translation unit ''{1}'' IntroduceFactory.unexpectedInitializerNodeType=Unexpected AST node type for initializer when searching for constructor call: \'''{0}''\' in translation unit ''{1}''