Kaydet (Commit) 34f0478b authored tarafından Andras Timar's avatar Andras Timar

make categories localizable in Elements docking panel

Change-Id: Ic1e4af8f8dd60ab48d701b5d713beafd0ddd22df
üst eaf4c51e
......@@ -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" ; };
//////////////////////////////////////////
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment