diff options
author | Eike Rathke <erack@redhat.com> | 2011-11-28 03:24:36 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2011-11-28 15:25:34 +0100 |
commit | 0afc3190deb3cc77eb2149104925a5daadf6ded1 (patch) | |
tree | c4fcb0fb9c557d24fb355e104bc01a6f7bf0beef /formula/source | |
parent | 2c326f35eb72b7e28cdeb20536c7969f9b5e5400 (diff) |
#i111413# re-added translation relevant strings for SEC, CSC, SECH and CSCH.
Functions' UI name strings weren't marked for translation, added that now.
Diffstat (limited to 'formula/source')
-rw-r--r-- | formula/source/core/resource/core_resource.src | 8 |
1 files 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 { |