Kaydet (Commit) e3bbc87b authored tarafından Zdeněk Crhonek's avatar Zdeněk Crhonek Kaydeden (comit) Adolfo Jayme Barrientos

tdf#71850 delete string "case-sensitive" in function wizzard EUROCONVERT

Change-Id: I9ab56279c748eae1e54f4cecc799db1aee2e2601
Reviewed-on: https://gerrit.libreoffice.org/55716
Tested-by: Jenkins
Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
üst c37b27af
...@@ -3895,9 +3895,9 @@ const char* SC_OPCODE_EUROCONVERT_ARY[] = ...@@ -3895,9 +3895,9 @@ const char* SC_OPCODE_EUROCONVERT_ARY[] =
NC_("SC_OPCODE_EUROCONVERT", "Value"), NC_("SC_OPCODE_EUROCONVERT", "Value"),
NC_("SC_OPCODE_EUROCONVERT", "The value to be converted."), NC_("SC_OPCODE_EUROCONVERT", "The value to be converted."),
NC_("SC_OPCODE_EUROCONVERT", "From currency"), NC_("SC_OPCODE_EUROCONVERT", "From currency"),
NC_("SC_OPCODE_EUROCONVERT", "ISO 4217 code of the currency from which is converted, case-sensitive."), NC_("SC_OPCODE_EUROCONVERT", "ISO 4217 code of the currency from which is converted."),
NC_("SC_OPCODE_EUROCONVERT", "To currency"), NC_("SC_OPCODE_EUROCONVERT", "To currency"),
NC_("SC_OPCODE_EUROCONVERT", "ISO 4217 code of the currency into which is converted, case-sensitive."), NC_("SC_OPCODE_EUROCONVERT", "ISO 4217 code of the currency into which is converted."),
NC_("SC_OPCODE_EUROCONVERT", "Full precision"), NC_("SC_OPCODE_EUROCONVERT", "Full precision"),
NC_("SC_OPCODE_EUROCONVERT", "If omitted or 0 or FALSE, the result is rounded to the decimals of To_currency. Else the result is not rounded."), NC_("SC_OPCODE_EUROCONVERT", "If omitted or 0 or FALSE, the result is rounded to the decimals of To_currency. Else the result is not rounded."),
NC_("SC_OPCODE_EUROCONVERT", "Triangulation precision"), NC_("SC_OPCODE_EUROCONVERT", "Triangulation precision"),
......
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