mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 13:05:22 +02:00
[239703] Error Messages containing {0}
This commit is contained in:
parent
1cc28a1605
commit
dd9e35c784
1 changed files with 5 additions and 4 deletions
|
@ -8,6 +8,7 @@
|
|||
# Contributors:
|
||||
# IBM Corporation - initial API and implementation
|
||||
# David McKnight (IBM) - [216252] [nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible
|
||||
# Kevin Doyle (IBM) - [239703] Error Messages containing {0}
|
||||
###############################################################################
|
||||
|
||||
# NLS_MESSAGEFORMAT_VAR
|
||||
|
@ -116,10 +117,10 @@ MSG_VALIDATE_UDACMD_NOTVALID_DETAILS = The given command has syntactical errors
|
|||
MSG_VALIDATE_UDTNAME_EMPTY = Enter type name
|
||||
MSG_VALIDATE_UDTNAME_EMPTY_DETAILS = You must enter a name for this collection of resource types
|
||||
|
||||
MSG_VALIDATE_UDTNAME_NOTUNIQUE= Type name {0} in use
|
||||
MSG_VALIDATE_UDTNAME_NOTUNIQUE= Type name %1 in use
|
||||
MSG_VALIDATE_UDTNAME_NOTUNIQUE_DETAILS = There is already a named type with the given name. Specify a name that is not already in use
|
||||
|
||||
MSG_VALIDATE_UDTNAME_NOTVALID = Type name {0} is not valid
|
||||
MSG_VALIDATE_UDTNAME_NOTVALID = Type name %1 is not valid
|
||||
MSG_VALIDATE_UDTNAME_NOTVALID_DETAILS =The given name is not valid for a named type. It must not contain blanks
|
||||
|
||||
MSG_VALIDATE_UDTTYPES_EMPTY = Specify one or more resource types
|
||||
|
@ -131,10 +132,10 @@ MSG_VALIDATE_UDTTYPES_NOTVALID_DETAILS = Syntactical errors were found in the li
|
|||
MSG_VALIDATE_COMPILELABEL_EMPTY = Enter a label for this compile command
|
||||
MSG_VALIDATE_COMPILELABEL_EMPTY_DETAILS = You must enter a label for this compile command, that will be shown in menus and lists
|
||||
|
||||
MSG_VALIDATE_COMPILELABEL_NOTUNIQUE= Compile command label "{0}" is in use
|
||||
MSG_VALIDATE_COMPILELABEL_NOTUNIQUE= Compile command label "%1" is in use
|
||||
MSG_VALIDATE_COMPILELABEL_NOTUNIQUE_DETAILS =There is already a compile command with the given label. Specify a label that is not already in use
|
||||
|
||||
MSG_VALIDATE_COMPILELABEL_NOTVALID = Compile command label "{0}" is not valid
|
||||
MSG_VALIDATE_COMPILELABEL_NOTVALID = Compile command label "%1" is not valid
|
||||
MSG_VALIDATE_COMPILELABEL_NOTVALID_DETAILS =The given label is not a valid compile label
|
||||
|
||||
MSG_VALIDATE_COMPILESTRING_EMPTY = Enter command string for this compile command
|
||||
|
|
Loading…
Add table
Reference in a new issue