mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +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
a1c3a50e21
commit
71b6e891b0
1 changed files with 4 additions and 4 deletions
|
@ -11,13 +11,11 @@
|
|||
# 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_upperLabel=&Matching elements:
|
||||
TypeSelectionDialog_filterLabel=Visible element types:
|
||||
|
||||
# START NON-TRANSLATABLE
|
||||
TypeSelectionDialog_filterNamespaces=&Namespace
|
||||
TypeSelectionDialog_filterClasses=&Class
|
||||
TypeSelectionDialog_filterStructs=&Struct
|
||||
|
@ -26,6 +24,8 @@ TypeSelectionDialog_filterEnums=&Enumeration
|
|||
TypeSelectionDialog_filterUnions=&Union
|
||||
TypeSelectionDialog_filterFunctions=&Function
|
||||
TypeSelectionDialog_filterVariables=&Variable
|
||||
# END NON-TRANSLATABLE
|
||||
|
||||
TypeSelectionDialog_filterLowLevelTypes=Show &low-level elements (names beginning with '_')
|
||||
|
||||
TypeInfoLabelProvider_default_filename=default
|
||||
|
|
Loading…
Add table
Reference in a new issue