diff options
author | Andras Timar <atimar@suse.com> | 2013-06-13 08:00:58 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-06-13 08:03:38 +0200 |
commit | 34f0478ba80d38855c503890dd8422a8a4367d7e (patch) | |
tree | 124f52de53eefe67047d59e317384cb65216ee3a /starmath/source/commands.src | |
parent | eaf4c51ea981b7f314c8ea090b873e83df979a29 (diff) |
make categories localizable in Elements docking panel
Change-Id: Ic1e4af8f8dd60ab48d701b5d713beafd0ddd22df
Diffstat (limited to 'starmath/source/commands.src')
-rw-r--r-- | starmath/source/commands.src | 20 |
1 files 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" ; }; ////////////////////////////////////////// |