From 34f0478ba80d38855c503890dd8422a8a4367d7e Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Thu, 13 Jun 2013 08:00:58 +0200 Subject: make categories localizable in Elements docking panel Change-Id: Ic1e4af8f8dd60ab48d701b5d713beafd0ddd22df --- starmath/source/commands.src | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/starmath/source/commands.src b/starmath/source/commands.src index ec4308abf82b..d719d77f5db8 100644 --- a/starmath/source/commands.src +++ b/starmath/source/commands.src @@ -257,16 +257,16 @@ String RID_XSUCCEEDSEQUIVY { Text = " succsim " ; }; String RID_XNOTPRECEDESY { Text = " nprec " ; }; String RID_XNOTSUCCEEDSY { Text = " nsucc " ; }; -String RID_CATEGORY_UNARY_BINARY_OPERATORS { Text = "Unary/Binary Operators" ; }; -String RID_CATEGORY_RELATIONS { Text = "Relations" ; }; -String RID_CATEGORY_SET_OPERATIONS { Text = "Set Operations" ; }; -String RID_CATEGORY_FUNCTIONS { Text = "Functions" ; }; -String RID_CATEGORY_OPERATORS { Text = "Operators" ; }; -String RID_CATEGORY_ATTRIBUTES { Text = "Attributes" ; }; -String RID_CATEGORY_BRACKETS { Text = "Brackets" ; }; -String RID_CATEGORY_FORMATS { Text = "Formats" ; }; -String RID_CATEGORY_OTHERS { Text = "Others" ; }; -String RID_CATEGORY_EXAMPLES { Text = "Examples" ; }; +String RID_CATEGORY_UNARY_BINARY_OPERATORS { Text [ en-US ] = "Unary/Binary Operators" ; }; +String RID_CATEGORY_RELATIONS { Text [ en-US ] = "Relations" ; }; +String RID_CATEGORY_SET_OPERATIONS { Text [ en-US ] = "Set Operations" ; }; +String RID_CATEGORY_FUNCTIONS { Text [ en-US ] = "Functions" ; }; +String RID_CATEGORY_OPERATORS { Text [ en-US ] = "Operators" ; }; +String RID_CATEGORY_ATTRIBUTES { Text [ en-US ] = "Attributes" ; }; +String RID_CATEGORY_BRACKETS { Text [ en-US ] = "Brackets" ; }; +String RID_CATEGORY_FORMATS { Text [ en-US ] = "Formats" ; }; +String RID_CATEGORY_OTHERS { Text [ en-US ] = "Others" ; }; +String RID_CATEGORY_EXAMPLES { Text [ en-US ] = "Examples" ; }; ////////////////////////////////////////// -- cgit v1.2.3