From e8b5f3a0297bcc871d5b60bcb012cd2f488566a8 Mon Sep 17 00:00:00 2001 From: Mikhail Khodjaiants Date: Tue, 22 Jun 2004 19:28:02 +0000 Subject: [PATCH] Added translation instructions for choice formats. --- .../cdt/debug/internal/ui/actions/ActionMessages.properties | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/ActionMessages.properties b/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/ActionMessages.properties index fca21911a5a..2e7baf3c1d1 100644 --- a/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/ActionMessages.properties +++ b/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/ActionMessages.properties @@ -82,6 +82,11 @@ CastToArrayActionDelegate.7=The length must be greater than 0. CastToArrayActionDelegate.8=Unable to display this variable as an array. EnableVariablesActionDelegate.0=Exceptions occurred enabling the variable(s). 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.1=Unable to change memory unit size. MemoryFormatAction.0=Unable to change the format.