This commit is contained in:
2023-07-31 13:13:21 +08:00
parent dd5a9d2b97
commit f948825d88
9 changed files with 29 additions and 25 deletions

View File

@@ -1,7 +1,9 @@
#!/bin/bash
TRANSHELL_CONTENT_USAGE="usage: $0 [command [arguments ...]]"
TRANSHELL_CONTENT_ADDITIONAL_BASE_LIB_INFO="The script is part of additional-base-lib. The package provides a simple way to solve the compatible problem between application and glibc, powered by bubblewrap."
TRANSHELL_CONTENT_SCRIPT_AUTO_DETECT="This script auto-detects normal executable and appimage, and then uses specified script to run either. If you experienced issues, you may want 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 not exists."
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"