added content-builder.

This commit is contained in:
Bryce Covert
2015-10-28 18:29:44 -07:00
parent 43661dbf29
commit 83e8d51232
95 changed files with 2687 additions and 1 deletions

View File

@@ -0,0 +1,41 @@
"Language" "english"
"Tokens"
{
SteamBootstrapper_UpdatingSteam "Updating %appname%..."
SteamBootstrapper_ElevationPrompt "%appname% needs to self-update before launching."
SteamBootstrapper_ReadOnlyInstallOSX "%appname% is unable to write to its folder. Make sure you're not trying to run from the disk image."
SteamBootstrapper_RunFromDiskImageOSX "Please drag %appname% into your Applications folder before launching it."
SteamBootstrapper_ReadOnlyInstall "%appname% is unable to write to its folder."
SteamBootstrapper_InstallDirNotASCII "%appname% cannot run from a folder path with non-English characters. Please re-install %appname% to the default folder."
SteamBootstrapper_InsufficientDiskSpace "%appname% needs %nMegaBytes%MB of free disk space to update."
SteamBootstrapper_FailedManifestLoad "Failed to load package manifest."
SteamBootstrapper_FailedManifestVerify "Failed to verify package manifest."
SteamBootstrapper_FailedManifestSave "Failed to save package manifest."
SteamBootstrapper_FailedPackageRead "Failed to read package (%pkgName%)."
SteamBootstrapper_CorruptPackageFile "Corrupt package file (%pkgName%)."
SteamBootstrapper_FailedPackageUnzip "Failed to unzip package (%pkgName%)."
SteamBootstrapper_UpdateApplyFail "Failed to apply update, reverting..."
SteamBootstrapper_UpdateCleanup "Cleaning up..."
SteamBootstrapper_UpdateCleanupFail "Failed to clean up after update, continuing..."
SteamBootstrapper_UpdateFinalizeFail "Failed to write installation manifest."
SteamBootstrapper_UpdateComplete "Update complete, launching %appname%..."