• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3<string name="app_name">Replica Island</string>
4<string name="change_level">Switch Levels</string>
5<string name="test_animation">Test Animation</string>
6<string name="test_diary">Test Diary</string>
7<string name="unlock_levels">Unlock All Levels</string>
8<string name="unlock_next_level">Unlock Next Level</string>
9<string name="method_tracing">Toggle Method Tracing</string>
10
11<string name = "game_over">GAME OVER</string>
12<string name = "thanks_for_playing">THANKS FOR PLAYING!</string>
13<string name = "please_wait">PLEASE WAIT</string>
14
15
16<!-- UI -->
17<string name="preference_save_game">Game Data</string>
18<string name="preference_erase_save_game">Erase Saved Game</string>
19<string name="preference_erase_save_game_dialog">Really erase your saved game?  All of your progress will be lost!</string>
20<string name="preference_erase_save_game_dialog_title">Now wait just a minute</string>
21<string name="preference_erase_save_game_dialog_ok">Erase Save</string>
22<string name="preference_erase_save_game_dialog_cancel">Cancel</string>
23
24
25<string name="preference_game_settings">Game Settings</string>
26<string name="preference_enable_sound">Enable Sound</string>
27<string name="preference_enable_sound_summary">Disabling sound may improve performance on some devices.</string>
28
29<string name="preference_safe_mode">Safe Mode</string>
30<string name="preference_safe_mode_summary">Enables safety hacks for broken devices (Cliq, etc), but causes some visual artifacts. Try this if you have problems.</string>
31
32<string name="preference_configure_controls">Configure Controls</string>
33<string name="preference_enable_click_attack">Click Attack</string>
34<string name="preference_enable_click_attack_summary">Use the trackball click or directional pad center button to attack.</string>
35<string name="preference_enable_screen_controls">On-Screen Controls</string>
36<string name="preference_enable_screen_controls_summary">Displays movement pad and buttons on screen.  Suggested for devices without a d-pad or trackball. Requires mulitouch.</string>
37
38<string name="preference_enable_tilt_controls">Tilt Controls</string>
39<string name="preference_enable_tilt_controls_summary">EXPERIMENTAL!  Tilt the phone left and right to drive the Android around.  Good for devices with no trackball or d-pad.</string>
40
41<string name="preference_movement_sensitivity">Motion Sensitivity</string>
42<string name="preference_movement_sensitivity_summary">Adjusts the sensitivity of the trackball, d-pad, or optical sensor.</string>
43<string name="preference_movement_min">Slow</string>
44<string name="preference_movement_max">Fast</string>
45
46<string name="preference_tilt_sensitivity">Tilt Sensitivity</string>
47<string name="preference_tilt_sensitivity_summary">Adjusts the sensitivity of the tilt controls.</string>
48<string name="preference_tilt_min">Slow</string>
49<string name="preference_tilt_max">Fast</string>
50
51<string name="preference_key_config">Configure Keyboard</string>
52<string name="preference_key_config_summary">Customize keys for phones with hard keyboards.</string>
53<string name="preference_key_config_dialog_title">Configure Keyboard</string>
54<string name="preference_key_config_dialog_ok">Save</string>
55<string name="preference_key_config_dialog_cancel">Cancel</string>
56<string name="preference_key_config_left">Left</string>
57<string name="preference_key_config_right">Right</string>
58<string name="preference_key_config_jump">Jump</string>
59<string name="preference_key_config_attack">Attack</string>
60
61
62<string name="preference_enable_statistics">Report Play Statistics</string>
63<string name="preference_enable_statistics_summary">Sends anonymous play statistics to a server to help us make this game more fun.</string>
64
65
66<string name="preference_about">About</string>
67<string name="preference_about_title">About Replica Island</string>
68<string name="preference_about_summary">Replica Island was made by Chris Pruett and Genki Mine, and produced by Tom Moss.</string>
69<string name="preference_visit_site">Go to the Replica Island web site</string>
70<string name="preference_thanks_title">Special Thanks</string>
71<string name="preference_thanks_summary">Special Thanks to Eido Inoue, Casey Richardson, Jason Chen, Tim Mansfield, and the Android Team for their support of this project.</string>
72<string name="preference_licence_title">License</string>
73<string name="preference_licence_summary">Portions of this game are modifications based on work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License.</string>
74<string name="preference_misc">More Information</string>
75<string name="preference_enable_debug">Debug Log</string>
76<string name="preference_enable_debug_summary">Output various logs to logcat.  This option will slow the game down.</string>
77
78<string name="game_results_title">GAME RESULTS</string>
79<string name="game_results_pearls_collected">PEARLS COLLECTED:</string>
80<string name="game_results_robots_destroyed">ROBOTS DESTROYED:</string>
81<string name="game_results_total_play_time">TOTAL PLAY TIME:</string>
82<string name="game_results_ending">ENDING ACHIEVED:</string>
83<string name="game_results_unlocks_message">You can now access Linear Mode and the Level Select from the Extras menu!</string>
84<string name="game_results_kabocha_ending">BAD ENDING #1 - Kabocha Wins</string>
85<string name="game_results_rokudou_ending">BAD ENDING #2 - Rokudou Wins</string>
86<string name="game_results_wanda_ending">GOOD ENDING - World Saved!</string>
87<string name="game_results_ok_button">Game Over!</string>
88
89<string name="saved_game_erased_notification">Saved Game Erased</string>
90
91<string name="quit_game_dialog_title">Quit Game?</string>
92<string name="quit_game_dialog_ok">Quit</string>
93<string name="quit_game_dialog_cancel">Cancel</string>
94<string name="quit_game_dialog_message">Return to main menu?</string>
95
96<string name="new_game_dialog_title">Start New Game?</string>
97<string name="new_game_dialog_ok">Start New Game</string>
98<string name="new_game_dialog_cancel">Cancel</string>
99<string name="new_game_dialog_message">Starting a new game in this mode will erase your current game in progress.  Are you sure you want to start a new game?</string>
100
101<string name="extras_locked_dialog_title">Extra Locked!</string>
102<string name="extras_locked_dialog_ok">Get to it!</string>
103<string name="extras_locked_dialog_message">This extra feature is still locked.  Beat the game one time to unlock it!</string>
104
105
106<string name="nav_type">Trackball</string>
107
108<string name="whats_new_dialog_title">Replica Island</string>
109<string name="whats_new_dialog_ok">Rock on!</string>
110<string name="whats_new_dialog_message">Thanks for downloading Replica Island.  Over 1.5 million people have played Replica Island!\n\n
111<b>New in this version:</b>\n
112- Unlockable extra modes: Linear Story Mode and Level Select.\n
113- On-screen controls for devices with no buttons.\n
114- Difficulty settings for new games. \n
115- Play statistics shown when you finish the game.\n
116- Lots of bugs fixed!\n
117\n
118\n
119This is an open source project.  If you are interested in how it works, or would like to use it to make your
120own games, check out the source at our web site, replicaisland.net.
121\n
122\n
123Also note that this game sends anonymous play statistics back to a server.  If you’d rather not
124allow that, you can turn it off in the options screen.</string>
125
126<string name="control_setup_dialog_title">Control Setup</string>
127<string name="control_setup_dialog_ok">Leave it this way</string>
128<string name="control_setup_dialog_change">Change control settings</string>
129<string name="control_setup_dialog_message">
130Based on your device hardware, the following control scheme has been automatically selected:
131&lt;br>
132&lt;br>
133&lt;small>%1s&lt;/small>
134&lt;br>
135&lt;br>Replica Island supports many different control configurations.  Control options can be changed at
136any time using the Configure Controls button in Options.
137&lt;br>
138&lt;br>
139Are you ok with the control system selected above, or would you like to set up your control
140settings manually now?</string>
141<string name="control_setup_dialog_trackball">&lt;b>Trackball / Trackpad&lt;/b> - Sensitivity can be adjusted in Options.</string>
142<string name="control_setup_dialog_dpad">&lt;b>Keyboard / Pad&lt;/b> - Key mappings can be changed in Options.</string>
143<string name="control_setup_dialog_screen">&lt;b>On-Screen Pad&lt;/b></string>
144<string name="control_setup_dialog_tilt">&lt;b>Tilt&lt;/b> - Sensitivity can be adjusted in Options.</string>
145
146<string name="onscreen_tilt_dialog_title">New Control Scheme!</string>
147<string name="onscreen_tilt_dialog_ok">On-Screen Pad</string>
148<string name="onscreen_tilt_dialog_cancel">Stick with Tilt</string>
149<string name="onscreen_tilt_dialog_message">This version of Replica Island adds an option for
150<b>On-Screen Controls</b> for multi-touch devices.  Your device supports this new
151mode, but your options are currently set to <b>Tilt</b> controls.  Would you like to try the
152new On-Screen Controls instead, or stick with Tilt?
153\n<small>You can change this setting at any time by choosing Configure Controls under Options.</small>
154</string>
155
156<string name="whats_new_ticker">New in this version: On-screen controls, app-to-sd card support, unlockable extra modes, game statistics after winning, lots of minor (and not so minor) bugs fixed.</string>
157
158<string name="baby_description">No challenge at all.</string>
159<string name="kids_description">A comfortable ride to the end.</string>
160<string name="adults_description">True accomplishment requires hardship.</string>
161
162
163<!-- Toast Messages -->
164<string name="memory_playback_start">MEMORY PLAYBACK START</string>
165<string name="memory_playback_complete">MEMORY PLAYBACK COMPLETE</string>
166<string name = "diary_found">FOUND OLD DIARY</string>
167
168
169<!--  names -->
170<string name = "Wanda">Wanda</string>
171<string name = "Kyle">Kyle</string>
172<string name = "Kabocha">Dr. Kabochanomizu</string>
173<string name = "Rokudou">Mr. Rokudou</string>
174<string name = "Android">Android</string>
175
176<!-- level names -->
177<string name = "level_0_1_sewer">Memory #000</string>
178<string name = "level_0_2_lab">Memory #001</string>
179<string name = "level_0_3_lab">Memory #002</string>
180
181<string name = "level_1_1_island">Memory #003</string>
182<string name = "level_1_2_island">Memory #004</string>
183<string name = "level_1_3_island">Memory #005</string>
184<string name = "level_1_4_island">Memory #006</string>
185<string name = "level_1_5_island">Memory #007</string>
186<string name = "level_1_6_island">Memory #008</string>
187<string name = "level_1_7_island">Memory #009</string>
188<string name = "level_1_8_island">Memory #010</string>
189<string name = "level_1_9_island">Memory #011</string>
190
191<string name = "level_2_1_grass">Memory #012</string>
192<string name = "level_2_2_grass">Memory #013</string>
193<string name = "level_2_3_grass">Memory #014</string>
194<string name = "level_2_4_grass">Memory #015</string>
195<string name = "level_2_5_grass">Memory #016</string>
196<string name = "level_2_6_grass">Memory #017</string>
197<string name = "level_2_7_grass">Memory #018</string>
198<string name = "level_2_8_grass">Memory #019</string>
199<string name = "level_2_9_grass">Memory #020</string>
200
201<string name = "level_3_1_sewer">Memory #021</string>
202<string name = "level_3_2_sewer">Memory #022</string>
203<string name = "level_3_3_sewer">Memory #023</string>
204<string name = "level_3_4_sewer">Memory #024</string>
205<string name = "level_0_1_sewer_kyle">Memory #024.3</string>
206<string name = "level_0_1_sewer_wanda">Memory #024.7</string>
207<string name = "level_3_5_sewer">Memory #025</string> <!-- 3-5 is the first level to take place in the "present" -->
208<string name = "level_3_6_sewer">Memory #026</string>
209<string name = "level_3_7_sewer">Memory #027</string>
210<string name = "level_3_8_sewer">Memory #028</string>
211<string name = "level_3_9_sewer">Memory #029</string>
212<string name = "level_3_10_sewer">Memory #030</string>
213<string name = "level_3_11_sewer">Memory #030.5</string> <!-- Special level for Kyle fight -->
214
215<string name = "level_4_1_underground">Memory #031</string>
216<string name = "level_4_2_underground">Memory #032</string>
217<string name = "level_4_3_underground">Memory #033</string>
218<string name = "level_4_4_underground">Memory #034</string>
219<string name = "level_4_5_underground">Memory #035</string>
220<string name = "level_4_6_underground">Memory #036</string>
221<string name = "level_4_7_underground">Memory #037</string>
222<string name = "level_4_8_underground">Memory #038</string>
223<string name = "level_4_9_underground">Memory #039</string>
224
225<string name = "level_final_boss_lab">Memory #040</string>
226
227<string name = "level_puzzle_test">Puzzle Test</string>
228<string name = "level_object_test">Object Test</string>
229<string name = "level_performance_test">Performance Test</string>
230<string name = "level_performance_test2">Performance Test 2</string>
231<string name = "level_performance_test3">Performance Test 3</string>
232<string name = "level_performance_test4">Google IO Performance Test</string>
233<string name = "level_npc_motion_test">NPC Motion Test</string>
234
235<!-- Level time codes -->
236
237<!-- level names -->
238<string name = "level_0_1_time">+ 07:12:03</string>
239<string name = "level_0_2_time">+ 00:00:00</string>
240<string name = "level_0_3_time">+ 00:06:26</string>
241
242<string name = "level_1_1_time">+ 00:34:10</string>
243<string name = "level_1_2_time">+ 00:44:46</string>
244<string name = "level_1_3_time">+ 00:52:16</string>
245<string name = "level_1_4_time">+ 00:59:01</string>
246<string name = "level_1_5_time">+ 01:07:24</string>
247<string name = "level_1_6_time">+ 01:23:38</string>
248<string name = "level_1_7_time">+ 01:38:04</string>
249<string name = "level_1_8_time">+ 01:42:00</string>
250<string name = "level_1_9_time">+ 01:56:44</string>
251
252<string name = "level_2_1_time">+ 02:25:18</string>
253<string name = "level_2_2_time">+ 02:37:20</string>
254<string name = "level_2_3_time">+ 02:40:13</string>
255<string name = "level_2_4_time">+ 02:51:09</string>
256<string name = "level_2_5_time">+ 03:01:55</string>
257<string name = "level_2_6_time">+ 03:16:28</string>
258<string name = "level_2_7_time">+ 03:33:12</string>
259<string name = "level_2_8_time">+ 03:46:07</string>
260<string name = "level_2_9_time">+ 03:54:29</string>
261
262<string name = "level_3_1_time">+ 04:07:10</string>
263<string name = "level_3_2_time">+ 04:18:42</string>
264<string name = "level_3_3_time">+ 04:45:15</string>
265<string name = "level_3_4_time">+ 04:59:06</string>
266<string name = "level_3_5_time">+ 07:19:59</string>
267<string name = "level_3_6_time">+ 07:36:17</string>
268<string name = "level_3_7_time">+ 07:51:24</string>
269<string name = "level_3_8_time">+ 08:16:55</string>
270<string name = "level_3_9_time">+ 08:35:12</string>
271<string name = "level_3_10_time">+ 08:50:36</string>
272<string name = "level_3_11_time">+ 08:55:54</string>
273
274<string name = "level_4_1_time">+ 09:10:01</string>
275<string name = "level_4_2_time">+ 09:42:40</string>
276<string name = "level_4_3_time">+ 09:58:11</string>
277<string name = "level_4_4_time">+ 10:27:36</string>
278<string name = "level_4_5_time">+ 10:52:10</string>
279<string name = "level_4_6_time">+ 11:12:35</string>
280<string name = "level_4_7_time">+ 11:39:04</string>
281<string name = "level_4_8_time">+ 11:57:22</string>
282<string name = "level_4_9_time">+ 12:13:40</string>
283<string name = "level_final_boss_time">+ 12:45:12</string>
284<string name = "level_test_time">(test level)</string>
285
286<!--  diary entries -->
287
288<string name="Diary1">
289Log Entry - Thursday - Sunny\n
290I have arrived!  I borrowed a dinghy from the freighter and rowed to shore as the ship passed by the island early this morning.  The captain has promised to return for me in two weeks; more than enough time to complete my mission.
291\n
292\n
293I find myself standing in the middle of a vast beach, with sand dunes stretching great distances down the coastline and the green of tropical forest visible near the horizon.  An uninformed man would think this place a paradise.  I know better.  Still, I cannot help but marvel at the island’s wholly unnatural beauty.
294</string>
295
296<string name="Diary2">
297Log Entry - Sunday - Sunny\n
298Before leaving the mainland I met with Mr. Rokudou about my mission.  He is a great man, the type of man who might actually effect change rather than just talk about it.  I was happy to see that he recognized my rather unique skills.  I am neither a survivalist nor an outdoorsman; I cannot even remember the last time I went camping.  It was very shrewd of Mr. Rokudou to select me as the right person to visit this odd, deserted island.  I shall not let him down.
299
300</string>
301
302<string name="Diary3">
303Log Entry - ??? - Dark\n
304Analysis of slime-like creature.  Resembles an arthropod except instead of protective armor the beast seems to be covered in a soft, sticky substance resembling tar.  Suspect genetic similarities to Holothuroidea, but the island’s influence has twisted the result into a dangerous menace.  I ate a piece of the specimen and gagged.\n
305\n
306I never should have come here.  Rokudou tricked me into this, and now I cannot even find my way back to the surface.  The freighter has surely long since come and gone; my sense of time is quickly losing its clarity but I am sure that more than two weeks have passed since I arrived in this hellish place.  I never should have come here.\n
307
308</string>
309
310<string name="Diary4">
311Log Entry - Monday - Overcast\n
312I met a group of three adventurers today.  I thought that I had the island all to myself, and I was so surprised to hear human voices (with Brooklyn accents, no less!) outside my shelter that I knocked over a bamboo support and almost brought the roof down.  The group is independent but they are after The Source, just like me.  They were nice but I sensed a little bit of competitive tension in the air.  They have been here for a month already and have barely penetrated the forest beyond the beach.  I am glad to have met them but they pose no immediate threat to my mission.  They are fine folks but my skills are far superior.\n
313
314</string>
315
316<string name="Diary5">
317Log Entry - Saturday - Rain\n
318Today marks three consecutive days of rain.  Last week was clear--the seas were calm and my carefully constructed shelter proved unnecessary.  I am sitting in a small alcove at the base of a hollow tree as the sky dumps golf ball-sized raindrops into the forest around me.  The beach is long behind me now and the sound of the ocean is just a memory.\n
319\n
320This is a weird place.  The oddities increase as I move closer to the center.  Since entering the forest I have seen a few things I cannot explain.  No matter, my mission is clear and success is guaranteed.  I will sleep here tonight and then venture further towards the island’s center tomorrow.\n
321
322</string>
323
324<string name="Diary6">
325Log Entry - ??? - Damp\n
326What in the world is a sewer system doing under a tropical island anyway?  The island has grown it to resemble the architecture of some old European city, but for what purpose?  What little tidbit of inspiration caused this vast underground structure to manifest?  Perhaps a photograph, or a child’s picture book.  The island itself is too far from any country with this sort of architecture for the influence to be direct.\n
327\n
328When I get out of here I am going to find Rokudou and educate him in the error of his ways.  The Source is getting closer, but I am not sure I want to find it anymore.\n
329
330</string>
331
332<string name="Diary7">
333There is no rain underground!\n
334\n
335Rain, rain, go away, come again some other day.\n
336\n
337All the king’s horses and all the king’s men couldn’t put Humpty together again.\n
338
339</string>
340
341<string name="Diary8">
342Log Entry - Wednesday - Overcast\n
343I may have found a path into the forest.  The grasslands stretch out ahead in what appears to be a small glade, but I think that beyond them the border of the forest will thin.  If my calculations are correct, this side of the island should be shady most of the year, so I expect that the almost impenetrable forest vegetation will yield enough to permit traversal.\n
344\n
345The adventuring party I met a few days ago has been here a month and has not yet figured this out.  My intellect is truly superior--I can understand why Mr. Rokudou chose me for this mission.  Once I find The Source and show him how to use it, he will surely make me his second-in-command, a position from which I shall have incredible influence.  Just thinking about it makes me giddy.  But I must not to get ahead of myself; the forest looms.\n
346
347</string>
348
349<string name="Diary9">
350Skin skin skin skin skin skin skin skin skin skin skin.\n
351\n
352There’s not enough skin on those pirates!\n
353</string>
354
355<string name="Diary10">
356Log Entry - Monday (?) - Rain\n
357My progress has been arrested by the insane creatures that inhabit this island.  Some of them are so normal they might have migrated here after the island was formed.  But the rest are clearly products of The Source running unchecked; they do not bear even the slightest resemblance to the children of Mother Nature.  This island is a facsimile, a replica of bits and pieces of the world, twisted and grown from nothing, sprouting in every direction.  It is power in its purest form, writhing in the sea without tether.\n
358\n
359But with a guiding hand, that power could be put to such great use!  With The Source in our hands mankind could shape the world as we see fit; it would mean a true end to war and poverty.  Rokudou wants that power--I want that power--so  the world can be freed from governments and other parasites that seek only to oppress and destroy.  Glory is almost within my grasp.\n
360
361</string>
362
363<string name="Diary11">
364Log Entry - I’ve lost track of the date - Heavy Rain\n
365\n
366The adventurers I met are dead.  I found them hanging from the trees near a rock formation in the forest.  The discovery was startling and sad; though we were both competing for the same goal I felt a certain camaraderie with them.  They were, of course, the only other humans on the island.\n
367\n
368Though tragic, I cannot let their unfortunate end distract me from my goal.  The rock formation near the bodies is an important find; it appears to be the mouth of some sort of cave.  However, most exciting is that the rock itself looks as if it has been cut by man; I dare say that it resembles an entrance to a subway station or bunker.\n
369\n
370I will venture into the forest once more before entering the cave.  At the adventurers’ base camp I spied batteries and other useful electronic equipment, which I can surely modify.  Once I have procured those items I shall return and make my descent.\n
371
372</string>
373
374<string name="Diary12">
375Log Entry - Unknown - Underground\n
376\n
377My head hurts.  Maybe it is the fumes down here; I feel like my head is filling up with pressure and soon it will burst.  When the pain gets bad I sit down and focus on counting primes, an old childhood relaxation habit that has resurfaced here under the ground.\n
378\n
379When I find The Source, I am going to use it to cure myself of whatever it is that has taken hold of me.  If Rokudou complains then maybe I’ll just eject him from the planet.  After all, he’s not the one down here in this false sewer, with scraped knees and a pounding headache.  He’s not the one who has to go days at a time without food because there isn’t any vegetation down here.  I’m the one doing the work, so I’m the one who should get the reward.  The Source will be mine and mine alone.\n
380\n
3812, 3, 5, 7, 11, 13, 17, 19, 23, 29\n
382
383</string>
384
385<string name="Diary13">
386He lied he lied he lied he lied.  Rokudou is a liar.  He seeks only to control.  He says he wants The Source to save the world, to rid it of the fat cats who play the planet like a marionette.  He he he HE is the fat cat, the puppeteer.  He shall not have The Source.  It shall be mine.  Mine mine mine mine mine. 73, 79, 83, 89, 97, 101, 103, 107, 109, 113.\n
387\n
388The Source is here.  It is down here, in the dark.  I can feel its heat, a warmth like the sun against my cheek.  But no, I mustn’t go to it, not not not not yet.  If I find it, Rokudou will take it from me and it will be check check check check mate.  No, Kabochanomizu is cautious.  Kabochanomizu is careful.  I shall retreat to the surface.  I know enough now to build things.  I will return only when I can guarantee my success.  Rokudou will grovel before me and the world will know Kabochanomizu as its savior.\n
389</string>
390
391<string name="Diary14">
392Log Entry - Saturday - Very Cloudy\n
393\n
394I have to admit that I was surprised when Rokudou selected me to find The Source.  True, I have studied the island from afar as much as any other researcher in the world, but slacks and a lab coat are hardly appropriate for rugged terrain.  When Rokudou offered me the job I was initially suspicious, but now I see that I am the only man with any chance of success.  The island has grown unhindered for a hundred years, and its twisted derivations of reality are the type of thing that could drive a lesser man insane.\n
395\n
396Still, I can’t say that I completely trust Rokudou.  He’s a smart man, but I am also sure that he selected me because he thought me easy to control.  I get the feeling that he’s watching me over my shoulder.  Of course, the island is free of human habitation save me and the three adventurers I met a few days ago, so the presence of a spy is unlikely.  And yet, I can’t shake this feeling of being watched.\n
397
398</string>
399
400<string name="Diary15">
401Log Entry - The days have run together - Sunny\n
402\n
403There is something I must confide, even if only to this scrap of notebook paper.\n
404\n
405I killed those adventurers.  I killed them in their sleep and then hung them from the trees as if to convince myself that the island had somehow done away with them.  It was grisly business, but necessary.  I needed their supplies, especially the batteries and flashlights they brought.  More importantly, against all odds they discovered the entrance to the cave.  They must have blundered across it while awkwardly stumbling through the forest--their brains are too small to have calculated its location.  The Source is too important to leave to such simpletons, and I couldn’t risk the possibility, no matter how remote, that they might find it first.\n
406\n
407Am I a monster?  I do not think so.  I am Dr. Kabochanomizu, widely respected scientist and the world’s expert on the inverted Atlantis that is this island.  My actions are logical and justified--I am no monster.\n
408\n
409If I am honest with myself, there is another reason the adventurers had to die.  I wanted to do it.  And I enjoyed it.
410</string>
411
412<!-- Misc Dialog -->
413
414<string name="KyleDeadNote">It’s Kyle.  He’s not moving.</string>
415
416<string name="cd_Wanda">Wanda</string>
417<string name="cd_blah">Blah blah blah blah blah</string>
418<string name="s100p">100%</string>
419<string name="zero">0</string>
420<string name="s3_21_34">3:21:34</string>
421<string name="k_A">A</string>
422<string name="level_1_1">Level 1-1</string>
423<string name="s0_02_031">+ 0:02:031</string>
424<string name="min">Min</string>
425<string name="max">Max</string>
426</resources>
427