summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-06-13 08:27:35 +0200
committerAndras Timar <atimar@suse.com>2013-06-13 08:27:35 +0200
commit55689d877d1f216efce2d05448442b088aec980d (patch)
tree280c84ad836b629fa8ae4e8a2332162c0baa5fb9 /starmath
parent127111bb12d7c59135afb7996c2cdf17b5a8f15f (diff)
work around lexer bug in l10ntools
Change-Id: Ie53e5475888b9a912f868c12c471b2521f6b0ea1
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/commands.src50
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" ;
+};
//////////////////////////////////////////