diff --git a/core/org.eclipse.cdt.ui/templates/default-templates.properties b/core/org.eclipse.cdt.ui/templates/default-templates.properties index be25ea5b056..83cca3df0b3 100644 --- a/core/org.eclipse.cdt.ui/templates/default-templates.properties +++ b/core/org.eclipse.cdt.ui/templates/default-templates.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2006 IBM Corporation and others. +# Copyright (c) 2000, 2007 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -9,14 +9,25 @@ # IBM Corporation - initial API and implementation ############################################################################### -withtempvar = with temporary variable -statement = statement -## block is a noun -block = block -method = method -declaration = declaration +## NOTE TO TRANSLATORS: +## The following code words should not be translated: for, do while, switch case, +## if, if else, else if, else, try catch, catch, main, class, using, namespace, author + +forLoop = for loop +forLoopWithTempVar = for loop with temporary variable +doWhileStmt = do while statement +switchCaseStmt = switch case statement +ifStmt = if statement +ifElseStmt = if else statement +## block is a noun +elseIfBlock = else if block +elseBlock = else block +tryCatchBlock = try catch block +catchBlock = catch block +mainMethod = main method +classDeclaration = class declaration usinganamespace = using a namespace -statement = statement +namespaceDeclaration = namespace declaration createnewobject = create new object defaultmultilinecomment = default multiline comment printtostdout = print to standard output diff --git a/core/org.eclipse.cdt.ui/templates/default-templates.xml b/core/org.eclipse.cdt.ui/templates/default-templates.xml index 6ad497396ea..b216cdecb66 100644 --- a/core/org.eclipse.cdt.ui/templates/default-templates.xml +++ b/core/org.eclipse.cdt.ui/templates/default-templates.xml @@ -3,7 +3,7 @@ -