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:
parent
a1952b6c09
commit
0daa1a8b68
4 changed files with 29 additions and 23 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}''
|
||||
|
|
Loading…
Add table
Reference in a new issue