[ Avaa Bypassed ]




Upload:

Command:

www-data@18.224.32.173: ~ $
index_title=System Logs NG
index_eprog=The system logging daemon $1 was not found on your system, or is not the syslog-ng program. Adjust the <a href='$2'>module configuration</a> to use the correct path.
index_econf=The Syslog-NG configuration file $1 was not found on your system. Adjust the <a href='$2'>module configuration</a> to use the correct path.
index_apply=Apply Configuration
index_applydesc=Click this button to activate the current Syslog-NG configuration.
index_stop=Stop Syslog-NG
index_stopdesc=Click this button to stop the running Syslog-NG daemon. Once stopped, log messages from other programs will no longer be written to log files.
index_start=Start Syslog-NG
index_startdesc=Click this button to start the Syslog-NG daemon, using the current configuration.
index_return=module index
index_version=Syslog-NG $1

options_title=Logging Options
options_header=Options for all log files
options_secs=seconds
options_entries=entries
options_time_reopen=Time to wait before re-opening dead connections
options_time_reap=Time to wait before closing idle connections
options_sync=Messages to buffer before writing
options_stats=Time to wait between statistics messages
options_log_fifo_size=Number of messages to buffer
options_chain_hostnames=Use chained hostname format?
options_keep_hostname=Keep original hostnames?
options_check_hostname=Check hostnames for valid characters?
options_bad_hostname=Regular expression for bad hostnames
options_create_dirs=Create directories for log files if needed?
options_owner=Default owner for log files
options_group=Default group for log files
options_perm=Default permissions for log files
options_dir_owner=Default owner for created directories
options_dir_group=Default group for created directories
options_dir_perm=Default permissions for created directories
options_use_time_recvd=Log time messages were received?
options_use_dns=Do reverse DNS lookups?
options_dns_cache=Cache DNS lookups?
options_dns_cache_size=Size of DNS cache
options_dns_cache_expire=Cache DNS records for
options_dns_cache_expire_failed=Cache failed DNS lookups for
options_log_msg_size=Maximum log message size
options_use_fqdn=Log full hostnames?
options_sanitize_filenames=Replace control characters in filenames?
options_err=Failed to save logging options
options_ebad_hostname=Missing or invalid regular expression for bad hostnames
options_edns_cache_size=Missing or non-numeric DNS cache size
options_edns_cache_expire=Missing or non-numeric DNS cache time
options_edns_cache_expire_failed=Missing or non-numeric failed DNS cache time
options_eowner=Missing default owner for log files
options_egroup=Missing default group for log files
options_eperm=Missing default permissions for log files
options_edir_owner=Missing default owner for directories
options_edir_group=Missing default group for directories
options_edir_perm=Missing default permissions for directories
options_etime_reopen=Missing or non-numeric time to wait for dead connections
options_etime_reap=Missing or non-numeric time to wait for idea connections
options_esync=Missing or invalid number of messages to buffer before writing
options_estats=Missing or non-numeric time to wait between statistics messages
options_elog_fifo_size=Missing or invalid number of messages to buffer
options_elog_msg_size=issing or non-numeric maximum log message size

destinations_title=Log Destinations
destinations_name=Destination name
destinations_type=Write to
destinations_file=Log destination
destinations_typef=File
destinations_typeu=Logged-in users
destinations_typep=Program input
destinations_typei=Unix pipe
destinations_typed=UDP syslog server
destinations_typet=TCP syslog server
destinations_typeg=Datagram socket
destinations_types=Stream socket
destinations_allusers=All users
destinations_users=Only users $1
destinations_host=Host $1
destinations_view=View..
destinations_none=No destination log files have been defined yet.
destinations_delete=Delete Selected Destinations
destinations_add=Add a new log destination.
destinations_return=log destinations
destinations_desc=Other module's log
destinations_cmd=Output from $1

destination_header=Log destination options
destination_title1=Create Log Destination
destination_title2=Edit Log Destination
destination_name=Log destination name
destination_type=Log to ..
destination_file=Filename
destination_create_dirs=Create directories?
destination_dir_perm=Permissions on directories
destination_fsync=Sync after each write?
destination_group=Group for log file
destination_owner=Owner for log file
destination_perm=Permissions on log file
destination_sync_freq=Messages between syncs
destination_users=Listed users
destination_net=Syslog server
destination_proto=Network protocol
destination_host=Server address
destination_port=Server port
destination_localip=Local IP address
destination_localport=Local port
destination_unix=Unix socket
destination_utype=Type
destination_socket=Socket name
destination_err=Failed to save destination
destination_eclash=A destination with the same name already exists
destination_egone=The destination no longer exists!
destination_efile_name=Missing or invalid filename
destination_eowner=Missing or invalid log file owner
destination_egroup=Missing or invalid log file group
destination_eperm=Missing or non-octal log file permissions
destination_edir_perm=Missing or non-octal directory permissions
destination_esync_freq=Missing or invalid number of messages between syncs
destination_euser=Missing users to send to
destination_eprogram=Missing program to feed to
destination_epipe=Missing Unix pipe file
destination_enet_port=Missing or invalid port number
destination_enet_localip=Missing or invalid local IP address
destination_enet_localport=Missing or invalid local port number
destination_enet_host=Missing or invalid Syslog server host or address
destination_eunix=Missing Unix socket name

ddelete_err=Failed to delete destinations
ddelete_enone=None selected
ddelete_eused=The destination $1 cannot be deleted, as it is used by a log target

sdelete_err=Failed to delete sources
sdelete_enone=None selected
sdelete_eused=The log source $1 cannot be deleted, as it is used by a log target

fdelete_err=Failed to delete filters
fdelete_enone=None selected
fdelete_eused=The log filter $1 cannot be deleted, as it is used by a log target

ldelete_err=Failed to delete log targets
ldelete_enone=None selected

filters_title=Log Filters
filters_name=Filter name
filters_desc=Conditions
filters_none=No log filters have been defined yet.
filters_delete=Delete Selected Filters
filters_add=Add a new log filter.
filters_return=log filters
filters_priority=priority <tt>$1</tt>
filters_priorities=priorities <tt>$1</tt> - <tt>$2</tt>
filters_priorities2=$1 priorities
filters_facility=facility <tt>$1</tt>
filters_facilities=$1 facilities
filters_program=program <tt>$1</tt>
filters_match=matches "$1"
filters_host=from hostname <tt>$1</tt>
filters_netmask=from sender <tt>$1</tt>

filter_title1=Create Log Filter
filter_title2=Edit Log Filter
filter_header=Log filter specification details
filter_name=Filter name
filter_mode0=Simple conditions (all must match)
filter_mode1=Complex expression
filter_priority=At priority..
filter_program=From program..
filter_match=Match expression..
filter_facility=From facility..
filter_host=From hostname..
filter_netmask=From IP network..
filter_err=Failed to save log filter
filter_ename=Missing or invalid filter name
filter_eclash=A filter with the same name already exists
filter_enone=Nothing to filter on entered
filter_epris=No priorities selected
filter_efacs=No facilities selected
filter_eprog=Missing or invalid program name
filter_ematch=Missing regular expression
filter_ehost=Missing or invalid host name
filter_enet=Missing or invalid network IP address
filter_emask=Missing or invalid netmask
filter_ebool=Error in complex expression
filter_egone=Filter no longer exists!

logs_title=Log Targets
logs_source=Sources
logs_filter=Filters
logs_destination=Destinations
logs_add=Add a new log target.
logs_delete=Delete Selected Log Targets
logs_return=log targets
logs_none=None

log_title1=Create Log Target
log_title2=Edit Log Target
log_header=Log source, filter and destination selections
log_source=Log sources
log_filter=Filters to apply
log_destination=Destination files
log_final=Don't process any more targets
log_fallback=Fallback log target
log_catchall=Process all sources
log_flags=Target options
log_egone=Log target no longer exists!
log_err=Failed to save log target
log_esource=No sources selected

sources_title=Log Sources
sources_none=No sources have been defined yet!
sources_add=Add a new log source.
sources_source=Source name
sources_desc=Log data sources
sources_delete=Delete Selected Sources
sources_typei=Internal Syslog-NG messages
sources_types=Stream socket
sources_typed=Datagram socket
sources_typet=TCP server
sources_typeu=UDP server
sources_typef=Kernel log file
sources_typep=Named pipe
sources_typen=Sun stream
sources_return=log sources
sources_none2=None

source_title1=Create Log Source
source_title2=Edit Log Source
source_header=Log source options
source_any=Any
source_none=None
source_egone=Source no longer exists!
source_name=Source name
source_type=Log source types ..
source_owner=Socket file owner
source_group=Socket file group
source_perm=Permissions on socket file
source_keep=Keep connections open during restart?
source_max=Maximum concurrent connections?
source_ip=Local IP address
source_port=Local port number
source_tkeep=Use TCP keep-alives?
source_prefix=Prefix for log messages
source_pad=Message block size
source_err=Failed to save log source
source_ename=Missing or invalid source name
source_eclash=A log source with the same name already exists
source_eowner=Missing or invalid socket file owner
source_egroup=Missing or invalid socket file group
source_eperm=Missing or non-octal permissions on socket file
source_emax=Missing or invalid number of maximum connections
source_eip=Missing or invalid local IP address
source_eport=Missing or invalid local port number
source_eprefix=Missing prefix for log messages
source_epad=Missing or non-numeric message block size
source_eunix_name=Missing or invalid Unix socket file name
source_efile_name=Missing or invalid kernel log file name
source_epipe_name=Missing or invalid named pipe file name
source_door=Door filename
source_esun_streams_name=Missing or invalid Sun streams file name
source_edoor=Missing or invalid Sun streams door file name

view_title=View Logfile
view_header=Last $1 lines of $2
view_empty=Log file is empty
view_refresh=Refresh
view_filter=Only show lines with text $1

apply_err=Failed to apply configuration
apply_egone=Not running!

start_err=Failed to start Syslog-NG server

stop_err=Failed to stop Syslog-NG server

log_create_destination=Created log destination $1
log_modify_destination=Modified log destination $1
log_delete_destination=Deleted log destination $1
log_delete_destinations=Deleted $1 log destinations
log_create_filter=Created log filter $1
log_modify_filter=Modified log filter $1
log_delete_filter=Deleted log filter $1
log_delete_filters=Deleted $1 log filters
log_create_source=Created log source $1
log_modify_source=Modified log source $1
log_delete_source=Deleted log source $1
log_delete_sources=Deleted $1 log sources
log_create_log=Created log target
log_modify_log=Modified log target
log_delete_log=Deleted log target
log_delete_logs=Deleted $1 log targets
log_apply=Applied configuration
log_start=Started Syslog-NG server
log_stop=Stopped Syslog-NG server
log_options=Changed global options

Filemanager

Name Type Size Permission Actions
af.auto File 12.33 KB 0644
ar.auto File 16.4 KB 0644
be.auto File 20.17 KB 0644
bg.auto File 19.99 KB 0644
ca File 13.92 KB 0644
ca.auto File 185 B 0644
cs.auto File 13.44 KB 0644
da.auto File 12.03 KB 0644
de File 12.58 KB 0644
de.auto File 208 B 0644
el.auto File 21.39 KB 0644
en File 11.61 KB 0644
es.auto File 13.81 KB 0644
eu.auto File 13.32 KB 0644
fa.auto File 17.89 KB 0644
fi.auto File 12.86 KB 0644
fr.auto File 14.18 KB 0644
he.auto File 14.59 KB 0644
hr.auto File 13.06 KB 0644
hu File 11.36 KB 0644
hu.auto File 276 B 0644
it.auto File 13.64 KB 0644
ja.auto File 15.65 KB 0644
ko.auto File 13.91 KB 0644
lt.auto File 13.72 KB 0644
lv.auto File 13.44 KB 0644
ms File 144 B 0644
ms.auto File 12.13 KB 0644
mt.auto File 13.18 KB 0644
nl File 12.49 KB 0644
nl.auto File 286 B 0644
no File 11.83 KB 0644
no.auto File 184 B 0644
pl.auto File 13.7 KB 0644
pt.auto File 13.07 KB 0644
pt_BR.auto File 13.07 KB 0644
ro.auto File 13.52 KB 0644
ru.auto File 20.23 KB 0644
sk.auto File 13.57 KB 0644
sl.auto File 12.89 KB 0644
sv.auto File 12.22 KB 0644
th.auto File 24.67 KB 0644
tr.auto File 13.41 KB 0644
uk.auto File 19.73 KB 0644
ur.auto File 17.04 KB 0644
vi.auto File 15.17 KB 0644
zh.auto File 11.07 KB 0644
zh_TW.auto File 11.08 KB 0644