This file is indexed.

/usr/lib/libreoffice/share/extensions/nlpsolver/locale/NLPSolverStatusDialog_en_US.properties is in libreoffice-nlpsolver 0.9+LibO6.0.3-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#Dialog
NLPSolverStatusDialog.Dialog.Caption=Solver Status

#Controls
NLPSolverStatusDialog.Controls.lblSolution=Current Solution:
NLPSolverStatusDialog.Controls.lblIteration=Iteration:
NLPSolverStatusDialog.Controls.lblStagnation=Stagnation:
NLPSolverStatusDialog.Controls.lblRuntime=Runtime:
NLPSolverStatusDialog.Controls.btnStop=Stop
NLPSolverStatusDialog.Controls.btnOK=OK
NLPSolverStatusDialog.Controls.btnContinue=Continue

#Messages
NLPSolverStatusDialog.Message.StopIteration=Maximum iterations reached.
NLPSolverStatusDialog.Message.StopStagnation=Process stopped due to stagnation.
NLPSolverStatusDialog.Message.StopUser=Process stopped due to user interruption.
NLPSolverStatusDialog.Message.CurrentIteration=Process stopped at iteration %d of %d.

#Time formatting
NLPSolverStatusDialog.Time.Nanoseconds=Nanoseconds
NLPSolverStatusDialog.Time.Microseconds=Microseconds
NLPSolverStatusDialog.Time.Milliseconds=Milliseconds
NLPSolverStatusDialog.Time.Second=Second
NLPSolverStatusDialog.Time.Seconds=Seconds
NLPSolverStatusDialog.Time.Minute=Minute
NLPSolverStatusDialog.Time.Minutes=Minutes
NLPSolverStatusDialog.Time.Hour=Hour
NLPSolverStatusDialog.Time.Hours=Hours
NLPSolverStatusDialog.Time.Day=Day
NLPSolverStatusDialog.Time.Days=Days