From 0daa1a8b682612447d18d5982bb822db21209e07 Mon Sep 17 00:00:00 2001 From: Hoda Amer Date: Wed, 17 Mar 2004 16:32:42 +0000 Subject: [PATCH] Patch for Tanya: Externalizing ui strings --- core/org.eclipse.cdt.ui/ChangeLog | 6 +++++ .../cbrowsing/CBrowsingMessages.properties | 22 +++++++++---------- .../TypeHierarchyMessages.properties | 22 +++++++++---------- .../corext/refactoring/refactoring.properties | 2 +- 4 files changed, 29 insertions(+), 23 deletions(-) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 69afd439cf2..9c705596e6d 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -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. diff --git a/core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingMessages.properties b/core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingMessages.properties index ccd8b596e86..fb3e25c0d9c 100644 --- a/core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingMessages.properties +++ b/core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingMessages.properties @@ -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} diff --git a/core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/typehierarchy/TypeHierarchyMessages.properties b/core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/typehierarchy/TypeHierarchyMessages.properties index 91d4a684d22..9339c2fd492 100644 --- a/core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/typehierarchy/TypeHierarchyMessages.properties +++ b/core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/typehierarchy/TypeHierarchyMessages.properties @@ -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 diff --git a/core/org.eclipse.cdt.ui/refactor/org/eclipse/cdt/internal/corext/refactoring/refactoring.properties b/core/org.eclipse.cdt.ui/refactor/org/eclipse/cdt/internal/corext/refactoring/refactoring.properties index 74e55ca71a1..220a51bf0c5 100644 --- a/core/org.eclipse.cdt.ui/refactor/org/eclipse/cdt/internal/corext/refactoring/refactoring.properties +++ b/core/org.eclipse.cdt.ui/refactor/org/eclipse/cdt/internal/corext/refactoring/refactoring.properties @@ -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}''