mirror of
https://gitee.com/spark-store-project/additional-base-lib
synced 2025-10-09 03:22:23 +08:00
10 lines
1.1 KiB
Bash
10 lines
1.1 KiB
Bash
#!/bin/bash
|
|
TRANSHELL_CONTENT_USAGE="Usage: $0 [command [arguments...]]"
|
|
TRANSHELL_CONTENT_ADDITIONAL_BASE_LIB_INFO="This script is a part of additional-base-lib. The package provides a simple way to solve the compatibility issue between the application and glibc, powered by bubblewrap."
|
|
TRANSHELL_CONTENT_SCRIPT_AUTO_DETECT="This script automatically detects normal executables and AppImages, and then uses the specified script to run them. If you encounter any issues, you may also choose to use them directly."
|
|
TRANSHELL_CONTENT_APPIMAGE_INFO="For AppImage, you need ablrun-appimage."
|
|
TRANSHELL_CONTENT_NORMAL_EXECUTABLE_INFO="For normal executable, you need ablrun-normal."
|
|
TRANSHELL_CONTENT_FILE_NOT_EXISTS="File does not exist."
|
|
TRANSHELL_CONTENT_AUTHOR_INFO_AND_LIB_LICENSE="\n All library files packaged with additional-base-lib are sourced from a GNU/Linux distribution. You might find information in the package control files. The scripts themselves were created by CongTianKong <https://gitee.com/CongTianKong>. There are no license or copyright restrictions for the script. Feel free to use it.\n"
|
|
|