mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
Added translation instructions for choice formats.
This commit is contained in:
parent
b0040c1336
commit
e8b5f3a029
1 changed files with 5 additions and 0 deletions
|
@ -82,6 +82,11 @@ CastToArrayActionDelegate.7=The length must be greater than 0.
|
||||||
CastToArrayActionDelegate.8=Unable to display this variable as an array.
|
CastToArrayActionDelegate.8=Unable to display this variable as an array.
|
||||||
EnableVariablesActionDelegate.0=Exceptions occurred enabling the variable(s).
|
EnableVariablesActionDelegate.0=Exceptions occurred enabling the variable(s).
|
||||||
EnableVariablesActionDelegate.1=Enable variable(s) failed.
|
EnableVariablesActionDelegate.1=Enable variable(s) failed.
|
||||||
|
#
|
||||||
|
# Examples of the display for the following value are "1 byte" and "8 bytes".
|
||||||
|
# Normally placeholders in {} are not translated, except when they are choice forms,
|
||||||
|
# where the strings after each "#" are to be translated.
|
||||||
|
#
|
||||||
MemorySizeAction.0={0, number, integer} {0, choice, 1\#byte|2\#bytes}
|
MemorySizeAction.0={0, number, integer} {0, choice, 1\#byte|2\#bytes}
|
||||||
MemorySizeAction.1=Unable to change memory unit size.
|
MemorySizeAction.1=Unable to change memory unit size.
|
||||||
MemoryFormatAction.0=Unable to change the format.
|
MemoryFormatAction.0=Unable to change the format.
|
||||||
|
|
Loading…
Add table
Reference in a new issue