1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +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
Externalized strings and marked non-translatable ones.

View file

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

View file

@ -1,14 +1,14 @@
/*******************************************************************************
* Copyright (c) 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
* QNX Software Systems - adapted for use in CDT
*******************************************************************************/
#*******************************************************************************
# Copyright (c) 2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
# QNX Software Systems - adapted for use in CDT
#*******************************************************************************/
EnableMemberFilterAction.label=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.checking_preconditions=Checking preconditions for Introduce Factory...
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.unexpectedInitializerNodeType=Unexpected AST node type for initializer when searching for constructor call: \'''{0}''\' in translation unit ''{1}''