In Calc press Ctrl+H, enter something to "Search for" field and press "Find All". The Search Result dialog appears. In localized builds the table header is not localized. http://opengrok.libreoffice.org/xref/core/sc/source/ui/dialogs/searchresults.cxx#37 mpList->InsertHeaderEntry("Sheet\tCell\tContent"); Hard-coded strings. :(
Andras Timar committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=5390946c8651bfae8b88e2e9f2a286bcd5fbdf3b fdo#80098 make header of Search Result dialog localizable The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.