#i111413# re-added translation relevant strings for SEC, CSC, SECH and CSCH.

Functions' UI name strings weren't marked for translation, added that now.
This commit is contained in:
Eike Rathke 2011-11-28 03:24:36 +01:00
parent 2c326f35eb
commit 0afc3190de

View File

@ -848,19 +848,19 @@ Resource RID_STRLIST_FUNCTION_NAMES
};
String SC_OPCODE_COSECANT
{
Text = "CSC" ;
Text [ en-US ] = "CSC" ;
};
String SC_OPCODE_SECANT
{
Text = "SEC" ;
Text [ en-US ] = "SEC" ;
};
String SC_OPCODE_COSECANT_HYP
{
Text = "CSCH" ;
Text [ en-US ] = "CSCH" ;
};
String SC_OPCODE_SECANT_HYP
{
Text = "SECH" ;
Text [ en-US ] = "SECH" ;
};
String SC_OPCODE_EXP
{