This file is indexed.

/usr/share/knowledgeroot/extension/fckeditor/plugins/krootlink/lang/ja.js is in knowledgeroot 0.9.9.5-6.

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
/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
 *
 * Licensed under the terms of the GNU Lesser General Public License:
 * 		http://www.opensource.org/licenses/lgpl-license.php
 *
 * File Name: en.js
 * 	KrootLink Japanese language file.
 *
 * File Authors:
 * 		Michael Fields (mfields@slac.com)
 */
FCKLang.KrootLinkBtn			= 'Insert Knowledgeroot Page Link' ;
FCKLang.KrootLinkDlgTitle		= 'Knowledgeroot Page Link' ;
FCKLang.KrootLinkDlgInstructions   = 'Select a knowledgeroot page to create the link:' ;
FCKLang.KrootLinkErrNoneSelected = 'You must click a knowledgeroot page to create the link';