diff options
author | Laurent Charrière <lcharriere@gmail.com> | 2015-01-09 14:38:54 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-01-14 19:50:49 +0000 |
commit | 7d7a16b9d3f9e45cb147e79d192ff9a20e59f0fe (patch) | |
tree | 53812d9a76fde1ade1c5a7afb8aa9cf9e7bfd9cd /formula | |
parent | b08f87b62db81b498ea71e5e1049b96e3dc42da4 (diff) |
fdo#85818: translate ZZR to Nper
Change-Id: Ib118d92a026526483da87dfe04871de25caa8ac1
Reviewed-on: https://gerrit.libreoffice.org/13869
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'formula')
-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 ecdccb557df4..2f79b48db59a 100644 --- a/formula/source/core/resource/core_resource.src +++ b/formula/source/core/resource/core_resource.src @@ -227,7 +227,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF String SC_OPCODE_TABLE { Text = "SHEET" ; }; String SC_OPCODE_RRI { Text = "RRI" ; }; String SC_OPCODE_FV { Text = "FV" ; }; - String SC_OPCODE_ZZR { Text = "NPER" ; }; + String SC_OPCODE_NPER { Text = "NPER" ; }; String SC_OPCODE_RATE { Text = "RATE" ; }; String SC_OPCODE_IPMT { Text = "IPMT" ; }; String SC_OPCODE_PPMT { Text = "PPMT" ; }; @@ -635,7 +635,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML String SC_OPCODE_TABLE { Text = "_xlfn.SHEET" ; }; String SC_OPCODE_RRI { Text = "_xlfn.RRI" ; }; String SC_OPCODE_FV { Text = "FV" ; }; - String SC_OPCODE_ZZR { Text = "NPER" ; }; + String SC_OPCODE_NPER { Text = "NPER" ; }; String SC_OPCODE_RATE { Text = "RATE" ; }; String SC_OPCODE_IPMT { Text = "IPMT" ; }; String SC_OPCODE_PPMT { Text = "PPMT" ; }; @@ -1045,7 +1045,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH String SC_OPCODE_TABLE { Text = "SHEET" ; }; String SC_OPCODE_RRI { Text = "ZGZ" ; }; String SC_OPCODE_FV { Text = "FV" ; }; - String SC_OPCODE_ZZR { Text = "NPER" ; }; + String SC_OPCODE_NPER { Text = "NPER" ; }; String SC_OPCODE_RATE { Text = "RATE" ; }; String SC_OPCODE_IPMT { Text = "IPMT" ; }; String SC_OPCODE_PPMT { Text = "PPMT" ; }; @@ -1994,7 +1994,7 @@ Resource RID_STRLIST_FUNCTION_NAMES { Text [ en-US ] = "FV" ; }; - String SC_OPCODE_ZZR + String SC_OPCODE_NPER { Text [ en-US ] = "NPER" ; }; |