diff options
author | Andras Timar <atimar@suse.com> | 2013-06-13 08:27:35 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-06-13 08:28:19 +0200 |
commit | 3c3075bdc8c1d425ff7f1e6a94538aab7d6a5db2 (patch) | |
tree | b546313f16118ef285dca63f3e34e29813fdf4fd | |
parent | 34f0478ba80d38855c503890dd8422a8a4367d7e (diff) |
work around lexer bug in l10ntools
Change-Id: Ie53e5475888b9a912f868c12c471b2521f6b0ea1
-rw-r--r-- | starmath/source/commands.src | 50 |
1 files changed, 40 insertions, 10 deletions
diff --git a/starmath/source/commands.src b/starmath/source/commands.src index d719d77f5db8..e30e3e078988 100644 --- a/starmath/source/commands.src +++ b/starmath/source/commands.src @@ -257,16 +257,46 @@ String RID_XSUCCEEDSEQUIVY { Text = "<?> succsim <?> " ; }; String RID_XNOTPRECEDESY { Text = "<?> nprec <?> " ; }; String RID_XNOTSUCCEEDSY { Text = "<?> nsucc <?> " ; }; -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" ; }; +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" ; +}; ////////////////////////////////////////// |