mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
bug 187629 - add note to translators in TypeInfoMessages.properties so C/C++ keywords don't get translated
This commit is contained in:
parent
05767b54ba
commit
0a56e03724
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2000, 2006 QNX Software Systems and others.
|
# Copyright (c) 2000, 2007 QNX Software Systems 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 Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -8,8 +8,13 @@
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# QNX Software Systems - Initial API and implementation
|
# QNX Software Systems - Initial API and implementation
|
||||||
# Anton Leherbauer (Wind River Systems)
|
# Anton Leherbauer (Wind River Systems)
|
||||||
|
# IBM Corporation
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
# NOTE TO TRANSLATORS:
|
||||||
|
# The following should not be translated: Namespace, Class, Struct,
|
||||||
|
# Typedef, Enumeration, Union, Function, Variable
|
||||||
|
|
||||||
TypeSelectionDialog_lowerLabel=&Qualified name and location:
|
TypeSelectionDialog_lowerLabel=&Qualified name and location:
|
||||||
TypeSelectionDialog_upperLabel=&Matching elements:
|
TypeSelectionDialog_upperLabel=&Matching elements:
|
||||||
TypeSelectionDialog_filterLabel=Visible element types:
|
TypeSelectionDialog_filterLabel=Visible element types:
|
||||||
|
|
Loading…
Add table
Reference in a new issue