This file is indexed.

/usr/share/games/kiki-the-nano-bot/py/lang/english.py is in kiki-the-nano-bot-data 1.0.2+dfsg1-6build1.

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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Localized versions of kiki texts

lang['english'] = {

# game title

"kiki the nano bot": "kiki the nano bot",

# menu 

"new game": "new game",
"load level": "load level",
"next level": "next level",
"restart": "restart",
"setup": "setup",
"story": "story",
"demo": "demo",
"about": "about",
"help": "help",
"quit": "quit",
"back": "back",

# about

"version": "version",
"programmed by": "programmed by",
"sounds from": "sounds from",
"thanks": "thanks",
"visit": "visit",
"for more games": "for more games",
"main menu": "main menu",

# story 

"STORY_PAGE_1": "once upon a time,\nthere were some\ntiny little robots\nliving in the nano world.\n\nthey lived a happy artificial life\nbusily collecting resources\nfor the maker\nwho made more and more\ntiny little robots.",
"STORY_PAGE_2": "but one day,\na parasitic capacity\ndestroyed the maker's\nmaster control program.\n\nsince then he is\nmalfunctioning\nand only producing\nlazy stupid little robots\nwhich shoot each other\nand destroy the nano world.",
"STORY_PAGE_3": "your task is to help kiki,\nthe only sane bot left over,\nto repair the maker.\n\ngood luck!",

# statistics

"STATISTICS_TEXT": "$scale(1.5)statistics:\n\nyou solved %d of %d levels\n\nyour current score is\n\n$scale(2.0)%d",

# setup

"language": "language",
"off": "off",
"on": "on",
"sound": "sound",
"volume": "volume",
"fullscreen": "fullscreen",
"fov": "fov",
"speed": "speed",
"keyboard setup": "keyboard setup",
"save": "save",

# keyboard setup 

"$no_itemkeyboard setup": "$no_itemkeyboard setup", # don't translate $no_item
"$no_item": "$no_item", # don't change this

"move forward": "move forward",
"move backward": "move backward",
"turn left": "turn left",
"turn right": "turn right",
"jump": "jump",
"push": "push",
"shoot": "shoot",
"change view": "change view",
"look up": "look up",
"look down": "look down",
      
"press the new key": "press the new key",
"action without key": "action without key",
"back to setup": "back to setup",
}