📄 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 messagesHttp200Status "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 messagesServerNotRunningMessage "Streaming Server is not Running"StartServerMessage "Click on 'Start Server Now' to start the server."# Messages used in adminprotocol-lib.pl# Socket errorsNoHostError "No Host"SocketFailedError "Socket Failed"ConnectFailedError "Connect Failed"SendFailedError "Send failed"# File errorsFileOpenError "Can't open file" # Time stringsDaysStr "days"HoursStr "hrs"MinutesStr "min"SecondsStr "sec"# Day stringsMonStr "Mon"TueStr "Tue"WedStr "Wed"ThuStr "Thu"FriStr "Fri"SatStr "Sat"SunStr "Sun"# Month stringsJanStr "Jan"FebStr "Feb"MarStr "Mar"AprStr "Apr"MayStr "May"JunStr "Jun"JulStr "Jul"AugStr "Aug"SepStr "Sep"OctStr "Oct"NovStr "Nov"DecStr "Dec"# Japanese date suffix stringsYearSuffix ""DaySuffix ""# Server State stringsServerServerIs "Server is"ServerStartingUpStr "Starting Up"ServerRunningStr "Running"ServerNotRunningStr "Not Running"ServerRefusingConnectionsStr "Refusing Connections"ServerInFatalErrorStateStr "In Fatal Error State"ServerShuttingDownStr "Shutting Down"ServerIdleStr "Idle"# Start/Stop Server ButtonsStartServerButton "Enable Server"StopServerButton "Disable Server"# UnitsBytesStr "Bytes"KiloBytesStr "KB"MegaBytesStr "MB"GigaBytesStr "GB"BitsPerSecStr "bps"KilobitsPerSecStr "Kbps"MegabitsPerSecStr "Mbps"# Time in seconds for confirmation messages to disappearConfirmSecs "5"# Confirmation colors - hex valuesConfirmColor "#006600"# Messages used in playlist-lib.pl# labels used in playlist tablesPLMovie "Movie"PLDirectory "Directory"PLState_0 "stopped"PLState_1 "playing"PLState_2 "error"# GlobalsServerName "Darwin Streaming Server"QTServerName "QuickTime Streaming Server"MountPoint "Mount Point:"Username "User Name:"Password "Password:"of "of"# Server Startup messagesServerStartupExpText "The server is currently not running.<br>Please start it before attempting to administer it."# Login/logout messagesLoginTitle "Log In to Darwin Streaming Server"QTLoginTitle "Log In to QuickTime Streaming Server"LoginPleaseLogin "Log in with an administrative username and password."LoginUsername "User Name:"LoginPassword "Password:"LoginButton "Log In"# Standard dialog stuffCancelButtonTitle "Cancel"OKButtonTitle "OK"SubmitButtonTitle "Save Changes"Enabled "Enabled"Disabled "Disabled"# Central nav linksNavMain "Main"NavBroadcaster "Broadcaster"NavConnectedUsers "Connected Users"NavRelayStatus "Relay Status"NavGeneralSettings "General Settings"NavPortSettings "Port Settings"NavRelaySettings "Relay Settings"NavLogSettings "Log Settings"NavPlaylists "Playlists"NavErrorLog "Error Log"NavAccessHistory "Access History"NavLogOut "Log Out"# Server Snapshot messagesSnapshotHeader "Server Snapshot"SnapshotServer "Server:"SnapshotStatus "Status:"SnapshotStarted "Started"SnapshotCurrentTimeOnServer "Current Time On Server:"SnapshotUptime "Up Time:"SnapshotDNSName "DNS Name (default):"SnapshotServerVersion "Server Version:"SnapshotServerAPIVersion "Server API Version:"SnapshotCPULoad "CPU Load:"SnapshotCurrentConnectionCount "Current # of Connections:"SnapshotCurrentThroughput "Current Throughput:"SnapshotTotalBytesServed "Total Bytes Served:"SnapshotTotalConnectionsServed "Total Connections Served:"# General Settings messagesGenSetHeader "General Settings"GenSetMediaDir "Media Directory:"GenSetMediaDirExp "This is the master directory where all of your media is stored."GenSetSSL "Secure Administration (SSL):"GenSetMaxConn "Max. Number of Connections:"GenSetMaxThroughput "Max. Throughput:"GenSetDefaultAuthScheme "Default Authentication Scheme:"GenSetBasicAuth "Basic"GenSetDigestAuth "Digest"GenSetOSXAutoStart "Start Server at System Startup:"GenSetChangeAdminPass "Change Admin Username/Password..."GenSetChangeBroadcastPass "Change Movie Broadcast Password..."GenSetChangeMP3Pass "Change MP3 Broadcast Password..."GenSetSettingsSavedText "Your settings have been saved."GenSetErrorMediaDirCannotBeBlank "The media directory cannot be blank."GenSetErrorMaxConnCannotBeBlank "The maximum connections setting cannot be blank."GenSetErrorMaxConnMustBeNum "The maximum connections setting must be a positive integer."GenSetErrorMaxThroughCannotBeBlank "The maximum throughput setting cannot be blank."GenSetErrorMaxThroughMustBeNum "The maximum throughput setting must be a positive integer."GenSetErrorSSLNotAvail "SSL is not available on this computer. Please make sure that the Net::SSLeay perl module, OpenSSL, and a signed SSL certificate are installed."# Connected Users messagesConnUserHeader "Connected Users"ConnUserDisplay "Display"ConnUserAllEntries "all"ConnUserEntries "entries"ConnUserPageRefreshInterval "Page Refresh Interval"ConnUserSeconds "seconds"ConnUserMinute "minute"ConnUserMinutes "minutes"ConnUserHour "hour"ConnUserNever "Never"ConnUserIPAddress "IP Address"ConnUserConnType "Type"ConnUserBitRate "Bit Rate"ConnUserBytesSent "Bytes Sent"ConnUserPercPacketLoss "% Packet Loss"ConnUserTimeConnected "Time Connected"ConnUserConnectedTo "Connected To"# Relay Status messagesRelayStatHeader "Relay Status"RelayStatConnRelays "Connected Relays"RelayStatRelayName "Relay Name"RelayStatSource "Source"RelayStatDestination "Destination"RelayStatBitrate "Bit Rate"RelayStatBytesRelayed "Bytes Relayed"# Port Settings messagesPortSetHeader "Port Settings"PortSetStreaming80Title "Streaming on Port 80:"PortSetDesc1 "Streaming on port 80 will allow you to get through some restrictive firewalls, but may interfere with Apache or other web servers running on the same machine."PortSetDesc2 ""PortSetSavedText "Your port settings have been saved."PortServerNotBound80Message "The server is currently not bound to port 80."PortChangeRestartServerConfirm "In order for this change to take effect, you must restart the server. This will interrupt any current streams. Restart now?"# Change Password messagesChPassHeader "Change Administrator Username/Password"ChPassCurrentUser "Current User Name:"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -