From 0afc3190deb3cc77eb2149104925a5daadf6ded1 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Mon, 28 Nov 2011 03:24:36 +0100 Subject: [PATCH] #i111413# re-added translation relevant strings for SEC, CSC, SECH and CSCH. Functions' UI name strings weren't marked for translation, added that now. --- formula/source/core/resource/core_resource.src | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src index e42a06db4f4f..aab02c63c9e0 100644 --- a/formula/source/core/resource/core_resource.src +++ b/formula/source/core/resource/core_resource.src @@ -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 {