aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Resources
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-06-17 14:45:42 -0400
committerMichael <[email protected]>2017-06-17 14:45:42 -0400
commite3f9a6028b3774f7376617502e7f6016dc50dd0e (patch)
tree195ad433cbb4519b433cf24156b761419f226fe5 /ShiftOS.WinForms/Resources
parent0365b33993812361936e81104f793f58794fde8f (diff)
downloadshiftos_thereturn-e3f9a6028b3774f7376617502e7f6016dc50dd0e.tar.gz
shiftos_thereturn-e3f9a6028b3774f7376617502e7f6016dc50dd0e.tar.bz2
shiftos_thereturn-e3f9a6028b3774f7376617502e7f6016dc50dd0e.zip
Localize a LOT of the UI
Diffstat (limited to 'ShiftOS.WinForms/Resources')
-rw-r--r--ShiftOS.WinForms/Resources/strings_en.txt354
1 files changed, 122 insertions, 232 deletions
diff --git a/ShiftOS.WinForms/Resources/strings_en.txt b/ShiftOS.WinForms/Resources/strings_en.txt
index f63f0e0..a3b407b 100644
--- a/ShiftOS.WinForms/Resources/strings_en.txt
+++ b/ShiftOS.WinForms/Resources/strings_en.txt
@@ -1,244 +1,134 @@
+/*
+ * ShiftOS English Language Pack
+ *
+ * This is the default language pack distributed within the game.
+ */
+
{
- "{SUBMIT}":"Submit",
+ //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_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",
-"{TERMINAL_TUTORIAL_1}":"Welcome to the ShiftOS terminal. This is where you will spend the bulk of your time within ShiftOS.
-
-A brief rundown of how to use the terminal is as follows. You can use the 'sos.help' command to show a list of all commands. Simply type it in and strike <enter> to view all commands.
-
-Commands can be sent arguments by specifying a key-value pair inside a {} block at the end of the command. For example:
-
-some.command{print:\"hello\"}
-math.add{op1:1,op2:2}
-set.value{key:\"somekey\", value:true}
-
-You have been given 50 Codepoints - use your knowledge to use them to buy the MUD Fundamentals Shiftorium Upgrade using the terminal.
-To buy MUD Fundamentals, type shiftorium.buy{upgrade:\"mud_fundamentals\"} This is also true for any other thing you want to buy from the shiftorium, just replace mud_fundementals with any other upgrade id.
-",
+ //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!",
+ //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.",
- "{TERMINAL_TUTORIAL_2}":"You successfully passed the test. ShiftOS will now start installing it's base functionality.",
- "{ABOUT}":"About",
- "{HIGH_SCORES}":"High scores",
- "{PONG_VIEW_HIGHSCORES}":"See the high scores",
- "{PONG_HIGHSCORE_EXP}":"Want to see what other users have gotten?",
- "{START_SYSTEM_SCAN}":"Start system-wide scan",
- "{SCAN_HOME}":"Scan 0:/home",
- "{SCAN_SYSTEM}":"Scan 0:/system",
- "{RESULTS}":"Results",
- "{VIRUSSCANNER_ABOUT}":"Welcome to the ShiftOS virus scanner.
-
-The ShiftOS virus scanner is a utility that allows you to scan any file on your system and see if it is a virus. If a virus is detected, you have the option to delete it after the scan by clicking 'Remove'.
+ //Shiftorium messages.
+ "{SHFM_UPGRADE}": "%id - %cost Codepoints",
+ "{SHFM_CATEGORY}": " - %name: %available upgrades left.",
+ "{SHFM_QUERYERROR}": "Shiftorium Query Error",
+ "{SHFM_NOUPGRADES}": "No upgrades!",
-If a system file is deleted by the virus scanner, it will be replaced.",
- "{PLAY}":"Play",
- "{APPLICATIONS}":"Applications",
- "{TERMINAL}":"Terminal",
- "{PONG}":"Pong",
- "{CODEPOINTS}":"Codepoints",
- "{SHIFTORIUM}":"Shiftorium",
- "{HACK}":"Hack",
- "{SHIFTER}":"Shifter",
- "{MUD_SHORT}":"MUD",
- "{MUD}":"Multi-user domain",
- "{DESKTOP}":"Desktop",
- "{WINDOW}":"Window",
- "{WINDOW_MANAGER}":"Window manager",
- "{UPGRADE}":"Upgrade",
- "{UPGRADES}":"Upgrades",
- "{APPLICATION}":"Application",
- "{SCRIPT}":"Script",
- "{ERROR}":"Error",
- "{SCRIPTS}":"Scripts",
- "{NULL}":"null",
- "{ID}":"ID Num",
- "{SYSTEM_INITIATED}":"System initiated",
- "{PASSWORD}":"Password",
- "{CRACK}":"Crack",
- "{ARTPAD_UNDO_ERROR}":"Artpad - Undo error",
- "{ARTPAD_NEXT_STEP_WILL_KILL_CANVAS_JUST_FLIPPING_CLICK_NEW}":"You cannot undo the previous action as it would delete the canvas. If you'd like to clear the canvas, click New.",
- "{ARTPAD_REDO_ERROR}":"Artpad - Redo error",
- "{ARTPAD_NOTHING_TO_REDO}": "Artpad has nothing to redo! Remember that when you undo and then draw on the canvas, all redo history is wiped.",
- "{ARTPAD_MAGNIFIER_ERROR}": "Artpad - Magnifier error",
- "{ARTPAD_MAGNIFICATION_ERROR_EXP_2}": "Artpad cannot zoom out any further as the canvas would disappear!",
- "{ARTPAD_MAGNIFICATION_ERROR_EXP}": "Artpad cannot zoom any further into the canvas. Well, it can, it just doesn't want to.",
- "{SHUTDOWN}":"Shutdown",
- "{CONNECTING_TO_MUD}":"Connecting to the multi-user domain...",
- "{READING_FS}":"Reading filesystem...",
- "{INIT_KERNEL}":"Initiating kernel...",
- "{START_DESKTOP}":"Starting desktop session...",
- "{DONE}": "done",
- "{READING_CONFIG}":"Reading configuration...",
- "{ID_TAKEN}":"ID has been taken! Use chat.join to join this chat.",
- "{CHAT_NOT_FOUND_OR_TOO_MANY_MEMBERS}":"This chat either doesn't exist or has too many users in it.",
- "{CHAT_NOT_FOUND_OR_NOT_IN_CHAT}":"You are not currently in this chat.",
- "{CHAT_PLEASE_PROVIDE_VALID_CHANNEL_DATA}":"You did not specify valid chat metadata! Please do chat.create{id:\"your_id\", name:\"Your chat\", topic:\"Your chat's topic\"}.",
- "{UPGRADE_PROGRESS}":"Upgrade progress",
- "{WIN_PROVIDEID}":"Please provide a valid Window ID from win.list.",
- "{WIN_CANTCLOSETERMINAL}":"You cannot close this terminal.",
- "{WELCOME_TO_SHIFTORIUM}":"Welcome to the Shiftorium",
- "{SUCCESSFULLY_CREATED_CHAT}":"Successfully created chat. Use chat.join{id:\"chat_id_here\"} to join it.",
- "{CHAT_HAS_JOINED}":"has joined the chat.",
- "{HAS_LEFT_CHAT}":"has left the chat.",
- "{SHIFTORIUM_EXP}":"The Shiftorium is your one-stop-shop for ShiftOS system enhancements, upgrades and applications.
-
- You can buy upgrades in the Shiftorium using a currency called Codepoints, which you can earn by doing various tasks within ShiftOS, such as playing Pong, stealing them from other users, and finding ways to make your own. It's up to you how you get your Codepoints.
-
- You can then use them to buy new applications, features, enhancements and upgrades for ShiftOS that make the user experience a lot better. Be careful though, buying too many system enhancements without buying new ways of earning Codepoints first can leave you in the dust and unable to upgrade the system.
-
- Anyways, feel free to browse from our wonderful selection! You can see a list of available upgrades on the left, as well as a progress bar showing how much you've upgraded the system compared to how much you still can.",
- "{PONG_WELCOME}":"Welcome to Pong.",
- "{PONG_DESC}":"Pong is an arcade game where your goal is to get the ball past the opponent paddle while keeping it from getting past yours.
-
- In ShiftOS, Pong is modified - you only have one chance, the game is divided into 60 second levels, and you can earn Codepoints by surviving a level, and beating the opponent.",
- "{NO_APP_TO_OPEN}":"No app found for this file!",
- "{NO_APP_TO_OPEN_EXP}":"File Skimmer could not find an application that can open this file.",
- "{CLIENT_DIAGNOSTICS}":"Client diagnostics",
- "{GUID}":"GUID",
- "{CLIENT_DATA}":"Client data",
- "{CLOSE}":"Close",
- "{LOAD_DEFAULT}":"Load default",
- "{IMPORT}":"Import",
- "{EXPORT}":"Export",
- "{APPLY}":"Apply",
- "{TEMPLATE}":"Template",
- "{H_VEL}":"Horizontal velocity",
- "{V_VEL}":"Vertical velocity",
- "{LEVEL}":"Level",
- "{UPGRADE_DEVELOPMENT}":"Development Upgrade",
- "{UPGRADE_DEVELOPMENT_DESCRIPTION}":"Development Upgrade Don't Buy",
- "{SECONDS_LEFT}":"seconds left",
- "{CASH_OUT_WITH_CODEPOINTS}":"Cash out with your codepoints",
- "{PONG_PLAY_ON_FOR_MORE}":"Play on for more!",
- "{YOU_REACHED_LEVEL}":"You've reached level",
- "{PONG_BEAT_AI_REWARD}":"Reward for beating AI (CP)",
- "{PONG_BEAT_AI_REWARD_SECONDARY}":"Codepoints for beating AI:",
- "{CODEPOINTS_FOR_BEATING_LEVEL}":"Codepoints for beating level",
- "{YOU_WON}":"You won",
- "{YOU_LOSE}":"You lose",
- "{TRY_AGAIN}":"Try again",
- "{CODEPOINTS_SHORT}":"CP",
- "{TERMINAL_FORMATTING_DRIVE}":"Formatting drive... %percent %",
- "{INSTALLING_SHIFTOS}":"Installing ShiftOS on %domain.",
- "{YOU_MISSED_OUT_ON}":"You missed out on",
- "{BUT_YOU_GAINED}":"But you gained",
- "{PONG_PLAYON_DESC}":"Or do you want to try your luck on the next level to increase your reward?",
- "{PONG_CASHOUT_DESC}":"Would you like the end the game now and cash out with your reward?",
- "{INITIAL_H_VEL}":"Initial H Vel",
- "{INITIAL_V_VEL}":"Initial V Vel",
- "{INC_H_VEL}":"Increment H Vel",
- "{INC_V_VEL}":"Increment V Vel",
- "{MULTIPLAYER_ONLY}":"Program not compatible with single-user domain.",
- "{MULTIPLAYER_ONLY_EXP}":"This program cannot run within a single-user domain. You must be within a multi-user domain to use this program.",
- "{SHIFTER_SKIN_APPLIED}":"Shifter - Settings applied!",
- "{YOU_HAVE_EARNED}":"You have earned",
- "{CREATING_PATH}":"Creating directory: %path",
- "{CREATING_FILE}":"Creating file: %path",
- "{SHIFTORIUM_HELP_DESCRIPTION}": "Help Descriptions",
- "{CREATING_USER}":"Creating user %username",
- "{SEPERATOR}":" - ",
- "{NAMESPACE}":"Namespace ",
- "{COMMAND}": "| Command ",
- "{SHIFTOS_HAS_BEEN_INSTALLED}":"ShiftOS has been installed on %domain.",
- "{WARN}": "WARN: ",
- "{ERROR}": "!ERROR! ",
- "{OBSOLETE_CHEATS_FREECP}": "The %ns.%cmd command is obsolete and has been replaced with %newcommand",
- "{REBOOTING_SYSTEM}":"Rebooting system in %i seconds...",
- "{ERROR_ARGUMENT_REQUIRED}": "You must supply an %argument value",
- "{ERROR_ARGUMENT_REQUIRED_NO_USAGE}": "You are missing some arguments.",
- "{GENERATING_PATHS}":"Generating paths...",
- "{ERROR_COMMAND_WRONG}": "Check your syntax and try again",
- "{LOGIN_EXP}": "Login as the admin of the multi user domain.",
-
- "{USAGE}": "Usage: ",
-
- "{NAMESPACE_SOS_DESCRIPTION}":"The ShiftOS Namespace",
- "{COMMAND_HELP_USAGE}":"%ns.%cmd{[topic:]}",
- "{COMMAND_HELP_DESCRIPTION}":"Lists all commands",
- "{COMMAND_SOS_SHUTDOWN_USAGE}":"%ns.%cmd",
- "{COMMAND_SOS_SHUTDOWN_DESCRIPTION}":"Saves and shuts down ShiftOS",
- "{COMMAND_SOS_STATUS_USAGE}":"%ns.%cmd",
- "{COMMAND_SOS_STATUS_DESCRIPTION}":"Displays how many codepoints you have",
- "{COMMAND_SOS_LANG_USAGE}":"%ns.%cmd{language:\"deutsch\"}",
- "{COMMAND_SOS_LANG_DESCRIPTION}":"Change the language.",
- "{COMMAND_DEV_CRASH_USAGE}":"%ns.%cmd",
- "{COMMAND_DEV_CRASH_DESCRIPTION}":"Shuts down ShiftOS forcefully",
- "{COMMAND_DEV_UNLOCKEVERYTHING_USAGE}":"%ns.%cmd",
- "{COMMAND_DEV_UNLOCKEVERYTHING_DESCRIPTION}":"Unlocks all shiftorium upgrades",
- "{COMMAND_DEV_FREECP_USAGE}":"%ns.%cmd{amount:1000}",
- "{COMMAND_DEV_FREECP_DESCRIPTION}":"Gives [amount] codepoints",
- "{COMMAND_TRM_CLEAR_USAGE}":"%ns.%cmd",
- "{COMMAND_TRM_CLEAR_DESCRIPTION}":"Clears the terminal",
- "{COMMAND_SHIFTORIUM_BUY_USAGE}":"%ns.%cmd{upgrade:}",
- "{COMMAND_SHIFTORIUM_BUY_DESCRIPTION}":"Buys [upgrade]",
- "{COMMAND_SHIFTORIUM_LIST_USAGE}":"%ns.%cmd",
- "{COMMAND_SHIFTORIUM_LIST_DESCRIPTION}":"Lists the upgrades that you can get",
- "{COMMAND_SHIFTORIUM_INFO_USAGE}":"%ns.%cmd{upgrade:}",
- "{COMMAND_SHIFTORIUM_INFO_DESCRIPTION}":"Gives a description about an upgrade",
- "{COMMAND_DEV_MULTARG_USAGE}":"%ns.%cmd{id:,name:,type:}",
- "{COMMAND_DEV_MULTARG_DESCRIPTION}":"A command which requiers multiple arguments",
+ //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",
- "{ERR_COMMAND_NOT_FOUND}":"Command not found.",
- "{ERROR_EXCEPTION_THROWN_IN_METHOD}":"An error occurred within the command. Error details:",
- "{MUD_ERROR}":"MUD error",
-
- "{PROLOGUE_NO_USER_DETECTED}":"No user detected. Please enter a username.",
- "{PROLOGUE_BADUSER}":"Invalid username detected.",
- "{PROLOGUE_NOSPACES}":"Usernames must not contain spaces.",
- "{PROLOGUE_PLEASE_ENTER_USERNAME}":"Please enter a valid username. Blank usernames are not permitted.",
+ //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.",
- "{SHIFTORIUM_NOTENOUGHCP}":"Not enough codepoints: ",
- "{SHIFTORIUM_TRANSFERRED_FROM}":"Received Codepoints from",
- "{SHIFTORIUM_TRANSFERRED_TO}":"Transferred Codepoints to",
+ //Window titles.
+ "{TITLE_PONG_YOULOSE}": "You lose",
+ "{TITLE_CODEPOINTSTRANSFERRED}": "Codepoints transferred.",
+ "{TITLE_INVALIDPORT}": "Invalid port number.",
- "{SE_SAVING}":"Saving game to disk",
- "{SE_TIPOFADVICE}":"Tip of advice: ShiftOS will always save your game after big events or when you shut down the operating system. You can also invoke a save yourself using 'sos.save'.",
+ //Infobox prompt messages
+ "{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.",
- "{STORY_WELCOME}":"Welcome to ShiftOS",
- "{STORY_SENTIENCEUNKNOWN}":"Your sentience is currently unknown. Please strike the Enter key to prove you are alive.",
+ //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",
- "{SENTIENCE_BASIC}":"Sentience: Basic - User can respond to basic instructions.",
- "{SENTIENCE_BASICPLUS}":"Sentience: Basic+ - User can invoke commands within the ecosystem.",
- "{SENTIENCE_POSSIBLEHUMAN}":"Sentience: Possible human - user can perform actions based on a choice.",
- "{SENTIENCE_POSSIBLEHUMANPLUS}":"Sentience: Possible human+ - user can infer, and can pass arguments.",
- "{SENTIENCE_HUMAN}":"Sentience: Human. Thanks for your patience.",
- "{SENTIENCE_INVALIDPASSWORD}":"The password you entered is invalid.",
-
- "{ARGS_PASSWORD}":"password",
+ //Main menu tip messages
- "{SHIFTOS_PLUS_MOTTO}":"ShiftOS, Shift it YOUR way.",
- "{SHIFTOS_VERSION_INFO}":"ShiftOS Version: ",
- "{USER_NAME}":"Username",
- "{DISCOURSE_INTEGRATION}":"Discourse Integration",
- "{SYSTEM_NAME}":"System Name",
- "{USER_INFO}":"User Information",
- "{SELECT_LANG}":"Select language",
- "{WELCOME_TO_SHIFTOS}":"Welcome to ShiftOS Alpha!",
- "{CREATE}":"Create",
- "{INSTALL}":"Install",
- "{ALIAS}":"Alias:",
- "{OBSOLETE_SYS_SHUTDOWN}":"sys.shutdown is obsolete",
- "{PY_EXCEPTION}":"There was an error running python code.",
- "{LUA_ERROR}":"There was an error running lua code.",
- "{LANGUAGE_CHANGED}":"The language has been changed. Please restart ShiftOS for changes to take full effect.",
+ //Main menu - Settings
+ "{MAINMENU_DSADDRESS}": "Digital Society address: ",
+ "{MAINMENU_DSPORT": "Digital Society port: ",
- "{TERMINAL_NAME}":"Terminal",
- "{ARTPAD_NAME}":"Artpad",
- "{PONG_NAME}":"Pong",
- "{WAV_PLAYER_NAME}":"WAV Player",
- "{SHIFTORIUM_NAME}":"Shiftorium",
- "{TEXTPAD_NAME}":"TextPad",
- "{VIRUS_SCANNER_NAME}":"Virus Scanner",
- "{SKIN_LOADER_NAME}":"Skin Loader",
- "{SHIFTER_NAME}":"Shifter",
- "{NAME_CHANGER_NAME}":"Name Changer",
- "{MUD_PASSWORD_CRACKER_NAME}":"Multi-User Domain Password Cracker v1.0",
- "{MUD_CONTROL_CENTRE_NAME}":"MUD Control Centre",
- "{MUD_AUTHENTICATOR_NAME}":"Multi-User Domain Admin Panel",
- "{GRAPHIC_PICKER_NAME}":"Graphic Picker",
- "{FILE_SKIMMER_NAME}":"File Skimmer",
- "{FILE_DIALOG_NAME}":"File Dialog",
- "{DIALOG_NAME}":"Dialog",
- "{COLOR_PICKER_NAME}":"Color Picker",
- "{CHAT_NAME}":"Chat",
- "{NOTIFICATIONS}":"Notifications",
-}
+ //Main Menu - General text
+ "{MAINMENU_TITLE}": "Main menu",
+ "{MAINMENU_CAMPAIGN}": "Campaign",
+ "{MAINMENU_SANDBOX}": "Sandbox",
+ "{MAINMENU_NEWGAME}": "New game",
+} \ No newline at end of file