mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 04:42:03 +08:00
14 lines
1.0 KiB
Bash
14 lines
1.0 KiB
Bash
#!/bin/bash
|
|
TRANSHELL_CONTENT_CLOSE="Disable"
|
|
TRANSHELL_CONTENT_OPEN="Enable"
|
|
TRANSHELL_CONTENT_WELCOME_AND_CHOOSE_ONE_TO_RUN="Welcome to the Spark App Store update and installation settings tool. Please choose one of the following options to continue."
|
|
TRANSHELL_CONTENT_OPTIONS="Options"
|
|
TRANSHELL_CONTENT_OPEN_OR_CLOSE_UPGRADE_CHECK="$text_update_open Spark Store Update Check Tool (When enabled, this tool will automatically check for updates after system startup and display a notification if updates are available)"
|
|
TRANSHELL_CONTENT_CHECK_FOR_UPDATE="View the list of upgradable packages"
|
|
TRANSHELL_CONTENT_EXIT="Exit"
|
|
TRANSHELL_CONTENT_CLOSING_UPGRADE_CHECK="Please authorize to disable automatic update check."
|
|
TRANSHELL_CONTENT_CLOSED="Disabled"
|
|
TRANSHELL_CONTENT_OPENING_UPGRADE_CHECK="Please authorize to enable automatic update check."
|
|
TRANSHELL_CONTENT_OPENED="Enabled"
|
|
TRANSHELL_CONTENT_CLOSE_CREATE_DESKTOP="Disable automatic creation of desktop launcher"
|
|
TRANSHELL_CONTENT_OPEN_CREATE_DESKTOP="Enable automatic creation of desktop launcher" |