Kaydet (Commit) f07bdba6 authored tarafından Winfried Donkers's avatar Winfried Donkers Kaydeden (comit) Eike Rathke

fdo#71720 fix transalate strings

Change-Id: I8758e2407f1d3d1e09324b4fe5cc0442f8dda34d
Reviewed-on: https://gerrit.libreoffice.org/8819Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Tested-by: 's avatarEike Rathke <erack@redhat.com>
üst b4e5b8bc
......@@ -1665,15 +1665,15 @@ Resource RID_STRLIST_FUNCTION_NAMES
};
String SC_OPCODE_CEIL_MS
{
Text = "CEILING.PRECISE" ;
Text [ en-US ] = "CEILING.PRECISE" ;
};
String SC_OPCODE_CEIL_ISO
{
Text = "ISO.CEILING" ;
Text [ en-US ] = "ISO.CEILING" ;
};
String SC_OPCODE_FLOOR_MS
{
Text = "FLOOR.PRECISE" ;
Text [ en-US ] = "FLOOR.PRECISE" ;
};
String SC_OPCODE_FLOOR
{
......
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