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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
|
/*
* ShiftOS English Language Pack
*
* This is the default language pack distributed within the game.
*/
{
//General strings
//These strings can be used anywhere in the UI where language context isn't necessary.
"{GEN_PROGRAMS}": "Programs",
"{GEN_COMMANDS}": "Commands",
"{GEN_OBJECTIVES}": "Objectives",
"{GEN_CURRENTPROCESSES}": "Current processes",
"{GEN_WELCOME}": "Welcome to ShiftOS.",
"{GEN_SYSTEMNAME}": "System name",
"{GEN_PASSWORD}": "Password",
"{GEN_LPROMPT}": "%sysname login: ",
"{GEN_SYSTEMSTATUS}": "System status",
"{GEN_USERS}": "Users",
"{GEN_CODEPOINTS}": "Codepoints",
"{GEN_LOADING}": "Loading...",
"{GEN_SAVE}": "Save",
"{GEN_LOAD}": "Load",
"{GEN_APPLY}": "Apply",
"{GEN_RESET}": "Reset",
"{GEN_LOADDEFAULT}": "Load default",
"{GEN_ROOTPASSWORD}":"Root password",
"{GEN_CANCEL}": "Cancel",
"{GEN_CONTINUE}": "Continue",
"{GEN_BACK}": "Back",
"{GEN_YES}": "Yes",
"{GEN_NO}": "No",
"{GEN_OK}": "OK",
"{GEN_SETTINGS}": "Settings",
"{GEN_ABOUT}": "About",
"{GEN_EXIT}": "Exit",
"{GEN_CLOSE}": "Close",
//General errors
//Syntax errors, command errors, you name it..
"{ERR_BADBOOL}": "The value you entered must be either true or false.",
"{ERR_BADPERCENT}": "The value you entered must be a value from 0 to 100.",
"{ERR_NOLANG}": "The language you entered does not exist!",
"{ERR_NOTENOUGHCODEPOINTS}": "You don't have enough Codepoints to do that.",
"{ERR_NOUPGRADE}": "We couldn't find that upgrade.",
"{ERR_GENERAL}": "An error has occurred performing this operation.",
"{ERR_EMPTYCATEGORY}": "The category you specified either has no items in it, or was not found.",
"{ERR_NOMOREUPGRADES}": "There are no more Shiftorium Upgrades to show!",
"{ERR_BADWINID}": "You must specify a value between 0 and %max.",
"{ERR_USERFOUND}": "That user already exists.",
"{ERR_NOUSER}": "That user was not found.",
"{ERR_REMOVEYOU}": "You can't remove your own user account.",
"{ERR_BADACL}": "You must specify a value between 0 (guest) and 3 (root) for a user permission.",
"{ERR_ACLHIGHERVALUE}": "You can't set a user's permissions to a value higher than your own.",
"{ERR_HIGHERPERMS}": "That user has more rights than you!",
"{ERR_PASSWD_MISMATCH}": "Passwords don't match!",
"{ERR_SYNTAXERROR}": "Syntax error.",
"{ERR_COMMANDNOTFOUND}": "Command not found.",
//Command results
"{RES_ACLUPDATED}": "User permissions updated.",
"{RES_LANGUAGE_CHANGED}": "System language changed successfully.",
"{RES_NOOBJECTIVES}": "No objectives to display! Check back for more.",
"{RES_UPGRADEINSTALLED}": "Upgrade installed!",
"{RES_WINDOWCLOSED}": "The window was closed.",
"{RES_CREATINGUSER}": "Creating new user with username %name.",
"{RES_REMOVINGUSER}": "Removing user with username %name from your system.",
"{RES_DENIED}": "Access denied.",
"{RES_GRANTED}": "Access granted.",
"{RES_PASSWD_SET}": "Password set successfully.",
//Shiftorium messages.
"{SHFM_UPGRADE}": "%id - %cost Codepoints",
"{SHFM_CATEGORY}": " - %name: %available upgrades left.",
"{SHFM_QUERYERROR}": "Shiftorium Query Error",
"{SHFM_NOUPGRADES}": "No upgrades!",
//Command data strings
"{COM_STATUS}": "ShiftOS build %version\r\n\r\nCodepoints: %cp \r\n Upgrades: %installed installed, %available available\r\n\r\n",
"{COM_UPGRADEINFO}": "%category: %name - %cost Codepoints.\r\n\r\n%description\r\n\r\nUpgrade ID: %id",
//Terminal Command Descriptions
//These strings show up when running the "commands" command in your Terminal.
"{DESC_CLEAR}": "Clears the screen of the current Terminal.",
"{DESC_SETSFXENABLED}": "Sets whether or not system sounds are enabled.",
"{DESC_SETMUSICENABLED}": "Sets whether or not music is enabled in ShiftOS.",
"{DESC_SETVOLUME}": "Sets the volume of sounds and music if they're enabled.",
"{DESC_SHUTDOWN}": "Safely shuts down your computer.",
"{DESC_LANG}": "Change the system language of ShiftOS.",
"{DESC_COMMANDS}": "Shows a list of Terminal commands inside ShiftOS.",
"{DESC_HELP}": "Type this command to get general help with using ShiftOS.",
"{DESC_SAVE}": "Saves the in-memory configuration of ShiftOS.",
"{DESC_STATUS}": "Shows basic status information such as how many Codepoints you have and your current objective.",
"{DESC_BUY}": "Buys the specified Shiftorium upgrade.",
"{DESC_BULKBUY}": "Buys the specified Shiftorium upgrades in bulk.",
"{DESC_UPGRADEINFO}": "Shows information about the specified Shiftorium upgrade.",
"{DESC_UPGRADECATEGORIES}": "Shows all the available Shiftorium categories and how many upgrades are available in them.",
"{DESC_UPGRADES}": "Shows a list of available Shiftorium upgrades.",
"{DESC_PROCESSES}": "Shows a list of currently running app processes.",
"{DESC_PROGRAMS}": "Shows a list of programs you can run.",
"{DESC_CLOSE}": "Closes the specified application window.",
"{DESC_ADDUSER}": "Add a user to your system.",
"{DESC_REMOVEUSER}": "Remove a user from your computer.",
"{DESC_SETUSERPERMISSIONS}": "Set the permissions of a user.",
"{DESC_USERS}": "Lists all users on your computer.",
"{DESC_SU}": "Change your identity to another user's.",
"{DESC_PASSWD}": "Change your user account password.",
"{DESC_NAMECHANGER}": "Change the name of virtually any program within ShiftOS!",
"{DESC_FILENOTFOUND}": "The file you requested could not be found.",
//Window titles.
"{TITLE_FILENOTFOUND}": "File not found.",
"{TITLE_SKINAPPLIED}":"Shifter - Skin applied.",
"{TITLE_PONG_YOULOSE}": "You lose",
"{TITLE_CODEPOINTSTRANSFERRED}": "Codepoints transferred.",
"{TITLE_INVALIDPORT}": "Invalid port number.",
"{TITLE_ENTERSYSNAME}": "Enter system name",
"{TITLE_INVALIDNAME}": "Invalid name",
"{TITLE_VALUETOOSMALL}": "Value too small.",
"{TITLE_TEMPLATE}": "Template",
"{TITLE_SKINLOADER}": "Skin loader",
"{TITLE_NAMECHANGER}": "Name Changer",
"{TITLE_ADDRESSBOOK}": "Address Book",
"{TITLE_ARTPAD}": "ArtPad",
"{TITLE_SIMPLESRC}": "SimpleSRC Client",
"{TITLE_INFOBOX}": "Information",
"{TITLE_COLORPICKER}": "Choose color",
"{TITLE_AUDIOPLAYER}": "Audio Player",
"{TITLE_CALCULATOR}": "Calculator",
"{TITLE_DOWNLOADER}": "Downloader",
"{TITLE_ABOUT}": "About ShiftOS",
"{TITLE_FILESKIMMER}": "File Skimmer",
"{TITLE_CHOOSEGRAPHIC}": "Choose graphic",
"{TITLE_ICONMANAGER}": "Icon Manager",
"{TITLE_INSTALLER}": "Installer",
"{TITLE_MINDBLOW}": "MindBlow",
"{TITLE_SYSTEMPREPARATION}": "System preparation",
"{TITLE_PONG}": "Pong",
"{TITLE_SHIFTER}": "Shifter",
"{TITLE_SHIFTLETTERS}": "ShiftLetters",
"{TITLE_SHIFTLOTTO}": "ShiftLotto",
"{TITLE_SHIFTNET}": "Shiftnet",
"{TITLE_SHIFTORIUM}": "Shiftorium",
"{TITLE_SHIFTSWEEPER}": "ShiftSweeper",
"{TITLE_TERMINAL}": "Terminal",
"{TITLE_TEXTPAD}": "TextPad",
"{TITLE_RESTARTREQUIRED}": "Restart required.",
//App Launcher categories
"{AL_PROGRAMMING}": "Programming",
"{AL_CUSTOMIZATION}": "Customization",
"{AL_NETWORKING}": "Networking",
"{AL_UTILITIES}": "Utilities",
"{AL_GRAPHICS}": "Graphics",
"{AL_ACCESSORIES}": "Accessories",
"{AL_ENTERTAINMENT}": "Entertainment",
"{AL_OFFICE}": "Office",
"{AL_GAMES}": "Games",
//Infobox prompt messages
"{PROMPT_SKINAPPLIED}": "New skin values applied! You have earned %cp Codepoints.",
"{PROMPT_PONGLOST}": "You lost this game of Pong. Guess you should've cashed out...",
"{PROMPT_CODEPOINTSTRANSFERRED}": "%transferrer has transferred %amount Codepoints to your system.",
"{PROMPT_INVALIDPORT}": "The Digital Society Port must be a valid whole number between 0 and 65535.",
"{PROMPT_ENTERSYSNAME}": "Please enter a system name for your computer.",
"{PROMPT_INVALIDNAME}": "The name you entered cannot be blank. Please enter another name.",
"{PROMPT_SMALLSYSNAME}": "Your system name must have at least 5 characters in it.",
"{PROMPT_RESTARTREQUIRED}": "For the changes you made to take effect, a restart of ShiftOS is required.",
//Pong
"{PONG_LEVELREACHED}": "You've reached level %level!",
"{PONG_BEATAI}": "You've beaten the opponent! %amount Codepoints!",
"{PONG_STATUSCP}": "Codepoints: %cp",
"{PONG_STATUSLEVEL}": "Level %level. %time seconds to go!",
"{PONG_PLAY}": "Play some Pong!",
"{PONG_DESC}": "Pong is the modern-day recreation of the classic 70s game called, you guessed it, Pong.\r\n\r\nIn Pong, you must try your best to keep the fast-moving ball from going past your side of the screen using your mouse to move your paddle in the way of the ball, while getting the ball to go past the opponent's paddle.\r\n\r\nOnce you start Pong, you have 60 seconds to beat the opponent and survive as much as possible. The game will get faster as you play, and the more 60-second levels you play, the more Codepoints you'll earn. If you lose the level, you will start back at Level 1 with 0 Codepoints. At the end of the level, you may choose to cash out or play on.",
"{PONG_WELCOME}": "Welcome to Pong.",
"{PONG_BEATLEVELDESC}": "You have survived this level of Pong. You now have a chance to cash out your Codepoints or play on for more.",
"{PONG_PLAYON}": "Play on",
"{PONG_CASHOUT}": "Cash out",
//Main menu tip messages
"{MAINMENU_TIPTEXT_0}": "Press CTRL+T to open a Terminal from any application within ShiftOS.",
"{MAINMENU_TIPTEXT_1}": "Codepoints can be used in the Shiftorium to buy upgrades for your system using the \"buy\" command.",
"{MAINMENU_TIPTEXT_2}": "The Shifter is a VERY powerful application. Not only can you customize ShiftOS to look however you want, but you'll earn heaps of Codepoints while you do so.",
"{MAINMENU_TIPTEXT_3}": "Not the language you want? Head over to \"Settings\" to choose the proper language for you. You may need to head to the forums if your language isn't supported.",
"{MAINMENU_TIPTEXT_4}": "Sandbox Mode is a nice way to use ShiftOS without having to progress through the main campaign. There's no Codepoints, no upgrades, and everything's unlocked.",
"{MAINMENU_TIPTEXT_5}": "The Skin Loader is an essential application. It can load in skins from anywhere - from your personal collection and from the forums, and you can even generate your own sharable skins for others to use!",
"{MAINMENU_TIPTEXT_6}": "ArtPad not cutting it for you? You can use any image editor you like on your host system and just import the assets into the ShiftOS Shared Folder to use in your skins.",
"{MAINMENU_TIPTEXT_7}": "What is that \"System Color Key-OUt\" you speak of, Shifter? Well, when composing skin assets, use that color to mark areas to be rendered as transparent!",
"{MAINMENU_TIPTEXT_8}": "Use the Format Editor to change the way Terminal commands are interpreted.",
"{MAINMENU_TIPTEXT_9}": "The Shiftnet is a wonderland of applications, games and services - only available in ShiftOS. Feel free to explore!",
//Main menu - Settings
"{MAINMENU_DSADDRESS}": "Digital Society address: ",
"{MAINMENU_DSPORT": "Digital Society port: ",
"{MAINMENU_LANGUAGE}": "Language:",
//Main Menu - General text
"{MAINMENU_TITLE}": "Main menu",
"{MAINMENU_CAMPAIGN}": "Campaign",
"{MAINMENU_SANDBOX}": "Sandbox",
"{MAINMENU_NEWGAME}": "New game",
//Miscelaneous strings
"{MISC_KERNELVERSION}": "ShiftKernel - v0.9.4",
"{MISC_KERNELBOOTED}": "[sys] Kernel startup completed.",
"{MISC_SHIFTFSDRV}": "[sfs] ShiftFS core driver, version 2.7",
"{MISC_SHIFTFSBLOCKSREAD}": "[sfs] Driver initiated. 4096 blocks read.",
"{MISC_LOADINGCONFIG}": "[confd] Loading system configuration... success",
"{MISC_BUILDINGCMDS}": "[termdb] Terminal database is being parsed...",
"{MISC_CONNECTINGTONETWORK}": "[inetd] Connecting to network...",
"{MISC_CONNECTIONSUCCESSFUL}": "[inetd] Connection successful.",
"{MISC_DHCPHANDSHAKEFINISHED}": "[inetd] DHCP handshake finished.",
"{MISC_NONETWORK}": "[inetd] No network access points found.",
"{MISC_SANDBOXMODE}": "[sos] Sandbox Mode initiating...",
"{MISC_ACCEPTINGLOGINS}": "[systemd] Accepting logins on local tty1.",
//ShiftOS engine strings
"{ENGINE_CANNOTLOADSAVE}": "[sos] Error. Cannot load user save file.",
//Pre-connection loading messages
"{LOADINGMSG1_0}": "[systemd] The light is so bright...",
"{LOADINGMSG1_1}": "[systemd] Hold your colors...",
"{LOADINGMSG1_2}": "[systemd] Time to shift it my way...",
"{LOADINGMSG1_3}": "[systemd] Does anybody even read this?",
"{LOADINGMSG1_4}": "[systemd] I....just wanna play it right... We're....gonna get there tonight...",
"{LOADINGMSG1_5}": "[systemd] I'm a computer.",
"{LOADINGMSG1_6}": "[systemd] What ya gonna do, what ya gonna do, when DevX comes for you?",
"{LOADINGMSG1_7}": "[systemd] Artificial intelligence do everything now.",
"{LOADINGMSG1_8}": "[systemd] Nobody is really here.",
"{LOADINGMSG1_9}": "[systemd] I so want a giant cake for breakfast.",
//Post-connection loading messages
"{LOADINGMSG2_0}": "[systemd] It's all yours, Shifter.",
"{LOADINGMSG2_1}": "[systemd] That's a nice network you got there...",
"{LOADINGMSG2_2}": "[systemd] Leave me alone and go earn some Codepoints.",
"{LOADINGMSG2_3}": "[systemd] I'm hungry... Cake would be appreciated.",
"{LOADINGMSG2_4}": "[systemd] SEVERE: CAKE NOT FOUND. PLEASE INSERT CAKE INTO DRIVE 1:/ AND PRESS ANY KEY TO CONTINUE.",
"{LOADINGMSG2_5}": "[systemd] Now SCREAM!",
"{LOADINGMSG2_6}": "[systemd] Yes, I'd like to order a giant 6-mile-long tripple-chocolate ice cream cake?",
"{LOADINGMSG2_7}": "[systemd] There's no antidote...",
"{LOADINGMSG2_8}": "[systemd] Can I at least have a muffin?",
"{LOADINGMSG2_9}": "[systemd] System initiated, but I still want a cake.",
"{LOADINGMSG2_10}": "[sysvinit] Your init system has been upgraded.",
//Format editor
"{FORMATEDITOR_COMMAND_LOWER}": "command",
"{FORMATEDITOR_ARGUMENT_LOWER}": "argument",
"{FORMATEDITOR_VALUE_LOWER}": "value",
"{FORMATEDITOR_ENTERSYNTAX}": "Enter syntax here",
//Program commands
"{WO_ABOUT}": "about",
"{WO_ADDRESSBOOK}": "address_book",
"{WO_ARTPAD}": "artpad",
"{WO_AUDIOPLAYER}": "audio_player",
"{WO_CALCULATOR}": "calculator",
"{WO_DOWNLOADER}": "downloader",
"{WO_FILESKIMMER}": "file_skimmer",
"{WO_INSTALLER}": "installer",
"{WO_MINDBLOW}": "mindblow",
"{WO_NAMECHANGER}": "name_changer",
"{WO_PONG}": "pong",
"{WO_SHIFTER}": "shifter",
"{WO_SHIFTLETTERS}": "shiftletters",
"{WO_SHIFTLOTTO}": "shiftlotto",
"{WO_SHIFTNET}": "shiftnet",
"{WO_SHIFTORIUM}": "shiftorium",
"{WO_SHIFTSWEEPER}": "shiftsweeper",
"{WO_SIMPLESRC}": "simplesrc",
"{WO_TERMINAL}": "terminal",
"{WO_TEXTPAD}": "textpad",
//BIOS screen text
"{MISC_BIOSCOPYRIGHT}": "AMIBIOS (C) %year Australian Microtrends, Plc",
"{MISC_BIOSVERSION}": "Shiftsoft 480-L ACPI BIOS Revision 1002",
"{MISC_BIOSCPU}": "CPU : VTC 210-N %cores CPU 1.33GHz",
"{MISC_CLOCKSPEED}": " Speed : 1.337Ghz",
"{MISC_RUNSETUP}": "Press DEL to run Setup",
"{MISC_BBSPOPUP}": "Press <F8> for BBS POPUP",
"{MISC_RAMFREQ}": "DDR3 Frequency 1337MHz, Dual Channel, Linear Mode",
"{MISC_CHECKINGNVRAM}": "Checking NVRAM",
"{MISC_RAM}": "1337 MB OK",
}
|