starmath/source/commands.src | 50 ++++++++++++++++++++++++++++++++++--------- 1 file changed, 40 insertions(+), 10 deletions(-)
New commits: commit 3c3075bdc8c1d425ff7f1e6a94538aab7d6a5db2 Author: Andras Timar <ati...@suse.com> Date: Thu Jun 13 08:27:35 2013 +0200 work around lexer bug in l10ntools Change-Id: Ie53e5475888b9a912f868c12c471b2521f6b0ea1 diff --git a/starmath/source/commands.src b/starmath/source/commands.src index d719d77..e30e3e0 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" ; +}; ////////////////////////////////////////// _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits