This repository has been archived on 2022-01-02. You can view files and clone it, but cannot push or open issues or pull requests.
AriaNg/app/scripts/core/lang-default.js

415 lines
29 KiB
JavaScript
Raw Normal View History

2016-05-13 18:09:12 +02:00
(function () {
'use strict';
angular.module('ariaNg').config(['$translateProvider', function ($translateProvider) {
$translateProvider.translations('en-US', {
'English': 'English',
'Error': 'Error',
'OK': 'OK',
'Cancel': 'Cancel',
'True': 'True',
'true': 'True',
'False': 'False',
'false': 'False',
2016-05-13 18:09:12 +02:00
'New': 'New',
'Start': 'Start',
'Pause': 'Pause',
'Delete': 'Delete',
2016-05-29 17:27:47 +02:00
'Select All': 'Select All',
2016-05-13 18:09:12 +02:00
'Display Order': 'Display Order',
2016-05-28 16:20:42 +02:00
'Search': 'Search',
2016-05-13 18:09:12 +02:00
'Default': 'Default',
2016-05-16 15:53:45 +02:00
'By File Name': 'By File Name',
'By File Size': 'By File Size',
'By Completed Percent': 'By Completed Percent',
'By Remain Time': 'By Remain Time',
'By Download Speed': 'By Download Speed',
2016-05-13 18:09:12 +02:00
'Download': 'Download',
2016-05-23 19:06:50 +02:00
'Upload': 'Upload',
2016-05-13 18:09:12 +02:00
'Downloading': 'Downloading',
2016-05-23 19:06:50 +02:00
'Seeding': 'Seeding',
2016-05-16 15:20:52 +02:00
'Waiting': 'Waiting',
2016-05-23 19:06:50 +02:00
'Paused': 'Paused',
'Completed': 'Completed',
'Error Occurred': 'Error Occurred',
'Removed': 'Removed',
2016-05-17 17:04:56 +02:00
'Downloaded / Stopped': 'Downloaded / Stopped',
'Settings': 'Settings',
'AriaNg Settings': 'AriaNg Settings',
2016-05-17 17:13:47 +02:00
'Aria2 Settings': 'Aria2 Settings',
'Basic Settings': 'Basic Settings',
'HTTP/FTP/SFTP Settings': 'HTTP/FTP/SFTP Settings',
'HTTP Settings': 'HTTP Settings',
'FTP/SFTP Settings': 'FTP/SFTP Settings',
2016-05-17 17:13:47 +02:00
'BitTorrent Settings': 'BitTorrent Settings',
'MegaLink Settings': 'MegaLink Settings',
2016-05-17 17:13:47 +02:00
'RPC Settings': 'RPC Settings',
'Advanced Settings': 'Advanced Settings',
2016-05-22 05:47:47 +02:00
'Aria2 Status': 'Aria2 Status',
2016-05-17 17:00:07 +02:00
'File Name': 'File Name',
'File Size': 'File Size',
'Completed Percent': 'Percent',
'Remain Time': 'Remain',
'Download Speed': 'Download Speed',
'Upload Speed': 'Upload Speed',
2016-05-17 17:00:07 +02:00
'Files': 'Files',
2016-05-23 19:06:50 +02:00
'Overview': 'Overview',
'Blocks': 'Blocks',
2016-05-23 19:06:50 +02:00
'File List': 'File List',
'Peers': 'Peers',
2016-05-23 19:06:50 +02:00
'Task Status': 'Task Status',
'Error Description': 'Error Description',
'Health Percent': 'Health Percent',
2016-05-23 19:06:50 +02:00
'Info Hash': 'Info Hash',
'Seeders': 'Seeders',
'Connections': 'Connections',
'Download Dir': 'Download Dir',
'Address': 'Address',
'Status': 'Status',
'Percent': 'Percent',
'Download / Upload Speed': 'Download / Upload Speed',
'No connected peers': 'No connected peers',
'Language': 'Language',
'Aria2 RPC Host': 'Aria2 RPC Host',
2016-05-16 18:59:27 +02:00
'Aria2 RPC Port': 'Aria2 RPC Port',
'Aria2 RPC Protocol': 'Aria2 RPC Protocol',
2016-05-17 16:15:28 +02:00
'Global Stat Refresh Interval': 'Global Stat Refresh Interval',
'Download Task Refresh Interval': 'Download Task Refresh Interval',
2016-05-22 05:47:47 +02:00
'Aria2 Version': 'Aria2 Version',
'Enabled Features': 'Enabled Features',
2016-05-13 18:09:12 +02:00
'Toggle Navigation': 'Toggle Navigation',
'Loading': 'Loading...',
'More Than One Day': 'More than 1 day',
'Unknown': 'Unknown',
'Total Count': 'Total Count',
'Bytes': 'Bytes',
'Minutes': 'Minutes',
2016-05-17 16:15:28 +02:00
'Seconds': 'Seconds',
'Milliseconds': 'Milliseconds',
'(0 is disabled)': '(0 is disabled)',
'Changes to the settings take effect after refreshing page.': 'Changes to the settings take effect after refreshing page.',
'Type is illegal!': 'Type is illegal!',
'none': 'None',
'http': 'Http',
'https': 'Https',
'ftp': 'Ftp',
'mem': 'Memory Only',
'plain': 'Plain',
'arc4': 'ARC4',
'binary': 'Binary',
'ascii': 'ASCII',
'debug': 'Debug',
'info': 'Info',
'notice': 'Notice',
'warn': 'Warn',
'error': 'Error',
'options.dir.name': 'Download Path',
'options.dir.description': '',
'options.log.name': 'Log File',
'options.log.description': 'The file name of the log file. If - is specified, log is written to stdout. If empty string("") is specified, or this option is omitted, no log is written to disk at all.',
'options.max-concurrent-downloads.name': 'Max Concurrent Downloads',
'options.max-concurrent-downloads.description': '',
'options.check-integrity.name': 'Check Integrity',
'options.check-integrity.description': 'Check file integrity by validating piece hashes or a hash of entire file. This option has effect only in BitTorrent, Metalink downloads with checksums or HTTP(S)/FTP downloads with --checksum option.',
'options.continue.name': 'Resume Download',
'options.continue.description': 'Continue downloading a partially downloaded file. Use this option to resume a download started by a web browser or another program which downloads files sequentially from the beginning. Currently this option is only applicable to HTTP(S)/FTP downloads.',
'options.all-proxy.name': 'Proxy Server',
'options.all-proxy.description': 'Use a proxy server for all protocols. To override a previously defined proxy, use "". You also can override this setting and specify a proxy server for a particular protocol using --http-proxy, --https-proxy and --ftp-proxy options. This affects all downloads. The format of PROXY is [http://][USER:PASSWORD@]HOST[:PORT].',
'options.all-proxy-user.name': 'Proxy User Name',
'options.all-proxy-user.description': '',
'options.all-proxy-passwd.name': 'Proxy Password',
'options.all-proxy-passwd.description': '',
'options.connect-timeout.name': 'Connect Timeout',
'options.connect-timeout.description': 'Set the connect timeout in seconds to establish connection to HTTP/FTP/proxy server. After the connection is established, this option makes no effect and --timeout option is used instead.',
'options.dry-run.name': 'Dry Run',
'options.dry-run.description': 'If true is given, aria2 just checks whether the remote file is available and doesn\'t download data. This option has effect on HTTP/FTP download. BitTorrent downloads are canceled if true is specified.',
'options.lowest-speed-limit.name': 'Lowest Speed Limit',
'options.lowest-speed-limit.description': 'Close connection if download speed is lower than or equal to this value(bytes per sec). 0 means aria2 does not have a lowest speed limit. You can append K or M (1K = 1024, 1M = 1024K). This option does not affect BitTorrent downloads.',
'options.max-connection-per-server.name': 'Max Connection Per Server',
'options.max-connection-per-server.description': '',
'options.max-file-not-found.name': 'Max File Not Found Try Times',
'options.max-file-not-found.description': '',
'options.max-tries.name': 'Max Try Times',
'options.max-tries.description': 'Set number of tries. 0 means unlimited.',
'options.min-split-size.name': 'Min Split Size',
'options.min-split-size.description': 'aria2 does not split less than 2*SIZE byte range. For example, let\'s consider downloading 20MiB file. If SIZE is 10M, aria2 can split file into 2 range [0-10MiB) and [10MiB-20MiB) and download it using 2 sources(if --split >= 2, of course). If SIZE is 15M, since 2*15M > 20MiB, aria2 does not split file and download it using 1 source. You can append K or M (1K = 1024, 1M = 1024K). Possible Values: 1M-1024M.',
'options.netrc-path.name': '.netrc Path',
'options.netrc-path.description': '',
'options.no-netrc.name': 'Disable netrc',
'options.no-netrc.description': '',
'options.no-proxy.name': 'No Proxy List',
'options.no-proxy.description': 'Specify a comma separated list of host names, domains and network addresses with or without a subnet mask where no proxy should be used.',
'options.proxy-method.name': 'Proxy Method',
'options.proxy-method.description': 'Set the method to use in proxy request. METHOD is either get or tunnel. HTTPS downloads always use tunnel regardless of this option.',
'options.remote-time.name': 'Remote File Timestamp',
'options.remote-time.description': 'Retrieve timestamp of the remote file from the remote HTTP/FTP server and if it is available, apply it to the local file.',
'options.reuse-uri.name': 'Reuse Uri',
'options.reuse-uri.description': 'Reuse already used URIs if no unused URIs are left.',
'options.retry-wait.name': 'Retry Wait',
'options.retry-wait.description': 'Set the seconds to wait between retries. When SEC > 0, aria2 will retry downloads when the HTTP server returns a 503 response. ',
'options.server-stat-of.name': 'Server Stat Output',
'options.server-stat-of.description': 'Specify the file name to which performance profile of the servers is saved. You can load saved data using --server-stat-if option.',
'options.server-stat-timeout.name': 'Server Stat Timeout',
'options.server-stat-timeout.description': 'Specifies timeout in seconds to invalidate performance profile of the servers since the last contact to them.',
'options.split.name': 'Split Count',
'options.split.description': 'Download a file using N connections. If more than N URIs are given, first N URIs are used and remaining URIs are used for backup. If less than N URIs are given, those URIs are used more than once so that N connections total are made simultaneously. The number of connections to the same host is restricted by the --max-connection-per-server option. See also the --min-split-size option.',
'options.stream-piece-selector.name': 'Piece Selection Algorithm',
'options.stream-piece-selector.description': 'Specify piece selection algorithm used in HTTP/FTP download. Piece means fixed length segment which is downloaded in parallel in segmented download. If default is given, aria2 selects piece so that it reduces the number of establishing connection. This is reasonable default behavior because establishing connection is an expensive operation. If inorder is given, aria2 selects piece which has minimum index. Index=0 means first of the file. This will be useful to view movie while downloading it. --enable-http-pipelining option may be useful to reduce re-connection overhead. Please note that aria2 honors --min-split-size option, so it will be necessary to specify a reasonable value to --min-split-size option. If random is given, aria2 selects piece randomly. Like inorder, --min-split-size option is honored. If geom is given, at the beginning aria2 selects piece which has minimum index like inorder, but it exponentially increasingly keeps space from previously selected piece. This will reduce the number of establishing connection and at the same time it will download the beginning part of the file first. This will be useful to view movie while downloading it.',
'options.timeout.name': 'Timeout',
'options.timeout.description': '',
'options.uri-selector.name': 'URI Selection Algorithm',
'options.uri-selector.description': 'Specify URI selection algorithm. The possible values are inorder, feedback and adaptive. If inorder is given, URI is tried in the order appeared in the URI list. If feedback is given, aria2 uses download speed observed in the previous downloads and choose fastest server in the URI list. This also effectively skips dead mirrors. The observed download speed is a part of performance profile of servers mentioned in --server-stat-of and --server-stat-if options. If adaptive is given, selects one of the best mirrors for the first and reserved connections. For supplementary ones, it returns mirrors which has not been tested yet, and if each of them has already been tested, returns mirrors which has to be tested again. Otherwise, it doesn\'t select anymore mirrors. Like feedback, it uses a performance profile of servers.',
'options.check-certificate.name': 'Check Certificate',
'options.check-certificate.description': '',
'options.http-accept-gzip.name': 'Accept GZip',
'options.http-accept-gzip.description': 'Send Accept: deflate, gzip request header and inflate response if remote server responds with Content-Encoding: gzip or Content-Encoding: deflate.',
'options.http-auth-challenge.name': 'HTTP Auth Challenge',
'options.http-auth-challenge.description': 'Send HTTP authorization header only when it is requested by the server. If false is set, then authorization header is always sent to the server. There is an exception: if user name and password are embedded in URI, authorization header is always sent to the server regardless of this option.',
'options.http-no-cache.name': 'No Cache',
'options.http-no-cache.description': 'Send Cache-Control: no-cache and Pragma: no-cache header to avoid cached content. If false is given, these headers are not sent and you can add Cache-Control header with a directive you like using --header option.',
'options.http-user.name': 'HTTP Default User Name',
'options.http-user.description': '',
'options.http-passwd.name': 'HTTP Default Password',
'options.http-passwd.description': '',
'options.http-proxy.name': 'HTTP Proxy Server',
'options.http-proxy.description': '',
'options.http-proxy-user.name': 'HTTP Proxy User Name',
'options.http-proxy-user.description': '',
'options.http-proxy-passwd.name': 'HTTP Proxy Password',
'options.http-proxy-passwd.description': '',
'options.https-proxy.name': 'HTTPS Proxy Server',
'options.https-proxy.description': '',
'options.https-proxy-user.name': 'HTTPS Proxy User Name',
'options.https-proxy-user.description': '',
'options.https-proxy-passwd.name': 'HTTPS Proxy Password',
'options.https-proxy-passwd.description': '',
'options.referer.name': 'Referer',
'options.referer.description': 'Set an http referrer (Referer). This affects all http/https downloads. If * is given, the download URI is also used as the referrer. This may be useful when used together with the --parameterized-uri option.',
'options.enable-http-keep-alive.name': 'Enable Persistent Connection',
'options.enable-http-keep-alive.description': 'Enable HTTP/1.1 persistent connection.',
'options.enable-http-pipelining.name': 'Enable HTTP Pipelining',
'options.enable-http-pipelining.description': 'Enable HTTP/1.1 pipelining.',
'options.header.name': 'Custom Header',
'options.header.description': 'Append HEADER to HTTP request header.',
'options.save-cookies.name': 'Cookies Path',
'options.save-cookies.description': 'Save Cookies to FILE in Mozilla/Firefox(1.x/2.x)/ Netscape format. If FILE already exists, it is overwritten. Session Cookies are also saved and their expiry values are treated as 0.',
'options.use-head.name': 'Use HEAD Method',
'options.use-head.description': 'Use HEAD method for the first request to the HTTP server.',
'options.user-agent.name': 'Custom User Agent',
'options.user-agent.description': '',
'options.ftp-user.name': 'FTP Default User Name',
'options.ftp-user.description': '',
'options.ftp-passwd.name': 'FTP Default Password',
'options.ftp-passwd.description': 'If user name is embedded but password is missing in URI, aria2 tries to resolve password using .netrc. If password is found in .netrc, then use it as password. If not, use the password specified in this option.',
'options.ftp-pasv.name': 'Passive Mode',
'options.ftp-pasv.description': 'Use the passive mode in FTP. If false is given, the active mode will be used. This option is ignored for SFTP transfer.',
'options.ftp-proxy.name': 'FTP Proxy Server',
'options.ftp-proxy.description': '',
'options.ftp-proxy-user.name': 'FTP Proxy User Name',
'options.ftp-proxy-user.description': '',
'options.ftp-proxy-passwd.name': 'FTP Proxy Password',
'options.ftp-proxy-passwd.description': '',
'options.ftp-type.name': 'Transfer Type',
'options.ftp-type.description': '',
'options.ftp-reuse-connection.name': 'Reuse Connection',
'options.ftp-reuse-connection.description': '',
'options.ssh-host-key-md.name': 'SSH Public Key Checksum',
'options.ssh-host-key-md.description': 'Set checksum for SSH host public key. TYPE is hash type. The supported hash type is sha-1 or md5. DIGEST is hex digest. For example: sha-1=b030503d4de4539dc7885e6f0f5e256704edf4c3. This option can be used to validate server\'s public key when SFTP is used. If this option is not set, which is default, no validation takes place.',
'options.bt-detach-seed-only.name': '',
'options.bt-detach-seed-only.description': '',
'options.bt-enable-hook-after-hash-check.name': '',
'options.bt-enable-hook-after-hash-check.description': '',
'options.bt-enable-lpd.name': '',
'options.bt-enable-lpd.description': '',
'options.bt-exclude-tracker.name': '',
'options.bt-exclude-tracker.description': '',
'options.bt-external-ip.name': '',
'options.bt-external-ip.description': '',
'options.bt-force-encryption.name': '',
'options.bt-force-encryption.description': '',
'options.bt-hash-check-seed.name': '',
'options.bt-hash-check-seed.description': '',
'options.bt-max-open-files.name': '',
'options.bt-max-open-files.description': '',
'options.bt-max-peers.name': '',
'options.bt-max-peers.description': '',
'options.bt-metadata-only.name': '',
'options.bt-metadata-only.description': '',
'options.bt-min-crypto-level.name': '',
'options.bt-min-crypto-level.description': '',
'options.bt-prioritize-piece.name': '',
'options.bt-prioritize-piece.description': '',
'options.bt-remove-unselected-file.name': '',
'options.bt-remove-unselected-file.description': '',
'options.bt-require-crypto.name': '',
'options.bt-require-crypto.description': '',
'options.bt-request-peer-speed-limit.name': '',
'options.bt-request-peer-speed-limit.description': '',
'options.bt-save-metadata.name': '',
'options.bt-save-metadata.description': '',
'options.bt-seed-unverified.name': '',
'options.bt-seed-unverified.description': '',
'options.bt-stop-timeout.name': '',
'options.bt-stop-timeout.description': '',
'options.bt-tracker.name': '',
'options.bt-tracker.description': '',
'options.bt-tracker-connect-timeout.name': '',
'options.bt-tracker-connect-timeout.description': '',
'options.bt-tracker-interval.name': '',
'options.bt-tracker-interval.description': '',
'options.bt-tracker-timeout.name': '',
'options.bt-tracker-timeout.description': '',
'options.dht-file-path.name': '',
'options.dht-file-path.description': '',
'options.dht-file-path6.name': '',
'options.dht-file-path6.description': '',
'options.dht-listen-port.name': '',
'options.dht-listen-port.description': '',
'options.dht-message-timeout.name': '',
'options.dht-message-timeout.description': '',
'options.enable-dht.name': '',
'options.enable-dht.description': '',
'options.enable-dht6.name': '',
'options.enable-dht6.description': '',
'options.enable-peer-exchange.name': '',
'options.enable-peer-exchange.description': '',
'options.follow-torrent.name': '',
'options.follow-torrent.description': '',
'options.listen-port.name': '',
'options.listen-port.description': '',
'options.max-overall-upload-limit.name': '',
'options.max-overall-upload-limit.description': '',
'options.max-upload-limit.name': '',
'options.max-upload-limit.description': '',
'options.peer-id-prefix.name': '',
'options.peer-id-prefix.description': '',
'options.seed-ratio.name': '',
'options.seed-ratio.description': '',
'options.seed-time.name': '',
'options.seed-time.description': '',
'options.follow-metalink.name': '',
'options.follow-metalink.description': '',
'options.metalink-base-uri.name': '',
'options.metalink-base-uri.description': '',
'options.metalink-language.name': '',
'options.metalink-language.description': '',
'options.metalink-location.name': '',
'options.metalink-location.description': '',
'options.metalink-os.name': '',
'options.metalink-os.description': '',
'options.metalink-version.name': '',
'options.metalink-version.description': '',
'options.metalink-preferred-protocol.name': '',
'options.metalink-preferred-protocol.description': '',
'options.metalink-enable-unique-protocol.name': '',
'options.metalink-enable-unique-protocol.description': '',
'options.enable-rpc.name': 'Enable JSON-RPC/XML-RPC Server',
'options.enable-rpc.description': '',
'options.pause-metadata.name': 'Pause After Metadata Downloaded',
'options.pause-metadata.description': 'Pause downloads created as a result of metadata download. There are 3 types of metadata downloads in aria2: (1) downloading .torrent file. (2) downloading torrent metadata using magnet link. (3) downloading metalink file. These metadata downloads will generate downloads using their metadata. This option pauses these subsequent downloads. This option is effective only when --enable-rpc=true is given.',
'options.rpc-allow-origin-all.name': 'Allow All Origin Request',
'options.rpc-allow-origin-all.description': 'Add Access-Control-Allow-Origin header field with value * to the RPC response.',
'options.rpc-listen-all.name': 'Listen on All Network Interfaces',
'options.rpc-listen-all.description': 'Listen incoming JSON-RPC/XML-RPC requests on all network interfaces. If false is given, listen only on local loopback interface.',
'options.rpc-listen-port.name': 'Listen Port',
'options.rpc-listen-port.description': '',
'options.rpc-max-request-size.name': 'Max Request Size',
'options.rpc-max-request-size.description': 'Set max size of JSON-RPC/XML-RPC request. If aria2 detects the request is more than SIZE bytes, it drops connection.',
'options.rpc-save-upload-metadata.name': 'Save Upload Metadata',
'options.rpc-save-upload-metadata.description': 'Save the uploaded torrent or metalink meta data in the directory specified by --dir option. The file name consists of SHA-1 hash hex string of meta data plus extension. For torrent, the extension is \'.torrent\'. For metalink, it is \'.meta4\'. If false is given to this option, the downloads added by aria2.addTorrent() or aria2.addMetalink() will not be saved by --save-session option.',
'options.rpc-secure.name': 'Enable SSL/TLS',
'options.rpc-secure.description': 'RPC transport will be encrypted by SSL/TLS. The RPC clients must use https scheme to access the server. For WebSocket client, use wss scheme. Use --rpc-certificate and --rpc-private-key options to specify the server certificate and private key.',
'options.allow-overwrite.name': '',
'options.allow-overwrite.description': '',
'options.allow-piece-length-change.name': '',
'options.allow-piece-length-change.description': '',
'options.always-resume.name': '',
'options.always-resume.description': '',
'options.async-dns.name': '',
'options.async-dns.description': '',
'options.auto-file-renaming.name': '',
'options.auto-file-renaming.description': '',
'options.auto-save-interval.name': '',
'options.auto-save-interval.description': '',
'options.conditional-get.name': '',
'options.conditional-get.description': '',
'options.conf-path.name': '',
'options.conf-path.description': '',
'options.console-log-level.name': '',
'options.console-log-level.description': '',
'options.daemon.name': '',
'options.daemon.description': '',
'options.deferred-input.name': '',
'options.deferred-input.description': '',
'options.disable-ipv6.name': '',
'options.disable-ipv6.description': '',
'options.disk-cache.name': '',
'options.disk-cache.description': '',
'options.download-result.name': '',
'options.download-result.description': '',
'options.dscp.name': '',
'options.dscp.description': '',
'options.rlimit-nofile.name': '',
'options.rlimit-nofile.description': '',
'options.enable-color.name': '',
'options.enable-color.description': '',
'options.enable-mmap.name': '',
'options.enable-mmap.description': '',
'options.event-poll.name': '',
'options.event-poll.description': '',
'options.file-allocation.name': '',
'options.file-allocation.description': '',
'options.force-save.name': '',
'options.force-save.description': '',
'options.hash-check-only.name': '',
'options.hash-check-only.description': '',
'options.human-readable.name': '',
'options.human-readable.description': '',
'options.max-download-result.name': '',
'options.max-download-result.description': '',
'options.max-mmap-limit.name': '',
'options.max-mmap-limit.description': '',
'options.max-resume-failure-tries.name': '',
'options.max-resume-failure-tries.description': '',
'options.min-tls-version.name': '',
'options.min-tls-version.description': '',
'options.log-level.name': '',
'options.log-level.description': '',
'options.piece-length.name': '',
'options.piece-length.description': '',
'options.optimize-concurrent-downloads.name': '',
'options.optimize-concurrent-downloads.description': '',
'options.show-console-readout.name': '',
'options.show-console-readout.description': '',
'options.summary-interval.name': '',
'options.summary-interval.description': '',
'options.max-overall-download-limit.name': '',
'options.max-overall-download-limit.description': '',
'options.max-download-limit.name': '',
'options.max-download-limit.description': '',
'options.no-conf.name': '',
'options.no-conf.description': '',
'options.no-file-allocation-limit.name': '',
'options.no-file-allocation-limit.description': '',
'options.parameterized-uri.name': '',
'options.parameterized-uri.description': '',
'options.quiet.name': '',
'options.quiet.description': '',
'options.realtime-chunk-checksum.name': '',
'options.realtime-chunk-checksum.description': '',
'options.remove-control-file.name': '',
'options.remove-control-file.description': '',
'options.save-session.name': '',
'options.save-session.description': '',
'options.save-session-interval.name': '',
'options.save-session-interval.description': '',
'options.socket-recv-buffer-size.name': '',
'options.socket-recv-buffer-size.description': '',
'options.stop.name': '',
'options.stop.description': '',
'options.truncate-console-readout.name': '',
'options.truncate-console-readout.description': ''
2016-05-13 18:09:12 +02:00
});
}])
})();