fdo#71720 fix transalate strings

Change-Id: I8758e2407f1d3d1e09324b4fe5cc0442f8dda34d
Reviewed-on: https://gerrit.libreoffice.org/8819
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
This commit is contained in:
Winfried Donkers 2014-04-02 19:59:13 +02:00 committed by Eike Rathke
parent b4e5b8bc1d
commit f07bdba6c5

View File

@ -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
{