p2pradio.properties

来自「java语言开发的P2P流媒体系统」· PROPERTIES 代码 · 共 85 行

PROPERTIES
85
字号
# ENGLISH
# =======

# Inverted commas must be doubled only if placeholders like {0} are used in the message!
# The comment markers # and ! must be escaped: \# and \!

# Common
ACCESS_BY=Access by: {0}
CONNECTING_TO_SERVER=Connecting to the Shoutcast/Icecast server...
COULD_NOT_CONNECT_TO_SERVER=Could not connect to the server
I_AM_THE_SERVER=I''m the broadcaster. Address: {0}
I_AM_A_CLIENT=I''m a listener. Address: {0}
INVALID_SERVER_ADDRESS=Invalid broadcaster address
INVALID_PLAYLIST_ADDRESS=Invalid playlist address
INVALID_MONITOR_ADDRESS=Invalid monitor address

# Common Errors
INTERNAL_ERROR=Internal error
IO_ERROR=I/O error
GENERAL_ERROR=Error
COULD_NOT_CREATE_UDP_SOCKET=Could not create a UDP socket (port already occupied?)
COULD_NOT_CREATE_UDP_PACKET=Could not create a UDP packet
COULD_NOT_CREATE_TCP_SERVERSOCKET=Could not create a TCP server socket (port already occupied?)
COULD_NOT_CREATE_TCP_SOCKET=Could not create a TCP socket
COULD_NOT_SET_SOCKET_TIMEOUT=Could not set socket timeout
UNEXPECTED_PACKET_RECEIVED=Unexpected packet received: {0}
UNEXPECTED_PACKET_RECEIVED_FROM_PEER=Unexpected packet received from peer {0}: {1}
MESSAGE_WITH_WRONG_SIZE_INFORMATION_RECEIVED=Message with wrong size information received
INVALID_REQUEST=Invalid request
UNKNOWN_PROTOCOL=Unknown protocol: {0}

# VersionChecker
VersionChecker.TOO_OLD_JAVA_VERSION_TITLE=Error: Too old Java version
VersionChecker.TOO_OLD_JAVA_VERSION=You are using a too old Java version\!\nThis program needs at least Java {0}.

# RadioGUI
RadioGUI.WELCOME_CHOOSE_OPERATION_MODE=Welcome to Peer-to-Peer-Radio\!\nPlease choose the operation mode:
RadioGUI.BROADCASTER=Broadcaster
RadioGUI.LISTENER=Listener
RadioGUI.ENTER_SOURCE_ADDRESS_TITLE=Specify the Shoutcast/Icecast source
RadioGUI.ENTER_SOURCE_ADDRESS=Please enter the address of a Shoutcast/Icecast stream\n(either a direct address or an address of a playlist which is referring to the stream).
RadioGUI.ENTER_MONITOR_ADDRESS_TITLE=Specify the monitor address
RadioGUI.ENTER_MONITOR_ADDRESS=Please enter the address of a monitor, if you want to use one.\nOtherwise, leave the field blank.
RadioGUI.LOCAL_MONITOR_ADDRESS_TITLE=Problem with the monitor address
RadioGUI.LOCAL_MONITOR_ADDRESS=The address {0} is only valid on this particular computer\!\nThe other peers must be able to connect to this address.\nYou should use a public address.
RadioGUI.ENTER_SERVER_ADDRESS_TITLE=Specify the broadcaster's address
RadioGUI.ENTER_SERVER_ADDRESS=Please enter the address of the broadcaster:
RadioGUI.ENTER_BANDWIDTH_LIMIT_TITLE=Specify the upload bandwidth limit
RadioGUI.ENTER_BANDWIDTH_LIMIT=Please enter the upload bandwidth limit (in KB/s) that {0} can use.\nEnter ''0'' if you don''t want to limit the upload bandwidth.\nWithout an upload bandwidth limit, up to {1, number, integer} childs will be served.
RadioGUI.INVALID_BANDWIDTH_LIMIT=Invalid upload bandwidth limit
RadioGUI.HINT_USE_CONSOLEUI_PARAMETER=Hint: Use the command line parameter \"-consoleui\"

# MainFrame
MainFrame.BUTTON_JOIN=Join
MainFrame.BUTTON_LEAVE=Leave
MainFrame.BUTTON_BUMP=Change Supplier
MainFrame.BUTTON_SERVE_PUBLIC=Serve Public
MainFrame.BUTTON_SERVE_PRIVATE=Serve Private
MainFrame.BUTTON_ADD_YP=Add to yellow pages       
MainFrame.BUTTON_REMOVE_YP=Remove from yellow pages
MainFrame.MENU_FILE=File
MainFrame.CHOOSE_NEW_STATION=Show the Stations List
MainFrame.DISPLAY_VERBOSE_INFORMATION=Display Verbose Information
MainFrame.MENU_LAUNCH_MEDIA_PLAYER=Launch External Player
MainFrame.MENU_LAUNCH_INTEGRATED_PLAYER=Launch Integrated Player
MainFrame.MENU_CLEAR_LOG=Clear the Log
MainFrame.MENU_LOG_AS=Log To File As...
MainFrame.MENU_LOG=Log To File
MainFrame.MENU_RECORD_STREAM=Record the Stream...
MainFrame.MENU_EXIT=Exit
MainFrame.MENU_MEDIA=Media
MainFrame.MENU_SETTINGS=Settings
MainFrame.MENU_SET_BANDWIDTH=Set the Upload Bandwidth Limit
MainFrame.MENU_SHOW_DEBUG_MESSAGES=Show Debug Messages
MainFrame.MENU_HELP=Help
MainFrame.MENU_VISIT_HOMEPAGE=Visit the {0} Homepage
MainFrame.MENU_INFO=About
MainFrame.MENU_OPTIONS=Options
MainFrame.ABOUT_OK=OK
MainFrame.ABOUT_TITLE=About
MainFrame.ABOUT_P2PRADIO_TITLE=About {0}
MainFrame.ABOUT_P2PRADIO_MESSAGE=<html><b>{0} {1}</b><br>Peer to Peer Streaming System<br>http://p2p-radio.sourceforge.net<br><br>Semester thesis of Michael Kaufmann<br>at the Department of Computer Science, ETH Z\u00fcrich<br><br>Supervisor: Harald Vogt<br>Supervising Professor: Prof. Friedemann Mattern<br><br>Licensed under the GNU General Public License (GPL)</html>
MainFrame.ABOUT_STREAM2STREAM_TITLE=About {0}
MainFrame.ABOUT_STREAM2STREAM_MESSAGE=<html><b>{0} {1}</b><br>Protocol Version: {3}<br><br>The Next Generation of Streaming<br>http://s2s.sourceforge.net<br><br><br>{2}'s multicast+ is the next generation of streaming. Multicast+ is more efficient and requires less bandwidth than direct streaming (e.g. shoutcast/icecast).<br><br><br>Copyright (C) Jason Hooks 2005<br>Licensed under the GNU General Public License (GPL)</html>
MainFrame.ABOUT_NDT=<html><b>The Web100 Network Diagnostic Tool (NDT)</b>.<br>Copyright 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?