MAJOR updated for steam workshop

This commit is contained in:
Frank Harris 2026-01-16 01:46:33 -06:00
parent 43f911dc93
commit baaa962454
6 changed files with 698 additions and 520 deletions

View file

@ -71,4 +71,24 @@ define('OGP_LANG_download_method', "Download Method");
define('OGP_LANG_anonymous_login', "Anonymous Login");
define('OGP_LANG_select_at_least_one_mod_or_enter_mod_id', "Select at least one mod or enter a mod ID.");
define('OGP_LANG_no_game_servers_assigned', "You don't have any servers assigned to your account.");
define('OGP_LANG_installed_mods', "Workshop items");
define('OGP_LANG_no_mods_found', "No workshop items configured.");
define('OGP_LANG_name', "Name");
define('OGP_LANG_status', "Status");
define('OGP_LANG_remove', "Remove");
define('OGP_LANG_add_mod', "Add workshop item");
define('OGP_LANG_add', "Add");
define('OGP_LANG_collection_id', "Collection ID");
define('OGP_LANG_actions', "Actions");
define('OGP_LANG_settings_updated', "Settings updated");
define('OGP_LANG_invalid_mod_id', "Invalid Workshop ID");
define('OGP_LANG_pending', "Pending");
define('OGP_LANG_apply_updates', "Apply updates");
define('OGP_LANG_deploy_mode', "Deploy mode");
define('OGP_LANG_deploy_destination', "Deploy destination");
define('OGP_LANG_staging_path', "Staging path");
define('OGP_LANG_check_on_start', "Check on start");
define('OGP_LANG_periodic_check_minutes', "Periodic check (minutes)");
define('OGP_LANG_steam_username', "Steam username");
define('OGP_LANG_steam_password', "Steam password");
?>