📄 messages
字号:
# Text messages, errors and warnings
# Keyword ########################## Message ##########
# The strings in double quotes are to be localized ####
#######################################################
# Messages used in cgi-lib.pl
# Http header and body messages
Http200Status "OK"
Http302Status "Temporarily Unavailable"
Http401Status "Unauthorized"
Http403Status "Forbidden"
Http404Status "File Not Found"
Http401Body "A password is required to administer this Streaming Server. Please Try Again."
Http403Body "Access to the requested file is denied."
Http404Body "The requested file was not found."
# Server status messages
ServerNotRunningMessage "Streaming Server is not Running"
StartServerMessage "Click on 'Start Server Now' to start the server."
# Messages used in adminprotocol-lib.pl
# Socket errors
NoHostError "No Host"
SocketFailedError "Socket Failed"
ConnectFailedError "Connect Failed"
SendFailedError "Send failed"
# File errors
FileOpenError "Can't open file"
# Time strings
DaysStr "days"
HoursStr "hrs"
MinutesStr "min"
SecondsStr "sec"
# Day strings
MonStr "Mon"
TueStr "Tue"
WedStr "Wed"
ThuStr "Thu"
FriStr "Fri"
SatStr "Sat"
SunStr "Sun"
# Month strings
JanStr "Jan"
FebStr "Feb"
MarStr "Mar"
AprStr "Apr"
MayStr "May"
JunStr "Jun"
JulStr "Jul"
AugStr "Aug"
SepStr "Sep"
OctStr "Oct"
NovStr "Nov"
DecStr "Dec"
# Server State strings
ServerStartingUpStr "Starting Up"
ServerRunningStr "Running"
ServerNotRunningStr "Not Running"
ServerRefusingConnectionsStr "RefusingConnections"
ServerInFatalErrorStateStr "In Fatal Error State"
ServerShuttingDownStr "Shutting Down"
ServerIdleStr "Idle"
# Units
BytesStr "Bytes"
KiloBytesStr "KB"
MegaBytesStr "MB"
GigaBytesStr "GB"
# Messages used in playlist-lib.pl
# labels used in playlist tables
PLMovie "Movie"
PLDirectory "Directory"
PLState_0 "stopped"
PLState_1 "playing"
PLState_2 "error"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -