From be187ddb92f3912d343e2aeb8262694d4b759c72 Mon Sep 17 00:00:00 2001 From: usmannasir <01-134132-158@student.bahria.edu.pk> Date: Mon, 14 May 2018 22:26:25 +0500 Subject: [PATCH] v1.6.4 --- CyberCP/settings.py | 1 + install/FileManager/.idea/workspace.xml | 40 +- install/email-configs/main.cf | 645 +-- locale/br/LC_MESSAGES/django.mo | Bin 30024 -> 29264 bytes locale/br/LC_MESSAGES/django.po | 1719 +++++--- locale/bs/LC_MESSAGES/django.mo | Bin 30294 -> 29818 bytes locale/bs/LC_MESSAGES/django.po | 1728 +++++--- locale/cn/LC_MESSAGES/django.mo | Bin 38479 -> 37918 bytes locale/cn/LC_MESSAGES/django.po | 1729 +++++--- locale/es/LC_MESSAGES/django.mo | Bin 0 -> 13385 bytes locale/es/LC_MESSAGES/django.po | 4003 ++++++++++++++++++ locale/gr/LC_MESSAGES/django.mo | Bin 57780 -> 56897 bytes locale/gr/LC_MESSAGES/django.po | 1747 +++++--- locale/ja/LC_MESSAGES/django.mo | Bin 48016 -> 47374 bytes locale/ja/LC_MESSAGES/django.po | 1731 +++++--- locale/pt/LC_MESSAGES/django.mo | Bin 39195 -> 38681 bytes locale/pt/LC_MESSAGES/django.po | 1740 +++++--- locale/ru/LC_MESSAGES/django.mo | Bin 57714 -> 56929 bytes locale/ru/LC_MESSAGES/django.po | 1739 +++++--- locale/tr/LC_MESSAGES/django.mo | Bin 47244 -> 46590 bytes locale/tr/LC_MESSAGES/django.po | 1733 +++++--- locale/ur-PK/LC_MESSAGES/django.mo | Bin 378 -> 378 bytes locale/ur-PK/LC_MESSAGES/django.po | 2278 +++++++--- loginSystem/templates/loginSystem/login.html | 1 + loginSystem/views.py | 7 +- plogical/sslUtilities.py | 2 + plogical/test.py | 46 + plogical/upgrade.py | 3 + plogical/virtualHostUtilities.py | 10 +- websiteFunctions/views.py | 4 +- 30 files changed, 15445 insertions(+), 5461 deletions(-) create mode 100644 locale/es/LC_MESSAGES/django.mo create mode 100644 locale/es/LC_MESSAGES/django.po diff --git a/CyberCP/settings.py b/CyberCP/settings.py index 9dff2056a..22991f473 100644 --- a/CyberCP/settings.py +++ b/CyberCP/settings.py @@ -173,4 +173,5 @@ LANGUAGES = ( ('gr', _('Greek')), ('ru', _('Russian')), ('tr', _('Turkish')), + ('es', _('Spanish')), ) diff --git a/install/FileManager/.idea/workspace.xml b/install/FileManager/.idea/workspace.xml index 03887155f..2b4d0afc9 100644 --- a/install/FileManager/.idea/workspace.xml +++ b/install/FileManager/.idea/workspace.xml @@ -14,7 +14,7 @@ - + @@ -111,6 +111,7 @@ + @@ -128,7 +129,6 @@ - @@ -168,16 +168,17 @@ + - - + @@ -346,6 +347,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -387,7 +417,7 @@ - + diff --git a/install/email-configs/main.cf b/install/email-configs/main.cf index 1a885bdfe..b0a124501 100644 --- a/install/email-configs/main.cf +++ b/install/email-configs/main.cf @@ -10,674 +10,33 @@ # For best results, change no more than 2-3 parameters at a time, # and test if Postfix still works after every change. -# SOFT BOUNCE -# -# The soft_bounce parameter provides a limited safety net for -# testing. When soft_bounce is enabled, mail will remain queued that -# would otherwise bounce. This parameter disables locally-generated -# bounces, and prevents the SMTP server from rejecting mail permanently -# (by changing 5xx replies into 4xx replies). However, soft_bounce -# is no cure for address rewriting mistakes or mail routing mistakes. -# -#soft_bounce = no -# LOCAL PATHNAME INFORMATION -# -# The queue_directory specifies the location of the Postfix queue. -# This is also the root directory of Postfix daemons that run chrooted. -# See the files in examples/chroot-setup for setting up Postfix chroot -# environments on different UNIX systems. -# + queue_directory = /var/spool/postfix - -# The command_directory parameter specifies the location of all -# postXXX commands. -# command_directory = /usr/sbin - -# The daemon_directory parameter specifies the location of all Postfix -# daemon programs (i.e. programs listed in the master.cf file). This -# directory must be owned by root. -# daemon_directory = /usr/libexec/postfix - -# The data_directory parameter specifies the location of Postfix-writable -# data files (caches, random numbers). This directory must be owned -# by the mail_owner account (see below). -# data_directory = /var/lib/postfix - -# QUEUE AND PROCESS OWNERSHIP -# -# The mail_owner parameter specifies the owner of the Postfix queue -# and of most Postfix daemon processes. Specify the name of a user -# account THAT DOES NOT SHARE ITS USER OR GROUP ID WITH OTHER ACCOUNTS -# AND THAT OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In -# particular, don't specify nobody or daemon. PLEASE USE A DEDICATED -# USER. -# mail_owner = postfix - -# The default_privs parameter specifies the default rights used by -# the local delivery agent for delivery to external file or command. -# These rights are used in the absence of a recipient user context. -# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER. -# -#default_privs = nobody - -# INTERNET HOST AND DOMAIN NAMES -# -# The myhostname parameter specifies the internet hostname of this -# mail system. The default is to use the fully-qualified domain name -# from gethostname(). $myhostname is used as a default value for many -# other configuration parameters. -# -#myhostname = host.domain.tld -#myhostname = virtual.domain.tld - -# The mydomain parameter specifies the local internet domain name. -# The default is to use $myhostname minus the first component. -# $mydomain is used as a default value for many other configuration -# parameters. -# -#mydomain = domain.tld - -# SENDING MAIL -# -# The myorigin parameter specifies the domain that locally-posted -# mail appears to come from. The default is to append $myhostname, -# which is fine for small sites. If you run a domain with multiple -# machines, you should (1) change this to $mydomain and (2) set up -# a domain-wide alias database that aliases each user to -# user@that.users.mailhost. -# -# For the sake of consistency between sender and recipient addresses, -# myorigin also specifies the default domain name that is appended -# to recipient addresses that have no @domain part. -# -#myorigin = $myhostname -#myorigin = $mydomain - -# RECEIVING MAIL - -# The inet_interfaces parameter specifies the network interface -# addresses that this mail system receives mail on. By default, -# the software claims all active interfaces on the machine. The -# parameter also controls delivery of mail to user@[ip.address]. -# -# See also the proxy_interfaces parameter, for network addresses that -# are forwarded to us via a proxy or network address translator. -# -# Note: you need to stop/start Postfix when this parameter changes. -# -#inet_interfaces = all -#inet_interfaces = $myhostname -#inet_interfaces = $myhostname, localhost -inet_interfaces = all - -# Enable IPv4, and IPv6 if supported inet_protocols = all - -# The proxy_interfaces parameter specifies the network interface -# addresses that this mail system receives mail on by way of a -# proxy or network address translation unit. This setting extends -# the address list specified with the inet_interfaces parameter. -# -# You must specify your proxy/NAT addresses when your system is a -# backup MX host for other domains, otherwise mail delivery loops -# will happen when the primary MX host is down. -# -#proxy_interfaces = -#proxy_interfaces = 1.2.3.4 - -# The mydestination parameter specifies the list of domains that this -# machine considers itself the final destination for. -# -# These domains are routed to the delivery agent specified with the -# local_transport parameter setting. By default, that is the UNIX -# compatible delivery agent that lookups all recipients in /etc/passwd -# and /etc/aliases or their equivalent. -# -# The default is $myhostname + localhost.$mydomain. On a mail domain -# gateway, you should also include $mydomain. -# -# Do not specify the names of virtual domains - those domains are -# specified elsewhere (see VIRTUAL_README). -# -# Do not specify the names of domains that this machine is backup MX -# host for. Specify those names via the relay_domains settings for -# the SMTP server, or use permit_mx_backup if you are lazy (see -# STANDARD_CONFIGURATION_README). -# -# The local machine is always the final destination for mail addressed -# to user@[the.net.work.address] of an interface that the mail system -# receives mail on (see the inet_interfaces parameter). -# -# Specify a list of host or domain names, /file/name or type:table -# patterns, separated by commas and/or whitespace. A /file/name -# pattern is replaced by its contents; a type:table is matched when -# a name matches a lookup key (the right-hand side is ignored). -# Continue long lines by starting the next line with whitespace. -# -# See also below, section "REJECTING MAIL FOR UNKNOWN LOCAL USERS". -# mydestination = localhost, localhost.localdomain -#mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain -#mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain, -# mail.$mydomain, www.$mydomain, ftp.$mydomain - -# REJECTING MAIL FOR UNKNOWN LOCAL USERS -# -# The local_recipient_maps parameter specifies optional lookup tables -# with all names or addresses of users that are local with respect -# to $mydestination, $inet_interfaces or $proxy_interfaces. -# -# If this parameter is defined, then the SMTP server will reject -# mail for unknown local users. This parameter is defined by default. -# -# To turn off local recipient checking in the SMTP server, specify -# local_recipient_maps = (i.e. empty). -# -# The default setting assumes that you use the default Postfix local -# delivery agent for local delivery. You need to update the -# local_recipient_maps setting if: -# -# - You define $mydestination domain recipients in files other than -# /etc/passwd, /etc/aliases, or the $virtual_alias_maps files. -# For example, you define $mydestination domain recipients in -# the $virtual_mailbox_maps files. -# -# - You redefine the local delivery agent in master.cf. -# -# - You redefine the "local_transport" setting in main.cf. -# -# - You use the "luser_relay", "mailbox_transport", or "fallback_transport" -# feature of the Postfix local delivery agent (see local(8)). -# -# Details are described in the LOCAL_RECIPIENT_README file. -# -# Beware: if the Postfix SMTP server runs chrooted, you probably have -# to access the passwd file via the proxymap service, in order to -# overcome chroot restrictions. The alternative, having a copy of -# the system passwd file in the chroot jail is just not practical. -# -# The right-hand side of the lookup tables is conveniently ignored. -# In the left-hand side, specify a bare username, an @domain.tld -# wild-card, or specify a user@domain.tld address. -# -#local_recipient_maps = unix:passwd.byname $alias_maps -#local_recipient_maps = proxy:unix:passwd.byname $alias_maps -#local_recipient_maps = - -# The unknown_local_recipient_reject_code specifies the SMTP server -# response code when a recipient domain matches $mydestination or -# ${proxy,inet}_interfaces, while $local_recipient_maps is non-empty -# and the recipient address or address local-part is not found. -# -# The default setting is 550 (reject mail) but it is safer to start -# with 450 (try again later) until you are certain that your -# local_recipient_maps settings are OK. -# unknown_local_recipient_reject_code = 550 - -# TRUST AND RELAY CONTROL - -# The mynetworks parameter specifies the list of "trusted" SMTP -# clients that have more privileges than "strangers". -# -# In particular, "trusted" SMTP clients are allowed to relay mail -# through Postfix. See the smtpd_recipient_restrictions parameter -# in postconf(5). -# -# You can specify the list of "trusted" network addresses by hand -# or you can let Postfix do it for you (which is the default). -# -# By default (mynetworks_style = subnet), Postfix "trusts" SMTP -# clients in the same IP subnetworks as the local machine. -# On Linux, this does works correctly only with interfaces specified -# with the "ifconfig" command. -# -# Specify "mynetworks_style = class" when Postfix should "trust" SMTP -# clients in the same IP class A/B/C networks as the local machine. -# Don't do this with a dialup site - it would cause Postfix to "trust" -# your entire provider's network. Instead, specify an explicit -# mynetworks list by hand, as described below. -# -# Specify "mynetworks_style = host" when Postfix should "trust" -# only the local machine. -# -#mynetworks_style = class -#mynetworks_style = subnet -#mynetworks_style = host - -# Alternatively, you can specify the mynetworks list by hand, in -# which case Postfix ignores the mynetworks_style setting. -# -# Specify an explicit list of network/netmask patterns, where the -# mask specifies the number of bits in the network part of a host -# address. -# -# You can also specify the absolute pathname of a pattern file instead -# of listing the patterns here. Specify type:table for table-based lookups -# (the value on the table right-hand side is not used). -# -#mynetworks = 168.100.189.0/28, 127.0.0.0/8 -#mynetworks = $config_directory/mynetworks -#mynetworks = hash:/etc/postfix/network_table - -# The relay_domains parameter restricts what destinations this system will -# relay mail to. See the smtpd_recipient_restrictions description in -# postconf(5) for detailed information. -# -# By default, Postfix relays mail -# - from "trusted" clients (IP address matches $mynetworks) to any destination, -# - from "untrusted" clients to destinations that match $relay_domains or -# subdomains thereof, except addresses with sender-specified routing. -# The default relay_domains value is $mydestination. -# -# In addition to the above, the Postfix SMTP server by default accepts mail -# that Postfix is final destination for: -# - destinations that match $inet_interfaces or $proxy_interfaces, -# - destinations that match $mydestination -# - destinations that match $virtual_alias_domains, -# - destinations that match $virtual_mailbox_domains. -# These destinations do not need to be listed in $relay_domains. -# -# Specify a list of hosts or domains, /file/name patterns or type:name -# lookup tables, separated by commas and/or whitespace. Continue -# long lines by starting the next line with whitespace. A file name -# is replaced by its contents; a type:name table is matched when a -# (parent) domain appears as lookup key. -# -# NOTE: Postfix will not automatically forward mail for domains that -# list this system as their primary or backup MX host. See the -# permit_mx_backup restriction description in postconf(5). -# -#relay_domains = $mydestination - -# INTERNET OR INTRANET - -# The relayhost parameter specifies the default host to send mail to -# when no entry is matched in the optional transport(5) table. When -# no relayhost is given, mail is routed directly to the destination. -# -# On an intranet, specify the organizational domain name. If your -# internal DNS uses no MX records, specify the name of the intranet -# gateway host instead. -# -# In the case of SMTP, specify a domain, host, host:port, [host]:port, -# [address] or [address]:port; the form [host] turns off MX lookups. -# -# If you're connected via UUCP, see also the default_transport parameter. -# -#relayhost = $mydomain -#relayhost = [gateway.my.domain] -#relayhost = [mailserver.isp.tld] -#relayhost = uucphost -#relayhost = [an.ip.add.ress] - -# REJECTING UNKNOWN RELAY USERS -# -# The relay_recipient_maps parameter specifies optional lookup tables -# with all addresses in the domains that match $relay_domains. -# -# If this parameter is defined, then the SMTP server will reject -# mail for unknown relay users. This feature is off by default. -# -# The right-hand side of the lookup tables is conveniently ignored. -# In the left-hand side, specify an @domain.tld wild-card, or specify -# a user@domain.tld address. -# -#relay_recipient_maps = hash:/etc/postfix/relay_recipients - -# INPUT RATE CONTROL -# -# The in_flow_delay configuration parameter implements mail input -# flow control. This feature is turned on by default, although it -# still needs further development (it's disabled on SCO UNIX due -# to an SCO bug). -# -# A Postfix process will pause for $in_flow_delay seconds before -# accepting a new message, when the message arrival rate exceeds the -# message delivery rate. With the default 100 SMTP server process -# limit, this limits the mail inflow to 100 messages a second more -# than the number of messages delivered per second. -# -# Specify 0 to disable the feature. Valid delays are 0..10. -# -#in_flow_delay = 1s - -# ADDRESS REWRITING -# -# The ADDRESS_REWRITING_README document gives information about -# address masquerading or other forms of address rewriting including -# username->Firstname.Lastname mapping. - -# ADDRESS REDIRECTION (VIRTUAL DOMAIN) -# -# The VIRTUAL_README document gives information about the many forms -# of domain hosting that Postfix supports. - -# "USER HAS MOVED" BOUNCE MESSAGES -# -# See the discussion in the ADDRESS_REWRITING_README document. - -# TRANSPORT MAP -# -# See the discussion in the ADDRESS_REWRITING_README document. - -# ALIAS DATABASE -# -# The alias_maps parameter specifies the list of alias databases used -# by the local delivery agent. The default list is system dependent. -# -# On systems with NIS, the default is to search the local alias -# database, then the NIS alias database. See aliases(5) for syntax -# details. -# -# If you change the alias database, run "postalias /etc/aliases" (or -# wherever your system stores the mail alias file), or simply run -# "newaliases" to build the necessary DBM or DB file. -# -# It will take a minute or so before changes become visible. Use -# "postfix reload" to eliminate the delay. -# -#alias_maps = dbm:/etc/aliases alias_maps = hash:/etc/aliases -#alias_maps = hash:/etc/aliases, nis:mail.aliases -#alias_maps = netinfo:/aliases - -# The alias_database parameter specifies the alias database(s) that -# are built with "newaliases" or "sendmail -bi". This is a separate -# configuration parameter, because alias_maps (see above) may specify -# tables that are not necessarily all under control by Postfix. -# -#alias_database = dbm:/etc/aliases -#alias_database = dbm:/etc/mail/aliases alias_database = hash:/etc/aliases -#alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases - -# ADDRESS EXTENSIONS (e.g., user+foo) -# -# The recipient_delimiter parameter specifies the separator between -# user names and address extensions (user+foo). See canonical(5), -# local(8), relocated(5) and virtual(5) for the effects this has on -# aliases, canonical, virtual, relocated and .forward file lookups. -# Basically, the software tries user+foo and .forward+foo before -# trying user and .forward. -# -#recipient_delimiter = + - -# DELIVERY TO MAILBOX -# -# The home_mailbox parameter specifies the optional pathname of a -# mailbox file relative to a user's home directory. The default -# mailbox file is /var/spool/mail/user or /var/mail/user. Specify -# "Maildir/" for qmail-style delivery (the / is required). -# -#home_mailbox = Mailbox -#home_mailbox = Maildir/ - -# The mail_spool_directory parameter specifies the directory where -# UNIX-style mailboxes are kept. The default setting depends on the -# system type. -# -#mail_spool_directory = /var/mail -#mail_spool_directory = /var/spool/mail - -# The mailbox_command parameter specifies the optional external -# command to use instead of mailbox delivery. The command is run as -# the recipient with proper HOME, SHELL and LOGNAME environment settings. -# Exception: delivery for root is done as $default_user. -# -# Other environment variables of interest: USER (recipient username), -# EXTENSION (address extension), DOMAIN (domain part of address), -# and LOCAL (the address localpart). -# -# Unlike other Postfix configuration parameters, the mailbox_command -# parameter is not subjected to $parameter substitutions. This is to -# make it easier to specify shell syntax (see example below). -# -# Avoid shell meta characters because they will force Postfix to run -# an expensive shell process. Procmail alone is expensive enough. -# -# IF YOU USE THIS TO DELIVER MAIL SYSTEM-WIDE, YOU MUST SET UP AN -# ALIAS THAT FORWARDS MAIL FOR ROOT TO A REAL USER. -# -#mailbox_command = /some/where/procmail -#mailbox_command = /some/where/procmail -a "$EXTENSION" - -# The mailbox_transport specifies the optional transport in master.cf -# to use after processing aliases and .forward files. This parameter -# has precedence over the mailbox_command, fallback_transport and -# luser_relay parameters. -# -# Specify a string of the form transport:nexthop, where transport is -# the name of a mail delivery transport defined in master.cf. The -# :nexthop part is optional. For more details see the sample transport -# configuration file. -# -# NOTE: if you use this feature for accounts not in the UNIX password -# file, then you must update the "local_recipient_maps" setting in -# the main.cf file, otherwise the SMTP server will reject mail for -# non-UNIX accounts with "User unknown in local recipient table". -# -# Cyrus IMAP over LMTP. Specify ``lmtpunix cmd="lmtpd" -# listen="/var/imap/socket/lmtp" prefork=0'' in cyrus.conf. -#mailbox_transport = lmtp:unix:/var/lib/imap/socket/lmtp - -# If using the cyrus-imapd IMAP server deliver local mail to the IMAP -# server using LMTP (Local Mail Transport Protocol), this is prefered -# over the older cyrus deliver program by setting the -# mailbox_transport as below: -# -# mailbox_transport = lmtp:unix:/var/lib/imap/socket/lmtp -# -# The efficiency of LMTP delivery for cyrus-imapd can be enhanced via -# these settings. -# -# local_destination_recipient_limit = 300 -# local_destination_concurrency_limit = 5 -# -# Of course you should adjust these settings as appropriate for the -# capacity of the hardware you are using. The recipient limit setting -# can be used to take advantage of the single instance message store -# capability of Cyrus. The concurrency limit can be used to control -# how many simultaneous LMTP sessions will be permitted to the Cyrus -# message store. -# -# Cyrus IMAP via command line. Uncomment the "cyrus...pipe" and -# subsequent line in master.cf. -#mailbox_transport = cyrus - -# The fallback_transport specifies the optional transport in master.cf -# to use for recipients that are not found in the UNIX passwd database. -# This parameter has precedence over the luser_relay parameter. -# -# Specify a string of the form transport:nexthop, where transport is -# the name of a mail delivery transport defined in master.cf. The -# :nexthop part is optional. For more details see the sample transport -# configuration file. -# -# NOTE: if you use this feature for accounts not in the UNIX password -# file, then you must update the "local_recipient_maps" setting in -# the main.cf file, otherwise the SMTP server will reject mail for -# non-UNIX accounts with "User unknown in local recipient table". -# -#fallback_transport = lmtp:unix:/var/lib/imap/socket/lmtp -#fallback_transport = - -# The luser_relay parameter specifies an optional destination address -# for unknown recipients. By default, mail for unknown@$mydestination, -# unknown@[$inet_interfaces] or unknown@[$proxy_interfaces] is returned -# as undeliverable. -# -# The following expansions are done on luser_relay: $user (recipient -# username), $shell (recipient shell), $home (recipient home directory), -# $recipient (full recipient address), $extension (recipient address -# extension), $domain (recipient domain), $local (entire recipient -# localpart), $recipient_delimiter. Specify ${name?value} or -# ${name:value} to expand value only when $name does (does not) exist. -# -# luser_relay works only for the default Postfix local delivery agent. -# -# NOTE: if you use this feature for accounts not in the UNIX password -# file, then you must specify "local_recipient_maps =" (i.e. empty) in -# the main.cf file, otherwise the SMTP server will reject mail for -# non-UNIX accounts with "User unknown in local recipient table". -# -#luser_relay = $user@other.host -#luser_relay = $local@other.host -#luser_relay = admin+$local - -# JUNK MAIL CONTROLS -# -# The controls listed here are only a very small subset. The file -# SMTPD_ACCESS_README provides an overview. - -# The header_checks parameter specifies an optional table with patterns -# that each logical message header is matched against, including -# headers that span multiple physical lines. -# -# By default, these patterns also apply to MIME headers and to the -# headers of attached messages. With older Postfix versions, MIME and -# attached message headers were treated as body text. -# -# For details, see "man header_checks". -# -#header_checks = regexp:/etc/postfix/header_checks - -# FAST ETRN SERVICE -# -# Postfix maintains per-destination logfiles with information about -# deferred mail, so that mail can be flushed quickly with the SMTP -# "ETRN domain.tld" command, or by executing "sendmail -qRdomain.tld". -# See the ETRN_README document for a detailed description. -# -# The fast_flush_domains parameter controls what destinations are -# eligible for this service. By default, they are all domains that -# this server is willing to relay mail to. -# -#fast_flush_domains = $relay_domains - -# SHOW SOFTWARE VERSION OR NOT -# -# The smtpd_banner parameter specifies the text that follows the 220 -# code in the SMTP server's greeting banner. Some people like to see -# the mail version advertised. By default, Postfix shows no version. -# -# You MUST specify $myhostname at the start of the text. That is an -# RFC requirement. Postfix itself does not care. -# -#smtpd_banner = $myhostname ESMTP $mail_name -#smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) - -# PARALLEL DELIVERY TO THE SAME DESTINATION -# -# How many parallel deliveries to the same user or domain? With local -# delivery, it does not make sense to do massively parallel delivery -# to the same user, because mailbox updates must happen sequentially, -# and expensive pipelines in .forward files can cause disasters when -# too many are run at the same time. With SMTP deliveries, 10 -# simultaneous connections to the same domain could be sufficient to -# raise eyebrows. -# -# Each message delivery transport has its XXX_destination_concurrency_limit -# parameter. The default is $default_destination_concurrency_limit for -# most delivery transports. For the local delivery agent the default is 2. - -#local_destination_concurrency_limit = 2 -#default_destination_concurrency_limit = 20 - -# DEBUGGING CONTROL -# -# The debug_peer_level parameter specifies the increment in verbose -# logging level when an SMTP client or server host name or address -# matches a pattern in the debug_peer_list parameter. -# debug_peer_level = 2 - -# The debug_peer_list parameter specifies an optional list of domain -# or network patterns, /file/name patterns or type:name tables. When -# an SMTP client or server host name or address matches a pattern, -# increase the verbose logging level by the amount specified in the -# debug_peer_level parameter. -# -#debug_peer_list = 127.0.0.1 -#debug_peer_list = some.domain - -# The debugger_command specifies the external command that is executed -# when a Postfix daemon program is run with the -D option. -# -# Use "command .. & sleep 5" so that the debugger can attach before -# the process marches on. If you use an X-based debugger, be sure to -# set up your XAUTHORITY environment variable before starting Postfix. -# debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5 -# If you can't use X, use this to capture the call stack when a -# daemon crashes. The result is in a file in the configuration -# directory, and is named after the process name and the process ID. -# -# debugger_command = -# PATH=/bin:/usr/bin:/usr/local/bin; export PATH; (echo cont; -# echo where) | gdb $daemon_directory/$process_name $process_id 2>&1 -# >$config_directory/$process_name.$process_id.log & sleep 5 -# -# Another possibility is to run gdb under a detached screen session. -# To attach to the screen sesssion, su root and run "screen -r -# " where uniquely matches one of the detached -# sessions (from "screen -list"). -# -# debugger_command = -# PATH=/bin:/usr/bin:/sbin:/usr/sbin; export PATH; screen -# -dmS $process_name gdb $daemon_directory/$process_name -# $process_id & sleep 1 - -# INSTALL-TIME CONFIGURATION INFORMATION -# -# The following parameters are used when installing a new Postfix version. -# -# sendmail_path: The full pathname of the Postfix sendmail command. -# This is the Sendmail-compatible mail posting interface. -# sendmail_path = /usr/sbin/sendmail.postfix - -# newaliases_path: The full pathname of the Postfix newaliases command. -# This is the Sendmail-compatible command to build alias databases. -# newaliases_path = /usr/bin/newaliases.postfix - -# mailq_path: The full pathname of the Postfix mailq command. This -# is the Sendmail-compatible mail queue listing command. -# mailq_path = /usr/bin/mailq.postfix - -# setgid_group: The group for mail submission and queue management -# commands. This must be a group name with a numerical group ID that -# is not shared with other accounts, not even with the Postfix account. -# setgid_group = postdrop - -# html_directory: The location of the Postfix HTML documentation. -# html_directory = no - -# manpage_directory: The location of the Postfix on-line manual pages. -# manpage_directory = /usr/share/man - -# sample_directory: The location of the Postfix sample configuration files. -# This parameter is obsolete as of Postfix 2.1. -# sample_directory = /usr/share/doc/postfix-2.10.1/samples - -# readme_directory: The location of the Postfix README files. -# readme_directory = /usr/share/doc/postfix-2.10.1/README_FILES + myhostname = server.example.com mynetworks = 127.0.0.0/8 message_size_limit = 30720000 diff --git a/locale/br/LC_MESSAGES/django.mo b/locale/br/LC_MESSAGES/django.mo index 35240c36a0a27624724d1cc368b54ee68c395214..ade760705bdc0e485e02af052682d25969c18976 100644 GIT binary patch delta 8557 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 H0Y3i=xPPcg diff --git a/locale/br/LC_MESSAGES/django.po b/locale/br/LC_MESSAGES/django.po index 0d5edf437..1e95ff2f1 100644 --- a/locale/br/LC_MESSAGES/django.po +++ b/locale/br/LC_MESSAGES/django.po @@ -3,14 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # -#: baseTemplate/templates/baseTemplate/index.html:95 -#: baseTemplate/templates/baseTemplate/index.html:185 -#: baseTemplate/templates/baseTemplate/index.html:236 -#: baseTemplate/templates/baseTemplate/index.html:242 -#: baseTemplate/templates/baseTemplate/index.html:248 -#: baseTemplate/templates/baseTemplate/index.html:254 -#: baseTemplate/templates/baseTemplate/index.html:260 -#: baseTemplate/templates/baseTemplate/index.html:266 +#: baseTemplate/templates/baseTemplate/index.html:176 +#: baseTemplate/templates/baseTemplate/index.html:222 +#: baseTemplate/templates/baseTemplate/index.html:228 +#: baseTemplate/templates/baseTemplate/index.html:234 +#: baseTemplate/templates/baseTemplate/index.html:240 +#: baseTemplate/templates/baseTemplate/index.html:246 +#: baseTemplate/templates/baseTemplate/index.html:252 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:198 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:288 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:343 @@ -23,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-15 13:07+0500\n" +"POT-Creation-Date: 2018-05-14 14:50+0500\n" "PO-Revision-Date: 2017-10-24 22:23+0300\n" "Last-Translator: \n" "Language-Team: \n" @@ -57,6 +56,22 @@ msgstr "" msgid "Bosnian" msgstr "" +#: CyberCP/settings.py:173 +msgid "Greek" +msgstr "" + +#: CyberCP/settings.py:174 +msgid "Russian" +msgstr "" + +#: CyberCP/settings.py:175 +msgid "Turkish" +msgstr "" + +#: CyberCP/settings.py:176 +msgid "Spanish" +msgstr "" + #: backup/templates/backup/backup.html:4 backup/templates/backup/backup.html:14 #: backup/templates/backup/backup.html:21 msgid "Back up Website" @@ -73,9 +88,12 @@ msgstr "От тази страница може да направите архи #: mailServer/templates/mailServer/changeEmailPassword.html:28 #: mailServer/templates/mailServer/createEmailAccount.html:28 #: mailServer/templates/mailServer/deleteEmailAccount.html:28 +#: mailServer/templates/mailServer/dkimManager.html:83 #: manageSSL/templates/manageSSL/manageSSL.html:29 #: manageSSL/templates/manageSSL/sslForHostName.html:29 +#: manageSSL/templates/manageSSL/sslForMailServer.html:29 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:28 +#: websiteFunctions/templates/websiteFunctions/listCron.html:28 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:28 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:29 msgid "Select Website" @@ -88,24 +106,25 @@ msgstr "Дестинация" #: backup/templates/backup/backup.html:44 #: baseTemplate/templates/baseTemplate/homePage.html:12 -#: filemanager/templates/filemanager/index.html:133 +#: filemanager/templates/filemanager/index.html:136 msgid "Home" msgstr "Начало" #: backup/templates/backup/backup.html:60 #: backup/templates/backup/restore.html:62 -#: filemanager/templates/filemanager/index.html:157 +#: filemanager/templates/filemanager/index.html:160 msgid "File Name" msgstr "Първо Име" #: backup/templates/backup/backup.html:61 #: backup/templates/backup/backup.html:106 #: backup/templates/backup/restore.html:63 -#: baseTemplate/templates/baseTemplate/index.html:270 +#: baseTemplate/templates/baseTemplate/index.html:256 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:377 -#: filemanager/templates/filemanager/index.html:212 +#: filemanager/templates/filemanager/index.html:215 #: firewall/templates/firewall/firewall.html:36 -#: managePHP/templates/managePHP/installExtensions.html:65 +#: firewall/templates/firewall/modSecurityRulesPacks.html:112 +#: managePHP/templates/managePHP/installExtensions.html:66 msgid "Status" msgstr "Статус" @@ -114,7 +133,7 @@ msgid "Running" msgstr "Активен" #: backup/templates/backup/backup.html:81 -#: baseTemplate/templates/baseTemplate/index.html:445 +#: baseTemplate/templates/baseTemplate/index.html:432 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:552 msgid "Create Back up" msgstr "Създай Архив" @@ -127,10 +146,11 @@ msgstr "Откажи Архив" #: backup/templates/backup/backupDestinations.html:97 #: backup/templates/backup/backupSchedule.html:89 #: databases/templates/databases/listDataBases.html:87 -#: dns/templates/dns/addDeleteDNSRecords.html:129 +#: dns/templates/dns/addDeleteDNSRecords.html:294 #: firewall/templates/firewall/firewall.html:135 +#: firewall/templates/firewall/modSecurityRulesPacks.html:109 #: ftp/templates/ftp/listFTPAccounts.html:87 -#: managePHP/templates/managePHP/installExtensions.html:61 +#: managePHP/templates/managePHP/installExtensions.html:62 msgid "ID" msgstr "ID" @@ -143,7 +163,7 @@ msgid "Date" msgstr "Дата" #: backup/templates/backup/backup.html:105 -#: filemanager/templates/filemanager/index.html:210 +#: filemanager/templates/filemanager/index.html:213 #: ftp/templates/ftp/listFTPAccounts.html:90 msgid "Size" msgstr "Размер" @@ -151,11 +171,14 @@ msgstr "Размер" #: backup/templates/backup/backup.html:107 #: backup/templates/backup/backupDestinations.html:100 #: backup/templates/backup/backupSchedule.html:92 -#: dns/templates/dns/addDeleteDNSRecords.html:134 +#: dns/templates/dns/addDeleteDNSRecords.html:300 #: filemanager/templates/filemanager/index.html:72 #: firewall/templates/firewall/firewall.html:140 #: firewall/templates/firewall/secureSSH.html:122 -#: websiteFunctions/templates/websiteFunctions/website.html:450 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:40 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:55 +#: websiteFunctions/templates/websiteFunctions/listCron.html:65 +#: websiteFunctions/templates/websiteFunctions/website.html:481 msgid "Delete" msgstr "Изтрий" @@ -182,7 +205,7 @@ msgstr "" #: backup/templates/backup/backupDestinations.html:30 #: backup/templates/backup/remoteBackups.html:29 -#: dns/templates/dns/addDeleteDNSRecords.html:60 +#: dns/templates/dns/addDeleteDNSRecords.html:67 #: dns/templates/dns/createNameServer.html:48 #: dns/templates/dns/createNameServer.html:65 #: firewall/templates/firewall/firewall.html:138 @@ -196,8 +219,8 @@ msgstr "IP Адрес" #: ftp/templates/ftp/listFTPAccounts.html:91 #: mailServer/templates/mailServer/changeEmailPassword.html:52 #: mailServer/templates/mailServer/createEmailAccount.html:51 -#: userManagment/templates/userManagment/createUser.html:123 -#: userManagment/templates/userManagment/modifyUser.html:106 +#: userManagment/templates/userManagment/createUser.html:113 +#: userManagment/templates/userManagment/modifyUser.html:98 msgid "Password" msgstr "Парола" @@ -212,7 +235,7 @@ msgstr "" #: backup/templates/backup/backupDestinations.html:55 #: backup/templates/backup/backupSchedule.html:54 -#: baseTemplate/templates/baseTemplate/index.html:447 +#: baseTemplate/templates/baseTemplate/index.html:434 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:554 msgid "Add Destination" msgstr "Добави дестинация" @@ -245,25 +268,28 @@ msgstr "Дестинацията е добавена" #: backup/templates/backup/restore.html:95 #: databases/templates/databases/createDatabase.html:88 #: databases/templates/databases/deleteDatabase.html:73 -#: dns/templates/dns/addDeleteDNSRecords.html:185 +#: dns/templates/dns/addDeleteDNSRecords.html:352 #: dns/templates/dns/createDNSZone.html:60 #: dns/templates/dns/createNameServer.html:100 #: dns/templates/dns/deleteDNSZone.html:67 #: mailServer/templates/mailServer/changeEmailPassword.html:80 #: mailServer/templates/mailServer/createEmailAccount.html:79 #: mailServer/templates/mailServer/deleteEmailAccount.html:79 +#: mailServer/templates/mailServer/dkimManager.html:156 #: manageSSL/templates/manageSSL/manageSSL.html:60 -#: userManagment/templates/userManagment/createUser.html:162 -#: userManagment/templates/userManagment/modifyUser.html:138 +#: userManagment/templates/userManagment/createUser.html:152 +#: userManagment/templates/userManagment/modifyUser.html:130 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:126 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:77 -#: websiteFunctions/templates/websiteFunctions/website.html:156 -#: websiteFunctions/templates/websiteFunctions/website.html:362 -#: websiteFunctions/templates/websiteFunctions/website.html:404 -#: websiteFunctions/templates/websiteFunctions/website.html:534 -#: websiteFunctions/templates/websiteFunctions/website.html:589 -#: websiteFunctions/templates/websiteFunctions/website.html:644 -#: websiteFunctions/templates/websiteFunctions/website.html:802 -#: websiteFunctions/templates/websiteFunctions/website.html:881 +#: websiteFunctions/templates/websiteFunctions/website.html:160 +#: websiteFunctions/templates/websiteFunctions/website.html:393 +#: websiteFunctions/templates/websiteFunctions/website.html:434 +#: websiteFunctions/templates/websiteFunctions/website.html:580 +#: websiteFunctions/templates/websiteFunctions/website.html:634 +#: websiteFunctions/templates/websiteFunctions/website.html:686 +#: websiteFunctions/templates/websiteFunctions/website.html:773 +#: websiteFunctions/templates/websiteFunctions/website.html:915 +#: websiteFunctions/templates/websiteFunctions/website.html:994 msgid "Could not connect to server. Please refresh this page." msgstr "" @@ -282,7 +308,7 @@ msgstr "" #: backup/templates/backup/backupSchedule.html:13 #: backup/templates/backup/backupSchedule.html:20 -#: baseTemplate/templates/baseTemplate/index.html:448 +#: baseTemplate/templates/baseTemplate/index.html:435 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:555 msgid "Schedule Back up" msgstr "" @@ -301,14 +327,6 @@ msgstr "" msgid "Select Frequency" msgstr "" -#: backup/templates/backup/backupSchedule.html:43 -msgid "Daily" -msgstr "Дневно" - -#: backup/templates/backup/backupSchedule.html:44 -msgid "Weekly" -msgstr "Седмично" - #: backup/templates/backup/backupSchedule.html:69 msgid "Cannot add schedule. Error message:" msgstr "" @@ -327,13 +345,13 @@ msgstr "" #: backup/templates/backup/index.html:13 backup/templates/backup/index.html:29 #: backup/templates/backup/index.html:45 -#: baseTemplate/templates/baseTemplate/homePage.html:268 -#: baseTemplate/templates/baseTemplate/homePage.html:271 -#: baseTemplate/templates/baseTemplate/homePage.html:463 -#: baseTemplate/templates/baseTemplate/homePage.html:466 -#: baseTemplate/templates/baseTemplate/index.html:438 -#: baseTemplate/templates/baseTemplate/index.html:440 -#: baseTemplate/templates/baseTemplate/index.html:457 +#: baseTemplate/templates/baseTemplate/homePage.html:204 +#: baseTemplate/templates/baseTemplate/homePage.html:207 +#: baseTemplate/templates/baseTemplate/homePage.html:399 +#: baseTemplate/templates/baseTemplate/homePage.html:402 +#: baseTemplate/templates/baseTemplate/index.html:425 +#: baseTemplate/templates/baseTemplate/index.html:427 +#: baseTemplate/templates/baseTemplate/index.html:444 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:545 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:547 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:564 @@ -345,7 +363,7 @@ msgid "Back up and restore sites." msgstr "" #: backup/templates/backup/index.html:19 -#: baseTemplate/templates/baseTemplate/homePage.html:164 +#: baseTemplate/templates/baseTemplate/homePage.html:100 #: databases/templates/databases/index.html:19 dns/templates/dns/index.html:19 #: firewall/templates/firewall/index.html:19 ftp/templates/ftp/index.html:19 #: mailServer/templates/mailServer/index.html:19 @@ -365,7 +383,7 @@ msgid "Back up Site" msgstr "Архивирай Страница" #: backup/templates/backup/index.html:55 -#: baseTemplate/templates/baseTemplate/index.html:446 +#: baseTemplate/templates/baseTemplate/index.html:433 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:553 msgid "Restore Back up" msgstr "Възстанови Архив" @@ -403,8 +421,9 @@ msgid "Start Transfer" msgstr "" #: backup/templates/backup/remoteBackups.html:59 -#: filemanager/templates/filemanager/index.html:236 -#: websiteFunctions/templates/websiteFunctions/website.html:295 +#: filemanager/templates/filemanager/index.html:239 +#: websiteFunctions/templates/websiteFunctions/website.html:319 +#: websiteFunctions/templates/websiteFunctions/website.html:743 #, fuzzy #| msgid "Cancel Backup" msgid "Cancel" @@ -444,12 +463,12 @@ msgid "Website" msgstr "Страница" #: backup/templates/backup/remoteBackups.html:108 -#: baseTemplate/templates/baseTemplate/homePage.html:333 -#: baseTemplate/templates/baseTemplate/index.html:511 -#: baseTemplate/templates/baseTemplate/index.html:513 +#: baseTemplate/templates/baseTemplate/homePage.html:269 +#: baseTemplate/templates/baseTemplate/index.html:499 +#: baseTemplate/templates/baseTemplate/index.html:501 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:618 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:620 -#: managePHP/templates/managePHP/installExtensions.html:62 +#: managePHP/templates/managePHP/installExtensions.html:63 msgid "PHP" msgstr "PHP" @@ -461,8 +480,8 @@ msgid "Package" msgstr "Пакети" #: backup/templates/backup/remoteBackups.html:110 -#: baseTemplate/templates/baseTemplate/index.html:398 -#: baseTemplate/templates/baseTemplate/index.html:400 +#: baseTemplate/templates/baseTemplate/index.html:384 +#: baseTemplate/templates/baseTemplate/index.html:386 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:505 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:507 #: userManagment/templates/userManagment/createUser.html:47 @@ -503,7 +522,7 @@ msgstr "Конфигурация" #: databases/templates/databases/deleteDatabase.html:64 #: databases/templates/databases/listDataBases.html:54 #: firewall/templates/firewall/firewall.html:166 -#: managePHP/templates/managePHP/editPHPConfig.html:212 +#: managePHP/templates/managePHP/editPHPConfig.html:221 msgid "Error message:" msgstr "Съобщение за Грешка" @@ -520,18 +539,18 @@ msgid "Use the tabs to navigate through the control panel." msgstr "" #: baseTemplate/templates/baseTemplate/homePage.html:23 -#: websiteFunctions/templates/websiteFunctions/website.html:32 +#: websiteFunctions/templates/websiteFunctions/website.html:37 msgid "Usage" msgstr "Използване" #: baseTemplate/templates/baseTemplate/homePage.html:34 -#: baseTemplate/templates/baseTemplate/index.html:105 +#: baseTemplate/templates/baseTemplate/index.html:96 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:208 msgid "CPU Usage" msgstr "CPU Използване" #: baseTemplate/templates/baseTemplate/homePage.html:55 -#: baseTemplate/templates/baseTemplate/index.html:116 +#: baseTemplate/templates/baseTemplate/index.html:107 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:219 msgid "Ram Usage" msgstr "Използване на RAM" @@ -540,55 +559,35 @@ msgstr "Използване на RAM" msgid "Disk Usage '/'" msgstr "Зает Диск" -#: baseTemplate/templates/baseTemplate/homePage.html:98 -msgid "HTTP Statistics" -msgstr "HTTP Статистика" - -#: baseTemplate/templates/baseTemplate/homePage.html:107 -msgid "Available/Max Connections" -msgstr "Налични/Максимални Връзки" - -#: baseTemplate/templates/baseTemplate/homePage.html:118 -msgid "Available/Max SSL Connections" -msgstr "Налични/Максимални SSL Връзки" - -#: baseTemplate/templates/baseTemplate/homePage.html:127 -msgid "Requests Processing" -msgstr "Обработвани заявки" - -#: baseTemplate/templates/baseTemplate/homePage.html:136 -msgid "Total Requests" -msgstr "Всички Заявки" - -#: baseTemplate/templates/baseTemplate/homePage.html:175 -#: baseTemplate/templates/baseTemplate/homePage.html:389 +#: baseTemplate/templates/baseTemplate/homePage.html:111 +#: baseTemplate/templates/baseTemplate/homePage.html:325 #: userManagment/templates/userManagment/index.html:13 msgid "User Functions" msgstr "Функции на Потребителите" -#: baseTemplate/templates/baseTemplate/homePage.html:178 -#: baseTemplate/templates/baseTemplate/homePage.html:392 -#: baseTemplate/templates/baseTemplate/index.html:310 -#: baseTemplate/templates/baseTemplate/index.html:311 -#: baseTemplate/templates/baseTemplate/index.html:312 +#: baseTemplate/templates/baseTemplate/homePage.html:114 +#: baseTemplate/templates/baseTemplate/homePage.html:328 +#: baseTemplate/templates/baseTemplate/index.html:296 +#: baseTemplate/templates/baseTemplate/index.html:297 +#: baseTemplate/templates/baseTemplate/index.html:298 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:417 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:418 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:419 msgid "Users" msgstr "Потребители" -#: baseTemplate/templates/baseTemplate/homePage.html:188 -#: baseTemplate/templates/baseTemplate/homePage.html:402 +#: baseTemplate/templates/baseTemplate/homePage.html:124 +#: baseTemplate/templates/baseTemplate/homePage.html:338 #: websiteFunctions/templates/websiteFunctions/index.html:13 msgid "Website Functions" msgstr "Функции на Страниците" -#: baseTemplate/templates/baseTemplate/homePage.html:191 -#: baseTemplate/templates/baseTemplate/homePage.html:405 -#: baseTemplate/templates/baseTemplate/index.html:240 -#: baseTemplate/templates/baseTemplate/index.html:328 -#: baseTemplate/templates/baseTemplate/index.html:329 -#: baseTemplate/templates/baseTemplate/index.html:330 +#: baseTemplate/templates/baseTemplate/homePage.html:127 +#: baseTemplate/templates/baseTemplate/homePage.html:341 +#: baseTemplate/templates/baseTemplate/index.html:226 +#: baseTemplate/templates/baseTemplate/index.html:314 +#: baseTemplate/templates/baseTemplate/index.html:315 +#: baseTemplate/templates/baseTemplate/index.html:316 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:347 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:435 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:436 @@ -597,14 +596,14 @@ msgstr "Функции на Страниците" msgid "Websites" msgstr "Страница" -#: baseTemplate/templates/baseTemplate/homePage.html:201 +#: baseTemplate/templates/baseTemplate/homePage.html:137 msgid "Add/Modify Packages" msgstr "Добави/Промени Пакет" -#: baseTemplate/templates/baseTemplate/homePage.html:204 -#: baseTemplate/templates/baseTemplate/index.html:246 -#: baseTemplate/templates/baseTemplate/index.html:345 -#: baseTemplate/templates/baseTemplate/index.html:347 +#: baseTemplate/templates/baseTemplate/homePage.html:140 +#: baseTemplate/templates/baseTemplate/index.html:232 +#: baseTemplate/templates/baseTemplate/index.html:331 +#: baseTemplate/templates/baseTemplate/index.html:333 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:353 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:452 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:454 @@ -612,80 +611,80 @@ msgstr "Добави/Промени Пакет" msgid "Packages" msgstr "Пакети" -#: baseTemplate/templates/baseTemplate/homePage.html:225 -#: baseTemplate/templates/baseTemplate/homePage.html:415 +#: baseTemplate/templates/baseTemplate/homePage.html:161 +#: baseTemplate/templates/baseTemplate/homePage.html:351 #: databases/templates/databases/index.html:12 msgid "Database Functions" msgstr "Функции на Бази от Данни" -#: baseTemplate/templates/baseTemplate/homePage.html:228 -#: baseTemplate/templates/baseTemplate/homePage.html:418 -#: baseTemplate/templates/baseTemplate/index.html:361 -#: baseTemplate/templates/baseTemplate/index.html:362 -#: baseTemplate/templates/baseTemplate/index.html:363 +#: baseTemplate/templates/baseTemplate/homePage.html:164 +#: baseTemplate/templates/baseTemplate/homePage.html:354 +#: baseTemplate/templates/baseTemplate/index.html:347 +#: baseTemplate/templates/baseTemplate/index.html:348 +#: baseTemplate/templates/baseTemplate/index.html:349 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:468 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:469 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:470 #: packages/templates/packages/createPackage.html:67 #: packages/templates/packages/modifyPackage.html:73 -#: websiteFunctions/templates/websiteFunctions/website.html:43 +#: websiteFunctions/templates/websiteFunctions/website.html:48 msgid "Databases" msgstr "База от Данни" -#: baseTemplate/templates/baseTemplate/homePage.html:237 -#: baseTemplate/templates/baseTemplate/homePage.html:438 +#: baseTemplate/templates/baseTemplate/homePage.html:173 +#: baseTemplate/templates/baseTemplate/homePage.html:374 msgid "Control DNS" msgstr "Контрол на DNS" -#: baseTemplate/templates/baseTemplate/homePage.html:240 -#: baseTemplate/templates/baseTemplate/homePage.html:441 -#: baseTemplate/templates/baseTemplate/index.html:252 -#: baseTemplate/templates/baseTemplate/index.html:379 -#: baseTemplate/templates/baseTemplate/index.html:381 +#: baseTemplate/templates/baseTemplate/homePage.html:176 +#: baseTemplate/templates/baseTemplate/homePage.html:377 +#: baseTemplate/templates/baseTemplate/index.html:238 +#: baseTemplate/templates/baseTemplate/index.html:365 +#: baseTemplate/templates/baseTemplate/index.html:367 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:359 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:486 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:488 msgid "DNS" msgstr "DNS" -#: baseTemplate/templates/baseTemplate/homePage.html:250 -#: baseTemplate/templates/baseTemplate/homePage.html:451 +#: baseTemplate/templates/baseTemplate/homePage.html:186 +#: baseTemplate/templates/baseTemplate/homePage.html:387 #: ftp/templates/ftp/index.html:12 msgid "FTP Functions" msgstr "FTP Функции" -#: baseTemplate/templates/baseTemplate/homePage.html:253 -#: baseTemplate/templates/baseTemplate/homePage.html:454 -#: baseTemplate/templates/baseTemplate/index.html:258 -#: baseTemplate/templates/baseTemplate/index.html:420 -#: baseTemplate/templates/baseTemplate/index.html:422 +#: baseTemplate/templates/baseTemplate/homePage.html:189 +#: baseTemplate/templates/baseTemplate/homePage.html:390 +#: baseTemplate/templates/baseTemplate/index.html:244 +#: baseTemplate/templates/baseTemplate/index.html:407 +#: baseTemplate/templates/baseTemplate/index.html:409 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:365 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:527 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:529 -#: websiteFunctions/templates/websiteFunctions/website.html:38 +#: websiteFunctions/templates/websiteFunctions/website.html:43 msgid "FTP" msgstr "FTP" -#: baseTemplate/templates/baseTemplate/homePage.html:280 -#: baseTemplate/templates/baseTemplate/homePage.html:283 -#: baseTemplate/templates/baseTemplate/homePage.html:483 -#: baseTemplate/templates/baseTemplate/homePage.html:486 +#: baseTemplate/templates/baseTemplate/homePage.html:216 +#: baseTemplate/templates/baseTemplate/homePage.html:219 +#: baseTemplate/templates/baseTemplate/homePage.html:419 +#: baseTemplate/templates/baseTemplate/homePage.html:422 #: packages/templates/packages/createPackage.html:75 #: packages/templates/packages/modifyPackage.html:80 msgid "Emails" msgstr "Emails" -#: baseTemplate/templates/baseTemplate/homePage.html:293 -#: baseTemplate/templates/baseTemplate/homePage.html:296 +#: baseTemplate/templates/baseTemplate/homePage.html:229 +#: baseTemplate/templates/baseTemplate/homePage.html:232 #: tuning/templates/tuning/index.html:12 msgid "Server Tuning" msgstr "Оптимизация на Сървър" -#: baseTemplate/templates/baseTemplate/homePage.html:317 -#: baseTemplate/templates/baseTemplate/homePage.html:320 -#: baseTemplate/templates/baseTemplate/index.html:491 -#: baseTemplate/templates/baseTemplate/index.html:493 -#: baseTemplate/templates/baseTemplate/index.html:527 +#: baseTemplate/templates/baseTemplate/homePage.html:253 +#: baseTemplate/templates/baseTemplate/homePage.html:256 +#: baseTemplate/templates/baseTemplate/index.html:479 +#: baseTemplate/templates/baseTemplate/index.html:481 +#: baseTemplate/templates/baseTemplate/index.html:515 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:598 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:600 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:634 @@ -693,72 +692,67 @@ msgstr "Оптимизация на Сървър" msgid "Server Status" msgstr "Сървър Статус" -#: baseTemplate/templates/baseTemplate/homePage.html:330 +#: baseTemplate/templates/baseTemplate/homePage.html:266 msgid "PHP Configurations" msgstr "PHP Конфигурация" -#: baseTemplate/templates/baseTemplate/homePage.html:342 -#: baseTemplate/templates/baseTemplate/homePage.html:345 -#: baseTemplate/templates/baseTemplate/index.html:529 +#: baseTemplate/templates/baseTemplate/homePage.html:278 +#: baseTemplate/templates/baseTemplate/homePage.html:281 +#: baseTemplate/templates/baseTemplate/index.html:517 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:636 -#: websiteFunctions/templates/websiteFunctions/website.html:112 +#: websiteFunctions/templates/websiteFunctions/website.html:117 msgid "Logs" msgstr "Логове" -#: baseTemplate/templates/baseTemplate/homePage.html:365 -#: baseTemplate/templates/baseTemplate/homePage.html:368 -#: baseTemplate/templates/baseTemplate/index.html:545 -#: baseTemplate/templates/baseTemplate/index.html:547 +#: baseTemplate/templates/baseTemplate/homePage.html:301 +#: baseTemplate/templates/baseTemplate/homePage.html:304 +#: baseTemplate/templates/baseTemplate/index.html:534 +#: baseTemplate/templates/baseTemplate/index.html:536 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:652 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:654 msgid "Security" msgstr "Сигурност" -#: baseTemplate/templates/baseTemplate/index.html:96 -#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:199 -msgid "CPU Status" -msgstr "CPU Статус" - -#: baseTemplate/templates/baseTemplate/index.html:125 +#: baseTemplate/templates/baseTemplate/index.html:116 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:228 -#: websiteFunctions/templates/websiteFunctions/website.html:50 -#: websiteFunctions/templates/websiteFunctions/website.html:71 +#: websiteFunctions/templates/websiteFunctions/website.html:55 +#: websiteFunctions/templates/websiteFunctions/website.html:76 msgid "Disk Usage" msgstr "Използван диск" -#: baseTemplate/templates/baseTemplate/index.html:159 -#: baseTemplate/templates/baseTemplate/index.html:162 -#: baseTemplate/templates/baseTemplate/index.html:166 +#: baseTemplate/templates/baseTemplate/index.html:150 +#: baseTemplate/templates/baseTemplate/index.html:153 +#: baseTemplate/templates/baseTemplate/index.html:157 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:262 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:265 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:269 msgid "CyberPanel" msgstr "CyberPanel" -#: baseTemplate/templates/baseTemplate/index.html:164 -#: baseTemplate/templates/baseTemplate/index.html:168 +#: baseTemplate/templates/baseTemplate/index.html:155 +#: baseTemplate/templates/baseTemplate/index.html:159 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:267 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:271 msgid "Web Hosting Control Panel" msgstr "Уеб Хостинг Панел" -#: baseTemplate/templates/baseTemplate/index.html:170 +#: baseTemplate/templates/baseTemplate/index.html:161 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:273 msgid "Close sidebar" msgstr "Затвори страничен бар" -#: baseTemplate/templates/baseTemplate/index.html:176 +#: baseTemplate/templates/baseTemplate/index.html:167 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:279 msgid "My Account" msgstr "Моят Акаунт" -#: baseTemplate/templates/baseTemplate/index.html:193 +#: baseTemplate/templates/baseTemplate/index.html:184 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:296 msgid "Edit profile" msgstr "Промени профил" -#: baseTemplate/templates/baseTemplate/index.html:194 -#: baseTemplate/templates/baseTemplate/index.html:317 +#: baseTemplate/templates/baseTemplate/index.html:185 +#: baseTemplate/templates/baseTemplate/index.html:303 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:297 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:424 #: userManagment/templates/userManagment/index.html:26 @@ -766,48 +760,43 @@ msgstr "Промени профил" msgid "View Profile" msgstr "Преглед на профил" -#: baseTemplate/templates/baseTemplate/index.html:201 -#: baseTemplate/templates/baseTemplate/index.html:278 +#: baseTemplate/templates/baseTemplate/index.html:192 +#: baseTemplate/templates/baseTemplate/index.html:264 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:304 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:385 msgid "Logout" msgstr "Излез" -#: baseTemplate/templates/baseTemplate/index.html:212 -#: baseTemplate/templates/baseTemplate/index.html:216 -#: baseTemplate/templates/baseTemplate/index.html:220 +#: baseTemplate/templates/baseTemplate/index.html:203 +#: baseTemplate/templates/baseTemplate/index.html:207 +#: baseTemplate/templates/baseTemplate/index.html:211 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:315 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:319 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:323 msgid "CPU Load Average" msgstr "Средно CPU Натоварване" -#: baseTemplate/templates/baseTemplate/index.html:225 -#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:332 -msgid "System Status" -msgstr "Статус" - -#: baseTemplate/templates/baseTemplate/index.html:230 +#: baseTemplate/templates/baseTemplate/index.html:216 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:337 msgid "Dashboard Quick Menu" msgstr "Бързо Меню" -#: baseTemplate/templates/baseTemplate/index.html:264 -#: baseTemplate/templates/baseTemplate/index.html:475 -#: baseTemplate/templates/baseTemplate/index.html:477 +#: baseTemplate/templates/baseTemplate/index.html:250 +#: baseTemplate/templates/baseTemplate/index.html:463 +#: baseTemplate/templates/baseTemplate/index.html:465 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:371 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:582 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:584 msgid "Tuning" msgstr "Настройка" -#: baseTemplate/templates/baseTemplate/index.html:291 +#: baseTemplate/templates/baseTemplate/index.html:277 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:398 msgid "Overview" msgstr "Преглед" -#: baseTemplate/templates/baseTemplate/index.html:293 -#: baseTemplate/templates/baseTemplate/index.html:294 +#: baseTemplate/templates/baseTemplate/index.html:279 +#: baseTemplate/templates/baseTemplate/index.html:280 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:400 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:401 #, fuzzy @@ -815,16 +804,16 @@ msgstr "Преглед" msgid "Server IP Address" msgstr "IP Адрес" -#: baseTemplate/templates/baseTemplate/index.html:297 -#: baseTemplate/templates/baseTemplate/index.html:299 +#: baseTemplate/templates/baseTemplate/index.html:283 +#: baseTemplate/templates/baseTemplate/index.html:285 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:404 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:406 msgid "Dashboard" msgstr "Начало" -#: baseTemplate/templates/baseTemplate/index.html:301 -#: baseTemplate/templates/baseTemplate/index.html:302 -#: baseTemplate/templates/baseTemplate/index.html:303 +#: baseTemplate/templates/baseTemplate/index.html:287 +#: baseTemplate/templates/baseTemplate/index.html:288 +#: baseTemplate/templates/baseTemplate/index.html:289 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:408 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:409 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:410 @@ -832,27 +821,27 @@ msgstr "Начало" msgid "Version Management" msgstr "Мениджър на Версия" -#: baseTemplate/templates/baseTemplate/index.html:307 +#: baseTemplate/templates/baseTemplate/index.html:293 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:414 msgid "Main" msgstr "Главно" -#: baseTemplate/templates/baseTemplate/index.html:318 +#: baseTemplate/templates/baseTemplate/index.html:304 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:425 #: userManagment/templates/userManagment/createUser.html:12 msgid "Create New User" msgstr "Нов Потребител" -#: baseTemplate/templates/baseTemplate/index.html:319 +#: baseTemplate/templates/baseTemplate/index.html:305 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:426 #: userManagment/templates/userManagment/index.html:52 #: userManagment/templates/userManagment/index.html:54 #: userManagment/templates/userManagment/modifyUser.html:12 -#: userManagment/templates/userManagment/modifyUser.html:119 +#: userManagment/templates/userManagment/modifyUser.html:111 msgid "Modify User" msgstr "Промени Потребител" -#: baseTemplate/templates/baseTemplate/index.html:320 +#: baseTemplate/templates/baseTemplate/index.html:306 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:427 #: userManagment/templates/userManagment/deleteUser.html:13 #: userManagment/templates/userManagment/deleteUser.html:20 @@ -862,16 +851,16 @@ msgstr "Промени Потребител" msgid "Delete User" msgstr "Изтрий Потребител" -#: baseTemplate/templates/baseTemplate/index.html:335 +#: baseTemplate/templates/baseTemplate/index.html:321 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:442 #: websiteFunctions/templates/websiteFunctions/createWebsite.html:12 -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:102 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:109 #: websiteFunctions/templates/websiteFunctions/index.html:49 #: websiteFunctions/templates/websiteFunctions/index.html:51 msgid "Create Website" msgstr "Нова Страница" -#: baseTemplate/templates/baseTemplate/index.html:336 +#: baseTemplate/templates/baseTemplate/index.html:322 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:443 #: websiteFunctions/templates/websiteFunctions/index.html:34 #: websiteFunctions/templates/websiteFunctions/index.html:36 @@ -881,23 +870,23 @@ msgstr "Нова Страница" msgid "List Websites" msgstr "Преглед на Страници" -#: baseTemplate/templates/baseTemplate/index.html:337 +#: baseTemplate/templates/baseTemplate/index.html:323 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:444 #: websiteFunctions/templates/websiteFunctions/index.html:73 #: websiteFunctions/templates/websiteFunctions/index.html:75 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:12 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:19 -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:95 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:96 msgid "Modify Website" msgstr "Промени Страница" -#: baseTemplate/templates/baseTemplate/index.html:338 +#: baseTemplate/templates/baseTemplate/index.html:324 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:445 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:41 msgid "Suspend/Unsuspend" msgstr "Пусни/Спри" -#: baseTemplate/templates/baseTemplate/index.html:339 +#: baseTemplate/templates/baseTemplate/index.html:325 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:446 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:12 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:19 @@ -907,7 +896,7 @@ msgstr "Пусни/Спри" msgid "Delete Website" msgstr "Изтрий Страница" -#: baseTemplate/templates/baseTemplate/index.html:352 +#: baseTemplate/templates/baseTemplate/index.html:338 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:459 #: packages/templates/packages/createPackage.html:13 #: packages/templates/packages/createPackage.html:84 @@ -916,7 +905,7 @@ msgstr "Изтрий Страница" msgid "Create Package" msgstr "Създай Пакет" -#: baseTemplate/templates/baseTemplate/index.html:353 +#: baseTemplate/templates/baseTemplate/index.html:339 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:460 #: packages/templates/packages/deletePackage.html:12 #: packages/templates/packages/deletePackage.html:18 @@ -926,7 +915,7 @@ msgstr "Създай Пакет" msgid "Delete Package" msgstr "Изтрий Пакет" -#: baseTemplate/templates/baseTemplate/index.html:354 +#: baseTemplate/templates/baseTemplate/index.html:340 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:461 #: packages/templates/packages/index.html:49 #: packages/templates/packages/index.html:51 @@ -936,7 +925,7 @@ msgstr "Изтрий Пакет" msgid "Modify Package" msgstr "Промени Пакет" -#: baseTemplate/templates/baseTemplate/index.html:368 +#: baseTemplate/templates/baseTemplate/index.html:354 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:475 #: databases/templates/databases/createDatabase.html:12 #: databases/templates/databases/createDatabase.html:19 @@ -947,7 +936,7 @@ msgstr "Промени Пакет" msgid "Create Database" msgstr "Нова База от Данни" -#: baseTemplate/templates/baseTemplate/index.html:369 +#: baseTemplate/templates/baseTemplate/index.html:355 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:476 #: databases/templates/databases/deleteDatabase.html:12 #: databases/templates/databases/deleteDatabase.html:19 @@ -958,7 +947,7 @@ msgstr "Нова База от Данни" msgid "Delete Database" msgstr "Изтрий База от Данни" -#: baseTemplate/templates/baseTemplate/index.html:370 +#: baseTemplate/templates/baseTemplate/index.html:356 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:477 #: databases/templates/databases/index.html:53 #: databases/templates/databases/index.html:55 @@ -967,14 +956,14 @@ msgstr "Изтрий База от Данни" msgid "List Databases" msgstr "Преглед на Бази от Данни" -#: baseTemplate/templates/baseTemplate/index.html:371 +#: baseTemplate/templates/baseTemplate/index.html:357 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:478 #: databases/templates/databases/index.html:65 #: databases/templates/databases/index.html:67 msgid "PHPMYAdmin" msgstr "PhpMyAdmin" -#: baseTemplate/templates/baseTemplate/index.html:386 +#: baseTemplate/templates/baseTemplate/index.html:372 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:493 #: dns/templates/dns/createNameServer.html:12 #: dns/templates/dns/createNameServer.html:76 dns/templates/dns/index.html:72 @@ -982,7 +971,7 @@ msgstr "PhpMyAdmin" msgid "Create Nameserver" msgstr "Създай Nameserver" -#: baseTemplate/templates/baseTemplate/index.html:387 +#: baseTemplate/templates/baseTemplate/index.html:373 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:494 #: dns/templates/dns/createDNSZone.html:12 #: dns/templates/dns/createDNSZone.html:40 dns/templates/dns/index.html:29 @@ -991,7 +980,7 @@ msgstr "Създай Nameserver" msgid "Create DNS Zone" msgstr "Създай DNS Зона" -#: baseTemplate/templates/baseTemplate/index.html:388 +#: baseTemplate/templates/baseTemplate/index.html:374 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:495 #: dns/templates/dns/deleteDNSZone.html:40 dns/templates/dns/index.html:41 #: dns/templates/dns/index.html:43 dns/templates/dns/index.html:96 @@ -999,19 +988,19 @@ msgstr "Създай DNS Зона" msgid "Delete Zone" msgstr "Изтрий Зона" -#: baseTemplate/templates/baseTemplate/index.html:389 +#: baseTemplate/templates/baseTemplate/index.html:375 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:496 msgid "Add/Delete Records" msgstr "Добави/Премахни Записи" -#: baseTemplate/templates/baseTemplate/index.html:405 +#: baseTemplate/templates/baseTemplate/index.html:391 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:512 #: mailServer/templates/mailServer/createEmailAccount.html:12 #: mailServer/templates/mailServer/createEmailAccount.html:19 msgid "Create Email Account" msgstr "Създай Email Акаунт" -#: baseTemplate/templates/baseTemplate/index.html:405 +#: baseTemplate/templates/baseTemplate/index.html:391 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:512 #: mailServer/templates/mailServer/createEmailAccount.html:64 #: mailServer/templates/mailServer/index.html:25 @@ -1019,14 +1008,14 @@ msgstr "Създай Email Акаунт" msgid "Create Email" msgstr "Създай Email" -#: baseTemplate/templates/baseTemplate/index.html:406 +#: baseTemplate/templates/baseTemplate/index.html:392 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:513 #: mailServer/templates/mailServer/deleteEmailAccount.html:12 #: mailServer/templates/mailServer/deleteEmailAccount.html:19 msgid "Delete Email Account" msgstr "Изтрий Email Акаунт" -#: baseTemplate/templates/baseTemplate/index.html:406 +#: baseTemplate/templates/baseTemplate/index.html:392 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:513 #: mailServer/templates/mailServer/deleteEmailAccount.html:56 #: mailServer/templates/mailServer/index.html:37 @@ -1034,7 +1023,7 @@ msgstr "Изтрий Email Акаунт" msgid "Delete Email" msgstr "Изтрий Email" -#: baseTemplate/templates/baseTemplate/index.html:407 +#: baseTemplate/templates/baseTemplate/index.html:393 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:514 #: databases/templates/databases/listDataBases.html:73 #: ftp/templates/ftp/listFTPAccounts.html:73 @@ -1044,33 +1033,42 @@ msgstr "Изтрий Email" msgid "Change Password" msgstr "Промени Парола" -#: baseTemplate/templates/baseTemplate/index.html:408 +#: baseTemplate/templates/baseTemplate/index.html:394 +#: mailServer/templates/mailServer/dkimManager.html:13 +#: mailServer/templates/mailServer/dkimManager.html:22 +#: mailServer/templates/mailServer/dkimManager.html:75 +#, fuzzy +#| msgid "File Manager" +msgid "DKIM Manager" +msgstr "Файл Мениджър" + +#: baseTemplate/templates/baseTemplate/index.html:395 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:515 msgid "Access Webmail" msgstr "Webmail" -#: baseTemplate/templates/baseTemplate/index.html:427 +#: baseTemplate/templates/baseTemplate/index.html:414 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:534 #: ftp/templates/ftp/createFTPAccount.html:12 #: ftp/templates/ftp/createFTPAccount.html:19 ftp/templates/ftp/index.html:25 #: ftp/templates/ftp/index.html:27 -#: websiteFunctions/templates/websiteFunctions/website.html:709 -#: websiteFunctions/templates/websiteFunctions/website.html:711 +#: websiteFunctions/templates/websiteFunctions/website.html:815 +#: websiteFunctions/templates/websiteFunctions/website.html:818 msgid "Create FTP Account" msgstr "Създай FTP Акаунт" -#: baseTemplate/templates/baseTemplate/index.html:428 +#: baseTemplate/templates/baseTemplate/index.html:415 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:535 #: ftp/templates/ftp/deleteFTPAccount.html:12 #: ftp/templates/ftp/deleteFTPAccount.html:18 #: ftp/templates/ftp/deleteFTPAccount.html:52 ftp/templates/ftp/index.html:37 #: ftp/templates/ftp/index.html:39 -#: websiteFunctions/templates/websiteFunctions/website.html:721 -#: websiteFunctions/templates/websiteFunctions/website.html:723 +#: websiteFunctions/templates/websiteFunctions/website.html:827 +#: websiteFunctions/templates/websiteFunctions/website.html:830 msgid "Delete FTP Account" msgstr "Изтрий FTP Акаунт" -#: baseTemplate/templates/baseTemplate/index.html:429 +#: baseTemplate/templates/baseTemplate/index.html:416 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:536 #: ftp/templates/ftp/index.html:49 ftp/templates/ftp/index.html:51 #: ftp/templates/ftp/listFTPAccounts.html:13 @@ -1078,26 +1076,27 @@ msgstr "Изтрий FTP Акаунт" msgid "List FTP Accounts" msgstr "Преглед FTP Акаунти" -#: baseTemplate/templates/baseTemplate/index.html:447 +#: baseTemplate/templates/baseTemplate/index.html:434 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:554 msgid "Add/Delete Destination" msgstr "Добави/Премахни Дестинация" -#: baseTemplate/templates/baseTemplate/index.html:449 +#: baseTemplate/templates/baseTemplate/index.html:436 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:556 #, fuzzy #| msgid "Restore Back up" msgid "Remote Back ups" msgstr "Възстанови Архив" -#: baseTemplate/templates/baseTemplate/index.html:458 -#: baseTemplate/templates/baseTemplate/index.html:459 +#: baseTemplate/templates/baseTemplate/index.html:445 +#: baseTemplate/templates/baseTemplate/index.html:446 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:565 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:566 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:39 msgid "SSL" msgstr "SSL" -#: baseTemplate/templates/baseTemplate/index.html:464 +#: baseTemplate/templates/baseTemplate/index.html:451 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:571 #: manageSSL/templates/manageSSL/index.html:28 #: manageSSL/templates/manageSSL/manageSSL.html:13 @@ -1105,44 +1104,50 @@ msgstr "SSL" msgid "Manage SSL" msgstr "Нов SSL" -#: baseTemplate/templates/baseTemplate/index.html:465 +#: baseTemplate/templates/baseTemplate/index.html:452 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:572 #: manageSSL/templates/manageSSL/index.html:40 msgid "Hostname SSL" msgstr "Hostname SSL" -#: baseTemplate/templates/baseTemplate/index.html:473 +#: baseTemplate/templates/baseTemplate/index.html:453 +#, fuzzy +#| msgid "Server Logs" +msgid "MailServer SSL" +msgstr "Сървърни Логове" + +#: baseTemplate/templates/baseTemplate/index.html:461 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:580 msgid "Server" msgstr "Сървър" -#: baseTemplate/templates/baseTemplate/index.html:478 +#: baseTemplate/templates/baseTemplate/index.html:466 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:585 msgid "NEW" msgstr "НОВ" -#: baseTemplate/templates/baseTemplate/index.html:483 +#: baseTemplate/templates/baseTemplate/index.html:471 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:590 #: tuning/templates/tuning/index.html:24 tuning/templates/tuning/index.html:26 #: tuning/templates/tuning/liteSpeedTuning.html:12 msgid "LiteSpeed Tuning" msgstr "LiteSpeed Настройки" -#: baseTemplate/templates/baseTemplate/index.html:484 +#: baseTemplate/templates/baseTemplate/index.html:472 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:591 #: tuning/templates/tuning/index.html:36 tuning/templates/tuning/index.html:38 #: tuning/templates/tuning/phpTuning.html:13 msgid "PHP Tuning" msgstr "PHP Настройки" -#: baseTemplate/templates/baseTemplate/index.html:499 +#: baseTemplate/templates/baseTemplate/index.html:487 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:606 #: serverStatus/templates/serverStatus/index.html:25 #: serverStatus/templates/serverStatus/index.html:27 msgid "LiteSpeed Status" msgstr "LiteSpeed Статус" -#: baseTemplate/templates/baseTemplate/index.html:500 +#: baseTemplate/templates/baseTemplate/index.html:488 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:607 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:15 #: serverStatus/templates/serverStatus/index.html:37 @@ -1150,48 +1155,48 @@ msgstr "LiteSpeed Статус" msgid "CyberPanel Main Log File" msgstr "Главен CyberPanel Лог" -#: baseTemplate/templates/baseTemplate/index.html:501 +#: baseTemplate/templates/baseTemplate/index.html:489 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:608 #, fuzzy #| msgid "Server Status" msgid "Services Status" msgstr "Сървър Статус" -#: baseTemplate/templates/baseTemplate/index.html:518 +#: baseTemplate/templates/baseTemplate/index.html:506 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:625 #: managePHP/templates/managePHP/installExtensions.html:13 msgid "Install PHP Extensions" msgstr "Инсталирай PHP Модул" -#: baseTemplate/templates/baseTemplate/index.html:518 +#: baseTemplate/templates/baseTemplate/index.html:506 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:625 #: managePHP/templates/managePHP/index.html:24 #: managePHP/templates/managePHP/index.html:26 msgid "Install Extensions" msgstr "Инсталирай Модул" -#: baseTemplate/templates/baseTemplate/index.html:519 +#: baseTemplate/templates/baseTemplate/index.html:507 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:626 #: managePHP/templates/managePHP/index.html:36 #: managePHP/templates/managePHP/index.html:38 msgid "Edit PHP Configs" msgstr "Промени PHP Config" -#: baseTemplate/templates/baseTemplate/index.html:534 +#: baseTemplate/templates/baseTemplate/index.html:522 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:641 msgid "Access Log" msgstr "Access Лог" -#: baseTemplate/templates/baseTemplate/index.html:535 +#: baseTemplate/templates/baseTemplate/index.html:523 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:642 #: serverLogs/templates/serverLogs/errorLogs.html:14 #: serverLogs/templates/serverLogs/index.html:37 #: serverLogs/templates/serverLogs/index.html:39 -#: websiteFunctions/templates/websiteFunctions/website.html:132 +#: websiteFunctions/templates/websiteFunctions/website.html:139 msgid "Error Logs" msgstr "Error Логове" -#: baseTemplate/templates/baseTemplate/index.html:536 +#: baseTemplate/templates/baseTemplate/index.html:524 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:643 #: serverLogs/templates/serverLogs/emailLogs.html:14 #: serverLogs/templates/serverLogs/index.html:49 @@ -1199,12 +1204,12 @@ msgstr "Error Логове" msgid "Email Logs" msgstr "Email Логове" -#: baseTemplate/templates/baseTemplate/index.html:536 +#: baseTemplate/templates/baseTemplate/index.html:524 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:643 msgid "Email Log" msgstr "Email Лог" -#: baseTemplate/templates/baseTemplate/index.html:537 +#: baseTemplate/templates/baseTemplate/index.html:525 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:644 #: serverLogs/templates/serverLogs/ftplogs.html:14 #: serverLogs/templates/serverLogs/index.html:61 @@ -1212,19 +1217,30 @@ msgstr "Email Лог" msgid "FTP Logs" msgstr "FTP Логове" -#: baseTemplate/templates/baseTemplate/index.html:552 +#: baseTemplate/templates/baseTemplate/index.html:526 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:14 +#, fuzzy +#| msgid "Security Functions" +msgid "ModSecurity Audit Logs" +msgstr "Функции на Защитата" + +#: baseTemplate/templates/baseTemplate/index.html:526 +msgid "ModSec Audit Logs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:541 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:659 msgid "Firewall Home" msgstr "Защитна Стена" -#: baseTemplate/templates/baseTemplate/index.html:552 +#: baseTemplate/templates/baseTemplate/index.html:541 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:659 #: firewall/templates/firewall/index.html:25 #: firewall/templates/firewall/index.html:27 msgid "Firewall" msgstr "Защитна Стена" -#: baseTemplate/templates/baseTemplate/index.html:553 +#: baseTemplate/templates/baseTemplate/index.html:542 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:660 #: firewall/templates/firewall/index.html:36 #: firewall/templates/firewall/index.html:38 @@ -1233,10 +1249,41 @@ msgstr "Защитна Стена" msgid "Secure SSH" msgstr "Сигурен SSH" +#: baseTemplate/templates/baseTemplate/index.html:543 +#, fuzzy +#| msgid "Edit PHP Configurations" +msgid "ModSecurity Configurations" +msgstr "Редактирай PHP Конфигурация" + +#: baseTemplate/templates/baseTemplate/index.html:543 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Conf" +msgstr "Сигурност" + +#: baseTemplate/templates/baseTemplate/index.html:544 +#: firewall/templates/firewall/modSecurityRules.html:20 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Rules" +msgstr "Сигурност" + +#: baseTemplate/templates/baseTemplate/index.html:545 +msgid "ModSecurity Rules Packs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:199 +msgid "CPU Status" +msgstr "CPU Статус" + #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:327 msgid "Fullscreen" msgstr "Пълен Екран" +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:332 +msgid "System Status" +msgstr "Статус" + #: baseTemplate/templates/baseTemplate/versionManagment.html:3 msgid "Version Management - CyberPanel" msgstr "Мениджър на Версия - CyberPanel" @@ -1267,7 +1314,8 @@ msgstr "Последен Билд" #: baseTemplate/templates/baseTemplate/versionManagment.html:66 #: firewall/templates/firewall/secureSSH.html:78 -#: managePHP/templates/managePHP/editPHPConfig.html:140 +#: mailServer/templates/mailServer/dkimManager.html:40 +#: managePHP/templates/managePHP/editPHPConfig.html:148 msgid "Error message: " msgstr "Error Съобщение" @@ -1280,11 +1328,16 @@ msgid "Update finished..." msgstr "Актуализацията приключи" #: baseTemplate/templates/baseTemplate/versionManagment.html:79 +#: firewall/templates/firewall/modSecurity.html:47 +#: firewall/templates/firewall/modSecurity.html:177 +#: firewall/templates/firewall/modSecurityRules.html:53 +#: firewall/templates/firewall/modSecurityRulesPacks.html:88 #: firewall/templates/firewall/secureSSH.html:87 #: firewall/templates/firewall/secureSSH.html:172 -#: managePHP/templates/managePHP/editPHPConfig.html:149 -#: managePHP/templates/managePHP/editPHPConfig.html:221 -#: managePHP/templates/managePHP/installExtensions.html:113 +#: mailServer/templates/mailServer/dkimManager.html:44 +#: managePHP/templates/managePHP/editPHPConfig.html:157 +#: managePHP/templates/managePHP/editPHPConfig.html:230 +#: managePHP/templates/managePHP/installExtensions.html:114 msgid "Could not connect. Please refresh this page." msgstr "Не можем да се свържем, моля презаредете страницата." @@ -1358,7 +1411,7 @@ msgid "Select Domain" msgstr "Избери Домейн" #: databases/templates/databases/listDataBases.html:46 -#: dns/templates/dns/addDeleteDNSRecords.html:168 +#: dns/templates/dns/addDeleteDNSRecords.html:335 #: ftp/templates/ftp/listFTPAccounts.html:46 msgid "Records successfully fetched for" msgstr "" @@ -1404,69 +1457,123 @@ msgstr "" msgid "Add Records" msgstr "" -#: dns/templates/dns/addDeleteDNSRecords.html:53 -#: dns/templates/dns/addDeleteDNSRecords.html:131 -#: filemanager/templates/filemanager/index.html:209 +#: dns/templates/dns/addDeleteDNSRecords.html:59 +#: dns/templates/dns/addDeleteDNSRecords.html:82 +#: dns/templates/dns/addDeleteDNSRecords.html:106 +#: dns/templates/dns/addDeleteDNSRecords.html:129 +#: dns/templates/dns/addDeleteDNSRecords.html:157 +#: dns/templates/dns/addDeleteDNSRecords.html:181 +#: dns/templates/dns/addDeleteDNSRecords.html:205 +#: dns/templates/dns/addDeleteDNSRecords.html:229 +#: dns/templates/dns/addDeleteDNSRecords.html:253 +#: dns/templates/dns/addDeleteDNSRecords.html:296 +#: filemanager/templates/filemanager/index.html:212 #: firewall/templates/firewall/firewall.html:136 #: serverStatus/templates/serverStatus/litespeedStatus.html:40 msgid "Name" msgstr "Име" -#: dns/templates/dns/addDeleteDNSRecords.html:69 -msgid "IPV6" -msgstr "IPv6" - -#: dns/templates/dns/addDeleteDNSRecords.html:78 +#: dns/templates/dns/addDeleteDNSRecords.html:63 +#: dns/templates/dns/addDeleteDNSRecords.html:86 +#: dns/templates/dns/addDeleteDNSRecords.html:110 #: dns/templates/dns/addDeleteDNSRecords.html:133 -msgid "Priority" -msgstr "Приоритет" - -#: dns/templates/dns/addDeleteDNSRecords.html:87 -#: dns/templates/dns/createDNSZone.html:27 -#: dns/templates/dns/createNameServer.html:27 -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:52 -#: websiteFunctions/templates/websiteFunctions/website.html:289 -msgid "Domain Name" -msgstr "Домейн Име" - -#: dns/templates/dns/addDeleteDNSRecords.html:95 -msgid "Policy" +#: dns/templates/dns/addDeleteDNSRecords.html:161 +#: dns/templates/dns/addDeleteDNSRecords.html:185 +#: dns/templates/dns/addDeleteDNSRecords.html:209 +#: dns/templates/dns/addDeleteDNSRecords.html:233 +#: dns/templates/dns/addDeleteDNSRecords.html:257 +#: dns/templates/dns/addDeleteDNSRecords.html:297 +msgid "TTL" msgstr "" -#: dns/templates/dns/addDeleteDNSRecords.html:103 -msgid "Text" -msgstr "" - -#: dns/templates/dns/addDeleteDNSRecords.html:111 +#: dns/templates/dns/addDeleteDNSRecords.html:73 +#: dns/templates/dns/addDeleteDNSRecords.html:96 +#: dns/templates/dns/addDeleteDNSRecords.html:120 +#: dns/templates/dns/addDeleteDNSRecords.html:147 +#: dns/templates/dns/addDeleteDNSRecords.html:172 +#: dns/templates/dns/addDeleteDNSRecords.html:196 +#: dns/templates/dns/addDeleteDNSRecords.html:220 +#: dns/templates/dns/addDeleteDNSRecords.html:244 +#: dns/templates/dns/addDeleteDNSRecords.html:272 #: firewall/templates/firewall/firewall.html:117 msgid "Add" msgstr "Добави" -#: dns/templates/dns/addDeleteDNSRecords.html:130 +#: dns/templates/dns/addDeleteDNSRecords.html:90 +#, fuzzy +#| msgid "IP Address" +msgid "IPV6 Address" +msgstr "IP Адрес" + +#: dns/templates/dns/addDeleteDNSRecords.html:114 +#: dns/templates/dns/addDeleteDNSRecords.html:141 +#: dns/templates/dns/createDNSZone.html:27 +#: dns/templates/dns/createNameServer.html:27 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:52 +#: websiteFunctions/templates/websiteFunctions/website.html:313 +msgid "Domain Name" +msgstr "Домейн Име" + +#: dns/templates/dns/addDeleteDNSRecords.html:137 +#: dns/templates/dns/addDeleteDNSRecords.html:299 +msgid "Priority" +msgstr "Приоритет" + +#: dns/templates/dns/addDeleteDNSRecords.html:166 +msgid "Policy" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:190 +msgid "Text" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:214 +#, fuzzy +#| msgid "Value" +msgid "SOA Value" +msgstr "Валута" + +#: dns/templates/dns/addDeleteDNSRecords.html:238 +#, fuzzy +#| msgid "First Nameserver" +msgid "Name server" +msgstr "Първи Nameserver" + +#: dns/templates/dns/addDeleteDNSRecords.html:261 +#, fuzzy +#| msgid "Priority" +msgid "Prioirty" +msgstr "Приоритет" + +#: dns/templates/dns/addDeleteDNSRecords.html:266 +msgid "Content" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:295 msgid "Type" msgstr "Вид" -#: dns/templates/dns/addDeleteDNSRecords.html:132 +#: dns/templates/dns/addDeleteDNSRecords.html:298 msgid "Value" msgstr "Валута" -#: dns/templates/dns/addDeleteDNSRecords.html:160 +#: dns/templates/dns/addDeleteDNSRecords.html:327 msgid "Cannot fetch records. Error message:" msgstr "Записите не са извлечени, защото:" -#: dns/templates/dns/addDeleteDNSRecords.html:164 +#: dns/templates/dns/addDeleteDNSRecords.html:331 msgid "Cannot add record. Error message: " msgstr "Записа не е добавен, защото:" -#: dns/templates/dns/addDeleteDNSRecords.html:172 +#: dns/templates/dns/addDeleteDNSRecords.html:339 msgid "Record Successfully Deleted" msgstr "Записа е успешно премахнат" -#: dns/templates/dns/addDeleteDNSRecords.html:176 +#: dns/templates/dns/addDeleteDNSRecords.html:343 msgid "Cannot delete record. Error message:" msgstr "Записа не е премахнат, защото:" -#: dns/templates/dns/addDeleteDNSRecords.html:180 +#: dns/templates/dns/addDeleteDNSRecords.html:347 msgid "Record Successfully Added." msgstr "Записа е успешно добавен." @@ -1593,8 +1700,8 @@ msgid " File Manager" msgstr "Файл Мениджър" #: filemanager/templates/filemanager/index.html:63 -#: filemanager/templates/filemanager/index.html:202 -#: filemanager/templates/filemanager/index.html:233 +#: filemanager/templates/filemanager/index.html:205 +#: filemanager/templates/filemanager/index.html:236 #, fuzzy #| msgid "Reload" msgid "Upload" @@ -1611,308 +1718,317 @@ msgid "New Folder" msgstr "" #: filemanager/templates/filemanager/index.html:75 -#: filemanager/templates/filemanager/index.html:563 +#: filemanager/templates/filemanager/index.html:566 msgid "Copy" msgstr "" #: filemanager/templates/filemanager/index.html:78 -#: filemanager/templates/filemanager/index.html:528 +#: filemanager/templates/filemanager/index.html:531 msgid "Move" msgstr "" #: filemanager/templates/filemanager/index.html:81 -#: filemanager/templates/filemanager/index.html:593 +#: filemanager/templates/filemanager/index.html:596 #, fuzzy #| msgid "Username" msgid "Rename" msgstr "Потребителско Име" #: filemanager/templates/filemanager/index.html:84 +#: websiteFunctions/templates/websiteFunctions/listCron.html:66 msgid "Edit" msgstr "" #: filemanager/templates/filemanager/index.html:87 -#: filemanager/templates/filemanager/index.html:438 -#: filemanager/templates/filemanager/index.html:465 +#: filemanager/templates/filemanager/index.html:441 +#: filemanager/templates/filemanager/index.html:468 msgid "Compress" msgstr "" #: filemanager/templates/filemanager/index.html:90 -#: filemanager/templates/filemanager/index.html:493 +#: filemanager/templates/filemanager/index.html:496 msgid "Extract" msgstr "" -#: filemanager/templates/filemanager/index.html:108 +#: filemanager/templates/filemanager/index.html:93 +#, fuzzy +#| msgid "PHP version " +msgid "Fix Permissions" +msgstr "PHP Версия" + +#: filemanager/templates/filemanager/index.html:111 #, fuzzy #| msgid "Current Package:" msgid "Current Path" msgstr "Текущ Пакет" -#: filemanager/templates/filemanager/index.html:136 +#: filemanager/templates/filemanager/index.html:139 #, fuzzy #| msgid "Back up" msgid "Back" msgstr "Архив" -#: filemanager/templates/filemanager/index.html:140 +#: filemanager/templates/filemanager/index.html:143 #: serverLogs/templates/serverLogs/accessLogs.html:42 #: serverLogs/templates/serverLogs/emailLogs.html:39 #: serverLogs/templates/serverLogs/errorLogs.html:39 #: serverLogs/templates/serverLogs/ftplogs.html:39 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:39 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:40 +#: websiteFunctions/templates/websiteFunctions/listCron.html:36 msgid "Refresh" msgstr "Презареди" -#: filemanager/templates/filemanager/index.html:144 +#: filemanager/templates/filemanager/index.html:147 #, fuzzy #| msgid "Select Email" msgid "Select All" msgstr "Избери Email" -#: filemanager/templates/filemanager/index.html:148 +#: filemanager/templates/filemanager/index.html:151 #, fuzzy #| msgid "Select Email" msgid "UnSelect All" msgstr "Избери Email" -#: filemanager/templates/filemanager/index.html:158 +#: filemanager/templates/filemanager/index.html:161 #, fuzzy #| msgid "Size" msgid "Size (KB)" msgstr "Размер" -#: filemanager/templates/filemanager/index.html:159 +#: filemanager/templates/filemanager/index.html:162 msgid "Last Modified" msgstr "" -#: filemanager/templates/filemanager/index.html:160 +#: filemanager/templates/filemanager/index.html:163 #, fuzzy #| msgid "PHP version " msgid "Permissions" msgstr "PHP Версия" -#: filemanager/templates/filemanager/index.html:180 +#: filemanager/templates/filemanager/index.html:183 msgid "Upload File" msgstr "" -#: filemanager/templates/filemanager/index.html:187 +#: filemanager/templates/filemanager/index.html:190 msgid "Upload queue" msgstr "" -#: filemanager/templates/filemanager/index.html:188 +#: filemanager/templates/filemanager/index.html:191 msgid "Queue length:" msgstr "" -#: filemanager/templates/filemanager/index.html:195 +#: filemanager/templates/filemanager/index.html:198 msgid "Drop" msgstr "" -#: filemanager/templates/filemanager/index.html:196 +#: filemanager/templates/filemanager/index.html:199 msgid "Drop Files here to upload them." msgstr "" -#: filemanager/templates/filemanager/index.html:211 +#: filemanager/templates/filemanager/index.html:214 msgid "Progress" msgstr "" -#: filemanager/templates/filemanager/index.html:213 +#: filemanager/templates/filemanager/index.html:216 #, fuzzy #| msgid "FTP Functions" msgid "Actions" msgstr "FTP Функции" -#: filemanager/templates/filemanager/index.html:239 +#: filemanager/templates/filemanager/index.html:242 msgid "Remove" msgstr "" -#: filemanager/templates/filemanager/index.html:249 +#: filemanager/templates/filemanager/index.html:252 msgid "Queue progress:" msgstr "" -#: filemanager/templates/filemanager/index.html:258 +#: filemanager/templates/filemanager/index.html:261 #, fuzzy #| msgid "Cannot tune. Error message:" msgid "can not be uploaded, Error message:" msgstr "Настройките не са въведени, защото:" -#: filemanager/templates/filemanager/index.html:262 +#: filemanager/templates/filemanager/index.html:265 msgid "Upload all" msgstr "" -#: filemanager/templates/filemanager/index.html:265 +#: filemanager/templates/filemanager/index.html:268 #, fuzzy #| msgid "Cancel Backup" msgid "Cancel all" msgstr "Откажи Архив" -#: filemanager/templates/filemanager/index.html:268 +#: filemanager/templates/filemanager/index.html:271 msgid "Remove all" msgstr "" -#: filemanager/templates/filemanager/index.html:304 +#: filemanager/templates/filemanager/index.html:307 #, fuzzy #| msgid "Rule successfully added." msgid "File Successfully saved." msgstr "Правилата са успешно добавени." -#: filemanager/templates/filemanager/index.html:311 +#: filemanager/templates/filemanager/index.html:314 #: firewall/templates/firewall/secureSSH.html:68 -#: managePHP/templates/managePHP/editPHPConfig.html:130 -#: managePHP/templates/managePHP/editPHPConfig.html:203 +#: managePHP/templates/managePHP/editPHPConfig.html:138 +#: managePHP/templates/managePHP/editPHPConfig.html:212 msgid "Save Changes" msgstr "Запази промените" -#: filemanager/templates/filemanager/index.html:328 +#: filemanager/templates/filemanager/index.html:331 #, fuzzy #| msgid "Create New User" msgid "Create new folder!" msgstr "Нов Потребител" -#: filemanager/templates/filemanager/index.html:336 +#: filemanager/templates/filemanager/index.html:339 #, fuzzy #| msgid "File Name" msgid "New Folder Name" msgstr "Първо Име" -#: filemanager/templates/filemanager/index.html:338 +#: filemanager/templates/filemanager/index.html:341 msgid "Folder will be created in your current directory" msgstr "" -#: filemanager/templates/filemanager/index.html:340 +#: filemanager/templates/filemanager/index.html:343 #, fuzzy #| msgid "Create User" msgid "Create Folder" msgstr "Създай Потребител" -#: filemanager/templates/filemanager/index.html:353 +#: filemanager/templates/filemanager/index.html:356 #, fuzzy #| msgid " is successfully created." msgid "Folder Successfully created." msgstr "е успешно създаден." -#: filemanager/templates/filemanager/index.html:372 +#: filemanager/templates/filemanager/index.html:375 #, fuzzy #| msgid "Create New User" msgid "Create new file!" msgstr "Нов Потребител" -#: filemanager/templates/filemanager/index.html:380 +#: filemanager/templates/filemanager/index.html:383 #, fuzzy #| msgid "File Name" msgid "New File Name" msgstr "Първо Име" -#: filemanager/templates/filemanager/index.html:382 +#: filemanager/templates/filemanager/index.html:385 msgid "" "File will be created in your current directory, if it already exists it will " "not overwirte." msgstr "" -#: filemanager/templates/filemanager/index.html:384 +#: filemanager/templates/filemanager/index.html:387 #, fuzzy #| msgid "Create Email" msgid "Create File" msgstr "Създай Email" -#: filemanager/templates/filemanager/index.html:397 +#: filemanager/templates/filemanager/index.html:400 #, fuzzy #| msgid " is successfully created." msgid "File Successfully created." msgstr "е успешно създаден." -#: filemanager/templates/filemanager/index.html:413 +#: filemanager/templates/filemanager/index.html:416 #, fuzzy #| msgid "Configurations" msgid "Confirm Deletion!" msgstr "Конфигурация" -#: filemanager/templates/filemanager/index.html:422 +#: filemanager/templates/filemanager/index.html:425 msgid "Confirm" msgstr "" -#: filemanager/templates/filemanager/index.html:423 -#: filemanager/templates/filemanager/index.html:466 -#: filemanager/templates/filemanager/index.html:529 -#: filemanager/templates/filemanager/index.html:564 -#: filemanager/templates/filemanager/index.html:594 -#: websiteFunctions/templates/websiteFunctions/website.html:417 +#: filemanager/templates/filemanager/index.html:426 +#: filemanager/templates/filemanager/index.html:469 +#: filemanager/templates/filemanager/index.html:532 +#: filemanager/templates/filemanager/index.html:567 +#: filemanager/templates/filemanager/index.html:597 +#: websiteFunctions/templates/websiteFunctions/website.html:447 msgid "Close" msgstr "" -#: filemanager/templates/filemanager/index.html:446 +#: filemanager/templates/filemanager/index.html:449 msgid "List of files/folder!" msgstr "" -#: filemanager/templates/filemanager/index.html:450 +#: filemanager/templates/filemanager/index.html:453 #, fuzzy #| msgid "File Name" msgid "Compressed File Name" msgstr "Първо Име" -#: filemanager/templates/filemanager/index.html:452 +#: filemanager/templates/filemanager/index.html:455 msgid "Enter without extension name!" msgstr "" -#: filemanager/templates/filemanager/index.html:456 +#: filemanager/templates/filemanager/index.html:459 msgid "Compression Type" msgstr "" -#: filemanager/templates/filemanager/index.html:481 +#: filemanager/templates/filemanager/index.html:484 msgid "Extracting" msgstr "" -#: filemanager/templates/filemanager/index.html:489 +#: filemanager/templates/filemanager/index.html:492 msgid "Extract in" msgstr "" -#: filemanager/templates/filemanager/index.html:491 +#: filemanager/templates/filemanager/index.html:494 msgid "You can enter . to extract in current directory!" msgstr "" -#: filemanager/templates/filemanager/index.html:509 +#: filemanager/templates/filemanager/index.html:512 #, fuzzy #| msgid "Files" msgid "Move Files" msgstr "Файлове" -#: filemanager/templates/filemanager/index.html:517 -#: filemanager/templates/filemanager/index.html:552 +#: filemanager/templates/filemanager/index.html:520 +#: filemanager/templates/filemanager/index.html:555 msgid "List of files/folders!" msgstr "" -#: filemanager/templates/filemanager/index.html:521 +#: filemanager/templates/filemanager/index.html:524 msgid "Move to" msgstr "" -#: filemanager/templates/filemanager/index.html:523 +#: filemanager/templates/filemanager/index.html:526 msgid "Enter a path to move your files!" msgstr "" -#: filemanager/templates/filemanager/index.html:544 +#: filemanager/templates/filemanager/index.html:547 #, fuzzy #| msgid "Files" msgid "Copy Files" msgstr "Файлове" -#: filemanager/templates/filemanager/index.html:556 +#: filemanager/templates/filemanager/index.html:559 msgid "Copy to" msgstr "" -#: filemanager/templates/filemanager/index.html:558 +#: filemanager/templates/filemanager/index.html:561 msgid "Enter a path to copy your files to!" msgstr "" -#: filemanager/templates/filemanager/index.html:578 +#: filemanager/templates/filemanager/index.html:581 msgid "Renaming" msgstr "" -#: filemanager/templates/filemanager/index.html:586 +#: filemanager/templates/filemanager/index.html:589 #, fuzzy #| msgid "File Name" msgid "New Name" msgstr "Първо Име" -#: filemanager/templates/filemanager/index.html:588 +#: filemanager/templates/filemanager/index.html:591 msgid "Enter new name of file!" msgstr "" @@ -1975,6 +2091,161 @@ msgstr "Функции на Защитата" msgid "Manage the security of the server on this page." msgstr "" +#: firewall/templates/firewall/modSecurity.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity - CyberPanel" +msgstr "Защита - CyberPanel" + +#: firewall/templates/firewall/modSecurity.html:13 +#, fuzzy +#| msgid "Edit PHP Configurations" +msgid "ModSecurity Configurations!" +msgstr "Редактирай PHP Конфигурация" + +#: firewall/templates/firewall/modSecurity.html:14 +#, fuzzy +#| msgid "On this page you can set up your Back up destinations. (SFTP)" +msgid "On this page you can configure ModSecurity settings." +msgstr "От тази страница може да настройте дестинацията за архивите (SFTP)" + +#: firewall/templates/firewall/modSecurity.html:20 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity" +msgstr "Сигурност" + +#: firewall/templates/firewall/modSecurity.html:29 +#: firewall/templates/firewall/modSecurityRules.html:70 +#: firewall/templates/firewall/modSecurityRulesPacks.html:28 +msgid "ModSecurity is not installed " +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:31 +#: firewall/templates/firewall/modSecurityRules.html:72 +#: firewall/templates/firewall/modSecurityRulesPacks.html:30 +#, fuzzy +#| msgid "Install" +msgid "Install Now." +msgstr "Инсталирай" + +#: firewall/templates/firewall/modSecurity.html:43 +#, fuzzy +#| msgid "Cannot add destination. Error message:" +msgid "Failed to start installation, Error message: " +msgstr "Дестинацията не е добавена, защото:" + +#: firewall/templates/firewall/modSecurity.html:51 +#, fuzzy +#| msgid "Installation failed. Error message:" +msgid "Installation failed." +msgstr "Инсталацията Не завърши, защото:" + +#: firewall/templates/firewall/modSecurity.html:55 +msgid "ModSecurity successfully installed, refreshing page in 3 seconds.." +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:66 +msgid "Winter is coming, but so is ModSecurity." +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:157 +#, fuzzy +#| msgid "Save Changes" +msgid "Save changes." +msgstr "Запази промените" + +#: firewall/templates/firewall/modSecurity.html:169 +#, fuzzy +#| msgid "Could not fetch current configuration. Error message:" +msgid "Failed to save ModSecurity configurations. Error message: " +msgstr "Текущата конфигурация не е изтеглена, защото:" + +#: firewall/templates/firewall/modSecurity.html:173 +#, fuzzy +#| msgid " is successfully created." +msgid "ModSecurity configurations successfully saved." +msgstr "е успешно създаден." + +#: firewall/templates/firewall/modSecurityRules.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity Rules - CyberPanel" +msgstr "Защита - CyberPanel" + +#: firewall/templates/firewall/modSecurityRules.html:13 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Rules!" +msgstr "Сигурност" + +#: firewall/templates/firewall/modSecurityRules.html:14 +msgid "On this page you can add/delete ModSecurity rules." +msgstr "" + +#: firewall/templates/firewall/modSecurityRules.html:42 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Save Rules!" +msgstr "Запази Rewrite Rules" + +#: firewall/templates/firewall/modSecurityRules.html:49 +msgid "ModSecurity Rules Saved" +msgstr "" + +#: firewall/templates/firewall/modSecurityRules.html:58 +#, fuzzy +#| msgid "Could not save rewrite rules. Error message:" +msgid "Could not save rules, Error message: " +msgstr "Новите rewrite rules не са запаметени, защото:" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity Rules Packs - CyberPanel" +msgstr "Защита - CyberPanel" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:13 +#: firewall/templates/firewall/modSecurityRulesPacks.html:20 +#, fuzzy +#| msgid "Modify Package" +msgid "ModSecurity Rules Packages!" +msgstr "Промени Пакет" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:14 +msgid "Install/Un-install ModSecurity rules packages." +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:60 +#: firewall/templates/firewall/modSecurityRulesPacks.html:71 +#, fuzzy +#| msgid "Configurations" +msgid "Configure" +msgstr "Конфигурация" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:84 +#: firewall/templates/firewall/modSecurityRulesPacks.html:96 +#, fuzzy +#| msgid "Action successful." +msgid "Operation successful." +msgstr "Действието е успешно изпълнено." + +#: firewall/templates/firewall/modSecurityRulesPacks.html:92 +#, fuzzy +#| msgid "Action failed. Error message:" +msgid "Operation failed, Error message: " +msgstr "Действието не е изпълнено, защото:" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:110 +msgid "Supplier" +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:111 +#, fuzzy +#| msgid "File Name" +msgid "Filename" +msgstr "Първо Име" + #: firewall/templates/firewall/secureSSH.html:3 msgid "Secure SSH - CyberPanel" msgstr "" @@ -2022,8 +2293,8 @@ msgstr "Добави Ключ" #: firewall/templates/firewall/secureSSH.html:158 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:55 -#: websiteFunctions/templates/websiteFunctions/website.html:553 -#: websiteFunctions/templates/websiteFunctions/website.html:613 +#: websiteFunctions/templates/websiteFunctions/website.html:599 +#: websiteFunctions/templates/websiteFunctions/website.html:658 msgid "Save" msgstr "Запази" @@ -2069,7 +2340,7 @@ msgstr "FTP Акаунт с Име:" #: ftp/templates/ftp/createFTPAccount.html:84 #: ftp/templates/ftp/createFTPAccount.html:87 -#: userManagment/templates/userManagment/createUser.html:154 +#: userManagment/templates/userManagment/createUser.html:144 msgid "is successfully created." msgstr "" @@ -2191,6 +2462,54 @@ msgstr "" msgid "Email with id : {$ deletedID $} is successfully deleted." msgstr "Email с id : {$ deletedID $} е успешно премахнато." +#: mailServer/templates/mailServer/dkimManager.html:3 +#, fuzzy +#| msgid "Manage SSL - CyberPanel" +msgid "DKIM Manager - CyberPanel" +msgstr "SSL - CyberPanel" + +#: mailServer/templates/mailServer/dkimManager.html:14 +#, fuzzy +#| msgid "This page can be used to Back up your websites" +msgid "This page can be used to generate and view DKIM keys for Domains" +msgstr "От тази страница може да направите архив на Вашите страници" + +#: mailServer/templates/mailServer/dkimManager.html:27 +msgid "OpenDKIM is not installed. " +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:28 +#, fuzzy +#| msgid "Install" +msgid "Install Now" +msgstr "Инсталирай" + +#: mailServer/templates/mailServer/dkimManager.html:48 +msgid "OpenDKIM successfully installed, refreshing page in 3 seconds.." +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:97 +msgid "Keys not available for this domain." +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:98 +msgid "Generate Now" +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:110 +#, fuzzy +#| msgid "Domain Name" +msgid "Domain" +msgstr "Домейн Име" + +#: mailServer/templates/mailServer/dkimManager.html:111 +msgid "Private Key" +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:112 +msgid "Public Key" +msgstr "" + #: mailServer/templates/mailServer/index.html:3 msgid "Mail Functions - CyberPanel" msgstr "Mail Функции - CyberPanel" @@ -2221,48 +2540,55 @@ msgid "Advanced" msgstr "За Напреднали" #: managePHP/templates/managePHP/editPHPConfig.html:48 -#: managePHP/templates/managePHP/editPHPConfig.html:174 +#: managePHP/templates/managePHP/editPHPConfig.html:182 #: managePHP/templates/managePHP/installExtensions.html:28 #: websiteFunctions/templates/websiteFunctions/createWebsite.html:68 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:74 -#: websiteFunctions/templates/websiteFunctions/website.html:309 +#: websiteFunctions/templates/websiteFunctions/website.html:333 +#: websiteFunctions/templates/websiteFunctions/website.html:729 msgid "Select PHP" msgstr "Избери PHP" -#: managePHP/templates/managePHP/editPHPConfig.html:66 +#: managePHP/templates/managePHP/editPHPConfig.html:67 msgid "display_errors" msgstr "display_errors" -#: managePHP/templates/managePHP/editPHPConfig.html:73 +#: managePHP/templates/managePHP/editPHPConfig.html:74 msgid "file_uploads" msgstr "file_uploads" -#: managePHP/templates/managePHP/editPHPConfig.html:81 +#: managePHP/templates/managePHP/editPHPConfig.html:82 msgid "allow_url_fopen" msgstr "allow_url_fopen" -#: managePHP/templates/managePHP/editPHPConfig.html:89 +#: managePHP/templates/managePHP/editPHPConfig.html:90 msgid "allow_url_include" msgstr "allow_url_include" -#: managePHP/templates/managePHP/editPHPConfig.html:97 +#: managePHP/templates/managePHP/editPHPConfig.html:98 msgid "memory_limit" msgstr "memory_limit" -#: managePHP/templates/managePHP/editPHPConfig.html:104 +#: managePHP/templates/managePHP/editPHPConfig.html:105 msgid "max_execution_time" msgstr "max_execution_time" -#: managePHP/templates/managePHP/editPHPConfig.html:111 +#: managePHP/templates/managePHP/editPHPConfig.html:112 msgid "upload_max_filesize" msgstr "upload_max_filesize" -#: managePHP/templates/managePHP/editPHPConfig.html:118 +#: managePHP/templates/managePHP/editPHPConfig.html:119 +#, fuzzy +#| msgid "upload_max_filesize" +msgid "post_max_size" +msgstr "upload_max_filesize" + +#: managePHP/templates/managePHP/editPHPConfig.html:126 msgid "max_input_time" msgstr "max_input_time" -#: managePHP/templates/managePHP/editPHPConfig.html:144 -#: managePHP/templates/managePHP/editPHPConfig.html:216 +#: managePHP/templates/managePHP/editPHPConfig.html:152 +#: managePHP/templates/managePHP/editPHPConfig.html:225 msgid "PHP Configs Saved." msgstr "PHP Configs са запазени." @@ -2291,39 +2617,39 @@ msgstr "" msgid "Select PHP Version" msgstr "Избери PHP Версия" -#: managePHP/templates/managePHP/installExtensions.html:48 +#: managePHP/templates/managePHP/installExtensions.html:49 msgid "Search Extensions.." msgstr "" -#: managePHP/templates/managePHP/installExtensions.html:63 +#: managePHP/templates/managePHP/installExtensions.html:64 msgid "Extension Name" msgstr "" -#: managePHP/templates/managePHP/installExtensions.html:64 +#: managePHP/templates/managePHP/installExtensions.html:65 msgid "Description" msgstr "Описание" -#: managePHP/templates/managePHP/installExtensions.html:66 -#: managePHP/templates/managePHP/installExtensions.html:77 +#: managePHP/templates/managePHP/installExtensions.html:67 +#: managePHP/templates/managePHP/installExtensions.html:78 msgid "Install" msgstr "Инсталирай" -#: managePHP/templates/managePHP/installExtensions.html:67 -#: managePHP/templates/managePHP/installExtensions.html:78 +#: managePHP/templates/managePHP/installExtensions.html:68 +#: managePHP/templates/managePHP/installExtensions.html:79 msgid "Uninstall" msgstr "Де-Инсталирай" -#: managePHP/templates/managePHP/installExtensions.html:93 +#: managePHP/templates/managePHP/installExtensions.html:94 msgid "Go Back" msgstr "Назад" -#: managePHP/templates/managePHP/installExtensions.html:104 +#: managePHP/templates/managePHP/installExtensions.html:105 #: tuning/templates/tuning/phpTuning.html:111 -#: userManagment/templates/userManagment/modifyUser.html:143 +#: userManagment/templates/userManagment/modifyUser.html:135 msgid "Cannot fetch details. Error message:" msgstr "Детайлите не са извлечени, защото:" -#: managePHP/templates/managePHP/installExtensions.html:108 +#: managePHP/templates/managePHP/installExtensions.html:109 msgid "Cannot perform operation. Error message:" msgstr "Операцията не е изпълнена, защото:" @@ -2351,11 +2677,13 @@ msgstr "" #: manageSSL/templates/manageSSL/manageSSL.html:42 #: manageSSL/templates/manageSSL/sslForHostName.html:42 +#: manageSSL/templates/manageSSL/sslForMailServer.html:42 msgid "Issue SSL" msgstr "Издаване на SSL" #: manageSSL/templates/manageSSL/manageSSL.html:52 #: manageSSL/templates/manageSSL/sslForHostName.html:52 +#: manageSSL/templates/manageSSL/sslForMailServer.html:52 msgid "Cannot issue SSL. Error message:" msgstr "" @@ -2381,6 +2709,33 @@ msgstr "" msgid "SSL Issued. You can now access CyberPanel at:" msgstr "" +#: manageSSL/templates/manageSSL/sslForMailServer.html:3 +#, fuzzy +#| msgid "Create Nameserver - CyberPanel" +msgid "Issue SSL For MailServer - CyberPanel" +msgstr "Създай Nameserver - CyberPanel" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:13 +#: manageSSL/templates/manageSSL/sslForMailServer.html:20 +#, fuzzy +#| msgid "Issue SSL For Hostname" +msgid "Issue SSL For MailServer" +msgstr "Издай SSL за Hostname" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:14 +msgid "Let’s Encrypt SSL for MailServer (Postfix/Dovecot)." +msgstr "" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:56 +msgid "SSL Issued, your mail server now uses Lets Encrypt!" +msgstr "" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:60 +#, fuzzy +#| msgid "Could not connect. Please refresh this page." +msgid "Could not connect to server, please refresh this page." +msgstr "Не можем да се свържем, моля презаредете страницата." + #: packages/templates/packages/createPackage.html:3 msgid "Create Package - CyberPanel" msgstr "Създай Пакет - CyberPanel" @@ -2405,7 +2760,7 @@ msgstr "Име на Пакет" #: packages/templates/packages/createPackage.html:35 #: packages/templates/packages/modifyPackage.html:40 -#: websiteFunctions/templates/websiteFunctions/website.html:249 +#: websiteFunctions/templates/websiteFunctions/website.html:254 #, fuzzy #| msgid "Domain Name" msgid "Domains" @@ -2495,7 +2850,7 @@ msgstr "Access Логове - CyberPanel" #: serverLogs/templates/serverLogs/accessLogs.html:17 #: serverLogs/templates/serverLogs/index.html:25 #: serverLogs/templates/serverLogs/index.html:27 -#: websiteFunctions/templates/websiteFunctions/website.html:120 +#: websiteFunctions/templates/websiteFunctions/website.html:128 msgid "Access Logs" msgstr "Access Логове" @@ -2507,22 +2862,35 @@ msgstr "Access логове за главния web сървър" #: serverLogs/templates/serverLogs/emailLogs.html:23 #: serverLogs/templates/serverLogs/errorLogs.html:23 #: serverLogs/templates/serverLogs/ftplogs.html:23 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:23 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:24 msgid "Last 50 Lines" msgstr "Последните 50 реда" -#: serverLogs/templates/serverLogs/accessLogs.html:49 -#: serverLogs/templates/serverLogs/emailLogs.html:46 -#: serverLogs/templates/serverLogs/errorLogs.html:46 -#: serverLogs/templates/serverLogs/ftplogs.html:46 +#: serverLogs/templates/serverLogs/accessLogs.html:45 +#: serverLogs/templates/serverLogs/emailLogs.html:42 +#: serverLogs/templates/serverLogs/errorLogs.html:42 +#: serverLogs/templates/serverLogs/ftplogs.html:42 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:42 +#, fuzzy +#| msgid "Server Logs" +msgid "Clear Logs" +msgstr "Сървърни Логове" + +#: serverLogs/templates/serverLogs/accessLogs.html:52 +#: serverLogs/templates/serverLogs/emailLogs.html:49 +#: serverLogs/templates/serverLogs/errorLogs.html:49 +#: serverLogs/templates/serverLogs/ftplogs.html:49 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:50 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:47 msgid "Last 50 Lines Fetched" msgstr "Последните 50 реда са извлечени" -#: serverLogs/templates/serverLogs/accessLogs.html:54 -#: serverLogs/templates/serverLogs/emailLogs.html:51 -#: serverLogs/templates/serverLogs/errorLogs.html:51 -#: serverLogs/templates/serverLogs/ftplogs.html:51 +#: serverLogs/templates/serverLogs/accessLogs.html:57 +#: serverLogs/templates/serverLogs/emailLogs.html:54 +#: serverLogs/templates/serverLogs/errorLogs.html:54 +#: serverLogs/templates/serverLogs/ftplogs.html:54 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:55 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:52 msgid "Could not fetch logs. Use the command line to view the log file." msgstr "" @@ -2562,6 +2930,18 @@ msgid "" "to: Websites -> List Websites -> Select Website -> View Logs." msgstr "" +#: serverLogs/templates/serverLogs/modSecAuditLog.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity Audit Logs - CyberPanel" +msgstr "Защита - CyberPanel" + +#: serverLogs/templates/serverLogs/modSecAuditLog.html:15 +#, fuzzy +#| msgid "Security Functions" +msgid "ModSecurity Audit logs" +msgstr "Функции на Защитата" + #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:3 msgid "CyberPanel Main Log File - CyberPanel" msgstr "Главен Лог на CyberPanel - CyberPanel" @@ -2690,16 +3070,6 @@ msgstr "Cache Size in memory" msgid "Enable GZIP Compression" msgstr "Включи GZIP Компресия" -#: tuning/templates/tuning/liteSpeedTuning.html:70 -#: tuning/templates/tuning/phpTuning.html:90 -msgid "Enable" -msgstr "Позволи" - -#: tuning/templates/tuning/liteSpeedTuning.html:71 -#: tuning/templates/tuning/phpTuning.html:91 -msgid "Disable" -msgstr "Забрани" - #: tuning/templates/tuning/liteSpeedTuning.html:74 #: tuning/templates/tuning/phpTuning.html:94 #: userManagment/templates/userManagment/modifyUser.html:77 @@ -2710,17 +3080,17 @@ msgstr "В момента" msgid "Tune Web Server" msgstr "Настрой Web Сървър" -#: tuning/templates/tuning/liteSpeedTuning.html:93 +#: tuning/templates/tuning/liteSpeedTuning.html:92 msgid "" "Cannot fetch Current Value, but you can still submit new changes, error " "reported from server:" msgstr "" -#: tuning/templates/tuning/liteSpeedTuning.html:97 +#: tuning/templates/tuning/liteSpeedTuning.html:96 msgid "Cannot save details, Error Message: " msgstr "" -#: tuning/templates/tuning/liteSpeedTuning.html:102 +#: tuning/templates/tuning/liteSpeedTuning.html:101 msgid "Web Server Successfully tuned." msgstr "" @@ -2756,6 +3126,14 @@ msgstr "Process Hard Limit" msgid "Persistent Connection" msgstr "" +#: tuning/templates/tuning/phpTuning.html:90 +msgid "Enable" +msgstr "Позволи" + +#: tuning/templates/tuning/phpTuning.html:91 +msgid "Disable" +msgstr "Забрани" + #: tuning/templates/tuning/phpTuning.html:102 msgid "Tune PHP" msgstr "Настрой PHP" @@ -2821,17 +3199,6 @@ msgstr "Невалиден Email" msgid "Account Type" msgstr "Вид на акаунт" -#: userManagment/templates/userManagment/createUser.html:67 -#: userManagment/templates/userManagment/modifyUser.html:72 -msgid "Admin" -msgstr "Admin" - -#: userManagment/templates/userManagment/createUser.html:68 -#: userManagment/templates/userManagment/createUser.html:79 -#: userManagment/templates/userManagment/modifyUser.html:73 -msgid "Normal User" -msgstr "Нормален Потребител" - #: userManagment/templates/userManagment/createUser.html:92 #: userManagment/templates/userManagment/modifyUser.html:88 #: userManagment/templates/userManagment/userProfile.html:67 @@ -2840,45 +3207,38 @@ msgid "User Accounts Limit" msgstr "Лимити за Потребителски акаунти" #: userManagment/templates/userManagment/createUser.html:96 -#: userManagment/templates/userManagment/createUser.html:107 msgid "Only Numbers" msgstr "Само Числа" #: userManagment/templates/userManagment/createUser.html:103 -#: userManagment/templates/userManagment/modifyUser.html:98 -#: userManagment/templates/userManagment/userProfile.html:82 -msgid "Websites Limit" -msgstr "Лимити за страници" - -#: userManagment/templates/userManagment/createUser.html:113 #: userManagment/templates/userManagment/userProfile.html:42 msgid "Username" msgstr "Потребителско Име" -#: userManagment/templates/userManagment/createUser.html:117 +#: userManagment/templates/userManagment/createUser.html:107 msgid "Username should be lowercase alphanumeric." msgstr "" -#: userManagment/templates/userManagment/createUser.html:127 +#: userManagment/templates/userManagment/createUser.html:117 msgid "Must contain one number and one special character." msgstr "" -#: userManagment/templates/userManagment/createUser.html:143 +#: userManagment/templates/userManagment/createUser.html:133 #: userManagment/templates/userManagment/index.html:40 #: userManagment/templates/userManagment/index.html:42 msgid "Create User" msgstr "Създай Потребител" -#: userManagment/templates/userManagment/createUser.html:154 -#: userManagment/templates/userManagment/modifyUser.html:130 +#: userManagment/templates/userManagment/createUser.html:144 +#: userManagment/templates/userManagment/modifyUser.html:122 msgid "Account with username:" msgstr "Акаунт с Потребителско име:" -#: userManagment/templates/userManagment/createUser.html:158 +#: userManagment/templates/userManagment/createUser.html:148 msgid "Cannot create user. Error message:" msgstr "" -#: userManagment/templates/userManagment/createUser.html:166 +#: userManagment/templates/userManagment/createUser.html:156 msgid "" "Length of first and last name combined should be less than or equal to 20 " "characters" @@ -2924,15 +3284,15 @@ msgstr "" msgid "Select Account" msgstr "Избери Акаунт" -#: userManagment/templates/userManagment/modifyUser.html:130 +#: userManagment/templates/userManagment/modifyUser.html:122 msgid " is successfully modified." msgstr "е успешно променен." -#: userManagment/templates/userManagment/modifyUser.html:134 +#: userManagment/templates/userManagment/modifyUser.html:126 msgid "Cannot modify user. Error message:" msgstr "" -#: userManagment/templates/userManagment/modifyUser.html:147 +#: userManagment/templates/userManagment/modifyUser.html:139 msgid "Details fetched." msgstr "Детайлите са изтеглени." @@ -2959,6 +3319,10 @@ msgstr "Акаунт Левел" msgid "( 0 = Unlimited )" msgstr "( 0 = Без Лимит )" +#: userManagment/templates/userManagment/userProfile.html:82 +msgid "Websites Limit" +msgstr "Лимити за страници" + #: websiteFunctions/templates/websiteFunctions/createWebsite.html:3 msgid "Create New Website - CyberPanel" msgstr "Добави нова страница - CyberPanel" @@ -2985,36 +3349,30 @@ msgid "Do not enter WWW, it will be auto created!" msgstr "" #: websiteFunctions/templates/websiteFunctions/createWebsite.html:56 -#: websiteFunctions/templates/websiteFunctions/website.html:293 -#: websiteFunctions/templates/websiteFunctions/website.html:304 +#: websiteFunctions/templates/websiteFunctions/website.html:317 +#: websiteFunctions/templates/websiteFunctions/website.html:328 msgid "Invalid Domain (Note: You don't need to add 'http' or 'https')" msgstr "" "Невалиден домейн (Забележка: Не е необходимо да поставяте 'http' или 'https')" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:84 -#: websiteFunctions/templates/websiteFunctions/website.html:325 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:85 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:86 +#: websiteFunctions/templates/websiteFunctions/website.html:350 msgid "Additional Features" msgstr "Допълнителни функции" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:91 -#: websiteFunctions/templates/websiteFunctions/website.html:332 -msgid "" -"For SSL to work DNS of domain should point to server, otherwise self signed " -"SSL will be issued, you can add your own SSL later." -msgstr "" - -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:113 -#: websiteFunctions/templates/websiteFunctions/website.html:354 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:120 +#: websiteFunctions/templates/websiteFunctions/website.html:385 msgid "Cannot create website. Error message:" msgstr "Страницата не е създадена, защото:" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:117 -#: websiteFunctions/templates/websiteFunctions/website.html:358 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:389 msgid "Website with domain" msgstr "Страница с домейн" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:117 -#: websiteFunctions/templates/websiteFunctions/website.html:358 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:389 msgid " is Successfully Created" msgstr "е Успешно Създаден" @@ -3036,6 +3394,87 @@ msgstr "" msgid "Successfully Deleted." msgstr "Успешно е Изтрита." +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:3 +#, fuzzy +#| msgid "Home - CyberPanel" +msgid "Domain Aliases - CyberPanel" +msgstr "Начало - CyberPanel" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:12 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:19 +#, fuzzy +#| msgid "Domain Name" +msgid "Domain Aliases" +msgstr "Домейн Име" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:13 +msgid "" +"With Domain Aliases you can visit example.com using example.net and view the " +"same content." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:29 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:105 +#, fuzzy +#| msgid "Create Email" +msgid "Create Alias" +msgstr "Създай Email" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:36 +#, fuzzy +#| msgid "Create Email" +msgid "Master Domain" +msgstr "Създай Email" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:37 +msgid "Alias" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:38 +#, fuzzy +#| msgid "System Status" +msgid "File System Path" +msgstr "Статус" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:53 +#: websiteFunctions/templates/websiteFunctions/website.html:480 +#, fuzzy +#| msgid "Issue SSL" +msgid "Issue" +msgstr "Издаване на SSL" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:63 +msgid "Domain Aliases not found." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:79 +#, fuzzy +#| msgid "Select Domain" +msgid "Alias Domain" +msgstr "Избери Домейн" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:93 +msgid "" +"For SSL to work DNS of domain should point to server, otherwise self signed " +"SSL will be issued, you can add your own SSL later." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:114 +#, fuzzy +#| msgid "Action failed. Error message:" +msgid "Operation failed. Error message:" +msgstr "Действието не е изпълнено, защото:" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:118 +msgid "Alias successfully created. Refreshing page in 3 seconds..." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:122 +#, fuzzy +#| msgid "Action successful." +msgid "Operation Successfull." +msgstr "Действието е успешно изпълнено." + #: websiteFunctions/templates/websiteFunctions/index.html:3 msgid "Website Functions - CyberPanel" msgstr "" @@ -3047,6 +3486,136 @@ msgstr "" msgid "Suspend/Unsuspend Website" msgstr "Пусни/Спри Страница" +#: websiteFunctions/templates/websiteFunctions/listCron.html:3 +#, fuzzy +#| msgid "Version Management - CyberPanel" +msgid "Cron Management - CyberPanel" +msgstr "Мениджър на Версия - CyberPanel" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:12 +#: websiteFunctions/templates/websiteFunctions/listCron.html:19 +#, fuzzy +#| msgid "Version Management" +msgid "Cron Management" +msgstr "Мениджър на Версия" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:13 +#, fuzzy +#| msgid "Create, edit and delete databases on this page." +msgid "Create, edit or delete your cron jobs from this page." +msgstr "Създай, редактирай базите от данни." + +#: websiteFunctions/templates/websiteFunctions/listCron.html:37 +#, fuzzy +#| msgid "Add Destination" +msgid "Add Cron" +msgstr "Добави дестинация" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:46 +#: websiteFunctions/templates/websiteFunctions/listCron.html:95 +msgid "Minute" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:47 +#: websiteFunctions/templates/websiteFunctions/listCron.html:101 +msgid "Hour" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:48 +msgid "Day of Month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:49 +#: websiteFunctions/templates/websiteFunctions/listCron.html:113 +msgid "Month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:50 +msgid "Day of Week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:51 +#: websiteFunctions/templates/websiteFunctions/listCron.html:126 +msgid "Command" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:52 +#, fuzzy +#| msgid "FTP Functions" +msgid "Action" +msgstr "FTP Функции" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:79 +msgid "Pre defined" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:82 +msgid "Every minute" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:83 +msgid "Every 5 minutes" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:84 +msgid "Every 30 minutes" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:85 +msgid "Every hour" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:86 +msgid "Every day" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:87 +msgid "Every week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:88 +msgid "Every month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:89 +msgid "Every year" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:107 +msgid "Day of month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:119 +msgid "Day of week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:135 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Save edits" +msgstr "Запази Rewrite Rules" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:142 +#, fuzzy +#| msgid "Add Destination" +msgid "Add cron" +msgstr "Добави дестинация" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:152 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:105 +msgid "Cannot fetch website details. Error message:" +msgstr "Информацията за страницата не са обновени, защото:" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:156 +#, fuzzy +#| msgid "Could not save SSL. Error message:" +msgid "Unable to add/save Cron. Error message:" +msgstr "SSL не е запазен, защото:" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:159 +msgid "Cron job saved" +msgstr "" + #: websiteFunctions/templates/websiteFunctions/listWebsites.html:3 msgid "Websites Hosted - CyberPanel" msgstr "" @@ -3067,15 +3636,11 @@ msgstr "Текущ Пакет" msgid "Current Owner:" msgstr "Текущ собственик:" -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:104 -msgid "Cannot fetch website details. Error message:" -msgstr "Информацията за страницата не са обновени, защото:" - -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:108 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:109 msgid "Cannot modify website. Error message:" msgstr "Страницата не може да бъде променена, защото:" -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:112 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:113 msgid "Website Details Successfully fetched" msgstr "Детайлите за страницата са изтеглени" @@ -3121,238 +3686,342 @@ msgstr "Минала" msgid "All functions related to a particular site." msgstr "Всички функции, които са свързани с определена страница." -#: websiteFunctions/templates/websiteFunctions/website.html:22 +#: websiteFunctions/templates/websiteFunctions/website.html:25 msgid "Resource Usage" msgstr "Използвани ресурси" -#: websiteFunctions/templates/websiteFunctions/website.html:31 +#: websiteFunctions/templates/websiteFunctions/website.html:36 msgid "Resource" msgstr "Ресурси" -#: websiteFunctions/templates/websiteFunctions/website.html:33 +#: websiteFunctions/templates/websiteFunctions/website.html:38 msgid "Allowed" msgstr "Позволено" -#: websiteFunctions/templates/websiteFunctions/website.html:55 -#: websiteFunctions/templates/websiteFunctions/website.html:82 +#: websiteFunctions/templates/websiteFunctions/website.html:60 +#: websiteFunctions/templates/websiteFunctions/website.html:87 msgid "Bandwidth Usage" msgstr "Използван Трафик" -#: websiteFunctions/templates/websiteFunctions/website.html:118 +#: websiteFunctions/templates/websiteFunctions/website.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:127 msgid "Load Access Logs" msgstr "Зареди Access Логове" -#: websiteFunctions/templates/websiteFunctions/website.html:130 +#: websiteFunctions/templates/websiteFunctions/website.html:135 +#: websiteFunctions/templates/websiteFunctions/website.html:138 msgid "Load Error Logs" msgstr "Зареди Error Логове" -#: websiteFunctions/templates/websiteFunctions/website.html:146 +#: websiteFunctions/templates/websiteFunctions/website.html:150 msgid "Logs Fetched" msgstr "Логовете са изтеглени" -#: websiteFunctions/templates/websiteFunctions/website.html:151 +#: websiteFunctions/templates/websiteFunctions/website.html:155 msgid "" "Could not fetch logs, see the logs file through command line. Error message:" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:172 -#: websiteFunctions/templates/websiteFunctions/website.html:211 +#: websiteFunctions/templates/websiteFunctions/website.html:176 +#: websiteFunctions/templates/websiteFunctions/website.html:215 msgid "Next" msgstr "Следваща" -#: websiteFunctions/templates/websiteFunctions/website.html:173 -#: websiteFunctions/templates/websiteFunctions/website.html:212 +#: websiteFunctions/templates/websiteFunctions/website.html:177 +#: websiteFunctions/templates/websiteFunctions/website.html:216 msgid "Previous" msgstr "Минала" -#: websiteFunctions/templates/websiteFunctions/website.html:256 -#: websiteFunctions/templates/websiteFunctions/website.html:258 +#: websiteFunctions/templates/websiteFunctions/website.html:262 +#: websiteFunctions/templates/websiteFunctions/website.html:265 +#: websiteFunctions/templates/websiteFunctions/website.html:266 #, fuzzy #| msgid "Add Destination" msgid "Add Domains" msgstr "Добави дестинация" -#: websiteFunctions/templates/websiteFunctions/website.html:268 -#: websiteFunctions/templates/websiteFunctions/website.html:270 +#: websiteFunctions/templates/websiteFunctions/website.html:273 +#: websiteFunctions/templates/websiteFunctions/website.html:276 +#: websiteFunctions/templates/websiteFunctions/website.html:277 +#: websiteFunctions/templates/websiteFunctions/website.html:294 +#: websiteFunctions/templates/websiteFunctions/website.html:297 #, fuzzy #| msgid "Select Domain" msgid "List Domains" msgstr "Избери Домейн" -#: websiteFunctions/templates/websiteFunctions/website.html:300 -#: websiteFunctions/templates/websiteFunctions/website.html:770 -#: websiteFunctions/templates/websiteFunctions/website.html:821 +#: websiteFunctions/templates/websiteFunctions/website.html:283 +#: websiteFunctions/templates/websiteFunctions/website.html:286 +#: websiteFunctions/templates/websiteFunctions/website.html:287 +#, fuzzy +#| msgid "Domain Name" +msgid "Domain Alias" +msgstr "Домейн Име" + +#: websiteFunctions/templates/websiteFunctions/website.html:294 +#: websiteFunctions/templates/websiteFunctions/website.html:297 +msgid "Add new Cron Job" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:298 +msgid "Cron Jobs" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:324 +#: websiteFunctions/templates/websiteFunctions/website.html:883 +#: websiteFunctions/templates/websiteFunctions/website.html:934 msgid "Path" msgstr "Път" -#: websiteFunctions/templates/websiteFunctions/website.html:302 +#: websiteFunctions/templates/websiteFunctions/website.html:326 msgid "This path is relative to: " msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:302 +#: websiteFunctions/templates/websiteFunctions/website.html:326 msgid "Leave empty to set default." msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:343 +#: websiteFunctions/templates/websiteFunctions/website.html:374 #, fuzzy #| msgid "Create Email" msgid "Create Domain" msgstr "Създай Email" -#: websiteFunctions/templates/websiteFunctions/website.html:386 +#: websiteFunctions/templates/websiteFunctions/website.html:416 #, fuzzy #| msgid "Version Management" msgid "PHP Version Changed to:" msgstr "Мениджър на Версия" -#: websiteFunctions/templates/websiteFunctions/website.html:390 +#: websiteFunctions/templates/websiteFunctions/website.html:420 #, fuzzy #| msgid "Delete" msgid "Deleted:" msgstr "Изтрий" -#: websiteFunctions/templates/websiteFunctions/website.html:394 +#: websiteFunctions/templates/websiteFunctions/website.html:424 #, fuzzy #| msgid "SSL Issued for" msgid "SSL Issued:" msgstr "SSL издаден за" -#: websiteFunctions/templates/websiteFunctions/website.html:449 -#, fuzzy -#| msgid "Issue SSL" -msgid "Issue" -msgstr "Издаване на SSL" - -#: websiteFunctions/templates/websiteFunctions/website.html:477 +#: websiteFunctions/templates/websiteFunctions/website.html:509 msgid "Configurations" msgstr "Конфигурация" -#: websiteFunctions/templates/websiteFunctions/website.html:483 -msgid "Edit Virtual Host Main Configurations" -msgstr "Редактирай Virtual Host Main Configurations" - -#: websiteFunctions/templates/websiteFunctions/website.html:485 +#: websiteFunctions/templates/websiteFunctions/website.html:518 +#: websiteFunctions/templates/websiteFunctions/website.html:521 msgid "Edit vHost Main Configurations" msgstr "Редактирай vHost Main Configurations" -#: websiteFunctions/templates/websiteFunctions/website.html:495 -#: websiteFunctions/templates/websiteFunctions/website.html:497 +#: websiteFunctions/templates/websiteFunctions/website.html:522 +msgid "vHost Conf" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:530 msgid "Add Rewrite Rules (.htaccess)" msgstr "Добави Rewrite Rules (.htaccess)" -#: websiteFunctions/templates/websiteFunctions/website.html:507 +#: websiteFunctions/templates/websiteFunctions/website.html:533 +#, fuzzy +#| msgid "Add Rewrite Rules (.htaccess)" +msgid "Rewrite Rules (.htaccess)" +msgstr "Добави Rewrite Rules (.htaccess)" + +#: websiteFunctions/templates/websiteFunctions/website.html:534 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Rewrite Rules" +msgstr "Запази Rewrite Rules" + +#: websiteFunctions/templates/websiteFunctions/website.html:542 +#: websiteFunctions/templates/websiteFunctions/website.html:545 msgid "Add Your Own SSL" msgstr "Добави свой SSL" -#: websiteFunctions/templates/websiteFunctions/website.html:509 +#: websiteFunctions/templates/websiteFunctions/website.html:546 msgid "Add SSL" msgstr "Добави SSL" -#: websiteFunctions/templates/websiteFunctions/website.html:524 +#: websiteFunctions/templates/websiteFunctions/website.html:554 +#: websiteFunctions/templates/websiteFunctions/website.html:557 +#, fuzzy +#| msgid "Select PHP Version" +msgid "Change PHP Version" +msgstr "Избери PHP Версия" + +#: websiteFunctions/templates/websiteFunctions/website.html:558 +#: websiteFunctions/templates/websiteFunctions/website.html:754 +#, fuzzy +#| msgid "Change" +msgid "Change PHP" +msgstr "Промени" + +#: websiteFunctions/templates/websiteFunctions/website.html:570 msgid "SSL Saved" msgstr "SSL Запазен" -#: websiteFunctions/templates/websiteFunctions/website.html:529 +#: websiteFunctions/templates/websiteFunctions/website.html:575 msgid "Could not save SSL. Error message:" msgstr "SSL не е запазен, защото:" -#: websiteFunctions/templates/websiteFunctions/website.html:579 +#: websiteFunctions/templates/websiteFunctions/website.html:624 msgid "Current configuration in the file fetched." msgstr "Текущата конфигурация във файла е изтеглена" -#: websiteFunctions/templates/websiteFunctions/website.html:584 -#: websiteFunctions/templates/websiteFunctions/website.html:597 +#: websiteFunctions/templates/websiteFunctions/website.html:629 +#: websiteFunctions/templates/websiteFunctions/website.html:642 msgid "Could not fetch current configuration. Error message:" msgstr "Текущата конфигурация не е изтеглена, защото:" -#: websiteFunctions/templates/websiteFunctions/website.html:593 -#: websiteFunctions/templates/websiteFunctions/website.html:648 +#: websiteFunctions/templates/websiteFunctions/website.html:638 +#: websiteFunctions/templates/websiteFunctions/website.html:690 #, fuzzy #| msgid "SSH Configurations Saved." msgid "Configurations saved." msgstr "SSH Конфигурацията е запаметена." -#: websiteFunctions/templates/websiteFunctions/website.html:634 +#: websiteFunctions/templates/websiteFunctions/website.html:676 msgid "Current rewrite rules in the file fetched." msgstr "Наличните rewrite rules са изтеглени." -#: websiteFunctions/templates/websiteFunctions/website.html:639 +#: websiteFunctions/templates/websiteFunctions/website.html:681 msgid "Could not fetch current rewrite rules. Error message:" msgstr "Наличните rewrite rules не са изтеглени, защото:" -#: websiteFunctions/templates/websiteFunctions/website.html:652 +#: websiteFunctions/templates/websiteFunctions/website.html:694 msgid "Could not save rewrite rules. Error message:" msgstr "Новите rewrite rules не са запаметени, защото:" -#: websiteFunctions/templates/websiteFunctions/website.html:668 +#: websiteFunctions/templates/websiteFunctions/website.html:710 msgid "Save Rewrite Rules" msgstr "Запази Rewrite Rules" -#: websiteFunctions/templates/websiteFunctions/website.html:691 +#: websiteFunctions/templates/websiteFunctions/website.html:765 +#, fuzzy +#| msgid "Cannot create website. Error message:" +msgid "Failed to change PHP version. Error message:" +msgstr "Страницата не е създадена, защото:" + +#: websiteFunctions/templates/websiteFunctions/website.html:769 +#, fuzzy +#| msgid " is successfully created." +msgid "PHP successfully changed for: " +msgstr "е успешно създаден." + +#: websiteFunctions/templates/websiteFunctions/website.html:795 msgid "Files" msgstr "Файлове" -#: websiteFunctions/templates/websiteFunctions/website.html:698 -#: websiteFunctions/templates/websiteFunctions/website.html:700 +#: websiteFunctions/templates/websiteFunctions/website.html:803 +#: websiteFunctions/templates/websiteFunctions/website.html:806 +#: websiteFunctions/templates/websiteFunctions/website.html:807 msgid "File Manager" msgstr "Файл Мениджър" -#: websiteFunctions/templates/websiteFunctions/website.html:739 +#: websiteFunctions/templates/websiteFunctions/website.html:819 +#, fuzzy +#| msgid "Create FTP Account" +msgid "Create FTP Acct" +msgstr "Създай FTP Акаунт" + +#: websiteFunctions/templates/websiteFunctions/website.html:831 +#, fuzzy +#| msgid "Delete FTP Account" +msgid "Delete FTP Acct" +msgstr "Изтрий FTP Акаунт" + +#: websiteFunctions/templates/websiteFunctions/website.html:848 msgid "Application Installer" msgstr "Инсталатор на Приложения" -#: websiteFunctions/templates/websiteFunctions/website.html:745 +#: websiteFunctions/templates/websiteFunctions/website.html:857 +#: websiteFunctions/templates/websiteFunctions/website.html:860 #, fuzzy #| msgid "Wordpress with LSCache" msgid "Install wordpress with LSCache" msgstr "Wordpress с LSCache" -#: websiteFunctions/templates/websiteFunctions/website.html:747 +#: websiteFunctions/templates/websiteFunctions/website.html:861 msgid "Wordpress with LSCache" msgstr "Wordpress с LSCache" -#: websiteFunctions/templates/websiteFunctions/website.html:756 +#: websiteFunctions/templates/websiteFunctions/website.html:869 +#: websiteFunctions/templates/websiteFunctions/website.html:872 #, fuzzy #| msgid "Wordpress with LSCache" msgid "Install Joomla with(?) LSCache" msgstr "Wordpress с LSCache" -#: websiteFunctions/templates/websiteFunctions/website.html:758 +#: websiteFunctions/templates/websiteFunctions/website.html:873 msgid "Joomla" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:792 -#: websiteFunctions/templates/websiteFunctions/website.html:871 +#: websiteFunctions/templates/websiteFunctions/website.html:905 +#: websiteFunctions/templates/websiteFunctions/website.html:984 msgid "Installation failed. Error message:" msgstr "Инсталацията Не завърши, защото:" -#: websiteFunctions/templates/websiteFunctions/website.html:796 -#: websiteFunctions/templates/websiteFunctions/website.html:875 +#: websiteFunctions/templates/websiteFunctions/website.html:909 +#: websiteFunctions/templates/websiteFunctions/website.html:988 msgid "Installation successful. To complete the setup visit:" msgstr "Инсталацията завърши успешно. " -#: websiteFunctions/templates/websiteFunctions/website.html:828 +#: websiteFunctions/templates/websiteFunctions/website.html:941 msgid "Site name" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:835 +#: websiteFunctions/templates/websiteFunctions/website.html:948 #, fuzzy #| msgid "Username" msgid "Admin Username" msgstr "Потребителско Име" -#: websiteFunctions/templates/websiteFunctions/website.html:842 +#: websiteFunctions/templates/websiteFunctions/website.html:955 #, fuzzy #| msgid "Password" msgid "Admin Password" msgstr "Парола" -#: websiteFunctions/templates/websiteFunctions/website.html:849 +#: websiteFunctions/templates/websiteFunctions/website.html:962 #, fuzzy #| msgid "Database Name" msgid "Database prefix" msgstr "Име на База от Данни" +#~ msgid "Daily" +#~ msgstr "Дневно" + +#~ msgid "Weekly" +#~ msgstr "Седмично" + +#~ msgid "HTTP Statistics" +#~ msgstr "HTTP Статистика" + +#~ msgid "Available/Max Connections" +#~ msgstr "Налични/Максимални Връзки" + +#~ msgid "Available/Max SSL Connections" +#~ msgstr "Налични/Максимални SSL Връзки" + +#~ msgid "Requests Processing" +#~ msgstr "Обработвани заявки" + +#~ msgid "Total Requests" +#~ msgstr "Всички Заявки" + +#~ msgid "IPV6" +#~ msgstr "IPv6" + +#~ msgid "Admin" +#~ msgstr "Admin" + +#~ msgid "Normal User" +#~ msgstr "Нормален Потребител" + +#~ msgid "Edit Virtual Host Main Configurations" +#~ msgstr "Редактирай Virtual Host Main Configurations" + #~ msgid "Configuration saved. Restart LiteSpeed put them in effect." #~ msgstr "" #~ "Конфигурацията е запазена. Рестартирайте LiteSpeed, за да влезнат в сила " diff --git a/locale/bs/LC_MESSAGES/django.mo b/locale/bs/LC_MESSAGES/django.mo index 8e10d8408568601ed1ab6cd69c44b9be6c3bb567..75bf7400bda8430cccf0a1fe0392a4834e2ec4dc 100644 GIT binary patch delta 9025 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 E0bV!KLI3~& delta 9508 zcmY+~2YgTW{>SkX8ImANVn-r`L?kj0n*L?5~(bS3|gx{o4S;UQLR-~s$Bn8 zwCeV+xV?0_+S@Aa)uO6Hm-_3_TL0JkcfRh!J&%4ozvGZnm824fTzJsp#naN*59<**?Lv#(dJ8Fc=H^*ief*NQK zR6CjIhXu$Otr~1f|JGB^gk|kRcPfsdC!Rz#_&#a{&LN9q{fJHR7ODf^j`n~fQTGo; zm1m#^T8vtuS?Go9O!-!Hr+;fdiOG0S1sK@LUcy$W2f~pmt1E`#7}N}AVQbuiX?PfQ zU&9E?io_UHejG-j0~xcm*Z41VsN#21(4MDQRcjckqjFROwMg66Yp9Mdq3(0*Y*}3} z5|tl=p*RO=(%NjwPoSRv4m~h{PPL*fqga1+)Rh7)RTgTG^06USqYld))Y7lO?)Vhy z%$&v^_&xT> zHJFO5qBRcVaS>`@ucBVFJSE?CKio4YmQ_RUL;acGs{BFtPq>v z5@Q`|hR+(0p`N>lZg>^7w?CmT{)$>z_c%KrhRVmIRyYG0h{KvhLQ7nU8bBRt0K3o! zPokFYW7N`JH|2LszA?+dd9+#}+iWGH?yE4)!2t5hP-p6C)WCN*^X&gV5?aE8#-pf? z-$ga_Df;18*c^XDopzrDd#MvpGa8Rf+Ij@Fv>Q5s1^DUd(yvknS_?E zbvN5E)JP*y55}Q7?u%+*6l#DqsD>7qd>v}fccAuq7iwU~QCoT1lz)bvM1`?8JKNpF5 zZeSwouO*v8fgUKrAe@PMU?s9j)&|r7-$O0^CzyiYn0!o6`*ioiNXjRmCbk&$)@;Bo z_zJ3@%h(iuc976gx%INQAPDtf0;+rn>THZbEm;m~Ao-}3s6Y*9A?huuMcwyT)O`oA z1s+9x7d}C)=v{1%4lll&T8ehq6^Ec2oPla^G3qVYj%sM1sXt-r&!ATDXH>_(pl14q z$#?8yKOco9lqcc@+<~cj|L>5^8tY6pc^~hoH710yVQl)IbIpGq4T$ z$*8TFi@I+;w!|%{`wyYod&~F%YDGUqhfd??Bs9YBQ5|{=p=K}$wGwHlrOZNY z#bng|Rj9+d0E2NYYNjutR^$|FtInYYat*ZwHwUu*YRD(aZm69x7M(Li)n}jvnvWX5 zbW=VL)$tlr{w%7){igmfYJjIuhxok7e`E5$B{^7DDjFnP7U$6FZJdem=7 zjc^gV;R@8!u14pnMs3Yb)Bp~lX7 ^UQkRt*HX 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 diff --git a/locale/bs/LC_MESSAGES/django.po b/locale/bs/LC_MESSAGES/django.po index 3cbfab995..14a41362d 100644 --- a/locale/bs/LC_MESSAGES/django.po +++ b/locale/bs/LC_MESSAGES/django.po @@ -3,14 +3,13 @@ # This file is distributed under the same license as the CyberPanel package. # FIRST AUTHOR , 2017. # -#: baseTemplate/templates/baseTemplate/index.html:95 -#: baseTemplate/templates/baseTemplate/index.html:185 -#: baseTemplate/templates/baseTemplate/index.html:236 -#: baseTemplate/templates/baseTemplate/index.html:242 -#: baseTemplate/templates/baseTemplate/index.html:248 -#: baseTemplate/templates/baseTemplate/index.html:254 -#: baseTemplate/templates/baseTemplate/index.html:260 -#: baseTemplate/templates/baseTemplate/index.html:266 +#: baseTemplate/templates/baseTemplate/index.html:176 +#: baseTemplate/templates/baseTemplate/index.html:222 +#: baseTemplate/templates/baseTemplate/index.html:228 +#: baseTemplate/templates/baseTemplate/index.html:234 +#: baseTemplate/templates/baseTemplate/index.html:240 +#: baseTemplate/templates/baseTemplate/index.html:246 +#: baseTemplate/templates/baseTemplate/index.html:252 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:198 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:288 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:343 @@ -23,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: CyberPanel\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-15 13:07+0500\n" +"POT-Creation-Date: 2018-05-14 14:50+0500\n" "PO-Revision-Date: 2017-10-21 21:00+0200\n" "Last-Translator: \n" "Language-Team: LANGUAGE \n" @@ -57,6 +56,22 @@ msgstr "" msgid "Bosnian" msgstr "" +#: CyberCP/settings.py:173 +msgid "Greek" +msgstr "" + +#: CyberCP/settings.py:174 +msgid "Russian" +msgstr "" + +#: CyberCP/settings.py:175 +msgid "Turkish" +msgstr "" + +#: CyberCP/settings.py:176 +msgid "Spanish" +msgstr "" + #: backup/templates/backup/backup.html:4 backup/templates/backup/backup.html:14 #: backup/templates/backup/backup.html:21 msgid "Back up Website" @@ -73,9 +88,12 @@ msgstr "Ova stranica može poslužiti da napravite Backup vašeg sajta" #: mailServer/templates/mailServer/changeEmailPassword.html:28 #: mailServer/templates/mailServer/createEmailAccount.html:28 #: mailServer/templates/mailServer/deleteEmailAccount.html:28 +#: mailServer/templates/mailServer/dkimManager.html:83 #: manageSSL/templates/manageSSL/manageSSL.html:29 #: manageSSL/templates/manageSSL/sslForHostName.html:29 +#: manageSSL/templates/manageSSL/sslForMailServer.html:29 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:28 +#: websiteFunctions/templates/websiteFunctions/listCron.html:28 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:28 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:29 msgid "Select Website" @@ -88,24 +106,25 @@ msgstr "Odredište" #: backup/templates/backup/backup.html:44 #: baseTemplate/templates/baseTemplate/homePage.html:12 -#: filemanager/templates/filemanager/index.html:133 +#: filemanager/templates/filemanager/index.html:136 msgid "Home" msgstr "Početna" #: backup/templates/backup/backup.html:60 #: backup/templates/backup/restore.html:62 -#: filemanager/templates/filemanager/index.html:157 +#: filemanager/templates/filemanager/index.html:160 msgid "File Name" msgstr "Ime datoteke" #: backup/templates/backup/backup.html:61 #: backup/templates/backup/backup.html:106 #: backup/templates/backup/restore.html:63 -#: baseTemplate/templates/baseTemplate/index.html:270 +#: baseTemplate/templates/baseTemplate/index.html:256 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:377 -#: filemanager/templates/filemanager/index.html:212 +#: filemanager/templates/filemanager/index.html:215 #: firewall/templates/firewall/firewall.html:36 -#: managePHP/templates/managePHP/installExtensions.html:65 +#: firewall/templates/firewall/modSecurityRulesPacks.html:112 +#: managePHP/templates/managePHP/installExtensions.html:66 msgid "Status" msgstr "Status" @@ -114,7 +133,7 @@ msgid "Running" msgstr "Pokrenuto" #: backup/templates/backup/backup.html:81 -#: baseTemplate/templates/baseTemplate/index.html:445 +#: baseTemplate/templates/baseTemplate/index.html:432 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:552 msgid "Create Back up" msgstr "Kreiraj backup" @@ -129,10 +148,11 @@ msgstr "Kreiraj backup" #: backup/templates/backup/backupDestinations.html:97 #: backup/templates/backup/backupSchedule.html:89 #: databases/templates/databases/listDataBases.html:87 -#: dns/templates/dns/addDeleteDNSRecords.html:129 +#: dns/templates/dns/addDeleteDNSRecords.html:294 #: firewall/templates/firewall/firewall.html:135 +#: firewall/templates/firewall/modSecurityRulesPacks.html:109 #: ftp/templates/ftp/listFTPAccounts.html:87 -#: managePHP/templates/managePHP/installExtensions.html:61 +#: managePHP/templates/managePHP/installExtensions.html:62 msgid "ID" msgstr "ID" @@ -145,7 +165,7 @@ msgid "Date" msgstr "Datum" #: backup/templates/backup/backup.html:105 -#: filemanager/templates/filemanager/index.html:210 +#: filemanager/templates/filemanager/index.html:213 #: ftp/templates/ftp/listFTPAccounts.html:90 msgid "Size" msgstr "Veličina" @@ -153,11 +173,14 @@ msgstr "Veličina" #: backup/templates/backup/backup.html:107 #: backup/templates/backup/backupDestinations.html:100 #: backup/templates/backup/backupSchedule.html:92 -#: dns/templates/dns/addDeleteDNSRecords.html:134 +#: dns/templates/dns/addDeleteDNSRecords.html:300 #: filemanager/templates/filemanager/index.html:72 #: firewall/templates/firewall/firewall.html:140 #: firewall/templates/firewall/secureSSH.html:122 -#: websiteFunctions/templates/websiteFunctions/website.html:450 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:40 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:55 +#: websiteFunctions/templates/websiteFunctions/listCron.html:65 +#: websiteFunctions/templates/websiteFunctions/website.html:481 msgid "Delete" msgstr "Briši" @@ -184,7 +207,7 @@ msgstr "" #: backup/templates/backup/backupDestinations.html:30 #: backup/templates/backup/remoteBackups.html:29 -#: dns/templates/dns/addDeleteDNSRecords.html:60 +#: dns/templates/dns/addDeleteDNSRecords.html:67 #: dns/templates/dns/createNameServer.html:48 #: dns/templates/dns/createNameServer.html:65 #: firewall/templates/firewall/firewall.html:138 @@ -198,8 +221,8 @@ msgstr "IP adresa" #: ftp/templates/ftp/listFTPAccounts.html:91 #: mailServer/templates/mailServer/changeEmailPassword.html:52 #: mailServer/templates/mailServer/createEmailAccount.html:51 -#: userManagment/templates/userManagment/createUser.html:123 -#: userManagment/templates/userManagment/modifyUser.html:106 +#: userManagment/templates/userManagment/createUser.html:113 +#: userManagment/templates/userManagment/modifyUser.html:98 msgid "Password" msgstr "Šifra" @@ -214,7 +237,7 @@ msgstr "" #: backup/templates/backup/backupDestinations.html:55 #: backup/templates/backup/backupSchedule.html:54 -#: baseTemplate/templates/baseTemplate/index.html:447 +#: baseTemplate/templates/baseTemplate/index.html:434 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:554 msgid "Add Destination" msgstr "Dodaj destinaciju" @@ -247,25 +270,28 @@ msgstr "Destinacija je dodana." #: backup/templates/backup/restore.html:95 #: databases/templates/databases/createDatabase.html:88 #: databases/templates/databases/deleteDatabase.html:73 -#: dns/templates/dns/addDeleteDNSRecords.html:185 +#: dns/templates/dns/addDeleteDNSRecords.html:352 #: dns/templates/dns/createDNSZone.html:60 #: dns/templates/dns/createNameServer.html:100 #: dns/templates/dns/deleteDNSZone.html:67 #: mailServer/templates/mailServer/changeEmailPassword.html:80 #: mailServer/templates/mailServer/createEmailAccount.html:79 #: mailServer/templates/mailServer/deleteEmailAccount.html:79 +#: mailServer/templates/mailServer/dkimManager.html:156 #: manageSSL/templates/manageSSL/manageSSL.html:60 -#: userManagment/templates/userManagment/createUser.html:162 -#: userManagment/templates/userManagment/modifyUser.html:138 +#: userManagment/templates/userManagment/createUser.html:152 +#: userManagment/templates/userManagment/modifyUser.html:130 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:126 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:77 -#: websiteFunctions/templates/websiteFunctions/website.html:156 -#: websiteFunctions/templates/websiteFunctions/website.html:362 -#: websiteFunctions/templates/websiteFunctions/website.html:404 -#: websiteFunctions/templates/websiteFunctions/website.html:534 -#: websiteFunctions/templates/websiteFunctions/website.html:589 -#: websiteFunctions/templates/websiteFunctions/website.html:644 -#: websiteFunctions/templates/websiteFunctions/website.html:802 -#: websiteFunctions/templates/websiteFunctions/website.html:881 +#: websiteFunctions/templates/websiteFunctions/website.html:160 +#: websiteFunctions/templates/websiteFunctions/website.html:393 +#: websiteFunctions/templates/websiteFunctions/website.html:434 +#: websiteFunctions/templates/websiteFunctions/website.html:580 +#: websiteFunctions/templates/websiteFunctions/website.html:634 +#: websiteFunctions/templates/websiteFunctions/website.html:686 +#: websiteFunctions/templates/websiteFunctions/website.html:773 +#: websiteFunctions/templates/websiteFunctions/website.html:915 +#: websiteFunctions/templates/websiteFunctions/website.html:994 msgid "Could not connect to server. Please refresh this page." msgstr "Ne mogu se spojiti na udaljeni računar. Molimo da refreshujete " @@ -284,7 +310,7 @@ msgstr "Zakazivanje Backupa - CyberPanel" #: backup/templates/backup/backupSchedule.html:13 #: backup/templates/backup/backupSchedule.html:20 -#: baseTemplate/templates/baseTemplate/index.html:448 +#: baseTemplate/templates/baseTemplate/index.html:435 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:555 msgid "Schedule Back up" msgstr "Zakazivanje backupa" @@ -305,14 +331,6 @@ msgstr "Odabir destinacije" msgid "Select Frequency" msgstr "Koliko često" -#: backup/templates/backup/backupSchedule.html:43 -msgid "Daily" -msgstr "Dnevno" - -#: backup/templates/backup/backupSchedule.html:44 -msgid "Weekly" -msgstr "Sedmično" - #: backup/templates/backup/backupSchedule.html:69 msgid "Cannot add schedule. Error message:" msgstr "Nije moguće dodati zakazivanje backupa. Greška je:" @@ -331,13 +349,13 @@ msgstr "Backup naslovna " #: backup/templates/backup/index.html:13 backup/templates/backup/index.html:29 #: backup/templates/backup/index.html:45 -#: baseTemplate/templates/baseTemplate/homePage.html:268 -#: baseTemplate/templates/baseTemplate/homePage.html:271 -#: baseTemplate/templates/baseTemplate/homePage.html:463 -#: baseTemplate/templates/baseTemplate/homePage.html:466 -#: baseTemplate/templates/baseTemplate/index.html:438 -#: baseTemplate/templates/baseTemplate/index.html:440 -#: baseTemplate/templates/baseTemplate/index.html:457 +#: baseTemplate/templates/baseTemplate/homePage.html:204 +#: baseTemplate/templates/baseTemplate/homePage.html:207 +#: baseTemplate/templates/baseTemplate/homePage.html:399 +#: baseTemplate/templates/baseTemplate/homePage.html:402 +#: baseTemplate/templates/baseTemplate/index.html:425 +#: baseTemplate/templates/baseTemplate/index.html:427 +#: baseTemplate/templates/baseTemplate/index.html:444 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:545 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:547 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:564 @@ -349,7 +367,7 @@ msgid "Back up and restore sites." msgstr "Backup i vrati sajtove" #: backup/templates/backup/index.html:19 -#: baseTemplate/templates/baseTemplate/homePage.html:164 +#: baseTemplate/templates/baseTemplate/homePage.html:100 #: databases/templates/databases/index.html:19 dns/templates/dns/index.html:19 #: firewall/templates/firewall/index.html:19 ftp/templates/ftp/index.html:19 #: mailServer/templates/mailServer/index.html:19 @@ -371,7 +389,7 @@ msgid "Back up Site" msgstr "Nazad na sajt" #: backup/templates/backup/index.html:55 -#: baseTemplate/templates/baseTemplate/index.html:446 +#: baseTemplate/templates/baseTemplate/index.html:433 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:553 msgid "Restore Back up" msgstr "Vrati backup" @@ -409,8 +427,9 @@ msgid "Start Transfer" msgstr "" #: backup/templates/backup/remoteBackups.html:59 -#: filemanager/templates/filemanager/index.html:236 -#: websiteFunctions/templates/websiteFunctions/website.html:295 +#: filemanager/templates/filemanager/index.html:239 +#: websiteFunctions/templates/websiteFunctions/website.html:319 +#: websiteFunctions/templates/websiteFunctions/website.html:743 msgid "Cancel" msgstr "" @@ -450,12 +469,12 @@ msgid "Website" msgstr "Sajt" #: backup/templates/backup/remoteBackups.html:108 -#: baseTemplate/templates/baseTemplate/homePage.html:333 -#: baseTemplate/templates/baseTemplate/index.html:511 -#: baseTemplate/templates/baseTemplate/index.html:513 +#: baseTemplate/templates/baseTemplate/homePage.html:269 +#: baseTemplate/templates/baseTemplate/index.html:499 +#: baseTemplate/templates/baseTemplate/index.html:501 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:618 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:620 -#: managePHP/templates/managePHP/installExtensions.html:62 +#: managePHP/templates/managePHP/installExtensions.html:63 msgid "PHP" msgstr "PHP" @@ -467,8 +486,8 @@ msgid "Package" msgstr "Paket" #: backup/templates/backup/remoteBackups.html:110 -#: baseTemplate/templates/baseTemplate/index.html:398 -#: baseTemplate/templates/baseTemplate/index.html:400 +#: baseTemplate/templates/baseTemplate/index.html:384 +#: baseTemplate/templates/baseTemplate/index.html:386 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:505 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:507 #: userManagment/templates/userManagment/createUser.html:47 @@ -512,7 +531,7 @@ msgstr "Upravljajte postavkama" #: databases/templates/databases/deleteDatabase.html:64 #: databases/templates/databases/listDataBases.html:54 #: firewall/templates/firewall/firewall.html:166 -#: managePHP/templates/managePHP/editPHPConfig.html:212 +#: managePHP/templates/managePHP/editPHPConfig.html:221 msgid "Error message:" msgstr "Greška: " @@ -529,18 +548,18 @@ msgid "Use the tabs to navigate through the control panel." msgstr "Koristi tabove da te vode do kontrolnog panela" #: baseTemplate/templates/baseTemplate/homePage.html:23 -#: websiteFunctions/templates/websiteFunctions/website.html:32 +#: websiteFunctions/templates/websiteFunctions/website.html:37 msgid "Usage" msgstr "Upotreba" #: baseTemplate/templates/baseTemplate/homePage.html:34 -#: baseTemplate/templates/baseTemplate/index.html:105 +#: baseTemplate/templates/baseTemplate/index.html:96 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:208 msgid "CPU Usage" msgstr "CPU Upotreba" #: baseTemplate/templates/baseTemplate/homePage.html:55 -#: baseTemplate/templates/baseTemplate/index.html:116 +#: baseTemplate/templates/baseTemplate/index.html:107 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:219 msgid "Ram Usage" msgstr "RAM Upotreba" @@ -549,55 +568,35 @@ msgstr "RAM Upotreba" msgid "Disk Usage '/'" msgstr "Upotreba diska '/'" -#: baseTemplate/templates/baseTemplate/homePage.html:98 -msgid "HTTP Statistics" -msgstr "HTTP Statistika" - -#: baseTemplate/templates/baseTemplate/homePage.html:107 -msgid "Available/Max Connections" -msgstr "Dostupno/Max konekcija" - -#: baseTemplate/templates/baseTemplate/homePage.html:118 -msgid "Available/Max SSL Connections" -msgstr "Dostupno/Max ssl konekcija" - -#: baseTemplate/templates/baseTemplate/homePage.html:127 -msgid "Requests Processing" -msgstr "Obrada zahteva" - -#: baseTemplate/templates/baseTemplate/homePage.html:136 -msgid "Total Requests" -msgstr "Ukupno zahtijeva" - -#: baseTemplate/templates/baseTemplate/homePage.html:175 -#: baseTemplate/templates/baseTemplate/homePage.html:389 +#: baseTemplate/templates/baseTemplate/homePage.html:111 +#: baseTemplate/templates/baseTemplate/homePage.html:325 #: userManagment/templates/userManagment/index.html:13 msgid "User Functions" msgstr "Korisničke funkcije" -#: baseTemplate/templates/baseTemplate/homePage.html:178 -#: baseTemplate/templates/baseTemplate/homePage.html:392 -#: baseTemplate/templates/baseTemplate/index.html:310 -#: baseTemplate/templates/baseTemplate/index.html:311 -#: baseTemplate/templates/baseTemplate/index.html:312 +#: baseTemplate/templates/baseTemplate/homePage.html:114 +#: baseTemplate/templates/baseTemplate/homePage.html:328 +#: baseTemplate/templates/baseTemplate/index.html:296 +#: baseTemplate/templates/baseTemplate/index.html:297 +#: baseTemplate/templates/baseTemplate/index.html:298 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:417 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:418 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:419 msgid "Users" msgstr "Korisnici" -#: baseTemplate/templates/baseTemplate/homePage.html:188 -#: baseTemplate/templates/baseTemplate/homePage.html:402 +#: baseTemplate/templates/baseTemplate/homePage.html:124 +#: baseTemplate/templates/baseTemplate/homePage.html:338 #: websiteFunctions/templates/websiteFunctions/index.html:13 msgid "Website Functions" msgstr "" -#: baseTemplate/templates/baseTemplate/homePage.html:191 -#: baseTemplate/templates/baseTemplate/homePage.html:405 -#: baseTemplate/templates/baseTemplate/index.html:240 -#: baseTemplate/templates/baseTemplate/index.html:328 -#: baseTemplate/templates/baseTemplate/index.html:329 -#: baseTemplate/templates/baseTemplate/index.html:330 +#: baseTemplate/templates/baseTemplate/homePage.html:127 +#: baseTemplate/templates/baseTemplate/homePage.html:341 +#: baseTemplate/templates/baseTemplate/index.html:226 +#: baseTemplate/templates/baseTemplate/index.html:314 +#: baseTemplate/templates/baseTemplate/index.html:315 +#: baseTemplate/templates/baseTemplate/index.html:316 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:347 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:435 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:436 @@ -606,16 +605,16 @@ msgstr "" msgid "Websites" msgstr "Sajtovi" -#: baseTemplate/templates/baseTemplate/homePage.html:201 +#: baseTemplate/templates/baseTemplate/homePage.html:137 #, fuzzy #| msgid "Modify Package" msgid "Add/Modify Packages" msgstr "Promijeni paket" -#: baseTemplate/templates/baseTemplate/homePage.html:204 -#: baseTemplate/templates/baseTemplate/index.html:246 -#: baseTemplate/templates/baseTemplate/index.html:345 -#: baseTemplate/templates/baseTemplate/index.html:347 +#: baseTemplate/templates/baseTemplate/homePage.html:140 +#: baseTemplate/templates/baseTemplate/index.html:232 +#: baseTemplate/templates/baseTemplate/index.html:331 +#: baseTemplate/templates/baseTemplate/index.html:333 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:353 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:452 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:454 @@ -623,80 +622,80 @@ msgstr "Promijeni paket" msgid "Packages" msgstr "Pakti" -#: baseTemplate/templates/baseTemplate/homePage.html:225 -#: baseTemplate/templates/baseTemplate/homePage.html:415 +#: baseTemplate/templates/baseTemplate/homePage.html:161 +#: baseTemplate/templates/baseTemplate/homePage.html:351 #: databases/templates/databases/index.html:12 msgid "Database Functions" msgstr "Funkcije za bazu podataka" -#: baseTemplate/templates/baseTemplate/homePage.html:228 -#: baseTemplate/templates/baseTemplate/homePage.html:418 -#: baseTemplate/templates/baseTemplate/index.html:361 -#: baseTemplate/templates/baseTemplate/index.html:362 -#: baseTemplate/templates/baseTemplate/index.html:363 +#: baseTemplate/templates/baseTemplate/homePage.html:164 +#: baseTemplate/templates/baseTemplate/homePage.html:354 +#: baseTemplate/templates/baseTemplate/index.html:347 +#: baseTemplate/templates/baseTemplate/index.html:348 +#: baseTemplate/templates/baseTemplate/index.html:349 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:468 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:469 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:470 #: packages/templates/packages/createPackage.html:67 #: packages/templates/packages/modifyPackage.html:73 -#: websiteFunctions/templates/websiteFunctions/website.html:43 +#: websiteFunctions/templates/websiteFunctions/website.html:48 msgid "Databases" msgstr "Baze podataka" -#: baseTemplate/templates/baseTemplate/homePage.html:237 -#: baseTemplate/templates/baseTemplate/homePage.html:438 +#: baseTemplate/templates/baseTemplate/homePage.html:173 +#: baseTemplate/templates/baseTemplate/homePage.html:374 msgid "Control DNS" msgstr "" -#: baseTemplate/templates/baseTemplate/homePage.html:240 -#: baseTemplate/templates/baseTemplate/homePage.html:441 -#: baseTemplate/templates/baseTemplate/index.html:252 -#: baseTemplate/templates/baseTemplate/index.html:379 -#: baseTemplate/templates/baseTemplate/index.html:381 +#: baseTemplate/templates/baseTemplate/homePage.html:176 +#: baseTemplate/templates/baseTemplate/homePage.html:377 +#: baseTemplate/templates/baseTemplate/index.html:238 +#: baseTemplate/templates/baseTemplate/index.html:365 +#: baseTemplate/templates/baseTemplate/index.html:367 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:359 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:486 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:488 msgid "DNS" msgstr "DNS" -#: baseTemplate/templates/baseTemplate/homePage.html:250 -#: baseTemplate/templates/baseTemplate/homePage.html:451 +#: baseTemplate/templates/baseTemplate/homePage.html:186 +#: baseTemplate/templates/baseTemplate/homePage.html:387 #: ftp/templates/ftp/index.html:12 msgid "FTP Functions" msgstr "FTP funkcije" -#: baseTemplate/templates/baseTemplate/homePage.html:253 -#: baseTemplate/templates/baseTemplate/homePage.html:454 -#: baseTemplate/templates/baseTemplate/index.html:258 -#: baseTemplate/templates/baseTemplate/index.html:420 -#: baseTemplate/templates/baseTemplate/index.html:422 +#: baseTemplate/templates/baseTemplate/homePage.html:189 +#: baseTemplate/templates/baseTemplate/homePage.html:390 +#: baseTemplate/templates/baseTemplate/index.html:244 +#: baseTemplate/templates/baseTemplate/index.html:407 +#: baseTemplate/templates/baseTemplate/index.html:409 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:365 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:527 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:529 -#: websiteFunctions/templates/websiteFunctions/website.html:38 +#: websiteFunctions/templates/websiteFunctions/website.html:43 msgid "FTP" msgstr "FTP" -#: baseTemplate/templates/baseTemplate/homePage.html:280 -#: baseTemplate/templates/baseTemplate/homePage.html:283 -#: baseTemplate/templates/baseTemplate/homePage.html:483 -#: baseTemplate/templates/baseTemplate/homePage.html:486 +#: baseTemplate/templates/baseTemplate/homePage.html:216 +#: baseTemplate/templates/baseTemplate/homePage.html:219 +#: baseTemplate/templates/baseTemplate/homePage.html:419 +#: baseTemplate/templates/baseTemplate/homePage.html:422 #: packages/templates/packages/createPackage.html:75 #: packages/templates/packages/modifyPackage.html:80 msgid "Emails" msgstr "Emailovi" -#: baseTemplate/templates/baseTemplate/homePage.html:293 -#: baseTemplate/templates/baseTemplate/homePage.html:296 +#: baseTemplate/templates/baseTemplate/homePage.html:229 +#: baseTemplate/templates/baseTemplate/homePage.html:232 #: tuning/templates/tuning/index.html:12 msgid "Server Tuning" msgstr "Server tuning" -#: baseTemplate/templates/baseTemplate/homePage.html:317 -#: baseTemplate/templates/baseTemplate/homePage.html:320 -#: baseTemplate/templates/baseTemplate/index.html:491 -#: baseTemplate/templates/baseTemplate/index.html:493 -#: baseTemplate/templates/baseTemplate/index.html:527 +#: baseTemplate/templates/baseTemplate/homePage.html:253 +#: baseTemplate/templates/baseTemplate/homePage.html:256 +#: baseTemplate/templates/baseTemplate/index.html:479 +#: baseTemplate/templates/baseTemplate/index.html:481 +#: baseTemplate/templates/baseTemplate/index.html:515 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:598 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:600 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:634 @@ -704,44 +703,39 @@ msgstr "Server tuning" msgid "Server Status" msgstr "Status servera" -#: baseTemplate/templates/baseTemplate/homePage.html:330 +#: baseTemplate/templates/baseTemplate/homePage.html:266 #, fuzzy #| msgid "Edit PHP Configurations" msgid "PHP Configurations" msgstr "Izmijeni PHP konfiguracije" -#: baseTemplate/templates/baseTemplate/homePage.html:342 -#: baseTemplate/templates/baseTemplate/homePage.html:345 -#: baseTemplate/templates/baseTemplate/index.html:529 +#: baseTemplate/templates/baseTemplate/homePage.html:278 +#: baseTemplate/templates/baseTemplate/homePage.html:281 +#: baseTemplate/templates/baseTemplate/index.html:517 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:636 -#: websiteFunctions/templates/websiteFunctions/website.html:112 +#: websiteFunctions/templates/websiteFunctions/website.html:117 msgid "Logs" msgstr "Logovi" -#: baseTemplate/templates/baseTemplate/homePage.html:365 -#: baseTemplate/templates/baseTemplate/homePage.html:368 -#: baseTemplate/templates/baseTemplate/index.html:545 -#: baseTemplate/templates/baseTemplate/index.html:547 +#: baseTemplate/templates/baseTemplate/homePage.html:301 +#: baseTemplate/templates/baseTemplate/homePage.html:304 +#: baseTemplate/templates/baseTemplate/index.html:534 +#: baseTemplate/templates/baseTemplate/index.html:536 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:652 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:654 msgid "Security" msgstr "Sigurnost" -#: baseTemplate/templates/baseTemplate/index.html:96 -#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:199 -msgid "CPU Status" -msgstr "Status CPU-a" - -#: baseTemplate/templates/baseTemplate/index.html:125 +#: baseTemplate/templates/baseTemplate/index.html:116 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:228 -#: websiteFunctions/templates/websiteFunctions/website.html:50 -#: websiteFunctions/templates/websiteFunctions/website.html:71 +#: websiteFunctions/templates/websiteFunctions/website.html:55 +#: websiteFunctions/templates/websiteFunctions/website.html:76 msgid "Disk Usage" msgstr "Upotreba diska " -#: baseTemplate/templates/baseTemplate/index.html:159 -#: baseTemplate/templates/baseTemplate/index.html:162 -#: baseTemplate/templates/baseTemplate/index.html:166 +#: baseTemplate/templates/baseTemplate/index.html:150 +#: baseTemplate/templates/baseTemplate/index.html:153 +#: baseTemplate/templates/baseTemplate/index.html:157 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:262 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:265 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:269 @@ -750,32 +744,32 @@ msgstr "Upotreba diska " msgid "CyberPanel" msgstr "Početna - CyberPanel" -#: baseTemplate/templates/baseTemplate/index.html:164 -#: baseTemplate/templates/baseTemplate/index.html:168 +#: baseTemplate/templates/baseTemplate/index.html:155 +#: baseTemplate/templates/baseTemplate/index.html:159 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:267 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:271 msgid "Web Hosting Control Panel" msgstr "Web hosting Kontrolni panel" -#: baseTemplate/templates/baseTemplate/index.html:170 +#: baseTemplate/templates/baseTemplate/index.html:161 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:273 msgid "Close sidebar" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:176 +#: baseTemplate/templates/baseTemplate/index.html:167 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:279 #, fuzzy #| msgid "FTP Accounts" msgid "My Account" msgstr "FTP računa" -#: baseTemplate/templates/baseTemplate/index.html:193 +#: baseTemplate/templates/baseTemplate/index.html:184 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:296 msgid "Edit profile" msgstr "Uredi profil" -#: baseTemplate/templates/baseTemplate/index.html:194 -#: baseTemplate/templates/baseTemplate/index.html:317 +#: baseTemplate/templates/baseTemplate/index.html:185 +#: baseTemplate/templates/baseTemplate/index.html:303 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:297 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:424 #: userManagment/templates/userManagment/index.html:26 @@ -783,52 +777,45 @@ msgstr "Uredi profil" msgid "View Profile" msgstr "Pogledaj Profil" -#: baseTemplate/templates/baseTemplate/index.html:201 -#: baseTemplate/templates/baseTemplate/index.html:278 +#: baseTemplate/templates/baseTemplate/index.html:192 +#: baseTemplate/templates/baseTemplate/index.html:264 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:304 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:385 msgid "Logout" msgstr "Odjavi se" -#: baseTemplate/templates/baseTemplate/index.html:212 -#: baseTemplate/templates/baseTemplate/index.html:216 -#: baseTemplate/templates/baseTemplate/index.html:220 +#: baseTemplate/templates/baseTemplate/index.html:203 +#: baseTemplate/templates/baseTemplate/index.html:207 +#: baseTemplate/templates/baseTemplate/index.html:211 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:315 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:319 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:323 msgid "CPU Load Average" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:225 -#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:332 -#, fuzzy -#| msgid "Server Status" -msgid "System Status" -msgstr "Status servera" - -#: baseTemplate/templates/baseTemplate/index.html:230 +#: baseTemplate/templates/baseTemplate/index.html:216 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:337 #, fuzzy #| msgid "Dashboard" msgid "Dashboard Quick Menu" msgstr "Kontrolna ploča" -#: baseTemplate/templates/baseTemplate/index.html:264 -#: baseTemplate/templates/baseTemplate/index.html:475 -#: baseTemplate/templates/baseTemplate/index.html:477 +#: baseTemplate/templates/baseTemplate/index.html:250 +#: baseTemplate/templates/baseTemplate/index.html:463 +#: baseTemplate/templates/baseTemplate/index.html:465 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:371 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:582 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:584 msgid "Tuning" msgstr "Tuning" -#: baseTemplate/templates/baseTemplate/index.html:291 +#: baseTemplate/templates/baseTemplate/index.html:277 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:398 msgid "Overview" msgstr "Pregled" -#: baseTemplate/templates/baseTemplate/index.html:293 -#: baseTemplate/templates/baseTemplate/index.html:294 +#: baseTemplate/templates/baseTemplate/index.html:279 +#: baseTemplate/templates/baseTemplate/index.html:280 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:400 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:401 #, fuzzy @@ -836,16 +823,16 @@ msgstr "Pregled" msgid "Server IP Address" msgstr "IP adresa" -#: baseTemplate/templates/baseTemplate/index.html:297 -#: baseTemplate/templates/baseTemplate/index.html:299 +#: baseTemplate/templates/baseTemplate/index.html:283 +#: baseTemplate/templates/baseTemplate/index.html:285 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:404 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:406 msgid "Dashboard" msgstr "Kontrolna ploča" -#: baseTemplate/templates/baseTemplate/index.html:301 -#: baseTemplate/templates/baseTemplate/index.html:302 -#: baseTemplate/templates/baseTemplate/index.html:303 +#: baseTemplate/templates/baseTemplate/index.html:287 +#: baseTemplate/templates/baseTemplate/index.html:288 +#: baseTemplate/templates/baseTemplate/index.html:289 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:408 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:409 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:410 @@ -853,27 +840,27 @@ msgstr "Kontrolna ploča" msgid "Version Management" msgstr "Upravljanje verzijama" -#: baseTemplate/templates/baseTemplate/index.html:307 +#: baseTemplate/templates/baseTemplate/index.html:293 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:414 msgid "Main" msgstr "Glavna" -#: baseTemplate/templates/baseTemplate/index.html:318 +#: baseTemplate/templates/baseTemplate/index.html:304 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:425 #: userManagment/templates/userManagment/createUser.html:12 msgid "Create New User" msgstr "Novi korisnik" -#: baseTemplate/templates/baseTemplate/index.html:319 +#: baseTemplate/templates/baseTemplate/index.html:305 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:426 #: userManagment/templates/userManagment/index.html:52 #: userManagment/templates/userManagment/index.html:54 #: userManagment/templates/userManagment/modifyUser.html:12 -#: userManagment/templates/userManagment/modifyUser.html:119 +#: userManagment/templates/userManagment/modifyUser.html:111 msgid "Modify User" msgstr "Promjena korisnika" -#: baseTemplate/templates/baseTemplate/index.html:320 +#: baseTemplate/templates/baseTemplate/index.html:306 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:427 #: userManagment/templates/userManagment/deleteUser.html:13 #: userManagment/templates/userManagment/deleteUser.html:20 @@ -883,16 +870,16 @@ msgstr "Promjena korisnika" msgid "Delete User" msgstr "Brisanje korisnika" -#: baseTemplate/templates/baseTemplate/index.html:335 +#: baseTemplate/templates/baseTemplate/index.html:321 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:442 #: websiteFunctions/templates/websiteFunctions/createWebsite.html:12 -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:102 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:109 #: websiteFunctions/templates/websiteFunctions/index.html:49 #: websiteFunctions/templates/websiteFunctions/index.html:51 msgid "Create Website" msgstr "Kreiranje sajta" -#: baseTemplate/templates/baseTemplate/index.html:336 +#: baseTemplate/templates/baseTemplate/index.html:322 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:443 #: websiteFunctions/templates/websiteFunctions/index.html:34 #: websiteFunctions/templates/websiteFunctions/index.html:36 @@ -902,23 +889,23 @@ msgstr "Kreiranje sajta" msgid "List Websites" msgstr "Lista sajtova" -#: baseTemplate/templates/baseTemplate/index.html:337 +#: baseTemplate/templates/baseTemplate/index.html:323 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:444 #: websiteFunctions/templates/websiteFunctions/index.html:73 #: websiteFunctions/templates/websiteFunctions/index.html:75 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:12 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:19 -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:95 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:96 msgid "Modify Website" msgstr "Promjena sajta" -#: baseTemplate/templates/baseTemplate/index.html:338 +#: baseTemplate/templates/baseTemplate/index.html:324 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:445 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:41 msgid "Suspend/Unsuspend" msgstr "Suspend/Unsuspend" -#: baseTemplate/templates/baseTemplate/index.html:339 +#: baseTemplate/templates/baseTemplate/index.html:325 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:446 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:12 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:19 @@ -928,7 +915,7 @@ msgstr "Suspend/Unsuspend" msgid "Delete Website" msgstr "Izbriši sajt" -#: baseTemplate/templates/baseTemplate/index.html:352 +#: baseTemplate/templates/baseTemplate/index.html:338 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:459 #: packages/templates/packages/createPackage.html:13 #: packages/templates/packages/createPackage.html:84 @@ -937,7 +924,7 @@ msgstr "Izbriši sajt" msgid "Create Package" msgstr "Kreiraj paket" -#: baseTemplate/templates/baseTemplate/index.html:353 +#: baseTemplate/templates/baseTemplate/index.html:339 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:460 #: packages/templates/packages/deletePackage.html:12 #: packages/templates/packages/deletePackage.html:18 @@ -947,7 +934,7 @@ msgstr "Kreiraj paket" msgid "Delete Package" msgstr "Izbriši paket" -#: baseTemplate/templates/baseTemplate/index.html:354 +#: baseTemplate/templates/baseTemplate/index.html:340 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:461 #: packages/templates/packages/index.html:49 #: packages/templates/packages/index.html:51 @@ -957,7 +944,7 @@ msgstr "Izbriši paket" msgid "Modify Package" msgstr "Promijeni paket" -#: baseTemplate/templates/baseTemplate/index.html:368 +#: baseTemplate/templates/baseTemplate/index.html:354 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:475 #: databases/templates/databases/createDatabase.html:12 #: databases/templates/databases/createDatabase.html:19 @@ -968,7 +955,7 @@ msgstr "Promijeni paket" msgid "Create Database" msgstr "Kreiranje baze" -#: baseTemplate/templates/baseTemplate/index.html:369 +#: baseTemplate/templates/baseTemplate/index.html:355 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:476 #: databases/templates/databases/deleteDatabase.html:12 #: databases/templates/databases/deleteDatabase.html:19 @@ -979,7 +966,7 @@ msgstr "Kreiranje baze" msgid "Delete Database" msgstr "Brisanje baze" -#: baseTemplate/templates/baseTemplate/index.html:370 +#: baseTemplate/templates/baseTemplate/index.html:356 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:477 #: databases/templates/databases/index.html:53 #: databases/templates/databases/index.html:55 @@ -988,14 +975,14 @@ msgstr "Brisanje baze" msgid "List Databases" msgstr "Lista baza" -#: baseTemplate/templates/baseTemplate/index.html:371 +#: baseTemplate/templates/baseTemplate/index.html:357 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:478 #: databases/templates/databases/index.html:65 #: databases/templates/databases/index.html:67 msgid "PHPMYAdmin" msgstr "PHPMYAdmin" -#: baseTemplate/templates/baseTemplate/index.html:386 +#: baseTemplate/templates/baseTemplate/index.html:372 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:493 #: dns/templates/dns/createNameServer.html:12 #: dns/templates/dns/createNameServer.html:76 dns/templates/dns/index.html:72 @@ -1003,7 +990,7 @@ msgstr "PHPMYAdmin" msgid "Create Nameserver" msgstr "Kreiranje name servera" -#: baseTemplate/templates/baseTemplate/index.html:387 +#: baseTemplate/templates/baseTemplate/index.html:373 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:494 #: dns/templates/dns/createDNSZone.html:12 #: dns/templates/dns/createDNSZone.html:40 dns/templates/dns/index.html:29 @@ -1012,7 +999,7 @@ msgstr "Kreiranje name servera" msgid "Create DNS Zone" msgstr "Kreiranje DNS zone" -#: baseTemplate/templates/baseTemplate/index.html:388 +#: baseTemplate/templates/baseTemplate/index.html:374 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:495 #: dns/templates/dns/deleteDNSZone.html:40 dns/templates/dns/index.html:41 #: dns/templates/dns/index.html:43 dns/templates/dns/index.html:96 @@ -1020,19 +1007,19 @@ msgstr "Kreiranje DNS zone" msgid "Delete Zone" msgstr "Briši zonu" -#: baseTemplate/templates/baseTemplate/index.html:389 +#: baseTemplate/templates/baseTemplate/index.html:375 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:496 msgid "Add/Delete Records" msgstr "Dodaj / izbriši unose" -#: baseTemplate/templates/baseTemplate/index.html:405 +#: baseTemplate/templates/baseTemplate/index.html:391 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:512 #: mailServer/templates/mailServer/createEmailAccount.html:12 #: mailServer/templates/mailServer/createEmailAccount.html:19 msgid "Create Email Account" msgstr "Kreiraj email račun" -#: baseTemplate/templates/baseTemplate/index.html:405 +#: baseTemplate/templates/baseTemplate/index.html:391 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:512 #: mailServer/templates/mailServer/createEmailAccount.html:64 #: mailServer/templates/mailServer/index.html:25 @@ -1040,14 +1027,14 @@ msgstr "Kreiraj email račun" msgid "Create Email" msgstr "Kreiraj email" -#: baseTemplate/templates/baseTemplate/index.html:406 +#: baseTemplate/templates/baseTemplate/index.html:392 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:513 #: mailServer/templates/mailServer/deleteEmailAccount.html:12 #: mailServer/templates/mailServer/deleteEmailAccount.html:19 msgid "Delete Email Account" msgstr "Izbriši email račun" -#: baseTemplate/templates/baseTemplate/index.html:406 +#: baseTemplate/templates/baseTemplate/index.html:392 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:513 #: mailServer/templates/mailServer/deleteEmailAccount.html:56 #: mailServer/templates/mailServer/index.html:37 @@ -1055,7 +1042,7 @@ msgstr "Izbriši email račun" msgid "Delete Email" msgstr "Izbriši email" -#: baseTemplate/templates/baseTemplate/index.html:407 +#: baseTemplate/templates/baseTemplate/index.html:393 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:514 #: databases/templates/databases/listDataBases.html:73 #: ftp/templates/ftp/listFTPAccounts.html:73 @@ -1065,33 +1052,42 @@ msgstr "Izbriši email" msgid "Change Password" msgstr "Promijeni šifru" -#: baseTemplate/templates/baseTemplate/index.html:408 +#: baseTemplate/templates/baseTemplate/index.html:394 +#: mailServer/templates/mailServer/dkimManager.html:13 +#: mailServer/templates/mailServer/dkimManager.html:22 +#: mailServer/templates/mailServer/dkimManager.html:75 +#, fuzzy +#| msgid "File Manager" +msgid "DKIM Manager" +msgstr "Upravljač datotekama" + +#: baseTemplate/templates/baseTemplate/index.html:395 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:515 msgid "Access Webmail" msgstr "Pristup webmailu" -#: baseTemplate/templates/baseTemplate/index.html:427 +#: baseTemplate/templates/baseTemplate/index.html:414 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:534 #: ftp/templates/ftp/createFTPAccount.html:12 #: ftp/templates/ftp/createFTPAccount.html:19 ftp/templates/ftp/index.html:25 #: ftp/templates/ftp/index.html:27 -#: websiteFunctions/templates/websiteFunctions/website.html:709 -#: websiteFunctions/templates/websiteFunctions/website.html:711 +#: websiteFunctions/templates/websiteFunctions/website.html:815 +#: websiteFunctions/templates/websiteFunctions/website.html:818 msgid "Create FTP Account" msgstr "Kreiranje FTP računa" -#: baseTemplate/templates/baseTemplate/index.html:428 +#: baseTemplate/templates/baseTemplate/index.html:415 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:535 #: ftp/templates/ftp/deleteFTPAccount.html:12 #: ftp/templates/ftp/deleteFTPAccount.html:18 #: ftp/templates/ftp/deleteFTPAccount.html:52 ftp/templates/ftp/index.html:37 #: ftp/templates/ftp/index.html:39 -#: websiteFunctions/templates/websiteFunctions/website.html:721 -#: websiteFunctions/templates/websiteFunctions/website.html:723 +#: websiteFunctions/templates/websiteFunctions/website.html:827 +#: websiteFunctions/templates/websiteFunctions/website.html:830 msgid "Delete FTP Account" msgstr "Briši FTP račun" -#: baseTemplate/templates/baseTemplate/index.html:429 +#: baseTemplate/templates/baseTemplate/index.html:416 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:536 #: ftp/templates/ftp/index.html:49 ftp/templates/ftp/index.html:51 #: ftp/templates/ftp/listFTPAccounts.html:13 @@ -1099,26 +1095,27 @@ msgstr "Briši FTP račun" msgid "List FTP Accounts" msgstr "Lista FTP računa" -#: baseTemplate/templates/baseTemplate/index.html:447 +#: baseTemplate/templates/baseTemplate/index.html:434 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:554 msgid "Add/Delete Destination" msgstr "Dodaj / izbriši destinaciju" -#: baseTemplate/templates/baseTemplate/index.html:449 +#: baseTemplate/templates/baseTemplate/index.html:436 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:556 #, fuzzy #| msgid "Restore Back up" msgid "Remote Back ups" msgstr "Vrati backup" -#: baseTemplate/templates/baseTemplate/index.html:458 -#: baseTemplate/templates/baseTemplate/index.html:459 +#: baseTemplate/templates/baseTemplate/index.html:445 +#: baseTemplate/templates/baseTemplate/index.html:446 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:565 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:566 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:39 msgid "SSL" msgstr "SSL" -#: baseTemplate/templates/baseTemplate/index.html:464 +#: baseTemplate/templates/baseTemplate/index.html:451 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:571 #: manageSSL/templates/manageSSL/index.html:28 #: manageSSL/templates/manageSSL/manageSSL.html:13 @@ -1126,44 +1123,50 @@ msgstr "SSL" msgid "Manage SSL" msgstr "Upravljanje SSL-om" -#: baseTemplate/templates/baseTemplate/index.html:465 +#: baseTemplate/templates/baseTemplate/index.html:452 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:572 #: manageSSL/templates/manageSSL/index.html:40 msgid "Hostname SSL" msgstr "Hostname ssl" -#: baseTemplate/templates/baseTemplate/index.html:473 +#: baseTemplate/templates/baseTemplate/index.html:453 +#, fuzzy +#| msgid "Server Logs" +msgid "MailServer SSL" +msgstr "Server logovi" + +#: baseTemplate/templates/baseTemplate/index.html:461 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:580 msgid "Server" msgstr "Server" -#: baseTemplate/templates/baseTemplate/index.html:478 +#: baseTemplate/templates/baseTemplate/index.html:466 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:585 msgid "NEW" msgstr "Novi" -#: baseTemplate/templates/baseTemplate/index.html:483 +#: baseTemplate/templates/baseTemplate/index.html:471 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:590 #: tuning/templates/tuning/index.html:24 tuning/templates/tuning/index.html:26 #: tuning/templates/tuning/liteSpeedTuning.html:12 msgid "LiteSpeed Tuning" msgstr "LiteSpeed tuning" -#: baseTemplate/templates/baseTemplate/index.html:484 +#: baseTemplate/templates/baseTemplate/index.html:472 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:591 #: tuning/templates/tuning/index.html:36 tuning/templates/tuning/index.html:38 #: tuning/templates/tuning/phpTuning.html:13 msgid "PHP Tuning" msgstr "PHP tuning" -#: baseTemplate/templates/baseTemplate/index.html:499 +#: baseTemplate/templates/baseTemplate/index.html:487 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:606 #: serverStatus/templates/serverStatus/index.html:25 #: serverStatus/templates/serverStatus/index.html:27 msgid "LiteSpeed Status" msgstr "LiteSpeed status" -#: baseTemplate/templates/baseTemplate/index.html:500 +#: baseTemplate/templates/baseTemplate/index.html:488 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:607 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:15 #: serverStatus/templates/serverStatus/index.html:37 @@ -1171,48 +1174,48 @@ msgstr "LiteSpeed status" msgid "CyberPanel Main Log File" msgstr "Glavni log fajl" -#: baseTemplate/templates/baseTemplate/index.html:501 +#: baseTemplate/templates/baseTemplate/index.html:489 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:608 #, fuzzy #| msgid "Server Status" msgid "Services Status" msgstr "Status servera" -#: baseTemplate/templates/baseTemplate/index.html:518 +#: baseTemplate/templates/baseTemplate/index.html:506 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:625 #: managePHP/templates/managePHP/installExtensions.html:13 msgid "Install PHP Extensions" msgstr "Instalacija extenzija za php" -#: baseTemplate/templates/baseTemplate/index.html:518 +#: baseTemplate/templates/baseTemplate/index.html:506 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:625 #: managePHP/templates/managePHP/index.html:24 #: managePHP/templates/managePHP/index.html:26 msgid "Install Extensions" msgstr "Instalacija extenzija" -#: baseTemplate/templates/baseTemplate/index.html:519 +#: baseTemplate/templates/baseTemplate/index.html:507 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:626 #: managePHP/templates/managePHP/index.html:36 #: managePHP/templates/managePHP/index.html:38 msgid "Edit PHP Configs" msgstr "Promjena php konfiguracije" -#: baseTemplate/templates/baseTemplate/index.html:534 +#: baseTemplate/templates/baseTemplate/index.html:522 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:641 msgid "Access Log" msgstr "Pristupni log" -#: baseTemplate/templates/baseTemplate/index.html:535 +#: baseTemplate/templates/baseTemplate/index.html:523 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:642 #: serverLogs/templates/serverLogs/errorLogs.html:14 #: serverLogs/templates/serverLogs/index.html:37 #: serverLogs/templates/serverLogs/index.html:39 -#: websiteFunctions/templates/websiteFunctions/website.html:132 +#: websiteFunctions/templates/websiteFunctions/website.html:139 msgid "Error Logs" msgstr "Log grešaka" -#: baseTemplate/templates/baseTemplate/index.html:536 +#: baseTemplate/templates/baseTemplate/index.html:524 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:643 #: serverLogs/templates/serverLogs/emailLogs.html:14 #: serverLogs/templates/serverLogs/index.html:49 @@ -1220,12 +1223,12 @@ msgstr "Log grešaka" msgid "Email Logs" msgstr "Email logovi" -#: baseTemplate/templates/baseTemplate/index.html:536 +#: baseTemplate/templates/baseTemplate/index.html:524 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:643 msgid "Email Log" msgstr "Email log" -#: baseTemplate/templates/baseTemplate/index.html:537 +#: baseTemplate/templates/baseTemplate/index.html:525 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:644 #: serverLogs/templates/serverLogs/ftplogs.html:14 #: serverLogs/templates/serverLogs/index.html:61 @@ -1233,21 +1236,32 @@ msgstr "Email log" msgid "FTP Logs" msgstr "FTP logovi" -#: baseTemplate/templates/baseTemplate/index.html:552 +#: baseTemplate/templates/baseTemplate/index.html:526 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:14 +#, fuzzy +#| msgid "Security Functions" +msgid "ModSecurity Audit Logs" +msgstr "Sigurnosne funkcije" + +#: baseTemplate/templates/baseTemplate/index.html:526 +msgid "ModSec Audit Logs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:541 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:659 #, fuzzy #| msgid "Firewall" msgid "Firewall Home" msgstr "Firewall " -#: baseTemplate/templates/baseTemplate/index.html:552 +#: baseTemplate/templates/baseTemplate/index.html:541 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:659 #: firewall/templates/firewall/index.html:25 #: firewall/templates/firewall/index.html:27 msgid "Firewall" msgstr "Firewall " -#: baseTemplate/templates/baseTemplate/index.html:553 +#: baseTemplate/templates/baseTemplate/index.html:542 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:660 #: firewall/templates/firewall/index.html:36 #: firewall/templates/firewall/index.html:38 @@ -1256,10 +1270,43 @@ msgstr "Firewall " msgid "Secure SSH" msgstr "Siguran SSH" +#: baseTemplate/templates/baseTemplate/index.html:543 +#, fuzzy +#| msgid "Edit PHP Configurations" +msgid "ModSecurity Configurations" +msgstr "Izmijeni PHP konfiguracije" + +#: baseTemplate/templates/baseTemplate/index.html:543 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Conf" +msgstr "Sigurnost" + +#: baseTemplate/templates/baseTemplate/index.html:544 +#: firewall/templates/firewall/modSecurityRules.html:20 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Rules" +msgstr "Sigurnost" + +#: baseTemplate/templates/baseTemplate/index.html:545 +msgid "ModSecurity Rules Packs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:199 +msgid "CPU Status" +msgstr "Status CPU-a" + #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:327 msgid "Fullscreen" msgstr "" +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:332 +#, fuzzy +#| msgid "Server Status" +msgid "System Status" +msgstr "Status servera" + #: baseTemplate/templates/baseTemplate/versionManagment.html:3 msgid "Version Management - CyberPanel" msgstr "Upravljanje verzijama" @@ -1288,7 +1335,8 @@ msgstr "Zadnja izmjena" #: baseTemplate/templates/baseTemplate/versionManagment.html:66 #: firewall/templates/firewall/secureSSH.html:78 -#: managePHP/templates/managePHP/editPHPConfig.html:140 +#: mailServer/templates/mailServer/dkimManager.html:40 +#: managePHP/templates/managePHP/editPHPConfig.html:148 msgid "Error message: " msgstr "Greška: " @@ -1301,11 +1349,16 @@ msgid "Update finished..." msgstr "Ažuriranje je završeno ..." #: baseTemplate/templates/baseTemplate/versionManagment.html:79 +#: firewall/templates/firewall/modSecurity.html:47 +#: firewall/templates/firewall/modSecurity.html:177 +#: firewall/templates/firewall/modSecurityRules.html:53 +#: firewall/templates/firewall/modSecurityRulesPacks.html:88 #: firewall/templates/firewall/secureSSH.html:87 #: firewall/templates/firewall/secureSSH.html:172 -#: managePHP/templates/managePHP/editPHPConfig.html:149 -#: managePHP/templates/managePHP/editPHPConfig.html:221 -#: managePHP/templates/managePHP/installExtensions.html:113 +#: mailServer/templates/mailServer/dkimManager.html:44 +#: managePHP/templates/managePHP/editPHPConfig.html:157 +#: managePHP/templates/managePHP/editPHPConfig.html:230 +#: managePHP/templates/managePHP/installExtensions.html:114 msgid "Could not connect. Please refresh this page." msgstr "Ne mogu se spojiti na udaljeni računar. Molimo da refreshujete" @@ -1379,7 +1432,7 @@ msgid "Select Domain" msgstr "Odaberite domene" #: databases/templates/databases/listDataBases.html:46 -#: dns/templates/dns/addDeleteDNSRecords.html:168 +#: dns/templates/dns/addDeleteDNSRecords.html:335 #: ftp/templates/ftp/listFTPAccounts.html:46 msgid "Records successfully fetched for" msgstr "Zapisnici su uspješno dohvaćeni za" @@ -1429,69 +1482,123 @@ msgstr "" msgid "Add Records" msgstr "Dodajte zapise" -#: dns/templates/dns/addDeleteDNSRecords.html:53 -#: dns/templates/dns/addDeleteDNSRecords.html:131 -#: filemanager/templates/filemanager/index.html:209 +#: dns/templates/dns/addDeleteDNSRecords.html:59 +#: dns/templates/dns/addDeleteDNSRecords.html:82 +#: dns/templates/dns/addDeleteDNSRecords.html:106 +#: dns/templates/dns/addDeleteDNSRecords.html:129 +#: dns/templates/dns/addDeleteDNSRecords.html:157 +#: dns/templates/dns/addDeleteDNSRecords.html:181 +#: dns/templates/dns/addDeleteDNSRecords.html:205 +#: dns/templates/dns/addDeleteDNSRecords.html:229 +#: dns/templates/dns/addDeleteDNSRecords.html:253 +#: dns/templates/dns/addDeleteDNSRecords.html:296 +#: filemanager/templates/filemanager/index.html:212 #: firewall/templates/firewall/firewall.html:136 #: serverStatus/templates/serverStatus/litespeedStatus.html:40 msgid "Name" msgstr "Ime" -#: dns/templates/dns/addDeleteDNSRecords.html:69 -msgid "IPV6" -msgstr "" - -#: dns/templates/dns/addDeleteDNSRecords.html:78 +#: dns/templates/dns/addDeleteDNSRecords.html:63 +#: dns/templates/dns/addDeleteDNSRecords.html:86 +#: dns/templates/dns/addDeleteDNSRecords.html:110 #: dns/templates/dns/addDeleteDNSRecords.html:133 -msgid "Priority" -msgstr "Prioritet" - -#: dns/templates/dns/addDeleteDNSRecords.html:87 -#: dns/templates/dns/createDNSZone.html:27 -#: dns/templates/dns/createNameServer.html:27 -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:52 -#: websiteFunctions/templates/websiteFunctions/website.html:289 -msgid "Domain Name" -msgstr "Naziv domene" - -#: dns/templates/dns/addDeleteDNSRecords.html:95 -msgid "Policy" +#: dns/templates/dns/addDeleteDNSRecords.html:161 +#: dns/templates/dns/addDeleteDNSRecords.html:185 +#: dns/templates/dns/addDeleteDNSRecords.html:209 +#: dns/templates/dns/addDeleteDNSRecords.html:233 +#: dns/templates/dns/addDeleteDNSRecords.html:257 +#: dns/templates/dns/addDeleteDNSRecords.html:297 +msgid "TTL" msgstr "" -#: dns/templates/dns/addDeleteDNSRecords.html:103 -msgid "Text" -msgstr "" - -#: dns/templates/dns/addDeleteDNSRecords.html:111 +#: dns/templates/dns/addDeleteDNSRecords.html:73 +#: dns/templates/dns/addDeleteDNSRecords.html:96 +#: dns/templates/dns/addDeleteDNSRecords.html:120 +#: dns/templates/dns/addDeleteDNSRecords.html:147 +#: dns/templates/dns/addDeleteDNSRecords.html:172 +#: dns/templates/dns/addDeleteDNSRecords.html:196 +#: dns/templates/dns/addDeleteDNSRecords.html:220 +#: dns/templates/dns/addDeleteDNSRecords.html:244 +#: dns/templates/dns/addDeleteDNSRecords.html:272 #: firewall/templates/firewall/firewall.html:117 msgid "Add" msgstr "Dodati" -#: dns/templates/dns/addDeleteDNSRecords.html:130 +#: dns/templates/dns/addDeleteDNSRecords.html:90 +#, fuzzy +#| msgid "IP Address" +msgid "IPV6 Address" +msgstr "IP adresa" + +#: dns/templates/dns/addDeleteDNSRecords.html:114 +#: dns/templates/dns/addDeleteDNSRecords.html:141 +#: dns/templates/dns/createDNSZone.html:27 +#: dns/templates/dns/createNameServer.html:27 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:52 +#: websiteFunctions/templates/websiteFunctions/website.html:313 +msgid "Domain Name" +msgstr "Naziv domene" + +#: dns/templates/dns/addDeleteDNSRecords.html:137 +#: dns/templates/dns/addDeleteDNSRecords.html:299 +msgid "Priority" +msgstr "Prioritet" + +#: dns/templates/dns/addDeleteDNSRecords.html:166 +msgid "Policy" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:190 +msgid "Text" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:214 +#, fuzzy +#| msgid "Value" +msgid "SOA Value" +msgstr "Vrijednost" + +#: dns/templates/dns/addDeleteDNSRecords.html:238 +#, fuzzy +#| msgid "First Nameserver" +msgid "Name server" +msgstr "Prvi nameserver" + +#: dns/templates/dns/addDeleteDNSRecords.html:261 +#, fuzzy +#| msgid "Priority" +msgid "Prioirty" +msgstr "Prioritet" + +#: dns/templates/dns/addDeleteDNSRecords.html:266 +msgid "Content" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:295 msgid "Type" msgstr "Tip" -#: dns/templates/dns/addDeleteDNSRecords.html:132 +#: dns/templates/dns/addDeleteDNSRecords.html:298 msgid "Value" msgstr "Vrijednost" -#: dns/templates/dns/addDeleteDNSRecords.html:160 +#: dns/templates/dns/addDeleteDNSRecords.html:327 msgid "Cannot fetch records. Error message:" msgstr "Ne mogu preuzeti podatke. Poruka o grešci:" -#: dns/templates/dns/addDeleteDNSRecords.html:164 +#: dns/templates/dns/addDeleteDNSRecords.html:331 msgid "Cannot add record. Error message: " msgstr "Ne mogu dodati zapis. Poruka o grešci:" -#: dns/templates/dns/addDeleteDNSRecords.html:172 +#: dns/templates/dns/addDeleteDNSRecords.html:339 msgid "Record Successfully Deleted" msgstr "Uspješno izbrisan" -#: dns/templates/dns/addDeleteDNSRecords.html:176 +#: dns/templates/dns/addDeleteDNSRecords.html:343 msgid "Cannot delete record. Error message:" msgstr "Nije moguće izbrisati zapis. Poruka o grešci:" -#: dns/templates/dns/addDeleteDNSRecords.html:180 +#: dns/templates/dns/addDeleteDNSRecords.html:347 msgid "Record Successfully Added." msgstr "Zapis uspješno dodan." @@ -1626,8 +1733,8 @@ msgid " File Manager" msgstr "Upravljač datotekama" #: filemanager/templates/filemanager/index.html:63 -#: filemanager/templates/filemanager/index.html:202 -#: filemanager/templates/filemanager/index.html:233 +#: filemanager/templates/filemanager/index.html:205 +#: filemanager/templates/filemanager/index.html:236 #, fuzzy #| msgid "Reload" msgid "Upload" @@ -1644,310 +1751,319 @@ msgid "New Folder" msgstr "" #: filemanager/templates/filemanager/index.html:75 -#: filemanager/templates/filemanager/index.html:563 +#: filemanager/templates/filemanager/index.html:566 msgid "Copy" msgstr "" #: filemanager/templates/filemanager/index.html:78 -#: filemanager/templates/filemanager/index.html:528 +#: filemanager/templates/filemanager/index.html:531 msgid "Move" msgstr "" #: filemanager/templates/filemanager/index.html:81 -#: filemanager/templates/filemanager/index.html:593 +#: filemanager/templates/filemanager/index.html:596 #, fuzzy #| msgid "Username" msgid "Rename" msgstr "Korisničko ime" #: filemanager/templates/filemanager/index.html:84 +#: websiteFunctions/templates/websiteFunctions/listCron.html:66 msgid "Edit" msgstr "" #: filemanager/templates/filemanager/index.html:87 -#: filemanager/templates/filemanager/index.html:438 -#: filemanager/templates/filemanager/index.html:465 +#: filemanager/templates/filemanager/index.html:441 +#: filemanager/templates/filemanager/index.html:468 msgid "Compress" msgstr "" #: filemanager/templates/filemanager/index.html:90 -#: filemanager/templates/filemanager/index.html:493 +#: filemanager/templates/filemanager/index.html:496 msgid "Extract" msgstr "" -#: filemanager/templates/filemanager/index.html:108 +#: filemanager/templates/filemanager/index.html:93 +#, fuzzy +#| msgid "PHP version " +msgid "Fix Permissions" +msgstr "PHP verzija " + +#: filemanager/templates/filemanager/index.html:111 #, fuzzy #| msgid "Current Package:" msgid "Current Path" msgstr "Sadašnji paket:" -#: filemanager/templates/filemanager/index.html:136 +#: filemanager/templates/filemanager/index.html:139 #, fuzzy #| msgid "Back up" msgid "Back" msgstr "Backup" -#: filemanager/templates/filemanager/index.html:140 +#: filemanager/templates/filemanager/index.html:143 #: serverLogs/templates/serverLogs/accessLogs.html:42 #: serverLogs/templates/serverLogs/emailLogs.html:39 #: serverLogs/templates/serverLogs/errorLogs.html:39 #: serverLogs/templates/serverLogs/ftplogs.html:39 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:39 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:40 +#: websiteFunctions/templates/websiteFunctions/listCron.html:36 msgid "Refresh" msgstr "Osvježi" -#: filemanager/templates/filemanager/index.html:144 +#: filemanager/templates/filemanager/index.html:147 #, fuzzy #| msgid "Select Email" msgid "Select All" msgstr "Izaberite Email" -#: filemanager/templates/filemanager/index.html:148 +#: filemanager/templates/filemanager/index.html:151 #, fuzzy #| msgid "Select Email" msgid "UnSelect All" msgstr "Izaberite Email" -#: filemanager/templates/filemanager/index.html:158 +#: filemanager/templates/filemanager/index.html:161 #, fuzzy #| msgid "Size" msgid "Size (KB)" msgstr "Veličina" -#: filemanager/templates/filemanager/index.html:159 +#: filemanager/templates/filemanager/index.html:162 msgid "Last Modified" msgstr "" -#: filemanager/templates/filemanager/index.html:160 +#: filemanager/templates/filemanager/index.html:163 #, fuzzy #| msgid "PHP version " msgid "Permissions" msgstr "PHP verzija " -#: filemanager/templates/filemanager/index.html:180 +#: filemanager/templates/filemanager/index.html:183 msgid "Upload File" msgstr "" -#: filemanager/templates/filemanager/index.html:187 +#: filemanager/templates/filemanager/index.html:190 msgid "Upload queue" msgstr "" -#: filemanager/templates/filemanager/index.html:188 +#: filemanager/templates/filemanager/index.html:191 msgid "Queue length:" msgstr "" -#: filemanager/templates/filemanager/index.html:195 +#: filemanager/templates/filemanager/index.html:198 msgid "Drop" msgstr "" -#: filemanager/templates/filemanager/index.html:196 +#: filemanager/templates/filemanager/index.html:199 msgid "Drop Files here to upload them." msgstr "" -#: filemanager/templates/filemanager/index.html:211 +#: filemanager/templates/filemanager/index.html:214 msgid "Progress" msgstr "" -#: filemanager/templates/filemanager/index.html:213 +#: filemanager/templates/filemanager/index.html:216 #, fuzzy #| msgid "FTP Functions" msgid "Actions" msgstr "FTP funkcije" -#: filemanager/templates/filemanager/index.html:239 +#: filemanager/templates/filemanager/index.html:242 msgid "Remove" msgstr "" -#: filemanager/templates/filemanager/index.html:249 +#: filemanager/templates/filemanager/index.html:252 msgid "Queue progress:" msgstr "" -#: filemanager/templates/filemanager/index.html:258 +#: filemanager/templates/filemanager/index.html:261 #, fuzzy #| msgid "Cannot add record. Error message: " msgid "can not be uploaded, Error message:" msgstr "Ne mogu dodati zapis. Poruka o grešci:" -#: filemanager/templates/filemanager/index.html:262 +#: filemanager/templates/filemanager/index.html:265 msgid "Upload all" msgstr "" -#: filemanager/templates/filemanager/index.html:265 +#: filemanager/templates/filemanager/index.html:268 #, fuzzy #| msgid "Create Back up" msgid "Cancel all" msgstr "Kreiraj backup" -#: filemanager/templates/filemanager/index.html:268 +#: filemanager/templates/filemanager/index.html:271 msgid "Remove all" msgstr "" -#: filemanager/templates/filemanager/index.html:304 +#: filemanager/templates/filemanager/index.html:307 #, fuzzy #| msgid "Rule successfully added." msgid "File Successfully saved." msgstr "Pravilo je uspješno dodano." -#: filemanager/templates/filemanager/index.html:311 +#: filemanager/templates/filemanager/index.html:314 #: firewall/templates/firewall/secureSSH.html:68 -#: managePHP/templates/managePHP/editPHPConfig.html:130 -#: managePHP/templates/managePHP/editPHPConfig.html:203 +#: managePHP/templates/managePHP/editPHPConfig.html:138 +#: managePHP/templates/managePHP/editPHPConfig.html:212 msgid "Save Changes" msgstr "Sačuvaj promjene" -#: filemanager/templates/filemanager/index.html:328 +#: filemanager/templates/filemanager/index.html:331 #, fuzzy #| msgid "Create New User" msgid "Create new folder!" msgstr "Novi korisnik" -#: filemanager/templates/filemanager/index.html:336 +#: filemanager/templates/filemanager/index.html:339 #, fuzzy #| msgid "File Name" msgid "New Folder Name" msgstr "Ime datoteke" -#: filemanager/templates/filemanager/index.html:338 +#: filemanager/templates/filemanager/index.html:341 msgid "Folder will be created in your current directory" msgstr "" -#: filemanager/templates/filemanager/index.html:340 +#: filemanager/templates/filemanager/index.html:343 #, fuzzy #| msgid "Create User" msgid "Create Folder" msgstr "Novi korisnik" -#: filemanager/templates/filemanager/index.html:353 +#: filemanager/templates/filemanager/index.html:356 #, fuzzy #| msgid "is successfully created." msgid "Folder Successfully created." msgstr " je spješno kreiran. " -#: filemanager/templates/filemanager/index.html:372 +#: filemanager/templates/filemanager/index.html:375 #, fuzzy #| msgid "Create New User" msgid "Create new file!" msgstr "Novi korisnik" -#: filemanager/templates/filemanager/index.html:380 +#: filemanager/templates/filemanager/index.html:383 #, fuzzy #| msgid "File Name" msgid "New File Name" msgstr "Ime datoteke" -#: filemanager/templates/filemanager/index.html:382 +#: filemanager/templates/filemanager/index.html:385 msgid "" "File will be created in your current directory, if it already exists it will " "not overwirte." msgstr "" -#: filemanager/templates/filemanager/index.html:384 +#: filemanager/templates/filemanager/index.html:387 #, fuzzy #| msgid "Create Email" msgid "Create File" msgstr "Kreiraj email" -#: filemanager/templates/filemanager/index.html:397 +#: filemanager/templates/filemanager/index.html:400 #, fuzzy #| msgid "is successfully created." msgid "File Successfully created." msgstr " je spješno kreiran. " -#: filemanager/templates/filemanager/index.html:413 +#: filemanager/templates/filemanager/index.html:416 #, fuzzy #| msgid "Configurations" msgid "Confirm Deletion!" msgstr "Upravljajte postavkama" -#: filemanager/templates/filemanager/index.html:422 +#: filemanager/templates/filemanager/index.html:425 msgid "Confirm" msgstr "" -#: filemanager/templates/filemanager/index.html:423 -#: filemanager/templates/filemanager/index.html:466 -#: filemanager/templates/filemanager/index.html:529 -#: filemanager/templates/filemanager/index.html:564 -#: filemanager/templates/filemanager/index.html:594 -#: websiteFunctions/templates/websiteFunctions/website.html:417 +#: filemanager/templates/filemanager/index.html:426 +#: filemanager/templates/filemanager/index.html:469 +#: filemanager/templates/filemanager/index.html:532 +#: filemanager/templates/filemanager/index.html:567 +#: filemanager/templates/filemanager/index.html:597 +#: websiteFunctions/templates/websiteFunctions/website.html:447 msgid "Close" msgstr "" -#: filemanager/templates/filemanager/index.html:446 +#: filemanager/templates/filemanager/index.html:449 msgid "List of files/folder!" msgstr "" -#: filemanager/templates/filemanager/index.html:450 +#: filemanager/templates/filemanager/index.html:453 #, fuzzy #| msgid "File Name" msgid "Compressed File Name" msgstr "Ime datoteke" -#: filemanager/templates/filemanager/index.html:452 +#: filemanager/templates/filemanager/index.html:455 #, fuzzy #| msgid "Extension Name" msgid "Enter without extension name!" msgstr "Ime proširenja (extenzije)" -#: filemanager/templates/filemanager/index.html:456 +#: filemanager/templates/filemanager/index.html:459 msgid "Compression Type" msgstr "" -#: filemanager/templates/filemanager/index.html:481 +#: filemanager/templates/filemanager/index.html:484 msgid "Extracting" msgstr "" -#: filemanager/templates/filemanager/index.html:489 +#: filemanager/templates/filemanager/index.html:492 msgid "Extract in" msgstr "" -#: filemanager/templates/filemanager/index.html:491 +#: filemanager/templates/filemanager/index.html:494 msgid "You can enter . to extract in current directory!" msgstr "" -#: filemanager/templates/filemanager/index.html:509 +#: filemanager/templates/filemanager/index.html:512 #, fuzzy #| msgid "Files" msgid "Move Files" msgstr "Datoteke" -#: filemanager/templates/filemanager/index.html:517 -#: filemanager/templates/filemanager/index.html:552 +#: filemanager/templates/filemanager/index.html:520 +#: filemanager/templates/filemanager/index.html:555 msgid "List of files/folders!" msgstr "" -#: filemanager/templates/filemanager/index.html:521 +#: filemanager/templates/filemanager/index.html:524 msgid "Move to" msgstr "" -#: filemanager/templates/filemanager/index.html:523 +#: filemanager/templates/filemanager/index.html:526 msgid "Enter a path to move your files!" msgstr "" -#: filemanager/templates/filemanager/index.html:544 +#: filemanager/templates/filemanager/index.html:547 #, fuzzy #| msgid "Files" msgid "Copy Files" msgstr "Datoteke" -#: filemanager/templates/filemanager/index.html:556 +#: filemanager/templates/filemanager/index.html:559 msgid "Copy to" msgstr "" -#: filemanager/templates/filemanager/index.html:558 +#: filemanager/templates/filemanager/index.html:561 msgid "Enter a path to copy your files to!" msgstr "" -#: filemanager/templates/filemanager/index.html:578 +#: filemanager/templates/filemanager/index.html:581 msgid "Renaming" msgstr "" -#: filemanager/templates/filemanager/index.html:586 +#: filemanager/templates/filemanager/index.html:589 #, fuzzy #| msgid "File Name" msgid "New Name" msgstr "Ime datoteke" -#: filemanager/templates/filemanager/index.html:588 +#: filemanager/templates/filemanager/index.html:591 msgid "Enter new name of file!" msgstr "" @@ -2012,6 +2128,161 @@ msgstr "Sigurnosne funkcije" msgid "Manage the security of the server on this page." msgstr "Upravljajte bezbijednošću servera na ovoj stranici." +#: firewall/templates/firewall/modSecurity.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity - CyberPanel" +msgstr "Bezbijednost - CyberPanel" + +#: firewall/templates/firewall/modSecurity.html:13 +#, fuzzy +#| msgid "Edit PHP Configurations" +msgid "ModSecurity Configurations!" +msgstr "Izmijeni PHP konfiguracije" + +#: firewall/templates/firewall/modSecurity.html:14 +#, fuzzy +#| msgid "On this page you can set up your Back up destinations. (SFTP)" +msgid "On this page you can configure ModSecurity settings." +msgstr "Na ovoj stranici možete podesiti Backup destinacije (SFTP)" + +#: firewall/templates/firewall/modSecurity.html:20 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity" +msgstr "Sigurnost" + +#: firewall/templates/firewall/modSecurity.html:29 +#: firewall/templates/firewall/modSecurityRules.html:70 +#: firewall/templates/firewall/modSecurityRulesPacks.html:28 +msgid "ModSecurity is not installed " +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:31 +#: firewall/templates/firewall/modSecurityRules.html:72 +#: firewall/templates/firewall/modSecurityRulesPacks.html:30 +#, fuzzy +#| msgid "Install" +msgid "Install Now." +msgstr "Instaliraj" + +#: firewall/templates/firewall/modSecurity.html:43 +#, fuzzy +#| msgid "Cannot add destination. Error message:" +msgid "Failed to start installation, Error message: " +msgstr "Nije moguće dodati destinaciju. Greška je:" + +#: firewall/templates/firewall/modSecurity.html:51 +#, fuzzy +#| msgid "Installation failed. Error message:" +msgid "Installation failed." +msgstr "Nije uspjela instalacija. Greška:" + +#: firewall/templates/firewall/modSecurity.html:55 +msgid "ModSecurity successfully installed, refreshing page in 3 seconds.." +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:66 +msgid "Winter is coming, but so is ModSecurity." +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:157 +#, fuzzy +#| msgid "Save Changes" +msgid "Save changes." +msgstr "Sačuvaj promjene" + +#: firewall/templates/firewall/modSecurity.html:169 +#, fuzzy +#| msgid "Could not save rewrite rules. Error message:" +msgid "Failed to save ModSecurity configurations. Error message: " +msgstr "Nisam mogao promijeniti vrijednost rewrite pravila. Poruka s greškom:" + +#: firewall/templates/firewall/modSecurity.html:173 +#, fuzzy +#| msgid " is successfully created." +msgid "ModSecurity configurations successfully saved." +msgstr " uspješno je kreiran." + +#: firewall/templates/firewall/modSecurityRules.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity Rules - CyberPanel" +msgstr "Bezbijednost - CyberPanel" + +#: firewall/templates/firewall/modSecurityRules.html:13 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Rules!" +msgstr "Sigurnost" + +#: firewall/templates/firewall/modSecurityRules.html:14 +msgid "On this page you can add/delete ModSecurity rules." +msgstr "" + +#: firewall/templates/firewall/modSecurityRules.html:42 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Save Rules!" +msgstr "Sačuvaj promjene" + +#: firewall/templates/firewall/modSecurityRules.html:49 +msgid "ModSecurity Rules Saved" +msgstr "" + +#: firewall/templates/firewall/modSecurityRules.html:58 +#, fuzzy +#| msgid "Could not save rewrite rules. Error message:" +msgid "Could not save rules, Error message: " +msgstr "Nisam mogao promijeniti vrijednost rewrite pravila. Poruka s greškom:" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity Rules Packs - CyberPanel" +msgstr "Bezbijednost - CyberPanel" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:13 +#: firewall/templates/firewall/modSecurityRulesPacks.html:20 +#, fuzzy +#| msgid "Modify Package" +msgid "ModSecurity Rules Packages!" +msgstr "Promijeni paket" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:14 +msgid "Install/Un-install ModSecurity rules packages." +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:60 +#: firewall/templates/firewall/modSecurityRulesPacks.html:71 +#, fuzzy +#| msgid "Configurations" +msgid "Configure" +msgstr "Upravljajte postavkama" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:84 +#: firewall/templates/firewall/modSecurityRulesPacks.html:96 +#, fuzzy +#| msgid "Action successful." +msgid "Operation successful." +msgstr "Uspješno je radnja obavljena." + +#: firewall/templates/firewall/modSecurityRulesPacks.html:92 +#, fuzzy +#| msgid "Action failed. Error message:" +msgid "Operation failed, Error message: " +msgstr "Nije uspjelo. Greška:" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:110 +msgid "Supplier" +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:111 +#, fuzzy +#| msgid "File Name" +msgid "Filename" +msgstr "Ime datoteke" + #: firewall/templates/firewall/secureSSH.html:3 msgid "Secure SSH - CyberPanel" msgstr "Siguran SSH" @@ -2061,8 +2332,8 @@ msgstr "Dodaj ključ" #: firewall/templates/firewall/secureSSH.html:158 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:55 -#: websiteFunctions/templates/websiteFunctions/website.html:553 -#: websiteFunctions/templates/websiteFunctions/website.html:613 +#: websiteFunctions/templates/websiteFunctions/website.html:599 +#: websiteFunctions/templates/websiteFunctions/website.html:658 msgid "Save" msgstr "Sačuvaj" @@ -2110,7 +2381,7 @@ msgstr "FTP nalog sa korisničkim imenom:" #: ftp/templates/ftp/createFTPAccount.html:84 #: ftp/templates/ftp/createFTPAccount.html:87 -#: userManagment/templates/userManagment/createUser.html:154 +#: userManagment/templates/userManagment/createUser.html:144 msgid "is successfully created." msgstr " je spješno kreiran. " @@ -2235,6 +2506,56 @@ msgstr "Izaberite web stranicu sa liste da biste izbrisali nalog e-pošte." msgid "Email with id : {$ deletedID $} is successfully deleted." msgstr "E-pošta sa id: {$ deletedID $} je uspješno obrisana." +#: mailServer/templates/mailServer/dkimManager.html:3 +#, fuzzy +#| msgid "Manage SSL - CyberPanel" +msgid "DKIM Manager - CyberPanel" +msgstr "Upravljajte SSL-om - CyberPanel" + +#: mailServer/templates/mailServer/dkimManager.html:14 +#, fuzzy +#| msgid "This page can be used to Back up your websites" +msgid "This page can be used to generate and view DKIM keys for Domains" +msgstr "Ova stranica može poslužiti da napravite Backup vašeg sajta" + +#: mailServer/templates/mailServer/dkimManager.html:27 +msgid "OpenDKIM is not installed. " +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:28 +#, fuzzy +#| msgid "Install" +msgid "Install Now" +msgstr "Instaliraj" + +#: mailServer/templates/mailServer/dkimManager.html:48 +msgid "OpenDKIM successfully installed, refreshing page in 3 seconds.." +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:97 +#, fuzzy +#| msgid "Currently no email accounts exist for this domain." +msgid "Keys not available for this domain." +msgstr "Trenutno za ovaj domen ne postoje email računi." + +#: mailServer/templates/mailServer/dkimManager.html:98 +msgid "Generate Now" +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:110 +#, fuzzy +#| msgid "Domain Name" +msgid "Domain" +msgstr "Naziv domene" + +#: mailServer/templates/mailServer/dkimManager.html:111 +msgid "Private Key" +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:112 +msgid "Public Key" +msgstr "" + #: mailServer/templates/mailServer/index.html:3 msgid "Mail Functions - CyberPanel" msgstr "Mail funkcije" @@ -2265,48 +2586,55 @@ msgid "Advanced" msgstr "Napredno" #: managePHP/templates/managePHP/editPHPConfig.html:48 -#: managePHP/templates/managePHP/editPHPConfig.html:174 +#: managePHP/templates/managePHP/editPHPConfig.html:182 #: managePHP/templates/managePHP/installExtensions.html:28 #: websiteFunctions/templates/websiteFunctions/createWebsite.html:68 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:74 -#: websiteFunctions/templates/websiteFunctions/website.html:309 +#: websiteFunctions/templates/websiteFunctions/website.html:333 +#: websiteFunctions/templates/websiteFunctions/website.html:729 msgid "Select PHP" msgstr "Izaberi PHP" -#: managePHP/templates/managePHP/editPHPConfig.html:66 +#: managePHP/templates/managePHP/editPHPConfig.html:67 msgid "display_errors" msgstr "display_errors" -#: managePHP/templates/managePHP/editPHPConfig.html:73 +#: managePHP/templates/managePHP/editPHPConfig.html:74 msgid "file_uploads" msgstr "file_uploads " -#: managePHP/templates/managePHP/editPHPConfig.html:81 +#: managePHP/templates/managePHP/editPHPConfig.html:82 msgid "allow_url_fopen" msgstr "allow_url_fopen" -#: managePHP/templates/managePHP/editPHPConfig.html:89 +#: managePHP/templates/managePHP/editPHPConfig.html:90 msgid "allow_url_include" msgstr "allow_url_include" -#: managePHP/templates/managePHP/editPHPConfig.html:97 +#: managePHP/templates/managePHP/editPHPConfig.html:98 msgid "memory_limit" msgstr "memory_limit " -#: managePHP/templates/managePHP/editPHPConfig.html:104 +#: managePHP/templates/managePHP/editPHPConfig.html:105 msgid "max_execution_time" msgstr "max_execution_time" -#: managePHP/templates/managePHP/editPHPConfig.html:111 +#: managePHP/templates/managePHP/editPHPConfig.html:112 msgid "upload_max_filesize" msgstr "upload_max_filesize" -#: managePHP/templates/managePHP/editPHPConfig.html:118 +#: managePHP/templates/managePHP/editPHPConfig.html:119 +#, fuzzy +#| msgid "upload_max_filesize" +msgid "post_max_size" +msgstr "upload_max_filesize" + +#: managePHP/templates/managePHP/editPHPConfig.html:126 msgid "max_input_time" msgstr "max_input_time" -#: managePHP/templates/managePHP/editPHPConfig.html:144 -#: managePHP/templates/managePHP/editPHPConfig.html:216 +#: managePHP/templates/managePHP/editPHPConfig.html:152 +#: managePHP/templates/managePHP/editPHPConfig.html:225 msgid "PHP Configs Saved." msgstr "PHP konfiguracija je sačuvana." @@ -2336,41 +2664,41 @@ msgstr "" msgid "Select PHP Version" msgstr "PHP verzija" -#: managePHP/templates/managePHP/installExtensions.html:48 +#: managePHP/templates/managePHP/installExtensions.html:49 #, fuzzy #| msgid "Install Extensions" msgid "Search Extensions.." msgstr "Instalacija extenzija" -#: managePHP/templates/managePHP/installExtensions.html:63 +#: managePHP/templates/managePHP/installExtensions.html:64 msgid "Extension Name" msgstr "Ime proširenja (extenzije)" -#: managePHP/templates/managePHP/installExtensions.html:64 +#: managePHP/templates/managePHP/installExtensions.html:65 msgid "Description" msgstr "Opis" -#: managePHP/templates/managePHP/installExtensions.html:66 -#: managePHP/templates/managePHP/installExtensions.html:77 +#: managePHP/templates/managePHP/installExtensions.html:67 +#: managePHP/templates/managePHP/installExtensions.html:78 msgid "Install" msgstr "Instaliraj" -#: managePHP/templates/managePHP/installExtensions.html:67 -#: managePHP/templates/managePHP/installExtensions.html:78 +#: managePHP/templates/managePHP/installExtensions.html:68 +#: managePHP/templates/managePHP/installExtensions.html:79 msgid "Uninstall" msgstr "Ukloni" -#: managePHP/templates/managePHP/installExtensions.html:93 +#: managePHP/templates/managePHP/installExtensions.html:94 msgid "Go Back" msgstr "Idi nazad" -#: managePHP/templates/managePHP/installExtensions.html:104 +#: managePHP/templates/managePHP/installExtensions.html:105 #: tuning/templates/tuning/phpTuning.html:111 -#: userManagment/templates/userManagment/modifyUser.html:143 +#: userManagment/templates/userManagment/modifyUser.html:135 msgid "Cannot fetch details. Error message:" msgstr "Ne mogu da prikupim detalje. Poruka o grešci:" -#: managePHP/templates/managePHP/installExtensions.html:108 +#: managePHP/templates/managePHP/installExtensions.html:109 msgid "Cannot perform operation. Error message:" msgstr "Ne može izvršiti operaciju. Poruka o grešci:" @@ -2400,11 +2728,13 @@ msgstr "" #: manageSSL/templates/manageSSL/manageSSL.html:42 #: manageSSL/templates/manageSSL/sslForHostName.html:42 +#: manageSSL/templates/manageSSL/sslForMailServer.html:42 msgid "Issue SSL" msgstr "Izdavanje SSL" #: manageSSL/templates/manageSSL/manageSSL.html:52 #: manageSSL/templates/manageSSL/sslForHostName.html:52 +#: manageSSL/templates/manageSSL/sslForMailServer.html:52 msgid "Cannot issue SSL. Error message:" msgstr "Ne mogu da izdam SSL. Poruka o grešci:" @@ -2431,6 +2761,35 @@ msgstr "" msgid "SSL Issued. You can now access CyberPanel at:" msgstr "Dobiven SSL. Sada možete pristupiti CyberPanel-u na:" +#: manageSSL/templates/manageSSL/sslForMailServer.html:3 +#, fuzzy +#| msgid "Issue SSL For Hostname - CyberPanel" +msgid "Issue SSL For MailServer - CyberPanel" +msgstr "Izdati SSL za hostname - CyberPanel" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:13 +#: manageSSL/templates/manageSSL/sslForMailServer.html:20 +#, fuzzy +#| msgid "Issue SSL For Hostname" +msgid "Issue SSL For MailServer" +msgstr "Izdajte SSL za hostname" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:14 +#, fuzzy +#| msgid "Issue Let’s Encrypt SSLs for websites and hostname." +msgid "Let’s Encrypt SSL for MailServer (Postfix/Dovecot)." +msgstr "Issue Let's Encrypt SSLs za web stranice i ime hosta." + +#: manageSSL/templates/manageSSL/sslForMailServer.html:56 +msgid "SSL Issued, your mail server now uses Lets Encrypt!" +msgstr "" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:60 +#, fuzzy +#| msgid "Could not connect to server. Please refresh this page." +msgid "Could not connect to server, please refresh this page." +msgstr "Ne mogu se spojiti na udaljeni računar. Molimo da refreshujete " + #: packages/templates/packages/createPackage.html:3 msgid "Create Package - CyberPanel" msgstr "Kreiraj paket - CyberPanel" @@ -2457,7 +2816,7 @@ msgstr "Naziv paketa" #: packages/templates/packages/createPackage.html:35 #: packages/templates/packages/modifyPackage.html:40 -#: websiteFunctions/templates/websiteFunctions/website.html:249 +#: websiteFunctions/templates/websiteFunctions/website.html:254 #, fuzzy #| msgid "Domain Name" msgid "Domains" @@ -2547,7 +2906,7 @@ msgstr "Pristupni logovi - CyberPanel" #: serverLogs/templates/serverLogs/accessLogs.html:17 #: serverLogs/templates/serverLogs/index.html:25 #: serverLogs/templates/serverLogs/index.html:27 -#: websiteFunctions/templates/websiteFunctions/website.html:120 +#: websiteFunctions/templates/websiteFunctions/website.html:128 msgid "Access Logs" msgstr "Pristupni logovi" @@ -2559,22 +2918,35 @@ msgstr "Access logovi za glavni web server." #: serverLogs/templates/serverLogs/emailLogs.html:23 #: serverLogs/templates/serverLogs/errorLogs.html:23 #: serverLogs/templates/serverLogs/ftplogs.html:23 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:23 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:24 msgid "Last 50 Lines" msgstr "Zadnjih 50 linija" -#: serverLogs/templates/serverLogs/accessLogs.html:49 -#: serverLogs/templates/serverLogs/emailLogs.html:46 -#: serverLogs/templates/serverLogs/errorLogs.html:46 -#: serverLogs/templates/serverLogs/ftplogs.html:46 +#: serverLogs/templates/serverLogs/accessLogs.html:45 +#: serverLogs/templates/serverLogs/emailLogs.html:42 +#: serverLogs/templates/serverLogs/errorLogs.html:42 +#: serverLogs/templates/serverLogs/ftplogs.html:42 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:42 +#, fuzzy +#| msgid "Server Logs" +msgid "Clear Logs" +msgstr "Server logovi" + +#: serverLogs/templates/serverLogs/accessLogs.html:52 +#: serverLogs/templates/serverLogs/emailLogs.html:49 +#: serverLogs/templates/serverLogs/errorLogs.html:49 +#: serverLogs/templates/serverLogs/ftplogs.html:49 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:50 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:47 msgid "Last 50 Lines Fetched" msgstr "Zadnjih 50 linija dohvaćeno" -#: serverLogs/templates/serverLogs/accessLogs.html:54 -#: serverLogs/templates/serverLogs/emailLogs.html:51 -#: serverLogs/templates/serverLogs/errorLogs.html:51 -#: serverLogs/templates/serverLogs/ftplogs.html:51 +#: serverLogs/templates/serverLogs/accessLogs.html:57 +#: serverLogs/templates/serverLogs/emailLogs.html:54 +#: serverLogs/templates/serverLogs/errorLogs.html:54 +#: serverLogs/templates/serverLogs/ftplogs.html:54 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:55 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:52 msgid "Could not fetch logs. Use the command line to view the log file." msgstr "" @@ -2618,6 +2990,18 @@ msgstr "" "Ovo su logovi glavnog servera, da biste ih vidjeli idite na: Sajtove -> " "Lista sajtova -> Odabir sajta -> Pregled logova" +#: serverLogs/templates/serverLogs/modSecAuditLog.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity Audit Logs - CyberPanel" +msgstr "Bezbijednost - CyberPanel" + +#: serverLogs/templates/serverLogs/modSecAuditLog.html:15 +#, fuzzy +#| msgid "Security Functions" +msgid "ModSecurity Audit logs" +msgstr "Sigurnosne funkcije" + #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:3 msgid "CyberPanel Main Log File - CyberPanel" msgstr "Glavni log fajl" @@ -2748,16 +3132,6 @@ msgstr "" msgid "Enable GZIP Compression" msgstr "" -#: tuning/templates/tuning/liteSpeedTuning.html:70 -#: tuning/templates/tuning/phpTuning.html:90 -msgid "Enable" -msgstr "Uključi" - -#: tuning/templates/tuning/liteSpeedTuning.html:71 -#: tuning/templates/tuning/phpTuning.html:91 -msgid "Disable" -msgstr "Isključi" - #: tuning/templates/tuning/liteSpeedTuning.html:74 #: tuning/templates/tuning/phpTuning.html:94 #: userManagment/templates/userManagment/modifyUser.html:77 @@ -2768,17 +3142,17 @@ msgstr "Trenutno:" msgid "Tune Web Server" msgstr "" -#: tuning/templates/tuning/liteSpeedTuning.html:93 +#: tuning/templates/tuning/liteSpeedTuning.html:92 msgid "" "Cannot fetch Current Value, but you can still submit new changes, error " "reported from server:" msgstr "" -#: tuning/templates/tuning/liteSpeedTuning.html:97 +#: tuning/templates/tuning/liteSpeedTuning.html:96 msgid "Cannot save details, Error Message: " msgstr "Ne mogu da prikupim detalje. Poruka o grešci:" -#: tuning/templates/tuning/liteSpeedTuning.html:102 +#: tuning/templates/tuning/liteSpeedTuning.html:101 msgid "Web Server Successfully tuned." msgstr "" @@ -2814,6 +3188,14 @@ msgstr "" msgid "Persistent Connection" msgstr "" +#: tuning/templates/tuning/phpTuning.html:90 +msgid "Enable" +msgstr "Uključi" + +#: tuning/templates/tuning/phpTuning.html:91 +msgid "Disable" +msgstr "Isključi" + #: tuning/templates/tuning/phpTuning.html:102 msgid "Tune PHP" msgstr "PHP" @@ -2879,17 +3261,6 @@ msgstr "Neispravan email" msgid "Account Type" msgstr "Tip računa" -#: userManagment/templates/userManagment/createUser.html:67 -#: userManagment/templates/userManagment/modifyUser.html:72 -msgid "Admin" -msgstr "Administrator" - -#: userManagment/templates/userManagment/createUser.html:68 -#: userManagment/templates/userManagment/createUser.html:79 -#: userManagment/templates/userManagment/modifyUser.html:73 -msgid "Normal User" -msgstr "Obični korisnik" - #: userManagment/templates/userManagment/createUser.html:92 #: userManagment/templates/userManagment/modifyUser.html:88 #: userManagment/templates/userManagment/userProfile.html:67 @@ -2898,45 +3269,38 @@ msgid "User Accounts Limit" msgstr "Limit po računu" #: userManagment/templates/userManagment/createUser.html:96 -#: userManagment/templates/userManagment/createUser.html:107 msgid "Only Numbers" msgstr "Samo brojevi" #: userManagment/templates/userManagment/createUser.html:103 -#: userManagment/templates/userManagment/modifyUser.html:98 -#: userManagment/templates/userManagment/userProfile.html:82 -msgid "Websites Limit" -msgstr "" - -#: userManagment/templates/userManagment/createUser.html:113 #: userManagment/templates/userManagment/userProfile.html:42 msgid "Username" msgstr "Korisničko ime" -#: userManagment/templates/userManagment/createUser.html:117 +#: userManagment/templates/userManagment/createUser.html:107 msgid "Username should be lowercase alphanumeric." msgstr "" -#: userManagment/templates/userManagment/createUser.html:127 +#: userManagment/templates/userManagment/createUser.html:117 msgid "Must contain one number and one special character." msgstr "" -#: userManagment/templates/userManagment/createUser.html:143 +#: userManagment/templates/userManagment/createUser.html:133 #: userManagment/templates/userManagment/index.html:40 #: userManagment/templates/userManagment/index.html:42 msgid "Create User" msgstr "Novi korisnik" -#: userManagment/templates/userManagment/createUser.html:154 -#: userManagment/templates/userManagment/modifyUser.html:130 +#: userManagment/templates/userManagment/createUser.html:144 +#: userManagment/templates/userManagment/modifyUser.html:122 msgid "Account with username:" msgstr "" -#: userManagment/templates/userManagment/createUser.html:158 +#: userManagment/templates/userManagment/createUser.html:148 msgid "Cannot create user. Error message:" msgstr "" -#: userManagment/templates/userManagment/createUser.html:166 +#: userManagment/templates/userManagment/createUser.html:156 msgid "" "Length of first and last name combined should be less than or equal to 20 " "characters" @@ -2982,15 +3346,15 @@ msgstr "" msgid "Select Account" msgstr "Odaberite račun" -#: userManagment/templates/userManagment/modifyUser.html:130 +#: userManagment/templates/userManagment/modifyUser.html:122 msgid " is successfully modified." msgstr " uspješno je izmijenjen." -#: userManagment/templates/userManagment/modifyUser.html:134 +#: userManagment/templates/userManagment/modifyUser.html:126 msgid "Cannot modify user. Error message:" msgstr "" -#: userManagment/templates/userManagment/modifyUser.html:147 +#: userManagment/templates/userManagment/modifyUser.html:139 msgid "Details fetched." msgstr "" @@ -3017,6 +3381,10 @@ msgstr "" msgid "( 0 = Unlimited )" msgstr "(0=Neograničeno)" +#: userManagment/templates/userManagment/userProfile.html:82 +msgid "Websites Limit" +msgstr "" + #: websiteFunctions/templates/websiteFunctions/createWebsite.html:3 msgid "Create New Website - CyberPanel" msgstr "" @@ -3043,35 +3411,29 @@ msgid "Do not enter WWW, it will be auto created!" msgstr "" #: websiteFunctions/templates/websiteFunctions/createWebsite.html:56 -#: websiteFunctions/templates/websiteFunctions/website.html:293 -#: websiteFunctions/templates/websiteFunctions/website.html:304 +#: websiteFunctions/templates/websiteFunctions/website.html:317 +#: websiteFunctions/templates/websiteFunctions/website.html:328 msgid "Invalid Domain (Note: You don't need to add 'http' or 'https')" msgstr "" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:84 -#: websiteFunctions/templates/websiteFunctions/website.html:325 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:85 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:86 +#: websiteFunctions/templates/websiteFunctions/website.html:350 msgid "Additional Features" msgstr "Dodatne informacije" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:91 -#: websiteFunctions/templates/websiteFunctions/website.html:332 -msgid "" -"For SSL to work DNS of domain should point to server, otherwise self signed " -"SSL will be issued, you can add your own SSL later." -msgstr "" - -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:113 -#: websiteFunctions/templates/websiteFunctions/website.html:354 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:120 +#: websiteFunctions/templates/websiteFunctions/website.html:385 msgid "Cannot create website. Error message:" msgstr "" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:117 -#: websiteFunctions/templates/websiteFunctions/website.html:358 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:389 msgid "Website with domain" msgstr "" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:117 -#: websiteFunctions/templates/websiteFunctions/website.html:358 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:389 msgid " is Successfully Created" msgstr " je spješno kreiran" @@ -3093,6 +3455,87 @@ msgstr "Nije moguće izbisati web sajti, greška: " msgid "Successfully Deleted." msgstr "Uspješno izbrisan." +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:3 +#, fuzzy +#| msgid "Home - CyberPanel" +msgid "Domain Aliases - CyberPanel" +msgstr "Početna - CyberPanel" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:12 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:19 +#, fuzzy +#| msgid "Domain Name" +msgid "Domain Aliases" +msgstr "Naziv domene" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:13 +msgid "" +"With Domain Aliases you can visit example.com using example.net and view the " +"same content." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:29 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:105 +#, fuzzy +#| msgid "Create Email" +msgid "Create Alias" +msgstr "Kreiraj email" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:36 +#, fuzzy +#| msgid "Create Email" +msgid "Master Domain" +msgstr "Kreiraj email" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:37 +msgid "Alias" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:38 +#, fuzzy +#| msgid "Server Status" +msgid "File System Path" +msgstr "Status servera" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:53 +#: websiteFunctions/templates/websiteFunctions/website.html:480 +#, fuzzy +#| msgid "Issue SSL" +msgid "Issue" +msgstr "Izdavanje SSL" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:63 +msgid "Domain Aliases not found." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:79 +#, fuzzy +#| msgid "Select Domain" +msgid "Alias Domain" +msgstr "Odaberite domene" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:93 +msgid "" +"For SSL to work DNS of domain should point to server, otherwise self signed " +"SSL will be issued, you can add your own SSL later." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:114 +#, fuzzy +#| msgid "Action failed. Error message:" +msgid "Operation failed. Error message:" +msgstr "Nije uspjelo. Greška:" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:118 +msgid "Alias successfully created. Refreshing page in 3 seconds..." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:122 +#, fuzzy +#| msgid "Action successful." +msgid "Operation Successfull." +msgstr "Uspješno je radnja obavljena." + #: websiteFunctions/templates/websiteFunctions/index.html:3 msgid "Website Functions - CyberPanel" msgstr "Funkcije za sajtove" @@ -3104,6 +3547,136 @@ msgstr "Funkcije za sajtove" msgid "Suspend/Unsuspend Website" msgstr "Suspend/Unsuspend sajt" +#: websiteFunctions/templates/websiteFunctions/listCron.html:3 +#, fuzzy +#| msgid "Version Management - CyberPanel" +msgid "Cron Management - CyberPanel" +msgstr "Upravljanje verzijama" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:12 +#: websiteFunctions/templates/websiteFunctions/listCron.html:19 +#, fuzzy +#| msgid "Version Management" +msgid "Cron Management" +msgstr "Upravljanje verzijama" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:13 +#, fuzzy +#| msgid "Create, edit and delete DNS zones on this page." +msgid "Create, edit or delete your cron jobs from this page." +msgstr "Kreiranje, uređivanje i brisanje DNS zona na ovoj stranici." + +#: websiteFunctions/templates/websiteFunctions/listCron.html:37 +#, fuzzy +#| msgid "Add Destination" +msgid "Add Cron" +msgstr "Dodaj destinaciju" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:46 +#: websiteFunctions/templates/websiteFunctions/listCron.html:95 +msgid "Minute" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:47 +#: websiteFunctions/templates/websiteFunctions/listCron.html:101 +msgid "Hour" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:48 +msgid "Day of Month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:49 +#: websiteFunctions/templates/websiteFunctions/listCron.html:113 +msgid "Month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:50 +msgid "Day of Week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:51 +#: websiteFunctions/templates/websiteFunctions/listCron.html:126 +msgid "Command" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:52 +#, fuzzy +#| msgid "FTP Functions" +msgid "Action" +msgstr "FTP funkcije" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:79 +msgid "Pre defined" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:82 +msgid "Every minute" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:83 +msgid "Every 5 minutes" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:84 +msgid "Every 30 minutes" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:85 +msgid "Every hour" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:86 +msgid "Every day" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:87 +msgid "Every week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:88 +msgid "Every month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:89 +msgid "Every year" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:107 +msgid "Day of month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:119 +msgid "Day of week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:135 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Save edits" +msgstr "Sačuvaj promjene" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:142 +#, fuzzy +#| msgid "Add Records" +msgid "Add cron" +msgstr "Dodajte zapise" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:152 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:105 +msgid "Cannot fetch website details. Error message:" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:156 +#, fuzzy +#| msgid "Cannot add record. Error message: " +msgid "Unable to add/save Cron. Error message:" +msgstr "Ne mogu dodati zapis. Poruka o grešci:" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:159 +msgid "Cron job saved" +msgstr "" + #: websiteFunctions/templates/websiteFunctions/listWebsites.html:3 msgid "Websites Hosted - CyberPanel" msgstr "" @@ -3124,15 +3697,11 @@ msgstr "Sadašnji paket:" msgid "Current Owner:" msgstr "Sadašnji vlasnik:" -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:104 -msgid "Cannot fetch website details. Error message:" -msgstr "" - -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:108 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:109 msgid "Cannot modify website. Error message:" msgstr "" -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:112 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:113 msgid "Website Details Successfully fetched" msgstr "" @@ -3178,245 +3747,346 @@ msgstr "Prethodno" msgid "All functions related to a particular site." msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:22 +#: websiteFunctions/templates/websiteFunctions/website.html:25 msgid "Resource Usage" msgstr "Upotreba resursa" -#: websiteFunctions/templates/websiteFunctions/website.html:31 +#: websiteFunctions/templates/websiteFunctions/website.html:36 msgid "Resource" msgstr "Resurs" -#: websiteFunctions/templates/websiteFunctions/website.html:33 +#: websiteFunctions/templates/websiteFunctions/website.html:38 msgid "Allowed" msgstr "Dopušteno" -#: websiteFunctions/templates/websiteFunctions/website.html:55 -#: websiteFunctions/templates/websiteFunctions/website.html:82 +#: websiteFunctions/templates/websiteFunctions/website.html:60 +#: websiteFunctions/templates/websiteFunctions/website.html:87 msgid "Bandwidth Usage" msgstr "Upotreba jesečnog protoka" -#: websiteFunctions/templates/websiteFunctions/website.html:118 +#: websiteFunctions/templates/websiteFunctions/website.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:127 #, fuzzy #| msgid "Access Logs" msgid "Load Access Logs" msgstr "Pristupni logovi" -#: websiteFunctions/templates/websiteFunctions/website.html:130 +#: websiteFunctions/templates/websiteFunctions/website.html:135 +#: websiteFunctions/templates/websiteFunctions/website.html:138 #, fuzzy #| msgid "Error Logs" msgid "Load Error Logs" msgstr "Log grešaka" -#: websiteFunctions/templates/websiteFunctions/website.html:146 +#: websiteFunctions/templates/websiteFunctions/website.html:150 msgid "Logs Fetched" msgstr "Logovi" -#: websiteFunctions/templates/websiteFunctions/website.html:151 +#: websiteFunctions/templates/websiteFunctions/website.html:155 msgid "" "Could not fetch logs, see the logs file through command line. Error message:" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:172 -#: websiteFunctions/templates/websiteFunctions/website.html:211 +#: websiteFunctions/templates/websiteFunctions/website.html:176 +#: websiteFunctions/templates/websiteFunctions/website.html:215 msgid "Next" msgstr "Sljedeće" -#: websiteFunctions/templates/websiteFunctions/website.html:173 -#: websiteFunctions/templates/websiteFunctions/website.html:212 +#: websiteFunctions/templates/websiteFunctions/website.html:177 +#: websiteFunctions/templates/websiteFunctions/website.html:216 msgid "Previous" msgstr "Prethodno" -#: websiteFunctions/templates/websiteFunctions/website.html:256 -#: websiteFunctions/templates/websiteFunctions/website.html:258 +#: websiteFunctions/templates/websiteFunctions/website.html:262 +#: websiteFunctions/templates/websiteFunctions/website.html:265 +#: websiteFunctions/templates/websiteFunctions/website.html:266 #, fuzzy #| msgid "Add Destination" msgid "Add Domains" msgstr "Dodaj destinaciju" -#: websiteFunctions/templates/websiteFunctions/website.html:268 -#: websiteFunctions/templates/websiteFunctions/website.html:270 +#: websiteFunctions/templates/websiteFunctions/website.html:273 +#: websiteFunctions/templates/websiteFunctions/website.html:276 +#: websiteFunctions/templates/websiteFunctions/website.html:277 +#: websiteFunctions/templates/websiteFunctions/website.html:294 +#: websiteFunctions/templates/websiteFunctions/website.html:297 #, fuzzy #| msgid "Select Domain" msgid "List Domains" msgstr "Odaberite domene" -#: websiteFunctions/templates/websiteFunctions/website.html:300 -#: websiteFunctions/templates/websiteFunctions/website.html:770 -#: websiteFunctions/templates/websiteFunctions/website.html:821 +#: websiteFunctions/templates/websiteFunctions/website.html:283 +#: websiteFunctions/templates/websiteFunctions/website.html:286 +#: websiteFunctions/templates/websiteFunctions/website.html:287 +#, fuzzy +#| msgid "Domain Name" +msgid "Domain Alias" +msgstr "Naziv domene" + +#: websiteFunctions/templates/websiteFunctions/website.html:294 +#: websiteFunctions/templates/websiteFunctions/website.html:297 +msgid "Add new Cron Job" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:298 +msgid "Cron Jobs" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:324 +#: websiteFunctions/templates/websiteFunctions/website.html:883 +#: websiteFunctions/templates/websiteFunctions/website.html:934 msgid "Path" msgstr "Putanja" -#: websiteFunctions/templates/websiteFunctions/website.html:302 +#: websiteFunctions/templates/websiteFunctions/website.html:326 msgid "This path is relative to: " msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:302 +#: websiteFunctions/templates/websiteFunctions/website.html:326 msgid "Leave empty to set default." msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:343 +#: websiteFunctions/templates/websiteFunctions/website.html:374 #, fuzzy #| msgid "Create Email" msgid "Create Domain" msgstr "Kreiraj email" -#: websiteFunctions/templates/websiteFunctions/website.html:386 +#: websiteFunctions/templates/websiteFunctions/website.html:416 #, fuzzy #| msgid "Version Management" msgid "PHP Version Changed to:" msgstr "Upravljanje verzijama" -#: websiteFunctions/templates/websiteFunctions/website.html:390 +#: websiteFunctions/templates/websiteFunctions/website.html:420 #, fuzzy #| msgid "Delete" msgid "Deleted:" msgstr "Briši" -#: websiteFunctions/templates/websiteFunctions/website.html:394 +#: websiteFunctions/templates/websiteFunctions/website.html:424 #, fuzzy #| msgid "SSL Issued for" msgid "SSL Issued:" msgstr "SSL izdat za " -#: websiteFunctions/templates/websiteFunctions/website.html:449 -#, fuzzy -#| msgid "Issue SSL" -msgid "Issue" -msgstr "Izdavanje SSL" - -#: websiteFunctions/templates/websiteFunctions/website.html:477 +#: websiteFunctions/templates/websiteFunctions/website.html:509 msgid "Configurations" msgstr "Upravljajte postavkama" -#: websiteFunctions/templates/websiteFunctions/website.html:483 -#, fuzzy -#| msgid "Edit PHP Configurations" -msgid "Edit Virtual Host Main Configurations" -msgstr "Izmijeni PHP konfiguracije" - -#: websiteFunctions/templates/websiteFunctions/website.html:485 +#: websiteFunctions/templates/websiteFunctions/website.html:518 +#: websiteFunctions/templates/websiteFunctions/website.html:521 msgid "Edit vHost Main Configurations" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:495 -#: websiteFunctions/templates/websiteFunctions/website.html:497 +#: websiteFunctions/templates/websiteFunctions/website.html:522 +msgid "vHost Conf" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:530 msgid "Add Rewrite Rules (.htaccess)" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:507 +#: websiteFunctions/templates/websiteFunctions/website.html:533 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Rewrite Rules (.htaccess)" +msgstr "Sačuvaj promjene" + +#: websiteFunctions/templates/websiteFunctions/website.html:534 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Rewrite Rules" +msgstr "Sačuvaj promjene" + +#: websiteFunctions/templates/websiteFunctions/website.html:542 +#: websiteFunctions/templates/websiteFunctions/website.html:545 #, fuzzy #| msgid "Add SSL" msgid "Add Your Own SSL" msgstr "Dodaj SSL" -#: websiteFunctions/templates/websiteFunctions/website.html:509 +#: websiteFunctions/templates/websiteFunctions/website.html:546 msgid "Add SSL" msgstr "Dodaj SSL" -#: websiteFunctions/templates/websiteFunctions/website.html:524 +#: websiteFunctions/templates/websiteFunctions/website.html:554 +#: websiteFunctions/templates/websiteFunctions/website.html:557 +#, fuzzy +#| msgid "Select PHP Version" +msgid "Change PHP Version" +msgstr "PHP verzija" + +#: websiteFunctions/templates/websiteFunctions/website.html:558 +#: websiteFunctions/templates/websiteFunctions/website.html:754 +#, fuzzy +#| msgid "Change" +msgid "Change PHP" +msgstr "Promjena" + +#: websiteFunctions/templates/websiteFunctions/website.html:570 msgid "SSL Saved" msgstr "SLL spremljen" -#: websiteFunctions/templates/websiteFunctions/website.html:529 +#: websiteFunctions/templates/websiteFunctions/website.html:575 msgid "Could not save SSL. Error message:" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:579 +#: websiteFunctions/templates/websiteFunctions/website.html:624 msgid "Current configuration in the file fetched." msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:584 -#: websiteFunctions/templates/websiteFunctions/website.html:597 +#: websiteFunctions/templates/websiteFunctions/website.html:629 +#: websiteFunctions/templates/websiteFunctions/website.html:642 msgid "Could not fetch current configuration. Error message:" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:593 -#: websiteFunctions/templates/websiteFunctions/website.html:648 +#: websiteFunctions/templates/websiteFunctions/website.html:638 +#: websiteFunctions/templates/websiteFunctions/website.html:690 #, fuzzy #| msgid "SSH Configurations Saved." msgid "Configurations saved." msgstr "SSH konfiguracije su sačuvane." -#: websiteFunctions/templates/websiteFunctions/website.html:634 +#: websiteFunctions/templates/websiteFunctions/website.html:676 msgid "Current rewrite rules in the file fetched." msgstr "Trenutno rewrite pravilo je dohvaćeno." -#: websiteFunctions/templates/websiteFunctions/website.html:639 +#: websiteFunctions/templates/websiteFunctions/website.html:681 msgid "Could not fetch current rewrite rules. Error message:" msgstr "Nisam mogao dohvatiti trenutno rewrite pravilo. Poruka s greškom:" -#: websiteFunctions/templates/websiteFunctions/website.html:652 +#: websiteFunctions/templates/websiteFunctions/website.html:694 msgid "Could not save rewrite rules. Error message:" msgstr "Nisam mogao promijeniti vrijednost rewrite pravila. Poruka s greškom:" -#: websiteFunctions/templates/websiteFunctions/website.html:668 +#: websiteFunctions/templates/websiteFunctions/website.html:710 msgid "Save Rewrite Rules" msgstr "Sačuvaj promjene" -#: websiteFunctions/templates/websiteFunctions/website.html:691 +#: websiteFunctions/templates/websiteFunctions/website.html:765 +#, fuzzy +#| msgid "Cannot create FTP account. Error message:" +msgid "Failed to change PHP version. Error message:" +msgstr "Ne mogu napraviti FTP nalog. Poruka o grešci:" + +#: websiteFunctions/templates/websiteFunctions/website.html:769 +#, fuzzy +#| msgid "Password successfully changed for :" +msgid "PHP successfully changed for: " +msgstr "Šifra je uspješno promijenjena za:" + +#: websiteFunctions/templates/websiteFunctions/website.html:795 msgid "Files" msgstr "Datoteke" -#: websiteFunctions/templates/websiteFunctions/website.html:698 -#: websiteFunctions/templates/websiteFunctions/website.html:700 +#: websiteFunctions/templates/websiteFunctions/website.html:803 +#: websiteFunctions/templates/websiteFunctions/website.html:806 +#: websiteFunctions/templates/websiteFunctions/website.html:807 msgid "File Manager" msgstr "Upravljač datotekama" -#: websiteFunctions/templates/websiteFunctions/website.html:739 +#: websiteFunctions/templates/websiteFunctions/website.html:819 +#, fuzzy +#| msgid "Create FTP Account" +msgid "Create FTP Acct" +msgstr "Kreiranje FTP računa" + +#: websiteFunctions/templates/websiteFunctions/website.html:831 +#, fuzzy +#| msgid "Delete FTP Account" +msgid "Delete FTP Acct" +msgstr "Briši FTP račun" + +#: websiteFunctions/templates/websiteFunctions/website.html:848 msgid "Application Installer" msgstr "Instalacija aplikacija" -#: websiteFunctions/templates/websiteFunctions/website.html:745 +#: websiteFunctions/templates/websiteFunctions/website.html:857 +#: websiteFunctions/templates/websiteFunctions/website.html:860 #, fuzzy #| msgid "Wordpress with LSCache" msgid "Install wordpress with LSCache" msgstr "Wordpress sa LSCache" -#: websiteFunctions/templates/websiteFunctions/website.html:747 +#: websiteFunctions/templates/websiteFunctions/website.html:861 msgid "Wordpress with LSCache" msgstr "Wordpress sa LSCache" -#: websiteFunctions/templates/websiteFunctions/website.html:756 +#: websiteFunctions/templates/websiteFunctions/website.html:869 +#: websiteFunctions/templates/websiteFunctions/website.html:872 #, fuzzy #| msgid "Wordpress with LSCache" msgid "Install Joomla with(?) LSCache" msgstr "Wordpress sa LSCache" -#: websiteFunctions/templates/websiteFunctions/website.html:758 +#: websiteFunctions/templates/websiteFunctions/website.html:873 msgid "Joomla" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:792 -#: websiteFunctions/templates/websiteFunctions/website.html:871 +#: websiteFunctions/templates/websiteFunctions/website.html:905 +#: websiteFunctions/templates/websiteFunctions/website.html:984 msgid "Installation failed. Error message:" msgstr "Nije uspjela instalacija. Greška:" -#: websiteFunctions/templates/websiteFunctions/website.html:796 -#: websiteFunctions/templates/websiteFunctions/website.html:875 +#: websiteFunctions/templates/websiteFunctions/website.html:909 +#: websiteFunctions/templates/websiteFunctions/website.html:988 msgid "Installation successful. To complete the setup visit:" msgstr "Instalacija je uspjela. Do završetka je ostalo samo da posjetite:" -#: websiteFunctions/templates/websiteFunctions/website.html:828 +#: websiteFunctions/templates/websiteFunctions/website.html:941 msgid "Site name" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:835 +#: websiteFunctions/templates/websiteFunctions/website.html:948 #, fuzzy #| msgid "Username" msgid "Admin Username" msgstr "Korisničko ime" -#: websiteFunctions/templates/websiteFunctions/website.html:842 +#: websiteFunctions/templates/websiteFunctions/website.html:955 #, fuzzy #| msgid "Password" msgid "Admin Password" msgstr "Šifra" -#: websiteFunctions/templates/websiteFunctions/website.html:849 +#: websiteFunctions/templates/websiteFunctions/website.html:962 #, fuzzy #| msgid "Database Name" msgid "Database prefix" msgstr "Naziv baze" +#~ msgid "Daily" +#~ msgstr "Dnevno" + +#~ msgid "Weekly" +#~ msgstr "Sedmično" + +#~ msgid "HTTP Statistics" +#~ msgstr "HTTP Statistika" + +#~ msgid "Available/Max Connections" +#~ msgstr "Dostupno/Max konekcija" + +#~ msgid "Available/Max SSL Connections" +#~ msgstr "Dostupno/Max ssl konekcija" + +#~ msgid "Requests Processing" +#~ msgstr "Obrada zahteva" + +#~ msgid "Total Requests" +#~ msgstr "Ukupno zahtijeva" + +#~ msgid "Admin" +#~ msgstr "Administrator" + +#~ msgid "Normal User" +#~ msgstr "Obični korisnik" + +#, fuzzy +#~| msgid "Edit PHP Configurations" +#~ msgid "Edit Virtual Host Main Configurations" +#~ msgstr "Izmijeni PHP konfiguracije" + #~ msgid "Reseller" #~ msgstr "Reseller" diff --git a/locale/cn/LC_MESSAGES/django.mo b/locale/cn/LC_MESSAGES/django.mo index 685339a56b70f348edb0702d4c6acc4c947e08f8..b99572acaca94498109f9ba69e433f5a4a52546b 100644 GIT binary patch delta 11715 zcmZA72Yk=h{>SmJ43S94Aj1q|1TkV(jaUt}_m)z77g761i^eJyYSdLlXth>TtBTTr zR$JSxS+OsrO0{bJU+>@dlmG4GejktH`T3l4e&?L;Ip6Q^=j#3G6Q30y`gksc`z>;~ zVtgE@5MBv&oS%q4DW+P-xl!J6^5ad6#^)G=(Fv}JSb)4ahGBoqi{mf|XJT$#i2D3W zjK!Up$8kK)83KLaCTanXFa#qjI8HFeVI)?@%Gd-8<9H0mCFqMETfWKMj~e$RY5`X< z0Pk7;2n#d6<6qHjD1qF(Qw}v@ZPcB%LrpZ)+NWR%@^>%-x0;8{^O%eJdsq(tMonC* zlDm@?P&e2JBbeW5OP~(@P!kSA-FX`3#YLzs&cHbQ5{uwf3`9S+Mg8)iKNi6hj6;n( z&Fbf%`Y*sxT#g={(FSYSf%(YyV@^DcTImHWg}1RdMkKmBP#p`Bcf}Ss2G#FtjK^D+ z=da@KL~Sfd{Q%TBZ&zXeRk6hyPFu&Pmd96h@3OP8<)2%A5o4(juI~0rsLuXt;I>p~A*omf-?I*1qb9nEy3?>4ZhHc1hdN?@?136* z6zVA6MQ!m~)Ddh)9nD_Uj(&rA@VJK{oFK~@{y;sgzBL_(#X5OWZ$)Ed4Nh;Yg-cO) zc*4x_g4@4>*#}c;Uxv*wln*6g57a_epg!-}N1&D5L9P5LYQm5g-MlPn#kDXPn_xcd zfclCUgnEYNpl)O_7RB`#hTowc)^iw(k5Tg!s_mV}xK^N6 zo`HpMtL4Wm&q5u^bJRkDliVXIhFU;FEQ%dbJ2D2fv(r&K`vH1%ryB^=;agOPlc)~& zQ19_m)WcG`zWdGA9@XB%9Eh4Q74@{IVPTw)I)aU;8{BK{hfvSV(faJaf^$@80oPFj zKeUcM4cq~OFpBzusBge3sH5qO+JVWaEuD>(a6RgEJByn55^A1Xs2zET+S$m49>?Jg za!NIHw>-t{hnjFG>W-$P2AFI0OHc!C#soZqx`Ah?fkPU(d13S=FOPa=DxntK4E0QO z_EdW8 zd<#q93Z$RM*-ub`ic8iInrth?y3`LsZPiEUkK3(%H)_H6Q3F3k4VaFl^${<(_S*tS!)o(ZI^*oI6coQ{F z#LMoE#iDj35zAv6)Iug>Ep7cAf(Sf-I+L@gv%ihn@}OpJeIZnRg5}Ln4_kN4i9=9F zH43$Wv8WxGj#}sv)Qzk|_4^7v>UfYq-vcMHB;LUw%-7s~3yPw)wgy(jZm5Z8qZa-i zYN4CVeW(eKqbAJ4-1rPNPf!cDy+jN4UmX&uD2FXE5yztzumN>;J5VeB0?Xq*%kSVI z^845od$!~U3U^{F^x=TI_;;tsSQh_H51m2NNu(A{Tyyn($N9)@?Hnp%!!w z^}TT2d~WqoZQQ55IOe6jEXH9i)c7f=@rR%uzEn)X*&b`Sh54v>fO?t(+qzpGi@Nhh zsDYbe7|-oe#{levnm7e@*8Nc9q*^{1)o(6p;fu@+^!}J3&w|G}Mxc(jFb40VJ`lpYrU46^ zrBFvx5ks&FYJv4p3+RpsI2iS?Ek)f>25M(Ep^oA+499(#NALd$0^RXt)a&&CwZ-8b z+^0JZwF5O#Th|`-45XmW_;u7mmt%g+KuxdQ8h9M)PSY%3X!&ZaLH#Ct5wDviI=OFG3U;S{0eW0M{V_8)K~Qb)I$G8%@fGGr}j`(ef}=&zs@p_ zihP)8CS!i`?&e60AWuU*E6Y(wv<72v8Me-t?M_$?HBn>KK%Gzv?uXGh3Zrn2 zwXZ?lX{P1hqWYgiJ?vQ+q4)m|!Gs(<^{=`UP444P{I>bNx!K%j9y2ea27X}X=QT>`)dq?HW?~Jg9NvMvqP+PbJwRN9Z`ytdrb;{b$oA*!?`S)`th&D@_ ziCC2OdZ?pIF^8i^XYC=-L`zW5EDwP?1`T#QCYY^I^{<%=Q6Jontj#%Z^)C%^7dQ~re*tRXt*HLzQ48=L z>RQrFM)mg$v|x_8$vPY}AE0(9a+rH0g;DQ$Ma+#YF&Mj|`t>)5p`L+M%crCI&A~ui z>gsV;6O^Z71L|QsWBCKK*l>5{Eisn%5vV(S2P@!C?1DEi85@jnf1GAv9QjwMBfWuI zK-g>U!ir!az5f-gq8X|~H`JXCz%U$*y5kv`7cBTJBzJii@68&o&G((fY-4c78~X6R0}LiJ|06c14D2dYT&O?3p$Ficnb?- z@M!m|yetNhC!!~epbkMSwnF_CYXs_yMw^pS{n9L7X0Ac)$VSv1?y>x=c?& zc@4|kSl)9C`>z4UQlZx*4a?(t48YT<1ztoAbPe<4eX9?A-TfvDMIA*Ps(&@JHtKT? zQS-FM2z)8t7ohHF73x{oiyG)G=EEDPr~4`TWAU->4wW&hVifgBmV4CTfN1&CzYZdEI6KzC2M7uB=Pof^eJD3LxjB|}g^{_)BdfcYb8f|J&sW%ai$zmFRDspa{`y9+6T`YT#-)cAF9 zGqyvG?>9l?a{jpqR1u9@X;IV}#amtneaMqhTluot4hxcZM}2-QYM~y~ozFoX;d0bM zcA~y=Phdg(6BG3QM@)485?LR$wWCl2yn$75f#nBKPyK1sQ9MLVTzryygz>1n7U~G< zqn?2lsH5qNTF5}uLZ_kkfB(Njpr?NYYK327dAy7bF?6!Kp!QgZybo$2Q&9u0L@js& zs(m*W!854#M;L=S?QM%SD|y&|eISVnJ%l~1VHm1@GKS-O=0?;V?lTWs{ZD2VYQjHI z6Z%YX^FpYjjW?^Ho|!sR=%|MFR?!m+lc!<=rlam`A8H{-Ex%$uKuzd3)txX5m6x-; zrsZudPeJYQICHtjI_yO)b#p3l1@( zP)Ak_^}1HJycXspf7$XjUOE3>1X|H+<}`CL=A?eTxdk=h4$HqmO?24ubJl*@{0;RG zK1Gcm^_IKPvZ%bOWPT^v8oHW&P-ipD@{y>cn27pdI#$EAs4YHc^}k_Ga^Ey}p+Ttj zDAW#?v-oxoEXyCFcIK%WG}9d~3bo+U zsPD`E?N*dWzev5p@K8Fc!yRFfK*)TZ^S|0}jR$s4uXjx$Zw$3_~sa z5ca^Un24T+Z}T6B2*%(l`~geghnlv5Jy8gYKwNDw)#udfXB^WP*3fzs09SP;~IuV$qS+;e$i}z`g~K= z=Q^T(ltx(nJd9#~XE}ie_zX3`3DiQ)q6WB(+PdE?4_@F77=voBg8Ez%mc(QX$Dyd7 z?--YfG24N2J?5h`vr#jhif>0l~dMxqefAkt<@i#PQQ9dTu;5dQ{oi60ckw)(qFBgL;zh*%*7gDMKd(t7O(?I@z8dxW z@geb44952imDDM9|P0`F?PCHNDqQ)agpY z0+d(089$wvmw}sD`&shk*5*syFT_15A5#umA42c7gFh=$-l6^gdh~stedVyuPpv{< zshugkEboIq)29n17YnFo^?EpU{Z0KyER8F15pKg8IGCcVB=)9kr5xA!XJ7ZJ@MX{+ zF$B9~ERA1MUL#JX=sHc=P5GSiGo>~4()}rz~{1+vVQkL=_b>Cxd7Ig!!QMORG3R~b1$|GW3RVd4eCs_U$c>-m><%G^! z{lOJaDdw?;lO+5t*~w!$udcI#m{-<&?dQ)UlrJcKsn4>0pOQDE=+bwGuEUfd+WlE@ zN#g7|`2KRHc%N{hUs?gvy&3iCwIIEpb=k9jHq` zKFuj}$@Pm^lQPEIcH_S-zJ)y~@6tY=qU#DJpEq)x-)TFg{g1N`L|KC}|C@Zi z#gW97R4m_s705rwviJoCako#f4EbifK*>*?uHPudypj7KvAySCn~JJ*(xo4eKsw*T zozxAX6erG!e^AO(9#gWf--ti6B!u`TWmjzD zYl;EXU!go8{sG5PMi4JV-Nj{WO3@WU8A$vAWj&=1`9n2ueNFzd8#=FhKS}bO%Fige zic(^TgRm`X=ia2~8co^gjrba+?K|Rg*a+XZda=*qZnT}Cd`T%q-M=aSqTHcWr|vba zyad5$N)F9r*W2W)EUrb|kdl3cS^O5(r(CdxbmC7a0p!)N0mh=P^Z2_PI=yi=`E%6# zPB0VuP;p-g*F+cRP3m$H>;D_7D~0mJ8~yi>?Sy{x>w(iLFB0ds=5hE9d40>f5|5x9 zviw_}|2&dMR&j>LycAu-OvT?)+FSlIt|Om^ebs2!Q1Xk`XCQSiSe)H1%TV_i|3m3R z9O=XT>o0|`lO#}nrRWO9vy|zS@5!fP3(9wt&XmQJOiEkYTB5F5l&X|yN+_iUrKhzK zIyr3@)0AXi9x6M~DgGZFD-bWW{7*Vow)lp9=oj)B;uo?9!F$v#qxcbDvi<>#z18|O z#Z8pPv~|RA${=FT3IbgxD9yZ)`$q+mbe z65<7vk;K_oC*ls4w8T3)|1$)~XlO>6L1{&qpZy8EP5IjL?s$Oq?CUylG*X*x{_V^vmXCn4=SG#j{5&fzGSGYL+NI9<#8qXOv{TBZzj&2 z`9ne;-}FnBMrF>a?8%cEmbAh*^JK$!ebXl-SIgX*oDqB&?U3~z<`j<)G^7vnMcRf^-V7@sZM71 iNjq|87Mr%kFEcAGJ}@(S!2zH2y^|s{pDb*b57a>^WXHVkvvVsmQv4w198Btj{j6w%6A zl9V5*s9%zh)11<;M5P1&*L(M8zkk2`@%Z$-KG${K*LB_3ec#{jx7E7Wy+41;+jAz| zcZI`|;O#h-u~m7;IZb(B4b?i%7fFs&0gquNyo}LmsP7tsF{CNTsZMtc#SAQm6EF~` zqt2g?akw5s9LM8)NI@qYLoMJO2IE}}!k`9@6NS;(5R#$o|>#WkpY*RT$jPjT~>DeS+tW*8MUaVct`cP&3*{*CGv-^A_L9d*T%Q2ke< zCfJL$@FHp22$NC$mtrCoS^j-0`>zVWrtVYO2-PtiHSko_!k)+4xZm2Zp(YA# z=3Z%2RC_vVho)l%oP!!?73x;(LGAFTs9SK_LqWIT5^77YV+h{Ca13bf*2kir;yTF1 zIZaS+%UI-MocY)S_n|K653?4P>fg&;h?B@az%J-XZOMa2VGe4gAE5@gj9N%!D|hAb zs0kZe-UGGZp%{eO7>W5<9iKuyL+_w2WG`03FR(oRggmSs$Gf$=_0>^Z)DA0SPt*xH zsD&)USX_tNiCtFzG3s9b8+pE*JJQ^>Bk$*x zB)=bZ1ryB~Sc!Z->X}%NKKKc0CyrnYoW>e7C zyoB1~t*9+Nin`*H)_&94z1q3$RZ#D99n>?Ej{3wau=WM!3e<$_QBVE5SOxdAWB+w8 zzNJD}c-=bOMs5AyWV%I*LMi&7Cm8ZL_MTmpmz2&CgWf2 z*?--mqz>)^8lxs|joO(s)E19M-biOEYU{U}J5UqvLoMh8>in}-e+@N`cSq*H8mOJ_ zff{#+$0~Brhl-h~hiEox#cNT|#zw2(f!g9PQ6Dhhp|TUsAnMIVP0EpX=4g?um@_O$5C7NBx*-iVIuB8E#wmN@$LMA z5m>*AdyCqko`rPO`4g;uj@3V7`8%jvbpSp76uzXOTktIg;aSuU{D4~NJ=B$ibangH zMfGcd`g~}GHL*9A!+g|RF%Pw~>#zZSh?@8&YT@49*nh1ws++sw+NcRzpeF2$ftZP! zXaa`dLR9-ItcUMmBRq#%KxB9K)>T7YSUe_TZOeP3#_ivo{U1YNBo+Pf81mdWi9Prw zi<2-N58@zOa)1n*k?U{3sF0;9X0MA)Q*3O8pm^nf}Vj} zsE&W4R;ou<69$@*7*1XV)t+p5OKb0jdMo;(J})v*A7m3zw`vK-;Txz6J&erjagI|6 zq2eS);1$%we_6d>Z})^q)D=`V6H(uKtx(TKKh(ezF&ZC7^?wF6-Uf3M>K1LoV7>pl zC}^dJPz$+$Nq7_Wki_+IuPhO@L#e1+(h{{JX{hrCpssuj>NU(qZS^YDg}sT|iG8RY zJcSkY{ufiwy}pZDX?$Pz-Xx+XXos4hw>biJWx3Wq2ZPCD=p(EDH)`VZ z)_wy$8rXT%z0y!r9&34BY)YPrEiv2Nh>ggLaUe$XO6VDyjM}joSP2)P7WNWqhqqXM z#PXB<*#BlU+@eBTlf*lih@DYeJsI_Fm5*B3EYw6#S^G+>UxS+HO^n2y=4V)e{DOH0 zbt^&#xX()b0QO(^s2&y3*c$J{zNi6bq873kQ*b%X$B(fIcIWc*aW2+JFFqv3VKR2Z zwa5$Q{DAM_1B2ZkslOs?aq4<_iDM|tMP1>G*bv`FJqzbh_xc*@%Kt$1^BU?dEDUu| zE1+J#IMg#!7j_XI+*#^{WdH@;M;~b%&EBp#|;ziWT%MNo-h()cm1!^JP zurl^VEjSN5;2hKr9l|L5+}ewA8u@K}1apSFZ^eEr`Tc*Kf+jqV8t@isla&sMO zE8j#d;2`QD{l?mht^F6vgGagN$DsPvLM^NbY6m-`M-z;s;E%c1;c;^*YND4={oXS_ zG(Sh(^Y2hs_?HV0H2?W;W`)r%?U2q2@Vb?H;f3?g{azhK}ZF)QO9bU3a!xeN48y z;MS=ABT)k{K=t2>TEGeOjv1Td_HS(tb@e!NDCmS&%|oayx`w(XKchZ4d>(UOuNoLc zULV!3rP&Tc$va!#57lodmc{Yr6ig(ah0#2J&StAPWZp(CsKx~M7fT1!6=q_6T!Q^@ z4|c++iSEA}4#ouXm8e^~2ep7psD<4`y$#;EZe9(8nBQqYArM<(c}zoHaevf_)64~^ z0al@&?rnG+Mx8g-^0`>@{y$AYpZPCfbKH&f@HT3zs!wu1 z`@3Nn`7{j1g{Xm_Lk;{2#^FA!g5P5qyo=?~f3kalHev;`yUFiZW*%8aPnIB^X+P^k`K#lJ`#T_rmjF`gyYoHh^G*Des-pTU5s9TeV zx-|u;Tk|xk-&WLl`%yb_2DKB{E%%%1=HaOJM9Z6_&QJGH(8D$ywbgS`TlNm>%6Fko z+>g4V&#e9;Mvz}e-I9A&A2!WBuOjNas;G(Tq58M9_U@*qk98Pijz?Y54Ae8R8Y6KV zYQQ6we}j73Z=fHBKkn{SB{KmlQlE?gn1*^-A3el>@1UM7|5*&Ej&ZYG zlTjx;fVzS~R-bM4Gcla{=grNiE8K4$vii@>^QZ}LqbBs8?dFwHx44eS3XM?@QESV4 zSw0x6P(KNEYYI^d-j7K>oA`m#^B14rNh>f^8jPDl0Ik7;-Vn_=o)o+HdbeQRF8>O6l=y?O2xbwy1y z2z_t_>Iz4rt~ejHphc*iT7mi!dJFaCvJ3t3AnJ-gMSX6ZwEQOelix$VRsK&p&QRue zVkoE~A2s1@REHI)*W?Xr{|Ghk5!AEs4eGtVYVG$-|M_meVAO(R%mmbh)W-m9qn!Dj zP876&zN)~%W;SX;GtK4Z22}s;=KH9H9Ymdf-0II;e%10jsD91@TOfM$RK`%yL@8Jn zJ6ZmSIl}6vn6pr~Xp!a1P`6|iYMd?D1P`Eg@{ZL9FLW0khgwLjh3vmNq)?%)OtXf; zsD+J1UC~@~1?p{h1~dBWN+B2T$<3$-Iri(R{*Ugy~!3J+7*f?CmEX3!G%gQzm9 zzPaU{Egxz5WU~-UwjT9SegL%-XU$>^BEMnzAEw7^sXIXcmZ3u>%i~ZdBx5kPw)%%r zPyYba1mmnd7j+9}VH~bNoxcs$?*QJ1hjA?aj7fU`2Q72|6tW1l@?so>-cPxIWEzTn z$P4i$yoT|(WI5k}xD_?=Z>R|apLRchDxsc{4yc{!hT6#tRKE%6ulIjuNr8vVT#V{i zXugaZs0b5qFKVaGV>n(z4fwZNuF!pWE27S8Xtu;^8sH3SfV-%L_&wvEAB@_;7|T;p@sqIPOE>eul`48c99^Nv{iH|7( z>$pt(PUO%KWhYF=FNv;1GQsWr?~z2#rZ_|K7!F1quMsJfLs_tn*;c>Byh`2s#7Z@C z^zhJ7gTmX^L6wO_6$aoHE!p;F);0hGt(;05x4-20ow{;1;Wt)Skvxp}&~nj~=tFEK zw7WVy_j7U%g}OFyNiF|qWcj0bo!Cx%P5oVBE9Fb5hw^Ea2_0V$X;#jre3Lj~`7O#i z-Xr)0U-H+{C0@4wd31V!$~Oo|^7EdNKMs8oa6afrjJ6c)$NSxh`>`Dm<6 zJVhKJCejv*1MmlD$?I3FP_|EIrnezf0nWBZMxuH`K^62%ojGJ|r01;ak-4p>8AU z=;GqsGevXSFB3C~2Z&5U#{}XxVmt8*p+lddcWHlE^KYQgi};cFl!jbvN$3OR1=LYY z%q6Ch?JD;*n85UH8?TLxhb+kT_lwTt} z)2YzUGnt?^^@=fv;m@Eoy9ZCH8)Q|Lr=p{^RSh;nVbgS!bGpIiSoa2D|#buSR_ zQ+|(VLwun3zbch{rI#FQsBA(UCYynK2p`G=@n`&&SW8qP*AYWZE-CRXN?jS^VQaH$ z=Op=3l2ODM;v4c7))?u{{&y$&jtHUQQS{}?Kf(Knv&1-J15wHD?MIZ$Q*MikIA=dT zPw4oR{3ww}c^~Sij}gRAl+WW7B9`;FVOu>|`jHTAgZt_Xj!x8<9uHC2L0%7UmsVnb z>b7A7=T^h1|7c79M|lkW4il@X3nCg)?uvgR*YEySLh5KqBoob*a8zaR@t9VU@g$S4 zp}dTfuM#>wbNQctF0i(X=w;>QxRKDmVcX#;`2|yv$_#4CV(AgcM0H9NTu<91;#JDQ zwC$x_j(C#%7XC$aRvq~+EIkfVF0lM>DytCP$-gJA==v*A@gL$oVh?f5I{Q<8obo%C zr{fAM2V*PR8{k>1%OZb;xJY!cI*QIoqB{AnR(FVeJ@E&5k?w!#@d$+@#GBMLCB_m# zTxsbMW98FUahmoJ$~EyT;vwQo@*hygK9`dJ`lVtnQB{4dUXd?)zNc_b*FUqg z23OHxA<>v}U(6!z5Oax7h-ji85l8sZC%|^(A48NB|N2M8TlB3(^su^qW*qj`{r?Zq zj?nQ05l=bQ@=-Xtq{aP5t$&nNykPle`n^uMo#jdRIq@b@*Xl%h`sL#RVgZp9L&bfB zj(C@nzfPza#nlbOa2%$J!npLPqI-$AynV)JWf%U`U~9!VC8XW86mzg=1c^hWLd6#RH)UZih z!^SO=n-&cie%8mY?Fd~_^HKe)EPMO%Gp{!&UQ=*s!)sUett(#oO7V&<&Ly|H@K`}) zQQ@dE!T!Z>FDqX8O3|vkG@p>kX*s!h7kBKwI(NzCy_<`^ozl^#TpHJLdG`xfHm@(N zn%~B^bC1cXMFaA8`UkGse6?UTQxwnNUKBpN$T#%T-oi@@mRxyzd-2xUOjY#Jyt-wB fiVJrCf6a|$hrG)$;icuTJB9o5ql%6^o$mF2W`_>5 diff --git a/locale/cn/LC_MESSAGES/django.po b/locale/cn/LC_MESSAGES/django.po index 46dba7832..4166e1c8d 100644 --- a/locale/cn/LC_MESSAGES/django.po +++ b/locale/cn/LC_MESSAGES/django.po @@ -3,14 +3,13 @@ # This file is distributed under the same license as the CyberPanel package. # FIRST AUTHOR , 2017. # -#: baseTemplate/templates/baseTemplate/index.html:95 -#: baseTemplate/templates/baseTemplate/index.html:185 -#: baseTemplate/templates/baseTemplate/index.html:236 -#: baseTemplate/templates/baseTemplate/index.html:242 -#: baseTemplate/templates/baseTemplate/index.html:248 -#: baseTemplate/templates/baseTemplate/index.html:254 -#: baseTemplate/templates/baseTemplate/index.html:260 -#: baseTemplate/templates/baseTemplate/index.html:266 +#: baseTemplate/templates/baseTemplate/index.html:176 +#: baseTemplate/templates/baseTemplate/index.html:222 +#: baseTemplate/templates/baseTemplate/index.html:228 +#: baseTemplate/templates/baseTemplate/index.html:234 +#: baseTemplate/templates/baseTemplate/index.html:240 +#: baseTemplate/templates/baseTemplate/index.html:246 +#: baseTemplate/templates/baseTemplate/index.html:252 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:198 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:288 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:343 @@ -23,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: CyberPanel\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-15 13:07+0500\n" +"POT-Creation-Date: 2018-05-14 14:50+0500\n" "PO-Revision-Date: 2017-10-29 19:32+0100\n" "Last-Translator: \n" "Language-Team: LANGUAGE \n" @@ -58,6 +57,22 @@ msgstr "日语" msgid "Bosnian" msgstr "波斯尼亚语" +#: CyberCP/settings.py:173 +msgid "Greek" +msgstr "" + +#: CyberCP/settings.py:174 +msgid "Russian" +msgstr "" + +#: CyberCP/settings.py:175 +msgid "Turkish" +msgstr "" + +#: CyberCP/settings.py:176 +msgid "Spanish" +msgstr "" + #: backup/templates/backup/backup.html:4 backup/templates/backup/backup.html:14 #: backup/templates/backup/backup.html:21 msgid "Back up Website" @@ -74,9 +89,12 @@ msgstr "这里是网站备份界面" #: mailServer/templates/mailServer/changeEmailPassword.html:28 #: mailServer/templates/mailServer/createEmailAccount.html:28 #: mailServer/templates/mailServer/deleteEmailAccount.html:28 +#: mailServer/templates/mailServer/dkimManager.html:83 #: manageSSL/templates/manageSSL/manageSSL.html:29 #: manageSSL/templates/manageSSL/sslForHostName.html:29 +#: manageSSL/templates/manageSSL/sslForMailServer.html:29 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:28 +#: websiteFunctions/templates/websiteFunctions/listCron.html:28 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:28 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:29 msgid "Select Website" @@ -89,24 +107,25 @@ msgstr "远程目录" #: backup/templates/backup/backup.html:44 #: baseTemplate/templates/baseTemplate/homePage.html:12 -#: filemanager/templates/filemanager/index.html:133 +#: filemanager/templates/filemanager/index.html:136 msgid "Home" msgstr "主目录" #: backup/templates/backup/backup.html:60 #: backup/templates/backup/restore.html:62 -#: filemanager/templates/filemanager/index.html:157 +#: filemanager/templates/filemanager/index.html:160 msgid "File Name" msgstr "文件名" #: backup/templates/backup/backup.html:61 #: backup/templates/backup/backup.html:106 #: backup/templates/backup/restore.html:63 -#: baseTemplate/templates/baseTemplate/index.html:270 +#: baseTemplate/templates/baseTemplate/index.html:256 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:377 -#: filemanager/templates/filemanager/index.html:212 +#: filemanager/templates/filemanager/index.html:215 #: firewall/templates/firewall/firewall.html:36 -#: managePHP/templates/managePHP/installExtensions.html:65 +#: firewall/templates/firewall/modSecurityRulesPacks.html:112 +#: managePHP/templates/managePHP/installExtensions.html:66 msgid "Status" msgstr "状态" @@ -115,7 +134,7 @@ msgid "Running" msgstr "进行中" #: backup/templates/backup/backup.html:81 -#: baseTemplate/templates/baseTemplate/index.html:445 +#: baseTemplate/templates/baseTemplate/index.html:432 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:552 msgid "Create Back up" msgstr "创建备份" @@ -128,10 +147,11 @@ msgstr "取消备份" #: backup/templates/backup/backupDestinations.html:97 #: backup/templates/backup/backupSchedule.html:89 #: databases/templates/databases/listDataBases.html:87 -#: dns/templates/dns/addDeleteDNSRecords.html:129 +#: dns/templates/dns/addDeleteDNSRecords.html:294 #: firewall/templates/firewall/firewall.html:135 +#: firewall/templates/firewall/modSecurityRulesPacks.html:109 #: ftp/templates/ftp/listFTPAccounts.html:87 -#: managePHP/templates/managePHP/installExtensions.html:61 +#: managePHP/templates/managePHP/installExtensions.html:62 msgid "ID" msgstr "ID" @@ -144,7 +164,7 @@ msgid "Date" msgstr "日期" #: backup/templates/backup/backup.html:105 -#: filemanager/templates/filemanager/index.html:210 +#: filemanager/templates/filemanager/index.html:213 #: ftp/templates/ftp/listFTPAccounts.html:90 msgid "Size" msgstr "大小" @@ -152,11 +172,14 @@ msgstr "大小" #: backup/templates/backup/backup.html:107 #: backup/templates/backup/backupDestinations.html:100 #: backup/templates/backup/backupSchedule.html:92 -#: dns/templates/dns/addDeleteDNSRecords.html:134 +#: dns/templates/dns/addDeleteDNSRecords.html:300 #: filemanager/templates/filemanager/index.html:72 #: firewall/templates/firewall/firewall.html:140 #: firewall/templates/firewall/secureSSH.html:122 -#: websiteFunctions/templates/websiteFunctions/website.html:450 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:40 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:55 +#: websiteFunctions/templates/websiteFunctions/listCron.html:65 +#: websiteFunctions/templates/websiteFunctions/website.html:481 msgid "Delete" msgstr "删除" @@ -183,7 +206,7 @@ msgstr "" #: backup/templates/backup/backupDestinations.html:30 #: backup/templates/backup/remoteBackups.html:29 -#: dns/templates/dns/addDeleteDNSRecords.html:60 +#: dns/templates/dns/addDeleteDNSRecords.html:67 #: dns/templates/dns/createNameServer.html:48 #: dns/templates/dns/createNameServer.html:65 #: firewall/templates/firewall/firewall.html:138 @@ -197,8 +220,8 @@ msgstr "IP地址" #: ftp/templates/ftp/listFTPAccounts.html:91 #: mailServer/templates/mailServer/changeEmailPassword.html:52 #: mailServer/templates/mailServer/createEmailAccount.html:51 -#: userManagment/templates/userManagment/createUser.html:123 -#: userManagment/templates/userManagment/modifyUser.html:106 +#: userManagment/templates/userManagment/createUser.html:113 +#: userManagment/templates/userManagment/modifyUser.html:98 msgid "Password" msgstr "密码" @@ -213,7 +236,7 @@ msgstr "" #: backup/templates/backup/backupDestinations.html:55 #: backup/templates/backup/backupSchedule.html:54 -#: baseTemplate/templates/baseTemplate/index.html:447 +#: baseTemplate/templates/baseTemplate/index.html:434 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:554 msgid "Add Destination" msgstr "添加远程目录" @@ -246,25 +269,28 @@ msgstr "远程目录已添加" #: backup/templates/backup/restore.html:95 #: databases/templates/databases/createDatabase.html:88 #: databases/templates/databases/deleteDatabase.html:73 -#: dns/templates/dns/addDeleteDNSRecords.html:185 +#: dns/templates/dns/addDeleteDNSRecords.html:352 #: dns/templates/dns/createDNSZone.html:60 #: dns/templates/dns/createNameServer.html:100 #: dns/templates/dns/deleteDNSZone.html:67 #: mailServer/templates/mailServer/changeEmailPassword.html:80 #: mailServer/templates/mailServer/createEmailAccount.html:79 #: mailServer/templates/mailServer/deleteEmailAccount.html:79 +#: mailServer/templates/mailServer/dkimManager.html:156 #: manageSSL/templates/manageSSL/manageSSL.html:60 -#: userManagment/templates/userManagment/createUser.html:162 -#: userManagment/templates/userManagment/modifyUser.html:138 +#: userManagment/templates/userManagment/createUser.html:152 +#: userManagment/templates/userManagment/modifyUser.html:130 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:126 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:77 -#: websiteFunctions/templates/websiteFunctions/website.html:156 -#: websiteFunctions/templates/websiteFunctions/website.html:362 -#: websiteFunctions/templates/websiteFunctions/website.html:404 -#: websiteFunctions/templates/websiteFunctions/website.html:534 -#: websiteFunctions/templates/websiteFunctions/website.html:589 -#: websiteFunctions/templates/websiteFunctions/website.html:644 -#: websiteFunctions/templates/websiteFunctions/website.html:802 -#: websiteFunctions/templates/websiteFunctions/website.html:881 +#: websiteFunctions/templates/websiteFunctions/website.html:160 +#: websiteFunctions/templates/websiteFunctions/website.html:393 +#: websiteFunctions/templates/websiteFunctions/website.html:434 +#: websiteFunctions/templates/websiteFunctions/website.html:580 +#: websiteFunctions/templates/websiteFunctions/website.html:634 +#: websiteFunctions/templates/websiteFunctions/website.html:686 +#: websiteFunctions/templates/websiteFunctions/website.html:773 +#: websiteFunctions/templates/websiteFunctions/website.html:915 +#: websiteFunctions/templates/websiteFunctions/website.html:994 msgid "Could not connect to server. Please refresh this page." msgstr "无法连接到服务器, 请刷新此页面" @@ -283,7 +309,7 @@ msgstr "备份计划 - Cyberpanel" #: backup/templates/backup/backupSchedule.html:13 #: backup/templates/backup/backupSchedule.html:20 -#: baseTemplate/templates/baseTemplate/index.html:448 +#: baseTemplate/templates/baseTemplate/index.html:435 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:555 msgid "Schedule Back up" msgstr "备份计划" @@ -304,14 +330,6 @@ msgstr "选择远程目录" msgid "Select Frequency" msgstr "备份频率" -#: backup/templates/backup/backupSchedule.html:43 -msgid "Daily" -msgstr "每日" - -#: backup/templates/backup/backupSchedule.html:44 -msgid "Weekly" -msgstr "每周" - #: backup/templates/backup/backupSchedule.html:69 msgid "Cannot add schedule. Error message:" msgstr "无法添加计划任务, 错误信息: " @@ -330,13 +348,13 @@ msgstr "备份 - CyberPanel" #: backup/templates/backup/index.html:13 backup/templates/backup/index.html:29 #: backup/templates/backup/index.html:45 -#: baseTemplate/templates/baseTemplate/homePage.html:268 -#: baseTemplate/templates/baseTemplate/homePage.html:271 -#: baseTemplate/templates/baseTemplate/homePage.html:463 -#: baseTemplate/templates/baseTemplate/homePage.html:466 -#: baseTemplate/templates/baseTemplate/index.html:438 -#: baseTemplate/templates/baseTemplate/index.html:440 -#: baseTemplate/templates/baseTemplate/index.html:457 +#: baseTemplate/templates/baseTemplate/homePage.html:204 +#: baseTemplate/templates/baseTemplate/homePage.html:207 +#: baseTemplate/templates/baseTemplate/homePage.html:399 +#: baseTemplate/templates/baseTemplate/homePage.html:402 +#: baseTemplate/templates/baseTemplate/index.html:425 +#: baseTemplate/templates/baseTemplate/index.html:427 +#: baseTemplate/templates/baseTemplate/index.html:444 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:545 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:547 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:564 @@ -348,7 +366,7 @@ msgid "Back up and restore sites." msgstr "备份与还原网站" #: backup/templates/backup/index.html:19 -#: baseTemplate/templates/baseTemplate/homePage.html:164 +#: baseTemplate/templates/baseTemplate/homePage.html:100 #: databases/templates/databases/index.html:19 dns/templates/dns/index.html:19 #: firewall/templates/firewall/index.html:19 ftp/templates/ftp/index.html:19 #: mailServer/templates/mailServer/index.html:19 @@ -368,7 +386,7 @@ msgid "Back up Site" msgstr "备份网站" #: backup/templates/backup/index.html:55 -#: baseTemplate/templates/baseTemplate/index.html:446 +#: baseTemplate/templates/baseTemplate/index.html:433 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:553 msgid "Restore Back up" msgstr "还原备份" @@ -400,8 +418,9 @@ msgid "Start Transfer" msgstr "开始迁移" #: backup/templates/backup/remoteBackups.html:59 -#: filemanager/templates/filemanager/index.html:236 -#: websiteFunctions/templates/websiteFunctions/website.html:295 +#: filemanager/templates/filemanager/index.html:239 +#: websiteFunctions/templates/websiteFunctions/website.html:319 +#: websiteFunctions/templates/websiteFunctions/website.html:743 msgid "Cancel" msgstr "取消" @@ -431,12 +450,12 @@ msgid "Website" msgstr "网站" #: backup/templates/backup/remoteBackups.html:108 -#: baseTemplate/templates/baseTemplate/homePage.html:333 -#: baseTemplate/templates/baseTemplate/index.html:511 -#: baseTemplate/templates/baseTemplate/index.html:513 +#: baseTemplate/templates/baseTemplate/homePage.html:269 +#: baseTemplate/templates/baseTemplate/index.html:499 +#: baseTemplate/templates/baseTemplate/index.html:501 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:618 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:620 -#: managePHP/templates/managePHP/installExtensions.html:62 +#: managePHP/templates/managePHP/installExtensions.html:63 msgid "PHP" msgstr "PHP" @@ -448,8 +467,8 @@ msgid "Package" msgstr "套餐" #: backup/templates/backup/remoteBackups.html:110 -#: baseTemplate/templates/baseTemplate/index.html:398 -#: baseTemplate/templates/baseTemplate/index.html:400 +#: baseTemplate/templates/baseTemplate/index.html:384 +#: baseTemplate/templates/baseTemplate/index.html:386 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:505 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:507 #: userManagment/templates/userManagment/createUser.html:47 @@ -492,7 +511,7 @@ msgstr "配置" #: databases/templates/databases/deleteDatabase.html:64 #: databases/templates/databases/listDataBases.html:54 #: firewall/templates/firewall/firewall.html:166 -#: managePHP/templates/managePHP/editPHPConfig.html:212 +#: managePHP/templates/managePHP/editPHPConfig.html:221 msgid "Error message:" msgstr "错误信息: " @@ -509,18 +528,18 @@ msgid "Use the tabs to navigate through the control panel." msgstr "通过标签页来浏览控制面板" #: baseTemplate/templates/baseTemplate/homePage.html:23 -#: websiteFunctions/templates/websiteFunctions/website.html:32 +#: websiteFunctions/templates/websiteFunctions/website.html:37 msgid "Usage" msgstr "使用量" #: baseTemplate/templates/baseTemplate/homePage.html:34 -#: baseTemplate/templates/baseTemplate/index.html:105 +#: baseTemplate/templates/baseTemplate/index.html:96 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:208 msgid "CPU Usage" msgstr "CPU使用量" #: baseTemplate/templates/baseTemplate/homePage.html:55 -#: baseTemplate/templates/baseTemplate/index.html:116 +#: baseTemplate/templates/baseTemplate/index.html:107 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:219 msgid "Ram Usage" msgstr "内存使用量" @@ -529,55 +548,35 @@ msgstr "内存使用量" msgid "Disk Usage '/'" msgstr "硬盘使用量 '/'" -#: baseTemplate/templates/baseTemplate/homePage.html:98 -msgid "HTTP Statistics" -msgstr "HTTP统计" - -#: baseTemplate/templates/baseTemplate/homePage.html:107 -msgid "Available/Max Connections" -msgstr "可用/最大连接数" - -#: baseTemplate/templates/baseTemplate/homePage.html:118 -msgid "Available/Max SSL Connections" -msgstr "可用/最大SSL连接数" - -#: baseTemplate/templates/baseTemplate/homePage.html:127 -msgid "Requests Processing" -msgstr "当前请求数" - -#: baseTemplate/templates/baseTemplate/homePage.html:136 -msgid "Total Requests" -msgstr "总请求数" - -#: baseTemplate/templates/baseTemplate/homePage.html:175 -#: baseTemplate/templates/baseTemplate/homePage.html:389 +#: baseTemplate/templates/baseTemplate/homePage.html:111 +#: baseTemplate/templates/baseTemplate/homePage.html:325 #: userManagment/templates/userManagment/index.html:13 msgid "User Functions" msgstr "用户功能" -#: baseTemplate/templates/baseTemplate/homePage.html:178 -#: baseTemplate/templates/baseTemplate/homePage.html:392 -#: baseTemplate/templates/baseTemplate/index.html:310 -#: baseTemplate/templates/baseTemplate/index.html:311 -#: baseTemplate/templates/baseTemplate/index.html:312 +#: baseTemplate/templates/baseTemplate/homePage.html:114 +#: baseTemplate/templates/baseTemplate/homePage.html:328 +#: baseTemplate/templates/baseTemplate/index.html:296 +#: baseTemplate/templates/baseTemplate/index.html:297 +#: baseTemplate/templates/baseTemplate/index.html:298 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:417 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:418 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:419 msgid "Users" msgstr "用户" -#: baseTemplate/templates/baseTemplate/homePage.html:188 -#: baseTemplate/templates/baseTemplate/homePage.html:402 +#: baseTemplate/templates/baseTemplate/homePage.html:124 +#: baseTemplate/templates/baseTemplate/homePage.html:338 #: websiteFunctions/templates/websiteFunctions/index.html:13 msgid "Website Functions" msgstr "网站功能" -#: baseTemplate/templates/baseTemplate/homePage.html:191 -#: baseTemplate/templates/baseTemplate/homePage.html:405 -#: baseTemplate/templates/baseTemplate/index.html:240 -#: baseTemplate/templates/baseTemplate/index.html:328 -#: baseTemplate/templates/baseTemplate/index.html:329 -#: baseTemplate/templates/baseTemplate/index.html:330 +#: baseTemplate/templates/baseTemplate/homePage.html:127 +#: baseTemplate/templates/baseTemplate/homePage.html:341 +#: baseTemplate/templates/baseTemplate/index.html:226 +#: baseTemplate/templates/baseTemplate/index.html:314 +#: baseTemplate/templates/baseTemplate/index.html:315 +#: baseTemplate/templates/baseTemplate/index.html:316 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:347 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:435 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:436 @@ -586,14 +585,14 @@ msgstr "网站功能" msgid "Websites" msgstr "网站" -#: baseTemplate/templates/baseTemplate/homePage.html:201 +#: baseTemplate/templates/baseTemplate/homePage.html:137 msgid "Add/Modify Packages" msgstr "创建/修改套餐" -#: baseTemplate/templates/baseTemplate/homePage.html:204 -#: baseTemplate/templates/baseTemplate/index.html:246 -#: baseTemplate/templates/baseTemplate/index.html:345 -#: baseTemplate/templates/baseTemplate/index.html:347 +#: baseTemplate/templates/baseTemplate/homePage.html:140 +#: baseTemplate/templates/baseTemplate/index.html:232 +#: baseTemplate/templates/baseTemplate/index.html:331 +#: baseTemplate/templates/baseTemplate/index.html:333 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:353 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:452 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:454 @@ -601,80 +600,80 @@ msgstr "创建/修改套餐" msgid "Packages" msgstr "套餐" -#: baseTemplate/templates/baseTemplate/homePage.html:225 -#: baseTemplate/templates/baseTemplate/homePage.html:415 +#: baseTemplate/templates/baseTemplate/homePage.html:161 +#: baseTemplate/templates/baseTemplate/homePage.html:351 #: databases/templates/databases/index.html:12 msgid "Database Functions" msgstr "数据库功能" -#: baseTemplate/templates/baseTemplate/homePage.html:228 -#: baseTemplate/templates/baseTemplate/homePage.html:418 -#: baseTemplate/templates/baseTemplate/index.html:361 -#: baseTemplate/templates/baseTemplate/index.html:362 -#: baseTemplate/templates/baseTemplate/index.html:363 +#: baseTemplate/templates/baseTemplate/homePage.html:164 +#: baseTemplate/templates/baseTemplate/homePage.html:354 +#: baseTemplate/templates/baseTemplate/index.html:347 +#: baseTemplate/templates/baseTemplate/index.html:348 +#: baseTemplate/templates/baseTemplate/index.html:349 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:468 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:469 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:470 #: packages/templates/packages/createPackage.html:67 #: packages/templates/packages/modifyPackage.html:73 -#: websiteFunctions/templates/websiteFunctions/website.html:43 +#: websiteFunctions/templates/websiteFunctions/website.html:48 msgid "Databases" msgstr "数据库" -#: baseTemplate/templates/baseTemplate/homePage.html:237 -#: baseTemplate/templates/baseTemplate/homePage.html:438 +#: baseTemplate/templates/baseTemplate/homePage.html:173 +#: baseTemplate/templates/baseTemplate/homePage.html:374 msgid "Control DNS" msgstr "控制DNS" -#: baseTemplate/templates/baseTemplate/homePage.html:240 -#: baseTemplate/templates/baseTemplate/homePage.html:441 -#: baseTemplate/templates/baseTemplate/index.html:252 -#: baseTemplate/templates/baseTemplate/index.html:379 -#: baseTemplate/templates/baseTemplate/index.html:381 +#: baseTemplate/templates/baseTemplate/homePage.html:176 +#: baseTemplate/templates/baseTemplate/homePage.html:377 +#: baseTemplate/templates/baseTemplate/index.html:238 +#: baseTemplate/templates/baseTemplate/index.html:365 +#: baseTemplate/templates/baseTemplate/index.html:367 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:359 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:486 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:488 msgid "DNS" msgstr "DNS" -#: baseTemplate/templates/baseTemplate/homePage.html:250 -#: baseTemplate/templates/baseTemplate/homePage.html:451 +#: baseTemplate/templates/baseTemplate/homePage.html:186 +#: baseTemplate/templates/baseTemplate/homePage.html:387 #: ftp/templates/ftp/index.html:12 msgid "FTP Functions" msgstr "FTP功能" -#: baseTemplate/templates/baseTemplate/homePage.html:253 -#: baseTemplate/templates/baseTemplate/homePage.html:454 -#: baseTemplate/templates/baseTemplate/index.html:258 -#: baseTemplate/templates/baseTemplate/index.html:420 -#: baseTemplate/templates/baseTemplate/index.html:422 +#: baseTemplate/templates/baseTemplate/homePage.html:189 +#: baseTemplate/templates/baseTemplate/homePage.html:390 +#: baseTemplate/templates/baseTemplate/index.html:244 +#: baseTemplate/templates/baseTemplate/index.html:407 +#: baseTemplate/templates/baseTemplate/index.html:409 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:365 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:527 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:529 -#: websiteFunctions/templates/websiteFunctions/website.html:38 +#: websiteFunctions/templates/websiteFunctions/website.html:43 msgid "FTP" msgstr "FTP" -#: baseTemplate/templates/baseTemplate/homePage.html:280 -#: baseTemplate/templates/baseTemplate/homePage.html:283 -#: baseTemplate/templates/baseTemplate/homePage.html:483 -#: baseTemplate/templates/baseTemplate/homePage.html:486 +#: baseTemplate/templates/baseTemplate/homePage.html:216 +#: baseTemplate/templates/baseTemplate/homePage.html:219 +#: baseTemplate/templates/baseTemplate/homePage.html:419 +#: baseTemplate/templates/baseTemplate/homePage.html:422 #: packages/templates/packages/createPackage.html:75 #: packages/templates/packages/modifyPackage.html:80 msgid "Emails" msgstr "Emails" -#: baseTemplate/templates/baseTemplate/homePage.html:293 -#: baseTemplate/templates/baseTemplate/homePage.html:296 +#: baseTemplate/templates/baseTemplate/homePage.html:229 +#: baseTemplate/templates/baseTemplate/homePage.html:232 #: tuning/templates/tuning/index.html:12 msgid "Server Tuning" msgstr "服务器设置" -#: baseTemplate/templates/baseTemplate/homePage.html:317 -#: baseTemplate/templates/baseTemplate/homePage.html:320 -#: baseTemplate/templates/baseTemplate/index.html:491 -#: baseTemplate/templates/baseTemplate/index.html:493 -#: baseTemplate/templates/baseTemplate/index.html:527 +#: baseTemplate/templates/baseTemplate/homePage.html:253 +#: baseTemplate/templates/baseTemplate/homePage.html:256 +#: baseTemplate/templates/baseTemplate/index.html:479 +#: baseTemplate/templates/baseTemplate/index.html:481 +#: baseTemplate/templates/baseTemplate/index.html:515 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:598 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:600 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:634 @@ -682,72 +681,67 @@ msgstr "服务器设置" msgid "Server Status" msgstr "服务器状态" -#: baseTemplate/templates/baseTemplate/homePage.html:330 +#: baseTemplate/templates/baseTemplate/homePage.html:266 msgid "PHP Configurations" msgstr "设置PHP参数" -#: baseTemplate/templates/baseTemplate/homePage.html:342 -#: baseTemplate/templates/baseTemplate/homePage.html:345 -#: baseTemplate/templates/baseTemplate/index.html:529 +#: baseTemplate/templates/baseTemplate/homePage.html:278 +#: baseTemplate/templates/baseTemplate/homePage.html:281 +#: baseTemplate/templates/baseTemplate/index.html:517 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:636 -#: websiteFunctions/templates/websiteFunctions/website.html:112 +#: websiteFunctions/templates/websiteFunctions/website.html:117 msgid "Logs" msgstr "日志" -#: baseTemplate/templates/baseTemplate/homePage.html:365 -#: baseTemplate/templates/baseTemplate/homePage.html:368 -#: baseTemplate/templates/baseTemplate/index.html:545 -#: baseTemplate/templates/baseTemplate/index.html:547 +#: baseTemplate/templates/baseTemplate/homePage.html:301 +#: baseTemplate/templates/baseTemplate/homePage.html:304 +#: baseTemplate/templates/baseTemplate/index.html:534 +#: baseTemplate/templates/baseTemplate/index.html:536 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:652 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:654 msgid "Security" msgstr "安全" -#: baseTemplate/templates/baseTemplate/index.html:96 -#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:199 -msgid "CPU Status" -msgstr "CPU使用量" - -#: baseTemplate/templates/baseTemplate/index.html:125 +#: baseTemplate/templates/baseTemplate/index.html:116 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:228 -#: websiteFunctions/templates/websiteFunctions/website.html:50 -#: websiteFunctions/templates/websiteFunctions/website.html:71 +#: websiteFunctions/templates/websiteFunctions/website.html:55 +#: websiteFunctions/templates/websiteFunctions/website.html:76 msgid "Disk Usage" msgstr "硬盘使用量" -#: baseTemplate/templates/baseTemplate/index.html:159 -#: baseTemplate/templates/baseTemplate/index.html:162 -#: baseTemplate/templates/baseTemplate/index.html:166 +#: baseTemplate/templates/baseTemplate/index.html:150 +#: baseTemplate/templates/baseTemplate/index.html:153 +#: baseTemplate/templates/baseTemplate/index.html:157 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:262 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:265 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:269 msgid "CyberPanel" msgstr "CyberPanel" -#: baseTemplate/templates/baseTemplate/index.html:164 -#: baseTemplate/templates/baseTemplate/index.html:168 +#: baseTemplate/templates/baseTemplate/index.html:155 +#: baseTemplate/templates/baseTemplate/index.html:159 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:267 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:271 msgid "Web Hosting Control Panel" msgstr "Web Hosting控制面板" -#: baseTemplate/templates/baseTemplate/index.html:170 +#: baseTemplate/templates/baseTemplate/index.html:161 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:273 msgid "Close sidebar" msgstr "关闭侧边栏" -#: baseTemplate/templates/baseTemplate/index.html:176 +#: baseTemplate/templates/baseTemplate/index.html:167 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:279 msgid "My Account" msgstr "我的账号" -#: baseTemplate/templates/baseTemplate/index.html:193 +#: baseTemplate/templates/baseTemplate/index.html:184 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:296 msgid "Edit profile" msgstr "编辑资料" -#: baseTemplate/templates/baseTemplate/index.html:194 -#: baseTemplate/templates/baseTemplate/index.html:317 +#: baseTemplate/templates/baseTemplate/index.html:185 +#: baseTemplate/templates/baseTemplate/index.html:303 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:297 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:424 #: userManagment/templates/userManagment/index.html:26 @@ -755,48 +749,43 @@ msgstr "编辑资料" msgid "View Profile" msgstr "查看资料" -#: baseTemplate/templates/baseTemplate/index.html:201 -#: baseTemplate/templates/baseTemplate/index.html:278 +#: baseTemplate/templates/baseTemplate/index.html:192 +#: baseTemplate/templates/baseTemplate/index.html:264 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:304 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:385 msgid "Logout" msgstr "登出" -#: baseTemplate/templates/baseTemplate/index.html:212 -#: baseTemplate/templates/baseTemplate/index.html:216 -#: baseTemplate/templates/baseTemplate/index.html:220 +#: baseTemplate/templates/baseTemplate/index.html:203 +#: baseTemplate/templates/baseTemplate/index.html:207 +#: baseTemplate/templates/baseTemplate/index.html:211 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:315 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:319 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:323 msgid "CPU Load Average" msgstr "CPU平均负载" -#: baseTemplate/templates/baseTemplate/index.html:225 -#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:332 -msgid "System Status" -msgstr "系统状态" - -#: baseTemplate/templates/baseTemplate/index.html:230 +#: baseTemplate/templates/baseTemplate/index.html:216 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:337 msgid "Dashboard Quick Menu" msgstr "仪表盘" -#: baseTemplate/templates/baseTemplate/index.html:264 -#: baseTemplate/templates/baseTemplate/index.html:475 -#: baseTemplate/templates/baseTemplate/index.html:477 +#: baseTemplate/templates/baseTemplate/index.html:250 +#: baseTemplate/templates/baseTemplate/index.html:463 +#: baseTemplate/templates/baseTemplate/index.html:465 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:371 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:582 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:584 msgid "Tuning" msgstr "服务器设置" -#: baseTemplate/templates/baseTemplate/index.html:291 +#: baseTemplate/templates/baseTemplate/index.html:277 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:398 msgid "Overview" msgstr "概览" -#: baseTemplate/templates/baseTemplate/index.html:293 -#: baseTemplate/templates/baseTemplate/index.html:294 +#: baseTemplate/templates/baseTemplate/index.html:279 +#: baseTemplate/templates/baseTemplate/index.html:280 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:400 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:401 #, fuzzy @@ -804,16 +793,16 @@ msgstr "概览" msgid "Server IP Address" msgstr "IP地址" -#: baseTemplate/templates/baseTemplate/index.html:297 -#: baseTemplate/templates/baseTemplate/index.html:299 +#: baseTemplate/templates/baseTemplate/index.html:283 +#: baseTemplate/templates/baseTemplate/index.html:285 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:404 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:406 msgid "Dashboard" msgstr "仪表盘" -#: baseTemplate/templates/baseTemplate/index.html:301 -#: baseTemplate/templates/baseTemplate/index.html:302 -#: baseTemplate/templates/baseTemplate/index.html:303 +#: baseTemplate/templates/baseTemplate/index.html:287 +#: baseTemplate/templates/baseTemplate/index.html:288 +#: baseTemplate/templates/baseTemplate/index.html:289 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:408 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:409 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:410 @@ -821,27 +810,27 @@ msgstr "仪表盘" msgid "Version Management" msgstr "版本管理" -#: baseTemplate/templates/baseTemplate/index.html:307 +#: baseTemplate/templates/baseTemplate/index.html:293 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:414 msgid "Main" msgstr "主要功能" -#: baseTemplate/templates/baseTemplate/index.html:318 +#: baseTemplate/templates/baseTemplate/index.html:304 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:425 #: userManagment/templates/userManagment/createUser.html:12 msgid "Create New User" msgstr "创建新用户" -#: baseTemplate/templates/baseTemplate/index.html:319 +#: baseTemplate/templates/baseTemplate/index.html:305 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:426 #: userManagment/templates/userManagment/index.html:52 #: userManagment/templates/userManagment/index.html:54 #: userManagment/templates/userManagment/modifyUser.html:12 -#: userManagment/templates/userManagment/modifyUser.html:119 +#: userManagment/templates/userManagment/modifyUser.html:111 msgid "Modify User" msgstr "修改用户" -#: baseTemplate/templates/baseTemplate/index.html:320 +#: baseTemplate/templates/baseTemplate/index.html:306 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:427 #: userManagment/templates/userManagment/deleteUser.html:13 #: userManagment/templates/userManagment/deleteUser.html:20 @@ -851,16 +840,16 @@ msgstr "修改用户" msgid "Delete User" msgstr "删除用户" -#: baseTemplate/templates/baseTemplate/index.html:335 +#: baseTemplate/templates/baseTemplate/index.html:321 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:442 #: websiteFunctions/templates/websiteFunctions/createWebsite.html:12 -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:102 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:109 #: websiteFunctions/templates/websiteFunctions/index.html:49 #: websiteFunctions/templates/websiteFunctions/index.html:51 msgid "Create Website" msgstr "创建网站" -#: baseTemplate/templates/baseTemplate/index.html:336 +#: baseTemplate/templates/baseTemplate/index.html:322 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:443 #: websiteFunctions/templates/websiteFunctions/index.html:34 #: websiteFunctions/templates/websiteFunctions/index.html:36 @@ -870,23 +859,23 @@ msgstr "创建网站" msgid "List Websites" msgstr "查看网站" -#: baseTemplate/templates/baseTemplate/index.html:337 +#: baseTemplate/templates/baseTemplate/index.html:323 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:444 #: websiteFunctions/templates/websiteFunctions/index.html:73 #: websiteFunctions/templates/websiteFunctions/index.html:75 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:12 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:19 -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:95 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:96 msgid "Modify Website" msgstr "修改网站" -#: baseTemplate/templates/baseTemplate/index.html:338 +#: baseTemplate/templates/baseTemplate/index.html:324 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:445 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:41 msgid "Suspend/Unsuspend" msgstr "禁用/启用" -#: baseTemplate/templates/baseTemplate/index.html:339 +#: baseTemplate/templates/baseTemplate/index.html:325 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:446 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:12 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:19 @@ -896,7 +885,7 @@ msgstr "禁用/启用" msgid "Delete Website" msgstr "删除网站" -#: baseTemplate/templates/baseTemplate/index.html:352 +#: baseTemplate/templates/baseTemplate/index.html:338 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:459 #: packages/templates/packages/createPackage.html:13 #: packages/templates/packages/createPackage.html:84 @@ -905,7 +894,7 @@ msgstr "删除网站" msgid "Create Package" msgstr "创建套餐" -#: baseTemplate/templates/baseTemplate/index.html:353 +#: baseTemplate/templates/baseTemplate/index.html:339 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:460 #: packages/templates/packages/deletePackage.html:12 #: packages/templates/packages/deletePackage.html:18 @@ -915,7 +904,7 @@ msgstr "创建套餐" msgid "Delete Package" msgstr "删除套餐" -#: baseTemplate/templates/baseTemplate/index.html:354 +#: baseTemplate/templates/baseTemplate/index.html:340 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:461 #: packages/templates/packages/index.html:49 #: packages/templates/packages/index.html:51 @@ -925,7 +914,7 @@ msgstr "删除套餐" msgid "Modify Package" msgstr "修改套餐" -#: baseTemplate/templates/baseTemplate/index.html:368 +#: baseTemplate/templates/baseTemplate/index.html:354 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:475 #: databases/templates/databases/createDatabase.html:12 #: databases/templates/databases/createDatabase.html:19 @@ -936,7 +925,7 @@ msgstr "修改套餐" msgid "Create Database" msgstr "创建数据库" -#: baseTemplate/templates/baseTemplate/index.html:369 +#: baseTemplate/templates/baseTemplate/index.html:355 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:476 #: databases/templates/databases/deleteDatabase.html:12 #: databases/templates/databases/deleteDatabase.html:19 @@ -947,7 +936,7 @@ msgstr "创建数据库" msgid "Delete Database" msgstr "删除数据库" -#: baseTemplate/templates/baseTemplate/index.html:370 +#: baseTemplate/templates/baseTemplate/index.html:356 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:477 #: databases/templates/databases/index.html:53 #: databases/templates/databases/index.html:55 @@ -956,14 +945,14 @@ msgstr "删除数据库" msgid "List Databases" msgstr "查看数据库" -#: baseTemplate/templates/baseTemplate/index.html:371 +#: baseTemplate/templates/baseTemplate/index.html:357 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:478 #: databases/templates/databases/index.html:65 #: databases/templates/databases/index.html:67 msgid "PHPMYAdmin" msgstr "PHPMYADMIN" -#: baseTemplate/templates/baseTemplate/index.html:386 +#: baseTemplate/templates/baseTemplate/index.html:372 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:493 #: dns/templates/dns/createNameServer.html:12 #: dns/templates/dns/createNameServer.html:76 dns/templates/dns/index.html:72 @@ -971,7 +960,7 @@ msgstr "PHPMYADMIN" msgid "Create Nameserver" msgstr "创建名称服务器(NS)" -#: baseTemplate/templates/baseTemplate/index.html:387 +#: baseTemplate/templates/baseTemplate/index.html:373 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:494 #: dns/templates/dns/createDNSZone.html:12 #: dns/templates/dns/createDNSZone.html:40 dns/templates/dns/index.html:29 @@ -980,7 +969,7 @@ msgstr "创建名称服务器(NS)" msgid "Create DNS Zone" msgstr "创建DNS区域" -#: baseTemplate/templates/baseTemplate/index.html:388 +#: baseTemplate/templates/baseTemplate/index.html:374 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:495 #: dns/templates/dns/deleteDNSZone.html:40 dns/templates/dns/index.html:41 #: dns/templates/dns/index.html:43 dns/templates/dns/index.html:96 @@ -988,19 +977,19 @@ msgstr "创建DNS区域" msgid "Delete Zone" msgstr "删除DNS区域" -#: baseTemplate/templates/baseTemplate/index.html:389 +#: baseTemplate/templates/baseTemplate/index.html:375 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:496 msgid "Add/Delete Records" msgstr "添加/删除记录" -#: baseTemplate/templates/baseTemplate/index.html:405 +#: baseTemplate/templates/baseTemplate/index.html:391 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:512 #: mailServer/templates/mailServer/createEmailAccount.html:12 #: mailServer/templates/mailServer/createEmailAccount.html:19 msgid "Create Email Account" msgstr "创建Email用户" -#: baseTemplate/templates/baseTemplate/index.html:405 +#: baseTemplate/templates/baseTemplate/index.html:391 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:512 #: mailServer/templates/mailServer/createEmailAccount.html:64 #: mailServer/templates/mailServer/index.html:25 @@ -1008,14 +997,14 @@ msgstr "创建Email用户" msgid "Create Email" msgstr "创建Email" -#: baseTemplate/templates/baseTemplate/index.html:406 +#: baseTemplate/templates/baseTemplate/index.html:392 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:513 #: mailServer/templates/mailServer/deleteEmailAccount.html:12 #: mailServer/templates/mailServer/deleteEmailAccount.html:19 msgid "Delete Email Account" msgstr "删除Email用户" -#: baseTemplate/templates/baseTemplate/index.html:406 +#: baseTemplate/templates/baseTemplate/index.html:392 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:513 #: mailServer/templates/mailServer/deleteEmailAccount.html:56 #: mailServer/templates/mailServer/index.html:37 @@ -1023,7 +1012,7 @@ msgstr "删除Email用户" msgid "Delete Email" msgstr "删除Email" -#: baseTemplate/templates/baseTemplate/index.html:407 +#: baseTemplate/templates/baseTemplate/index.html:393 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:514 #: databases/templates/databases/listDataBases.html:73 #: ftp/templates/ftp/listFTPAccounts.html:73 @@ -1033,33 +1022,42 @@ msgstr "删除Email" msgid "Change Password" msgstr "修改Email" -#: baseTemplate/templates/baseTemplate/index.html:408 +#: baseTemplate/templates/baseTemplate/index.html:394 +#: mailServer/templates/mailServer/dkimManager.html:13 +#: mailServer/templates/mailServer/dkimManager.html:22 +#: mailServer/templates/mailServer/dkimManager.html:75 +#, fuzzy +#| msgid "File Manager" +msgid "DKIM Manager" +msgstr "文件管理" + +#: baseTemplate/templates/baseTemplate/index.html:395 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:515 msgid "Access Webmail" msgstr "进入Webmail" -#: baseTemplate/templates/baseTemplate/index.html:427 +#: baseTemplate/templates/baseTemplate/index.html:414 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:534 #: ftp/templates/ftp/createFTPAccount.html:12 #: ftp/templates/ftp/createFTPAccount.html:19 ftp/templates/ftp/index.html:25 #: ftp/templates/ftp/index.html:27 -#: websiteFunctions/templates/websiteFunctions/website.html:709 -#: websiteFunctions/templates/websiteFunctions/website.html:711 +#: websiteFunctions/templates/websiteFunctions/website.html:815 +#: websiteFunctions/templates/websiteFunctions/website.html:818 msgid "Create FTP Account" msgstr "创建FTP用户" -#: baseTemplate/templates/baseTemplate/index.html:428 +#: baseTemplate/templates/baseTemplate/index.html:415 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:535 #: ftp/templates/ftp/deleteFTPAccount.html:12 #: ftp/templates/ftp/deleteFTPAccount.html:18 #: ftp/templates/ftp/deleteFTPAccount.html:52 ftp/templates/ftp/index.html:37 #: ftp/templates/ftp/index.html:39 -#: websiteFunctions/templates/websiteFunctions/website.html:721 -#: websiteFunctions/templates/websiteFunctions/website.html:723 +#: websiteFunctions/templates/websiteFunctions/website.html:827 +#: websiteFunctions/templates/websiteFunctions/website.html:830 msgid "Delete FTP Account" msgstr "删除FTP用户" -#: baseTemplate/templates/baseTemplate/index.html:429 +#: baseTemplate/templates/baseTemplate/index.html:416 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:536 #: ftp/templates/ftp/index.html:49 ftp/templates/ftp/index.html:51 #: ftp/templates/ftp/listFTPAccounts.html:13 @@ -1067,26 +1065,27 @@ msgstr "删除FTP用户" msgid "List FTP Accounts" msgstr "查看FTP用户" -#: baseTemplate/templates/baseTemplate/index.html:447 +#: baseTemplate/templates/baseTemplate/index.html:434 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:554 msgid "Add/Delete Destination" msgstr "添加/删除远程目录" -#: baseTemplate/templates/baseTemplate/index.html:449 +#: baseTemplate/templates/baseTemplate/index.html:436 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:556 #, fuzzy #| msgid "Remote Backups" msgid "Remote Back ups" msgstr "远程备份" -#: baseTemplate/templates/baseTemplate/index.html:458 -#: baseTemplate/templates/baseTemplate/index.html:459 +#: baseTemplate/templates/baseTemplate/index.html:445 +#: baseTemplate/templates/baseTemplate/index.html:446 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:565 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:566 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:39 msgid "SSL" msgstr "SSL" -#: baseTemplate/templates/baseTemplate/index.html:464 +#: baseTemplate/templates/baseTemplate/index.html:451 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:571 #: manageSSL/templates/manageSSL/index.html:28 #: manageSSL/templates/manageSSL/manageSSL.html:13 @@ -1094,44 +1093,50 @@ msgstr "SSL" msgid "Manage SSL" msgstr "管理SSL" -#: baseTemplate/templates/baseTemplate/index.html:465 +#: baseTemplate/templates/baseTemplate/index.html:452 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:572 #: manageSSL/templates/manageSSL/index.html:40 msgid "Hostname SSL" msgstr "面板SSL" -#: baseTemplate/templates/baseTemplate/index.html:473 +#: baseTemplate/templates/baseTemplate/index.html:453 +#, fuzzy +#| msgid "Server Logs" +msgid "MailServer SSL" +msgstr "服务器日志" + +#: baseTemplate/templates/baseTemplate/index.html:461 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:580 msgid "Server" msgstr "服务器设置" -#: baseTemplate/templates/baseTemplate/index.html:478 +#: baseTemplate/templates/baseTemplate/index.html:466 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:585 msgid "NEW" msgstr "新功能" -#: baseTemplate/templates/baseTemplate/index.html:483 +#: baseTemplate/templates/baseTemplate/index.html:471 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:590 #: tuning/templates/tuning/index.html:24 tuning/templates/tuning/index.html:26 #: tuning/templates/tuning/liteSpeedTuning.html:12 msgid "LiteSpeed Tuning" msgstr "LiteSpeed设置" -#: baseTemplate/templates/baseTemplate/index.html:484 +#: baseTemplate/templates/baseTemplate/index.html:472 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:591 #: tuning/templates/tuning/index.html:36 tuning/templates/tuning/index.html:38 #: tuning/templates/tuning/phpTuning.html:13 msgid "PHP Tuning" msgstr "PHP设置" -#: baseTemplate/templates/baseTemplate/index.html:499 +#: baseTemplate/templates/baseTemplate/index.html:487 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:606 #: serverStatus/templates/serverStatus/index.html:25 #: serverStatus/templates/serverStatus/index.html:27 msgid "LiteSpeed Status" msgstr "LiteSpeed状态" -#: baseTemplate/templates/baseTemplate/index.html:500 +#: baseTemplate/templates/baseTemplate/index.html:488 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:607 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:15 #: serverStatus/templates/serverStatus/index.html:37 @@ -1139,48 +1144,48 @@ msgstr "LiteSpeed状态" msgid "CyberPanel Main Log File" msgstr "Cybapenl主日志" -#: baseTemplate/templates/baseTemplate/index.html:501 +#: baseTemplate/templates/baseTemplate/index.html:489 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:608 #, fuzzy #| msgid "Server Status" msgid "Services Status" msgstr "服务器状态" -#: baseTemplate/templates/baseTemplate/index.html:518 +#: baseTemplate/templates/baseTemplate/index.html:506 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:625 #: managePHP/templates/managePHP/installExtensions.html:13 msgid "Install PHP Extensions" msgstr "安装PHP扩展" -#: baseTemplate/templates/baseTemplate/index.html:518 +#: baseTemplate/templates/baseTemplate/index.html:506 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:625 #: managePHP/templates/managePHP/index.html:24 #: managePHP/templates/managePHP/index.html:26 msgid "Install Extensions" msgstr "安装扩展" -#: baseTemplate/templates/baseTemplate/index.html:519 +#: baseTemplate/templates/baseTemplate/index.html:507 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:626 #: managePHP/templates/managePHP/index.html:36 #: managePHP/templates/managePHP/index.html:38 msgid "Edit PHP Configs" msgstr "编辑PHP配置" -#: baseTemplate/templates/baseTemplate/index.html:534 +#: baseTemplate/templates/baseTemplate/index.html:522 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:641 msgid "Access Log" msgstr "访问日志" -#: baseTemplate/templates/baseTemplate/index.html:535 +#: baseTemplate/templates/baseTemplate/index.html:523 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:642 #: serverLogs/templates/serverLogs/errorLogs.html:14 #: serverLogs/templates/serverLogs/index.html:37 #: serverLogs/templates/serverLogs/index.html:39 -#: websiteFunctions/templates/websiteFunctions/website.html:132 +#: websiteFunctions/templates/websiteFunctions/website.html:139 msgid "Error Logs" msgstr "错误日志" -#: baseTemplate/templates/baseTemplate/index.html:536 +#: baseTemplate/templates/baseTemplate/index.html:524 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:643 #: serverLogs/templates/serverLogs/emailLogs.html:14 #: serverLogs/templates/serverLogs/index.html:49 @@ -1188,12 +1193,12 @@ msgstr "错误日志" msgid "Email Logs" msgstr "Email日志" -#: baseTemplate/templates/baseTemplate/index.html:536 +#: baseTemplate/templates/baseTemplate/index.html:524 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:643 msgid "Email Log" msgstr "Email日志" -#: baseTemplate/templates/baseTemplate/index.html:537 +#: baseTemplate/templates/baseTemplate/index.html:525 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:644 #: serverLogs/templates/serverLogs/ftplogs.html:14 #: serverLogs/templates/serverLogs/index.html:61 @@ -1201,19 +1206,30 @@ msgstr "Email日志" msgid "FTP Logs" msgstr "FTP日志" -#: baseTemplate/templates/baseTemplate/index.html:552 +#: baseTemplate/templates/baseTemplate/index.html:526 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:14 +#, fuzzy +#| msgid "Security Functions" +msgid "ModSecurity Audit Logs" +msgstr "安全" + +#: baseTemplate/templates/baseTemplate/index.html:526 +msgid "ModSec Audit Logs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:541 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:659 msgid "Firewall Home" msgstr "防火墙" -#: baseTemplate/templates/baseTemplate/index.html:552 +#: baseTemplate/templates/baseTemplate/index.html:541 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:659 #: firewall/templates/firewall/index.html:25 #: firewall/templates/firewall/index.html:27 msgid "Firewall" msgstr "防火墙" -#: baseTemplate/templates/baseTemplate/index.html:553 +#: baseTemplate/templates/baseTemplate/index.html:542 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:660 #: firewall/templates/firewall/index.html:36 #: firewall/templates/firewall/index.html:38 @@ -1222,10 +1238,41 @@ msgstr "防火墙" msgid "Secure SSH" msgstr "SSH加固" +#: baseTemplate/templates/baseTemplate/index.html:543 +#, fuzzy +#| msgid "Edit PHP Configurations" +msgid "ModSecurity Configurations" +msgstr "设置PHP参数" + +#: baseTemplate/templates/baseTemplate/index.html:543 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Conf" +msgstr "安全" + +#: baseTemplate/templates/baseTemplate/index.html:544 +#: firewall/templates/firewall/modSecurityRules.html:20 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Rules" +msgstr "安全" + +#: baseTemplate/templates/baseTemplate/index.html:545 +msgid "ModSecurity Rules Packs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:199 +msgid "CPU Status" +msgstr "CPU使用量" + #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:327 msgid "Fullscreen" msgstr "全屏模式" +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:332 +msgid "System Status" +msgstr "系统状态" + #: baseTemplate/templates/baseTemplate/versionManagment.html:3 msgid "Version Management - CyberPanel" msgstr "版本管理 - Cyberpanel" @@ -1254,7 +1301,8 @@ msgstr "最新编译" #: baseTemplate/templates/baseTemplate/versionManagment.html:66 #: firewall/templates/firewall/secureSSH.html:78 -#: managePHP/templates/managePHP/editPHPConfig.html:140 +#: mailServer/templates/mailServer/dkimManager.html:40 +#: managePHP/templates/managePHP/editPHPConfig.html:148 msgid "Error message: " msgstr "错误信息: " @@ -1267,11 +1315,16 @@ msgid "Update finished..." msgstr "更新完成..." #: baseTemplate/templates/baseTemplate/versionManagment.html:79 +#: firewall/templates/firewall/modSecurity.html:47 +#: firewall/templates/firewall/modSecurity.html:177 +#: firewall/templates/firewall/modSecurityRules.html:53 +#: firewall/templates/firewall/modSecurityRulesPacks.html:88 #: firewall/templates/firewall/secureSSH.html:87 #: firewall/templates/firewall/secureSSH.html:172 -#: managePHP/templates/managePHP/editPHPConfig.html:149 -#: managePHP/templates/managePHP/editPHPConfig.html:221 -#: managePHP/templates/managePHP/installExtensions.html:113 +#: mailServer/templates/mailServer/dkimManager.html:44 +#: managePHP/templates/managePHP/editPHPConfig.html:157 +#: managePHP/templates/managePHP/editPHPConfig.html:230 +#: managePHP/templates/managePHP/installExtensions.html:114 msgid "Could not connect. Please refresh this page." msgstr "无法连接, 请刷新此页面" @@ -1345,7 +1398,7 @@ msgid "Select Domain" msgstr "选择域名" #: databases/templates/databases/listDataBases.html:46 -#: dns/templates/dns/addDeleteDNSRecords.html:168 +#: dns/templates/dns/addDeleteDNSRecords.html:335 #: ftp/templates/ftp/listFTPAccounts.html:46 msgid "Records successfully fetched for" msgstr "成功读取记录" @@ -1391,69 +1444,123 @@ msgstr "此页面可以为已创建DNS区域的域名添加/编辑DNS记录 " msgid "Add Records" msgstr "添加记录" -#: dns/templates/dns/addDeleteDNSRecords.html:53 -#: dns/templates/dns/addDeleteDNSRecords.html:131 -#: filemanager/templates/filemanager/index.html:209 +#: dns/templates/dns/addDeleteDNSRecords.html:59 +#: dns/templates/dns/addDeleteDNSRecords.html:82 +#: dns/templates/dns/addDeleteDNSRecords.html:106 +#: dns/templates/dns/addDeleteDNSRecords.html:129 +#: dns/templates/dns/addDeleteDNSRecords.html:157 +#: dns/templates/dns/addDeleteDNSRecords.html:181 +#: dns/templates/dns/addDeleteDNSRecords.html:205 +#: dns/templates/dns/addDeleteDNSRecords.html:229 +#: dns/templates/dns/addDeleteDNSRecords.html:253 +#: dns/templates/dns/addDeleteDNSRecords.html:296 +#: filemanager/templates/filemanager/index.html:212 #: firewall/templates/firewall/firewall.html:136 #: serverStatus/templates/serverStatus/litespeedStatus.html:40 msgid "Name" msgstr "名称" -#: dns/templates/dns/addDeleteDNSRecords.html:69 -msgid "IPV6" -msgstr "IPv6" - -#: dns/templates/dns/addDeleteDNSRecords.html:78 +#: dns/templates/dns/addDeleteDNSRecords.html:63 +#: dns/templates/dns/addDeleteDNSRecords.html:86 +#: dns/templates/dns/addDeleteDNSRecords.html:110 #: dns/templates/dns/addDeleteDNSRecords.html:133 -msgid "Priority" -msgstr "优先级" +#: dns/templates/dns/addDeleteDNSRecords.html:161 +#: dns/templates/dns/addDeleteDNSRecords.html:185 +#: dns/templates/dns/addDeleteDNSRecords.html:209 +#: dns/templates/dns/addDeleteDNSRecords.html:233 +#: dns/templates/dns/addDeleteDNSRecords.html:257 +#: dns/templates/dns/addDeleteDNSRecords.html:297 +msgid "TTL" +msgstr "" -#: dns/templates/dns/addDeleteDNSRecords.html:87 -#: dns/templates/dns/createDNSZone.html:27 -#: dns/templates/dns/createNameServer.html:27 -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:52 -#: websiteFunctions/templates/websiteFunctions/website.html:289 -msgid "Domain Name" -msgstr "域名" - -#: dns/templates/dns/addDeleteDNSRecords.html:95 -msgid "Policy" -msgstr "政策" - -#: dns/templates/dns/addDeleteDNSRecords.html:103 -msgid "Text" -msgstr "内容" - -#: dns/templates/dns/addDeleteDNSRecords.html:111 +#: dns/templates/dns/addDeleteDNSRecords.html:73 +#: dns/templates/dns/addDeleteDNSRecords.html:96 +#: dns/templates/dns/addDeleteDNSRecords.html:120 +#: dns/templates/dns/addDeleteDNSRecords.html:147 +#: dns/templates/dns/addDeleteDNSRecords.html:172 +#: dns/templates/dns/addDeleteDNSRecords.html:196 +#: dns/templates/dns/addDeleteDNSRecords.html:220 +#: dns/templates/dns/addDeleteDNSRecords.html:244 +#: dns/templates/dns/addDeleteDNSRecords.html:272 #: firewall/templates/firewall/firewall.html:117 msgid "Add" msgstr "添加" -#: dns/templates/dns/addDeleteDNSRecords.html:130 +#: dns/templates/dns/addDeleteDNSRecords.html:90 +#, fuzzy +#| msgid "IP Address" +msgid "IPV6 Address" +msgstr "IP地址" + +#: dns/templates/dns/addDeleteDNSRecords.html:114 +#: dns/templates/dns/addDeleteDNSRecords.html:141 +#: dns/templates/dns/createDNSZone.html:27 +#: dns/templates/dns/createNameServer.html:27 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:52 +#: websiteFunctions/templates/websiteFunctions/website.html:313 +msgid "Domain Name" +msgstr "域名" + +#: dns/templates/dns/addDeleteDNSRecords.html:137 +#: dns/templates/dns/addDeleteDNSRecords.html:299 +msgid "Priority" +msgstr "优先级" + +#: dns/templates/dns/addDeleteDNSRecords.html:166 +msgid "Policy" +msgstr "政策" + +#: dns/templates/dns/addDeleteDNSRecords.html:190 +msgid "Text" +msgstr "内容" + +#: dns/templates/dns/addDeleteDNSRecords.html:214 +#, fuzzy +#| msgid "Value" +msgid "SOA Value" +msgstr "内容" + +#: dns/templates/dns/addDeleteDNSRecords.html:238 +#, fuzzy +#| msgid "First Nameserver" +msgid "Name server" +msgstr "第一名称服务器" + +#: dns/templates/dns/addDeleteDNSRecords.html:261 +#, fuzzy +#| msgid "Priority" +msgid "Prioirty" +msgstr "优先级" + +#: dns/templates/dns/addDeleteDNSRecords.html:266 +msgid "Content" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:295 msgid "Type" msgstr "类型" -#: dns/templates/dns/addDeleteDNSRecords.html:132 +#: dns/templates/dns/addDeleteDNSRecords.html:298 msgid "Value" msgstr "内容" -#: dns/templates/dns/addDeleteDNSRecords.html:160 +#: dns/templates/dns/addDeleteDNSRecords.html:327 msgid "Cannot fetch records. Error message:" msgstr "无法获取记录, 错误信息: " -#: dns/templates/dns/addDeleteDNSRecords.html:164 +#: dns/templates/dns/addDeleteDNSRecords.html:331 msgid "Cannot add record. Error message: " msgstr "无法添加记录, 错误信息: " -#: dns/templates/dns/addDeleteDNSRecords.html:172 +#: dns/templates/dns/addDeleteDNSRecords.html:339 msgid "Record Successfully Deleted" msgstr "成功删除记录" -#: dns/templates/dns/addDeleteDNSRecords.html:176 +#: dns/templates/dns/addDeleteDNSRecords.html:343 msgid "Cannot delete record. Error message:" msgstr "无法删除记录, 错误信息:" -#: dns/templates/dns/addDeleteDNSRecords.html:180 +#: dns/templates/dns/addDeleteDNSRecords.html:347 msgid "Record Successfully Added." msgstr "成功添加记录" @@ -1580,8 +1687,8 @@ msgid " File Manager" msgstr "文件管理" #: filemanager/templates/filemanager/index.html:63 -#: filemanager/templates/filemanager/index.html:202 -#: filemanager/templates/filemanager/index.html:233 +#: filemanager/templates/filemanager/index.html:205 +#: filemanager/templates/filemanager/index.html:236 #, fuzzy #| msgid "Reload" msgid "Upload" @@ -1598,310 +1705,319 @@ msgid "New Folder" msgstr "" #: filemanager/templates/filemanager/index.html:75 -#: filemanager/templates/filemanager/index.html:563 +#: filemanager/templates/filemanager/index.html:566 msgid "Copy" msgstr "" #: filemanager/templates/filemanager/index.html:78 -#: filemanager/templates/filemanager/index.html:528 +#: filemanager/templates/filemanager/index.html:531 msgid "Move" msgstr "" #: filemanager/templates/filemanager/index.html:81 -#: filemanager/templates/filemanager/index.html:593 +#: filemanager/templates/filemanager/index.html:596 #, fuzzy #| msgid "Username" msgid "Rename" msgstr "用户名" #: filemanager/templates/filemanager/index.html:84 +#: websiteFunctions/templates/websiteFunctions/listCron.html:66 msgid "Edit" msgstr "" #: filemanager/templates/filemanager/index.html:87 -#: filemanager/templates/filemanager/index.html:438 -#: filemanager/templates/filemanager/index.html:465 +#: filemanager/templates/filemanager/index.html:441 +#: filemanager/templates/filemanager/index.html:468 msgid "Compress" msgstr "" #: filemanager/templates/filemanager/index.html:90 -#: filemanager/templates/filemanager/index.html:493 +#: filemanager/templates/filemanager/index.html:496 msgid "Extract" msgstr "" -#: filemanager/templates/filemanager/index.html:108 +#: filemanager/templates/filemanager/index.html:93 +#, fuzzy +#| msgid "PHP version " +msgid "Fix Permissions" +msgstr "PHP版本 " + +#: filemanager/templates/filemanager/index.html:111 #, fuzzy #| msgid "Current Package:" msgid "Current Path" msgstr "当前套餐:" -#: filemanager/templates/filemanager/index.html:136 +#: filemanager/templates/filemanager/index.html:139 #, fuzzy #| msgid "Back up" msgid "Back" msgstr "备份" -#: filemanager/templates/filemanager/index.html:140 +#: filemanager/templates/filemanager/index.html:143 #: serverLogs/templates/serverLogs/accessLogs.html:42 #: serverLogs/templates/serverLogs/emailLogs.html:39 #: serverLogs/templates/serverLogs/errorLogs.html:39 #: serverLogs/templates/serverLogs/ftplogs.html:39 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:39 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:40 +#: websiteFunctions/templates/websiteFunctions/listCron.html:36 msgid "Refresh" msgstr "刷新" -#: filemanager/templates/filemanager/index.html:144 +#: filemanager/templates/filemanager/index.html:147 #, fuzzy #| msgid "Select Email" msgid "Select All" msgstr "选择Email" -#: filemanager/templates/filemanager/index.html:148 +#: filemanager/templates/filemanager/index.html:151 #, fuzzy #| msgid "Select Email" msgid "UnSelect All" msgstr "选择Email" -#: filemanager/templates/filemanager/index.html:158 +#: filemanager/templates/filemanager/index.html:161 #, fuzzy #| msgid "Size" msgid "Size (KB)" msgstr "大小" -#: filemanager/templates/filemanager/index.html:159 +#: filemanager/templates/filemanager/index.html:162 msgid "Last Modified" msgstr "" -#: filemanager/templates/filemanager/index.html:160 +#: filemanager/templates/filemanager/index.html:163 #, fuzzy #| msgid "PHP version " msgid "Permissions" msgstr "PHP版本 " -#: filemanager/templates/filemanager/index.html:180 +#: filemanager/templates/filemanager/index.html:183 msgid "Upload File" msgstr "" -#: filemanager/templates/filemanager/index.html:187 +#: filemanager/templates/filemanager/index.html:190 msgid "Upload queue" msgstr "" -#: filemanager/templates/filemanager/index.html:188 +#: filemanager/templates/filemanager/index.html:191 msgid "Queue length:" msgstr "" -#: filemanager/templates/filemanager/index.html:195 +#: filemanager/templates/filemanager/index.html:198 msgid "Drop" msgstr "" -#: filemanager/templates/filemanager/index.html:196 +#: filemanager/templates/filemanager/index.html:199 msgid "Drop Files here to upload them." msgstr "" -#: filemanager/templates/filemanager/index.html:211 +#: filemanager/templates/filemanager/index.html:214 msgid "Progress" msgstr "" -#: filemanager/templates/filemanager/index.html:213 +#: filemanager/templates/filemanager/index.html:216 #, fuzzy #| msgid "FTP Functions" msgid "Actions" msgstr "FTP功能" -#: filemanager/templates/filemanager/index.html:239 +#: filemanager/templates/filemanager/index.html:242 msgid "Remove" msgstr "" -#: filemanager/templates/filemanager/index.html:249 +#: filemanager/templates/filemanager/index.html:252 msgid "Queue progress:" msgstr "" -#: filemanager/templates/filemanager/index.html:258 +#: filemanager/templates/filemanager/index.html:261 #, fuzzy #| msgid "Cannot tune. Error message:" msgid "can not be uploaded, Error message:" msgstr "无法保存设置, 错误信息:" -#: filemanager/templates/filemanager/index.html:262 +#: filemanager/templates/filemanager/index.html:265 msgid "Upload all" msgstr "" -#: filemanager/templates/filemanager/index.html:265 +#: filemanager/templates/filemanager/index.html:268 #, fuzzy #| msgid "Cancel" msgid "Cancel all" msgstr "取消" -#: filemanager/templates/filemanager/index.html:268 +#: filemanager/templates/filemanager/index.html:271 msgid "Remove all" msgstr "" -#: filemanager/templates/filemanager/index.html:304 +#: filemanager/templates/filemanager/index.html:307 #, fuzzy #| msgid "Rule successfully added." msgid "File Successfully saved." msgstr "成功添加规则" -#: filemanager/templates/filemanager/index.html:311 +#: filemanager/templates/filemanager/index.html:314 #: firewall/templates/firewall/secureSSH.html:68 -#: managePHP/templates/managePHP/editPHPConfig.html:130 -#: managePHP/templates/managePHP/editPHPConfig.html:203 +#: managePHP/templates/managePHP/editPHPConfig.html:138 +#: managePHP/templates/managePHP/editPHPConfig.html:212 msgid "Save Changes" msgstr "保存修改" -#: filemanager/templates/filemanager/index.html:328 +#: filemanager/templates/filemanager/index.html:331 #, fuzzy #| msgid "Create New User" msgid "Create new folder!" msgstr "创建新用户" -#: filemanager/templates/filemanager/index.html:336 +#: filemanager/templates/filemanager/index.html:339 #, fuzzy #| msgid "File Name" msgid "New Folder Name" msgstr "文件名" -#: filemanager/templates/filemanager/index.html:338 +#: filemanager/templates/filemanager/index.html:341 msgid "Folder will be created in your current directory" msgstr "" -#: filemanager/templates/filemanager/index.html:340 +#: filemanager/templates/filemanager/index.html:343 #, fuzzy #| msgid "Create User" msgid "Create Folder" msgstr "创建用户" -#: filemanager/templates/filemanager/index.html:353 +#: filemanager/templates/filemanager/index.html:356 #, fuzzy #| msgid "is successfully created." msgid "Folder Successfully created." msgstr "已成功添加" -#: filemanager/templates/filemanager/index.html:372 +#: filemanager/templates/filemanager/index.html:375 #, fuzzy #| msgid "Create New User" msgid "Create new file!" msgstr "创建新用户" -#: filemanager/templates/filemanager/index.html:380 +#: filemanager/templates/filemanager/index.html:383 #, fuzzy #| msgid "File Name" msgid "New File Name" msgstr "文件名" -#: filemanager/templates/filemanager/index.html:382 +#: filemanager/templates/filemanager/index.html:385 msgid "" "File will be created in your current directory, if it already exists it will " "not overwirte." msgstr "" -#: filemanager/templates/filemanager/index.html:384 +#: filemanager/templates/filemanager/index.html:387 #, fuzzy #| msgid "Create Email" msgid "Create File" msgstr "创建Email" -#: filemanager/templates/filemanager/index.html:397 +#: filemanager/templates/filemanager/index.html:400 #, fuzzy #| msgid "is successfully created." msgid "File Successfully created." msgstr "已成功添加" -#: filemanager/templates/filemanager/index.html:413 +#: filemanager/templates/filemanager/index.html:416 #, fuzzy #| msgid "Configurations" msgid "Confirm Deletion!" msgstr "配置" -#: filemanager/templates/filemanager/index.html:422 +#: filemanager/templates/filemanager/index.html:425 msgid "Confirm" msgstr "" -#: filemanager/templates/filemanager/index.html:423 -#: filemanager/templates/filemanager/index.html:466 -#: filemanager/templates/filemanager/index.html:529 -#: filemanager/templates/filemanager/index.html:564 -#: filemanager/templates/filemanager/index.html:594 -#: websiteFunctions/templates/websiteFunctions/website.html:417 +#: filemanager/templates/filemanager/index.html:426 +#: filemanager/templates/filemanager/index.html:469 +#: filemanager/templates/filemanager/index.html:532 +#: filemanager/templates/filemanager/index.html:567 +#: filemanager/templates/filemanager/index.html:597 +#: websiteFunctions/templates/websiteFunctions/website.html:447 msgid "Close" msgstr "关闭" -#: filemanager/templates/filemanager/index.html:446 +#: filemanager/templates/filemanager/index.html:449 msgid "List of files/folder!" msgstr "" -#: filemanager/templates/filemanager/index.html:450 +#: filemanager/templates/filemanager/index.html:453 #, fuzzy #| msgid "File Name" msgid "Compressed File Name" msgstr "文件名" -#: filemanager/templates/filemanager/index.html:452 +#: filemanager/templates/filemanager/index.html:455 #, fuzzy #| msgid "Extension Name" msgid "Enter without extension name!" msgstr "扩展名称" -#: filemanager/templates/filemanager/index.html:456 +#: filemanager/templates/filemanager/index.html:459 msgid "Compression Type" msgstr "" -#: filemanager/templates/filemanager/index.html:481 +#: filemanager/templates/filemanager/index.html:484 msgid "Extracting" msgstr "" -#: filemanager/templates/filemanager/index.html:489 +#: filemanager/templates/filemanager/index.html:492 msgid "Extract in" msgstr "" -#: filemanager/templates/filemanager/index.html:491 +#: filemanager/templates/filemanager/index.html:494 msgid "You can enter . to extract in current directory!" msgstr "" -#: filemanager/templates/filemanager/index.html:509 +#: filemanager/templates/filemanager/index.html:512 #, fuzzy #| msgid "Files" msgid "Move Files" msgstr "文件" -#: filemanager/templates/filemanager/index.html:517 -#: filemanager/templates/filemanager/index.html:552 +#: filemanager/templates/filemanager/index.html:520 +#: filemanager/templates/filemanager/index.html:555 msgid "List of files/folders!" msgstr "" -#: filemanager/templates/filemanager/index.html:521 +#: filemanager/templates/filemanager/index.html:524 msgid "Move to" msgstr "" -#: filemanager/templates/filemanager/index.html:523 +#: filemanager/templates/filemanager/index.html:526 msgid "Enter a path to move your files!" msgstr "" -#: filemanager/templates/filemanager/index.html:544 +#: filemanager/templates/filemanager/index.html:547 #, fuzzy #| msgid "Files" msgid "Copy Files" msgstr "文件" -#: filemanager/templates/filemanager/index.html:556 +#: filemanager/templates/filemanager/index.html:559 msgid "Copy to" msgstr "" -#: filemanager/templates/filemanager/index.html:558 +#: filemanager/templates/filemanager/index.html:561 msgid "Enter a path to copy your files to!" msgstr "" -#: filemanager/templates/filemanager/index.html:578 +#: filemanager/templates/filemanager/index.html:581 msgid "Renaming" msgstr "" -#: filemanager/templates/filemanager/index.html:586 +#: filemanager/templates/filemanager/index.html:589 #, fuzzy #| msgid "File Name" msgid "New Name" msgstr "文件名" -#: filemanager/templates/filemanager/index.html:588 +#: filemanager/templates/filemanager/index.html:591 msgid "Enter new name of file!" msgstr "" @@ -1964,6 +2080,165 @@ msgstr "安全" msgid "Manage the security of the server on this page." msgstr "在此页面管理服务器安全相关内容" +#: firewall/templates/firewall/modSecurity.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity - CyberPanel" +msgstr "安全 - CyberPanel" + +#: firewall/templates/firewall/modSecurity.html:13 +#, fuzzy +#| msgid "Edit PHP Configurations" +msgid "ModSecurity Configurations!" +msgstr "设置PHP参数" + +#: firewall/templates/firewall/modSecurity.html:14 +#, fuzzy +#| msgid "On this page you can set up your Back up destinations. (SFTP)" +msgid "On this page you can configure ModSecurity settings." +msgstr "这里是远程备份页面(SFTP)" + +#: firewall/templates/firewall/modSecurity.html:20 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity" +msgstr "安全" + +#: firewall/templates/firewall/modSecurity.html:29 +#: firewall/templates/firewall/modSecurityRules.html:70 +#: firewall/templates/firewall/modSecurityRulesPacks.html:28 +msgid "ModSecurity is not installed " +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:31 +#: firewall/templates/firewall/modSecurityRules.html:72 +#: firewall/templates/firewall/modSecurityRulesPacks.html:30 +#, fuzzy +#| msgid "Install" +msgid "Install Now." +msgstr "安装" + +#: firewall/templates/firewall/modSecurity.html:43 +#, fuzzy +#| msgid "Cannot add destination. Error message:" +msgid "Failed to start installation, Error message: " +msgstr "无法添加远程目录, 错误信息: " + +#: firewall/templates/firewall/modSecurity.html:51 +#, fuzzy +#| msgid "Installation failed. Error message:" +msgid "Installation failed." +msgstr "安装失败, 错误信息:" + +#: firewall/templates/firewall/modSecurity.html:55 +msgid "ModSecurity successfully installed, refreshing page in 3 seconds.." +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:66 +msgid "Winter is coming, but so is ModSecurity." +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:157 +#, fuzzy +#| msgid "Save Changes" +msgid "Save changes." +msgstr "保存修改" + +#: firewall/templates/firewall/modSecurity.html:169 +#, fuzzy +#| msgid "Could not fetch current configuration. Error message:" +msgid "Failed to save ModSecurity configurations. Error message: " +msgstr "无法读取当前配置, 错误信息:" + +#: firewall/templates/firewall/modSecurity.html:173 +#, fuzzy +#| msgid "Backup Process successfully started." +msgid "ModSecurity configurations successfully saved." +msgstr " 已成功创建." + +#: firewall/templates/firewall/modSecurityRules.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity Rules - CyberPanel" +msgstr "安全 - CyberPanel" + +#: firewall/templates/firewall/modSecurityRules.html:13 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Rules!" +msgstr "安全" + +#: firewall/templates/firewall/modSecurityRules.html:14 +#, fuzzy +#| msgid "" +#| "On this page you can launch, list, modify and delete websites from your " +#| "server." +msgid "On this page you can add/delete ModSecurity rules." +msgstr "在此页面可以创建,查看,修改和删除您服务器上的网站." + +#: firewall/templates/firewall/modSecurityRules.html:42 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Save Rules!" +msgstr "保存Rewrite rules" + +#: firewall/templates/firewall/modSecurityRules.html:49 +msgid "ModSecurity Rules Saved" +msgstr "" + +#: firewall/templates/firewall/modSecurityRules.html:58 +#, fuzzy +#| msgid "Could not save rewrite rules. Error message:" +msgid "Could not save rules, Error message: " +msgstr "无法保存Rewrite rules, 错误信息:" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity Rules Packs - CyberPanel" +msgstr "安全 - CyberPanel" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:13 +#: firewall/templates/firewall/modSecurityRulesPacks.html:20 +#, fuzzy +#| msgid "Modify Package" +msgid "ModSecurity Rules Packages!" +msgstr "修改套餐" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:14 +msgid "Install/Un-install ModSecurity rules packages." +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:60 +#: firewall/templates/firewall/modSecurityRulesPacks.html:71 +#, fuzzy +#| msgid "Configurations" +msgid "Configure" +msgstr "配置" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:84 +#: firewall/templates/firewall/modSecurityRulesPacks.html:96 +#, fuzzy +#| msgid "Action successful." +msgid "Operation successful." +msgstr "操作成功" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:92 +#, fuzzy +#| msgid "Action failed. Error message:" +msgid "Operation failed, Error message: " +msgstr "操作失败, 错误信息: " + +#: firewall/templates/firewall/modSecurityRulesPacks.html:110 +msgid "Supplier" +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:111 +#, fuzzy +#| msgid "File Name" +msgid "Filename" +msgstr "文件名" + #: firewall/templates/firewall/secureSSH.html:3 msgid "Secure SSH - CyberPanel" msgstr "SSH加固 - CyberPanel" @@ -2009,8 +2284,8 @@ msgstr "添加密钥" #: firewall/templates/firewall/secureSSH.html:158 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:55 -#: websiteFunctions/templates/websiteFunctions/website.html:553 -#: websiteFunctions/templates/websiteFunctions/website.html:613 +#: websiteFunctions/templates/websiteFunctions/website.html:599 +#: websiteFunctions/templates/websiteFunctions/website.html:658 msgid "Save" msgstr "保存" @@ -2056,7 +2331,7 @@ msgstr "FTP用户: " #: ftp/templates/ftp/createFTPAccount.html:84 #: ftp/templates/ftp/createFTPAccount.html:87 -#: userManagment/templates/userManagment/createUser.html:154 +#: userManagment/templates/userManagment/createUser.html:144 msgid "is successfully created." msgstr "已成功添加" @@ -2178,6 +2453,56 @@ msgstr "请从列表中选择一个网站来删除Email用户" msgid "Email with id : {$ deletedID $} is successfully deleted." msgstr "Email: {$ deletedID $} 已成功删除" +#: mailServer/templates/mailServer/dkimManager.html:3 +#, fuzzy +#| msgid "Manage SSL - CyberPanel" +msgid "DKIM Manager - CyberPanel" +msgstr "管理SSL - CyberPanel" + +#: mailServer/templates/mailServer/dkimManager.html:14 +#, fuzzy +#| msgid "This page can be used to Back up your websites" +msgid "This page can be used to generate and view DKIM keys for Domains" +msgstr "这里是网站备份界面" + +#: mailServer/templates/mailServer/dkimManager.html:27 +msgid "OpenDKIM is not installed. " +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:28 +#, fuzzy +#| msgid "Install" +msgid "Install Now" +msgstr "安装" + +#: mailServer/templates/mailServer/dkimManager.html:48 +msgid "OpenDKIM successfully installed, refreshing page in 3 seconds.." +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:97 +#, fuzzy +#| msgid "Currently no email accounts exist for this domain." +msgid "Keys not available for this domain." +msgstr "目前此域名并没有Email" + +#: mailServer/templates/mailServer/dkimManager.html:98 +msgid "Generate Now" +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:110 +#, fuzzy +#| msgid "Domains" +msgid "Domain" +msgstr "域名" + +#: mailServer/templates/mailServer/dkimManager.html:111 +msgid "Private Key" +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:112 +msgid "Public Key" +msgstr "" + #: mailServer/templates/mailServer/index.html:3 msgid "Mail Functions - CyberPanel" msgstr "邮件功能 - CyberPanel" @@ -2208,48 +2533,55 @@ msgid "Advanced" msgstr "高级" #: managePHP/templates/managePHP/editPHPConfig.html:48 -#: managePHP/templates/managePHP/editPHPConfig.html:174 +#: managePHP/templates/managePHP/editPHPConfig.html:182 #: managePHP/templates/managePHP/installExtensions.html:28 #: websiteFunctions/templates/websiteFunctions/createWebsite.html:68 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:74 -#: websiteFunctions/templates/websiteFunctions/website.html:309 +#: websiteFunctions/templates/websiteFunctions/website.html:333 +#: websiteFunctions/templates/websiteFunctions/website.html:729 msgid "Select PHP" msgstr "选择PHP版本" -#: managePHP/templates/managePHP/editPHPConfig.html:66 +#: managePHP/templates/managePHP/editPHPConfig.html:67 msgid "display_errors" msgstr "display_errors" -#: managePHP/templates/managePHP/editPHPConfig.html:73 +#: managePHP/templates/managePHP/editPHPConfig.html:74 msgid "file_uploads" msgstr "file_uploads" -#: managePHP/templates/managePHP/editPHPConfig.html:81 +#: managePHP/templates/managePHP/editPHPConfig.html:82 msgid "allow_url_fopen" msgstr "allow_url_fopen" -#: managePHP/templates/managePHP/editPHPConfig.html:89 +#: managePHP/templates/managePHP/editPHPConfig.html:90 msgid "allow_url_include" msgstr "allow_url_include" -#: managePHP/templates/managePHP/editPHPConfig.html:97 +#: managePHP/templates/managePHP/editPHPConfig.html:98 msgid "memory_limit" msgstr "memory_limit" -#: managePHP/templates/managePHP/editPHPConfig.html:104 +#: managePHP/templates/managePHP/editPHPConfig.html:105 msgid "max_execution_time" msgstr "max_execution_time" -#: managePHP/templates/managePHP/editPHPConfig.html:111 +#: managePHP/templates/managePHP/editPHPConfig.html:112 msgid "upload_max_filesize" msgstr "upload_max_filesize" -#: managePHP/templates/managePHP/editPHPConfig.html:118 +#: managePHP/templates/managePHP/editPHPConfig.html:119 +#, fuzzy +#| msgid "upload_max_filesize" +msgid "post_max_size" +msgstr "upload_max_filesize" + +#: managePHP/templates/managePHP/editPHPConfig.html:126 msgid "max_input_time" msgstr "max_input_time" -#: managePHP/templates/managePHP/editPHPConfig.html:144 -#: managePHP/templates/managePHP/editPHPConfig.html:216 +#: managePHP/templates/managePHP/editPHPConfig.html:152 +#: managePHP/templates/managePHP/editPHPConfig.html:225 msgid "PHP Configs Saved." msgstr "PHP参数已保存" @@ -2278,39 +2610,39 @@ msgstr "在此页面安装/卸载PHP扩展" msgid "Select PHP Version" msgstr "选择PHP版本" -#: managePHP/templates/managePHP/installExtensions.html:48 +#: managePHP/templates/managePHP/installExtensions.html:49 msgid "Search Extensions.." msgstr "搜索扩展..." -#: managePHP/templates/managePHP/installExtensions.html:63 +#: managePHP/templates/managePHP/installExtensions.html:64 msgid "Extension Name" msgstr "扩展名称" -#: managePHP/templates/managePHP/installExtensions.html:64 +#: managePHP/templates/managePHP/installExtensions.html:65 msgid "Description" msgstr "描述" -#: managePHP/templates/managePHP/installExtensions.html:66 -#: managePHP/templates/managePHP/installExtensions.html:77 +#: managePHP/templates/managePHP/installExtensions.html:67 +#: managePHP/templates/managePHP/installExtensions.html:78 msgid "Install" msgstr "安装" -#: managePHP/templates/managePHP/installExtensions.html:67 -#: managePHP/templates/managePHP/installExtensions.html:78 +#: managePHP/templates/managePHP/installExtensions.html:68 +#: managePHP/templates/managePHP/installExtensions.html:79 msgid "Uninstall" msgstr "卸载" -#: managePHP/templates/managePHP/installExtensions.html:93 +#: managePHP/templates/managePHP/installExtensions.html:94 msgid "Go Back" msgstr "返回" -#: managePHP/templates/managePHP/installExtensions.html:104 +#: managePHP/templates/managePHP/installExtensions.html:105 #: tuning/templates/tuning/phpTuning.html:111 -#: userManagment/templates/userManagment/modifyUser.html:143 +#: userManagment/templates/userManagment/modifyUser.html:135 msgid "Cannot fetch details. Error message:" msgstr "无法获取详情, 错误信息: " -#: managePHP/templates/managePHP/installExtensions.html:108 +#: managePHP/templates/managePHP/installExtensions.html:109 msgid "Cannot perform operation. Error message:" msgstr "无法完成操作, 错误信息: " @@ -2338,11 +2670,13 @@ msgstr "在此页面可以为已在服务器上创建的网站申请签发Let's #: manageSSL/templates/manageSSL/manageSSL.html:42 #: manageSSL/templates/manageSSL/sslForHostName.html:42 +#: manageSSL/templates/manageSSL/sslForMailServer.html:42 msgid "Issue SSL" msgstr "签发SSL证书" #: manageSSL/templates/manageSSL/manageSSL.html:52 #: manageSSL/templates/manageSSL/sslForHostName.html:52 +#: manageSSL/templates/manageSSL/sslForMailServer.html:52 msgid "Cannot issue SSL. Error message:" msgstr "无法签发SSL证书, 错误信息: " @@ -2368,6 +2702,35 @@ msgstr "通过Let's Encrypt证书在已验证的HTTPS连接访问CyberPanel" msgid "SSL Issued. You can now access CyberPanel at:" msgstr "SSL证书已签发, 您可以在此登陆CyberPanel: " +#: manageSSL/templates/manageSSL/sslForMailServer.html:3 +#, fuzzy +#| msgid "Issue SSL For Hostname - CyberPanel" +msgid "Issue SSL For MailServer - CyberPanel" +msgstr "为面板主机签发SSL证书 - CyberPanel" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:13 +#: manageSSL/templates/manageSSL/sslForMailServer.html:20 +#, fuzzy +#| msgid "Issue SSL For Hostname" +msgid "Issue SSL For MailServer" +msgstr "为面板主机签发SSL证书" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:14 +#, fuzzy +#| msgid "Issue Let’s Encrypt SSLs for websites and hostname." +msgid "Let’s Encrypt SSL for MailServer (Postfix/Dovecot)." +msgstr "为网站以及主机申请签发Let's Encrypt证书" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:56 +msgid "SSL Issued, your mail server now uses Lets Encrypt!" +msgstr "" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:60 +#, fuzzy +#| msgid "Could not connect to server. Please refresh this page." +msgid "Could not connect to server, please refresh this page." +msgstr "无法连接到服务器, 请刷新此页面" + #: packages/templates/packages/createPackage.html:3 msgid "Create Package - CyberPanel" msgstr "创建套餐 - CyberPanel" @@ -2392,7 +2755,7 @@ msgstr "套餐名称" #: packages/templates/packages/createPackage.html:35 #: packages/templates/packages/modifyPackage.html:40 -#: websiteFunctions/templates/websiteFunctions/website.html:249 +#: websiteFunctions/templates/websiteFunctions/website.html:254 msgid "Domains" msgstr "域名" @@ -2478,7 +2841,7 @@ msgstr "访问日志 - CyberPanel" #: serverLogs/templates/serverLogs/accessLogs.html:17 #: serverLogs/templates/serverLogs/index.html:25 #: serverLogs/templates/serverLogs/index.html:27 -#: websiteFunctions/templates/websiteFunctions/website.html:120 +#: websiteFunctions/templates/websiteFunctions/website.html:128 msgid "Access Logs" msgstr "访问日志" @@ -2490,22 +2853,35 @@ msgstr "Web服务器日志" #: serverLogs/templates/serverLogs/emailLogs.html:23 #: serverLogs/templates/serverLogs/errorLogs.html:23 #: serverLogs/templates/serverLogs/ftplogs.html:23 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:23 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:24 msgid "Last 50 Lines" msgstr "最后50行" -#: serverLogs/templates/serverLogs/accessLogs.html:49 -#: serverLogs/templates/serverLogs/emailLogs.html:46 -#: serverLogs/templates/serverLogs/errorLogs.html:46 -#: serverLogs/templates/serverLogs/ftplogs.html:46 +#: serverLogs/templates/serverLogs/accessLogs.html:45 +#: serverLogs/templates/serverLogs/emailLogs.html:42 +#: serverLogs/templates/serverLogs/errorLogs.html:42 +#: serverLogs/templates/serverLogs/ftplogs.html:42 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:42 +#, fuzzy +#| msgid "Server Logs" +msgid "Clear Logs" +msgstr "服务器日志" + +#: serverLogs/templates/serverLogs/accessLogs.html:52 +#: serverLogs/templates/serverLogs/emailLogs.html:49 +#: serverLogs/templates/serverLogs/errorLogs.html:49 +#: serverLogs/templates/serverLogs/ftplogs.html:49 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:50 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:47 msgid "Last 50 Lines Fetched" msgstr "成功获取最后50行" -#: serverLogs/templates/serverLogs/accessLogs.html:54 -#: serverLogs/templates/serverLogs/emailLogs.html:51 -#: serverLogs/templates/serverLogs/errorLogs.html:51 -#: serverLogs/templates/serverLogs/ftplogs.html:51 +#: serverLogs/templates/serverLogs/accessLogs.html:57 +#: serverLogs/templates/serverLogs/emailLogs.html:54 +#: serverLogs/templates/serverLogs/errorLogs.html:54 +#: serverLogs/templates/serverLogs/ftplogs.html:54 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:55 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:52 msgid "Could not fetch logs. Use the command line to view the log file." msgstr "无法获取日志, 请使用命令行模式查看日志" @@ -2546,6 +2922,18 @@ msgid "" msgstr "" "此为主服务器日志,查看网站日志请前往 网站 -> 查看网站 -> 选择网站 -> 查看日志" +#: serverLogs/templates/serverLogs/modSecAuditLog.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity Audit Logs - CyberPanel" +msgstr "安全 - CyberPanel" + +#: serverLogs/templates/serverLogs/modSecAuditLog.html:15 +#, fuzzy +#| msgid "Security Functions" +msgid "ModSecurity Audit logs" +msgstr "安全" + #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:3 msgid "CyberPanel Main Log File - CyberPanel" msgstr "Cyberpanel主日志 - CyberPanel" @@ -2674,16 +3062,6 @@ msgstr "内存缓存大小" msgid "Enable GZIP Compression" msgstr "开启GZIP压缩" -#: tuning/templates/tuning/liteSpeedTuning.html:70 -#: tuning/templates/tuning/phpTuning.html:90 -msgid "Enable" -msgstr "开启" - -#: tuning/templates/tuning/liteSpeedTuning.html:71 -#: tuning/templates/tuning/phpTuning.html:91 -msgid "Disable" -msgstr "关闭" - #: tuning/templates/tuning/liteSpeedTuning.html:74 #: tuning/templates/tuning/phpTuning.html:94 #: userManagment/templates/userManagment/modifyUser.html:77 @@ -2694,7 +3072,7 @@ msgstr "当前:" msgid "Tune Web Server" msgstr "调整Web服务器" -#: tuning/templates/tuning/liteSpeedTuning.html:93 +#: tuning/templates/tuning/liteSpeedTuning.html:92 msgid "" "Cannot fetch Current Value, but you can still submit new changes, error " "reported from server:" @@ -2702,11 +3080,11 @@ msgstr "" "无法读取当前参数, 但是您可以继续提交修改,服务器错误消息: reported from " "server:" -#: tuning/templates/tuning/liteSpeedTuning.html:97 +#: tuning/templates/tuning/liteSpeedTuning.html:96 msgid "Cannot save details, Error Message: " msgstr "无法保存设置, 错误信息: " -#: tuning/templates/tuning/liteSpeedTuning.html:102 +#: tuning/templates/tuning/liteSpeedTuning.html:101 msgid "Web Server Successfully tuned." msgstr "Web服务器设置成功保存." @@ -2742,6 +3120,14 @@ msgstr "进程硬限制" msgid "Persistent Connection" msgstr "数据库持久连接" +#: tuning/templates/tuning/phpTuning.html:90 +msgid "Enable" +msgstr "开启" + +#: tuning/templates/tuning/phpTuning.html:91 +msgid "Disable" +msgstr "关闭" + #: tuning/templates/tuning/phpTuning.html:102 msgid "Tune PHP" msgstr "设置PHP" @@ -2807,17 +3193,6 @@ msgstr "无效的Email" msgid "Account Type" msgstr "用户类型" -#: userManagment/templates/userManagment/createUser.html:67 -#: userManagment/templates/userManagment/modifyUser.html:72 -msgid "Admin" -msgstr "Admin" - -#: userManagment/templates/userManagment/createUser.html:68 -#: userManagment/templates/userManagment/createUser.html:79 -#: userManagment/templates/userManagment/modifyUser.html:73 -msgid "Normal User" -msgstr "普通用户" - #: userManagment/templates/userManagment/createUser.html:92 #: userManagment/templates/userManagment/modifyUser.html:88 #: userManagment/templates/userManagment/userProfile.html:67 @@ -2826,45 +3201,38 @@ msgid "User Accounts Limit" msgstr "用户数量限制" #: userManagment/templates/userManagment/createUser.html:96 -#: userManagment/templates/userManagment/createUser.html:107 msgid "Only Numbers" msgstr "仅允许数字" #: userManagment/templates/userManagment/createUser.html:103 -#: userManagment/templates/userManagment/modifyUser.html:98 -#: userManagment/templates/userManagment/userProfile.html:82 -msgid "Websites Limit" -msgstr "网站数量限制" - -#: userManagment/templates/userManagment/createUser.html:113 #: userManagment/templates/userManagment/userProfile.html:42 msgid "Username" msgstr "用户名" -#: userManagment/templates/userManagment/createUser.html:117 +#: userManagment/templates/userManagment/createUser.html:107 msgid "Username should be lowercase alphanumeric." msgstr "用户名应当为小写字母." -#: userManagment/templates/userManagment/createUser.html:127 +#: userManagment/templates/userManagment/createUser.html:117 msgid "Must contain one number and one special character." msgstr "必须一个数字和一个字母." -#: userManagment/templates/userManagment/createUser.html:143 +#: userManagment/templates/userManagment/createUser.html:133 #: userManagment/templates/userManagment/index.html:40 #: userManagment/templates/userManagment/index.html:42 msgid "Create User" msgstr "创建用户" -#: userManagment/templates/userManagment/createUser.html:154 -#: userManagment/templates/userManagment/modifyUser.html:130 +#: userManagment/templates/userManagment/createUser.html:144 +#: userManagment/templates/userManagment/modifyUser.html:122 msgid "Account with username:" msgstr "用户名为:" -#: userManagment/templates/userManagment/createUser.html:158 +#: userManagment/templates/userManagment/createUser.html:148 msgid "Cannot create user. Error message:" msgstr "无法创建用户, 错误信息:" -#: userManagment/templates/userManagment/createUser.html:166 +#: userManagment/templates/userManagment/createUser.html:156 msgid "" "Length of first and last name combined should be less than or equal to 20 " "characters" @@ -2910,15 +3278,15 @@ msgstr "在此页面编辑已存在用户." msgid "Select Account" msgstr "选择用户" -#: userManagment/templates/userManagment/modifyUser.html:130 +#: userManagment/templates/userManagment/modifyUser.html:122 msgid " is successfully modified." msgstr "已成功修改." -#: userManagment/templates/userManagment/modifyUser.html:134 +#: userManagment/templates/userManagment/modifyUser.html:126 msgid "Cannot modify user. Error message:" msgstr "无法编辑用户, 错误信息:" -#: userManagment/templates/userManagment/modifyUser.html:147 +#: userManagment/templates/userManagment/modifyUser.html:139 msgid "Details fetched." msgstr "详情已更新." @@ -2945,6 +3313,10 @@ msgstr "用户等级" msgid "( 0 = Unlimited )" msgstr "(0为无限制 )" +#: userManagment/templates/userManagment/userProfile.html:82 +msgid "Websites Limit" +msgstr "网站数量限制" + #: websiteFunctions/templates/websiteFunctions/createWebsite.html:3 msgid "Create New Website - CyberPanel" msgstr "创建新网站 - CyberPanel" @@ -2971,37 +3343,29 @@ msgid "Do not enter WWW, it will be auto created!" msgstr "" #: websiteFunctions/templates/websiteFunctions/createWebsite.html:56 -#: websiteFunctions/templates/websiteFunctions/website.html:293 -#: websiteFunctions/templates/websiteFunctions/website.html:304 +#: websiteFunctions/templates/websiteFunctions/website.html:317 +#: websiteFunctions/templates/websiteFunctions/website.html:328 msgid "Invalid Domain (Note: You don't need to add 'http' or 'https')" msgstr "无效域名(注意: 不需要添加http或https)" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:84 -#: websiteFunctions/templates/websiteFunctions/website.html:325 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:85 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:86 +#: websiteFunctions/templates/websiteFunctions/website.html:350 msgid "Additional Features" msgstr "额外功能" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:91 -#: websiteFunctions/templates/websiteFunctions/website.html:332 -msgid "" -"For SSL to work DNS of domain should point to server, otherwise self signed " -"SSL will be issued, you can add your own SSL later." -msgstr "" -"为确定SSL证书的正确签发,域名必须指向此服务器,否则将会签发自签名证书 您可以在" -"之后添加自有证书或重新申请签发Let's Encrypt证书." - -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:113 -#: websiteFunctions/templates/websiteFunctions/website.html:354 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:120 +#: websiteFunctions/templates/websiteFunctions/website.html:385 msgid "Cannot create website. Error message:" msgstr "无法创建网站, 错误信息:" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:117 -#: websiteFunctions/templates/websiteFunctions/website.html:358 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:389 msgid "Website with domain" msgstr "网站域名" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:117 -#: websiteFunctions/templates/websiteFunctions/website.html:358 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:389 msgid " is Successfully Created" msgstr " 已成功创建" @@ -3023,6 +3387,87 @@ msgstr "无法删除网站, 错误信息: " msgid "Successfully Deleted." msgstr "成功删除." +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:3 +#, fuzzy +#| msgid "Home - CyberPanel" +msgid "Domain Aliases - CyberPanel" +msgstr "主页 - Cyberpanel" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:12 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:19 +#, fuzzy +#| msgid "Domain Name" +msgid "Domain Aliases" +msgstr "域名" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:13 +msgid "" +"With Domain Aliases you can visit example.com using example.net and view the " +"same content." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:29 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:105 +#, fuzzy +#| msgid "Create Email" +msgid "Create Alias" +msgstr "创建Email" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:36 +#, fuzzy +#| msgid "Create Domain" +msgid "Master Domain" +msgstr "创建域名" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:37 +msgid "Alias" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:38 +#, fuzzy +#| msgid "System Status" +msgid "File System Path" +msgstr "系统状态" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:53 +#: websiteFunctions/templates/websiteFunctions/website.html:480 +msgid "Issue" +msgstr "签发SSL证书" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:63 +msgid "Domain Aliases not found." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:79 +#, fuzzy +#| msgid "List Domains" +msgid "Alias Domain" +msgstr "查看域名" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:93 +msgid "" +"For SSL to work DNS of domain should point to server, otherwise self signed " +"SSL will be issued, you can add your own SSL later." +msgstr "" +"为确定SSL证书的正确签发,域名必须指向此服务器,否则将会签发自签名证书 您可以在" +"之后添加自有证书或重新申请签发Let's Encrypt证书." + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:114 +#, fuzzy +#| msgid "Action failed. Error message:" +msgid "Operation failed. Error message:" +msgstr "操作失败, 错误信息: " + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:118 +msgid "Alias successfully created. Refreshing page in 3 seconds..." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:122 +#, fuzzy +#| msgid "Action successful." +msgid "Operation Successfull." +msgstr "操作成功" + #: websiteFunctions/templates/websiteFunctions/index.html:3 msgid "Website Functions - CyberPanel" msgstr "网站功能 - CyberPanel" @@ -3034,6 +3479,136 @@ msgstr "网站功能 - CyberPanel" msgid "Suspend/Unsuspend Website" msgstr "禁用/启用网站" +#: websiteFunctions/templates/websiteFunctions/listCron.html:3 +#, fuzzy +#| msgid "Version Management - CyberPanel" +msgid "Cron Management - CyberPanel" +msgstr "版本管理 - Cyberpanel" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:12 +#: websiteFunctions/templates/websiteFunctions/listCron.html:19 +#, fuzzy +#| msgid "Version Management" +msgid "Cron Management" +msgstr "版本管理" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:13 +#, fuzzy +#| msgid "Create, edit and delete users on this page." +msgid "Create, edit or delete your cron jobs from this page." +msgstr "在此页面创建, 编辑和删除用户." + +#: websiteFunctions/templates/websiteFunctions/listCron.html:37 +#, fuzzy +#| msgid "Add Domains" +msgid "Add Cron" +msgstr "添加域名" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:46 +#: websiteFunctions/templates/websiteFunctions/listCron.html:95 +msgid "Minute" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:47 +#: websiteFunctions/templates/websiteFunctions/listCron.html:101 +msgid "Hour" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:48 +msgid "Day of Month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:49 +#: websiteFunctions/templates/websiteFunctions/listCron.html:113 +msgid "Month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:50 +msgid "Day of Week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:51 +#: websiteFunctions/templates/websiteFunctions/listCron.html:126 +msgid "Command" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:52 +#, fuzzy +#| msgid "FTP Functions" +msgid "Action" +msgstr "FTP功能" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:79 +msgid "Pre defined" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:82 +msgid "Every minute" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:83 +msgid "Every 5 minutes" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:84 +msgid "Every 30 minutes" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:85 +msgid "Every hour" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:86 +msgid "Every day" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:87 +msgid "Every week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:88 +msgid "Every month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:89 +msgid "Every year" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:107 +msgid "Day of month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:119 +msgid "Day of week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:135 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Save edits" +msgstr "保存Rewrite rules" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:142 +#, fuzzy +#| msgid "Add Records" +msgid "Add cron" +msgstr "添加记录" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:152 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:105 +msgid "Cannot fetch website details. Error message:" +msgstr "无法更新网站详情, 错误信息:" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:156 +#, fuzzy +#| msgid "Could not save SSL. Error message:" +msgid "Unable to add/save Cron. Error message:" +msgstr "无法保存SSL证书, 错误信息:" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:159 +msgid "Cron job saved" +msgstr "" + #: websiteFunctions/templates/websiteFunctions/listWebsites.html:3 msgid "Websites Hosted - CyberPanel" msgstr "当前已创建的网站 - CyberPanel" @@ -3054,15 +3629,11 @@ msgstr "当前套餐:" msgid "Current Owner:" msgstr "当前拥有者:" -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:104 -msgid "Cannot fetch website details. Error message:" -msgstr "无法更新网站详情, 错误信息:" - -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:108 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:109 msgid "Cannot modify website. Error message:" msgstr "无法修改网站, 错误信息:" -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:112 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:113 msgid "Website Details Successfully fetched" msgstr "网站详情已成功更新" @@ -3108,222 +3679,328 @@ msgstr "上一个" msgid "All functions related to a particular site." msgstr "所有与网站相关的功能." -#: websiteFunctions/templates/websiteFunctions/website.html:22 +#: websiteFunctions/templates/websiteFunctions/website.html:25 msgid "Resource Usage" msgstr "资源使用量" -#: websiteFunctions/templates/websiteFunctions/website.html:31 +#: websiteFunctions/templates/websiteFunctions/website.html:36 msgid "Resource" msgstr "资源" -#: websiteFunctions/templates/websiteFunctions/website.html:33 +#: websiteFunctions/templates/websiteFunctions/website.html:38 msgid "Allowed" msgstr "可用" -#: websiteFunctions/templates/websiteFunctions/website.html:55 -#: websiteFunctions/templates/websiteFunctions/website.html:82 +#: websiteFunctions/templates/websiteFunctions/website.html:60 +#: websiteFunctions/templates/websiteFunctions/website.html:87 msgid "Bandwidth Usage" msgstr "流量使用量" -#: websiteFunctions/templates/websiteFunctions/website.html:118 +#: websiteFunctions/templates/websiteFunctions/website.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:127 msgid "Load Access Logs" msgstr "读取访问日志" -#: websiteFunctions/templates/websiteFunctions/website.html:130 +#: websiteFunctions/templates/websiteFunctions/website.html:135 +#: websiteFunctions/templates/websiteFunctions/website.html:138 msgid "Load Error Logs" msgstr "读取错误日志" -#: websiteFunctions/templates/websiteFunctions/website.html:146 +#: websiteFunctions/templates/websiteFunctions/website.html:150 msgid "Logs Fetched" msgstr "日志读取成功" -#: websiteFunctions/templates/websiteFunctions/website.html:151 +#: websiteFunctions/templates/websiteFunctions/website.html:155 msgid "" "Could not fetch logs, see the logs file through command line. Error message:" msgstr "无法获取日志, 请使用命令行模式查看日志, 错误信息:" -#: websiteFunctions/templates/websiteFunctions/website.html:172 -#: websiteFunctions/templates/websiteFunctions/website.html:211 +#: websiteFunctions/templates/websiteFunctions/website.html:176 +#: websiteFunctions/templates/websiteFunctions/website.html:215 msgid "Next" msgstr "下一个" -#: websiteFunctions/templates/websiteFunctions/website.html:173 -#: websiteFunctions/templates/websiteFunctions/website.html:212 +#: websiteFunctions/templates/websiteFunctions/website.html:177 +#: websiteFunctions/templates/websiteFunctions/website.html:216 msgid "Previous" msgstr "上一个" -#: websiteFunctions/templates/websiteFunctions/website.html:256 -#: websiteFunctions/templates/websiteFunctions/website.html:258 +#: websiteFunctions/templates/websiteFunctions/website.html:262 +#: websiteFunctions/templates/websiteFunctions/website.html:265 +#: websiteFunctions/templates/websiteFunctions/website.html:266 msgid "Add Domains" msgstr "添加域名" -#: websiteFunctions/templates/websiteFunctions/website.html:268 -#: websiteFunctions/templates/websiteFunctions/website.html:270 +#: websiteFunctions/templates/websiteFunctions/website.html:273 +#: websiteFunctions/templates/websiteFunctions/website.html:276 +#: websiteFunctions/templates/websiteFunctions/website.html:277 +#: websiteFunctions/templates/websiteFunctions/website.html:294 +#: websiteFunctions/templates/websiteFunctions/website.html:297 msgid "List Domains" msgstr "查看域名" -#: websiteFunctions/templates/websiteFunctions/website.html:300 -#: websiteFunctions/templates/websiteFunctions/website.html:770 -#: websiteFunctions/templates/websiteFunctions/website.html:821 +#: websiteFunctions/templates/websiteFunctions/website.html:283 +#: websiteFunctions/templates/websiteFunctions/website.html:286 +#: websiteFunctions/templates/websiteFunctions/website.html:287 +#, fuzzy +#| msgid "Domains" +msgid "Domain Alias" +msgstr "域名" + +#: websiteFunctions/templates/websiteFunctions/website.html:294 +#: websiteFunctions/templates/websiteFunctions/website.html:297 +msgid "Add new Cron Job" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:298 +msgid "Cron Jobs" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:324 +#: websiteFunctions/templates/websiteFunctions/website.html:883 +#: websiteFunctions/templates/websiteFunctions/website.html:934 msgid "Path" msgstr "路径" -#: websiteFunctions/templates/websiteFunctions/website.html:302 +#: websiteFunctions/templates/websiteFunctions/website.html:326 msgid "This path is relative to: " msgstr "此目录相对与:" -#: websiteFunctions/templates/websiteFunctions/website.html:302 +#: websiteFunctions/templates/websiteFunctions/website.html:326 msgid "Leave empty to set default." msgstr "留空则设置为默认根目录." -#: websiteFunctions/templates/websiteFunctions/website.html:343 +#: websiteFunctions/templates/websiteFunctions/website.html:374 msgid "Create Domain" msgstr "创建域名" -#: websiteFunctions/templates/websiteFunctions/website.html:386 +#: websiteFunctions/templates/websiteFunctions/website.html:416 msgid "PHP Version Changed to:" msgstr "版本管理:" -#: websiteFunctions/templates/websiteFunctions/website.html:390 +#: websiteFunctions/templates/websiteFunctions/website.html:420 msgid "Deleted:" msgstr "删除:" -#: websiteFunctions/templates/websiteFunctions/website.html:394 +#: websiteFunctions/templates/websiteFunctions/website.html:424 msgid "SSL Issued:" msgstr "已为签发证书:" -#: websiteFunctions/templates/websiteFunctions/website.html:449 -msgid "Issue" -msgstr "签发SSL证书" - -#: websiteFunctions/templates/websiteFunctions/website.html:477 +#: websiteFunctions/templates/websiteFunctions/website.html:509 msgid "Configurations" msgstr "配置" -#: websiteFunctions/templates/websiteFunctions/website.html:483 -msgid "Edit Virtual Host Main Configurations" -msgstr "编辑vHost主配置" - -#: websiteFunctions/templates/websiteFunctions/website.html:485 +#: websiteFunctions/templates/websiteFunctions/website.html:518 +#: websiteFunctions/templates/websiteFunctions/website.html:521 msgid "Edit vHost Main Configurations" msgstr "编辑vHost主配置" -#: websiteFunctions/templates/websiteFunctions/website.html:495 -#: websiteFunctions/templates/websiteFunctions/website.html:497 +#: websiteFunctions/templates/websiteFunctions/website.html:522 +msgid "vHost Conf" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:530 msgid "Add Rewrite Rules (.htaccess)" msgstr "添加Rewrite Rules (.htaccess)" -#: websiteFunctions/templates/websiteFunctions/website.html:507 +#: websiteFunctions/templates/websiteFunctions/website.html:533 +#, fuzzy +#| msgid "Add Rewrite Rules (.htaccess)" +msgid "Rewrite Rules (.htaccess)" +msgstr "添加Rewrite Rules (.htaccess)" + +#: websiteFunctions/templates/websiteFunctions/website.html:534 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Rewrite Rules" +msgstr "保存Rewrite rules" + +#: websiteFunctions/templates/websiteFunctions/website.html:542 +#: websiteFunctions/templates/websiteFunctions/website.html:545 msgid "Add Your Own SSL" msgstr "添加SSL证书" -#: websiteFunctions/templates/websiteFunctions/website.html:509 +#: websiteFunctions/templates/websiteFunctions/website.html:546 msgid "Add SSL" msgstr "添加SSL证书" -#: websiteFunctions/templates/websiteFunctions/website.html:524 +#: websiteFunctions/templates/websiteFunctions/website.html:554 +#: websiteFunctions/templates/websiteFunctions/website.html:557 +#, fuzzy +#| msgid "Select PHP Version" +msgid "Change PHP Version" +msgstr "选择PHP版本" + +#: websiteFunctions/templates/websiteFunctions/website.html:558 +#: websiteFunctions/templates/websiteFunctions/website.html:754 +#, fuzzy +#| msgid "Change" +msgid "Change PHP" +msgstr "修改" + +#: websiteFunctions/templates/websiteFunctions/website.html:570 msgid "SSL Saved" msgstr "SSL证书已保存" -#: websiteFunctions/templates/websiteFunctions/website.html:529 +#: websiteFunctions/templates/websiteFunctions/website.html:575 msgid "Could not save SSL. Error message:" msgstr "无法保存SSL证书, 错误信息:" -#: websiteFunctions/templates/websiteFunctions/website.html:579 +#: websiteFunctions/templates/websiteFunctions/website.html:624 msgid "Current configuration in the file fetched." msgstr "当前配置读取成功." -#: websiteFunctions/templates/websiteFunctions/website.html:584 -#: websiteFunctions/templates/websiteFunctions/website.html:597 +#: websiteFunctions/templates/websiteFunctions/website.html:629 +#: websiteFunctions/templates/websiteFunctions/website.html:642 msgid "Could not fetch current configuration. Error message:" msgstr "无法读取当前配置, 错误信息:" -#: websiteFunctions/templates/websiteFunctions/website.html:593 -#: websiteFunctions/templates/websiteFunctions/website.html:648 +#: websiteFunctions/templates/websiteFunctions/website.html:638 +#: websiteFunctions/templates/websiteFunctions/website.html:690 #, fuzzy #| msgid "SSH Configurations Saved." msgid "Configurations saved." msgstr "SSH设置已保存" -#: websiteFunctions/templates/websiteFunctions/website.html:634 +#: websiteFunctions/templates/websiteFunctions/website.html:676 msgid "Current rewrite rules in the file fetched." msgstr "当前Rewrite rules读取成功." -#: websiteFunctions/templates/websiteFunctions/website.html:639 +#: websiteFunctions/templates/websiteFunctions/website.html:681 msgid "Could not fetch current rewrite rules. Error message:" msgstr "无法读取当前Rewrite rules, 错误信息:" -#: websiteFunctions/templates/websiteFunctions/website.html:652 +#: websiteFunctions/templates/websiteFunctions/website.html:694 msgid "Could not save rewrite rules. Error message:" msgstr "无法保存Rewrite rules, 错误信息:" -#: websiteFunctions/templates/websiteFunctions/website.html:668 +#: websiteFunctions/templates/websiteFunctions/website.html:710 msgid "Save Rewrite Rules" msgstr "保存Rewrite rules" -#: websiteFunctions/templates/websiteFunctions/website.html:691 +#: websiteFunctions/templates/websiteFunctions/website.html:765 +#, fuzzy +#| msgid "Cannot create website. Error message:" +msgid "Failed to change PHP version. Error message:" +msgstr "无法创建网站, 错误信息:" + +#: websiteFunctions/templates/websiteFunctions/website.html:769 +#, fuzzy +#| msgid "Password successfully changed for :" +msgid "PHP successfully changed for: " +msgstr "已成功为修改密码 :" + +#: websiteFunctions/templates/websiteFunctions/website.html:795 msgid "Files" msgstr "文件" -#: websiteFunctions/templates/websiteFunctions/website.html:698 -#: websiteFunctions/templates/websiteFunctions/website.html:700 +#: websiteFunctions/templates/websiteFunctions/website.html:803 +#: websiteFunctions/templates/websiteFunctions/website.html:806 +#: websiteFunctions/templates/websiteFunctions/website.html:807 msgid "File Manager" msgstr "文件管理" -#: websiteFunctions/templates/websiteFunctions/website.html:739 +#: websiteFunctions/templates/websiteFunctions/website.html:819 +#, fuzzy +#| msgid "Create FTP Account" +msgid "Create FTP Acct" +msgstr "创建FTP用户" + +#: websiteFunctions/templates/websiteFunctions/website.html:831 +#, fuzzy +#| msgid "Delete FTP Account" +msgid "Delete FTP Acct" +msgstr "删除FTP用户" + +#: websiteFunctions/templates/websiteFunctions/website.html:848 msgid "Application Installer" msgstr "应用安装器" -#: websiteFunctions/templates/websiteFunctions/website.html:745 +#: websiteFunctions/templates/websiteFunctions/website.html:857 +#: websiteFunctions/templates/websiteFunctions/website.html:860 msgid "Install wordpress with LSCache" msgstr "安装Wordpress和LS Cache" -#: websiteFunctions/templates/websiteFunctions/website.html:747 +#: websiteFunctions/templates/websiteFunctions/website.html:861 msgid "Wordpress with LSCache" msgstr "Wordpress和LS Cache" -#: websiteFunctions/templates/websiteFunctions/website.html:756 +#: websiteFunctions/templates/websiteFunctions/website.html:869 +#: websiteFunctions/templates/websiteFunctions/website.html:872 #, fuzzy #| msgid "Install wordpress with LSCache" msgid "Install Joomla with(?) LSCache" msgstr "安装Wordpress和LS Cache" -#: websiteFunctions/templates/websiteFunctions/website.html:758 +#: websiteFunctions/templates/websiteFunctions/website.html:873 msgid "Joomla" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:792 -#: websiteFunctions/templates/websiteFunctions/website.html:871 +#: websiteFunctions/templates/websiteFunctions/website.html:905 +#: websiteFunctions/templates/websiteFunctions/website.html:984 msgid "Installation failed. Error message:" msgstr "安装失败, 错误信息:" -#: websiteFunctions/templates/websiteFunctions/website.html:796 -#: websiteFunctions/templates/websiteFunctions/website.html:875 +#: websiteFunctions/templates/websiteFunctions/website.html:909 +#: websiteFunctions/templates/websiteFunctions/website.html:988 msgid "Installation successful. To complete the setup visit:" msgstr "安装成功, 请访问网站以完成设置:" -#: websiteFunctions/templates/websiteFunctions/website.html:828 +#: websiteFunctions/templates/websiteFunctions/website.html:941 msgid "Site name" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:835 +#: websiteFunctions/templates/websiteFunctions/website.html:948 #, fuzzy #| msgid "Username" msgid "Admin Username" msgstr "用户名" -#: websiteFunctions/templates/websiteFunctions/website.html:842 +#: websiteFunctions/templates/websiteFunctions/website.html:955 #, fuzzy #| msgid "Password" msgid "Admin Password" msgstr "密码" -#: websiteFunctions/templates/websiteFunctions/website.html:849 +#: websiteFunctions/templates/websiteFunctions/website.html:962 #, fuzzy #| msgid "Database Name" msgid "Database prefix" msgstr "数据库名字" +#~ msgid "Daily" +#~ msgstr "每日" + +#~ msgid "Weekly" +#~ msgstr "每周" + +#~ msgid "HTTP Statistics" +#~ msgstr "HTTP统计" + +#~ msgid "Available/Max Connections" +#~ msgstr "可用/最大连接数" + +#~ msgid "Available/Max SSL Connections" +#~ msgstr "可用/最大SSL连接数" + +#~ msgid "Requests Processing" +#~ msgstr "当前请求数" + +#~ msgid "Total Requests" +#~ msgstr "总请求数" + +#~ msgid "IPV6" +#~ msgstr "IPv6" + +#~ msgid "Admin" +#~ msgstr "Admin" + +#~ msgid "Normal User" +#~ msgstr "普通用户" + +#~ msgid "Edit Virtual Host Main Configurations" +#~ msgstr "编辑vHost主配置" + #~ msgid "Configuration saved. Restart LiteSpeed put them in effect." #~ msgstr "配置已保存, 重启LiteSpeed以生效." diff --git a/locale/es/LC_MESSAGES/django.mo b/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8e60b28bc512dbe4deb0819547bbae4c03edb5b5 GIT binary patch literal 13385 zcmb7}3z!{6mB-tNAQ6Iq3af$zC`lwUnFInjJY+I6Nk%fsFpmTfU3>2Bxznca?Q8eF zGnt^`BCx3J0t>E!xEdd;D5${dt`A^$gNrLZ)+Z{cDEL;CPyJlwTfhDNtE&6nnaDow zmovYr>gwvMQ>RXys(j~&1Ku3)dklFl@}7f&;M^w#!J5NV8U*J*BM1(M7r+&87d#a1 zfrr2=;gjK;pXtB9s}?6zpxXH$RDVAO_5M9j`ueiZe-BC@zl5j4$KmmC{ZZ%| zPC?bb6sp~8J@-P5?>304g1eyl`xPj?eFtiO9)o)C$w#|(j)eN&@jl-R_53WT_eVX? zhnl|%lwN93-+2{O`&U4X=LY}$eeeMCw?XOQV^Hnh3DwWfL%shksP}&fHLhh$miluz zRQ?#BU*mbY=MdC;V^I36K=o^v&$pra{~FILq1w9+s{MCC_2WbESole(`TrJFe;@Mv z5kzIdqfp;D5Tj8$E1<@643u7apvJ!rs@)eujeo1pp9j^ymqUGL7Rr7bQ18t{_4jh9 zde`{;jZoixFI0QCLe1mtP~W)+E`wk4{3=vC_d~t+eJH#9Dck^8JjZ=+2p97Ge^? zRd5Y_KU6=z2JQNTdjBC`{v)V%e-72o<4}I%VB_?2ER=no2=)AQsP;C&UU)A2DBJ@z zzP{sJ`!9m3cMjD24MXW|3~Ia=LbY3m>enUkWO%vHe;i7$cSH5>b5QR;0QH?8K)v^< z=Wn3e{R7l{hvL+6DZ#U$=J^z;_s)cx?_sF#PeHA>nty&V)b}ofYz@J6Q2PG>-1#Kd zBh+_RJm1wj&a=<+#Zced2KAjCP0GG(yaMts$oZpoZt%Pv(&gYjsPR4uHUHXF#e<;wy8=oN&w?8N z3!&!iMNs`6f+xUNz#e!RTm^53djA2a_aBDR+wb60;EI(l{|qR7oCGxwXF$!<5Y)V% z2W799d)^K;j_*SC=Rcv^KZuV?Z_n{u38mMQJ%>D}pw+u)%kxsGeq009?mMCS@nNX( zehO-x-wW0M`=IK532I&*g3|vVpxS@tYFFb()q^P&1*gX-_ao>xK5 z-`khFq^9FKykZ=k;0 z2baUsp!&HHs$Y}-`GrvW3Zcf=hRfg;o^OEC*Huv8xe;m|y&IkdKMnQ0Cu3AkgGWNu zdmhwxR{4A{RKHJy`rbCrX{dh9L4E&9Uw#8rySGB=>rSZlz77w75Blfdg9np;3?2d> zhid<+J+9s7diFwhmE~JF~DKW^g;a6{_9;f``K8y>5PvhU)iop~`!q z^n51NJa2~b8{47gsS2f+c_=--4r&}%`SNR_`gJ2zJ9~ZkEl~aXDAc;R+vmRtRqtV_ zaXsqu%htN`L!tU{G&~F%sCN3G_T7G8zSHMxQ0-j?HLk0n>~JsC_}>fF-tF)(_z9?b zpM{#&2cg>iHCzp!-sis84>kTF$QB&zgzE1c)cbFQdjBS<`1B6{{65GLCHO9s-hKvG~JE8iy%QJ`4>%~y>eJMN)UI|tItx(^+1xi2nz{BAep!)p~ z)O){%E8*|q`S7^)&hPAjdhZQT^LZWA_umTD-*-a!^;^FIF?DEqqt%HFPr>d(zk^LYo9e(&=98kAmt4pnd2DbB7A zfvR^RRKL%HY{S7T5&bSe?n71~DRLe1eMGu^4Bw!!zaZ+{zab;YKO>(&9z*63{Wc>EA@~Pn`27fpkY6D`MV9`)(N&=NnD=?< zQhsabqJOXM0PLu6O4 zNA5u0j|?MkLpCAB4|fvmMm~*YgWPUY&YqRL z+vf}X2Z_Hy9`pqt_PiYa47nIN2YDXyUgS8$AU7fZj_CIt z;98&lAv_P+fcz73E^;k$H1cX>7qSysh7`ZAlK9sm<9Vj%qwqt>p+0}A=kf4WKK(NI za-Ti~zRss>@MffeG?8PFk0Sa#6L~H2QslG9YY_cDiG0weg5a-U?9*4n37;N>E0B*M z_ac9fT!?i4-cDu)S>IK71nD;+2O&8!i(HE6_ip5GksFoa_bKFS$N=&N&T0I{(M;VY2gRR3y?1&CnEodd=q&Eau;#}qTiSFXO-zQXPK!+ z64&EaR5h!Efl4LHbF(v=u7`1=Y}#(L%+_cw>f|ODno%%NtxC*Ll(*tW*oxDJ&7T`B zSdK@PG^^%5J)iLbGu}?3+^p)IZH4wbe2*3;Cbn8$khU|keZEl?tR0Gyh_{w}p(yV9 zz}nHY8qX}4v9Pi$tVR0hT-c~Y^e{=%d9m3{;)?C18ENFLFiD~;7?@*_;dBz2P3=ZS zL&$@Tv|-xKf@Vuvk4%plT$qlsv9N&}d<`?fkje}i%e(VoqiQl#lV*|8gS?ljjp}?{ zZOxjgoL-X8<4Ulx9Vb=(Cbck&!$vSTHf6S^Vbu)GMVYFpV4@Ya+PO`-cLz1R#HcIu zm0TljnGj`GJJZo?hO;cqOr05}q5ke_d1W@LG8<1+r|MKc??$y|NlV5AgR@~nowGpk zc|Ol{laEl}VA^OzR-Y8ajVPyLlIGGxHJT2yfC@8lt)1BkVO(W>(@K?VWocrDwoQ<3 zCsm`tRa_k^m^{kRO|KbCqL4~tD3i)G53*N&Ob z(Wud;(2cHZt&~OTX;~pximWvu4^vbv@=iB?g)i2PFGM$`LVQs%T%WbW_32``K5M51 z$5F}Rrgcr-PNXYsa6l2~oS~?NE1>6bhT*2!0;yb{LEL2~nqkE!-TJeoHfdI_T^S6e zOm)LpH4IndmT6|`Ow8LhGq)wpTV_->mKeU%g8iEZ!wvgE2ebLYkuj>*o7lFUxZy@E ziSyZD$)aAIHGxb@s_S?(<;n%RNxjk^`qN;oWG-WSuHu|LYXSdQCaeoojzPG3S@f!Q z)Tk^3o7zc&j-#j%Y)dz`Nvv&QH%UBh1Yb z-?O+*-nJXbOgrf{lPON3-n4s0YZhk{wc1TH7vp~Wd223A;;L~PAIbB!>&i>QCQh9- zt9@&0SPXG%OscTiJh0g=gY+fd=#*o4%IBAZBq#wrr0(LPngRcCut>2W@X}RHd$0p@s!SOnN=e* z_T5=|VYVj}guh(f`vk2=Ep}eLkQE>3-p_E$t0tI))x4c7m~HJkTXG(3XD^tGqxoQL z%a~;88dH&1ILXlq2C8+GSGW>SQ#gPkZx!J)Iko-%HWs#KgRzuYVgY0=`=?!N%Yw$T zXf96KrpK~4CElTiGX{gblWe7xGzrGTy5IlDqv@25O=gkHc7k!Yk--E*06Ch#?-Ysh zJsVc2*oGIyu2kfUsa=v^ydKBf4QqoF6I%?X&-k@&s)2$r#7r<_Gx6F!!3zO<7q`c*#n1&cc}5mnk&Srhc2(kiXdXUj(1(=OK?_!@3S`^=`&HTeSK zNqn5o*ahIzg_b7V2J1lN#ZvQWzifTZo6v-_(PAiF{oy@kk_C{k`&G3tY(P@f3=@Kc z>Vk=O<64LYC*nP*wiRMS#fMsHlXTj&CSl!4Fj4w9EPipWoUu06(_pR~*G@I^qGTa& zMRntwpVX?JEMg?PoTnqx&Rt)NZra5+@4~+PiK}Pc_7+uNQ?A;4)<##fUyIPcRme=1 z*1N*!vaYW|Y=X|xWQ}3_oR5=)rQec4uoV?`bJK2Aqs*L{6CgHfXRn=QvspWBgWxmQ z`oi9TsfvuefuA#bUYTn2cnt+pSbnY}Krq#;Dz2M}8|32*7f!+ACHmOjcY06XhMsk&n02T0Z&-g)--fGiQo|EUjjo zN1{D7JvgVPz`d7X;%r)J)Y@#bJ(E#br<+B--$eQH(UH;N#e>r%FiSl$xqj1P$*pZB zY}RL(%50bsk(@O(xvA&$mu#H;3Iej{AEkD0!vs*ao_*fb#rd;3K z*L&)6e`p`EXZEm~=EbQ!El=%}aWiH0m_dTHRv0YF4(z)vti~LE9r66KpR~+xP2}{8 zr{hr#f0cC}SHk*q%vTqk;(b&0B=6I$wu0bhOi&hOt$2phcQv)aif?-Du!hhGv!y-g zJXrd1ch0A!jDVI9l#Nqo_{JWZ4#uJk%Zy36Xp*u_S{Se={|e?p?d?sMFa+?;v=I~G z=fNP|3{`a^;!GM>*?addG9!(ccNg6R$X+uR-u|yY;e-9^ngyecI^-~{uHn715M`xi zsud@(9hto-NP}T&F*Rr|~@tkx=>diFQ+}mdLoXZ5PWhR_c>={;C?T`@9ewYgdjI_5@K%>wA zZXwfV#Ki`isa+Js!2W-gmsn9}UfctYvZ1>Ru||b4M6y*}WXgDLnG1pTPdf)-h?#xG z{R*`8u<;N=`x;X@!-~4}KlzMkhv{U~D0is=tGB?x8pM8g4BRB_`vf&OBc*11 z-`=LyYq=;HRxv#GWrnvctxt1-MmZ)>JaQv1a<1a02>%)s9;Hkyd8c^pPk~RA?b1?N zrO-rKP$;S_=;)&?($od`SKUI$AeFYh*3&pwSWVpp1b33mXqYv*j8IkVFrLG9hx4X< zgNYh)Ta|SG0$c2ty1kI-D2}TMq8r{}3t_?3V^eY4f-m?}mlL+H&Zz8PysYnv=l-`7 zBiv5xyO~Q2T{-r9xZ8+wdaWHQN^uL^+T}o2nT_Y@-tK0SW~I+|rCkPqbMiI)8(kL_ z&NG|x;=&C+;4Gk_R^pKJ8yjI_-H5#)2!jFjf}KJ>-DAnQghP=0sKS4YGz&PyacN;M zh$?bKMpqa%j%13qhQ`H|)``nc&ggs0tUJ%^0zx6Dd+e_%!fJ@$32|V>y#?N6aYOd@ zf~#9Q4cvno;zBJMx2a`zKjjJ|ZAkZi=Wa%ct)oi|>l=%u;ucO>+-2rvnKfd2|F8YU zuF~?_!f!xbrxSaZV7KE=CG3}*Z1yxodCs1@^IFT+MmR|(L?QOTwe%eh&`eu1OggSX zp@p3JZo7}0`o6up<2p0g=|ZtWJ0-;u?UZ!Zs2hB+ZEASOcJF35lGWO=_A##F2=7o{ zbKhQhf4Tf@-(GH)v$U3lb;ieayxaJ5ji?M9diQ&^%^9p}n(c^cY+~-(+s<=)8r3;d zYRU+h`ZAR0YyuN0J1KV^QHDRTQ2f(SC7h(EYgBx4O&R z{?J|0<#4-;>25Q|<`hlGWTnr@Gl-~?O*TZSDt-lD7%7Cmu^ ze`2p-@MHGwLgx+=UD10GBqSN8}q%2>Lrpv^+JFgAGW bJh#^`kyi_<=sf9M$>`1UN~Vl82r~a0#`fv3 literal 0 HcmV?d00001 diff --git a/locale/es/LC_MESSAGES/django.po b/locale/es/LC_MESSAGES/django.po new file mode 100644 index 000000000..420e69905 --- /dev/null +++ b/locale/es/LC_MESSAGES/django.po @@ -0,0 +1,4003 @@ +# CyberPanel Spanish. +# Copyright (C) 2018 +# This file is distributed under the same license as the PACKAGE package. +# Francisco Galan , 2118. +# +#: baseTemplate/templates/baseTemplate/index.html:176 +#: baseTemplate/templates/baseTemplate/index.html:222 +#: baseTemplate/templates/baseTemplate/index.html:228 +#: baseTemplate/templates/baseTemplate/index.html:234 +#: baseTemplate/templates/baseTemplate/index.html:240 +#: baseTemplate/templates/baseTemplate/index.html:246 +#: baseTemplate/templates/baseTemplate/index.html:252 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:198 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:288 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:343 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:349 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:355 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:361 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:367 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:373 +msgid "" +msgstr "" +"Project-Id-Version: 1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-05-14 14:52+0500\n" +"PO-Revision-Date: 2018-03-05 13:54+0000\n" +"Last-Translator: FFrancisco Galan \n" +"Language-Team: \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.0.6\n" + +#: CyberCP/settings.py:167 +msgid "English" +msgstr "Inglés" + +#: CyberCP/settings.py:168 +msgid "Chinese" +msgstr "Chino" + +#: CyberCP/settings.py:169 +msgid "Bulgarian" +msgstr "Bulgaro" + +#: CyberCP/settings.py:170 +msgid "Portuguese" +msgstr "Portugués" + +#: CyberCP/settings.py:171 +msgid "Japanese" +msgstr "Japonés" + +#: CyberCP/settings.py:172 +msgid "Bosnian" +msgstr "" + +#: CyberCP/settings.py:173 +msgid "Greek" +msgstr "" + +#: CyberCP/settings.py:174 +msgid "Russian" +msgstr "" + +#: CyberCP/settings.py:175 +msgid "Turkish" +msgstr "" + +#: CyberCP/settings.py:176 +msgid "Spanish" +msgstr "" + +#: backup/templates/backup/backup.html:4 backup/templates/backup/backup.html:14 +#: backup/templates/backup/backup.html:21 +msgid "Back up Website" +msgstr "Crear Copia de Seguridad" + +#: backup/templates/backup/backup.html:15 +msgid "This page can be used to Back up your websites" +msgstr "No se puede crear la Copia de Seguridad" + +#: backup/templates/backup/backup.html:30 +#: databases/templates/databases/createDatabase.html:28 +#: databases/templates/databases/deleteDatabase.html:28 +#: ftp/templates/ftp/createFTPAccount.html:28 +#: mailServer/templates/mailServer/changeEmailPassword.html:28 +#: mailServer/templates/mailServer/createEmailAccount.html:28 +#: mailServer/templates/mailServer/deleteEmailAccount.html:28 +#: mailServer/templates/mailServer/dkimManager.html:83 +#: manageSSL/templates/manageSSL/manageSSL.html:29 +#: manageSSL/templates/manageSSL/sslForHostName.html:29 +#: manageSSL/templates/manageSSL/sslForMailServer.html:29 +#: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:28 +#: websiteFunctions/templates/websiteFunctions/listCron.html:28 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:28 +#: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:29 +msgid "Select Website" +msgstr "Seleccionar Sitio Web" + +#: backup/templates/backup/backup.html:41 +#: backup/templates/backup/backupSchedule.html:90 +msgid "Destination" +msgstr "Destino" + +#: backup/templates/backup/backup.html:44 +#: baseTemplate/templates/baseTemplate/homePage.html:12 +#: filemanager/templates/filemanager/index.html:136 +msgid "Home" +msgstr "Inicio" + +#: backup/templates/backup/backup.html:60 +#: backup/templates/backup/restore.html:62 +#: filemanager/templates/filemanager/index.html:160 +msgid "File Name" +msgstr "Nombre del archivo" + +#: backup/templates/backup/backup.html:61 +#: backup/templates/backup/backup.html:106 +#: backup/templates/backup/restore.html:63 +#: baseTemplate/templates/baseTemplate/index.html:256 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:377 +#: filemanager/templates/filemanager/index.html:215 +#: firewall/templates/firewall/firewall.html:36 +#: firewall/templates/firewall/modSecurityRulesPacks.html:112 +#: managePHP/templates/managePHP/installExtensions.html:66 +msgid "Status" +msgstr "Estado" + +#: backup/templates/backup/backup.html:66 +msgid "Running" +msgstr "En Proceso" + +#: backup/templates/backup/backup.html:81 +#: baseTemplate/templates/baseTemplate/index.html:432 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:552 +msgid "Create Back up" +msgstr "Crear Copia de seguridad" + +#: backup/templates/backup/backup.html:88 +msgid "Cancel Backup" +msgstr "Cancelar Copia de seguridad" + +#: backup/templates/backup/backup.html:102 +#: backup/templates/backup/backupDestinations.html:97 +#: backup/templates/backup/backupSchedule.html:89 +#: databases/templates/databases/listDataBases.html:87 +#: dns/templates/dns/addDeleteDNSRecords.html:294 +#: firewall/templates/firewall/firewall.html:135 +#: firewall/templates/firewall/modSecurityRulesPacks.html:109 +#: ftp/templates/ftp/listFTPAccounts.html:87 +#: managePHP/templates/managePHP/installExtensions.html:62 +msgid "ID" +msgstr "ID" + +#: backup/templates/backup/backup.html:103 +msgid "File" +msgstr "Archivo" + +#: backup/templates/backup/backup.html:104 +msgid "Date" +msgstr "Fecha" + +#: backup/templates/backup/backup.html:105 +#: filemanager/templates/filemanager/index.html:213 +#: ftp/templates/ftp/listFTPAccounts.html:90 +msgid "Size" +msgstr "Tamaño" + +#: backup/templates/backup/backup.html:107 +#: backup/templates/backup/backupDestinations.html:100 +#: backup/templates/backup/backupSchedule.html:92 +#: dns/templates/dns/addDeleteDNSRecords.html:300 +#: filemanager/templates/filemanager/index.html:72 +#: firewall/templates/firewall/firewall.html:140 +#: firewall/templates/firewall/secureSSH.html:122 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:40 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:55 +#: websiteFunctions/templates/websiteFunctions/listCron.html:65 +#: websiteFunctions/templates/websiteFunctions/website.html:481 +msgid "Delete" +msgstr "Eliminar" + +#: backup/templates/backup/backup.html:131 +msgid "Cannot delete website, Error message: " +msgstr "Fallo al eliminar el sitio web. Error: " + +#: backup/templates/backup/backup.html:135 +msgid "Successfully Deleted" +msgstr "Eliminado Correctamente" + +#: backup/templates/backup/backupDestinations.html:3 +#: backup/templates/backup/backupDestinations.html:14 +msgid "Set up Back up Destinations" +msgstr "Ubicación para la Copia de seguridad" + +#: backup/templates/backup/backupDestinations.html:15 +msgid "On this page you can set up your Back up destinations. (SFTP)" +msgstr "" +"En esta página usted puede configurar la ubicación para la Copia de seguridad" + +#: backup/templates/backup/backupDestinations.html:21 +msgid "Set up Back up Destinations (SSH port should be 22 on backup server)" +msgstr "" + +#: backup/templates/backup/backupDestinations.html:30 +#: backup/templates/backup/remoteBackups.html:29 +#: dns/templates/dns/addDeleteDNSRecords.html:67 +#: dns/templates/dns/createNameServer.html:48 +#: dns/templates/dns/createNameServer.html:65 +#: firewall/templates/firewall/firewall.html:138 +msgid "IP Address" +msgstr "Dirección IP" + +#: backup/templates/backup/backupDestinations.html:38 +#: backup/templates/backup/remoteBackups.html:37 +#: databases/templates/databases/createDatabase.html:58 +#: databases/templates/databases/listDataBases.html:90 +#: ftp/templates/ftp/listFTPAccounts.html:91 +#: mailServer/templates/mailServer/changeEmailPassword.html:52 +#: mailServer/templates/mailServer/createEmailAccount.html:51 +#: userManagment/templates/userManagment/createUser.html:113 +#: userManagment/templates/userManagment/modifyUser.html:98 +msgid "Password" +msgstr "Contraseña" + +#: backup/templates/backup/backupDestinations.html:45 +#: firewall/templates/firewall/firewall.html:139 +msgid "Port" +msgstr "Puerto" + +#: backup/templates/backup/backupDestinations.html:47 +msgid "Backup server SSH Port, leave empty for 22." +msgstr "" + +#: backup/templates/backup/backupDestinations.html:55 +#: backup/templates/backup/backupSchedule.html:54 +#: baseTemplate/templates/baseTemplate/index.html:434 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:554 +msgid "Add Destination" +msgstr "Añadir Destino" + +#: backup/templates/backup/backupDestinations.html:69 +#: backup/templates/backup/backupDestinations.html:73 +msgid "Connection to" +msgstr "Conectar" + +#: backup/templates/backup/backupDestinations.html:69 +#, fuzzy +#| msgid "failed. Please delete and re-add." +msgid "failed. Please delete and re-add. " +msgstr "error. Por favour elimine y vuelva a añadir." + +#: backup/templates/backup/backupDestinations.html:73 +msgid "successful." +msgstr "completado." + +#: backup/templates/backup/backupDestinations.html:77 +msgid "Cannot add destination. Error message:" +msgstr "Error al añadir el destino. Error:" + +#: backup/templates/backup/backupDestinations.html:81 +msgid "Destination Added." +msgstr "Destino Añadido." + +#: backup/templates/backup/backupDestinations.html:85 +#: backup/templates/backup/backupSchedule.html:77 +#: backup/templates/backup/restore.html:95 +#: databases/templates/databases/createDatabase.html:88 +#: databases/templates/databases/deleteDatabase.html:73 +#: dns/templates/dns/addDeleteDNSRecords.html:352 +#: dns/templates/dns/createDNSZone.html:60 +#: dns/templates/dns/createNameServer.html:100 +#: dns/templates/dns/deleteDNSZone.html:67 +#: mailServer/templates/mailServer/changeEmailPassword.html:80 +#: mailServer/templates/mailServer/createEmailAccount.html:79 +#: mailServer/templates/mailServer/deleteEmailAccount.html:79 +#: mailServer/templates/mailServer/dkimManager.html:156 +#: manageSSL/templates/manageSSL/manageSSL.html:60 +#: userManagment/templates/userManagment/createUser.html:152 +#: userManagment/templates/userManagment/modifyUser.html:130 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:126 +#: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:77 +#: websiteFunctions/templates/websiteFunctions/website.html:160 +#: websiteFunctions/templates/websiteFunctions/website.html:393 +#: websiteFunctions/templates/websiteFunctions/website.html:434 +#: websiteFunctions/templates/websiteFunctions/website.html:580 +#: websiteFunctions/templates/websiteFunctions/website.html:634 +#: websiteFunctions/templates/websiteFunctions/website.html:686 +#: websiteFunctions/templates/websiteFunctions/website.html:773 +#: websiteFunctions/templates/websiteFunctions/website.html:915 +#: websiteFunctions/templates/websiteFunctions/website.html:994 +msgid "Could not connect to server. Please refresh this page." +msgstr "Imposible conectar. Por favour actualice la pagina." + +#: backup/templates/backup/backupDestinations.html:98 +msgid "IP" +msgstr "IP" + +#: backup/templates/backup/backupDestinations.html:99 +#: backup/templates/backup/backupDestinations.html:107 +msgid "Check Connection" +msgstr "Compruebe la conexión" + +#: backup/templates/backup/backupSchedule.html:3 +msgid "Schedule Back up - CyberPanel" +msgstr "Programar Copia de Seguridad - CyberPanel" + +#: backup/templates/backup/backupSchedule.html:13 +#: backup/templates/backup/backupSchedule.html:20 +#: baseTemplate/templates/baseTemplate/index.html:435 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:555 +msgid "Schedule Back up" +msgstr "Programar Copia de Seguridad" + +#: backup/templates/backup/backupSchedule.html:14 +msgid "" +"On this page you can schedule Back ups to localhost or remote server (If you " +"have added one)." +msgstr "En esta página podrás programar tus Copias de Seguridad." + +#: backup/templates/backup/backupSchedule.html:29 +msgid "Select Destination" +msgstr "Seleccionar Destino" + +#: backup/templates/backup/backupSchedule.html:40 +msgid "Select Frequency" +msgstr "Seleccionar Frecuencia" + +#: backup/templates/backup/backupSchedule.html:69 +msgid "Cannot add schedule. Error message:" +msgstr "No se ha podido añadir correctamente. Error:" + +#: backup/templates/backup/backupSchedule.html:73 +msgid "Schedule Added" +msgstr "Añadido Correctamente" + +#: backup/templates/backup/backupSchedule.html:91 +msgid "Frequency" +msgstr "Frecuencia" + +#: backup/templates/backup/index.html:3 +msgid "Back up Home - CyberPanel" +msgstr "Copia de Seguridad Inicio- CyberPanel" + +#: backup/templates/backup/index.html:13 backup/templates/backup/index.html:29 +#: backup/templates/backup/index.html:45 +#: baseTemplate/templates/baseTemplate/homePage.html:204 +#: baseTemplate/templates/baseTemplate/homePage.html:207 +#: baseTemplate/templates/baseTemplate/homePage.html:399 +#: baseTemplate/templates/baseTemplate/homePage.html:402 +#: baseTemplate/templates/baseTemplate/index.html:425 +#: baseTemplate/templates/baseTemplate/index.html:427 +#: baseTemplate/templates/baseTemplate/index.html:444 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:545 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:547 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:564 +msgid "Back up" +msgstr "Copia de Seguridad" + +#: backup/templates/backup/index.html:14 +msgid "Back up and restore sites." +msgstr "Copia de Seguridad y Restauracion." + +#: backup/templates/backup/index.html:19 +#: baseTemplate/templates/baseTemplate/homePage.html:100 +#: databases/templates/databases/index.html:19 dns/templates/dns/index.html:19 +#: firewall/templates/firewall/index.html:19 ftp/templates/ftp/index.html:19 +#: mailServer/templates/mailServer/index.html:19 +#: managePHP/templates/managePHP/index.html:18 +#: manageSSL/templates/manageSSL/index.html:20 +#: packages/templates/packages/index.html:19 +#: serverLogs/templates/serverLogs/index.html:19 +#: serverStatus/templates/serverStatus/index.html:19 +#: tuning/templates/tuning/index.html:18 +#: userManagment/templates/userManagment/index.html:20 +#: websiteFunctions/templates/websiteFunctions/index.html:22 +msgid "Available Functions" +msgstr "Opciones Disponibles" + +#: backup/templates/backup/index.html:27 backup/templates/backup/index.html:43 +msgid "Back up Site" +msgstr "Crear Copia de Seguridad" + +#: backup/templates/backup/index.html:55 +#: baseTemplate/templates/baseTemplate/index.html:433 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:553 +msgid "Restore Back up" +msgstr "Restaurar Copia de Seguridad" + +#: backup/templates/backup/index.html:57 +#: backup/templates/backup/restore.html:45 +msgid "Restore" +msgstr "Restaurar" + +#: backup/templates/backup/remoteBackups.html:3 +msgid "Transfer Websites from Remote Server - CyberPanel" +msgstr "" + +#: backup/templates/backup/remoteBackups.html:14 +#: backup/templates/backup/remoteBackups.html:21 +#, fuzzy +#| msgid "Restore Back up" +msgid "Remote Backups" +msgstr "Restaurar Copia de Seguridad" + +#: backup/templates/backup/remoteBackups.html:15 +msgid "This feature can import website(s) from remote server" +msgstr "" + +#: backup/templates/backup/remoteBackups.html:46 +#, fuzzy +#| msgid "Select Account" +msgid "Fetch Accounts" +msgstr "Seleccionar Cuenta" + +#: backup/templates/backup/remoteBackups.html:55 +msgid "Start Transfer" +msgstr "" + +#: backup/templates/backup/remoteBackups.html:59 +#: filemanager/templates/filemanager/index.html:239 +#: websiteFunctions/templates/websiteFunctions/website.html:319 +#: websiteFunctions/templates/websiteFunctions/website.html:743 +#, fuzzy +#| msgid "Cancel Backup" +msgid "Cancel" +msgstr "Cancelar Copia de seguridad" + +#: backup/templates/backup/remoteBackups.html:72 +#, fuzzy +#| msgid "Could not connect to server. Please refresh this page." +msgid "Could not connect, please refresh this page." +msgstr "Imposible conectar. Por favour actualice la pagina." + +#: backup/templates/backup/remoteBackups.html:76 +msgid "Accounts Successfully Fetched from remote server." +msgstr "" + +#: backup/templates/backup/remoteBackups.html:80 +msgid "Backup Process successfully started." +msgstr "" + +#: backup/templates/backup/remoteBackups.html:84 +#, fuzzy +#| msgid "Successfully Deleted" +msgid "Backup successfully cancelled." +msgstr "Eliminado Correctamente" + +#: backup/templates/backup/remoteBackups.html:96 +#, fuzzy +#| msgid "Select Account" +msgid "Search Accounts.." +msgstr "Seleccionar Cuenta" + +#: backup/templates/backup/remoteBackups.html:107 +#: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:65 +msgid "Website" +msgstr "Sitio web" + +#: backup/templates/backup/remoteBackups.html:108 +#: baseTemplate/templates/baseTemplate/homePage.html:269 +#: baseTemplate/templates/baseTemplate/index.html:499 +#: baseTemplate/templates/baseTemplate/index.html:501 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:618 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:620 +#: managePHP/templates/managePHP/installExtensions.html:63 +msgid "PHP" +msgstr "PHP" + +#: backup/templates/backup/remoteBackups.html:109 +#: packages/templates/packages/createPackage.html:99 +#: packages/templates/packages/deletePackage.html:63 +#: packages/templates/packages/modifyPackage.html:112 +msgid "Package" +msgstr "Paquete" + +#: backup/templates/backup/remoteBackups.html:110 +#: baseTemplate/templates/baseTemplate/index.html:384 +#: baseTemplate/templates/baseTemplate/index.html:386 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:505 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:507 +#: userManagment/templates/userManagment/createUser.html:47 +#: userManagment/templates/userManagment/modifyUser.html:54 +#: userManagment/templates/userManagment/userProfile.html:50 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:60 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:67 +msgid "Email" +msgstr "Email" + +#: backup/templates/backup/restore.html:3 +msgid "Restore Website - CyberPanel" +msgstr "Restaurar Sitio - CyberPanel" + +#: backup/templates/backup/restore.html:14 +#: backup/templates/backup/restore.html:21 +msgid "Restore Website" +msgstr "Restaurar Sitio" + +#: backup/templates/backup/restore.html:15 +msgid "" +"This page can be used to restore your websites, Back up should be generated " +"from CyberPanel Back up generation tool, it will detect all Back ups under " +"/home/backup." +msgstr "" +"En esta pagina puedes restaurar tu Sitio Web. Cyber Panel /home/" +"backup." + +#: backup/templates/backup/restore.html:30 +msgid "Select Back up" +msgstr "Seleccionar Copia de Seguridad" + +#: backup/templates/backup/restore.html:61 +#, fuzzy +#| msgid "Configurations" +msgid "Condition" +msgstr "Configuraciones" + +#: backup/templates/backup/restore.html:86 +#: databases/templates/databases/deleteDatabase.html:64 +#: databases/templates/databases/listDataBases.html:54 +#: firewall/templates/firewall/firewall.html:166 +#: managePHP/templates/managePHP/editPHPConfig.html:221 +msgid "Error message:" +msgstr "Error:" + +#: backup/templates/backup/restore.html:90 +msgid "Site related to this Back up already exists." +msgstr "El sitio ya existe." + +#: baseTemplate/templates/baseTemplate/homePage.html:3 +msgid "Home - CyberPanel" +msgstr "Inicio - CyberPanel" + +#: baseTemplate/templates/baseTemplate/homePage.html:13 +msgid "Use the tabs to navigate through the control panel." +msgstr "Use las pestañas para moverse por el panel." + +#: baseTemplate/templates/baseTemplate/homePage.html:23 +#: websiteFunctions/templates/websiteFunctions/website.html:37 +msgid "Usage" +msgstr "En Uso" + +#: baseTemplate/templates/baseTemplate/homePage.html:34 +#: baseTemplate/templates/baseTemplate/index.html:96 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:208 +msgid "CPU Usage" +msgstr "CPU En Uso" + +#: baseTemplate/templates/baseTemplate/homePage.html:55 +#: baseTemplate/templates/baseTemplate/index.html:107 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:219 +msgid "Ram Usage" +msgstr "RAM En Uso" + +#: baseTemplate/templates/baseTemplate/homePage.html:74 +msgid "Disk Usage '/'" +msgstr "Disco En Uso '/'" + +#: baseTemplate/templates/baseTemplate/homePage.html:111 +#: baseTemplate/templates/baseTemplate/homePage.html:325 +#: userManagment/templates/userManagment/index.html:13 +msgid "User Functions" +msgstr "Opciones de Usuario" + +#: baseTemplate/templates/baseTemplate/homePage.html:114 +#: baseTemplate/templates/baseTemplate/homePage.html:328 +#: baseTemplate/templates/baseTemplate/index.html:296 +#: baseTemplate/templates/baseTemplate/index.html:297 +#: baseTemplate/templates/baseTemplate/index.html:298 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:417 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:418 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:419 +msgid "Users" +msgstr "Usuarios" + +#: baseTemplate/templates/baseTemplate/homePage.html:124 +#: baseTemplate/templates/baseTemplate/homePage.html:338 +#: websiteFunctions/templates/websiteFunctions/index.html:13 +msgid "Website Functions" +msgstr "Opciones del Sitio Web" + +#: baseTemplate/templates/baseTemplate/homePage.html:127 +#: baseTemplate/templates/baseTemplate/homePage.html:341 +#: baseTemplate/templates/baseTemplate/index.html:226 +#: baseTemplate/templates/baseTemplate/index.html:314 +#: baseTemplate/templates/baseTemplate/index.html:315 +#: baseTemplate/templates/baseTemplate/index.html:316 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:347 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:435 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:436 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:437 +#: websiteFunctions/templates/websiteFunctions/listWebsites.html:21 +msgid "Websites" +msgstr "Sitio Web" + +#: baseTemplate/templates/baseTemplate/homePage.html:137 +msgid "Add/Modify Packages" +msgstr "Añadir/Modificar Paquetes" + +#: baseTemplate/templates/baseTemplate/homePage.html:140 +#: baseTemplate/templates/baseTemplate/index.html:232 +#: baseTemplate/templates/baseTemplate/index.html:331 +#: baseTemplate/templates/baseTemplate/index.html:333 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:353 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:452 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:454 +#: packages/templates/packages/index.html:13 +msgid "Packages" +msgstr "Paquetes" + +#: baseTemplate/templates/baseTemplate/homePage.html:161 +#: baseTemplate/templates/baseTemplate/homePage.html:351 +#: databases/templates/databases/index.html:12 +msgid "Database Functions" +msgstr "Opciones de Base de datos" + +#: baseTemplate/templates/baseTemplate/homePage.html:164 +#: baseTemplate/templates/baseTemplate/homePage.html:354 +#: baseTemplate/templates/baseTemplate/index.html:347 +#: baseTemplate/templates/baseTemplate/index.html:348 +#: baseTemplate/templates/baseTemplate/index.html:349 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:468 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:469 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:470 +#: packages/templates/packages/createPackage.html:67 +#: packages/templates/packages/modifyPackage.html:73 +#: websiteFunctions/templates/websiteFunctions/website.html:48 +msgid "Databases" +msgstr "Base de datos" + +#: baseTemplate/templates/baseTemplate/homePage.html:173 +#: baseTemplate/templates/baseTemplate/homePage.html:374 +msgid "Control DNS" +msgstr "Opciones DNS" + +#: baseTemplate/templates/baseTemplate/homePage.html:176 +#: baseTemplate/templates/baseTemplate/homePage.html:377 +#: baseTemplate/templates/baseTemplate/index.html:238 +#: baseTemplate/templates/baseTemplate/index.html:365 +#: baseTemplate/templates/baseTemplate/index.html:367 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:359 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:486 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:488 +msgid "DNS" +msgstr "DNS" + +#: baseTemplate/templates/baseTemplate/homePage.html:186 +#: baseTemplate/templates/baseTemplate/homePage.html:387 +#: ftp/templates/ftp/index.html:12 +msgid "FTP Functions" +msgstr "Opciones FTP" + +#: baseTemplate/templates/baseTemplate/homePage.html:189 +#: baseTemplate/templates/baseTemplate/homePage.html:390 +#: baseTemplate/templates/baseTemplate/index.html:244 +#: baseTemplate/templates/baseTemplate/index.html:407 +#: baseTemplate/templates/baseTemplate/index.html:409 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:365 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:527 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:529 +#: websiteFunctions/templates/websiteFunctions/website.html:43 +msgid "FTP" +msgstr "FTP" + +#: baseTemplate/templates/baseTemplate/homePage.html:216 +#: baseTemplate/templates/baseTemplate/homePage.html:219 +#: baseTemplate/templates/baseTemplate/homePage.html:419 +#: baseTemplate/templates/baseTemplate/homePage.html:422 +#: packages/templates/packages/createPackage.html:75 +#: packages/templates/packages/modifyPackage.html:80 +msgid "Emails" +msgstr "Emails" + +#: baseTemplate/templates/baseTemplate/homePage.html:229 +#: baseTemplate/templates/baseTemplate/homePage.html:232 +#: tuning/templates/tuning/index.html:12 +msgid "Server Tuning" +msgstr "Modificar Servidor" + +#: baseTemplate/templates/baseTemplate/homePage.html:253 +#: baseTemplate/templates/baseTemplate/homePage.html:256 +#: baseTemplate/templates/baseTemplate/index.html:479 +#: baseTemplate/templates/baseTemplate/index.html:481 +#: baseTemplate/templates/baseTemplate/index.html:515 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:598 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:600 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:634 +#: serverStatus/templates/serverStatus/index.html:13 +msgid "Server Status" +msgstr "Estado del Servidor" + +#: baseTemplate/templates/baseTemplate/homePage.html:266 +msgid "PHP Configurations" +msgstr "Configuracion PHP" + +#: baseTemplate/templates/baseTemplate/homePage.html:278 +#: baseTemplate/templates/baseTemplate/homePage.html:281 +#: baseTemplate/templates/baseTemplate/index.html:517 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:636 +#: websiteFunctions/templates/websiteFunctions/website.html:117 +msgid "Logs" +msgstr "Logs" + +#: baseTemplate/templates/baseTemplate/homePage.html:301 +#: baseTemplate/templates/baseTemplate/homePage.html:304 +#: baseTemplate/templates/baseTemplate/index.html:534 +#: baseTemplate/templates/baseTemplate/index.html:536 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:652 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:654 +msgid "Security" +msgstr "Seguridad" + +#: baseTemplate/templates/baseTemplate/index.html:116 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:228 +#: websiteFunctions/templates/websiteFunctions/website.html:55 +#: websiteFunctions/templates/websiteFunctions/website.html:76 +msgid "Disk Usage" +msgstr "Espacio en Disco" + +#: baseTemplate/templates/baseTemplate/index.html:150 +#: baseTemplate/templates/baseTemplate/index.html:153 +#: baseTemplate/templates/baseTemplate/index.html:157 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:262 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:265 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:269 +msgid "CyberPanel" +msgstr "CyberPanel" + +#: baseTemplate/templates/baseTemplate/index.html:155 +#: baseTemplate/templates/baseTemplate/index.html:159 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:267 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:271 +msgid "Web Hosting Control Panel" +msgstr "Panel de Control Web" + +#: baseTemplate/templates/baseTemplate/index.html:161 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:273 +msgid "Close sidebar" +msgstr "Cerrar barra de tareas" + +#: baseTemplate/templates/baseTemplate/index.html:167 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:279 +msgid "My Account" +msgstr "Cuenta" + +#: baseTemplate/templates/baseTemplate/index.html:184 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:296 +msgid "Edit profile" +msgstr "Editar mi cuenta" + +#: baseTemplate/templates/baseTemplate/index.html:185 +#: baseTemplate/templates/baseTemplate/index.html:303 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:297 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:424 +#: userManagment/templates/userManagment/index.html:26 +#: userManagment/templates/userManagment/index.html:28 +msgid "View Profile" +msgstr "Ver mi cuenta" + +#: baseTemplate/templates/baseTemplate/index.html:192 +#: baseTemplate/templates/baseTemplate/index.html:264 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:304 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:385 +msgid "Logout" +msgstr "Salir" + +#: baseTemplate/templates/baseTemplate/index.html:203 +#: baseTemplate/templates/baseTemplate/index.html:207 +#: baseTemplate/templates/baseTemplate/index.html:211 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:315 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:319 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:323 +msgid "CPU Load Average" +msgstr "Promedio de uso CPU" + +#: baseTemplate/templates/baseTemplate/index.html:216 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:337 +msgid "Dashboard Quick Menu" +msgstr "Acceso Rápido" + +#: baseTemplate/templates/baseTemplate/index.html:250 +#: baseTemplate/templates/baseTemplate/index.html:463 +#: baseTemplate/templates/baseTemplate/index.html:465 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:371 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:582 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:584 +msgid "Tuning" +msgstr "Modificar" + +#: baseTemplate/templates/baseTemplate/index.html:277 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:398 +msgid "Overview" +msgstr "Vista General" + +#: baseTemplate/templates/baseTemplate/index.html:279 +#: baseTemplate/templates/baseTemplate/index.html:280 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:400 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:401 +#, fuzzy +#| msgid "IP Address" +msgid "Server IP Address" +msgstr "Dirección IP" + +#: baseTemplate/templates/baseTemplate/index.html:283 +#: baseTemplate/templates/baseTemplate/index.html:285 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:404 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:406 +msgid "Dashboard" +msgstr "Menú" + +#: baseTemplate/templates/baseTemplate/index.html:287 +#: baseTemplate/templates/baseTemplate/index.html:288 +#: baseTemplate/templates/baseTemplate/index.html:289 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:408 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:409 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:410 +#: baseTemplate/templates/baseTemplate/versionManagment.html:10 +msgid "Version Management" +msgstr "Versión" + +#: baseTemplate/templates/baseTemplate/index.html:293 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:414 +msgid "Main" +msgstr "Principal" + +#: baseTemplate/templates/baseTemplate/index.html:304 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:425 +#: userManagment/templates/userManagment/createUser.html:12 +msgid "Create New User" +msgstr "Crear Usuario" + +#: baseTemplate/templates/baseTemplate/index.html:305 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:426 +#: userManagment/templates/userManagment/index.html:52 +#: userManagment/templates/userManagment/index.html:54 +#: userManagment/templates/userManagment/modifyUser.html:12 +#: userManagment/templates/userManagment/modifyUser.html:111 +msgid "Modify User" +msgstr "Modificar Usuario" + +#: baseTemplate/templates/baseTemplate/index.html:306 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:427 +#: userManagment/templates/userManagment/deleteUser.html:13 +#: userManagment/templates/userManagment/deleteUser.html:20 +#: userManagment/templates/userManagment/deleteUser.html:42 +#: userManagment/templates/userManagment/index.html:74 +#: userManagment/templates/userManagment/index.html:76 +msgid "Delete User" +msgstr "Eliminar Usuario" + +#: baseTemplate/templates/baseTemplate/index.html:321 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:442 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:12 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:109 +#: websiteFunctions/templates/websiteFunctions/index.html:49 +#: websiteFunctions/templates/websiteFunctions/index.html:51 +msgid "Create Website" +msgstr "Crear Sitio Web" + +#: baseTemplate/templates/baseTemplate/index.html:322 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:443 +#: websiteFunctions/templates/websiteFunctions/index.html:34 +#: websiteFunctions/templates/websiteFunctions/index.html:36 +#: websiteFunctions/templates/websiteFunctions/index.html:61 +#: websiteFunctions/templates/websiteFunctions/index.html:63 +#: websiteFunctions/templates/websiteFunctions/listWebsites.html:14 +msgid "List Websites" +msgstr "Lista de Sitios Web" + +#: baseTemplate/templates/baseTemplate/index.html:323 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:444 +#: websiteFunctions/templates/websiteFunctions/index.html:73 +#: websiteFunctions/templates/websiteFunctions/index.html:75 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:12 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:19 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:96 +msgid "Modify Website" +msgstr "Modificar Sitio Web" + +#: baseTemplate/templates/baseTemplate/index.html:324 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:445 +#: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:41 +msgid "Suspend/Unsuspend" +msgstr "Suspender/Activar" + +#: baseTemplate/templates/baseTemplate/index.html:325 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:446 +#: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:12 +#: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:19 +#: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:42 +#: websiteFunctions/templates/websiteFunctions/index.html:102 +#: websiteFunctions/templates/websiteFunctions/index.html:104 +msgid "Delete Website" +msgstr "Eliminar Sitio Web" + +#: baseTemplate/templates/baseTemplate/index.html:338 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:459 +#: packages/templates/packages/createPackage.html:13 +#: packages/templates/packages/createPackage.html:84 +#: packages/templates/packages/index.html:25 +#: packages/templates/packages/index.html:27 +msgid "Create Package" +msgstr "Crear Paquete" + +#: baseTemplate/templates/baseTemplate/index.html:339 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:460 +#: packages/templates/packages/deletePackage.html:12 +#: packages/templates/packages/deletePackage.html:18 +#: packages/templates/packages/deletePackage.html:40 +#: packages/templates/packages/index.html:37 +#: packages/templates/packages/index.html:39 +msgid "Delete Package" +msgstr "Eliminar Paquete" + +#: baseTemplate/templates/baseTemplate/index.html:340 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:461 +#: packages/templates/packages/index.html:49 +#: packages/templates/packages/index.html:51 +#: packages/templates/packages/modifyPackage.html:9 +#: packages/templates/packages/modifyPackage.html:15 +#: packages/templates/packages/modifyPackage.html:95 +msgid "Modify Package" +msgstr "Modificar Paquete" + +#: baseTemplate/templates/baseTemplate/index.html:354 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:475 +#: databases/templates/databases/createDatabase.html:12 +#: databases/templates/databases/createDatabase.html:19 +#: databases/templates/databases/createDatabase.html:68 +#: databases/templates/databases/index.html:25 +#: databases/templates/databases/index.html:27 +#: manageSSL/templates/manageSSL/index.html:26 +msgid "Create Database" +msgstr "Crear Base de Datos" + +#: baseTemplate/templates/baseTemplate/index.html:355 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:476 +#: databases/templates/databases/deleteDatabase.html:12 +#: databases/templates/databases/deleteDatabase.html:19 +#: databases/templates/databases/deleteDatabase.html:53 +#: databases/templates/databases/index.html:37 +#: databases/templates/databases/index.html:39 +#: manageSSL/templates/manageSSL/index.html:38 +msgid "Delete Database" +msgstr "Eliminar Base de Datos" + +#: baseTemplate/templates/baseTemplate/index.html:356 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:477 +#: databases/templates/databases/index.html:53 +#: databases/templates/databases/index.html:55 +#: databases/templates/databases/listDataBases.html:13 +#: databases/templates/databases/listDataBases.html:19 +msgid "List Databases" +msgstr "Lista de Base de Datos" + +#: baseTemplate/templates/baseTemplate/index.html:357 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:478 +#: databases/templates/databases/index.html:65 +#: databases/templates/databases/index.html:67 +msgid "PHPMYAdmin" +msgstr "PHPMYAdmin" + +#: baseTemplate/templates/baseTemplate/index.html:372 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:493 +#: dns/templates/dns/createNameServer.html:12 +#: dns/templates/dns/createNameServer.html:76 dns/templates/dns/index.html:72 +#: dns/templates/dns/index.html:74 +msgid "Create Nameserver" +msgstr "Crear Nameserver" + +#: baseTemplate/templates/baseTemplate/index.html:373 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:494 +#: dns/templates/dns/createDNSZone.html:12 +#: dns/templates/dns/createDNSZone.html:40 dns/templates/dns/index.html:29 +#: dns/templates/dns/index.html:31 dns/templates/dns/index.html:84 +#: dns/templates/dns/index.html:86 +msgid "Create DNS Zone" +msgstr "Crear Zona DNS" + +#: baseTemplate/templates/baseTemplate/index.html:374 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:495 +#: dns/templates/dns/deleteDNSZone.html:40 dns/templates/dns/index.html:41 +#: dns/templates/dns/index.html:43 dns/templates/dns/index.html:96 +#: dns/templates/dns/index.html:98 +msgid "Delete Zone" +msgstr "Eliminar Zona" + +#: baseTemplate/templates/baseTemplate/index.html:375 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:496 +msgid "Add/Delete Records" +msgstr "Añadir/Eliminar Registro" + +#: baseTemplate/templates/baseTemplate/index.html:391 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:512 +#: mailServer/templates/mailServer/createEmailAccount.html:12 +#: mailServer/templates/mailServer/createEmailAccount.html:19 +msgid "Create Email Account" +msgstr "Crear Email" + +#: baseTemplate/templates/baseTemplate/index.html:391 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:512 +#: mailServer/templates/mailServer/createEmailAccount.html:64 +#: mailServer/templates/mailServer/index.html:25 +#: mailServer/templates/mailServer/index.html:27 +msgid "Create Email" +msgstr "Crear Email" + +#: baseTemplate/templates/baseTemplate/index.html:392 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:513 +#: mailServer/templates/mailServer/deleteEmailAccount.html:12 +#: mailServer/templates/mailServer/deleteEmailAccount.html:19 +msgid "Delete Email Account" +msgstr "Eliminar Email" + +#: baseTemplate/templates/baseTemplate/index.html:392 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:513 +#: mailServer/templates/mailServer/deleteEmailAccount.html:56 +#: mailServer/templates/mailServer/index.html:37 +#: mailServer/templates/mailServer/index.html:39 +msgid "Delete Email" +msgstr "Eliminar Email" + +#: baseTemplate/templates/baseTemplate/index.html:393 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:514 +#: databases/templates/databases/listDataBases.html:73 +#: ftp/templates/ftp/listFTPAccounts.html:73 +#: mailServer/templates/mailServer/changeEmailPassword.html:64 +#: mailServer/templates/mailServer/index.html:49 +#: mailServer/templates/mailServer/index.html:51 +msgid "Change Password" +msgstr "Cambiar contraseña" + +#: baseTemplate/templates/baseTemplate/index.html:394 +#: mailServer/templates/mailServer/dkimManager.html:13 +#: mailServer/templates/mailServer/dkimManager.html:22 +#: mailServer/templates/mailServer/dkimManager.html:75 +#, fuzzy +#| msgid "File Manager" +msgid "DKIM Manager" +msgstr "Explorador de Archivos" + +#: baseTemplate/templates/baseTemplate/index.html:395 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:515 +msgid "Access Webmail" +msgstr "Acceso Webmail" + +#: baseTemplate/templates/baseTemplate/index.html:414 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:534 +#: ftp/templates/ftp/createFTPAccount.html:12 +#: ftp/templates/ftp/createFTPAccount.html:19 ftp/templates/ftp/index.html:25 +#: ftp/templates/ftp/index.html:27 +#: websiteFunctions/templates/websiteFunctions/website.html:815 +#: websiteFunctions/templates/websiteFunctions/website.html:818 +msgid "Create FTP Account" +msgstr "Crear Cuenta FTP" + +#: baseTemplate/templates/baseTemplate/index.html:415 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:535 +#: ftp/templates/ftp/deleteFTPAccount.html:12 +#: ftp/templates/ftp/deleteFTPAccount.html:18 +#: ftp/templates/ftp/deleteFTPAccount.html:52 ftp/templates/ftp/index.html:37 +#: ftp/templates/ftp/index.html:39 +#: websiteFunctions/templates/websiteFunctions/website.html:827 +#: websiteFunctions/templates/websiteFunctions/website.html:830 +msgid "Delete FTP Account" +msgstr "Eliminar Cuenta FTP" + +#: baseTemplate/templates/baseTemplate/index.html:416 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:536 +#: ftp/templates/ftp/index.html:49 ftp/templates/ftp/index.html:51 +#: ftp/templates/ftp/listFTPAccounts.html:13 +#: ftp/templates/ftp/listFTPAccounts.html:19 +msgid "List FTP Accounts" +msgstr "Lista de Cuenta FTP" + +#: baseTemplate/templates/baseTemplate/index.html:434 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:554 +msgid "Add/Delete Destination" +msgstr "Añadir/Eliminar Destino" + +#: baseTemplate/templates/baseTemplate/index.html:436 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:556 +#, fuzzy +#| msgid "Restore Back up" +msgid "Remote Back ups" +msgstr "Restaurar Copia de Seguridad" + +#: baseTemplate/templates/baseTemplate/index.html:445 +#: baseTemplate/templates/baseTemplate/index.html:446 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:565 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:566 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:39 +msgid "SSL" +msgstr "SSL" + +#: baseTemplate/templates/baseTemplate/index.html:451 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:571 +#: manageSSL/templates/manageSSL/index.html:28 +#: manageSSL/templates/manageSSL/manageSSL.html:13 +#: manageSSL/templates/manageSSL/manageSSL.html:20 +msgid "Manage SSL" +msgstr "Opciones SSL" + +#: baseTemplate/templates/baseTemplate/index.html:452 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:572 +#: manageSSL/templates/manageSSL/index.html:40 +msgid "Hostname SSL" +msgstr "SSL del Servidor" + +#: baseTemplate/templates/baseTemplate/index.html:453 +#, fuzzy +#| msgid "Server Logs" +msgid "MailServer SSL" +msgstr "Server Logs" + +#: baseTemplate/templates/baseTemplate/index.html:461 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:580 +msgid "Server" +msgstr "Servidor" + +#: baseTemplate/templates/baseTemplate/index.html:466 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:585 +msgid "NEW" +msgstr "NUEVO" + +#: baseTemplate/templates/baseTemplate/index.html:471 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:590 +#: tuning/templates/tuning/index.html:24 tuning/templates/tuning/index.html:26 +#: tuning/templates/tuning/liteSpeedTuning.html:12 +msgid "LiteSpeed Tuning" +msgstr "Modificar LiteSpeed" + +#: baseTemplate/templates/baseTemplate/index.html:472 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:591 +#: tuning/templates/tuning/index.html:36 tuning/templates/tuning/index.html:38 +#: tuning/templates/tuning/phpTuning.html:13 +msgid "PHP Tuning" +msgstr "Modificar PHP" + +#: baseTemplate/templates/baseTemplate/index.html:487 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:606 +#: serverStatus/templates/serverStatus/index.html:25 +#: serverStatus/templates/serverStatus/index.html:27 +msgid "LiteSpeed Status" +msgstr "Estado LiteSpeed" + +#: baseTemplate/templates/baseTemplate/index.html:488 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:607 +#: serverStatus/templates/serverStatus/cybercpmainlogfile.html:15 +#: serverStatus/templates/serverStatus/index.html:37 +#: serverStatus/templates/serverStatus/index.html:39 +msgid "CyberPanel Main Log File" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:489 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:608 +#, fuzzy +#| msgid "Server Status" +msgid "Services Status" +msgstr "Estado del Servidor" + +#: baseTemplate/templates/baseTemplate/index.html:506 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:625 +#: managePHP/templates/managePHP/installExtensions.html:13 +msgid "Install PHP Extensions" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:506 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:625 +#: managePHP/templates/managePHP/index.html:24 +#: managePHP/templates/managePHP/index.html:26 +msgid "Install Extensions" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:507 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:626 +#: managePHP/templates/managePHP/index.html:36 +#: managePHP/templates/managePHP/index.html:38 +msgid "Edit PHP Configs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:522 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:641 +msgid "Access Log" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:523 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:642 +#: serverLogs/templates/serverLogs/errorLogs.html:14 +#: serverLogs/templates/serverLogs/index.html:37 +#: serverLogs/templates/serverLogs/index.html:39 +#: websiteFunctions/templates/websiteFunctions/website.html:139 +msgid "Error Logs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:524 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:643 +#: serverLogs/templates/serverLogs/emailLogs.html:14 +#: serverLogs/templates/serverLogs/index.html:49 +#: serverLogs/templates/serverLogs/index.html:51 +msgid "Email Logs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:524 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:643 +msgid "Email Log" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:525 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:644 +#: serverLogs/templates/serverLogs/ftplogs.html:14 +#: serverLogs/templates/serverLogs/index.html:61 +#: serverLogs/templates/serverLogs/index.html:63 +msgid "FTP Logs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:526 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:14 +msgid "ModSecurity Audit Logs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:526 +msgid "ModSec Audit Logs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:541 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:659 +msgid "Firewall Home" +msgstr "Inicio Firewall" + +#: baseTemplate/templates/baseTemplate/index.html:541 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:659 +#: firewall/templates/firewall/index.html:25 +#: firewall/templates/firewall/index.html:27 +msgid "Firewall" +msgstr "Firewall" + +#: baseTemplate/templates/baseTemplate/index.html:542 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:660 +#: firewall/templates/firewall/index.html:36 +#: firewall/templates/firewall/index.html:38 +#: firewall/templates/firewall/secureSSH.html:13 +#: firewall/templates/firewall/secureSSH.html:20 +msgid "Secure SSH" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:543 +#, fuzzy +#| msgid "Configurations" +msgid "ModSecurity Configurations" +msgstr "Configuraciones" + +#: baseTemplate/templates/baseTemplate/index.html:543 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Conf" +msgstr "Seguridad" + +#: baseTemplate/templates/baseTemplate/index.html:544 +#: firewall/templates/firewall/modSecurityRules.html:20 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Rules" +msgstr "Seguridad" + +#: baseTemplate/templates/baseTemplate/index.html:545 +msgid "ModSecurity Rules Packs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:199 +msgid "CPU Status" +msgstr "Estadi del CPU" + +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:327 +msgid "Fullscreen" +msgstr "Pantalla completa" + +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:332 +msgid "System Status" +msgstr "Estado del Sistema" + +#: baseTemplate/templates/baseTemplate/versionManagment.html:3 +msgid "Version Management - CyberPanel" +msgstr "" + +#: baseTemplate/templates/baseTemplate/versionManagment.html:11 +msgid "" +"On this page you can manage versions and or upgrade to latest version of " +"CyberPanel" +msgstr "" + +#: baseTemplate/templates/baseTemplate/versionManagment.html:25 +msgid "Current Version" +msgstr "Version Actual" + +#: baseTemplate/templates/baseTemplate/versionManagment.html:33 +msgid "Build" +msgstr "Estado" + +#: baseTemplate/templates/baseTemplate/versionManagment.html:42 +msgid "Latest Version" +msgstr "" + +#: baseTemplate/templates/baseTemplate/versionManagment.html:50 +msgid "Latest Build" +msgstr "" + +#: baseTemplate/templates/baseTemplate/versionManagment.html:66 +#: firewall/templates/firewall/secureSSH.html:78 +#: mailServer/templates/mailServer/dkimManager.html:40 +#: managePHP/templates/managePHP/editPHPConfig.html:148 +msgid "Error message: " +msgstr "Error: " + +#: baseTemplate/templates/baseTemplate/versionManagment.html:70 +msgid "Update started..." +msgstr "Empezando Actualización..." + +#: baseTemplate/templates/baseTemplate/versionManagment.html:74 +msgid "Update finished..." +msgstr "Actualización terminada..." + +#: baseTemplate/templates/baseTemplate/versionManagment.html:79 +#: firewall/templates/firewall/modSecurity.html:47 +#: firewall/templates/firewall/modSecurity.html:177 +#: firewall/templates/firewall/modSecurityRules.html:53 +#: firewall/templates/firewall/modSecurityRulesPacks.html:88 +#: firewall/templates/firewall/secureSSH.html:87 +#: firewall/templates/firewall/secureSSH.html:172 +#: mailServer/templates/mailServer/dkimManager.html:44 +#: managePHP/templates/managePHP/editPHPConfig.html:157 +#: managePHP/templates/managePHP/editPHPConfig.html:230 +#: managePHP/templates/managePHP/installExtensions.html:114 +msgid "Could not connect. Please refresh this page." +msgstr "" + +#: databases/templates/databases/createDatabase.html:3 +msgid "Create New Database - CyberPanel" +msgstr "" + +#: databases/templates/databases/createDatabase.html:13 +msgid "Create a new database on this page." +msgstr "" + +#: databases/templates/databases/createDatabase.html:42 +#: databases/templates/databases/listDataBases.html:88 +msgid "Database Name" +msgstr "Nombre de la Base de Datos" + +#: databases/templates/databases/createDatabase.html:50 +#: firewall/templates/firewall/secureSSH.html:120 +#: ftp/templates/ftp/createFTPAccount.html:43 +#: ftp/templates/ftp/listFTPAccounts.html:88 +#: mailServer/templates/mailServer/createEmailAccount.html:43 +msgid "User Name" +msgstr "Nombre de Usuario" + +#: databases/templates/databases/createDatabase.html:79 +msgid "Cannot create database. Error message:" +msgstr "" + +#: databases/templates/databases/createDatabase.html:83 +msgid "Database created successfully." +msgstr "" + +#: databases/templates/databases/deleteDatabase.html:3 +msgid "Delete Database - CyberPanel" +msgstr "" + +#: databases/templates/databases/deleteDatabase.html:13 +msgid "Delete an existing database on this page." +msgstr "" + +#: databases/templates/databases/deleteDatabase.html:40 +msgid "Select Database" +msgstr "" + +#: databases/templates/databases/deleteDatabase.html:68 +msgid "Database deleted successfully." +msgstr "" + +#: databases/templates/databases/index.html:3 +msgid "Database Functions - CyberPanel" +msgstr "" + +#: databases/templates/databases/index.html:13 +msgid "Create, edit and delete databases on this page." +msgstr "" + +#: databases/templates/databases/listDataBases.html:3 +msgid "List Databases - CyberPanel" +msgstr "" + +#: databases/templates/databases/listDataBases.html:14 +msgid "List Databases or change their passwords." +msgstr "" + +#: databases/templates/databases/listDataBases.html:28 +#: dns/templates/dns/addDeleteDNSRecords.html:28 +#: ftp/templates/ftp/deleteFTPAccount.html:27 +#: ftp/templates/ftp/listFTPAccounts.html:28 +#: tuning/templates/tuning/phpTuning.html:28 +msgid "Select Domain" +msgstr "" + +#: databases/templates/databases/listDataBases.html:46 +#: dns/templates/dns/addDeleteDNSRecords.html:335 +#: ftp/templates/ftp/listFTPAccounts.html:46 +msgid "Records successfully fetched for" +msgstr "" + +#: databases/templates/databases/listDataBases.html:50 +msgid "Password changed for: " +msgstr "" + +#: databases/templates/databases/listDataBases.html:54 +msgid "Cannot change password for " +msgstr "" + +#: databases/templates/databases/listDataBases.html:59 +#: firewall/templates/firewall/firewall.html:176 +#: ftp/templates/ftp/listFTPAccounts.html:59 +msgid "Could Not Connect to server. Please refresh this page" +msgstr "" + +#: databases/templates/databases/listDataBases.html:89 +msgid "Database User" +msgstr "" + +#: databases/templates/databases/listDataBases.html:98 +#: ftp/templates/ftp/listFTPAccounts.html:100 +msgid "Change" +msgstr "Cambiar" + +#: dns/templates/dns/addDeleteDNSRecords.html:3 +msgid "Add/Modify DNS Records - CyberPanel" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:13 +msgid "Add/Modify DNS Zone" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:14 +msgid "" +"On this page you can add/modify dns records for domains whose dns zone is " +"already created." +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:19 +msgid "Add Records" +msgstr "Añadir Registro" + +#: dns/templates/dns/addDeleteDNSRecords.html:59 +#: dns/templates/dns/addDeleteDNSRecords.html:82 +#: dns/templates/dns/addDeleteDNSRecords.html:106 +#: dns/templates/dns/addDeleteDNSRecords.html:129 +#: dns/templates/dns/addDeleteDNSRecords.html:157 +#: dns/templates/dns/addDeleteDNSRecords.html:181 +#: dns/templates/dns/addDeleteDNSRecords.html:205 +#: dns/templates/dns/addDeleteDNSRecords.html:229 +#: dns/templates/dns/addDeleteDNSRecords.html:253 +#: dns/templates/dns/addDeleteDNSRecords.html:296 +#: filemanager/templates/filemanager/index.html:212 +#: firewall/templates/firewall/firewall.html:136 +#: serverStatus/templates/serverStatus/litespeedStatus.html:40 +msgid "Name" +msgstr "Nombre" + +#: dns/templates/dns/addDeleteDNSRecords.html:63 +#: dns/templates/dns/addDeleteDNSRecords.html:86 +#: dns/templates/dns/addDeleteDNSRecords.html:110 +#: dns/templates/dns/addDeleteDNSRecords.html:133 +#: dns/templates/dns/addDeleteDNSRecords.html:161 +#: dns/templates/dns/addDeleteDNSRecords.html:185 +#: dns/templates/dns/addDeleteDNSRecords.html:209 +#: dns/templates/dns/addDeleteDNSRecords.html:233 +#: dns/templates/dns/addDeleteDNSRecords.html:257 +#: dns/templates/dns/addDeleteDNSRecords.html:297 +msgid "TTL" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:73 +#: dns/templates/dns/addDeleteDNSRecords.html:96 +#: dns/templates/dns/addDeleteDNSRecords.html:120 +#: dns/templates/dns/addDeleteDNSRecords.html:147 +#: dns/templates/dns/addDeleteDNSRecords.html:172 +#: dns/templates/dns/addDeleteDNSRecords.html:196 +#: dns/templates/dns/addDeleteDNSRecords.html:220 +#: dns/templates/dns/addDeleteDNSRecords.html:244 +#: dns/templates/dns/addDeleteDNSRecords.html:272 +#: firewall/templates/firewall/firewall.html:117 +msgid "Add" +msgstr "Añadir" + +#: dns/templates/dns/addDeleteDNSRecords.html:90 +#, fuzzy +#| msgid "IP Address" +msgid "IPV6 Address" +msgstr "Dirección IP" + +#: dns/templates/dns/addDeleteDNSRecords.html:114 +#: dns/templates/dns/addDeleteDNSRecords.html:141 +#: dns/templates/dns/createDNSZone.html:27 +#: dns/templates/dns/createNameServer.html:27 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:52 +#: websiteFunctions/templates/websiteFunctions/website.html:313 +msgid "Domain Name" +msgstr "Nombre de Dominio" + +#: dns/templates/dns/addDeleteDNSRecords.html:137 +#: dns/templates/dns/addDeleteDNSRecords.html:299 +msgid "Priority" +msgstr "Prioridad" + +#: dns/templates/dns/addDeleteDNSRecords.html:166 +msgid "Policy" +msgstr "Politica" + +#: dns/templates/dns/addDeleteDNSRecords.html:190 +msgid "Text" +msgstr "Texto" + +#: dns/templates/dns/addDeleteDNSRecords.html:214 +#, fuzzy +#| msgid "Value" +msgid "SOA Value" +msgstr "Valor" + +#: dns/templates/dns/addDeleteDNSRecords.html:238 +#, fuzzy +#| msgid "Create Nameserver" +msgid "Name server" +msgstr "Crear Nameserver" + +#: dns/templates/dns/addDeleteDNSRecords.html:261 +#, fuzzy +#| msgid "Priority" +msgid "Prioirty" +msgstr "Prioridad" + +#: dns/templates/dns/addDeleteDNSRecords.html:266 +msgid "Content" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:295 +msgid "Type" +msgstr "Tipo" + +#: dns/templates/dns/addDeleteDNSRecords.html:298 +msgid "Value" +msgstr "Valor" + +#: dns/templates/dns/addDeleteDNSRecords.html:327 +msgid "Cannot fetch records. Error message:" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:331 +msgid "Cannot add record. Error message: " +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:339 +msgid "Record Successfully Deleted" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:343 +msgid "Cannot delete record. Error message:" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:347 +msgid "Record Successfully Added." +msgstr "" + +#: dns/templates/dns/createDNSZone.html:3 +msgid "Create DNS Zone - CyberPanel" +msgstr "" + +#: dns/templates/dns/createDNSZone.html:13 +msgid "" +"This page is used to create DNS zone, to edit dns zone you can visit Modify " +"DNS Zone Page." +msgstr "" + +#: dns/templates/dns/createDNSZone.html:18 +#: dns/templates/dns/createNameServer.html:18 +#: userManagment/templates/userManagment/modifyUser.html:19 +msgid "Details" +msgstr "Detalles" + +#: dns/templates/dns/createDNSZone.html:51 +msgid "Cannot create DNS Zone. Error message:" +msgstr "" + +#: dns/templates/dns/createDNSZone.html:55 +msgid "DNS Zone for domain:" +msgstr "" + +#: dns/templates/dns/createNameServer.html:3 +msgid "Create Nameserver - CyberPanel" +msgstr "" + +#: dns/templates/dns/createNameServer.html:13 +msgid "" +"You can use this page to setup nameservers using which people on the " +"internet can resolve websites hosted on this server." +msgstr "" + +#: dns/templates/dns/createNameServer.html:39 +msgid "First Nameserver" +msgstr "" + +#: dns/templates/dns/createNameServer.html:55 +msgid "Second Nameserver (Back up)" +msgstr "" + +#: dns/templates/dns/createNameServer.html:87 +msgid "Nameserver cannot be created. Error message:" +msgstr "" + +#: dns/templates/dns/createNameServer.html:91 +msgid "The following nameservers were successfully created:" +msgstr "" + +#: dns/templates/dns/deleteDNSZone.html:3 +msgid "Delete DNS Zone - CyberPanel" +msgstr "" + +#: dns/templates/dns/deleteDNSZone.html:12 +#: dns/templates/dns/deleteDNSZone.html:18 +msgid "Delete DNS Zone" +msgstr "" + +#: dns/templates/dns/deleteDNSZone.html:13 +msgid "" +"This page can be used to delete DNS Zone. Deleting the DNS zone will remove " +"all its related records as well." +msgstr "" + +#: dns/templates/dns/deleteDNSZone.html:27 +msgid "Select Zone" +msgstr "" + +#: dns/templates/dns/deleteDNSZone.html:49 +#: ftp/templates/ftp/deleteFTPAccount.html:61 +#: mailServer/templates/mailServer/deleteEmailAccount.html:64 +#: packages/templates/packages/deletePackage.html:49 +#: userManagment/templates/userManagment/deleteUser.html:51 +#: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:51 +msgid "Are you sure?" +msgstr "" + +#: dns/templates/dns/deleteDNSZone.html:59 +msgid "Cannot delete zone. Error message: " +msgstr "" + +#: dns/templates/dns/deleteDNSZone.html:63 +msgid "Zone for domain:" +msgstr "" + +#: dns/templates/dns/deleteDNSZone.html:63 +msgid "is successfully erased." +msgstr "" + +#: dns/templates/dns/index.html:3 +msgid "DNS Functions - CyberPanel" +msgstr "" + +#: dns/templates/dns/index.html:12 +msgid "DNS Functions" +msgstr "" + +#: dns/templates/dns/index.html:13 +msgid "Create, edit and delete DNS zones on this page." +msgstr "" + +#: dns/templates/dns/index.html:53 dns/templates/dns/index.html:108 +msgid "Add Delete Records" +msgstr "" + +#: dns/templates/dns/index.html:55 dns/templates/dns/index.html:110 +msgid "Add Delete/Records" +msgstr "" + +#: filemanager/templates/filemanager/index.html:5 +#, fuzzy +#| msgid "Home - CyberPanel" +msgid "File Manager - CyberPanel" +msgstr "Inicio - CyberPanel" + +#: filemanager/templates/filemanager/index.html:43 +#, fuzzy +#| msgid "File Manager" +msgid " File Manager" +msgstr "Explorador de Archivos" + +#: filemanager/templates/filemanager/index.html:63 +#: filemanager/templates/filemanager/index.html:205 +#: filemanager/templates/filemanager/index.html:236 +#, fuzzy +#| msgid "Reload" +msgid "Upload" +msgstr "Actualizar" + +#: filemanager/templates/filemanager/index.html:66 +#, fuzzy +#| msgid "File" +msgid "New File" +msgstr "Archivo" + +#: filemanager/templates/filemanager/index.html:69 +msgid "New Folder" +msgstr "" + +#: filemanager/templates/filemanager/index.html:75 +#: filemanager/templates/filemanager/index.html:566 +msgid "Copy" +msgstr "" + +#: filemanager/templates/filemanager/index.html:78 +#: filemanager/templates/filemanager/index.html:531 +msgid "Move" +msgstr "" + +#: filemanager/templates/filemanager/index.html:81 +#: filemanager/templates/filemanager/index.html:596 +#, fuzzy +#| msgid "Username" +msgid "Rename" +msgstr "Nombre de Usuario" + +#: filemanager/templates/filemanager/index.html:84 +#: websiteFunctions/templates/websiteFunctions/listCron.html:66 +msgid "Edit" +msgstr "" + +#: filemanager/templates/filemanager/index.html:87 +#: filemanager/templates/filemanager/index.html:441 +#: filemanager/templates/filemanager/index.html:468 +msgid "Compress" +msgstr "" + +#: filemanager/templates/filemanager/index.html:90 +#: filemanager/templates/filemanager/index.html:496 +msgid "Extract" +msgstr "" + +#: filemanager/templates/filemanager/index.html:93 +msgid "Fix Permissions" +msgstr "" + +#: filemanager/templates/filemanager/index.html:111 +#, fuzzy +#| msgid "Currently:" +msgid "Current Path" +msgstr "Actualmente:" + +#: filemanager/templates/filemanager/index.html:139 +#, fuzzy +#| msgid "Back up" +msgid "Back" +msgstr "Copia de Seguridad" + +#: filemanager/templates/filemanager/index.html:143 +#: serverLogs/templates/serverLogs/accessLogs.html:42 +#: serverLogs/templates/serverLogs/emailLogs.html:39 +#: serverLogs/templates/serverLogs/errorLogs.html:39 +#: serverLogs/templates/serverLogs/ftplogs.html:39 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:39 +#: serverStatus/templates/serverStatus/cybercpmainlogfile.html:40 +#: websiteFunctions/templates/websiteFunctions/listCron.html:36 +msgid "Refresh" +msgstr "Actualizar" + +#: filemanager/templates/filemanager/index.html:147 +#, fuzzy +#| msgid "Select Email" +msgid "Select All" +msgstr "Seleccionar Email" + +#: filemanager/templates/filemanager/index.html:151 +#, fuzzy +#| msgid "Select Email" +msgid "UnSelect All" +msgstr "Seleccionar Email" + +#: filemanager/templates/filemanager/index.html:161 +#, fuzzy +#| msgid "Size" +msgid "Size (KB)" +msgstr "Tamaño" + +#: filemanager/templates/filemanager/index.html:162 +msgid "Last Modified" +msgstr "" + +#: filemanager/templates/filemanager/index.html:163 +#, fuzzy +#| msgid "PHP version " +msgid "Permissions" +msgstr "Version PHP " + +#: filemanager/templates/filemanager/index.html:183 +msgid "Upload File" +msgstr "" + +#: filemanager/templates/filemanager/index.html:190 +msgid "Upload queue" +msgstr "" + +#: filemanager/templates/filemanager/index.html:191 +msgid "Queue length:" +msgstr "" + +#: filemanager/templates/filemanager/index.html:198 +msgid "Drop" +msgstr "" + +#: filemanager/templates/filemanager/index.html:199 +msgid "Drop Files here to upload them." +msgstr "" + +#: filemanager/templates/filemanager/index.html:214 +msgid "Progress" +msgstr "" + +#: filemanager/templates/filemanager/index.html:216 +#, fuzzy +#| msgid "FTP Functions" +msgid "Actions" +msgstr "Opciones FTP" + +#: filemanager/templates/filemanager/index.html:242 +msgid "Remove" +msgstr "" + +#: filemanager/templates/filemanager/index.html:252 +msgid "Queue progress:" +msgstr "" + +#: filemanager/templates/filemanager/index.html:261 +#, fuzzy +#| msgid "Cannot add schedule. Error message:" +msgid "can not be uploaded, Error message:" +msgstr "No se ha podido añadir correctamente. Error:" + +#: filemanager/templates/filemanager/index.html:265 +msgid "Upload all" +msgstr "" + +#: filemanager/templates/filemanager/index.html:268 +#, fuzzy +#| msgid "Cancel Backup" +msgid "Cancel all" +msgstr "Cancelar Copia de seguridad" + +#: filemanager/templates/filemanager/index.html:271 +msgid "Remove all" +msgstr "" + +#: filemanager/templates/filemanager/index.html:307 +#, fuzzy +#| msgid "Successfully " +msgid "File Successfully saved." +msgstr "Satisfactoriamente " + +#: filemanager/templates/filemanager/index.html:314 +#: firewall/templates/firewall/secureSSH.html:68 +#: managePHP/templates/managePHP/editPHPConfig.html:138 +#: managePHP/templates/managePHP/editPHPConfig.html:212 +msgid "Save Changes" +msgstr "Guardar Cambios" + +#: filemanager/templates/filemanager/index.html:331 +#, fuzzy +#| msgid "Create New User" +msgid "Create new folder!" +msgstr "Crear Usuario" + +#: filemanager/templates/filemanager/index.html:339 +#, fuzzy +#| msgid "File Name" +msgid "New Folder Name" +msgstr "Nombre del archivo" + +#: filemanager/templates/filemanager/index.html:341 +msgid "Folder will be created in your current directory" +msgstr "" + +#: filemanager/templates/filemanager/index.html:343 +#, fuzzy +#| msgid "Create User" +msgid "Create Folder" +msgstr "Crear Usuario" + +#: filemanager/templates/filemanager/index.html:356 +#, fuzzy +#| msgid "Successfully Deleted" +msgid "Folder Successfully created." +msgstr "Eliminado Correctamente" + +#: filemanager/templates/filemanager/index.html:375 +#, fuzzy +#| msgid "Create New User" +msgid "Create new file!" +msgstr "Crear Usuario" + +#: filemanager/templates/filemanager/index.html:383 +#, fuzzy +#| msgid "File Name" +msgid "New File Name" +msgstr "Nombre del archivo" + +#: filemanager/templates/filemanager/index.html:385 +msgid "" +"File will be created in your current directory, if it already exists it will " +"not overwirte." +msgstr "" + +#: filemanager/templates/filemanager/index.html:387 +#, fuzzy +#| msgid "Create Email" +msgid "Create File" +msgstr "Crear Email" + +#: filemanager/templates/filemanager/index.html:400 +#, fuzzy +#| msgid "Successfully Deleted" +msgid "File Successfully created." +msgstr "Eliminado Correctamente" + +#: filemanager/templates/filemanager/index.html:416 +#, fuzzy +#| msgid "Configurations" +msgid "Confirm Deletion!" +msgstr "Configuraciones" + +#: filemanager/templates/filemanager/index.html:425 +msgid "Confirm" +msgstr "" + +#: filemanager/templates/filemanager/index.html:426 +#: filemanager/templates/filemanager/index.html:469 +#: filemanager/templates/filemanager/index.html:532 +#: filemanager/templates/filemanager/index.html:567 +#: filemanager/templates/filemanager/index.html:597 +#: websiteFunctions/templates/websiteFunctions/website.html:447 +msgid "Close" +msgstr "" + +#: filemanager/templates/filemanager/index.html:449 +msgid "List of files/folder!" +msgstr "" + +#: filemanager/templates/filemanager/index.html:453 +#, fuzzy +#| msgid "File Name" +msgid "Compressed File Name" +msgstr "Nombre del archivo" + +#: filemanager/templates/filemanager/index.html:455 +msgid "Enter without extension name!" +msgstr "" + +#: filemanager/templates/filemanager/index.html:459 +msgid "Compression Type" +msgstr "" + +#: filemanager/templates/filemanager/index.html:484 +msgid "Extracting" +msgstr "" + +#: filemanager/templates/filemanager/index.html:492 +msgid "Extract in" +msgstr "" + +#: filemanager/templates/filemanager/index.html:494 +msgid "You can enter . to extract in current directory!" +msgstr "" + +#: filemanager/templates/filemanager/index.html:512 +#, fuzzy +#| msgid "Files" +msgid "Move Files" +msgstr "Archivos" + +#: filemanager/templates/filemanager/index.html:520 +#: filemanager/templates/filemanager/index.html:555 +msgid "List of files/folders!" +msgstr "" + +#: filemanager/templates/filemanager/index.html:524 +msgid "Move to" +msgstr "" + +#: filemanager/templates/filemanager/index.html:526 +msgid "Enter a path to move your files!" +msgstr "" + +#: filemanager/templates/filemanager/index.html:547 +#, fuzzy +#| msgid "Files" +msgid "Copy Files" +msgstr "Archivos" + +#: filemanager/templates/filemanager/index.html:559 +msgid "Copy to" +msgstr "" + +#: filemanager/templates/filemanager/index.html:561 +msgid "Enter a path to copy your files to!" +msgstr "" + +#: filemanager/templates/filemanager/index.html:581 +msgid "Renaming" +msgstr "" + +#: filemanager/templates/filemanager/index.html:589 +#, fuzzy +#| msgid "File Name" +msgid "New Name" +msgstr "Nombre del archivo" + +#: filemanager/templates/filemanager/index.html:591 +msgid "Enter new name of file!" +msgstr "" + +#: firewall/templates/firewall/firewall.html:3 +msgid "Firewall - CyberPanel" +msgstr "" + +#: firewall/templates/firewall/firewall.html:13 +msgid "Add/Delete Firewall Rules" +msgstr "" + +#: firewall/templates/firewall/firewall.html:14 +msgid "" +"On this page you can add/delete firewall rules. (By default all ports are " +"blocked, except mentioned below)" +msgstr "" + +#: firewall/templates/firewall/firewall.html:19 +msgid "Add/Delete Rules" +msgstr "" + +#: firewall/templates/firewall/firewall.html:45 +msgid "Start" +msgstr "Iniciar" + +#: firewall/templates/firewall/firewall.html:51 +msgid "Stop" +msgstr "Parar" + +#: firewall/templates/firewall/firewall.html:58 +msgid "Reload" +msgstr "Actualizar" + +#: firewall/templates/firewall/firewall.html:63 +msgid "Action failed. Error message:" +msgstr "" + +#: firewall/templates/firewall/firewall.html:67 +#: serverStatus/templates/serverStatus/litespeedStatus.html:85 +msgid "Action successful." +msgstr "" + +#: firewall/templates/firewall/firewall.html:137 +msgid "Protocol" +msgstr "Protocolo" + +#: firewall/templates/firewall/firewall.html:172 +msgid "Rule successfully added." +msgstr "" + +#: firewall/templates/firewall/index.html:3 +msgid "Security - CyberPanel" +msgstr "" + +#: firewall/templates/firewall/index.html:12 +msgid "Security Functions" +msgstr "" + +#: firewall/templates/firewall/index.html:13 +msgid "Manage the security of the server on this page." +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:3 +#, fuzzy +#| msgid "Home - CyberPanel" +msgid "ModSecurity - CyberPanel" +msgstr "Inicio - CyberPanel" + +#: firewall/templates/firewall/modSecurity.html:13 +#, fuzzy +#| msgid "Configurations" +msgid "ModSecurity Configurations!" +msgstr "Configuraciones" + +#: firewall/templates/firewall/modSecurity.html:14 +#, fuzzy +#| msgid "On this page you can set up your Back up destinations. (SFTP)" +msgid "On this page you can configure ModSecurity settings." +msgstr "" +"En esta página usted puede configurar la ubicación para la Copia de seguridad" + +#: firewall/templates/firewall/modSecurity.html:20 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity" +msgstr "Seguridad" + +#: firewall/templates/firewall/modSecurity.html:29 +#: firewall/templates/firewall/modSecurityRules.html:70 +#: firewall/templates/firewall/modSecurityRulesPacks.html:28 +msgid "ModSecurity is not installed " +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:31 +#: firewall/templates/firewall/modSecurityRules.html:72 +#: firewall/templates/firewall/modSecurityRulesPacks.html:30 +#, fuzzy +#| msgid "Install" +msgid "Install Now." +msgstr "Instalar" + +#: firewall/templates/firewall/modSecurity.html:43 +#, fuzzy +#| msgid "Cannot add destination. Error message:" +msgid "Failed to start installation, Error message: " +msgstr "Error al añadir el destino. Error:" + +#: firewall/templates/firewall/modSecurity.html:51 +#, fuzzy +#| msgid "Installation failed. Error message:" +msgid "Installation failed." +msgstr "La instalacion ha fallado. Error:" + +#: firewall/templates/firewall/modSecurity.html:55 +msgid "ModSecurity successfully installed, refreshing page in 3 seconds.." +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:66 +msgid "Winter is coming, but so is ModSecurity." +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:157 +#, fuzzy +#| msgid "Save Changes" +msgid "Save changes." +msgstr "Guardar Cambios" + +#: firewall/templates/firewall/modSecurity.html:169 +#, fuzzy +#| msgid "Could not save rewrite rules. Error message:" +msgid "Failed to save ModSecurity configurations. Error message: " +msgstr "No se han podido guarder los cambios. Error:" + +#: firewall/templates/firewall/modSecurity.html:173 +msgid "ModSecurity configurations successfully saved." +msgstr "" + +#: firewall/templates/firewall/modSecurityRules.html:3 +#, fuzzy +#| msgid "Home - CyberPanel" +msgid "ModSecurity Rules - CyberPanel" +msgstr "Inicio - CyberPanel" + +#: firewall/templates/firewall/modSecurityRules.html:13 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Rules!" +msgstr "Seguridad" + +#: firewall/templates/firewall/modSecurityRules.html:14 +msgid "On this page you can add/delete ModSecurity rules." +msgstr "" + +#: firewall/templates/firewall/modSecurityRules.html:42 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Save Rules!" +msgstr "Cambios Guardados" + +#: firewall/templates/firewall/modSecurityRules.html:49 +msgid "ModSecurity Rules Saved" +msgstr "" + +#: firewall/templates/firewall/modSecurityRules.html:58 +#, fuzzy +#| msgid "Could not save rewrite rules. Error message:" +msgid "Could not save rules, Error message: " +msgstr "No se han podido guarder los cambios. Error:" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:3 +#, fuzzy +#| msgid "Schedule Back up - CyberPanel" +msgid "ModSecurity Rules Packs - CyberPanel" +msgstr "Programar Copia de Seguridad - CyberPanel" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:13 +#: firewall/templates/firewall/modSecurityRulesPacks.html:20 +#, fuzzy +#| msgid "Modify Package" +msgid "ModSecurity Rules Packages!" +msgstr "Modificar Paquete" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:14 +msgid "Install/Un-install ModSecurity rules packages." +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:60 +#: firewall/templates/firewall/modSecurityRulesPacks.html:71 +#, fuzzy +#| msgid "Configurations" +msgid "Configure" +msgstr "Configuraciones" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:84 +#: firewall/templates/firewall/modSecurityRulesPacks.html:96 +#, fuzzy +#| msgid "successful." +msgid "Operation successful." +msgstr "completado." + +#: firewall/templates/firewall/modSecurityRulesPacks.html:92 +#, fuzzy +#| msgid "Installation failed. Error message:" +msgid "Operation failed, Error message: " +msgstr "La instalacion ha fallado. Error:" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:110 +msgid "Supplier" +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:111 +#, fuzzy +#| msgid "File Name" +msgid "Filename" +msgstr "Nombre del archivo" + +#: firewall/templates/firewall/secureSSH.html:3 +msgid "Secure SSH - CyberPanel" +msgstr "" + +#: firewall/templates/firewall/secureSSH.html:14 +#, fuzzy +#| msgid "Edit vHost Main Configurations" +msgid "Secure or harden SSH Configurations." +msgstr "Editar vHost Main Configuracion" + +#: firewall/templates/firewall/secureSSH.html:28 +#: managePHP/templates/managePHP/editPHPConfig.html:29 +msgid "Basic" +msgstr "Basico" + +#: firewall/templates/firewall/secureSSH.html:34 +msgid "SSH Keys" +msgstr "" + +#: firewall/templates/firewall/secureSSH.html:47 +msgid "SSH Port" +msgstr "" + +#: firewall/templates/firewall/secureSSH.html:56 +msgid "Permit Root Login" +msgstr "" + +#: firewall/templates/firewall/secureSSH.html:60 +msgid "" +"Before disabling root login, make sure you have another account with sudo " +"priviliges on server." +msgstr "" + +#: firewall/templates/firewall/secureSSH.html:82 +msgid "SSH Configurations Saved." +msgstr "" + +#: firewall/templates/firewall/secureSSH.html:121 +msgid "Key" +msgstr "Llave" + +#: firewall/templates/firewall/secureSSH.html:150 +msgid "Add Key" +msgstr "Añadir Llave" + +#: firewall/templates/firewall/secureSSH.html:158 +#: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:55 +#: websiteFunctions/templates/websiteFunctions/website.html:599 +#: websiteFunctions/templates/websiteFunctions/website.html:658 +msgid "Save" +msgstr "Guardar" + +#: firewall/templates/firewall/secureSSH.html:167 +msgid "SSH Key Deleted" +msgstr "Llave SSH Borrada" + +#: ftp/templates/ftp/createFTPAccount.html:3 +msgid "Create FTP Account - CyberPanel" +msgstr "" + +#: ftp/templates/ftp/createFTPAccount.html:13 +msgid "" +"Select the website from list, and its home directory will be set as the path " +"to ftp account." +msgstr "" + +#: ftp/templates/ftp/createFTPAccount.html:52 +msgid "FTP Password" +msgstr "Contraseña FTP" + +#: ftp/templates/ftp/createFTPAccount.html:59 +msgid "Path (Relative)" +msgstr "" + +#: ftp/templates/ftp/createFTPAccount.html:61 +msgid "Leave empty to select default home directory." +msgstr "" + +#: ftp/templates/ftp/createFTPAccount.html:72 +msgid "Create FTP" +msgstr "Crear Cuenta FTP" + +#: ftp/templates/ftp/createFTPAccount.html:80 +msgid "Cannot create FTP account. Error message:" +msgstr "" + +#: ftp/templates/ftp/createFTPAccount.html:84 +#: ftp/templates/ftp/createFTPAccount.html:87 +#: ftp/templates/ftp/deleteFTPAccount.html:75 +msgid "FTP Account with username:" +msgstr "" + +#: ftp/templates/ftp/createFTPAccount.html:84 +#: ftp/templates/ftp/createFTPAccount.html:87 +#: userManagment/templates/userManagment/createUser.html:144 +msgid "is successfully created." +msgstr "" + +#: ftp/templates/ftp/deleteFTPAccount.html:3 +msgid "Delete FTP Account - CyberPanel" +msgstr "" + +#: ftp/templates/ftp/deleteFTPAccount.html:13 +msgid "Select domain and delete its related FTP accounts." +msgstr "" + +#: ftp/templates/ftp/deleteFTPAccount.html:40 +msgid "Select FTP Account" +msgstr "" + +#: ftp/templates/ftp/deleteFTPAccount.html:71 +msgid "Cannot delete account. Error message:" +msgstr "" + +#: ftp/templates/ftp/deleteFTPAccount.html:75 +msgid " is successfully deleted." +msgstr "" + +#: ftp/templates/ftp/deleteFTPAccount.html:79 +#: userManagment/templates/userManagment/deleteUser.html:70 +msgid "Could not connect to the server. Please refresh this page." +msgstr "" + +#: ftp/templates/ftp/index.html:3 +msgid "FTP Functions - CyberPanel" +msgstr "" + +#: ftp/templates/ftp/index.html:13 +msgid "Delete and create FTP accounts on this page." +msgstr "" + +#: ftp/templates/ftp/listFTPAccounts.html:3 +msgid "List FTP Accounts - CyberPanel" +msgstr "" + +#: ftp/templates/ftp/listFTPAccounts.html:14 +msgid "List FTP Accounts or change their passwords." +msgstr "" + +#: ftp/templates/ftp/listFTPAccounts.html:50 +msgid "Password changed for" +msgstr "" + +#: ftp/templates/ftp/listFTPAccounts.html:54 +msgid "" +"Cannot change password for {$ ftpUsername $}. Error message:" +msgstr "" + +#: ftp/templates/ftp/listFTPAccounts.html:89 +msgid "Directory" +msgstr "Carpeta" + +#: mailServer/templates/mailServer/changeEmailPassword.html:3 +msgid "Change Email Password - CyberPanel" +msgstr "" + +#: mailServer/templates/mailServer/changeEmailPassword.html:12 +#: mailServer/templates/mailServer/changeEmailPassword.html:19 +msgid "Change Email Password" +msgstr "" + +#: mailServer/templates/mailServer/changeEmailPassword.html:13 +msgid "Select a website from the list, to change its password." +msgstr "" + +#: mailServer/templates/mailServer/changeEmailPassword.html:42 +#: mailServer/templates/mailServer/deleteEmailAccount.html:42 +msgid "Select Email" +msgstr "Seleccionar Email" + +#: mailServer/templates/mailServer/changeEmailPassword.html:73 +#: mailServer/templates/mailServer/deleteEmailAccount.html:72 +msgid "Cannot delete email account. Error message:" +msgstr "" + +#: mailServer/templates/mailServer/changeEmailPassword.html:77 +msgid "Password successfully changed for :" +msgstr "" + +#: mailServer/templates/mailServer/changeEmailPassword.html:84 +#: mailServer/templates/mailServer/deleteEmailAccount.html:83 +msgid "Currently no email accounts exist for this domain." +msgstr "" + +#: mailServer/templates/mailServer/createEmailAccount.html:3 +msgid "Create Email Account - CyberPanel" +msgstr "" + +#: mailServer/templates/mailServer/createEmailAccount.html:13 +msgid "Select a website from the list, to create an email account." +msgstr "" + +#: mailServer/templates/mailServer/createEmailAccount.html:72 +msgid "Cannot create email account. Error message:" +msgstr "" + +#: mailServer/templates/mailServer/createEmailAccount.html:76 +msgid "Email with id :" +msgstr "" + +#: mailServer/templates/mailServer/createEmailAccount.html:76 +msgid " is successfully created." +msgstr "" + +#: mailServer/templates/mailServer/deleteEmailAccount.html:3 +msgid "Delete Email Account - CyberPanel" +msgstr "" + +#: mailServer/templates/mailServer/deleteEmailAccount.html:13 +msgid "Select a website from the list, to delete an email account." +msgstr "" + +#: mailServer/templates/mailServer/deleteEmailAccount.html:76 +msgid "Email with id : {$ deletedID $} is successfully deleted." +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:3 +#, fuzzy +#| msgid "Home - CyberPanel" +msgid "DKIM Manager - CyberPanel" +msgstr "Inicio - CyberPanel" + +#: mailServer/templates/mailServer/dkimManager.html:14 +#, fuzzy +#| msgid "This page can be used to Back up your websites" +msgid "This page can be used to generate and view DKIM keys for Domains" +msgstr "No se puede crear la Copia de Seguridad" + +#: mailServer/templates/mailServer/dkimManager.html:27 +msgid "OpenDKIM is not installed. " +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:28 +#, fuzzy +#| msgid "Install" +msgid "Install Now" +msgstr "Instalar" + +#: mailServer/templates/mailServer/dkimManager.html:48 +msgid "OpenDKIM successfully installed, refreshing page in 3 seconds.." +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:97 +msgid "Keys not available for this domain." +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:98 +msgid "Generate Now" +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:110 +#, fuzzy +#| msgid "Domain Name" +msgid "Domain" +msgstr "Nombre de Dominio" + +#: mailServer/templates/mailServer/dkimManager.html:111 +msgid "Private Key" +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:112 +msgid "Public Key" +msgstr "" + +#: mailServer/templates/mailServer/index.html:3 +msgid "Mail Functions - CyberPanel" +msgstr "" + +#: mailServer/templates/mailServer/index.html:12 +msgid "Mail Functions" +msgstr "" + +#: mailServer/templates/mailServer/index.html:13 +msgid "Manage email accounts on this page." +msgstr "" + +#: managePHP/templates/managePHP/editPHPConfig.html:3 +msgid "Edit PHP Configurations - CyberPanel" +msgstr "" + +#: managePHP/templates/managePHP/editPHPConfig.html:14 +#: managePHP/templates/managePHP/editPHPConfig.html:21 +msgid "Edit PHP Configurations" +msgstr "" + +#: managePHP/templates/managePHP/editPHPConfig.html:15 +msgid "Edit PHP Configurations on this page." +msgstr "" + +#: managePHP/templates/managePHP/editPHPConfig.html:35 +msgid "Advanced" +msgstr "Avanzado" + +#: managePHP/templates/managePHP/editPHPConfig.html:48 +#: managePHP/templates/managePHP/editPHPConfig.html:182 +#: managePHP/templates/managePHP/installExtensions.html:28 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:68 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:74 +#: websiteFunctions/templates/websiteFunctions/website.html:333 +#: websiteFunctions/templates/websiteFunctions/website.html:729 +msgid "Select PHP" +msgstr "" + +#: managePHP/templates/managePHP/editPHPConfig.html:67 +msgid "display_errors" +msgstr "" + +#: managePHP/templates/managePHP/editPHPConfig.html:74 +msgid "file_uploads" +msgstr "" + +#: managePHP/templates/managePHP/editPHPConfig.html:82 +msgid "allow_url_fopen" +msgstr "" + +#: managePHP/templates/managePHP/editPHPConfig.html:90 +msgid "allow_url_include" +msgstr "" + +#: managePHP/templates/managePHP/editPHPConfig.html:98 +msgid "memory_limit" +msgstr "" + +#: managePHP/templates/managePHP/editPHPConfig.html:105 +msgid "max_execution_time" +msgstr "" + +#: managePHP/templates/managePHP/editPHPConfig.html:112 +msgid "upload_max_filesize" +msgstr "" + +#: managePHP/templates/managePHP/editPHPConfig.html:119 +msgid "post_max_size" +msgstr "" + +#: managePHP/templates/managePHP/editPHPConfig.html:126 +msgid "max_input_time" +msgstr "" + +#: managePHP/templates/managePHP/editPHPConfig.html:152 +#: managePHP/templates/managePHP/editPHPConfig.html:225 +msgid "PHP Configs Saved." +msgstr "" + +#: managePHP/templates/managePHP/index.html:3 +msgid "Manage PHP Installations - CyberPanel" +msgstr "" + +#: managePHP/templates/managePHP/index.html:12 +msgid "Manage PHP Installations" +msgstr "" + +#: managePHP/templates/managePHP/index.html:13 +msgid "Edit your PHP Configurations to suit your needs." +msgstr "" + +#: managePHP/templates/managePHP/installExtensions.html:3 +msgid "Install PHP Extensions - CyberPanel" +msgstr "" + +#: managePHP/templates/managePHP/installExtensions.html:14 +msgid "Install/uninstall php extensions on this page." +msgstr "" + +#: managePHP/templates/managePHP/installExtensions.html:19 +#: tuning/templates/tuning/phpTuning.html:19 +msgid "Select PHP Version" +msgstr "" + +#: managePHP/templates/managePHP/installExtensions.html:49 +msgid "Search Extensions.." +msgstr "" + +#: managePHP/templates/managePHP/installExtensions.html:64 +msgid "Extension Name" +msgstr "" + +#: managePHP/templates/managePHP/installExtensions.html:65 +msgid "Description" +msgstr "Descripcion" + +#: managePHP/templates/managePHP/installExtensions.html:67 +#: managePHP/templates/managePHP/installExtensions.html:78 +msgid "Install" +msgstr "Instalar" + +#: managePHP/templates/managePHP/installExtensions.html:68 +#: managePHP/templates/managePHP/installExtensions.html:79 +msgid "Uninstall" +msgstr "Desinstalar" + +#: managePHP/templates/managePHP/installExtensions.html:94 +msgid "Go Back" +msgstr "Atras" + +#: managePHP/templates/managePHP/installExtensions.html:105 +#: tuning/templates/tuning/phpTuning.html:111 +#: userManagment/templates/userManagment/modifyUser.html:135 +msgid "Cannot fetch details. Error message:" +msgstr "" + +#: managePHP/templates/managePHP/installExtensions.html:109 +msgid "Cannot perform operation. Error message:" +msgstr "" + +#: manageSSL/templates/manageSSL/index.html:3 +msgid "SSL Functions - CyberPanel" +msgstr "" + +#: manageSSL/templates/manageSSL/index.html:13 +msgid "SSL Functions" +msgstr "" + +#: manageSSL/templates/manageSSL/index.html:14 +msgid "Issue Let’s Encrypt SSLs for websites and hostname." +msgstr "" + +#: manageSSL/templates/manageSSL/manageSSL.html:3 +msgid "Manage SSL - CyberPanel" +msgstr "" + +#: manageSSL/templates/manageSSL/manageSSL.html:14 +msgid "" +"This page can be used to issue Let’s Encrypt SSL for existing websites on " +"server." +msgstr "" + +#: manageSSL/templates/manageSSL/manageSSL.html:42 +#: manageSSL/templates/manageSSL/sslForHostName.html:42 +#: manageSSL/templates/manageSSL/sslForMailServer.html:42 +msgid "Issue SSL" +msgstr "Aplicar SSL" + +#: manageSSL/templates/manageSSL/manageSSL.html:52 +#: manageSSL/templates/manageSSL/sslForHostName.html:52 +#: manageSSL/templates/manageSSL/sslForMailServer.html:52 +msgid "Cannot issue SSL. Error message:" +msgstr "" + +#: manageSSL/templates/manageSSL/manageSSL.html:56 +msgid "SSL Issued for" +msgstr "" + +#: manageSSL/templates/manageSSL/sslForHostName.html:3 +msgid "Issue SSL For Hostname - CyberPanel" +msgstr "" + +#: manageSSL/templates/manageSSL/sslForHostName.html:13 +#: manageSSL/templates/manageSSL/sslForHostName.html:20 +msgid "Issue SSL For Hostname" +msgstr "" + +#: manageSSL/templates/manageSSL/sslForHostName.html:14 +msgid "Let’s Encrypt SSL for hostname to access CyberPanel on verified SSL." +msgstr "" + +#: manageSSL/templates/manageSSL/sslForHostName.html:56 +#: manageSSL/templates/manageSSL/sslForHostName.html:60 +msgid "SSL Issued. You can now access CyberPanel at:" +msgstr "" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:3 +msgid "Issue SSL For MailServer - CyberPanel" +msgstr "" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:13 +#: manageSSL/templates/manageSSL/sslForMailServer.html:20 +msgid "Issue SSL For MailServer" +msgstr "" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:14 +msgid "Let’s Encrypt SSL for MailServer (Postfix/Dovecot)." +msgstr "" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:56 +msgid "SSL Issued, your mail server now uses Lets Encrypt!" +msgstr "" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:60 +#, fuzzy +#| msgid "Could not connect to server. Please refresh this page." +msgid "Could not connect to server, please refresh this page." +msgstr "Imposible conectar. Por favour actualice la pagina." + +#: packages/templates/packages/createPackage.html:3 +msgid "Create Package - CyberPanel" +msgstr "" + +#: packages/templates/packages/createPackage.html:14 +#: packages/templates/packages/deletePackage.html:13 +#: packages/templates/packages/index.html:14 +#: packages/templates/packages/modifyPackage.html:10 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:13 +msgid "" +"Packages define resources for your websites, you need to add package before " +"creating a website." +msgstr "" + +#: packages/templates/packages/createPackage.html:19 +msgid "Package Details" +msgstr "Detalles dek Paquete" + +#: packages/templates/packages/createPackage.html:26 +msgid "Package Name" +msgstr "Nombre del Paquete" + +#: packages/templates/packages/createPackage.html:35 +#: packages/templates/packages/modifyPackage.html:40 +#: websiteFunctions/templates/websiteFunctions/website.html:254 +#, fuzzy +#| msgid "Domain Name" +msgid "Domains" +msgstr "Nombre de Dominio" + +#: packages/templates/packages/createPackage.html:39 +#: packages/templates/packages/modifyPackage.html:44 +#, fuzzy +#| msgid "( 0 = Unlimited )" +msgid "(0 = Unlimited)" +msgstr "( 0 = Ilimitados )" + +#: packages/templates/packages/createPackage.html:43 +#: packages/templates/packages/modifyPackage.html:49 +msgid "Disk Space" +msgstr "Espacio en Disco" + +#: packages/templates/packages/createPackage.html:47 +#: packages/templates/packages/createPackage.html:55 +#: packages/templates/packages/modifyPackage.html:53 +#: packages/templates/packages/modifyPackage.html:61 +msgid "MB (0 = Unlimited)" +msgstr "" + +#: packages/templates/packages/createPackage.html:51 +#: packages/templates/packages/modifyPackage.html:57 +msgid "Bandwidth" +msgstr "" + +#: packages/templates/packages/createPackage.html:60 +#: packages/templates/packages/modifyPackage.html:66 +msgid "FTP Accounts" +msgstr "" + +#: packages/templates/packages/createPackage.html:95 +msgid "Cannot create package. Error message:" +msgstr "" + +#: packages/templates/packages/createPackage.html:99 +msgid "Successfully Created" +msgstr "" + +#: packages/templates/packages/deletePackage.html:3 +msgid "Delete Package - CyberPanel" +msgstr "" + +#: packages/templates/packages/deletePackage.html:27 +#: packages/templates/packages/modifyPackage.html:24 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:29 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:45 +msgid "Select Package" +msgstr "" + +#: packages/templates/packages/deletePackage.html:59 +msgid "Cannot delete package. Error message:" +msgstr "" + +#: packages/templates/packages/deletePackage.html:63 +#: userManagment/templates/userManagment/deleteUser.html:65 +msgid " Successfully Deleted" +msgstr "" + +#: packages/templates/packages/index.html:3 +msgid "Packages - CyberPanel" +msgstr "" + +#: packages/templates/packages/modifyPackage.html:3 +msgid "Modify Package - CyberPanel" +msgstr "" + +#: packages/templates/packages/modifyPackage.html:104 +msgid "Cannot fetch package details. Error message:" +msgstr "" + +#: packages/templates/packages/modifyPackage.html:108 +msgid "Package Details Successfully Fetched" +msgstr "" + +#: packages/templates/packages/modifyPackage.html:112 +msgid "Successfully Modified" +msgstr "" + +#: serverLogs/templates/serverLogs/accessLogs.html:3 +msgid "Access Logs - CyberPanel" +msgstr "" + +#: serverLogs/templates/serverLogs/accessLogs.html:17 +#: serverLogs/templates/serverLogs/index.html:25 +#: serverLogs/templates/serverLogs/index.html:27 +#: websiteFunctions/templates/websiteFunctions/website.html:128 +msgid "Access Logs" +msgstr "" + +#: serverLogs/templates/serverLogs/accessLogs.html:18 +msgid "Access Logs for main web server." +msgstr "" + +#: serverLogs/templates/serverLogs/accessLogs.html:26 +#: serverLogs/templates/serverLogs/emailLogs.html:23 +#: serverLogs/templates/serverLogs/errorLogs.html:23 +#: serverLogs/templates/serverLogs/ftplogs.html:23 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:23 +#: serverStatus/templates/serverStatus/cybercpmainlogfile.html:24 +msgid "Last 50 Lines" +msgstr "" + +#: serverLogs/templates/serverLogs/accessLogs.html:45 +#: serverLogs/templates/serverLogs/emailLogs.html:42 +#: serverLogs/templates/serverLogs/errorLogs.html:42 +#: serverLogs/templates/serverLogs/ftplogs.html:42 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:42 +#, fuzzy +#| msgid "Server Logs" +msgid "Clear Logs" +msgstr "Server Logs" + +#: serverLogs/templates/serverLogs/accessLogs.html:52 +#: serverLogs/templates/serverLogs/emailLogs.html:49 +#: serverLogs/templates/serverLogs/errorLogs.html:49 +#: serverLogs/templates/serverLogs/ftplogs.html:49 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:50 +#: serverStatus/templates/serverStatus/cybercpmainlogfile.html:47 +msgid "Last 50 Lines Fetched" +msgstr "" + +#: serverLogs/templates/serverLogs/accessLogs.html:57 +#: serverLogs/templates/serverLogs/emailLogs.html:54 +#: serverLogs/templates/serverLogs/errorLogs.html:54 +#: serverLogs/templates/serverLogs/ftplogs.html:54 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:55 +#: serverStatus/templates/serverStatus/cybercpmainlogfile.html:52 +msgid "Could not fetch logs. Use the command line to view the log file." +msgstr "" + +#: serverLogs/templates/serverLogs/emailLogs.html:3 +#: serverLogs/templates/serverLogs/errorLogs.html:3 +msgid "Error Logs - CyberPanel" +msgstr "" + +#: serverLogs/templates/serverLogs/emailLogs.html:15 +msgid "Email Logs for main web server." +msgstr "" + +#: serverLogs/templates/serverLogs/errorLogs.html:15 +msgid "Error Logs for main web server." +msgstr "" + +#: serverLogs/templates/serverLogs/ftplogs.html:3 +msgid "FTP Logs - CyberPanel" +msgstr "" + +#: serverLogs/templates/serverLogs/ftplogs.html:15 +msgid "FTP Logs for main web server." +msgstr "" + +#: serverLogs/templates/serverLogs/index.html:3 +msgid "Server Logs - CyberPanel" +msgstr "" + +#: serverLogs/templates/serverLogs/index.html:13 +msgid "Server Logs" +msgstr "Server Logs" + +#: serverLogs/templates/serverLogs/index.html:14 +msgid "" +"These are the logs from main server, to see logs for your website navigate " +"to: Websites -> List Websites -> Select Website -> View Logs." +msgstr "" + +#: serverLogs/templates/serverLogs/modSecAuditLog.html:3 +#, fuzzy +#| msgid "Back up Home - CyberPanel" +msgid "ModSecurity Audit Logs - CyberPanel" +msgstr "Copia de Seguridad Inicio- CyberPanel" + +#: serverLogs/templates/serverLogs/modSecAuditLog.html:15 +msgid "ModSecurity Audit logs" +msgstr "" + +#: serverStatus/templates/serverStatus/cybercpmainlogfile.html:3 +msgid "CyberPanel Main Log File - CyberPanel" +msgstr "" + +#: serverStatus/templates/serverStatus/cybercpmainlogfile.html:16 +msgid "" +"This log file corresponds to errors generated by CyberPanel for your domain " +"errors log you can look into /home/domain/logs." +msgstr "" + +#: serverStatus/templates/serverStatus/index.html:3 +msgid "Server Status - CyberPanel" +msgstr "" + +#: serverStatus/templates/serverStatus/index.html:14 +msgid "View LiteSpeed status and log files." +msgstr "" + +#: serverStatus/templates/serverStatus/litespeedStatus.html:3 +msgid "LiteSpeed Status - CyberPanel" +msgstr "" + +#: serverStatus/templates/serverStatus/litespeedStatus.html:16 +msgid "LiteSpeed Status:" +msgstr "" + +#: serverStatus/templates/serverStatus/litespeedStatus.html:17 +msgid "" +"On this page you can get information regarding your LiteSpeed processes." +msgstr "" + +#: serverStatus/templates/serverStatus/litespeedStatus.html:32 +msgid "LiteSpeed Processes" +msgstr "Proceso LiteSpeed" + +#: serverStatus/templates/serverStatus/litespeedStatus.html:39 +msgid "Process ID" +msgstr "Identificador del Proceso" + +#: serverStatus/templates/serverStatus/litespeedStatus.html:51 +msgid "Main Process" +msgstr "" + +#: serverStatus/templates/serverStatus/litespeedStatus.html:54 +msgid "lscgid Process" +msgstr "" + +#: serverStatus/templates/serverStatus/litespeedStatus.html:57 +msgid "Worker Process" +msgstr "" + +#: serverStatus/templates/serverStatus/litespeedStatus.html:67 +msgid "" +"Could not fetch details, either LiteSpeed is not running or some error " +"occurred, please see CyberPanel Main log file." +msgstr "" + +#: serverStatus/templates/serverStatus/litespeedStatus.html:72 +msgid "Reboot Litespeed" +msgstr "Reiniciar LiteSpeed" + +#: serverStatus/templates/serverStatus/litespeedStatus.html:77 +msgid "Stop LiteSpeed" +msgstr "Parar LiteSpeed" + +#: serverStatus/templates/serverStatus/litespeedStatus.html:90 +msgid "Error Occurred. See CyberPanel main log file." +msgstr "" + +#: serverStatus/templates/serverStatus/litespeedStatus.html:95 +msgid "Could not connect to server." +msgstr "" + +#: serverStatus/templates/serverStatus/services.html:3 +#, fuzzy +#| msgid "Home - CyberPanel" +msgid "Services - CyberPanel" +msgstr "Inicio - CyberPanel" + +#: tuning/templates/tuning/index.html:3 +msgid "Server Tuning - CyberPanel" +msgstr "" + +#: tuning/templates/tuning/index.html:13 +msgid "" +"On this page you can set runing parameters for your webserver depending on " +"your hardware." +msgstr "" + +#: tuning/templates/tuning/liteSpeedTuning.html:3 +msgid "LiteSpeed Tuning - CyberPanel" +msgstr "" + +#: tuning/templates/tuning/liteSpeedTuning.html:13 +msgid "" +"You can use this page to tweak your server according to your website " +"requirments." +msgstr "" + +#: tuning/templates/tuning/liteSpeedTuning.html:18 +msgid "Tuning Details" +msgstr "" + +#: tuning/templates/tuning/liteSpeedTuning.html:28 +#: tuning/templates/tuning/phpTuning.html:49 +msgid "Max Connections" +msgstr "Conexiones máximas" + +#: tuning/templates/tuning/liteSpeedTuning.html:36 +msgid "Max SSL Connections" +msgstr "" + +#: tuning/templates/tuning/liteSpeedTuning.html:44 +msgid "Connection Timeout" +msgstr "" + +#: tuning/templates/tuning/liteSpeedTuning.html:52 +msgid "Keep Alive Timeout" +msgstr "" + +#: tuning/templates/tuning/liteSpeedTuning.html:60 +msgid "Cache Size in memory" +msgstr "" + +#: tuning/templates/tuning/liteSpeedTuning.html:67 +msgid "Enable GZIP Compression" +msgstr "Activar GZIP Compression" + +#: tuning/templates/tuning/liteSpeedTuning.html:74 +#: tuning/templates/tuning/phpTuning.html:94 +#: userManagment/templates/userManagment/modifyUser.html:77 +msgid "Currently:" +msgstr "Actualmente:" + +#: tuning/templates/tuning/liteSpeedTuning.html:82 +msgid "Tune Web Server" +msgstr "" + +#: tuning/templates/tuning/liteSpeedTuning.html:92 +msgid "" +"Cannot fetch Current Value, but you can still submit new changes, error " +"reported from server:" +msgstr "" + +#: tuning/templates/tuning/liteSpeedTuning.html:96 +msgid "Cannot save details, Error Message: " +msgstr "" + +#: tuning/templates/tuning/liteSpeedTuning.html:101 +msgid "Web Server Successfully tuned." +msgstr "" + +#: tuning/templates/tuning/phpTuning.html:3 +msgid "PHP Tuning - CyberPanel" +msgstr "" + +#: tuning/templates/tuning/phpTuning.html:14 +msgid "Set how each version of PHP behaves in your server here." +msgstr "" + +#: tuning/templates/tuning/phpTuning.html:42 +msgid "Initial Request Timeout (secs)" +msgstr "" + +#: tuning/templates/tuning/phpTuning.html:57 +msgid "Memory Soft Limit" +msgstr "" + +#: tuning/templates/tuning/phpTuning.html:64 +msgid "Memory Hard Limit" +msgstr "" + +#: tuning/templates/tuning/phpTuning.html:72 +msgid "Process Soft Limit" +msgstr "" + +#: tuning/templates/tuning/phpTuning.html:79 +msgid "Process Hard Limit" +msgstr "" + +#: tuning/templates/tuning/phpTuning.html:87 +msgid "Persistent Connection" +msgstr "" + +#: tuning/templates/tuning/phpTuning.html:90 +msgid "Enable" +msgstr "Activar" + +#: tuning/templates/tuning/phpTuning.html:91 +msgid "Disable" +msgstr "Desactivar" + +#: tuning/templates/tuning/phpTuning.html:102 +msgid "Tune PHP" +msgstr "Configurar PHP" + +#: tuning/templates/tuning/phpTuning.html:115 +msgid "Cannot tune. Error message:" +msgstr "" + +#: tuning/templates/tuning/phpTuning.html:120 +msgid "Details Successfully fetched." +msgstr "" + +#: tuning/templates/tuning/phpTuning.html:124 +#, fuzzy +#| msgid "PHP version " +msgid "PHP for " +msgstr "Version PHP " + +#: tuning/templates/tuning/phpTuning.html:124 +msgid "Successfully tuned." +msgstr "" + +#: userManagment/templates/userManagment/createUser.html:3 +msgid "Create New User - CyberPanel" +msgstr "" + +#: userManagment/templates/userManagment/createUser.html:13 +msgid "Create root, reseller or normal users on this page." +msgstr "" + +#: userManagment/templates/userManagment/createUser.html:19 +msgid "User Details" +msgstr "Detalles del Usuario" + +#: userManagment/templates/userManagment/createUser.html:28 +#: userManagment/templates/userManagment/modifyUser.html:39 +#: userManagment/templates/userManagment/userProfile.html:25 +msgid "First Name" +msgstr "Nombre" + +#: userManagment/templates/userManagment/createUser.html:32 +msgid "First Name should contain only alphabetic characters." +msgstr "" + +#: userManagment/templates/userManagment/createUser.html:37 +#: userManagment/templates/userManagment/modifyUser.html:46 +#: userManagment/templates/userManagment/userProfile.html:33 +msgid "Last Name" +msgstr "Apellido" + +#: userManagment/templates/userManagment/createUser.html:41 +msgid "Last Name should contain only alphabetic characters." +msgstr "" + +#: userManagment/templates/userManagment/createUser.html:51 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:64 +msgid "Invalid Email" +msgstr "Email no Valido" + +#: userManagment/templates/userManagment/createUser.html:64 +#: userManagment/templates/userManagment/createUser.html:76 +#: userManagment/templates/userManagment/modifyUser.html:69 +msgid "Account Type" +msgstr "Tipo de Cuenta" + +#: userManagment/templates/userManagment/createUser.html:92 +#: userManagment/templates/userManagment/modifyUser.html:88 +#: userManagment/templates/userManagment/userProfile.html:67 +#: userManagment/templates/userManagment/userProfile.html:74 +msgid "User Accounts Limit" +msgstr "" + +#: userManagment/templates/userManagment/createUser.html:96 +msgid "Only Numbers" +msgstr "Solo Numeros" + +#: userManagment/templates/userManagment/createUser.html:103 +#: userManagment/templates/userManagment/userProfile.html:42 +msgid "Username" +msgstr "Nombre de Usuario" + +#: userManagment/templates/userManagment/createUser.html:107 +msgid "Username should be lowercase alphanumeric." +msgstr "" + +#: userManagment/templates/userManagment/createUser.html:117 +msgid "Must contain one number and one special character." +msgstr "" + +#: userManagment/templates/userManagment/createUser.html:133 +#: userManagment/templates/userManagment/index.html:40 +#: userManagment/templates/userManagment/index.html:42 +msgid "Create User" +msgstr "Crear Usuario" + +#: userManagment/templates/userManagment/createUser.html:144 +#: userManagment/templates/userManagment/modifyUser.html:122 +msgid "Account with username:" +msgstr "" + +#: userManagment/templates/userManagment/createUser.html:148 +msgid "Cannot create user. Error message:" +msgstr "" + +#: userManagment/templates/userManagment/createUser.html:156 +msgid "" +"Length of first and last name combined should be less than or equal to 20 " +"characters" +msgstr "" + +#: userManagment/templates/userManagment/deleteUser.html:3 +msgid "Delete User - CyberPanel" +msgstr "" + +#: userManagment/templates/userManagment/deleteUser.html:14 +msgid "Websites owned by this user will automatically transfer to the root." +msgstr "" + +#: userManagment/templates/userManagment/deleteUser.html:29 +msgid "Select User" +msgstr "Seleccionar Usuario" + +#: userManagment/templates/userManagment/deleteUser.html:61 +msgid "Cannot delete user. Error message:" +msgstr "" + +#: userManagment/templates/userManagment/deleteUser.html:65 +msgid "User " +msgstr "Usuario " + +#: userManagment/templates/userManagment/index.html:3 +msgid "User Functions - CyberPanel" +msgstr "" + +#: userManagment/templates/userManagment/index.html:14 +msgid "Create, edit and delete users on this page." +msgstr "" + +#: userManagment/templates/userManagment/modifyUser.html:3 +msgid "Modify User - CyberPanel" +msgstr "" + +#: userManagment/templates/userManagment/modifyUser.html:13 +msgid "Modify existing user settings on this page." +msgstr "" + +#: userManagment/templates/userManagment/modifyUser.html:26 +msgid "Select Account" +msgstr "Seleccionar Cuenta" + +#: userManagment/templates/userManagment/modifyUser.html:122 +msgid " is successfully modified." +msgstr "" + +#: userManagment/templates/userManagment/modifyUser.html:126 +msgid "Cannot modify user. Error message:" +msgstr "" + +#: userManagment/templates/userManagment/modifyUser.html:139 +msgid "Details fetched." +msgstr "" + +#: userManagment/templates/userManagment/userProfile.html:3 +msgid "Account Details - CyberPanel" +msgstr "" + +#: userManagment/templates/userManagment/userProfile.html:12 +#: userManagment/templates/userManagment/userProfile.html:18 +msgid "Account Details" +msgstr "" + +#: userManagment/templates/userManagment/userProfile.html:13 +msgid "List the account details for the currently logged in user." +msgstr "" + +#: userManagment/templates/userManagment/userProfile.html:58 +msgid "Account Level" +msgstr "Tipo de Cuenta" + +#: userManagment/templates/userManagment/userProfile.html:69 +#: userManagment/templates/userManagment/userProfile.html:76 +#: userManagment/templates/userManagment/userProfile.html:84 +msgid "( 0 = Unlimited )" +msgstr "( 0 = Ilimitados )" + +#: userManagment/templates/userManagment/userProfile.html:82 +msgid "Websites Limit" +msgstr "Limites para el Sitio Web" + +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:3 +msgid "Create New Website - CyberPanel" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:13 +#: websiteFunctions/templates/websiteFunctions/index.html:14 +#: websiteFunctions/templates/websiteFunctions/listWebsites.html:15 +msgid "" +"On this page you can launch, list, modify and delete websites from your " +"server." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:20 +msgid "Website Details" +msgstr "Detalles del Sitio web" + +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:40 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:56 +msgid "Select Owner" +msgstr "Seleccionar Propietario" + +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:54 +msgid "Do not enter WWW, it will be auto created!" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:56 +#: websiteFunctions/templates/websiteFunctions/website.html:317 +#: websiteFunctions/templates/websiteFunctions/website.html:328 +msgid "Invalid Domain (Note: You don't need to add 'http' or 'https')" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:85 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:86 +#: websiteFunctions/templates/websiteFunctions/website.html:350 +msgid "Additional Features" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:120 +#: websiteFunctions/templates/websiteFunctions/website.html:385 +msgid "Cannot create website. Error message:" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:389 +msgid "Website with domain" +msgstr "Sitio web con dominio" + +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:389 +msgid " is Successfully Created" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:3 +msgid "Delete Website - CyberPanel" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:13 +msgid "" +"This page can be used to delete website, once deleted it can not be " +"recovered." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:61 +msgid "Cannot delete website, Error message: " +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:65 +msgid "Successfully Deleted." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:3 +#, fuzzy +#| msgid "Home - CyberPanel" +msgid "Domain Aliases - CyberPanel" +msgstr "Inicio - CyberPanel" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:12 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:19 +#, fuzzy +#| msgid "Domain Name" +msgid "Domain Aliases" +msgstr "Nombre de Dominio" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:13 +msgid "" +"With Domain Aliases you can visit example.com using example.net and view the " +"same content." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:29 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:105 +#, fuzzy +#| msgid "Create User" +msgid "Create Alias" +msgstr "Crear Usuario" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:36 +msgid "Master Domain" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:37 +msgid "Alias" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:38 +#, fuzzy +#| msgid "System Status" +msgid "File System Path" +msgstr "Estado del Sistema" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:53 +#: websiteFunctions/templates/websiteFunctions/website.html:480 +#, fuzzy +#| msgid "Issue SSL" +msgid "Issue" +msgstr "Aplicar SSL" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:63 +msgid "Domain Aliases not found." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:79 +msgid "Alias Domain" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:93 +msgid "" +"For SSL to work DNS of domain should point to server, otherwise self signed " +"SSL will be issued, you can add your own SSL later." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:114 +#, fuzzy +#| msgid "Installation failed. Error message:" +msgid "Operation failed. Error message:" +msgstr "La instalacion ha fallado. Error:" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:118 +msgid "Alias successfully created. Refreshing page in 3 seconds..." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:122 +#, fuzzy +#| msgid "Successfully " +msgid "Operation Successfull." +msgstr "Satisfactoriamente " + +#: websiteFunctions/templates/websiteFunctions/index.html:3 +msgid "Website Functions - CyberPanel" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/index.html:89 +#: websiteFunctions/templates/websiteFunctions/index.html:91 +#: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:13 +#: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:20 +msgid "Suspend/Unsuspend Website" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:3 +#, fuzzy +#| msgid "Home - CyberPanel" +msgid "Cron Management - CyberPanel" +msgstr "Inicio - CyberPanel" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:12 +#: websiteFunctions/templates/websiteFunctions/listCron.html:19 +#, fuzzy +#| msgid "Version Management" +msgid "Cron Management" +msgstr "Versión" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:13 +msgid "Create, edit or delete your cron jobs from this page." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:37 +msgid "Add Cron" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:46 +#: websiteFunctions/templates/websiteFunctions/listCron.html:95 +msgid "Minute" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:47 +#: websiteFunctions/templates/websiteFunctions/listCron.html:101 +msgid "Hour" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:48 +msgid "Day of Month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:49 +#: websiteFunctions/templates/websiteFunctions/listCron.html:113 +msgid "Month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:50 +msgid "Day of Week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:51 +#: websiteFunctions/templates/websiteFunctions/listCron.html:126 +msgid "Command" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:52 +msgid "Action" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:79 +msgid "Pre defined" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:82 +msgid "Every minute" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:83 +msgid "Every 5 minutes" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:84 +msgid "Every 30 minutes" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:85 +msgid "Every hour" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:86 +msgid "Every day" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:87 +msgid "Every week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:88 +msgid "Every month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:89 +msgid "Every year" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:107 +msgid "Day of month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:119 +msgid "Day of week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:135 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Save edits" +msgstr "Cambios Guardados" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:142 +#, fuzzy +#| msgid "Add Records" +msgid "Add cron" +msgstr "Añadir Registro" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:152 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:105 +msgid "Cannot fetch website details. Error message:" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:156 +#, fuzzy +#| msgid "Could not save SSL. Error message:" +msgid "Unable to add/save Cron. Error message:" +msgstr "No se han podido guarder los cambios. Error:" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:159 +msgid "Cron job saved" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listWebsites.html:3 +msgid "Websites Hosted - CyberPanel" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listWebsites.html:53 +msgid "Cannot list websites. Error message:" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:3 +msgid "Modify Website - CyberPanel" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:51 +msgid "Current Package:" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:62 +msgid "Current Owner:" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:109 +msgid "Cannot modify website. Error message:" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:113 +msgid "Website Details Successfully fetched" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:3 +msgid "Suspend/Unsuspend Website - CyberPanel" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:14 +msgid "This page can be used to suspend/unsuspend website." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:44 +msgid "Suspend" +msgstr "Suspender" + +#: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:45 +msgid "Un-Suspend" +msgstr "Activar" + +#: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:65 +msgid "Cannot suspend website, Error message: " +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:69 +msgid "Cannot unsuspend website. Error message:" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:73 +msgid "Website " +msgstr "Sitio web " + +#: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:73 +msgid "Successfully " +msgstr "Satisfactoriamente " + +#: websiteFunctions/templates/websiteFunctions/website.html:13 +#, fuzzy +#| msgid "Previous" +msgid "Preview" +msgstr "Anterior" + +#: websiteFunctions/templates/websiteFunctions/website.html:14 +msgid "All functions related to a particular site." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:25 +msgid "Resource Usage" +msgstr "Recursis Usados" + +#: websiteFunctions/templates/websiteFunctions/website.html:36 +msgid "Resource" +msgstr "Recurso" + +#: websiteFunctions/templates/websiteFunctions/website.html:38 +msgid "Allowed" +msgstr "Permitido" + +#: websiteFunctions/templates/websiteFunctions/website.html:60 +#: websiteFunctions/templates/websiteFunctions/website.html:87 +msgid "Bandwidth Usage" +msgstr "Trafico Utilizado" + +#: websiteFunctions/templates/websiteFunctions/website.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:127 +msgid "Load Access Logs" +msgstr "Cargar Reportes" + +#: websiteFunctions/templates/websiteFunctions/website.html:135 +#: websiteFunctions/templates/websiteFunctions/website.html:138 +msgid "Load Error Logs" +msgstr "Cargar Reportes de Error" + +#: websiteFunctions/templates/websiteFunctions/website.html:150 +msgid "Logs Fetched" +msgstr "Cargar Reportes" + +#: websiteFunctions/templates/websiteFunctions/website.html:155 +msgid "" +"Could not fetch logs, see the logs file through command line. Error message:" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:176 +#: websiteFunctions/templates/websiteFunctions/website.html:215 +msgid "Next" +msgstr "Siguiente" + +#: websiteFunctions/templates/websiteFunctions/website.html:177 +#: websiteFunctions/templates/websiteFunctions/website.html:216 +msgid "Previous" +msgstr "Anterior" + +#: websiteFunctions/templates/websiteFunctions/website.html:262 +#: websiteFunctions/templates/websiteFunctions/website.html:265 +#: websiteFunctions/templates/websiteFunctions/website.html:266 +#, fuzzy +#| msgid "Add Destination" +msgid "Add Domains" +msgstr "Añadir Destino" + +#: websiteFunctions/templates/websiteFunctions/website.html:273 +#: websiteFunctions/templates/websiteFunctions/website.html:276 +#: websiteFunctions/templates/websiteFunctions/website.html:277 +#: websiteFunctions/templates/websiteFunctions/website.html:294 +#: websiteFunctions/templates/websiteFunctions/website.html:297 +#, fuzzy +#| msgid "List Databases" +msgid "List Domains" +msgstr "Lista de Base de Datos" + +#: websiteFunctions/templates/websiteFunctions/website.html:283 +#: websiteFunctions/templates/websiteFunctions/website.html:286 +#: websiteFunctions/templates/websiteFunctions/website.html:287 +#, fuzzy +#| msgid "Domain Name" +msgid "Domain Alias" +msgstr "Nombre de Dominio" + +#: websiteFunctions/templates/websiteFunctions/website.html:294 +#: websiteFunctions/templates/websiteFunctions/website.html:297 +msgid "Add new Cron Job" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:298 +msgid "Cron Jobs" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:324 +#: websiteFunctions/templates/websiteFunctions/website.html:883 +#: websiteFunctions/templates/websiteFunctions/website.html:934 +msgid "Path" +msgstr "Ruta" + +#: websiteFunctions/templates/websiteFunctions/website.html:326 +msgid "This path is relative to: " +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:326 +msgid "Leave empty to set default." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:374 +#, fuzzy +#| msgid "Create Email" +msgid "Create Domain" +msgstr "Crear Email" + +#: websiteFunctions/templates/websiteFunctions/website.html:416 +#, fuzzy +#| msgid "Version Management" +msgid "PHP Version Changed to:" +msgstr "Versión" + +#: websiteFunctions/templates/websiteFunctions/website.html:420 +#, fuzzy +#| msgid "Delete" +msgid "Deleted:" +msgstr "Eliminar" + +#: websiteFunctions/templates/websiteFunctions/website.html:424 +#, fuzzy +#| msgid "SSL Saved" +msgid "SSL Issued:" +msgstr "SSL Guardado" + +#: websiteFunctions/templates/websiteFunctions/website.html:509 +msgid "Configurations" +msgstr "Configuraciones" + +#: websiteFunctions/templates/websiteFunctions/website.html:518 +#: websiteFunctions/templates/websiteFunctions/website.html:521 +msgid "Edit vHost Main Configurations" +msgstr "Editar vHost Main Configuracion" + +#: websiteFunctions/templates/websiteFunctions/website.html:522 +msgid "vHost Conf" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:530 +msgid "Add Rewrite Rules (.htaccess)" +msgstr "Añadir cambios (.htaccess)" + +#: websiteFunctions/templates/websiteFunctions/website.html:533 +#, fuzzy +#| msgid "Add Rewrite Rules (.htaccess)" +msgid "Rewrite Rules (.htaccess)" +msgstr "Añadir cambios (.htaccess)" + +#: websiteFunctions/templates/websiteFunctions/website.html:534 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Rewrite Rules" +msgstr "Cambios Guardados" + +#: websiteFunctions/templates/websiteFunctions/website.html:542 +#: websiteFunctions/templates/websiteFunctions/website.html:545 +msgid "Add Your Own SSL" +msgstr "Añadir tu propio certificado SSL" + +#: websiteFunctions/templates/websiteFunctions/website.html:546 +msgid "Add SSL" +msgstr "Añadir SSL" + +#: websiteFunctions/templates/websiteFunctions/website.html:554 +#: websiteFunctions/templates/websiteFunctions/website.html:557 +#, fuzzy +#| msgid "PHP version " +msgid "Change PHP Version" +msgstr "Version PHP " + +#: websiteFunctions/templates/websiteFunctions/website.html:558 +#: websiteFunctions/templates/websiteFunctions/website.html:754 +#, fuzzy +#| msgid "Change" +msgid "Change PHP" +msgstr "Cambiar" + +#: websiteFunctions/templates/websiteFunctions/website.html:570 +msgid "SSL Saved" +msgstr "SSL Guardado" + +#: websiteFunctions/templates/websiteFunctions/website.html:575 +msgid "Could not save SSL. Error message:" +msgstr "No se han podido guarder los cambios. Error:" + +#: websiteFunctions/templates/websiteFunctions/website.html:624 +msgid "Current configuration in the file fetched." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:629 +#: websiteFunctions/templates/websiteFunctions/website.html:642 +msgid "Could not fetch current configuration. Error message:" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:638 +#: websiteFunctions/templates/websiteFunctions/website.html:690 +#, fuzzy +#| msgid "Configurations" +msgid "Configurations saved." +msgstr "Configuraciones" + +#: websiteFunctions/templates/websiteFunctions/website.html:676 +msgid "Current rewrite rules in the file fetched." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:681 +msgid "Could not fetch current rewrite rules. Error message:" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:694 +msgid "Could not save rewrite rules. Error message:" +msgstr "No se han podido guarder los cambios. Error:" + +#: websiteFunctions/templates/websiteFunctions/website.html:710 +msgid "Save Rewrite Rules" +msgstr "Cambios Guardados" + +#: websiteFunctions/templates/websiteFunctions/website.html:765 +#, fuzzy +#| msgid "Cannot add destination. Error message:" +msgid "Failed to change PHP version. Error message:" +msgstr "Error al añadir el destino. Error:" + +#: websiteFunctions/templates/websiteFunctions/website.html:769 +msgid "PHP successfully changed for: " +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:795 +msgid "Files" +msgstr "Archivos" + +#: websiteFunctions/templates/websiteFunctions/website.html:803 +#: websiteFunctions/templates/websiteFunctions/website.html:806 +#: websiteFunctions/templates/websiteFunctions/website.html:807 +msgid "File Manager" +msgstr "Explorador de Archivos" + +#: websiteFunctions/templates/websiteFunctions/website.html:819 +#, fuzzy +#| msgid "Create FTP Account" +msgid "Create FTP Acct" +msgstr "Crear Cuenta FTP" + +#: websiteFunctions/templates/websiteFunctions/website.html:831 +#, fuzzy +#| msgid "Delete FTP Account" +msgid "Delete FTP Acct" +msgstr "Eliminar Cuenta FTP" + +#: websiteFunctions/templates/websiteFunctions/website.html:848 +msgid "Application Installer" +msgstr "Instalador de Aplicaciones" + +#: websiteFunctions/templates/websiteFunctions/website.html:857 +#: websiteFunctions/templates/websiteFunctions/website.html:860 +#, fuzzy +#| msgid "Wordpress with LSCache" +msgid "Install wordpress with LSCache" +msgstr "Wordpress con LSCache" + +#: websiteFunctions/templates/websiteFunctions/website.html:861 +msgid "Wordpress with LSCache" +msgstr "Wordpress con LSCache" + +#: websiteFunctions/templates/websiteFunctions/website.html:869 +#: websiteFunctions/templates/websiteFunctions/website.html:872 +msgid "Install Joomla with(?) LSCache" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:873 +msgid "Joomla" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:905 +#: websiteFunctions/templates/websiteFunctions/website.html:984 +msgid "Installation failed. Error message:" +msgstr "La instalacion ha fallado. Error:" + +#: websiteFunctions/templates/websiteFunctions/website.html:909 +#: websiteFunctions/templates/websiteFunctions/website.html:988 +msgid "Installation successful. To complete the setup visit:" +msgstr "Instalacion completada. Para completer la instalacion visite:" + +#: websiteFunctions/templates/websiteFunctions/website.html:941 +msgid "Site name" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:948 +#, fuzzy +#| msgid "Username" +msgid "Admin Username" +msgstr "Nombre de Usuario" + +#: websiteFunctions/templates/websiteFunctions/website.html:955 +#, fuzzy +#| msgid "Password" +msgid "Admin Password" +msgstr "Contraseña" + +#: websiteFunctions/templates/websiteFunctions/website.html:962 +#, fuzzy +#| msgid "Database Name" +msgid "Database prefix" +msgstr "Nombre de la Base de Datos" + +#~ msgid "Urdu" +#~ msgstr "Urdu" + +#~ msgid "Daily" +#~ msgstr "Diario" + +#~ msgid "Weekly" +#~ msgstr "Semanal" + +#~ msgid "HTTP Statistics" +#~ msgstr "Estadisticas HTTP" + +#~ msgid "Available/Max Connections" +#~ msgstr "Disponible/Conexiones máximas" + +#~ msgid "Available/Max SSL Connections" +#~ msgstr "Disponible/Conexiones máximas SSL" + +#~ msgid "Requests Processing" +#~ msgstr "Peticiones actuales" + +#~ msgid "Total Requests" +#~ msgstr "Peticiones en Total" + +#~ msgid "IPV6" +#~ msgstr "IPV6" + +#~ msgid "Reseller" +#~ msgstr "Re-vendedor" + +#~ msgid "Normal User" +#~ msgstr "Usuario Normal" + +#~ msgid "Admin" +#~ msgstr "Administrador" + +#~ msgid "Edit Virtual Host Main Configurations" +#~ msgstr "Editar la configuracion de Virtual Host" + +#~ msgid "Configuration saved. Restart LiteSpeed put them in effect." +#~ msgstr "" +#~ "Configuracion guardada con exito. Por favour reinicie LiteSpeed para " +#~ "aplicar los cambios." diff --git a/locale/gr/LC_MESSAGES/django.mo b/locale/gr/LC_MESSAGES/django.mo index fc23f74c147aa2fc5d4d9dabc59700c577fd6bda..2c599f1a07fda46fa75cceb9f5ba8a1c70ac4ff8 100644 GIT binary patch delta 11129 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 Yw!eMTmh5d7l;(SGN|v+@m$Uo)AMKaiS^xk5 delta 11903 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 diff --git a/locale/gr/LC_MESSAGES/django.po b/locale/gr/LC_MESSAGES/django.po index 28e660f94..505d2a8e7 100644 --- a/locale/gr/LC_MESSAGES/django.po +++ b/locale/gr/LC_MESSAGES/django.po @@ -3,14 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # -#: baseTemplate/templates/baseTemplate/index.html:95 -#: baseTemplate/templates/baseTemplate/index.html:185 -#: baseTemplate/templates/baseTemplate/index.html:236 -#: baseTemplate/templates/baseTemplate/index.html:242 -#: baseTemplate/templates/baseTemplate/index.html:248 -#: baseTemplate/templates/baseTemplate/index.html:254 -#: baseTemplate/templates/baseTemplate/index.html:260 -#: baseTemplate/templates/baseTemplate/index.html:266 +#: baseTemplate/templates/baseTemplate/index.html:176 +#: baseTemplate/templates/baseTemplate/index.html:222 +#: baseTemplate/templates/baseTemplate/index.html:228 +#: baseTemplate/templates/baseTemplate/index.html:234 +#: baseTemplate/templates/baseTemplate/index.html:240 +#: baseTemplate/templates/baseTemplate/index.html:246 +#: baseTemplate/templates/baseTemplate/index.html:252 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:198 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:288 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:343 @@ -23,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-15 13:07+0500\n" +"POT-Creation-Date: 2018-05-14 14:50+0500\n" "PO-Revision-Date: 2018-01-04 22:12+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -57,6 +56,22 @@ msgstr "Ιαπωνικά" msgid "Bosnian" msgstr "" +#: CyberCP/settings.py:173 +msgid "Greek" +msgstr "" + +#: CyberCP/settings.py:174 +msgid "Russian" +msgstr "" + +#: CyberCP/settings.py:175 +msgid "Turkish" +msgstr "" + +#: CyberCP/settings.py:176 +msgid "Spanish" +msgstr "" + #: backup/templates/backup/backup.html:4 backup/templates/backup/backup.html:14 #: backup/templates/backup/backup.html:21 msgid "Back up Website" @@ -75,9 +90,12 @@ msgstr "" #: mailServer/templates/mailServer/changeEmailPassword.html:28 #: mailServer/templates/mailServer/createEmailAccount.html:28 #: mailServer/templates/mailServer/deleteEmailAccount.html:28 +#: mailServer/templates/mailServer/dkimManager.html:83 #: manageSSL/templates/manageSSL/manageSSL.html:29 #: manageSSL/templates/manageSSL/sslForHostName.html:29 +#: manageSSL/templates/manageSSL/sslForMailServer.html:29 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:28 +#: websiteFunctions/templates/websiteFunctions/listCron.html:28 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:28 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:29 msgid "Select Website" @@ -90,24 +108,25 @@ msgstr "Προορισμός" #: backup/templates/backup/backup.html:44 #: baseTemplate/templates/baseTemplate/homePage.html:12 -#: filemanager/templates/filemanager/index.html:133 +#: filemanager/templates/filemanager/index.html:136 msgid "Home" msgstr "Αρχική" #: backup/templates/backup/backup.html:60 #: backup/templates/backup/restore.html:62 -#: filemanager/templates/filemanager/index.html:157 +#: filemanager/templates/filemanager/index.html:160 msgid "File Name" msgstr "Όνομα Αρχείου" #: backup/templates/backup/backup.html:61 #: backup/templates/backup/backup.html:106 #: backup/templates/backup/restore.html:63 -#: baseTemplate/templates/baseTemplate/index.html:270 +#: baseTemplate/templates/baseTemplate/index.html:256 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:377 -#: filemanager/templates/filemanager/index.html:212 +#: filemanager/templates/filemanager/index.html:215 #: firewall/templates/firewall/firewall.html:36 -#: managePHP/templates/managePHP/installExtensions.html:65 +#: firewall/templates/firewall/modSecurityRulesPacks.html:112 +#: managePHP/templates/managePHP/installExtensions.html:66 msgid "Status" msgstr "Κατάσταση" @@ -116,7 +135,7 @@ msgid "Running" msgstr "Τρέχει..." #: backup/templates/backup/backup.html:81 -#: baseTemplate/templates/baseTemplate/index.html:445 +#: baseTemplate/templates/baseTemplate/index.html:432 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:552 msgid "Create Back up" msgstr "Δημιουργία αντιγράφων ασφαλείας" @@ -129,10 +148,11 @@ msgstr "Ακύρωση της δημιουργίας αντιγράφων ασφ #: backup/templates/backup/backupDestinations.html:97 #: backup/templates/backup/backupSchedule.html:89 #: databases/templates/databases/listDataBases.html:87 -#: dns/templates/dns/addDeleteDNSRecords.html:129 +#: dns/templates/dns/addDeleteDNSRecords.html:294 #: firewall/templates/firewall/firewall.html:135 +#: firewall/templates/firewall/modSecurityRulesPacks.html:109 #: ftp/templates/ftp/listFTPAccounts.html:87 -#: managePHP/templates/managePHP/installExtensions.html:61 +#: managePHP/templates/managePHP/installExtensions.html:62 msgid "ID" msgstr "ΙD" @@ -145,7 +165,7 @@ msgid "Date" msgstr "Ημερομηνία" #: backup/templates/backup/backup.html:105 -#: filemanager/templates/filemanager/index.html:210 +#: filemanager/templates/filemanager/index.html:213 #: ftp/templates/ftp/listFTPAccounts.html:90 msgid "Size" msgstr "Μέγεθος" @@ -153,11 +173,14 @@ msgstr "Μέγεθος" #: backup/templates/backup/backup.html:107 #: backup/templates/backup/backupDestinations.html:100 #: backup/templates/backup/backupSchedule.html:92 -#: dns/templates/dns/addDeleteDNSRecords.html:134 +#: dns/templates/dns/addDeleteDNSRecords.html:300 #: filemanager/templates/filemanager/index.html:72 #: firewall/templates/firewall/firewall.html:140 #: firewall/templates/firewall/secureSSH.html:122 -#: websiteFunctions/templates/websiteFunctions/website.html:450 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:40 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:55 +#: websiteFunctions/templates/websiteFunctions/listCron.html:65 +#: websiteFunctions/templates/websiteFunctions/website.html:481 msgid "Delete" msgstr "Διαγραφή" @@ -186,7 +209,7 @@ msgstr "" #: backup/templates/backup/backupDestinations.html:30 #: backup/templates/backup/remoteBackups.html:29 -#: dns/templates/dns/addDeleteDNSRecords.html:60 +#: dns/templates/dns/addDeleteDNSRecords.html:67 #: dns/templates/dns/createNameServer.html:48 #: dns/templates/dns/createNameServer.html:65 #: firewall/templates/firewall/firewall.html:138 @@ -200,8 +223,8 @@ msgstr "Διεύθυνση: IP" #: ftp/templates/ftp/listFTPAccounts.html:91 #: mailServer/templates/mailServer/changeEmailPassword.html:52 #: mailServer/templates/mailServer/createEmailAccount.html:51 -#: userManagment/templates/userManagment/createUser.html:123 -#: userManagment/templates/userManagment/modifyUser.html:106 +#: userManagment/templates/userManagment/createUser.html:113 +#: userManagment/templates/userManagment/modifyUser.html:98 msgid "Password" msgstr "Κωδικός" @@ -216,7 +239,7 @@ msgstr "" #: backup/templates/backup/backupDestinations.html:55 #: backup/templates/backup/backupSchedule.html:54 -#: baseTemplate/templates/baseTemplate/index.html:447 +#: baseTemplate/templates/baseTemplate/index.html:434 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:554 msgid "Add Destination" msgstr "Προσθήκη προορισμού" @@ -249,25 +272,28 @@ msgstr "Προορισμός προστεθεί." #: backup/templates/backup/restore.html:95 #: databases/templates/databases/createDatabase.html:88 #: databases/templates/databases/deleteDatabase.html:73 -#: dns/templates/dns/addDeleteDNSRecords.html:185 +#: dns/templates/dns/addDeleteDNSRecords.html:352 #: dns/templates/dns/createDNSZone.html:60 #: dns/templates/dns/createNameServer.html:100 #: dns/templates/dns/deleteDNSZone.html:67 #: mailServer/templates/mailServer/changeEmailPassword.html:80 #: mailServer/templates/mailServer/createEmailAccount.html:79 #: mailServer/templates/mailServer/deleteEmailAccount.html:79 +#: mailServer/templates/mailServer/dkimManager.html:156 #: manageSSL/templates/manageSSL/manageSSL.html:60 -#: userManagment/templates/userManagment/createUser.html:162 -#: userManagment/templates/userManagment/modifyUser.html:138 +#: userManagment/templates/userManagment/createUser.html:152 +#: userManagment/templates/userManagment/modifyUser.html:130 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:126 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:77 -#: websiteFunctions/templates/websiteFunctions/website.html:156 -#: websiteFunctions/templates/websiteFunctions/website.html:362 -#: websiteFunctions/templates/websiteFunctions/website.html:404 -#: websiteFunctions/templates/websiteFunctions/website.html:534 -#: websiteFunctions/templates/websiteFunctions/website.html:589 -#: websiteFunctions/templates/websiteFunctions/website.html:644 -#: websiteFunctions/templates/websiteFunctions/website.html:802 -#: websiteFunctions/templates/websiteFunctions/website.html:881 +#: websiteFunctions/templates/websiteFunctions/website.html:160 +#: websiteFunctions/templates/websiteFunctions/website.html:393 +#: websiteFunctions/templates/websiteFunctions/website.html:434 +#: websiteFunctions/templates/websiteFunctions/website.html:580 +#: websiteFunctions/templates/websiteFunctions/website.html:634 +#: websiteFunctions/templates/websiteFunctions/website.html:686 +#: websiteFunctions/templates/websiteFunctions/website.html:773 +#: websiteFunctions/templates/websiteFunctions/website.html:915 +#: websiteFunctions/templates/websiteFunctions/website.html:994 msgid "Could not connect to server. Please refresh this page." msgstr "" "Δεν μπορούσε να συνδεθεί με το διακομιστή. Παρακαλούμε ανανεώστε αυτή τη " @@ -288,7 +314,7 @@ msgstr "Προγραμματίσετε αντίγραφα ασφαλείας - C #: backup/templates/backup/backupSchedule.html:13 #: backup/templates/backup/backupSchedule.html:20 -#: baseTemplate/templates/baseTemplate/index.html:448 +#: baseTemplate/templates/baseTemplate/index.html:435 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:555 msgid "Schedule Back up" msgstr "Προγραμματίσετε αντίγραφα ασφαλείας" @@ -309,14 +335,6 @@ msgstr "Επιλέξτε προορισμό" msgid "Select Frequency" msgstr "Επιλέξτε Συχνότητα" -#: backup/templates/backup/backupSchedule.html:43 -msgid "Daily" -msgstr "Καθημερινά" - -#: backup/templates/backup/backupSchedule.html:44 -msgid "Weekly" -msgstr "Εβδομαδιαία" - #: backup/templates/backup/backupSchedule.html:69 msgid "Cannot add schedule. Error message:" msgstr "Δεν είναι δυνατό να προσθέσετε χρονοδιάγραμμα. Μήνυμα λάθους:" @@ -335,13 +353,13 @@ msgstr "Δημιουργία αντιγράφων ασφαλείας Home - Cybe #: backup/templates/backup/index.html:13 backup/templates/backup/index.html:29 #: backup/templates/backup/index.html:45 -#: baseTemplate/templates/baseTemplate/homePage.html:268 -#: baseTemplate/templates/baseTemplate/homePage.html:271 -#: baseTemplate/templates/baseTemplate/homePage.html:463 -#: baseTemplate/templates/baseTemplate/homePage.html:466 -#: baseTemplate/templates/baseTemplate/index.html:438 -#: baseTemplate/templates/baseTemplate/index.html:440 -#: baseTemplate/templates/baseTemplate/index.html:457 +#: baseTemplate/templates/baseTemplate/homePage.html:204 +#: baseTemplate/templates/baseTemplate/homePage.html:207 +#: baseTemplate/templates/baseTemplate/homePage.html:399 +#: baseTemplate/templates/baseTemplate/homePage.html:402 +#: baseTemplate/templates/baseTemplate/index.html:425 +#: baseTemplate/templates/baseTemplate/index.html:427 +#: baseTemplate/templates/baseTemplate/index.html:444 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:545 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:547 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:564 @@ -353,7 +371,7 @@ msgid "Back up and restore sites." msgstr " Αντιγράφο Ασφαλείας και Επαναφοράς ιστοσελίδων" #: backup/templates/backup/index.html:19 -#: baseTemplate/templates/baseTemplate/homePage.html:164 +#: baseTemplate/templates/baseTemplate/homePage.html:100 #: databases/templates/databases/index.html:19 dns/templates/dns/index.html:19 #: firewall/templates/firewall/index.html:19 ftp/templates/ftp/index.html:19 #: mailServer/templates/mailServer/index.html:19 @@ -373,7 +391,7 @@ msgid "Back up Site" msgstr "Αντίγραφο ασφαλείας Ιστοσελίδας " #: backup/templates/backup/index.html:55 -#: baseTemplate/templates/baseTemplate/index.html:446 +#: baseTemplate/templates/baseTemplate/index.html:433 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:553 msgid "Restore Back up" msgstr "Επαναφορά Αντιγράφου ασφαλείας" @@ -411,8 +429,9 @@ msgid "Start Transfer" msgstr "" #: backup/templates/backup/remoteBackups.html:59 -#: filemanager/templates/filemanager/index.html:236 -#: websiteFunctions/templates/websiteFunctions/website.html:295 +#: filemanager/templates/filemanager/index.html:239 +#: websiteFunctions/templates/websiteFunctions/website.html:319 +#: websiteFunctions/templates/websiteFunctions/website.html:743 #, fuzzy #| msgid "Cancel Backup" msgid "Cancel" @@ -454,12 +473,12 @@ msgid "Website" msgstr "Ιστοσελίδα:" #: backup/templates/backup/remoteBackups.html:108 -#: baseTemplate/templates/baseTemplate/homePage.html:333 -#: baseTemplate/templates/baseTemplate/index.html:511 -#: baseTemplate/templates/baseTemplate/index.html:513 +#: baseTemplate/templates/baseTemplate/homePage.html:269 +#: baseTemplate/templates/baseTemplate/index.html:499 +#: baseTemplate/templates/baseTemplate/index.html:501 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:618 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:620 -#: managePHP/templates/managePHP/installExtensions.html:62 +#: managePHP/templates/managePHP/installExtensions.html:63 msgid "PHP" msgstr "PHP" @@ -471,8 +490,8 @@ msgid "Package" msgstr "Πακέτο" #: backup/templates/backup/remoteBackups.html:110 -#: baseTemplate/templates/baseTemplate/index.html:398 -#: baseTemplate/templates/baseTemplate/index.html:400 +#: baseTemplate/templates/baseTemplate/index.html:384 +#: baseTemplate/templates/baseTemplate/index.html:386 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:505 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:507 #: userManagment/templates/userManagment/createUser.html:47 @@ -517,7 +536,7 @@ msgstr "Ρυθμίσεις" #: databases/templates/databases/deleteDatabase.html:64 #: databases/templates/databases/listDataBases.html:54 #: firewall/templates/firewall/firewall.html:166 -#: managePHP/templates/managePHP/editPHPConfig.html:212 +#: managePHP/templates/managePHP/editPHPConfig.html:221 msgid "Error message:" msgstr "Μήνυμα λάθους:" @@ -534,18 +553,18 @@ msgid "Use the tabs to navigate through the control panel." msgstr "Χρησιμοποιήστε τις καρτέλες για να περιηγηθείτε στον πίνακα ελέγχου." #: baseTemplate/templates/baseTemplate/homePage.html:23 -#: websiteFunctions/templates/websiteFunctions/website.html:32 +#: websiteFunctions/templates/websiteFunctions/website.html:37 msgid "Usage" msgstr "Χρήση" #: baseTemplate/templates/baseTemplate/homePage.html:34 -#: baseTemplate/templates/baseTemplate/index.html:105 +#: baseTemplate/templates/baseTemplate/index.html:96 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:208 msgid "CPU Usage" msgstr "Χρήση επεξεργαστή" #: baseTemplate/templates/baseTemplate/homePage.html:55 -#: baseTemplate/templates/baseTemplate/index.html:116 +#: baseTemplate/templates/baseTemplate/index.html:107 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:219 msgid "Ram Usage" msgstr "Χρήση RAM" @@ -554,55 +573,35 @@ msgstr "Χρήση RAM" msgid "Disk Usage '/'" msgstr "Χρήση δίσκου '/'" -#: baseTemplate/templates/baseTemplate/homePage.html:98 -msgid "HTTP Statistics" -msgstr "Στατιστικά στοιχεία HTTP" - -#: baseTemplate/templates/baseTemplate/homePage.html:107 -msgid "Available/Max Connections" -msgstr "Διαθέσιμες / Μέγιστες συνδέσεις" - -#: baseTemplate/templates/baseTemplate/homePage.html:118 -msgid "Available/Max SSL Connections" -msgstr "Διαθέσιμες / Μέγιστες SSL Συνδέσεις" - -#: baseTemplate/templates/baseTemplate/homePage.html:127 -msgid "Requests Processing" -msgstr "Αιτήσεις επεξεργασίας" - -#: baseTemplate/templates/baseTemplate/homePage.html:136 -msgid "Total Requests" -msgstr "Σύνολο Αιτημάτων" - -#: baseTemplate/templates/baseTemplate/homePage.html:175 -#: baseTemplate/templates/baseTemplate/homePage.html:389 +#: baseTemplate/templates/baseTemplate/homePage.html:111 +#: baseTemplate/templates/baseTemplate/homePage.html:325 #: userManagment/templates/userManagment/index.html:13 msgid "User Functions" msgstr "Λειτουργίες Χρήστη" -#: baseTemplate/templates/baseTemplate/homePage.html:178 -#: baseTemplate/templates/baseTemplate/homePage.html:392 -#: baseTemplate/templates/baseTemplate/index.html:310 -#: baseTemplate/templates/baseTemplate/index.html:311 -#: baseTemplate/templates/baseTemplate/index.html:312 +#: baseTemplate/templates/baseTemplate/homePage.html:114 +#: baseTemplate/templates/baseTemplate/homePage.html:328 +#: baseTemplate/templates/baseTemplate/index.html:296 +#: baseTemplate/templates/baseTemplate/index.html:297 +#: baseTemplate/templates/baseTemplate/index.html:298 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:417 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:418 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:419 msgid "Users" msgstr "Χρήστες" -#: baseTemplate/templates/baseTemplate/homePage.html:188 -#: baseTemplate/templates/baseTemplate/homePage.html:402 +#: baseTemplate/templates/baseTemplate/homePage.html:124 +#: baseTemplate/templates/baseTemplate/homePage.html:338 #: websiteFunctions/templates/websiteFunctions/index.html:13 msgid "Website Functions" msgstr "Λειτουργίες της Ιστοσελίδας" -#: baseTemplate/templates/baseTemplate/homePage.html:191 -#: baseTemplate/templates/baseTemplate/homePage.html:405 -#: baseTemplate/templates/baseTemplate/index.html:240 -#: baseTemplate/templates/baseTemplate/index.html:328 -#: baseTemplate/templates/baseTemplate/index.html:329 -#: baseTemplate/templates/baseTemplate/index.html:330 +#: baseTemplate/templates/baseTemplate/homePage.html:127 +#: baseTemplate/templates/baseTemplate/homePage.html:341 +#: baseTemplate/templates/baseTemplate/index.html:226 +#: baseTemplate/templates/baseTemplate/index.html:314 +#: baseTemplate/templates/baseTemplate/index.html:315 +#: baseTemplate/templates/baseTemplate/index.html:316 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:347 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:435 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:436 @@ -611,14 +610,14 @@ msgstr "Λειτουργίες της Ιστοσελίδας" msgid "Websites" msgstr "Ιστοσελίδες" -#: baseTemplate/templates/baseTemplate/homePage.html:201 +#: baseTemplate/templates/baseTemplate/homePage.html:137 msgid "Add/Modify Packages" msgstr "Προσθήκη/Τροποποίηση πακέτων" -#: baseTemplate/templates/baseTemplate/homePage.html:204 -#: baseTemplate/templates/baseTemplate/index.html:246 -#: baseTemplate/templates/baseTemplate/index.html:345 -#: baseTemplate/templates/baseTemplate/index.html:347 +#: baseTemplate/templates/baseTemplate/homePage.html:140 +#: baseTemplate/templates/baseTemplate/index.html:232 +#: baseTemplate/templates/baseTemplate/index.html:331 +#: baseTemplate/templates/baseTemplate/index.html:333 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:353 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:452 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:454 @@ -626,80 +625,80 @@ msgstr "Προσθήκη/Τροποποίηση πακέτων" msgid "Packages" msgstr "Πακέτα" -#: baseTemplate/templates/baseTemplate/homePage.html:225 -#: baseTemplate/templates/baseTemplate/homePage.html:415 +#: baseTemplate/templates/baseTemplate/homePage.html:161 +#: baseTemplate/templates/baseTemplate/homePage.html:351 #: databases/templates/databases/index.html:12 msgid "Database Functions" msgstr "Λειτουργίες βάσης δεδομένων" -#: baseTemplate/templates/baseTemplate/homePage.html:228 -#: baseTemplate/templates/baseTemplate/homePage.html:418 -#: baseTemplate/templates/baseTemplate/index.html:361 -#: baseTemplate/templates/baseTemplate/index.html:362 -#: baseTemplate/templates/baseTemplate/index.html:363 +#: baseTemplate/templates/baseTemplate/homePage.html:164 +#: baseTemplate/templates/baseTemplate/homePage.html:354 +#: baseTemplate/templates/baseTemplate/index.html:347 +#: baseTemplate/templates/baseTemplate/index.html:348 +#: baseTemplate/templates/baseTemplate/index.html:349 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:468 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:469 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:470 #: packages/templates/packages/createPackage.html:67 #: packages/templates/packages/modifyPackage.html:73 -#: websiteFunctions/templates/websiteFunctions/website.html:43 +#: websiteFunctions/templates/websiteFunctions/website.html:48 msgid "Databases" msgstr "Βάση δεδομένων" -#: baseTemplate/templates/baseTemplate/homePage.html:237 -#: baseTemplate/templates/baseTemplate/homePage.html:438 +#: baseTemplate/templates/baseTemplate/homePage.html:173 +#: baseTemplate/templates/baseTemplate/homePage.html:374 msgid "Control DNS" msgstr "Control DNS" -#: baseTemplate/templates/baseTemplate/homePage.html:240 -#: baseTemplate/templates/baseTemplate/homePage.html:441 -#: baseTemplate/templates/baseTemplate/index.html:252 -#: baseTemplate/templates/baseTemplate/index.html:379 -#: baseTemplate/templates/baseTemplate/index.html:381 +#: baseTemplate/templates/baseTemplate/homePage.html:176 +#: baseTemplate/templates/baseTemplate/homePage.html:377 +#: baseTemplate/templates/baseTemplate/index.html:238 +#: baseTemplate/templates/baseTemplate/index.html:365 +#: baseTemplate/templates/baseTemplate/index.html:367 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:359 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:486 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:488 msgid "DNS" msgstr "DNS" -#: baseTemplate/templates/baseTemplate/homePage.html:250 -#: baseTemplate/templates/baseTemplate/homePage.html:451 +#: baseTemplate/templates/baseTemplate/homePage.html:186 +#: baseTemplate/templates/baseTemplate/homePage.html:387 #: ftp/templates/ftp/index.html:12 msgid "FTP Functions" msgstr "Λειτουργίες FTP" -#: baseTemplate/templates/baseTemplate/homePage.html:253 -#: baseTemplate/templates/baseTemplate/homePage.html:454 -#: baseTemplate/templates/baseTemplate/index.html:258 -#: baseTemplate/templates/baseTemplate/index.html:420 -#: baseTemplate/templates/baseTemplate/index.html:422 +#: baseTemplate/templates/baseTemplate/homePage.html:189 +#: baseTemplate/templates/baseTemplate/homePage.html:390 +#: baseTemplate/templates/baseTemplate/index.html:244 +#: baseTemplate/templates/baseTemplate/index.html:407 +#: baseTemplate/templates/baseTemplate/index.html:409 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:365 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:527 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:529 -#: websiteFunctions/templates/websiteFunctions/website.html:38 +#: websiteFunctions/templates/websiteFunctions/website.html:43 msgid "FTP" msgstr "FTP" -#: baseTemplate/templates/baseTemplate/homePage.html:280 -#: baseTemplate/templates/baseTemplate/homePage.html:283 -#: baseTemplate/templates/baseTemplate/homePage.html:483 -#: baseTemplate/templates/baseTemplate/homePage.html:486 +#: baseTemplate/templates/baseTemplate/homePage.html:216 +#: baseTemplate/templates/baseTemplate/homePage.html:219 +#: baseTemplate/templates/baseTemplate/homePage.html:419 +#: baseTemplate/templates/baseTemplate/homePage.html:422 #: packages/templates/packages/createPackage.html:75 #: packages/templates/packages/modifyPackage.html:80 msgid "Emails" msgstr "Emails" -#: baseTemplate/templates/baseTemplate/homePage.html:293 -#: baseTemplate/templates/baseTemplate/homePage.html:296 +#: baseTemplate/templates/baseTemplate/homePage.html:229 +#: baseTemplate/templates/baseTemplate/homePage.html:232 #: tuning/templates/tuning/index.html:12 msgid "Server Tuning" msgstr "Συντονισμός διακομιστή" -#: baseTemplate/templates/baseTemplate/homePage.html:317 -#: baseTemplate/templates/baseTemplate/homePage.html:320 -#: baseTemplate/templates/baseTemplate/index.html:491 -#: baseTemplate/templates/baseTemplate/index.html:493 -#: baseTemplate/templates/baseTemplate/index.html:527 +#: baseTemplate/templates/baseTemplate/homePage.html:253 +#: baseTemplate/templates/baseTemplate/homePage.html:256 +#: baseTemplate/templates/baseTemplate/index.html:479 +#: baseTemplate/templates/baseTemplate/index.html:481 +#: baseTemplate/templates/baseTemplate/index.html:515 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:598 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:600 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:634 @@ -707,72 +706,67 @@ msgstr "Συντονισμός διακομιστή" msgid "Server Status" msgstr "Κατάσταση Διακομιστή" -#: baseTemplate/templates/baseTemplate/homePage.html:330 +#: baseTemplate/templates/baseTemplate/homePage.html:266 msgid "PHP Configurations" msgstr "Ρυθμίσεις PHP" -#: baseTemplate/templates/baseTemplate/homePage.html:342 -#: baseTemplate/templates/baseTemplate/homePage.html:345 -#: baseTemplate/templates/baseTemplate/index.html:529 +#: baseTemplate/templates/baseTemplate/homePage.html:278 +#: baseTemplate/templates/baseTemplate/homePage.html:281 +#: baseTemplate/templates/baseTemplate/index.html:517 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:636 -#: websiteFunctions/templates/websiteFunctions/website.html:112 +#: websiteFunctions/templates/websiteFunctions/website.html:117 msgid "Logs" msgstr "Αρχεία καταγραφής" -#: baseTemplate/templates/baseTemplate/homePage.html:365 -#: baseTemplate/templates/baseTemplate/homePage.html:368 -#: baseTemplate/templates/baseTemplate/index.html:545 -#: baseTemplate/templates/baseTemplate/index.html:547 +#: baseTemplate/templates/baseTemplate/homePage.html:301 +#: baseTemplate/templates/baseTemplate/homePage.html:304 +#: baseTemplate/templates/baseTemplate/index.html:534 +#: baseTemplate/templates/baseTemplate/index.html:536 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:652 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:654 msgid "Security" msgstr "Ασφάλεια" -#: baseTemplate/templates/baseTemplate/index.html:96 -#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:199 -msgid "CPU Status" -msgstr "Κατάσταση Επεξεργαστή" - -#: baseTemplate/templates/baseTemplate/index.html:125 +#: baseTemplate/templates/baseTemplate/index.html:116 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:228 -#: websiteFunctions/templates/websiteFunctions/website.html:50 -#: websiteFunctions/templates/websiteFunctions/website.html:71 +#: websiteFunctions/templates/websiteFunctions/website.html:55 +#: websiteFunctions/templates/websiteFunctions/website.html:76 msgid "Disk Usage" msgstr "Χρήση δίσκου" -#: baseTemplate/templates/baseTemplate/index.html:159 -#: baseTemplate/templates/baseTemplate/index.html:162 -#: baseTemplate/templates/baseTemplate/index.html:166 +#: baseTemplate/templates/baseTemplate/index.html:150 +#: baseTemplate/templates/baseTemplate/index.html:153 +#: baseTemplate/templates/baseTemplate/index.html:157 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:262 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:265 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:269 msgid "CyberPanel" msgstr "CyberPanel" -#: baseTemplate/templates/baseTemplate/index.html:164 -#: baseTemplate/templates/baseTemplate/index.html:168 +#: baseTemplate/templates/baseTemplate/index.html:155 +#: baseTemplate/templates/baseTemplate/index.html:159 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:267 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:271 msgid "Web Hosting Control Panel" msgstr "Πίνακας Ελέγχου Φιλοξενίας Ιστοσελίδων" -#: baseTemplate/templates/baseTemplate/index.html:170 +#: baseTemplate/templates/baseTemplate/index.html:161 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:273 msgid "Close sidebar" msgstr "Κλείσιμο πλευρικής εργαλειοθήκης" -#: baseTemplate/templates/baseTemplate/index.html:176 +#: baseTemplate/templates/baseTemplate/index.html:167 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:279 msgid "My Account" msgstr "Ο Λογαριασμός Μου" -#: baseTemplate/templates/baseTemplate/index.html:193 +#: baseTemplate/templates/baseTemplate/index.html:184 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:296 msgid "Edit profile" msgstr "Επεξεργασία προφίλ" -#: baseTemplate/templates/baseTemplate/index.html:194 -#: baseTemplate/templates/baseTemplate/index.html:317 +#: baseTemplate/templates/baseTemplate/index.html:185 +#: baseTemplate/templates/baseTemplate/index.html:303 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:297 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:424 #: userManagment/templates/userManagment/index.html:26 @@ -780,48 +774,43 @@ msgstr "Επεξεργασία προφίλ" msgid "View Profile" msgstr "Προβολή Προφίλ" -#: baseTemplate/templates/baseTemplate/index.html:201 -#: baseTemplate/templates/baseTemplate/index.html:278 +#: baseTemplate/templates/baseTemplate/index.html:192 +#: baseTemplate/templates/baseTemplate/index.html:264 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:304 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:385 msgid "Logout" msgstr "Έξοδος" -#: baseTemplate/templates/baseTemplate/index.html:212 -#: baseTemplate/templates/baseTemplate/index.html:216 -#: baseTemplate/templates/baseTemplate/index.html:220 +#: baseTemplate/templates/baseTemplate/index.html:203 +#: baseTemplate/templates/baseTemplate/index.html:207 +#: baseTemplate/templates/baseTemplate/index.html:211 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:315 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:319 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:323 msgid "CPU Load Average" msgstr "Μέσο φορτίο CPU" -#: baseTemplate/templates/baseTemplate/index.html:225 -#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:332 -msgid "System Status" -msgstr "Κατάσταση Συστήματος" - -#: baseTemplate/templates/baseTemplate/index.html:230 +#: baseTemplate/templates/baseTemplate/index.html:216 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:337 msgid "Dashboard Quick Menu" msgstr "Γρήγορο Μενού του Πίνακα εργαλείων" -#: baseTemplate/templates/baseTemplate/index.html:264 -#: baseTemplate/templates/baseTemplate/index.html:475 -#: baseTemplate/templates/baseTemplate/index.html:477 +#: baseTemplate/templates/baseTemplate/index.html:250 +#: baseTemplate/templates/baseTemplate/index.html:463 +#: baseTemplate/templates/baseTemplate/index.html:465 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:371 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:582 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:584 msgid "Tuning" msgstr "Συντονισμός" -#: baseTemplate/templates/baseTemplate/index.html:291 +#: baseTemplate/templates/baseTemplate/index.html:277 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:398 msgid "Overview" msgstr "Επισκόπηση" -#: baseTemplate/templates/baseTemplate/index.html:293 -#: baseTemplate/templates/baseTemplate/index.html:294 +#: baseTemplate/templates/baseTemplate/index.html:279 +#: baseTemplate/templates/baseTemplate/index.html:280 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:400 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:401 #, fuzzy @@ -829,16 +818,16 @@ msgstr "Επισκόπηση" msgid "Server IP Address" msgstr "Διεύθυνση: IP" -#: baseTemplate/templates/baseTemplate/index.html:297 -#: baseTemplate/templates/baseTemplate/index.html:299 +#: baseTemplate/templates/baseTemplate/index.html:283 +#: baseTemplate/templates/baseTemplate/index.html:285 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:404 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:406 msgid "Dashboard" msgstr "Διαχείριση" -#: baseTemplate/templates/baseTemplate/index.html:301 -#: baseTemplate/templates/baseTemplate/index.html:302 -#: baseTemplate/templates/baseTemplate/index.html:303 +#: baseTemplate/templates/baseTemplate/index.html:287 +#: baseTemplate/templates/baseTemplate/index.html:288 +#: baseTemplate/templates/baseTemplate/index.html:289 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:408 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:409 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:410 @@ -846,27 +835,27 @@ msgstr "Διαχείριση" msgid "Version Management" msgstr "Τελευταία Έκδοση:" -#: baseTemplate/templates/baseTemplate/index.html:307 +#: baseTemplate/templates/baseTemplate/index.html:293 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:414 msgid "Main" msgstr "Κύριος" -#: baseTemplate/templates/baseTemplate/index.html:318 +#: baseTemplate/templates/baseTemplate/index.html:304 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:425 #: userManagment/templates/userManagment/createUser.html:12 msgid "Create New User" msgstr "Δημιουργία νέου χρήστη" -#: baseTemplate/templates/baseTemplate/index.html:319 +#: baseTemplate/templates/baseTemplate/index.html:305 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:426 #: userManagment/templates/userManagment/index.html:52 #: userManagment/templates/userManagment/index.html:54 #: userManagment/templates/userManagment/modifyUser.html:12 -#: userManagment/templates/userManagment/modifyUser.html:119 +#: userManagment/templates/userManagment/modifyUser.html:111 msgid "Modify User" msgstr "Τροποποίηση Χρήστη" -#: baseTemplate/templates/baseTemplate/index.html:320 +#: baseTemplate/templates/baseTemplate/index.html:306 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:427 #: userManagment/templates/userManagment/deleteUser.html:13 #: userManagment/templates/userManagment/deleteUser.html:20 @@ -876,16 +865,16 @@ msgstr "Τροποποίηση Χρήστη" msgid "Delete User" msgstr "Διαγραφή Χρήστη" -#: baseTemplate/templates/baseTemplate/index.html:335 +#: baseTemplate/templates/baseTemplate/index.html:321 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:442 #: websiteFunctions/templates/websiteFunctions/createWebsite.html:12 -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:102 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:109 #: websiteFunctions/templates/websiteFunctions/index.html:49 #: websiteFunctions/templates/websiteFunctions/index.html:51 msgid "Create Website" msgstr "Δημιουργία ιστοσελίδας" -#: baseTemplate/templates/baseTemplate/index.html:336 +#: baseTemplate/templates/baseTemplate/index.html:322 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:443 #: websiteFunctions/templates/websiteFunctions/index.html:34 #: websiteFunctions/templates/websiteFunctions/index.html:36 @@ -895,23 +884,23 @@ msgstr "Δημιουργία ιστοσελίδας" msgid "List Websites" msgstr "Κατάλογος ιστοσελίδων" -#: baseTemplate/templates/baseTemplate/index.html:337 +#: baseTemplate/templates/baseTemplate/index.html:323 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:444 #: websiteFunctions/templates/websiteFunctions/index.html:73 #: websiteFunctions/templates/websiteFunctions/index.html:75 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:12 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:19 -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:95 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:96 msgid "Modify Website" msgstr "Τροποποίηση ιστοτόπου" -#: baseTemplate/templates/baseTemplate/index.html:338 +#: baseTemplate/templates/baseTemplate/index.html:324 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:445 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:41 msgid "Suspend/Unsuspend" msgstr "Αναστολή / Απενεργοποίηση" -#: baseTemplate/templates/baseTemplate/index.html:339 +#: baseTemplate/templates/baseTemplate/index.html:325 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:446 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:12 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:19 @@ -921,7 +910,7 @@ msgstr "Αναστολή / Απενεργοποίηση" msgid "Delete Website" msgstr "Διαγραφή Ιστοσελίδας" -#: baseTemplate/templates/baseTemplate/index.html:352 +#: baseTemplate/templates/baseTemplate/index.html:338 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:459 #: packages/templates/packages/createPackage.html:13 #: packages/templates/packages/createPackage.html:84 @@ -930,7 +919,7 @@ msgstr "Διαγραφή Ιστοσελίδας" msgid "Create Package" msgstr "Δημιουργία Πακέτου" -#: baseTemplate/templates/baseTemplate/index.html:353 +#: baseTemplate/templates/baseTemplate/index.html:339 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:460 #: packages/templates/packages/deletePackage.html:12 #: packages/templates/packages/deletePackage.html:18 @@ -940,7 +929,7 @@ msgstr "Δημιουργία Πακέτου" msgid "Delete Package" msgstr "Διαγραφή Πακέτου" -#: baseTemplate/templates/baseTemplate/index.html:354 +#: baseTemplate/templates/baseTemplate/index.html:340 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:461 #: packages/templates/packages/index.html:49 #: packages/templates/packages/index.html:51 @@ -950,7 +939,7 @@ msgstr "Διαγραφή Πακέτου" msgid "Modify Package" msgstr "Τροποποίηση πακέτου" -#: baseTemplate/templates/baseTemplate/index.html:368 +#: baseTemplate/templates/baseTemplate/index.html:354 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:475 #: databases/templates/databases/createDatabase.html:12 #: databases/templates/databases/createDatabase.html:19 @@ -961,7 +950,7 @@ msgstr "Τροποποίηση πακέτου" msgid "Create Database" msgstr "Δημιουργία Βάσης Δεδομένων" -#: baseTemplate/templates/baseTemplate/index.html:369 +#: baseTemplate/templates/baseTemplate/index.html:355 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:476 #: databases/templates/databases/deleteDatabase.html:12 #: databases/templates/databases/deleteDatabase.html:19 @@ -972,7 +961,7 @@ msgstr "Δημιουργία Βάσης Δεδομένων" msgid "Delete Database" msgstr "Διαγραφή Βάσης Δεδομένων" -#: baseTemplate/templates/baseTemplate/index.html:370 +#: baseTemplate/templates/baseTemplate/index.html:356 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:477 #: databases/templates/databases/index.html:53 #: databases/templates/databases/index.html:55 @@ -981,14 +970,14 @@ msgstr "Διαγραφή Βάσης Δεδομένων" msgid "List Databases" msgstr "Λίστα Βάσεων Δεδομένων" -#: baseTemplate/templates/baseTemplate/index.html:371 +#: baseTemplate/templates/baseTemplate/index.html:357 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:478 #: databases/templates/databases/index.html:65 #: databases/templates/databases/index.html:67 msgid "PHPMYAdmin" msgstr "PHPMYAdmin" -#: baseTemplate/templates/baseTemplate/index.html:386 +#: baseTemplate/templates/baseTemplate/index.html:372 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:493 #: dns/templates/dns/createNameServer.html:12 #: dns/templates/dns/createNameServer.html:76 dns/templates/dns/index.html:72 @@ -996,7 +985,7 @@ msgstr "PHPMYAdmin" msgid "Create Nameserver" msgstr "Δημιουργία Nameserver" -#: baseTemplate/templates/baseTemplate/index.html:387 +#: baseTemplate/templates/baseTemplate/index.html:373 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:494 #: dns/templates/dns/createDNSZone.html:12 #: dns/templates/dns/createDNSZone.html:40 dns/templates/dns/index.html:29 @@ -1005,7 +994,7 @@ msgstr "Δημιουργία Nameserver" msgid "Create DNS Zone" msgstr "Δημιουργία ζώνης DNS" -#: baseTemplate/templates/baseTemplate/index.html:388 +#: baseTemplate/templates/baseTemplate/index.html:374 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:495 #: dns/templates/dns/deleteDNSZone.html:40 dns/templates/dns/index.html:41 #: dns/templates/dns/index.html:43 dns/templates/dns/index.html:96 @@ -1013,19 +1002,19 @@ msgstr "Δημιουργία ζώνης DNS" msgid "Delete Zone" msgstr "Διαγραφή Ζώνης" -#: baseTemplate/templates/baseTemplate/index.html:389 +#: baseTemplate/templates/baseTemplate/index.html:375 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:496 msgid "Add/Delete Records" msgstr "Προσθήκη/Διαγραφή Αρχείων" -#: baseTemplate/templates/baseTemplate/index.html:405 +#: baseTemplate/templates/baseTemplate/index.html:391 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:512 #: mailServer/templates/mailServer/createEmailAccount.html:12 #: mailServer/templates/mailServer/createEmailAccount.html:19 msgid "Create Email Account" msgstr "Δημιουργία Λογαριασμού Email " -#: baseTemplate/templates/baseTemplate/index.html:405 +#: baseTemplate/templates/baseTemplate/index.html:391 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:512 #: mailServer/templates/mailServer/createEmailAccount.html:64 #: mailServer/templates/mailServer/index.html:25 @@ -1033,14 +1022,14 @@ msgstr "Δημιουργία Λογαριασμού Email " msgid "Create Email" msgstr "Δημιουργία Email " -#: baseTemplate/templates/baseTemplate/index.html:406 +#: baseTemplate/templates/baseTemplate/index.html:392 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:513 #: mailServer/templates/mailServer/deleteEmailAccount.html:12 #: mailServer/templates/mailServer/deleteEmailAccount.html:19 msgid "Delete Email Account" msgstr "Διαγραφή του λογαριασμού Email " -#: baseTemplate/templates/baseTemplate/index.html:406 +#: baseTemplate/templates/baseTemplate/index.html:392 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:513 #: mailServer/templates/mailServer/deleteEmailAccount.html:56 #: mailServer/templates/mailServer/index.html:37 @@ -1048,7 +1037,7 @@ msgstr "Διαγραφή του λογαριασμού Email " msgid "Delete Email" msgstr "Διαγραφή Email " -#: baseTemplate/templates/baseTemplate/index.html:407 +#: baseTemplate/templates/baseTemplate/index.html:393 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:514 #: databases/templates/databases/listDataBases.html:73 #: ftp/templates/ftp/listFTPAccounts.html:73 @@ -1058,33 +1047,42 @@ msgstr "Διαγραφή Email " msgid "Change Password" msgstr "Αλλαγή Κωδικού πρόσβασης" -#: baseTemplate/templates/baseTemplate/index.html:408 +#: baseTemplate/templates/baseTemplate/index.html:394 +#: mailServer/templates/mailServer/dkimManager.html:13 +#: mailServer/templates/mailServer/dkimManager.html:22 +#: mailServer/templates/mailServer/dkimManager.html:75 +#, fuzzy +#| msgid "File Manager" +msgid "DKIM Manager" +msgstr "Διαχείριση Αρχείων" + +#: baseTemplate/templates/baseTemplate/index.html:395 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:515 msgid "Access Webmail" msgstr "Πρόσβαση Webmail" -#: baseTemplate/templates/baseTemplate/index.html:427 +#: baseTemplate/templates/baseTemplate/index.html:414 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:534 #: ftp/templates/ftp/createFTPAccount.html:12 #: ftp/templates/ftp/createFTPAccount.html:19 ftp/templates/ftp/index.html:25 #: ftp/templates/ftp/index.html:27 -#: websiteFunctions/templates/websiteFunctions/website.html:709 -#: websiteFunctions/templates/websiteFunctions/website.html:711 +#: websiteFunctions/templates/websiteFunctions/website.html:815 +#: websiteFunctions/templates/websiteFunctions/website.html:818 msgid "Create FTP Account" msgstr "Δημιουργία Λογαριασμού FTP" -#: baseTemplate/templates/baseTemplate/index.html:428 +#: baseTemplate/templates/baseTemplate/index.html:415 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:535 #: ftp/templates/ftp/deleteFTPAccount.html:12 #: ftp/templates/ftp/deleteFTPAccount.html:18 #: ftp/templates/ftp/deleteFTPAccount.html:52 ftp/templates/ftp/index.html:37 #: ftp/templates/ftp/index.html:39 -#: websiteFunctions/templates/websiteFunctions/website.html:721 -#: websiteFunctions/templates/websiteFunctions/website.html:723 +#: websiteFunctions/templates/websiteFunctions/website.html:827 +#: websiteFunctions/templates/websiteFunctions/website.html:830 msgid "Delete FTP Account" msgstr "Διαγραφή του Λογαριασμού FTP " -#: baseTemplate/templates/baseTemplate/index.html:429 +#: baseTemplate/templates/baseTemplate/index.html:416 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:536 #: ftp/templates/ftp/index.html:49 ftp/templates/ftp/index.html:51 #: ftp/templates/ftp/listFTPAccounts.html:13 @@ -1092,26 +1090,27 @@ msgstr "Διαγραφή του Λογαριασμού FTP " msgid "List FTP Accounts" msgstr "Λίστα Λογαριασμών FTP " -#: baseTemplate/templates/baseTemplate/index.html:447 +#: baseTemplate/templates/baseTemplate/index.html:434 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:554 msgid "Add/Delete Destination" msgstr "Προσθήκη/Διαγραφή Προορισμού" -#: baseTemplate/templates/baseTemplate/index.html:449 +#: baseTemplate/templates/baseTemplate/index.html:436 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:556 #, fuzzy #| msgid "Restore Back up" msgid "Remote Back ups" msgstr "Επαναφορά Αντιγράφου ασφαλείας" -#: baseTemplate/templates/baseTemplate/index.html:458 -#: baseTemplate/templates/baseTemplate/index.html:459 +#: baseTemplate/templates/baseTemplate/index.html:445 +#: baseTemplate/templates/baseTemplate/index.html:446 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:565 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:566 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:39 msgid "SSL" msgstr "SSL" -#: baseTemplate/templates/baseTemplate/index.html:464 +#: baseTemplate/templates/baseTemplate/index.html:451 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:571 #: manageSSL/templates/manageSSL/index.html:28 #: manageSSL/templates/manageSSL/manageSSL.html:13 @@ -1119,44 +1118,50 @@ msgstr "SSL" msgid "Manage SSL" msgstr "Διαχείριση SSL" -#: baseTemplate/templates/baseTemplate/index.html:465 +#: baseTemplate/templates/baseTemplate/index.html:452 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:572 #: manageSSL/templates/manageSSL/index.html:40 msgid "Hostname SSL" msgstr "Όνομα φιλοξενίας SSL" -#: baseTemplate/templates/baseTemplate/index.html:473 +#: baseTemplate/templates/baseTemplate/index.html:453 +#, fuzzy +#| msgid "Server Logs" +msgid "MailServer SSL" +msgstr "Αρχεία καταγραφής διακομιστή" + +#: baseTemplate/templates/baseTemplate/index.html:461 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:580 msgid "Server" msgstr "Διακομιστής" -#: baseTemplate/templates/baseTemplate/index.html:478 +#: baseTemplate/templates/baseTemplate/index.html:466 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:585 msgid "NEW" msgstr "ΝΕΟΣ" -#: baseTemplate/templates/baseTemplate/index.html:483 +#: baseTemplate/templates/baseTemplate/index.html:471 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:590 #: tuning/templates/tuning/index.html:24 tuning/templates/tuning/index.html:26 #: tuning/templates/tuning/liteSpeedTuning.html:12 msgid "LiteSpeed Tuning" msgstr "Συντονισμός διακομιστή" -#: baseTemplate/templates/baseTemplate/index.html:484 +#: baseTemplate/templates/baseTemplate/index.html:472 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:591 #: tuning/templates/tuning/index.html:36 tuning/templates/tuning/index.html:38 #: tuning/templates/tuning/phpTuning.html:13 msgid "PHP Tuning" msgstr "Συντονισμός PHP" -#: baseTemplate/templates/baseTemplate/index.html:499 +#: baseTemplate/templates/baseTemplate/index.html:487 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:606 #: serverStatus/templates/serverStatus/index.html:25 #: serverStatus/templates/serverStatus/index.html:27 msgid "LiteSpeed Status" msgstr "Κατάσταση Συστήματος" -#: baseTemplate/templates/baseTemplate/index.html:500 +#: baseTemplate/templates/baseTemplate/index.html:488 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:607 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:15 #: serverStatus/templates/serverStatus/index.html:37 @@ -1164,48 +1169,48 @@ msgstr "Κατάσταση Συστήματος" msgid "CyberPanel Main Log File" msgstr "Κύριο Aρχείο καταγραφής CyberPanel" -#: baseTemplate/templates/baseTemplate/index.html:501 +#: baseTemplate/templates/baseTemplate/index.html:489 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:608 #, fuzzy #| msgid "Server Status" msgid "Services Status" msgstr "Κατάσταση Διακομιστή" -#: baseTemplate/templates/baseTemplate/index.html:518 +#: baseTemplate/templates/baseTemplate/index.html:506 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:625 #: managePHP/templates/managePHP/installExtensions.html:13 msgid "Install PHP Extensions" msgstr "Εγκατάσταση Eπεκτάσεων PHP" -#: baseTemplate/templates/baseTemplate/index.html:518 +#: baseTemplate/templates/baseTemplate/index.html:506 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:625 #: managePHP/templates/managePHP/index.html:24 #: managePHP/templates/managePHP/index.html:26 msgid "Install Extensions" msgstr "Εγκατάσταση Eπεκτάσεων" -#: baseTemplate/templates/baseTemplate/index.html:519 +#: baseTemplate/templates/baseTemplate/index.html:507 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:626 #: managePHP/templates/managePHP/index.html:36 #: managePHP/templates/managePHP/index.html:38 msgid "Edit PHP Configs" msgstr "Επεξεργασία Ρυθμίσεων PHP" -#: baseTemplate/templates/baseTemplate/index.html:534 +#: baseTemplate/templates/baseTemplate/index.html:522 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:641 msgid "Access Log" msgstr "Αρχείο καταγραφής Πρόσβασης" -#: baseTemplate/templates/baseTemplate/index.html:535 +#: baseTemplate/templates/baseTemplate/index.html:523 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:642 #: serverLogs/templates/serverLogs/errorLogs.html:14 #: serverLogs/templates/serverLogs/index.html:37 #: serverLogs/templates/serverLogs/index.html:39 -#: websiteFunctions/templates/websiteFunctions/website.html:132 +#: websiteFunctions/templates/websiteFunctions/website.html:139 msgid "Error Logs" msgstr "Αρχεία καταγραφής σφαλμάτων" -#: baseTemplate/templates/baseTemplate/index.html:536 +#: baseTemplate/templates/baseTemplate/index.html:524 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:643 #: serverLogs/templates/serverLogs/emailLogs.html:14 #: serverLogs/templates/serverLogs/index.html:49 @@ -1213,12 +1218,12 @@ msgstr "Αρχεία καταγραφής σφαλμάτων" msgid "Email Logs" msgstr "Αρχεία καταγραφής Email " -#: baseTemplate/templates/baseTemplate/index.html:536 +#: baseTemplate/templates/baseTemplate/index.html:524 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:643 msgid "Email Log" msgstr "Αρχείο καταγραφής Email " -#: baseTemplate/templates/baseTemplate/index.html:537 +#: baseTemplate/templates/baseTemplate/index.html:525 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:644 #: serverLogs/templates/serverLogs/ftplogs.html:14 #: serverLogs/templates/serverLogs/index.html:61 @@ -1226,19 +1231,30 @@ msgstr "Αρχείο καταγραφής Email " msgid "FTP Logs" msgstr "Αρχεία καταγραφής FTP" -#: baseTemplate/templates/baseTemplate/index.html:552 +#: baseTemplate/templates/baseTemplate/index.html:526 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:14 +#, fuzzy +#| msgid "Security Functions" +msgid "ModSecurity Audit Logs" +msgstr "Λειτουργίες ασφαλείας" + +#: baseTemplate/templates/baseTemplate/index.html:526 +msgid "ModSec Audit Logs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:541 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:659 msgid "Firewall Home" msgstr "Αρχική σελίδα τείχους προστασίας" -#: baseTemplate/templates/baseTemplate/index.html:552 +#: baseTemplate/templates/baseTemplate/index.html:541 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:659 #: firewall/templates/firewall/index.html:25 #: firewall/templates/firewall/index.html:27 msgid "Firewall" msgstr "Τείχος προστασίας" -#: baseTemplate/templates/baseTemplate/index.html:553 +#: baseTemplate/templates/baseTemplate/index.html:542 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:660 #: firewall/templates/firewall/index.html:36 #: firewall/templates/firewall/index.html:38 @@ -1247,10 +1263,41 @@ msgstr "Τείχος προστασίας" msgid "Secure SSH" msgstr "Ασφαλίστε SSH" +#: baseTemplate/templates/baseTemplate/index.html:543 +#, fuzzy +#| msgid "Edit PHP Configurations" +msgid "ModSecurity Configurations" +msgstr "Επεξεργασία Ρυθμίσεων PHP" + +#: baseTemplate/templates/baseTemplate/index.html:543 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Conf" +msgstr "Ασφάλεια" + +#: baseTemplate/templates/baseTemplate/index.html:544 +#: firewall/templates/firewall/modSecurityRules.html:20 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Rules" +msgstr "Ασφάλεια" + +#: baseTemplate/templates/baseTemplate/index.html:545 +msgid "ModSecurity Rules Packs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:199 +msgid "CPU Status" +msgstr "Κατάσταση Επεξεργαστή" + #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:327 msgid "Fullscreen" msgstr "Πλήρης οθόνη" +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:332 +msgid "System Status" +msgstr "Κατάσταση Συστήματος" + #: baseTemplate/templates/baseTemplate/versionManagment.html:3 msgid "Version Management - CyberPanel" msgstr "Διαχείριση έκδοσης - CyberPanel" @@ -1281,7 +1328,8 @@ msgstr "Πιο πρόσφατη έκδοση" #: baseTemplate/templates/baseTemplate/versionManagment.html:66 #: firewall/templates/firewall/secureSSH.html:78 -#: managePHP/templates/managePHP/editPHPConfig.html:140 +#: mailServer/templates/mailServer/dkimManager.html:40 +#: managePHP/templates/managePHP/editPHPConfig.html:148 msgid "Error message: " msgstr "Μήνυμα λάθους:" @@ -1294,11 +1342,16 @@ msgid "Update finished..." msgstr "Ενημέρωση τελείωσε..." #: baseTemplate/templates/baseTemplate/versionManagment.html:79 +#: firewall/templates/firewall/modSecurity.html:47 +#: firewall/templates/firewall/modSecurity.html:177 +#: firewall/templates/firewall/modSecurityRules.html:53 +#: firewall/templates/firewall/modSecurityRulesPacks.html:88 #: firewall/templates/firewall/secureSSH.html:87 #: firewall/templates/firewall/secureSSH.html:172 -#: managePHP/templates/managePHP/editPHPConfig.html:149 -#: managePHP/templates/managePHP/editPHPConfig.html:221 -#: managePHP/templates/managePHP/installExtensions.html:113 +#: mailServer/templates/mailServer/dkimManager.html:44 +#: managePHP/templates/managePHP/editPHPConfig.html:157 +#: managePHP/templates/managePHP/editPHPConfig.html:230 +#: managePHP/templates/managePHP/installExtensions.html:114 msgid "Could not connect. Please refresh this page." msgstr "Αδυναμία σύνδεσης. Ανανεώστε αυτή τη σελίδα." @@ -1373,7 +1426,7 @@ msgid "Select Domain" msgstr "Επιλέξτε Domain" #: databases/templates/databases/listDataBases.html:46 -#: dns/templates/dns/addDeleteDNSRecords.html:168 +#: dns/templates/dns/addDeleteDNSRecords.html:335 #: ftp/templates/ftp/listFTPAccounts.html:46 msgid "Records successfully fetched for" msgstr "Αρχεία που έχουν εξαχθεί με επιτυχία για" @@ -1425,69 +1478,123 @@ msgstr "" msgid "Add Records" msgstr "Προσθήκη Αρχείων" -#: dns/templates/dns/addDeleteDNSRecords.html:53 -#: dns/templates/dns/addDeleteDNSRecords.html:131 -#: filemanager/templates/filemanager/index.html:209 +#: dns/templates/dns/addDeleteDNSRecords.html:59 +#: dns/templates/dns/addDeleteDNSRecords.html:82 +#: dns/templates/dns/addDeleteDNSRecords.html:106 +#: dns/templates/dns/addDeleteDNSRecords.html:129 +#: dns/templates/dns/addDeleteDNSRecords.html:157 +#: dns/templates/dns/addDeleteDNSRecords.html:181 +#: dns/templates/dns/addDeleteDNSRecords.html:205 +#: dns/templates/dns/addDeleteDNSRecords.html:229 +#: dns/templates/dns/addDeleteDNSRecords.html:253 +#: dns/templates/dns/addDeleteDNSRecords.html:296 +#: filemanager/templates/filemanager/index.html:212 #: firewall/templates/firewall/firewall.html:136 #: serverStatus/templates/serverStatus/litespeedStatus.html:40 msgid "Name" msgstr "Όνομα" -#: dns/templates/dns/addDeleteDNSRecords.html:69 -msgid "IPV6" -msgstr "IPV6" - -#: dns/templates/dns/addDeleteDNSRecords.html:78 +#: dns/templates/dns/addDeleteDNSRecords.html:63 +#: dns/templates/dns/addDeleteDNSRecords.html:86 +#: dns/templates/dns/addDeleteDNSRecords.html:110 #: dns/templates/dns/addDeleteDNSRecords.html:133 -msgid "Priority" -msgstr "Προτεραιότητα" +#: dns/templates/dns/addDeleteDNSRecords.html:161 +#: dns/templates/dns/addDeleteDNSRecords.html:185 +#: dns/templates/dns/addDeleteDNSRecords.html:209 +#: dns/templates/dns/addDeleteDNSRecords.html:233 +#: dns/templates/dns/addDeleteDNSRecords.html:257 +#: dns/templates/dns/addDeleteDNSRecords.html:297 +msgid "TTL" +msgstr "" -#: dns/templates/dns/addDeleteDNSRecords.html:87 -#: dns/templates/dns/createDNSZone.html:27 -#: dns/templates/dns/createNameServer.html:27 -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:52 -#: websiteFunctions/templates/websiteFunctions/website.html:289 -msgid "Domain Name" -msgstr "Όνομα Domain" - -#: dns/templates/dns/addDeleteDNSRecords.html:95 -msgid "Policy" -msgstr "Πολιτική" - -#: dns/templates/dns/addDeleteDNSRecords.html:103 -msgid "Text" -msgstr "Κείμενο" - -#: dns/templates/dns/addDeleteDNSRecords.html:111 +#: dns/templates/dns/addDeleteDNSRecords.html:73 +#: dns/templates/dns/addDeleteDNSRecords.html:96 +#: dns/templates/dns/addDeleteDNSRecords.html:120 +#: dns/templates/dns/addDeleteDNSRecords.html:147 +#: dns/templates/dns/addDeleteDNSRecords.html:172 +#: dns/templates/dns/addDeleteDNSRecords.html:196 +#: dns/templates/dns/addDeleteDNSRecords.html:220 +#: dns/templates/dns/addDeleteDNSRecords.html:244 +#: dns/templates/dns/addDeleteDNSRecords.html:272 #: firewall/templates/firewall/firewall.html:117 msgid "Add" msgstr "Προσθήκη" -#: dns/templates/dns/addDeleteDNSRecords.html:130 +#: dns/templates/dns/addDeleteDNSRecords.html:90 +#, fuzzy +#| msgid "IP Address" +msgid "IPV6 Address" +msgstr "Διεύθυνση: IP" + +#: dns/templates/dns/addDeleteDNSRecords.html:114 +#: dns/templates/dns/addDeleteDNSRecords.html:141 +#: dns/templates/dns/createDNSZone.html:27 +#: dns/templates/dns/createNameServer.html:27 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:52 +#: websiteFunctions/templates/websiteFunctions/website.html:313 +msgid "Domain Name" +msgstr "Όνομα Domain" + +#: dns/templates/dns/addDeleteDNSRecords.html:137 +#: dns/templates/dns/addDeleteDNSRecords.html:299 +msgid "Priority" +msgstr "Προτεραιότητα" + +#: dns/templates/dns/addDeleteDNSRecords.html:166 +msgid "Policy" +msgstr "Πολιτική" + +#: dns/templates/dns/addDeleteDNSRecords.html:190 +msgid "Text" +msgstr "Κείμενο" + +#: dns/templates/dns/addDeleteDNSRecords.html:214 +#, fuzzy +#| msgid "Value" +msgid "SOA Value" +msgstr "Αξία" + +#: dns/templates/dns/addDeleteDNSRecords.html:238 +#, fuzzy +#| msgid "First Nameserver" +msgid "Name server" +msgstr "Πρώτος Nameserver" + +#: dns/templates/dns/addDeleteDNSRecords.html:261 +#, fuzzy +#| msgid "Priority" +msgid "Prioirty" +msgstr "Προτεραιότητα" + +#: dns/templates/dns/addDeleteDNSRecords.html:266 +msgid "Content" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:295 msgid "Type" msgstr "Μορφή" -#: dns/templates/dns/addDeleteDNSRecords.html:132 +#: dns/templates/dns/addDeleteDNSRecords.html:298 msgid "Value" msgstr "Αξία" -#: dns/templates/dns/addDeleteDNSRecords.html:160 +#: dns/templates/dns/addDeleteDNSRecords.html:327 msgid "Cannot fetch records. Error message:" msgstr "Δεν είναι δυνατή η λήψη αρχείων. Μήνυμα λάθους:" -#: dns/templates/dns/addDeleteDNSRecords.html:164 +#: dns/templates/dns/addDeleteDNSRecords.html:331 msgid "Cannot add record. Error message: " msgstr "Δεν είναι δυνατή η προσθήκη αρχείων. Μήνυμα λάθους:" -#: dns/templates/dns/addDeleteDNSRecords.html:172 +#: dns/templates/dns/addDeleteDNSRecords.html:339 msgid "Record Successfully Deleted" msgstr "Εγγραφή Διαγράφηκε με Επιτυχία" -#: dns/templates/dns/addDeleteDNSRecords.html:176 +#: dns/templates/dns/addDeleteDNSRecords.html:343 msgid "Cannot delete record. Error message:" msgstr "Δεν είναι δυνατή η διαγραφή αρχείων. Μήνυμα λάθους:" -#: dns/templates/dns/addDeleteDNSRecords.html:180 +#: dns/templates/dns/addDeleteDNSRecords.html:347 msgid "Record Successfully Added." msgstr "Η εγγραφή προστέθηκε με επιτυχία." @@ -1622,8 +1729,8 @@ msgid " File Manager" msgstr "Διαχείριση Αρχείων" #: filemanager/templates/filemanager/index.html:63 -#: filemanager/templates/filemanager/index.html:202 -#: filemanager/templates/filemanager/index.html:233 +#: filemanager/templates/filemanager/index.html:205 +#: filemanager/templates/filemanager/index.html:236 #, fuzzy #| msgid "Reload" msgid "Upload" @@ -1640,310 +1747,319 @@ msgid "New Folder" msgstr "" #: filemanager/templates/filemanager/index.html:75 -#: filemanager/templates/filemanager/index.html:563 +#: filemanager/templates/filemanager/index.html:566 msgid "Copy" msgstr "" #: filemanager/templates/filemanager/index.html:78 -#: filemanager/templates/filemanager/index.html:528 +#: filemanager/templates/filemanager/index.html:531 msgid "Move" msgstr "" #: filemanager/templates/filemanager/index.html:81 -#: filemanager/templates/filemanager/index.html:593 +#: filemanager/templates/filemanager/index.html:596 #, fuzzy #| msgid "Username" msgid "Rename" msgstr "Όνομα Χρήστη" #: filemanager/templates/filemanager/index.html:84 +#: websiteFunctions/templates/websiteFunctions/listCron.html:66 msgid "Edit" msgstr "" #: filemanager/templates/filemanager/index.html:87 -#: filemanager/templates/filemanager/index.html:438 -#: filemanager/templates/filemanager/index.html:465 +#: filemanager/templates/filemanager/index.html:441 +#: filemanager/templates/filemanager/index.html:468 msgid "Compress" msgstr "" #: filemanager/templates/filemanager/index.html:90 -#: filemanager/templates/filemanager/index.html:493 +#: filemanager/templates/filemanager/index.html:496 msgid "Extract" msgstr "" -#: filemanager/templates/filemanager/index.html:108 +#: filemanager/templates/filemanager/index.html:93 +#, fuzzy +#| msgid "PHP version " +msgid "Fix Permissions" +msgstr "Έκδοση ΡΗΡ" + +#: filemanager/templates/filemanager/index.html:111 #, fuzzy #| msgid "Current Package:" msgid "Current Path" msgstr "Τρέχον Πακέτο" -#: filemanager/templates/filemanager/index.html:136 +#: filemanager/templates/filemanager/index.html:139 #, fuzzy #| msgid "Back up" msgid "Back" msgstr "Αντίγραφο ασφαλείας" -#: filemanager/templates/filemanager/index.html:140 +#: filemanager/templates/filemanager/index.html:143 #: serverLogs/templates/serverLogs/accessLogs.html:42 #: serverLogs/templates/serverLogs/emailLogs.html:39 #: serverLogs/templates/serverLogs/errorLogs.html:39 #: serverLogs/templates/serverLogs/ftplogs.html:39 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:39 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:40 +#: websiteFunctions/templates/websiteFunctions/listCron.html:36 msgid "Refresh" msgstr "Ανανέωση" -#: filemanager/templates/filemanager/index.html:144 +#: filemanager/templates/filemanager/index.html:147 #, fuzzy #| msgid "Select Email" msgid "Select All" msgstr "Επιλέξτε διεύθυνση email" -#: filemanager/templates/filemanager/index.html:148 +#: filemanager/templates/filemanager/index.html:151 #, fuzzy #| msgid "Select Email" msgid "UnSelect All" msgstr "Επιλέξτε διεύθυνση email" -#: filemanager/templates/filemanager/index.html:158 +#: filemanager/templates/filemanager/index.html:161 #, fuzzy #| msgid "Size" msgid "Size (KB)" msgstr "Μέγεθος" -#: filemanager/templates/filemanager/index.html:159 +#: filemanager/templates/filemanager/index.html:162 msgid "Last Modified" msgstr "" -#: filemanager/templates/filemanager/index.html:160 +#: filemanager/templates/filemanager/index.html:163 #, fuzzy #| msgid "PHP version " msgid "Permissions" msgstr "Έκδοση ΡΗΡ" -#: filemanager/templates/filemanager/index.html:180 +#: filemanager/templates/filemanager/index.html:183 msgid "Upload File" msgstr "" -#: filemanager/templates/filemanager/index.html:187 +#: filemanager/templates/filemanager/index.html:190 msgid "Upload queue" msgstr "" -#: filemanager/templates/filemanager/index.html:188 +#: filemanager/templates/filemanager/index.html:191 msgid "Queue length:" msgstr "" -#: filemanager/templates/filemanager/index.html:195 +#: filemanager/templates/filemanager/index.html:198 msgid "Drop" msgstr "" -#: filemanager/templates/filemanager/index.html:196 +#: filemanager/templates/filemanager/index.html:199 msgid "Drop Files here to upload them." msgstr "" -#: filemanager/templates/filemanager/index.html:211 +#: filemanager/templates/filemanager/index.html:214 msgid "Progress" msgstr "" -#: filemanager/templates/filemanager/index.html:213 +#: filemanager/templates/filemanager/index.html:216 #, fuzzy #| msgid "FTP Functions" msgid "Actions" msgstr "Λειτουργίες FTP" -#: filemanager/templates/filemanager/index.html:239 +#: filemanager/templates/filemanager/index.html:242 msgid "Remove" msgstr "" -#: filemanager/templates/filemanager/index.html:249 +#: filemanager/templates/filemanager/index.html:252 msgid "Queue progress:" msgstr "" -#: filemanager/templates/filemanager/index.html:258 +#: filemanager/templates/filemanager/index.html:261 #, fuzzy #| msgid "Cannot tune. Error message:" msgid "can not be uploaded, Error message:" msgstr "Δεν είναι δυνατό να συντονιστείτε. Μήνυμα λάθους:" -#: filemanager/templates/filemanager/index.html:262 +#: filemanager/templates/filemanager/index.html:265 msgid "Upload all" msgstr "" -#: filemanager/templates/filemanager/index.html:265 +#: filemanager/templates/filemanager/index.html:268 #, fuzzy #| msgid "Cancel Backup" msgid "Cancel all" msgstr "Ακύρωση της δημιουργίας αντιγράφων ασφαλείας" -#: filemanager/templates/filemanager/index.html:268 +#: filemanager/templates/filemanager/index.html:271 msgid "Remove all" msgstr "" -#: filemanager/templates/filemanager/index.html:304 +#: filemanager/templates/filemanager/index.html:307 #, fuzzy #| msgid "Rule successfully added." msgid "File Successfully saved." msgstr "Προστέθηκε με επιτυχία κανόνας." -#: filemanager/templates/filemanager/index.html:311 +#: filemanager/templates/filemanager/index.html:314 #: firewall/templates/firewall/secureSSH.html:68 -#: managePHP/templates/managePHP/editPHPConfig.html:130 -#: managePHP/templates/managePHP/editPHPConfig.html:203 +#: managePHP/templates/managePHP/editPHPConfig.html:138 +#: managePHP/templates/managePHP/editPHPConfig.html:212 msgid "Save Changes" msgstr "Αποθήκευση Aλλαγών" -#: filemanager/templates/filemanager/index.html:328 +#: filemanager/templates/filemanager/index.html:331 #, fuzzy #| msgid "Create New User" msgid "Create new folder!" msgstr "Δημιουργία νέου χρήστη" -#: filemanager/templates/filemanager/index.html:336 +#: filemanager/templates/filemanager/index.html:339 #, fuzzy #| msgid "File Name" msgid "New Folder Name" msgstr "Όνομα Αρχείου" -#: filemanager/templates/filemanager/index.html:338 +#: filemanager/templates/filemanager/index.html:341 msgid "Folder will be created in your current directory" msgstr "" -#: filemanager/templates/filemanager/index.html:340 +#: filemanager/templates/filemanager/index.html:343 #, fuzzy #| msgid "Create User" msgid "Create Folder" msgstr "Δημουργία Χρήστη" -#: filemanager/templates/filemanager/index.html:353 +#: filemanager/templates/filemanager/index.html:356 #, fuzzy #| msgid "is successfully created." msgid "Folder Successfully created." msgstr "δημιουργήθηκε με επιτυχία." -#: filemanager/templates/filemanager/index.html:372 +#: filemanager/templates/filemanager/index.html:375 #, fuzzy #| msgid "Create New User" msgid "Create new file!" msgstr "Δημιουργία νέου χρήστη" -#: filemanager/templates/filemanager/index.html:380 +#: filemanager/templates/filemanager/index.html:383 #, fuzzy #| msgid "File Name" msgid "New File Name" msgstr "Όνομα Αρχείου" -#: filemanager/templates/filemanager/index.html:382 +#: filemanager/templates/filemanager/index.html:385 msgid "" "File will be created in your current directory, if it already exists it will " "not overwirte." msgstr "" -#: filemanager/templates/filemanager/index.html:384 +#: filemanager/templates/filemanager/index.html:387 #, fuzzy #| msgid "Create Email" msgid "Create File" msgstr "Δημιουργία Email " -#: filemanager/templates/filemanager/index.html:397 +#: filemanager/templates/filemanager/index.html:400 #, fuzzy #| msgid "is successfully created." msgid "File Successfully created." msgstr "δημιουργήθηκε με επιτυχία." -#: filemanager/templates/filemanager/index.html:413 +#: filemanager/templates/filemanager/index.html:416 #, fuzzy #| msgid "Configurations" msgid "Confirm Deletion!" msgstr "Ρυθμίσεις" -#: filemanager/templates/filemanager/index.html:422 +#: filemanager/templates/filemanager/index.html:425 msgid "Confirm" msgstr "" -#: filemanager/templates/filemanager/index.html:423 -#: filemanager/templates/filemanager/index.html:466 -#: filemanager/templates/filemanager/index.html:529 -#: filemanager/templates/filemanager/index.html:564 -#: filemanager/templates/filemanager/index.html:594 -#: websiteFunctions/templates/websiteFunctions/website.html:417 +#: filemanager/templates/filemanager/index.html:426 +#: filemanager/templates/filemanager/index.html:469 +#: filemanager/templates/filemanager/index.html:532 +#: filemanager/templates/filemanager/index.html:567 +#: filemanager/templates/filemanager/index.html:597 +#: websiteFunctions/templates/websiteFunctions/website.html:447 msgid "Close" msgstr "" -#: filemanager/templates/filemanager/index.html:446 +#: filemanager/templates/filemanager/index.html:449 msgid "List of files/folder!" msgstr "" -#: filemanager/templates/filemanager/index.html:450 +#: filemanager/templates/filemanager/index.html:453 #, fuzzy #| msgid "File Name" msgid "Compressed File Name" msgstr "Όνομα Αρχείου" -#: filemanager/templates/filemanager/index.html:452 +#: filemanager/templates/filemanager/index.html:455 #, fuzzy #| msgid "Extension Name" msgid "Enter without extension name!" msgstr "Όνομα Επέκτασης" -#: filemanager/templates/filemanager/index.html:456 +#: filemanager/templates/filemanager/index.html:459 msgid "Compression Type" msgstr "" -#: filemanager/templates/filemanager/index.html:481 +#: filemanager/templates/filemanager/index.html:484 msgid "Extracting" msgstr "" -#: filemanager/templates/filemanager/index.html:489 +#: filemanager/templates/filemanager/index.html:492 msgid "Extract in" msgstr "" -#: filemanager/templates/filemanager/index.html:491 +#: filemanager/templates/filemanager/index.html:494 msgid "You can enter . to extract in current directory!" msgstr "" -#: filemanager/templates/filemanager/index.html:509 +#: filemanager/templates/filemanager/index.html:512 #, fuzzy #| msgid "Files" msgid "Move Files" msgstr "Αρχεία" -#: filemanager/templates/filemanager/index.html:517 -#: filemanager/templates/filemanager/index.html:552 +#: filemanager/templates/filemanager/index.html:520 +#: filemanager/templates/filemanager/index.html:555 msgid "List of files/folders!" msgstr "" -#: filemanager/templates/filemanager/index.html:521 +#: filemanager/templates/filemanager/index.html:524 msgid "Move to" msgstr "" -#: filemanager/templates/filemanager/index.html:523 +#: filemanager/templates/filemanager/index.html:526 msgid "Enter a path to move your files!" msgstr "" -#: filemanager/templates/filemanager/index.html:544 +#: filemanager/templates/filemanager/index.html:547 #, fuzzy #| msgid "Files" msgid "Copy Files" msgstr "Αρχεία" -#: filemanager/templates/filemanager/index.html:556 +#: filemanager/templates/filemanager/index.html:559 msgid "Copy to" msgstr "" -#: filemanager/templates/filemanager/index.html:558 +#: filemanager/templates/filemanager/index.html:561 msgid "Enter a path to copy your files to!" msgstr "" -#: filemanager/templates/filemanager/index.html:578 +#: filemanager/templates/filemanager/index.html:581 msgid "Renaming" msgstr "" -#: filemanager/templates/filemanager/index.html:586 +#: filemanager/templates/filemanager/index.html:589 #, fuzzy #| msgid "File Name" msgid "New Name" msgstr "Όνομα Αρχείου" -#: filemanager/templates/filemanager/index.html:588 +#: filemanager/templates/filemanager/index.html:591 msgid "Enter new name of file!" msgstr "" @@ -2009,6 +2125,169 @@ msgstr "Λειτουργίες ασφαλείας" msgid "Manage the security of the server on this page." msgstr "Διαχειριστείτε την ασφάλεια του διακομιστή σε αυτήν τη σελίδα." +#: firewall/templates/firewall/modSecurity.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity - CyberPanel" +msgstr "Ασφάλεια - CyberPanel" + +#: firewall/templates/firewall/modSecurity.html:13 +#, fuzzy +#| msgid "Edit PHP Configurations" +msgid "ModSecurity Configurations!" +msgstr "Επεξεργασία Ρυθμίσεων PHP" + +#: firewall/templates/firewall/modSecurity.html:14 +#, fuzzy +#| msgid "On this page you can set up your Back up destinations. (SFTP)" +msgid "On this page you can configure ModSecurity settings." +msgstr "" +"Σε αυτή τη σελίδα μπορείτε να ρυθμίσετε τα αντίγραφα ασφαλείας των " +"προορισμοί. (SFTP)" + +#: firewall/templates/firewall/modSecurity.html:20 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity" +msgstr "Ασφάλεια" + +#: firewall/templates/firewall/modSecurity.html:29 +#: firewall/templates/firewall/modSecurityRules.html:70 +#: firewall/templates/firewall/modSecurityRulesPacks.html:28 +msgid "ModSecurity is not installed " +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:31 +#: firewall/templates/firewall/modSecurityRules.html:72 +#: firewall/templates/firewall/modSecurityRulesPacks.html:30 +#, fuzzy +#| msgid "Install" +msgid "Install Now." +msgstr "Εγκατάσταση" + +#: firewall/templates/firewall/modSecurity.html:43 +#, fuzzy +#| msgid "Cannot add destination. Error message:" +msgid "Failed to start installation, Error message: " +msgstr "Δεν είναι δυνατή η προσθήκη προορισμού. Μήνυμα λάθους:" + +#: firewall/templates/firewall/modSecurity.html:51 +#, fuzzy +#| msgid "Installation failed. Error message:" +msgid "Installation failed." +msgstr "Η εγκατάσταση απέτυχε. Μήνυμα λάθους:" + +#: firewall/templates/firewall/modSecurity.html:55 +msgid "ModSecurity successfully installed, refreshing page in 3 seconds.." +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:66 +msgid "Winter is coming, but so is ModSecurity." +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:157 +#, fuzzy +#| msgid "Save Changes" +msgid "Save changes." +msgstr "Αποθήκευση Aλλαγών" + +#: firewall/templates/firewall/modSecurity.html:169 +#, fuzzy +#| msgid "Could not fetch current configuration. Error message:" +msgid "Failed to save ModSecurity configurations. Error message: " +msgstr "Δεν ήταν δυνατή η λήψη της τρέχουσας διαμόρφωσης. Μήνυμα λάθους:" + +#: firewall/templates/firewall/modSecurity.html:173 +#, fuzzy +#| msgid " is successfully created." +msgid "ModSecurity configurations successfully saved." +msgstr "δημιουργήθηκε με επιτυχία." + +#: firewall/templates/firewall/modSecurityRules.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity Rules - CyberPanel" +msgstr "Ασφάλεια - CyberPanel" + +#: firewall/templates/firewall/modSecurityRules.html:13 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Rules!" +msgstr "Ασφάλεια" + +#: firewall/templates/firewall/modSecurityRules.html:14 +#, fuzzy +#| msgid "" +#| "On this page you can launch, list, modify and delete websites from your " +#| "server." +msgid "On this page you can add/delete ModSecurity rules." +msgstr "" +"Σε αυτήν τη σελίδα μπορείτε να ξεκινήσετε, να καταγράψετε, να τροποποιήσετε " +"και να διαγράψετε ιστότοπους από το διακομιστή σας." + +#: firewall/templates/firewall/modSecurityRules.html:42 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Save Rules!" +msgstr "Αποθήκευση κανόνων επανεγγραφής" + +#: firewall/templates/firewall/modSecurityRules.html:49 +msgid "ModSecurity Rules Saved" +msgstr "" + +#: firewall/templates/firewall/modSecurityRules.html:58 +#, fuzzy +#| msgid "Could not save rewrite rules. Error message:" +msgid "Could not save rules, Error message: " +msgstr "Δεν ήταν δυνατή η αποθήκευση κανόνων επανεγγραφής. Μήνυμα λάθους:" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity Rules Packs - CyberPanel" +msgstr "Ασφάλεια - CyberPanel" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:13 +#: firewall/templates/firewall/modSecurityRulesPacks.html:20 +#, fuzzy +#| msgid "Modify Package" +msgid "ModSecurity Rules Packages!" +msgstr "Τροποποίηση πακέτου" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:14 +msgid "Install/Un-install ModSecurity rules packages." +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:60 +#: firewall/templates/firewall/modSecurityRulesPacks.html:71 +#, fuzzy +#| msgid "Configurations" +msgid "Configure" +msgstr "Ρυθμίσεις" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:84 +#: firewall/templates/firewall/modSecurityRulesPacks.html:96 +#, fuzzy +#| msgid "Action successful." +msgid "Operation successful." +msgstr "Ενέργεια επιτυχής." + +#: firewall/templates/firewall/modSecurityRulesPacks.html:92 +#, fuzzy +#| msgid "Action failed. Error message:" +msgid "Operation failed, Error message: " +msgstr "Η ενέργεια απέτυχε. Μήνυμα λάθους:" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:110 +msgid "Supplier" +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:111 +#, fuzzy +#| msgid "File Name" +msgid "Filename" +msgstr "Όνομα Αρχείου" + #: firewall/templates/firewall/secureSSH.html:3 msgid "Secure SSH - CyberPanel" msgstr "Ασφαλής SSH - CyberPanel" @@ -2058,8 +2337,8 @@ msgstr "Προσθήκη κλειδιού" #: firewall/templates/firewall/secureSSH.html:158 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:55 -#: websiteFunctions/templates/websiteFunctions/website.html:553 -#: websiteFunctions/templates/websiteFunctions/website.html:613 +#: websiteFunctions/templates/websiteFunctions/website.html:599 +#: websiteFunctions/templates/websiteFunctions/website.html:658 msgid "Save" msgstr "Αποθήκευση" @@ -2107,7 +2386,7 @@ msgstr "Λογαριασμός FTP με όνομα χρήστη:" #: ftp/templates/ftp/createFTPAccount.html:84 #: ftp/templates/ftp/createFTPAccount.html:87 -#: userManagment/templates/userManagment/createUser.html:154 +#: userManagment/templates/userManagment/createUser.html:144 msgid "is successfully created." msgstr "δημιουργήθηκε με επιτυχία." @@ -2245,6 +2524,60 @@ msgstr "" "Το μήνυμα ηλεκτρονικού ταχυδρομείου με id: {deleted deletedID $} διαγράφεται " "με επιτυχία." +#: mailServer/templates/mailServer/dkimManager.html:3 +#, fuzzy +#| msgid "Manage SSL - CyberPanel" +msgid "DKIM Manager - CyberPanel" +msgstr "Διαχείριση SSL - CyberPanel" + +#: mailServer/templates/mailServer/dkimManager.html:14 +#, fuzzy +#| msgid "This page can be used to Back up your websites" +msgid "This page can be used to generate and view DKIM keys for Domains" +msgstr "" +"Αυτή η σελίδα μπορεί να χρησιμοποιηθεί για την δημιουργία αντιγράφων " +"ασφαλείας των ιστότοπων σας" + +#: mailServer/templates/mailServer/dkimManager.html:27 +msgid "OpenDKIM is not installed. " +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:28 +#, fuzzy +#| msgid "Install" +msgid "Install Now" +msgstr "Εγκατάσταση" + +#: mailServer/templates/mailServer/dkimManager.html:48 +msgid "OpenDKIM successfully installed, refreshing page in 3 seconds.." +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:97 +#, fuzzy +#| msgid "Currently no email accounts exist for this domain." +msgid "Keys not available for this domain." +msgstr "" +"Προσωρινά δεν υπάρχουν λογαριασμοί ηλεκτρονικού ταχυδρομείου για αυτόν τον " +"τομέα." + +#: mailServer/templates/mailServer/dkimManager.html:98 +msgid "Generate Now" +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:110 +#, fuzzy +#| msgid "Domain Name" +msgid "Domain" +msgstr "Όνομα Domain" + +#: mailServer/templates/mailServer/dkimManager.html:111 +msgid "Private Key" +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:112 +msgid "Public Key" +msgstr "" + #: mailServer/templates/mailServer/index.html:3 msgid "Mail Functions - CyberPanel" msgstr " Λειτουργίες Ταχυδρομείου - CyberPanel" @@ -2277,48 +2610,55 @@ msgid "Advanced" msgstr "Ρυθμίσεις για προχωρημένους" #: managePHP/templates/managePHP/editPHPConfig.html:48 -#: managePHP/templates/managePHP/editPHPConfig.html:174 +#: managePHP/templates/managePHP/editPHPConfig.html:182 #: managePHP/templates/managePHP/installExtensions.html:28 #: websiteFunctions/templates/websiteFunctions/createWebsite.html:68 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:74 -#: websiteFunctions/templates/websiteFunctions/website.html:309 +#: websiteFunctions/templates/websiteFunctions/website.html:333 +#: websiteFunctions/templates/websiteFunctions/website.html:729 msgid "Select PHP" msgstr "Επιλέξτε PHP" -#: managePHP/templates/managePHP/editPHPConfig.html:66 +#: managePHP/templates/managePHP/editPHPConfig.html:67 msgid "display_errors" msgstr "ένδειξη_λάθους" -#: managePHP/templates/managePHP/editPHPConfig.html:73 +#: managePHP/templates/managePHP/editPHPConfig.html:74 msgid "file_uploads" msgstr "μεταφορτώσεις_αρχείων" -#: managePHP/templates/managePHP/editPHPConfig.html:81 +#: managePHP/templates/managePHP/editPHPConfig.html:82 msgid "allow_url_fopen" msgstr "επιτρέψτε_url_fopen" -#: managePHP/templates/managePHP/editPHPConfig.html:89 +#: managePHP/templates/managePHP/editPHPConfig.html:90 msgid "allow_url_include" msgstr "allow_url_include" -#: managePHP/templates/managePHP/editPHPConfig.html:97 +#: managePHP/templates/managePHP/editPHPConfig.html:98 msgid "memory_limit" msgstr "Όριο_μνήμης" -#: managePHP/templates/managePHP/editPHPConfig.html:104 +#: managePHP/templates/managePHP/editPHPConfig.html:105 msgid "max_execution_time" msgstr "μέγιστο_όριο_εκτέλεσης" -#: managePHP/templates/managePHP/editPHPConfig.html:111 +#: managePHP/templates/managePHP/editPHPConfig.html:112 msgid "upload_max_filesize" msgstr "upload_max_filesize" -#: managePHP/templates/managePHP/editPHPConfig.html:118 +#: managePHP/templates/managePHP/editPHPConfig.html:119 +#, fuzzy +#| msgid "upload_max_filesize" +msgid "post_max_size" +msgstr "upload_max_filesize" + +#: managePHP/templates/managePHP/editPHPConfig.html:126 msgid "max_input_time" msgstr "max_input_time" -#: managePHP/templates/managePHP/editPHPConfig.html:144 -#: managePHP/templates/managePHP/editPHPConfig.html:216 +#: managePHP/templates/managePHP/editPHPConfig.html:152 +#: managePHP/templates/managePHP/editPHPConfig.html:225 msgid "PHP Configs Saved." msgstr "Αποθήκευση Ρυθμίσεων PHP" @@ -2348,39 +2688,39 @@ msgstr "Εγκατάσταση/απεγκατάσταση επεκτάσεων p msgid "Select PHP Version" msgstr "Επιλέξτε Έκδοση PHP" -#: managePHP/templates/managePHP/installExtensions.html:48 +#: managePHP/templates/managePHP/installExtensions.html:49 msgid "Search Extensions.." msgstr "Αναζήτηση για Επεκτάσεις..." -#: managePHP/templates/managePHP/installExtensions.html:63 +#: managePHP/templates/managePHP/installExtensions.html:64 msgid "Extension Name" msgstr "Όνομα Επέκτασης" -#: managePHP/templates/managePHP/installExtensions.html:64 +#: managePHP/templates/managePHP/installExtensions.html:65 msgid "Description" msgstr "Περιγραφή" -#: managePHP/templates/managePHP/installExtensions.html:66 -#: managePHP/templates/managePHP/installExtensions.html:77 +#: managePHP/templates/managePHP/installExtensions.html:67 +#: managePHP/templates/managePHP/installExtensions.html:78 msgid "Install" msgstr "Εγκατάσταση" -#: managePHP/templates/managePHP/installExtensions.html:67 -#: managePHP/templates/managePHP/installExtensions.html:78 +#: managePHP/templates/managePHP/installExtensions.html:68 +#: managePHP/templates/managePHP/installExtensions.html:79 msgid "Uninstall" msgstr "Απεγκατάσταση" -#: managePHP/templates/managePHP/installExtensions.html:93 +#: managePHP/templates/managePHP/installExtensions.html:94 msgid "Go Back" msgstr "Επιστροφή" -#: managePHP/templates/managePHP/installExtensions.html:104 +#: managePHP/templates/managePHP/installExtensions.html:105 #: tuning/templates/tuning/phpTuning.html:111 -#: userManagment/templates/userManagment/modifyUser.html:143 +#: userManagment/templates/userManagment/modifyUser.html:135 msgid "Cannot fetch details. Error message:" msgstr "Δεν μπορεί να προσκομίσει στοιχεία. Μήνυμα λάθους:" -#: managePHP/templates/managePHP/installExtensions.html:108 +#: managePHP/templates/managePHP/installExtensions.html:109 msgid "Cannot perform operation. Error message:" msgstr "Δεν μπορεί να εκτελέσει λειτουργία. Μήνυμα λάθους:" @@ -2412,11 +2752,13 @@ msgstr "" #: manageSSL/templates/manageSSL/manageSSL.html:42 #: manageSSL/templates/manageSSL/sslForHostName.html:42 +#: manageSSL/templates/manageSSL/sslForMailServer.html:42 msgid "Issue SSL" msgstr "Έκδοση SSL" #: manageSSL/templates/manageSSL/manageSSL.html:52 #: manageSSL/templates/manageSSL/sslForHostName.html:52 +#: manageSSL/templates/manageSSL/sslForMailServer.html:52 msgid "Cannot issue SSL. Error message:" msgstr "Δεν είναι δυνατή η έκδοση SSL. Μήνυμα λάθους:" @@ -2446,6 +2788,39 @@ msgstr "" "Έκδοση SSL. Τώρα μπορείτε να αποκτήσετε πρόσβαση στο CyberPanel στη " "διεύθυνση:" +#: manageSSL/templates/manageSSL/sslForMailServer.html:3 +#, fuzzy +#| msgid "Issue SSL For Hostname - CyberPanel" +msgid "Issue SSL For MailServer - CyberPanel" +msgstr "Έκδοση SSL Για όνομα κεντρικού υπολογιστή - CyberPanel" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:13 +#: manageSSL/templates/manageSSL/sslForMailServer.html:20 +#, fuzzy +#| msgid "Issue SSL For Hostname" +msgid "Issue SSL For MailServer" +msgstr "Έκδοση SSL Για όνομα κεντρικού υπολογιστή" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:14 +#, fuzzy +#| msgid "Issue Let’s Encrypt SSLs for websites and hostname." +msgid "Let’s Encrypt SSL for MailServer (Postfix/Dovecot)." +msgstr "" +"Έκδοση Ας κρυπτογραφήσουμε τα SSL για ιστότοπους και όνομα κεντρικού " +"υπολογιστή." + +#: manageSSL/templates/manageSSL/sslForMailServer.html:56 +msgid "SSL Issued, your mail server now uses Lets Encrypt!" +msgstr "" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:60 +#, fuzzy +#| msgid "Could not connect to server. Please refresh this page." +msgid "Could not connect to server, please refresh this page." +msgstr "" +"Δεν μπορούσε να συνδεθεί με το διακομιστή. Παρακαλούμε ανανεώστε αυτή τη " +"σελίδα." + #: packages/templates/packages/createPackage.html:3 msgid "Create Package - CyberPanel" msgstr "Δημιουργία Πακέτου - CyberPanel" @@ -2472,7 +2847,7 @@ msgstr "Όνομα πακέτου" #: packages/templates/packages/createPackage.html:35 #: packages/templates/packages/modifyPackage.html:40 -#: websiteFunctions/templates/websiteFunctions/website.html:249 +#: websiteFunctions/templates/websiteFunctions/website.html:254 #, fuzzy #| msgid "Domain Name" msgid "Domains" @@ -2562,7 +2937,7 @@ msgstr "Αρχεία καταγραφής πρόσβασης - CyberPanel" #: serverLogs/templates/serverLogs/accessLogs.html:17 #: serverLogs/templates/serverLogs/index.html:25 #: serverLogs/templates/serverLogs/index.html:27 -#: websiteFunctions/templates/websiteFunctions/website.html:120 +#: websiteFunctions/templates/websiteFunctions/website.html:128 msgid "Access Logs" msgstr "Αρχεία καταγραφής πρόσβασης" @@ -2574,22 +2949,35 @@ msgstr "Πρόσβαση σε αρχεία καταγραφής για τον κ #: serverLogs/templates/serverLogs/emailLogs.html:23 #: serverLogs/templates/serverLogs/errorLogs.html:23 #: serverLogs/templates/serverLogs/ftplogs.html:23 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:23 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:24 msgid "Last 50 Lines" msgstr "Τελευταίες 50 γραμμές" -#: serverLogs/templates/serverLogs/accessLogs.html:49 -#: serverLogs/templates/serverLogs/emailLogs.html:46 -#: serverLogs/templates/serverLogs/errorLogs.html:46 -#: serverLogs/templates/serverLogs/ftplogs.html:46 +#: serverLogs/templates/serverLogs/accessLogs.html:45 +#: serverLogs/templates/serverLogs/emailLogs.html:42 +#: serverLogs/templates/serverLogs/errorLogs.html:42 +#: serverLogs/templates/serverLogs/ftplogs.html:42 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:42 +#, fuzzy +#| msgid "Server Logs" +msgid "Clear Logs" +msgstr "Αρχεία καταγραφής διακομιστή" + +#: serverLogs/templates/serverLogs/accessLogs.html:52 +#: serverLogs/templates/serverLogs/emailLogs.html:49 +#: serverLogs/templates/serverLogs/errorLogs.html:49 +#: serverLogs/templates/serverLogs/ftplogs.html:49 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:50 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:47 msgid "Last 50 Lines Fetched" msgstr "Οι τελευταίες 50 Γραμμές Έχουν τραβηχτεί" -#: serverLogs/templates/serverLogs/accessLogs.html:54 -#: serverLogs/templates/serverLogs/emailLogs.html:51 -#: serverLogs/templates/serverLogs/errorLogs.html:51 -#: serverLogs/templates/serverLogs/ftplogs.html:51 +#: serverLogs/templates/serverLogs/accessLogs.html:57 +#: serverLogs/templates/serverLogs/emailLogs.html:54 +#: serverLogs/templates/serverLogs/errorLogs.html:54 +#: serverLogs/templates/serverLogs/ftplogs.html:54 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:55 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:52 msgid "Could not fetch logs. Use the command line to view the log file." msgstr "" @@ -2634,6 +3022,18 @@ msgstr "" "αρχεία καταγραφής για τον ιστότοπό σας πλοηγηθείτε σε: Ιστοσελίδες -> Λίστα " "ιστότοπων -> Επιλογή ιστοτόπου -> Προβολή αρχείων καταγραφής." +#: serverLogs/templates/serverLogs/modSecAuditLog.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity Audit Logs - CyberPanel" +msgstr "Ασφάλεια - CyberPanel" + +#: serverLogs/templates/serverLogs/modSecAuditLog.html:15 +#, fuzzy +#| msgid "Security Functions" +msgid "ModSecurity Audit logs" +msgstr "Λειτουργίες ασφαλείας" + #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:3 msgid "CyberPanel Main Log File - CyberPanel" msgstr "Κύριο αρχείο καταγραφής CyberPanel - CyberPanel" @@ -2774,16 +3174,6 @@ msgstr "Μέγεθος προσωρινής μνήμης στη μνήμη" msgid "Enable GZIP Compression" msgstr "Ενεργοποίηση Συμπίεσης GZIP" -#: tuning/templates/tuning/liteSpeedTuning.html:70 -#: tuning/templates/tuning/phpTuning.html:90 -msgid "Enable" -msgstr "Ενεργοποίηση" - -#: tuning/templates/tuning/liteSpeedTuning.html:71 -#: tuning/templates/tuning/phpTuning.html:91 -msgid "Disable" -msgstr "Απενεργοποιήση" - #: tuning/templates/tuning/liteSpeedTuning.html:74 #: tuning/templates/tuning/phpTuning.html:94 #: userManagment/templates/userManagment/modifyUser.html:77 @@ -2794,7 +3184,7 @@ msgstr "Αυτή τη στιγμή είστε:" msgid "Tune Web Server" msgstr "Συντονίστε το διακομιστή Web" -#: tuning/templates/tuning/liteSpeedTuning.html:93 +#: tuning/templates/tuning/liteSpeedTuning.html:92 msgid "" "Cannot fetch Current Value, but you can still submit new changes, error " "reported from server:" @@ -2802,11 +3192,11 @@ msgstr "" "εν είναι δυνατή η λήψη της τρέχουσας τιμής, αλλά εξακολουθείτε να υποβάλετε " "νέες αλλαγές, σφάλμα που αναφέρθηκε από το διακομιστή:" -#: tuning/templates/tuning/liteSpeedTuning.html:97 +#: tuning/templates/tuning/liteSpeedTuning.html:96 msgid "Cannot save details, Error Message: " msgstr "Δεν είναι δυνατή η αποθήκευση λεπτομερειών, Μήνυμα λάθους:" -#: tuning/templates/tuning/liteSpeedTuning.html:102 +#: tuning/templates/tuning/liteSpeedTuning.html:101 msgid "Web Server Successfully tuned." msgstr "Ο διακομιστής Web έχει επιτυχώς ρυθμιστεί." @@ -2842,6 +3232,14 @@ msgstr "Διαδικασία Αυστηρού Ορίου" msgid "Persistent Connection" msgstr "Συνεχής σύνδεση" +#: tuning/templates/tuning/phpTuning.html:90 +msgid "Enable" +msgstr "Ενεργοποίηση" + +#: tuning/templates/tuning/phpTuning.html:91 +msgid "Disable" +msgstr "Απενεργοποιήση" + #: tuning/templates/tuning/phpTuning.html:102 msgid "Tune PHP" msgstr "Συντονίστε το PHP" @@ -2907,17 +3305,6 @@ msgstr "Μη έγκυρο email" msgid "Account Type" msgstr "Τύπος Λογαριασμού" -#: userManagment/templates/userManagment/createUser.html:67 -#: userManagment/templates/userManagment/modifyUser.html:72 -msgid "Admin" -msgstr "Διαχειριστής" - -#: userManagment/templates/userManagment/createUser.html:68 -#: userManagment/templates/userManagment/createUser.html:79 -#: userManagment/templates/userManagment/modifyUser.html:73 -msgid "Normal User" -msgstr "Απλός Χρήστης" - #: userManagment/templates/userManagment/createUser.html:92 #: userManagment/templates/userManagment/modifyUser.html:88 #: userManagment/templates/userManagment/userProfile.html:67 @@ -2926,45 +3313,38 @@ msgid "User Accounts Limit" msgstr "Όριο λογαριασμών χρηστών" #: userManagment/templates/userManagment/createUser.html:96 -#: userManagment/templates/userManagment/createUser.html:107 msgid "Only Numbers" msgstr "Μόνο αριθμούς" #: userManagment/templates/userManagment/createUser.html:103 -#: userManagment/templates/userManagment/modifyUser.html:98 -#: userManagment/templates/userManagment/userProfile.html:82 -msgid "Websites Limit" -msgstr "Όριο ιστοσελίδες" - -#: userManagment/templates/userManagment/createUser.html:113 #: userManagment/templates/userManagment/userProfile.html:42 msgid "Username" msgstr "Όνομα Χρήστη" -#: userManagment/templates/userManagment/createUser.html:117 +#: userManagment/templates/userManagment/createUser.html:107 msgid "Username should be lowercase alphanumeric." msgstr "Το όνομα χρήστη πρέπει να είναι με πεζά αλφαριθμητικό." -#: userManagment/templates/userManagment/createUser.html:127 +#: userManagment/templates/userManagment/createUser.html:117 msgid "Must contain one number and one special character." msgstr "Πρέπει να περιέχει έναν αριθμό και έναν ειδικό χαρακτήρα." -#: userManagment/templates/userManagment/createUser.html:143 +#: userManagment/templates/userManagment/createUser.html:133 #: userManagment/templates/userManagment/index.html:40 #: userManagment/templates/userManagment/index.html:42 msgid "Create User" msgstr "Δημουργία Χρήστη" -#: userManagment/templates/userManagment/createUser.html:154 -#: userManagment/templates/userManagment/modifyUser.html:130 +#: userManagment/templates/userManagment/createUser.html:144 +#: userManagment/templates/userManagment/modifyUser.html:122 msgid "Account with username:" msgstr "Λογαριασμός με όνομα χρήστη:" -#: userManagment/templates/userManagment/createUser.html:158 +#: userManagment/templates/userManagment/createUser.html:148 msgid "Cannot create user. Error message:" msgstr "Δεν είναι δυνατό να δημιουργήσετε χρήστη. Μήνυμα λάθους:" -#: userManagment/templates/userManagment/createUser.html:166 +#: userManagment/templates/userManagment/createUser.html:156 msgid "" "Length of first and last name combined should be less than or equal to 20 " "characters" @@ -3014,15 +3394,15 @@ msgstr "Τροποποιήστε τις υπάρχουσες ρυθμίσεις msgid "Select Account" msgstr "Επιλέξτε λογαριασμό!" -#: userManagment/templates/userManagment/modifyUser.html:130 +#: userManagment/templates/userManagment/modifyUser.html:122 msgid " is successfully modified." msgstr "τροποποιείται με επιτυχία." -#: userManagment/templates/userManagment/modifyUser.html:134 +#: userManagment/templates/userManagment/modifyUser.html:126 msgid "Cannot modify user. Error message:" msgstr "Δεν είναι δυνατή η τροποποίηση του χρήστη. Μήνυμα λάθους:" -#: userManagment/templates/userManagment/modifyUser.html:147 +#: userManagment/templates/userManagment/modifyUser.html:139 msgid "Details fetched." msgstr "Επιτυχής λήψη στοιχείων." @@ -3051,6 +3431,10 @@ msgstr "Επίπεδο λογαριασμού" msgid "( 0 = Unlimited )" msgstr "(0 = απεριόριστα)" +#: userManagment/templates/userManagment/userProfile.html:82 +msgid "Websites Limit" +msgstr "Όριο ιστοσελίδες" + #: websiteFunctions/templates/websiteFunctions/createWebsite.html:3 msgid "Create New Website - CyberPanel" msgstr "Δημιουργία νέας ιστοσελίδας - CyberPanel" @@ -3079,39 +3463,30 @@ msgid "Do not enter WWW, it will be auto created!" msgstr "" #: websiteFunctions/templates/websiteFunctions/createWebsite.html:56 -#: websiteFunctions/templates/websiteFunctions/website.html:293 -#: websiteFunctions/templates/websiteFunctions/website.html:304 +#: websiteFunctions/templates/websiteFunctions/website.html:317 +#: websiteFunctions/templates/websiteFunctions/website.html:328 msgid "Invalid Domain (Note: You don't need to add 'http' or 'https')" msgstr "" "Μη έγκυρος τομέας (Σημείωση: Δεν χρειάζεται να προσθέσετε 'http' ή 'https')" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:84 -#: websiteFunctions/templates/websiteFunctions/website.html:325 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:85 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:86 +#: websiteFunctions/templates/websiteFunctions/website.html:350 msgid "Additional Features" msgstr "Επιπρόσθετα Χαρακτηριστικά" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:91 -#: websiteFunctions/templates/websiteFunctions/website.html:332 -msgid "" -"For SSL to work DNS of domain should point to server, otherwise self signed " -"SSL will be issued, you can add your own SSL later." -msgstr "" -"Για να λειτουργεί το SSL, το DNS του τομέα θα πρέπει να δείχνει σε " -"διακομιστή, διαφορετικά θα εκδοθεί αυτόματα υπογεγραμμένο SSL, μπορείτε να " -"προσθέσετε το δικό σας SSL αργότερα." - -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:113 -#: websiteFunctions/templates/websiteFunctions/website.html:354 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:120 +#: websiteFunctions/templates/websiteFunctions/website.html:385 msgid "Cannot create website. Error message:" msgstr "Δεν είναι δυνατή η δημιουργία ιστότοπου. Μήνυμα λάθους:" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:117 -#: websiteFunctions/templates/websiteFunctions/website.html:358 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:389 msgid "Website with domain" msgstr "Ιστοσελίδα με domain" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:117 -#: websiteFunctions/templates/websiteFunctions/website.html:358 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:389 msgid " is Successfully Created" msgstr "Δημιουργήθηκε με Επιτυχία" @@ -3135,6 +3510,90 @@ msgstr "Δεν είναι δυνατή η δημιουργία ιστότοπο msgid "Successfully Deleted." msgstr "Διαγράφηκε με Επιτυχία!" +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:3 +#, fuzzy +#| msgid "Home - CyberPanel" +msgid "Domain Aliases - CyberPanel" +msgstr "Αρχική σελίδα - CyberPanel" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:12 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:19 +#, fuzzy +#| msgid "Domain Name" +msgid "Domain Aliases" +msgstr "Όνομα Domain" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:13 +msgid "" +"With Domain Aliases you can visit example.com using example.net and view the " +"same content." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:29 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:105 +#, fuzzy +#| msgid "Create Email" +msgid "Create Alias" +msgstr "Δημιουργία Email " + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:36 +#, fuzzy +#| msgid "Create Email" +msgid "Master Domain" +msgstr "Δημιουργία Email " + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:37 +msgid "Alias" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:38 +#, fuzzy +#| msgid "System Status" +msgid "File System Path" +msgstr "Κατάσταση Συστήματος" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:53 +#: websiteFunctions/templates/websiteFunctions/website.html:480 +#, fuzzy +#| msgid "Issue SSL" +msgid "Issue" +msgstr "Έκδοση SSL" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:63 +msgid "Domain Aliases not found." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:79 +#, fuzzy +#| msgid "Select Domain" +msgid "Alias Domain" +msgstr "Επιλέξτε Domain" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:93 +msgid "" +"For SSL to work DNS of domain should point to server, otherwise self signed " +"SSL will be issued, you can add your own SSL later." +msgstr "" +"Για να λειτουργεί το SSL, το DNS του τομέα θα πρέπει να δείχνει σε " +"διακομιστή, διαφορετικά θα εκδοθεί αυτόματα υπογεγραμμένο SSL, μπορείτε να " +"προσθέσετε το δικό σας SSL αργότερα." + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:114 +#, fuzzy +#| msgid "Action failed. Error message:" +msgid "Operation failed. Error message:" +msgstr "Η ενέργεια απέτυχε. Μήνυμα λάθους:" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:118 +msgid "Alias successfully created. Refreshing page in 3 seconds..." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:122 +#, fuzzy +#| msgid "Action successful." +msgid "Operation Successfull." +msgstr "Ενέργεια επιτυχής." + #: websiteFunctions/templates/websiteFunctions/index.html:3 msgid "Website Functions - CyberPanel" msgstr "Λειτουργίες της Ιστοσελίδας - CyberPanel" @@ -3146,6 +3605,136 @@ msgstr "Λειτουργίες της Ιστοσελίδας - CyberPanel" msgid "Suspend/Unsuspend Website" msgstr "Αναστολή/Απενεργοποίηση Ιστοσελίδας" +#: websiteFunctions/templates/websiteFunctions/listCron.html:3 +#, fuzzy +#| msgid "Version Management - CyberPanel" +msgid "Cron Management - CyberPanel" +msgstr "Διαχείριση έκδοσης - CyberPanel" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:12 +#: websiteFunctions/templates/websiteFunctions/listCron.html:19 +#, fuzzy +#| msgid "Version Management" +msgid "Cron Management" +msgstr "Τελευταία Έκδοση:" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:13 +#, fuzzy +#| msgid "Create, edit and delete users on this page." +msgid "Create, edit or delete your cron jobs from this page." +msgstr "Δημιουργία, επεξεργασία και διαγραφή χρηστών σε αυτή τη σελίδα." + +#: websiteFunctions/templates/websiteFunctions/listCron.html:37 +#, fuzzy +#| msgid "Add Destination" +msgid "Add Cron" +msgstr "Προσθήκη προορισμού" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:46 +#: websiteFunctions/templates/websiteFunctions/listCron.html:95 +msgid "Minute" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:47 +#: websiteFunctions/templates/websiteFunctions/listCron.html:101 +msgid "Hour" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:48 +msgid "Day of Month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:49 +#: websiteFunctions/templates/websiteFunctions/listCron.html:113 +msgid "Month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:50 +msgid "Day of Week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:51 +#: websiteFunctions/templates/websiteFunctions/listCron.html:126 +msgid "Command" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:52 +#, fuzzy +#| msgid "FTP Functions" +msgid "Action" +msgstr "Λειτουργίες FTP" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:79 +msgid "Pre defined" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:82 +msgid "Every minute" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:83 +msgid "Every 5 minutes" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:84 +msgid "Every 30 minutes" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:85 +msgid "Every hour" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:86 +msgid "Every day" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:87 +msgid "Every week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:88 +msgid "Every month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:89 +msgid "Every year" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:107 +msgid "Day of month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:119 +msgid "Day of week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:135 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Save edits" +msgstr "Αποθήκευση κανόνων επανεγγραφής" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:142 +#, fuzzy +#| msgid "Add Records" +msgid "Add cron" +msgstr "Προσθήκη Αρχείων" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:152 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:105 +msgid "Cannot fetch website details. Error message:" +msgstr "Δεν είναι δυνατή η λήψη των λεπτομερειών του ιστότοπου. Μήνυμα λάθους:" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:156 +#, fuzzy +#| msgid "Could not save SSL. Error message:" +msgid "Unable to add/save Cron. Error message:" +msgstr "Δεν ήταν δυνατή η αποθήκευση του SSL. Μήνυμα λάθους:" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:159 +msgid "Cron job saved" +msgstr "" + #: websiteFunctions/templates/websiteFunctions/listWebsites.html:3 msgid "Websites Hosted - CyberPanel" msgstr "Φιλοξενία ιστοσελίδων - CyberPanel" @@ -3166,15 +3755,11 @@ msgstr "Τρέχον Πακέτο" msgid "Current Owner:" msgstr "Τρέχων Κάτοχος:" -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:104 -msgid "Cannot fetch website details. Error message:" -msgstr "Δεν είναι δυνατή η λήψη των λεπτομερειών του ιστότοπου. Μήνυμα λάθους:" - -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:108 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:109 msgid "Cannot modify website. Error message:" msgstr "Δεν είναι δυνατή η τροποποίηση του ιστότοπου. Μήνυμα λάθους:" -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:112 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:113 msgid "Website Details Successfully fetched" msgstr "Στοιχεία Ιστοσελίδας Επιτυχής ανάκτηση" @@ -3222,244 +3807,348 @@ msgstr "Προηγούμενο" msgid "All functions related to a particular site." msgstr "Όλες οι λειτουργίες που σχετίζονται με συγκεκριμένο ιστότοπο." -#: websiteFunctions/templates/websiteFunctions/website.html:22 +#: websiteFunctions/templates/websiteFunctions/website.html:25 msgid "Resource Usage" msgstr "Χρήση Πηγών" -#: websiteFunctions/templates/websiteFunctions/website.html:31 +#: websiteFunctions/templates/websiteFunctions/website.html:36 msgid "Resource" msgstr "Πηγή" -#: websiteFunctions/templates/websiteFunctions/website.html:33 +#: websiteFunctions/templates/websiteFunctions/website.html:38 msgid "Allowed" msgstr "Επιτρέπεται" -#: websiteFunctions/templates/websiteFunctions/website.html:55 -#: websiteFunctions/templates/websiteFunctions/website.html:82 +#: websiteFunctions/templates/websiteFunctions/website.html:60 +#: websiteFunctions/templates/websiteFunctions/website.html:87 msgid "Bandwidth Usage" msgstr "Χρήση Εύρους ζώνης" -#: websiteFunctions/templates/websiteFunctions/website.html:118 +#: websiteFunctions/templates/websiteFunctions/website.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:127 msgid "Load Access Logs" msgstr "Φόρτωση αρχείων καταγραφής πρόσβασης" -#: websiteFunctions/templates/websiteFunctions/website.html:130 +#: websiteFunctions/templates/websiteFunctions/website.html:135 +#: websiteFunctions/templates/websiteFunctions/website.html:138 msgid "Load Error Logs" msgstr "Φόρτωση καταγραφών σφαλμάτων" -#: websiteFunctions/templates/websiteFunctions/website.html:146 +#: websiteFunctions/templates/websiteFunctions/website.html:150 msgid "Logs Fetched" msgstr "Αρχεία καταγραφής που Έχουν εξαχθεί" -#: websiteFunctions/templates/websiteFunctions/website.html:151 +#: websiteFunctions/templates/websiteFunctions/website.html:155 msgid "" "Could not fetch logs, see the logs file through command line. Error message:" msgstr "" "Δεν ήταν δυνατή η λήψη αρχείων καταγραφής. Χρησιμοποιήστε τη γραμμή εντολών " "για να προβάλετε το αρχείο καταγραφής. Μήνυμα λάθους:" -#: websiteFunctions/templates/websiteFunctions/website.html:172 -#: websiteFunctions/templates/websiteFunctions/website.html:211 +#: websiteFunctions/templates/websiteFunctions/website.html:176 +#: websiteFunctions/templates/websiteFunctions/website.html:215 msgid "Next" msgstr "Επόμενο" -#: websiteFunctions/templates/websiteFunctions/website.html:173 -#: websiteFunctions/templates/websiteFunctions/website.html:212 +#: websiteFunctions/templates/websiteFunctions/website.html:177 +#: websiteFunctions/templates/websiteFunctions/website.html:216 msgid "Previous" msgstr "Προηγούμενο" -#: websiteFunctions/templates/websiteFunctions/website.html:256 -#: websiteFunctions/templates/websiteFunctions/website.html:258 +#: websiteFunctions/templates/websiteFunctions/website.html:262 +#: websiteFunctions/templates/websiteFunctions/website.html:265 +#: websiteFunctions/templates/websiteFunctions/website.html:266 #, fuzzy #| msgid "Add Destination" msgid "Add Domains" msgstr "Προσθήκη προορισμού" -#: websiteFunctions/templates/websiteFunctions/website.html:268 -#: websiteFunctions/templates/websiteFunctions/website.html:270 +#: websiteFunctions/templates/websiteFunctions/website.html:273 +#: websiteFunctions/templates/websiteFunctions/website.html:276 +#: websiteFunctions/templates/websiteFunctions/website.html:277 +#: websiteFunctions/templates/websiteFunctions/website.html:294 +#: websiteFunctions/templates/websiteFunctions/website.html:297 #, fuzzy #| msgid "Select Domain" msgid "List Domains" msgstr "Επιλέξτε Domain" -#: websiteFunctions/templates/websiteFunctions/website.html:300 -#: websiteFunctions/templates/websiteFunctions/website.html:770 -#: websiteFunctions/templates/websiteFunctions/website.html:821 +#: websiteFunctions/templates/websiteFunctions/website.html:283 +#: websiteFunctions/templates/websiteFunctions/website.html:286 +#: websiteFunctions/templates/websiteFunctions/website.html:287 +#, fuzzy +#| msgid "Domain Name" +msgid "Domain Alias" +msgstr "Όνομα Domain" + +#: websiteFunctions/templates/websiteFunctions/website.html:294 +#: websiteFunctions/templates/websiteFunctions/website.html:297 +msgid "Add new Cron Job" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:298 +msgid "Cron Jobs" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:324 +#: websiteFunctions/templates/websiteFunctions/website.html:883 +#: websiteFunctions/templates/websiteFunctions/website.html:934 msgid "Path" msgstr "Διαδρομή" -#: websiteFunctions/templates/websiteFunctions/website.html:302 +#: websiteFunctions/templates/websiteFunctions/website.html:326 msgid "This path is relative to: " msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:302 +#: websiteFunctions/templates/websiteFunctions/website.html:326 #, fuzzy #| msgid "Leave empty to select default home directory." msgid "Leave empty to set default." msgstr "Αφήστε κενό για να επιλέξετε προεπιλεγμένο αρχικό κατάλογο." -#: websiteFunctions/templates/websiteFunctions/website.html:343 +#: websiteFunctions/templates/websiteFunctions/website.html:374 #, fuzzy #| msgid "Create Email" msgid "Create Domain" msgstr "Δημιουργία Email " -#: websiteFunctions/templates/websiteFunctions/website.html:386 +#: websiteFunctions/templates/websiteFunctions/website.html:416 #, fuzzy #| msgid "Version Management" msgid "PHP Version Changed to:" msgstr "Τελευταία Έκδοση:" -#: websiteFunctions/templates/websiteFunctions/website.html:390 +#: websiteFunctions/templates/websiteFunctions/website.html:420 #, fuzzy #| msgid "Delete" msgid "Deleted:" msgstr "Διαγραφή" -#: websiteFunctions/templates/websiteFunctions/website.html:394 +#: websiteFunctions/templates/websiteFunctions/website.html:424 #, fuzzy #| msgid "SSL Issued for" msgid "SSL Issued:" msgstr "SSL που Εκδίδονται για" -#: websiteFunctions/templates/websiteFunctions/website.html:449 -#, fuzzy -#| msgid "Issue SSL" -msgid "Issue" -msgstr "Έκδοση SSL" - -#: websiteFunctions/templates/websiteFunctions/website.html:477 +#: websiteFunctions/templates/websiteFunctions/website.html:509 msgid "Configurations" msgstr "Ρυθμίσεις" -#: websiteFunctions/templates/websiteFunctions/website.html:483 -msgid "Edit Virtual Host Main Configurations" -msgstr "Επεξεργασία Κύριων Παραμέτρων Εικονικού ΚεντρικούΥπολογιστή" - -#: websiteFunctions/templates/websiteFunctions/website.html:485 +#: websiteFunctions/templates/websiteFunctions/website.html:518 +#: websiteFunctions/templates/websiteFunctions/website.html:521 msgid "Edit vHost Main Configurations" msgstr "Επεξεργασία κύριων παραμέτρων vHost" -#: websiteFunctions/templates/websiteFunctions/website.html:495 -#: websiteFunctions/templates/websiteFunctions/website.html:497 +#: websiteFunctions/templates/websiteFunctions/website.html:522 +msgid "vHost Conf" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:530 msgid "Add Rewrite Rules (.htaccess)" msgstr "Προσθήκη Κανόνων επανεγγραφής (.htaccess)" -#: websiteFunctions/templates/websiteFunctions/website.html:507 +#: websiteFunctions/templates/websiteFunctions/website.html:533 +#, fuzzy +#| msgid "Add Rewrite Rules (.htaccess)" +msgid "Rewrite Rules (.htaccess)" +msgstr "Προσθήκη Κανόνων επανεγγραφής (.htaccess)" + +#: websiteFunctions/templates/websiteFunctions/website.html:534 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Rewrite Rules" +msgstr "Αποθήκευση κανόνων επανεγγραφής" + +#: websiteFunctions/templates/websiteFunctions/website.html:542 +#: websiteFunctions/templates/websiteFunctions/website.html:545 msgid "Add Your Own SSL" msgstr "Προσθέστε το Δικό σας SSL" -#: websiteFunctions/templates/websiteFunctions/website.html:509 +#: websiteFunctions/templates/websiteFunctions/website.html:546 msgid "Add SSL" msgstr "Προσθέστε το SSL" -#: websiteFunctions/templates/websiteFunctions/website.html:524 +#: websiteFunctions/templates/websiteFunctions/website.html:554 +#: websiteFunctions/templates/websiteFunctions/website.html:557 +#, fuzzy +#| msgid "Select PHP Version" +msgid "Change PHP Version" +msgstr "Επιλέξτε Έκδοση PHP" + +#: websiteFunctions/templates/websiteFunctions/website.html:558 +#: websiteFunctions/templates/websiteFunctions/website.html:754 +#, fuzzy +#| msgid "Change" +msgid "Change PHP" +msgstr "Αλλαγή" + +#: websiteFunctions/templates/websiteFunctions/website.html:570 msgid "SSL Saved" msgstr "SSL Αποθηκεύθηκε " -#: websiteFunctions/templates/websiteFunctions/website.html:529 +#: websiteFunctions/templates/websiteFunctions/website.html:575 msgid "Could not save SSL. Error message:" msgstr "Δεν ήταν δυνατή η αποθήκευση του SSL. Μήνυμα λάθους:" -#: websiteFunctions/templates/websiteFunctions/website.html:579 +#: websiteFunctions/templates/websiteFunctions/website.html:624 msgid "Current configuration in the file fetched." msgstr "Η τρέχουσα διαμόρφωση του αρχείου έχει παραληφθεί." -#: websiteFunctions/templates/websiteFunctions/website.html:584 -#: websiteFunctions/templates/websiteFunctions/website.html:597 +#: websiteFunctions/templates/websiteFunctions/website.html:629 +#: websiteFunctions/templates/websiteFunctions/website.html:642 msgid "Could not fetch current configuration. Error message:" msgstr "Δεν ήταν δυνατή η λήψη της τρέχουσας διαμόρφωσης. Μήνυμα λάθους:" -#: websiteFunctions/templates/websiteFunctions/website.html:593 -#: websiteFunctions/templates/websiteFunctions/website.html:648 +#: websiteFunctions/templates/websiteFunctions/website.html:638 +#: websiteFunctions/templates/websiteFunctions/website.html:690 #, fuzzy #| msgid "SSH Configurations Saved." msgid "Configurations saved." msgstr "Οι ρυθμίσεις SSH αποθηκεύτηκαν." -#: websiteFunctions/templates/websiteFunctions/website.html:634 +#: websiteFunctions/templates/websiteFunctions/website.html:676 msgid "Current rewrite rules in the file fetched." msgstr "Οι τρέχοντες κανόνες επανεγγραφής στο αρχείο που έχουν ληφθεί." -#: websiteFunctions/templates/websiteFunctions/website.html:639 +#: websiteFunctions/templates/websiteFunctions/website.html:681 msgid "Could not fetch current rewrite rules. Error message:" msgstr "" "Δεν ήταν δυνατή η εξαγωγή των υφιστάμενων κανόνων επανεγγραφής. Μήνυμα " "λάθους:" -#: websiteFunctions/templates/websiteFunctions/website.html:652 +#: websiteFunctions/templates/websiteFunctions/website.html:694 msgid "Could not save rewrite rules. Error message:" msgstr "Δεν ήταν δυνατή η αποθήκευση κανόνων επανεγγραφής. Μήνυμα λάθους:" -#: websiteFunctions/templates/websiteFunctions/website.html:668 +#: websiteFunctions/templates/websiteFunctions/website.html:710 msgid "Save Rewrite Rules" msgstr "Αποθήκευση κανόνων επανεγγραφής" -#: websiteFunctions/templates/websiteFunctions/website.html:691 +#: websiteFunctions/templates/websiteFunctions/website.html:765 +#, fuzzy +#| msgid "Cannot create website. Error message:" +msgid "Failed to change PHP version. Error message:" +msgstr "Δεν είναι δυνατή η δημιουργία ιστότοπου. Μήνυμα λάθους:" + +#: websiteFunctions/templates/websiteFunctions/website.html:769 +#, fuzzy +#| msgid "Password successfully changed for :" +msgid "PHP successfully changed for: " +msgstr "Κωδικός πρόσβασης άλλαξε με επιτυχία για:" + +#: websiteFunctions/templates/websiteFunctions/website.html:795 msgid "Files" msgstr "Αρχεία" -#: websiteFunctions/templates/websiteFunctions/website.html:698 -#: websiteFunctions/templates/websiteFunctions/website.html:700 +#: websiteFunctions/templates/websiteFunctions/website.html:803 +#: websiteFunctions/templates/websiteFunctions/website.html:806 +#: websiteFunctions/templates/websiteFunctions/website.html:807 msgid "File Manager" msgstr "Διαχείριση Αρχείων" -#: websiteFunctions/templates/websiteFunctions/website.html:739 +#: websiteFunctions/templates/websiteFunctions/website.html:819 +#, fuzzy +#| msgid "Create FTP Account" +msgid "Create FTP Acct" +msgstr "Δημιουργία Λογαριασμού FTP" + +#: websiteFunctions/templates/websiteFunctions/website.html:831 +#, fuzzy +#| msgid "Delete FTP Account" +msgid "Delete FTP Acct" +msgstr "Διαγραφή του Λογαριασμού FTP " + +#: websiteFunctions/templates/websiteFunctions/website.html:848 msgid "Application Installer" msgstr "Πρόγραμμα Εγκατάστασης της Εφαρμογής" -#: websiteFunctions/templates/websiteFunctions/website.html:745 +#: websiteFunctions/templates/websiteFunctions/website.html:857 +#: websiteFunctions/templates/websiteFunctions/website.html:860 #, fuzzy #| msgid "Wordpress with LSCache" msgid "Install wordpress with LSCache" msgstr "WordPress με LSCache" -#: websiteFunctions/templates/websiteFunctions/website.html:747 +#: websiteFunctions/templates/websiteFunctions/website.html:861 msgid "Wordpress with LSCache" msgstr "WordPress με LSCache" -#: websiteFunctions/templates/websiteFunctions/website.html:756 +#: websiteFunctions/templates/websiteFunctions/website.html:869 +#: websiteFunctions/templates/websiteFunctions/website.html:872 msgid "Install Joomla with(?) LSCache" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:758 +#: websiteFunctions/templates/websiteFunctions/website.html:873 msgid "Joomla" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:792 -#: websiteFunctions/templates/websiteFunctions/website.html:871 +#: websiteFunctions/templates/websiteFunctions/website.html:905 +#: websiteFunctions/templates/websiteFunctions/website.html:984 msgid "Installation failed. Error message:" msgstr "Η εγκατάσταση απέτυχε. Μήνυμα λάθους:" -#: websiteFunctions/templates/websiteFunctions/website.html:796 -#: websiteFunctions/templates/websiteFunctions/website.html:875 +#: websiteFunctions/templates/websiteFunctions/website.html:909 +#: websiteFunctions/templates/websiteFunctions/website.html:988 msgid "Installation successful. To complete the setup visit:" msgstr "" "Η εγκατάσταση είναι επιτυχής. Για την ολοκλήρωση της επίσκεψης της " "εγκατάστασης (Setup):" -#: websiteFunctions/templates/websiteFunctions/website.html:828 +#: websiteFunctions/templates/websiteFunctions/website.html:941 msgid "Site name" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:835 +#: websiteFunctions/templates/websiteFunctions/website.html:948 #, fuzzy #| msgid "Username" msgid "Admin Username" msgstr "Όνομα Χρήστη" -#: websiteFunctions/templates/websiteFunctions/website.html:842 +#: websiteFunctions/templates/websiteFunctions/website.html:955 #, fuzzy #| msgid "Password" msgid "Admin Password" msgstr "Κωδικός" -#: websiteFunctions/templates/websiteFunctions/website.html:849 +#: websiteFunctions/templates/websiteFunctions/website.html:962 #, fuzzy #| msgid "Database Name" msgid "Database prefix" msgstr "Όνομα βάσης δεδομένων" +#~ msgid "Daily" +#~ msgstr "Καθημερινά" + +#~ msgid "Weekly" +#~ msgstr "Εβδομαδιαία" + +#~ msgid "HTTP Statistics" +#~ msgstr "Στατιστικά στοιχεία HTTP" + +#~ msgid "Available/Max Connections" +#~ msgstr "Διαθέσιμες / Μέγιστες συνδέσεις" + +#~ msgid "Available/Max SSL Connections" +#~ msgstr "Διαθέσιμες / Μέγιστες SSL Συνδέσεις" + +#~ msgid "Requests Processing" +#~ msgstr "Αιτήσεις επεξεργασίας" + +#~ msgid "Total Requests" +#~ msgstr "Σύνολο Αιτημάτων" + +#~ msgid "IPV6" +#~ msgstr "IPV6" + +#~ msgid "Admin" +#~ msgstr "Διαχειριστής" + +#~ msgid "Normal User" +#~ msgstr "Απλός Χρήστης" + +#~ msgid "Edit Virtual Host Main Configurations" +#~ msgstr "Επεξεργασία Κύριων Παραμέτρων Εικονικού ΚεντρικούΥπολογιστή" + #~ msgid "Urdu" #~ msgstr "Ουρντού" diff --git a/locale/ja/LC_MESSAGES/django.mo b/locale/ja/LC_MESSAGES/django.mo index 48497e0dca65901324635e1d4ab7ceab11dc3686..dad1e44deee3e906583c42e1ab3f3c31ecb0315d 100644 GIT binary patch delta 11722 zcmZA72YgT0|Httw5+o!dON>NBii9AM*n1{MjM^)T+OtaSFEwhfp!O)STBE+Usz$Y? zEj54oGm9!}wnj^f-|L-o(tjWS`*@r@Kc92XJ@?#m?!8Iq>yUlY zxDWjt$K_lg&wF_5{BU@48X;h9Y41DHtS*3xaUw4xQRLO zH=94lFs|=-l{F2;kehc(p)Obrb*FElE;PWlkH=!<^Dq#1S&vySV=n4{!&3MHb>ZUW z%u1F)-C#Wow;f;FJUYSLaWm8j@1id7A(p_;QCsl~c1E8>)4wX_3aq~dZb^kEG7L-NGTY$@>Oyx=cbc!FX^%y%P#X-!&Zu#Q zqPAiYYKhmQwqOrxYYw4S^egnkGcJMvg6p>7De7s>UdeHotdke@R@6u4;B><(xCC{F zXRX;PoBn02J#ZN9OR)+1b5bqrjGE|5)cLLq0?p(BYUVFd7xb-a@)*>Nt6&~X!XRvo z`b6|aJwr25H}WAC!OfTtzePQ)moNhVLS3hDwan|doYDk3AsIE1K3E7xVCILz)~`nG z^)}@3aL!;^%vs%75%s$DLXDG#+JcWz7j$C`erbJx@p}IY)G&9@#M%}^>DUeROpHc- zVAh~kA{`5&8?_QAP_NYuo8L#Rghx$tW5KBN60LPHoVM1p$E&`%P$AR}M5Ded z38<}c^(9~toYAO({z7&1YGCf%A3e!KQSWmYYC>hv1FKnUqRy*>+KQ&AmFtgsHr~Y$ z`~ZvLN~E95IZRN7ifgvPzoDHW)}X#GYND#j2ieQYT%$GvjUY+7p{%k zf>xNhA@eXR7 zz(!`pB2X(5kEO8%Y9iyXik5yRK_GsE+LMc@y}yTAa-YVgzA&mj*5-{-4_hb9f&Eci zH54_05vUcIjGE|T)QxOF_4^WC>Ufku-+^=Z20lO^3~FNDf+DD;t%zl@BkIC4P!nH< zn&>ub2I_)mP#3(8x$zb1IzCNJd$FdhzdFQIQ3_Kq9!H@jum!budr>p~3`=8%%^zT2 z^2gW#yQJ_73in|%^x(&v*b+PAdTfuL%^jyYc4^M~=OI{5MK0Wgy5J7f((Se$Lrv%s z>br2u`r6j#Z(*MHNX$!n3`SuU)cC2W@%y75zG0Y(GhDXeE(THY1obp~w=_#0fx7d0 zsDYC)AGSvg)DN}y6Hxu8q9!^Eb-~5fH5fp?8P$H!=B}dz>Ua^o@n`hM2dFRBYt$AM zWE~^00_McFs0*i}_PQr(oMAQ}hw3*AHSvYkbjcMopj-#$rFz!?pxCf?DE$ z*5>JsLajh0)Y7#=Jp-wzJ$?^0(d8J7>8J}FKuzp~^)l+l?%DRg(O2((-Zo}tVW<;h zP!pr+q{?r7V4q6Qv`y3?sPUtsgKSdsc|SQT$si?uaxS1NX*em=UihYtxf&@Cw(CaUs+aN87xf&0At6>Ia}!Wd3o^n=l1KSRbB4=WX1D`>;F?;w!?r&RQ&puP_b^bTQ9BW7HnELfvr>)SdQ2 zO=uKqD_y9EbGicU`2y4(Z9pyEKGX#d+59nT1)igxVqd-<8n_^83!+g2)<->z%`gVr zp~jnNorb#J94vyaj|id&4x<5j&63BW22MoXVGY!IDX57LMfIPIn&>)I z|GiikGf)%0g7xq|hUoo|f6Fu^<479XVGBHsdJCeunF}VOE>s^iP+Qc5dtxXK#r!za zwy#6osoUmXqxzpiJ?z&pQ1AZ(g0yTr_1(>SGv*S22|9J03kvLm@0l9*0TT0W0EK)Y4wW9QXpY=h=Fhr42*1 zS3zB%J!*>v+1!Q2$rqyDj?ZlUx9EC6g&-9ysy3h>NGqe(Q=i6+45KEAs=*Rl&#Aj4!NptjP88H%TV`prD ztFR>gg50E&cYtXhfep#`qxyLaH2=AsjCIKuVJ*C1^Fo76eJZx3eyz(^JVSM?GT1m8 z>yUqDeT_B9>kM(6cW?q~qEE0XmZee?9*d3f5LU+ALmj6P)?_whQjxldXU29j=gvVkyZpC;!j+M|EYw9bb@^+{# zn}?zJJ(lMB&P{?~3}D(JSQ51rHL(M}kJ^gMsJ)BkB;}(q5Whjat`|`QKSk}m-+1;N zlQ0EmV@|w`K6n#dr3oGp)WWa{=1;6Hs1DsQ90youq9*z=#$pEQf)7#S?Yk)d&IBMW&s4e*z3*$A^R=h$@ zsO%&&p(NC}!%*YSK&|jDjKS|Gu~ZuP4=U=Q&t&sHH$`9ag{TRxwQfdT;8UA_i<;0W z>tob-!BfoJP!iQY-r5*7;U1{BW`c_#55YXtUaqw6Kz*UU#;W)L3t`L$<`diiuX zUb`iz0oPjHsFnK?HSS}qfjOs|{tc|I<^*9hbif=q0yU5ei{Tv9KyG{+Z=fEwkpv%9YsBS*HByGH^WS%9F`|fz$omE-{36NxUFYuJodjEfhtCzH%>-PWDfe{di20O z*8QkEK8PjoIBL(Iq9%}QmbqXI>NRYJaX1Y-;sLCO`DgPtCf9d55p>7xsF?=MFdza!_rLqVC+mj1^w}748*5t ztiP7fdx81;KMple1B}D&7>Nt92=2wa_#^60Z=)WnhZul<3r%}b)SbtnR;abDPeqMC z2;*_)Le}4x;1CsB+T&OgA7XthyT}YU41>rgV+<~}eua7nA7N?q{?OcU1=LD3!4Mpd zI&T(gh4*43{L5uKG+1ozsI#>PszX1U@5aOA2a#`#Gk%HVyoEWI5@T;1hj;K(<;zTc z!R2Nvmth|2@1a)iIqI2kIV;S+`FNr_#Gqze5jEo!jKGoTgG*6ckdC3a3(MgN)E2z9 z?Ex#z7DVDI>KmZW`vtY-&#<7bA5LpYDk`I9)(tgKAB?~;HeZ3-%k9?vw*Cm}yz{pH z3hDy4Q5W=IZSn|Io`iY`+hK^_|2_mdVLa;f+h{$G8u)kAiO(?{z1NtPDv4TwL{z^N z)LYUTwSq%XD>xN3t{Zg&Kca5%L@X=v*kqb}SAb%9~n3Fo2u zKR|tw|3*zDWUZNS7_!7pEb6=@)I@q$d#J7X z6pP~#)C%0SdZwETg;^`3`nN{iKyRCWfQ8AIrnCOR1bb}5anv3CWIH@ST_E>*^IAor zmbMCN;1;Nr=z#+fs){(VRCOi<7U|$ogvnN2rLz3s@9iVj>pV zWWJ28QFpK#8{;|j#-f|el9xg~Bk?w`V@*bV>6%-6psqKL{+qBAYM}0@I~$1!I0b*e1K0&;e8Q^WuhIh7CZHz10<|LRQ2lpe03Nsg zgsh;;c}$Q@!%NiOH*}k)v^55hk3tPJ3$+3(Y@T5~g-O(3L#;&2PV@FuM6FO&jK&sN z9Y>=kx)0;@{+}aApd#lkGl6R8N8Skau(iiBI2Z$Q6_!9ZYC;!L6Mv1B(08{vuL0`e z?2N&h@Q2o!M z`rkl3q>oVjULZUC&+!(Cs{-jD0)G!vKZ1DNzj_U|@mDlor+iGV$z>h$$-k#WQo<-Y z;tkF*e;;E>wCCMv=UbKe zmD@->fjAGYqUflFznC!d=NR%rlyj5}%IDhuX#`nEFX9hKs@e)I+bimBViaW^F~4D* zQCObBhwq;wlst&Zcg5nAhqQQ-Hz4kAd*veTN$h2FxAy-&C6I>ZsCRM}MaK`+>6nTI zDP1!&9vaNcz)80KBKdOLmYuqvi1qIC32=_uK7^SEk3i<%j`OJhhS(Km>N9_4vz=es zx_*u|Iivm0Iv!Jz zok35aFLuHR8o!_nA#O;~ah`IJvY+x_N^|NbQGTTiAm45K=}{j+zRl*fi1~;*?^ARf zpbXUY|Fj)yVihWv;R=d3C5Ez$y6-SIle&$+Q1}QsA7NAMPkBzPqda9f@o1a>Nghi% zY;!_qy?$`$qg2#o8_to8qxji8jd&&T0@QJsa+2~Hr!;+E2-mqiVy8x zO!y7rtZU38exLd+c$6|zZ4~D?Bg|{5OopXB0o~ zvK2YMu``br{QShmA|LG@l;Om6=>HV^QQjo(tNYJEqN6QkF_m{P1ly~UV?A*P+>1K& zNo_)zMP3RkQHI;LgZQJ3?_y`lBHBk$bo@*S%8dBClD7Y7{iEy&`V%bc2&b-wt$#t~ zTpNcFms7F%7A!-)A7k({^xT=afG~)37z-M{qwt<%AFJ) zMJNS`eXu2Jeyi3`d8SxpV?OWnYSPxg(dXZt{jbCmHm*Wkmy&hlv+)O5n{vfAq!E8Y$w{7wbua>TT*lu`=ybyw9C;d9(WJ*=yVB0(rzap<~^A5y= zDaUO7wf27w$#YwAfyTTP9Rsb3zoxXZc_Z9FJ_p}cqdf+YU$uSuP*>T;S?#hUb${Wn zlpe$(9^8L8$$KQRl=~DN{&&_eS%ctj)GeiW5?{0Zb29cW z+b0>fQR>sy1_LO4iCrrRbeyF$&Wy~DbQu|VGtTAb&R1(?cK5lui?XMUZkXua)i6D0+Nov*+^%N*yxgx^t@Uwl zPc4w$eX?7)hfiW`TtY-#LY2gF?mv6X_exvPcawW;zu?fcZ4-mtTPODQN=w)i>~1%$ ofmfP)cG8YHk8-EQuPEq_Sk@+&d(PVZ{_bu&&v?44?Q7-nKbKY6_W%F@ delta 12330 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

h`P||2;=jOJBFTRA#=thw^*gowkS3XCB($-R=JX D9ci@4 diff --git a/locale/ja/LC_MESSAGES/django.po b/locale/ja/LC_MESSAGES/django.po index 5dd383867..da507fea4 100644 --- a/locale/ja/LC_MESSAGES/django.po +++ b/locale/ja/LC_MESSAGES/django.po @@ -3,14 +3,13 @@ # This file is distributed under the same license as the CyberPanel package. # FIRST AUTHOR , 2017. # -#: baseTemplate/templates/baseTemplate/index.html:95 -#: baseTemplate/templates/baseTemplate/index.html:185 -#: baseTemplate/templates/baseTemplate/index.html:236 -#: baseTemplate/templates/baseTemplate/index.html:242 -#: baseTemplate/templates/baseTemplate/index.html:248 -#: baseTemplate/templates/baseTemplate/index.html:254 -#: baseTemplate/templates/baseTemplate/index.html:260 -#: baseTemplate/templates/baseTemplate/index.html:266 +#: baseTemplate/templates/baseTemplate/index.html:176 +#: baseTemplate/templates/baseTemplate/index.html:222 +#: baseTemplate/templates/baseTemplate/index.html:228 +#: baseTemplate/templates/baseTemplate/index.html:234 +#: baseTemplate/templates/baseTemplate/index.html:240 +#: baseTemplate/templates/baseTemplate/index.html:246 +#: baseTemplate/templates/baseTemplate/index.html:252 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:198 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:288 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:343 @@ -23,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: CyberPanel\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-15 13:07+0500\n" +"POT-Creation-Date: 2018-05-14 14:50+0500\n" "PO-Revision-Date: 2017-10-31 23:38+0900\n" "Last-Translator: @ kazuo210 \n" "Language-Team: LANGUAGE \n" @@ -58,6 +57,22 @@ msgstr "日本語" msgid "Bosnian" msgstr "ボスニア語" +#: CyberCP/settings.py:173 +msgid "Greek" +msgstr "" + +#: CyberCP/settings.py:174 +msgid "Russian" +msgstr "" + +#: CyberCP/settings.py:175 +msgid "Turkish" +msgstr "" + +#: CyberCP/settings.py:176 +msgid "Spanish" +msgstr "" + #: backup/templates/backup/backup.html:4 backup/templates/backup/backup.html:14 #: backup/templates/backup/backup.html:21 msgid "Back up Website" @@ -74,9 +89,12 @@ msgstr "このページは、Web サイトをバックアップするために #: mailServer/templates/mailServer/changeEmailPassword.html:28 #: mailServer/templates/mailServer/createEmailAccount.html:28 #: mailServer/templates/mailServer/deleteEmailAccount.html:28 +#: mailServer/templates/mailServer/dkimManager.html:83 #: manageSSL/templates/manageSSL/manageSSL.html:29 #: manageSSL/templates/manageSSL/sslForHostName.html:29 +#: manageSSL/templates/manageSSL/sslForMailServer.html:29 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:28 +#: websiteFunctions/templates/websiteFunctions/listCron.html:28 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:28 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:29 msgid "Select Website" @@ -89,24 +107,25 @@ msgstr "宛先" #: backup/templates/backup/backup.html:44 #: baseTemplate/templates/baseTemplate/homePage.html:12 -#: filemanager/templates/filemanager/index.html:133 +#: filemanager/templates/filemanager/index.html:136 msgid "Home" msgstr "ホーム" #: backup/templates/backup/backup.html:60 #: backup/templates/backup/restore.html:62 -#: filemanager/templates/filemanager/index.html:157 +#: filemanager/templates/filemanager/index.html:160 msgid "File Name" msgstr "ファイル名" #: backup/templates/backup/backup.html:61 #: backup/templates/backup/backup.html:106 #: backup/templates/backup/restore.html:63 -#: baseTemplate/templates/baseTemplate/index.html:270 +#: baseTemplate/templates/baseTemplate/index.html:256 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:377 -#: filemanager/templates/filemanager/index.html:212 +#: filemanager/templates/filemanager/index.html:215 #: firewall/templates/firewall/firewall.html:36 -#: managePHP/templates/managePHP/installExtensions.html:65 +#: firewall/templates/firewall/modSecurityRulesPacks.html:112 +#: managePHP/templates/managePHP/installExtensions.html:66 msgid "Status" msgstr "状態" @@ -115,7 +134,7 @@ msgid "Running" msgstr "実行中" #: backup/templates/backup/backup.html:81 -#: baseTemplate/templates/baseTemplate/index.html:445 +#: baseTemplate/templates/baseTemplate/index.html:432 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:552 msgid "Create Back up" msgstr "バックアップの作成" @@ -128,10 +147,11 @@ msgstr "バックアップを中止" #: backup/templates/backup/backupDestinations.html:97 #: backup/templates/backup/backupSchedule.html:89 #: databases/templates/databases/listDataBases.html:87 -#: dns/templates/dns/addDeleteDNSRecords.html:129 +#: dns/templates/dns/addDeleteDNSRecords.html:294 #: firewall/templates/firewall/firewall.html:135 +#: firewall/templates/firewall/modSecurityRulesPacks.html:109 #: ftp/templates/ftp/listFTPAccounts.html:87 -#: managePHP/templates/managePHP/installExtensions.html:61 +#: managePHP/templates/managePHP/installExtensions.html:62 msgid "ID" msgstr "ID" @@ -144,7 +164,7 @@ msgid "Date" msgstr "日付" #: backup/templates/backup/backup.html:105 -#: filemanager/templates/filemanager/index.html:210 +#: filemanager/templates/filemanager/index.html:213 #: ftp/templates/ftp/listFTPAccounts.html:90 msgid "Size" msgstr "サイズ" @@ -152,11 +172,14 @@ msgstr "サイズ" #: backup/templates/backup/backup.html:107 #: backup/templates/backup/backupDestinations.html:100 #: backup/templates/backup/backupSchedule.html:92 -#: dns/templates/dns/addDeleteDNSRecords.html:134 +#: dns/templates/dns/addDeleteDNSRecords.html:300 #: filemanager/templates/filemanager/index.html:72 #: firewall/templates/firewall/firewall.html:140 #: firewall/templates/firewall/secureSSH.html:122 -#: websiteFunctions/templates/websiteFunctions/website.html:450 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:40 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:55 +#: websiteFunctions/templates/websiteFunctions/listCron.html:65 +#: websiteFunctions/templates/websiteFunctions/website.html:481 msgid "Delete" msgstr "削除" @@ -183,7 +206,7 @@ msgstr "" #: backup/templates/backup/backupDestinations.html:30 #: backup/templates/backup/remoteBackups.html:29 -#: dns/templates/dns/addDeleteDNSRecords.html:60 +#: dns/templates/dns/addDeleteDNSRecords.html:67 #: dns/templates/dns/createNameServer.html:48 #: dns/templates/dns/createNameServer.html:65 #: firewall/templates/firewall/firewall.html:138 @@ -197,8 +220,8 @@ msgstr "IP アドレス" #: ftp/templates/ftp/listFTPAccounts.html:91 #: mailServer/templates/mailServer/changeEmailPassword.html:52 #: mailServer/templates/mailServer/createEmailAccount.html:51 -#: userManagment/templates/userManagment/createUser.html:123 -#: userManagment/templates/userManagment/modifyUser.html:106 +#: userManagment/templates/userManagment/createUser.html:113 +#: userManagment/templates/userManagment/modifyUser.html:98 msgid "Password" msgstr "パスワード" @@ -213,7 +236,7 @@ msgstr "" #: backup/templates/backup/backupDestinations.html:55 #: backup/templates/backup/backupSchedule.html:54 -#: baseTemplate/templates/baseTemplate/index.html:447 +#: baseTemplate/templates/baseTemplate/index.html:434 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:554 msgid "Add Destination" msgstr "バックアップ先の追加" @@ -246,25 +269,28 @@ msgstr "追加された宛先。" #: backup/templates/backup/restore.html:95 #: databases/templates/databases/createDatabase.html:88 #: databases/templates/databases/deleteDatabase.html:73 -#: dns/templates/dns/addDeleteDNSRecords.html:185 +#: dns/templates/dns/addDeleteDNSRecords.html:352 #: dns/templates/dns/createDNSZone.html:60 #: dns/templates/dns/createNameServer.html:100 #: dns/templates/dns/deleteDNSZone.html:67 #: mailServer/templates/mailServer/changeEmailPassword.html:80 #: mailServer/templates/mailServer/createEmailAccount.html:79 #: mailServer/templates/mailServer/deleteEmailAccount.html:79 +#: mailServer/templates/mailServer/dkimManager.html:156 #: manageSSL/templates/manageSSL/manageSSL.html:60 -#: userManagment/templates/userManagment/createUser.html:162 -#: userManagment/templates/userManagment/modifyUser.html:138 +#: userManagment/templates/userManagment/createUser.html:152 +#: userManagment/templates/userManagment/modifyUser.html:130 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:126 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:77 -#: websiteFunctions/templates/websiteFunctions/website.html:156 -#: websiteFunctions/templates/websiteFunctions/website.html:362 -#: websiteFunctions/templates/websiteFunctions/website.html:404 -#: websiteFunctions/templates/websiteFunctions/website.html:534 -#: websiteFunctions/templates/websiteFunctions/website.html:589 -#: websiteFunctions/templates/websiteFunctions/website.html:644 -#: websiteFunctions/templates/websiteFunctions/website.html:802 -#: websiteFunctions/templates/websiteFunctions/website.html:881 +#: websiteFunctions/templates/websiteFunctions/website.html:160 +#: websiteFunctions/templates/websiteFunctions/website.html:393 +#: websiteFunctions/templates/websiteFunctions/website.html:434 +#: websiteFunctions/templates/websiteFunctions/website.html:580 +#: websiteFunctions/templates/websiteFunctions/website.html:634 +#: websiteFunctions/templates/websiteFunctions/website.html:686 +#: websiteFunctions/templates/websiteFunctions/website.html:773 +#: websiteFunctions/templates/websiteFunctions/website.html:915 +#: websiteFunctions/templates/websiteFunctions/website.html:994 msgid "Could not connect to server. Please refresh this page." msgstr "サーバーに接続できませんでした。 このページを更新してください。" @@ -283,7 +309,7 @@ msgstr "バックアップスケジュール - Cyber​​Panel" #: backup/templates/backup/backupSchedule.html:13 #: backup/templates/backup/backupSchedule.html:20 -#: baseTemplate/templates/baseTemplate/index.html:448 +#: baseTemplate/templates/baseTemplate/index.html:435 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:555 msgid "Schedule Back up" msgstr "バックアップスケジュール" @@ -304,14 +330,6 @@ msgstr "移動先を選択" msgid "Select Frequency" msgstr "実行間隔を選択" -#: backup/templates/backup/backupSchedule.html:43 -msgid "Daily" -msgstr "日次" - -#: backup/templates/backup/backupSchedule.html:44 -msgid "Weekly" -msgstr "週次" - #: backup/templates/backup/backupSchedule.html:69 msgid "Cannot add schedule. Error message:" msgstr "スケジュールを追加できません。エラーメッセージ:" @@ -330,13 +348,13 @@ msgstr "バックアップ ホーム - CyberPanel" #: backup/templates/backup/index.html:13 backup/templates/backup/index.html:29 #: backup/templates/backup/index.html:45 -#: baseTemplate/templates/baseTemplate/homePage.html:268 -#: baseTemplate/templates/baseTemplate/homePage.html:271 -#: baseTemplate/templates/baseTemplate/homePage.html:463 -#: baseTemplate/templates/baseTemplate/homePage.html:466 -#: baseTemplate/templates/baseTemplate/index.html:438 -#: baseTemplate/templates/baseTemplate/index.html:440 -#: baseTemplate/templates/baseTemplate/index.html:457 +#: baseTemplate/templates/baseTemplate/homePage.html:204 +#: baseTemplate/templates/baseTemplate/homePage.html:207 +#: baseTemplate/templates/baseTemplate/homePage.html:399 +#: baseTemplate/templates/baseTemplate/homePage.html:402 +#: baseTemplate/templates/baseTemplate/index.html:425 +#: baseTemplate/templates/baseTemplate/index.html:427 +#: baseTemplate/templates/baseTemplate/index.html:444 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:545 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:547 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:564 @@ -348,7 +366,7 @@ msgid "Back up and restore sites." msgstr "バックアップし、サイトを復元します。" #: backup/templates/backup/index.html:19 -#: baseTemplate/templates/baseTemplate/homePage.html:164 +#: baseTemplate/templates/baseTemplate/homePage.html:100 #: databases/templates/databases/index.html:19 dns/templates/dns/index.html:19 #: firewall/templates/firewall/index.html:19 ftp/templates/ftp/index.html:19 #: mailServer/templates/mailServer/index.html:19 @@ -368,7 +386,7 @@ msgid "Back up Site" msgstr "サイトのバックアップ" #: backup/templates/backup/index.html:55 -#: baseTemplate/templates/baseTemplate/index.html:446 +#: baseTemplate/templates/baseTemplate/index.html:433 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:553 msgid "Restore Back up" msgstr "バックアップの復元" @@ -400,8 +418,9 @@ msgid "Start Transfer" msgstr "転送を開始" #: backup/templates/backup/remoteBackups.html:59 -#: filemanager/templates/filemanager/index.html:236 -#: websiteFunctions/templates/websiteFunctions/website.html:295 +#: filemanager/templates/filemanager/index.html:239 +#: websiteFunctions/templates/websiteFunctions/website.html:319 +#: websiteFunctions/templates/websiteFunctions/website.html:743 msgid "Cancel" msgstr "キャンセル" @@ -431,12 +450,12 @@ msgid "Website" msgstr "Web サイト" #: backup/templates/backup/remoteBackups.html:108 -#: baseTemplate/templates/baseTemplate/homePage.html:333 -#: baseTemplate/templates/baseTemplate/index.html:511 -#: baseTemplate/templates/baseTemplate/index.html:513 +#: baseTemplate/templates/baseTemplate/homePage.html:269 +#: baseTemplate/templates/baseTemplate/index.html:499 +#: baseTemplate/templates/baseTemplate/index.html:501 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:618 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:620 -#: managePHP/templates/managePHP/installExtensions.html:62 +#: managePHP/templates/managePHP/installExtensions.html:63 msgid "PHP" msgstr "PHP" @@ -448,8 +467,8 @@ msgid "Package" msgstr "パッケージ" #: backup/templates/backup/remoteBackups.html:110 -#: baseTemplate/templates/baseTemplate/index.html:398 -#: baseTemplate/templates/baseTemplate/index.html:400 +#: baseTemplate/templates/baseTemplate/index.html:384 +#: baseTemplate/templates/baseTemplate/index.html:386 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:505 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:507 #: userManagment/templates/userManagment/createUser.html:47 @@ -493,7 +512,7 @@ msgstr "設定" #: databases/templates/databases/deleteDatabase.html:64 #: databases/templates/databases/listDataBases.html:54 #: firewall/templates/firewall/firewall.html:166 -#: managePHP/templates/managePHP/editPHPConfig.html:212 +#: managePHP/templates/managePHP/editPHPConfig.html:221 msgid "Error message:" msgstr "エラーメッセージ:" @@ -510,18 +529,18 @@ msgid "Use the tabs to navigate through the control panel." msgstr "タブを使用して、コントロール パネルを操作します。" #: baseTemplate/templates/baseTemplate/homePage.html:23 -#: websiteFunctions/templates/websiteFunctions/website.html:32 +#: websiteFunctions/templates/websiteFunctions/website.html:37 msgid "Usage" msgstr "使用量" #: baseTemplate/templates/baseTemplate/homePage.html:34 -#: baseTemplate/templates/baseTemplate/index.html:105 +#: baseTemplate/templates/baseTemplate/index.html:96 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:208 msgid "CPU Usage" msgstr "CPU の使用量" #: baseTemplate/templates/baseTemplate/homePage.html:55 -#: baseTemplate/templates/baseTemplate/index.html:116 +#: baseTemplate/templates/baseTemplate/index.html:107 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:219 msgid "Ram Usage" msgstr "Ram の使用量" @@ -530,55 +549,35 @@ msgstr "Ram の使用量" msgid "Disk Usage '/'" msgstr "ディスクの使用量 '/'" -#: baseTemplate/templates/baseTemplate/homePage.html:98 -msgid "HTTP Statistics" -msgstr "HTTP の統計情報" - -#: baseTemplate/templates/baseTemplate/homePage.html:107 -msgid "Available/Max Connections" -msgstr "利用可能/最大 接続数" - -#: baseTemplate/templates/baseTemplate/homePage.html:118 -msgid "Available/Max SSL Connections" -msgstr "利用可能/最大 SSL 接続数" - -#: baseTemplate/templates/baseTemplate/homePage.html:127 -msgid "Requests Processing" -msgstr "リクエスト処理数" - -#: baseTemplate/templates/baseTemplate/homePage.html:136 -msgid "Total Requests" -msgstr "合計リクエスト数" - -#: baseTemplate/templates/baseTemplate/homePage.html:175 -#: baseTemplate/templates/baseTemplate/homePage.html:389 +#: baseTemplate/templates/baseTemplate/homePage.html:111 +#: baseTemplate/templates/baseTemplate/homePage.html:325 #: userManagment/templates/userManagment/index.html:13 msgid "User Functions" msgstr "ユーザ機能" -#: baseTemplate/templates/baseTemplate/homePage.html:178 -#: baseTemplate/templates/baseTemplate/homePage.html:392 -#: baseTemplate/templates/baseTemplate/index.html:310 -#: baseTemplate/templates/baseTemplate/index.html:311 -#: baseTemplate/templates/baseTemplate/index.html:312 +#: baseTemplate/templates/baseTemplate/homePage.html:114 +#: baseTemplate/templates/baseTemplate/homePage.html:328 +#: baseTemplate/templates/baseTemplate/index.html:296 +#: baseTemplate/templates/baseTemplate/index.html:297 +#: baseTemplate/templates/baseTemplate/index.html:298 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:417 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:418 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:419 msgid "Users" msgstr "ユーザー" -#: baseTemplate/templates/baseTemplate/homePage.html:188 -#: baseTemplate/templates/baseTemplate/homePage.html:402 +#: baseTemplate/templates/baseTemplate/homePage.html:124 +#: baseTemplate/templates/baseTemplate/homePage.html:338 #: websiteFunctions/templates/websiteFunctions/index.html:13 msgid "Website Functions" msgstr "Web サイト機能" -#: baseTemplate/templates/baseTemplate/homePage.html:191 -#: baseTemplate/templates/baseTemplate/homePage.html:405 -#: baseTemplate/templates/baseTemplate/index.html:240 -#: baseTemplate/templates/baseTemplate/index.html:328 -#: baseTemplate/templates/baseTemplate/index.html:329 -#: baseTemplate/templates/baseTemplate/index.html:330 +#: baseTemplate/templates/baseTemplate/homePage.html:127 +#: baseTemplate/templates/baseTemplate/homePage.html:341 +#: baseTemplate/templates/baseTemplate/index.html:226 +#: baseTemplate/templates/baseTemplate/index.html:314 +#: baseTemplate/templates/baseTemplate/index.html:315 +#: baseTemplate/templates/baseTemplate/index.html:316 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:347 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:435 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:436 @@ -587,14 +586,14 @@ msgstr "Web サイト機能" msgid "Websites" msgstr "Web サイト" -#: baseTemplate/templates/baseTemplate/homePage.html:201 +#: baseTemplate/templates/baseTemplate/homePage.html:137 msgid "Add/Modify Packages" msgstr "パッケージの追加/変更" -#: baseTemplate/templates/baseTemplate/homePage.html:204 -#: baseTemplate/templates/baseTemplate/index.html:246 -#: baseTemplate/templates/baseTemplate/index.html:345 -#: baseTemplate/templates/baseTemplate/index.html:347 +#: baseTemplate/templates/baseTemplate/homePage.html:140 +#: baseTemplate/templates/baseTemplate/index.html:232 +#: baseTemplate/templates/baseTemplate/index.html:331 +#: baseTemplate/templates/baseTemplate/index.html:333 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:353 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:452 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:454 @@ -602,80 +601,80 @@ msgstr "パッケージの追加/変更" msgid "Packages" msgstr "パッケージ" -#: baseTemplate/templates/baseTemplate/homePage.html:225 -#: baseTemplate/templates/baseTemplate/homePage.html:415 +#: baseTemplate/templates/baseTemplate/homePage.html:161 +#: baseTemplate/templates/baseTemplate/homePage.html:351 #: databases/templates/databases/index.html:12 msgid "Database Functions" msgstr "データベース機能" -#: baseTemplate/templates/baseTemplate/homePage.html:228 -#: baseTemplate/templates/baseTemplate/homePage.html:418 -#: baseTemplate/templates/baseTemplate/index.html:361 -#: baseTemplate/templates/baseTemplate/index.html:362 -#: baseTemplate/templates/baseTemplate/index.html:363 +#: baseTemplate/templates/baseTemplate/homePage.html:164 +#: baseTemplate/templates/baseTemplate/homePage.html:354 +#: baseTemplate/templates/baseTemplate/index.html:347 +#: baseTemplate/templates/baseTemplate/index.html:348 +#: baseTemplate/templates/baseTemplate/index.html:349 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:468 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:469 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:470 #: packages/templates/packages/createPackage.html:67 #: packages/templates/packages/modifyPackage.html:73 -#: websiteFunctions/templates/websiteFunctions/website.html:43 +#: websiteFunctions/templates/websiteFunctions/website.html:48 msgid "Databases" msgstr "データベース" -#: baseTemplate/templates/baseTemplate/homePage.html:237 -#: baseTemplate/templates/baseTemplate/homePage.html:438 +#: baseTemplate/templates/baseTemplate/homePage.html:173 +#: baseTemplate/templates/baseTemplate/homePage.html:374 msgid "Control DNS" msgstr "DNS制御" -#: baseTemplate/templates/baseTemplate/homePage.html:240 -#: baseTemplate/templates/baseTemplate/homePage.html:441 -#: baseTemplate/templates/baseTemplate/index.html:252 -#: baseTemplate/templates/baseTemplate/index.html:379 -#: baseTemplate/templates/baseTemplate/index.html:381 +#: baseTemplate/templates/baseTemplate/homePage.html:176 +#: baseTemplate/templates/baseTemplate/homePage.html:377 +#: baseTemplate/templates/baseTemplate/index.html:238 +#: baseTemplate/templates/baseTemplate/index.html:365 +#: baseTemplate/templates/baseTemplate/index.html:367 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:359 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:486 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:488 msgid "DNS" msgstr "DNS" -#: baseTemplate/templates/baseTemplate/homePage.html:250 -#: baseTemplate/templates/baseTemplate/homePage.html:451 +#: baseTemplate/templates/baseTemplate/homePage.html:186 +#: baseTemplate/templates/baseTemplate/homePage.html:387 #: ftp/templates/ftp/index.html:12 msgid "FTP Functions" msgstr "FTP 機能" -#: baseTemplate/templates/baseTemplate/homePage.html:253 -#: baseTemplate/templates/baseTemplate/homePage.html:454 -#: baseTemplate/templates/baseTemplate/index.html:258 -#: baseTemplate/templates/baseTemplate/index.html:420 -#: baseTemplate/templates/baseTemplate/index.html:422 +#: baseTemplate/templates/baseTemplate/homePage.html:189 +#: baseTemplate/templates/baseTemplate/homePage.html:390 +#: baseTemplate/templates/baseTemplate/index.html:244 +#: baseTemplate/templates/baseTemplate/index.html:407 +#: baseTemplate/templates/baseTemplate/index.html:409 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:365 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:527 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:529 -#: websiteFunctions/templates/websiteFunctions/website.html:38 +#: websiteFunctions/templates/websiteFunctions/website.html:43 msgid "FTP" msgstr "FTP" -#: baseTemplate/templates/baseTemplate/homePage.html:280 -#: baseTemplate/templates/baseTemplate/homePage.html:283 -#: baseTemplate/templates/baseTemplate/homePage.html:483 -#: baseTemplate/templates/baseTemplate/homePage.html:486 +#: baseTemplate/templates/baseTemplate/homePage.html:216 +#: baseTemplate/templates/baseTemplate/homePage.html:219 +#: baseTemplate/templates/baseTemplate/homePage.html:419 +#: baseTemplate/templates/baseTemplate/homePage.html:422 #: packages/templates/packages/createPackage.html:75 #: packages/templates/packages/modifyPackage.html:80 msgid "Emails" msgstr "メール" -#: baseTemplate/templates/baseTemplate/homePage.html:293 -#: baseTemplate/templates/baseTemplate/homePage.html:296 +#: baseTemplate/templates/baseTemplate/homePage.html:229 +#: baseTemplate/templates/baseTemplate/homePage.html:232 #: tuning/templates/tuning/index.html:12 msgid "Server Tuning" msgstr "サーバーのチューニング" -#: baseTemplate/templates/baseTemplate/homePage.html:317 -#: baseTemplate/templates/baseTemplate/homePage.html:320 -#: baseTemplate/templates/baseTemplate/index.html:491 -#: baseTemplate/templates/baseTemplate/index.html:493 -#: baseTemplate/templates/baseTemplate/index.html:527 +#: baseTemplate/templates/baseTemplate/homePage.html:253 +#: baseTemplate/templates/baseTemplate/homePage.html:256 +#: baseTemplate/templates/baseTemplate/index.html:479 +#: baseTemplate/templates/baseTemplate/index.html:481 +#: baseTemplate/templates/baseTemplate/index.html:515 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:598 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:600 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:634 @@ -683,72 +682,67 @@ msgstr "サーバーのチューニング" msgid "Server Status" msgstr "サーバーの状態" -#: baseTemplate/templates/baseTemplate/homePage.html:330 +#: baseTemplate/templates/baseTemplate/homePage.html:266 msgid "PHP Configurations" msgstr "PHPの設定" -#: baseTemplate/templates/baseTemplate/homePage.html:342 -#: baseTemplate/templates/baseTemplate/homePage.html:345 -#: baseTemplate/templates/baseTemplate/index.html:529 +#: baseTemplate/templates/baseTemplate/homePage.html:278 +#: baseTemplate/templates/baseTemplate/homePage.html:281 +#: baseTemplate/templates/baseTemplate/index.html:517 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:636 -#: websiteFunctions/templates/websiteFunctions/website.html:112 +#: websiteFunctions/templates/websiteFunctions/website.html:117 msgid "Logs" msgstr "ログ" -#: baseTemplate/templates/baseTemplate/homePage.html:365 -#: baseTemplate/templates/baseTemplate/homePage.html:368 -#: baseTemplate/templates/baseTemplate/index.html:545 -#: baseTemplate/templates/baseTemplate/index.html:547 +#: baseTemplate/templates/baseTemplate/homePage.html:301 +#: baseTemplate/templates/baseTemplate/homePage.html:304 +#: baseTemplate/templates/baseTemplate/index.html:534 +#: baseTemplate/templates/baseTemplate/index.html:536 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:652 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:654 msgid "Security" msgstr "セキュリティ" -#: baseTemplate/templates/baseTemplate/index.html:96 -#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:199 -msgid "CPU Status" -msgstr "CPU の状態" - -#: baseTemplate/templates/baseTemplate/index.html:125 +#: baseTemplate/templates/baseTemplate/index.html:116 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:228 -#: websiteFunctions/templates/websiteFunctions/website.html:50 -#: websiteFunctions/templates/websiteFunctions/website.html:71 +#: websiteFunctions/templates/websiteFunctions/website.html:55 +#: websiteFunctions/templates/websiteFunctions/website.html:76 msgid "Disk Usage" msgstr "ディスクの使用量" -#: baseTemplate/templates/baseTemplate/index.html:159 -#: baseTemplate/templates/baseTemplate/index.html:162 -#: baseTemplate/templates/baseTemplate/index.html:166 +#: baseTemplate/templates/baseTemplate/index.html:150 +#: baseTemplate/templates/baseTemplate/index.html:153 +#: baseTemplate/templates/baseTemplate/index.html:157 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:262 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:265 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:269 msgid "CyberPanel" msgstr "CyberPanel" -#: baseTemplate/templates/baseTemplate/index.html:164 -#: baseTemplate/templates/baseTemplate/index.html:168 +#: baseTemplate/templates/baseTemplate/index.html:155 +#: baseTemplate/templates/baseTemplate/index.html:159 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:267 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:271 msgid "Web Hosting Control Panel" msgstr "Web ホスティングコントロールパネル" -#: baseTemplate/templates/baseTemplate/index.html:170 +#: baseTemplate/templates/baseTemplate/index.html:161 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:273 msgid "Close sidebar" msgstr "サイドバーを閉じる" -#: baseTemplate/templates/baseTemplate/index.html:176 +#: baseTemplate/templates/baseTemplate/index.html:167 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:279 msgid "My Account" msgstr "マイ アカウント" -#: baseTemplate/templates/baseTemplate/index.html:193 +#: baseTemplate/templates/baseTemplate/index.html:184 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:296 msgid "Edit profile" msgstr "プロフィールの編集" -#: baseTemplate/templates/baseTemplate/index.html:194 -#: baseTemplate/templates/baseTemplate/index.html:317 +#: baseTemplate/templates/baseTemplate/index.html:185 +#: baseTemplate/templates/baseTemplate/index.html:303 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:297 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:424 #: userManagment/templates/userManagment/index.html:26 @@ -756,48 +750,43 @@ msgstr "プロフィールの編集" msgid "View Profile" msgstr "プロフィールの表示" -#: baseTemplate/templates/baseTemplate/index.html:201 -#: baseTemplate/templates/baseTemplate/index.html:278 +#: baseTemplate/templates/baseTemplate/index.html:192 +#: baseTemplate/templates/baseTemplate/index.html:264 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:304 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:385 msgid "Logout" msgstr "ログアウト" -#: baseTemplate/templates/baseTemplate/index.html:212 -#: baseTemplate/templates/baseTemplate/index.html:216 -#: baseTemplate/templates/baseTemplate/index.html:220 +#: baseTemplate/templates/baseTemplate/index.html:203 +#: baseTemplate/templates/baseTemplate/index.html:207 +#: baseTemplate/templates/baseTemplate/index.html:211 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:315 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:319 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:323 msgid "CPU Load Average" msgstr "CPU 負荷平均" -#: baseTemplate/templates/baseTemplate/index.html:225 -#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:332 -msgid "System Status" -msgstr "システムの状態" - -#: baseTemplate/templates/baseTemplate/index.html:230 +#: baseTemplate/templates/baseTemplate/index.html:216 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:337 msgid "Dashboard Quick Menu" msgstr "ダッシュボードクイックメニュー" -#: baseTemplate/templates/baseTemplate/index.html:264 -#: baseTemplate/templates/baseTemplate/index.html:475 -#: baseTemplate/templates/baseTemplate/index.html:477 +#: baseTemplate/templates/baseTemplate/index.html:250 +#: baseTemplate/templates/baseTemplate/index.html:463 +#: baseTemplate/templates/baseTemplate/index.html:465 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:371 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:582 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:584 msgid "Tuning" msgstr "チューニング" -#: baseTemplate/templates/baseTemplate/index.html:291 +#: baseTemplate/templates/baseTemplate/index.html:277 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:398 msgid "Overview" msgstr "概要" -#: baseTemplate/templates/baseTemplate/index.html:293 -#: baseTemplate/templates/baseTemplate/index.html:294 +#: baseTemplate/templates/baseTemplate/index.html:279 +#: baseTemplate/templates/baseTemplate/index.html:280 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:400 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:401 #, fuzzy @@ -805,16 +794,16 @@ msgstr "概要" msgid "Server IP Address" msgstr "IP アドレス" -#: baseTemplate/templates/baseTemplate/index.html:297 -#: baseTemplate/templates/baseTemplate/index.html:299 +#: baseTemplate/templates/baseTemplate/index.html:283 +#: baseTemplate/templates/baseTemplate/index.html:285 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:404 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:406 msgid "Dashboard" msgstr "ダッシュボード" -#: baseTemplate/templates/baseTemplate/index.html:301 -#: baseTemplate/templates/baseTemplate/index.html:302 -#: baseTemplate/templates/baseTemplate/index.html:303 +#: baseTemplate/templates/baseTemplate/index.html:287 +#: baseTemplate/templates/baseTemplate/index.html:288 +#: baseTemplate/templates/baseTemplate/index.html:289 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:408 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:409 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:410 @@ -822,27 +811,27 @@ msgstr "ダッシュボード" msgid "Version Management" msgstr "バージョン管理" -#: baseTemplate/templates/baseTemplate/index.html:307 +#: baseTemplate/templates/baseTemplate/index.html:293 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:414 msgid "Main" msgstr "メイン" -#: baseTemplate/templates/baseTemplate/index.html:318 +#: baseTemplate/templates/baseTemplate/index.html:304 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:425 #: userManagment/templates/userManagment/createUser.html:12 msgid "Create New User" msgstr "新しいユーザーの作成" -#: baseTemplate/templates/baseTemplate/index.html:319 +#: baseTemplate/templates/baseTemplate/index.html:305 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:426 #: userManagment/templates/userManagment/index.html:52 #: userManagment/templates/userManagment/index.html:54 #: userManagment/templates/userManagment/modifyUser.html:12 -#: userManagment/templates/userManagment/modifyUser.html:119 +#: userManagment/templates/userManagment/modifyUser.html:111 msgid "Modify User" msgstr "ユーザーの変更" -#: baseTemplate/templates/baseTemplate/index.html:320 +#: baseTemplate/templates/baseTemplate/index.html:306 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:427 #: userManagment/templates/userManagment/deleteUser.html:13 #: userManagment/templates/userManagment/deleteUser.html:20 @@ -852,16 +841,16 @@ msgstr "ユーザーの変更" msgid "Delete User" msgstr "ユーザーの削除" -#: baseTemplate/templates/baseTemplate/index.html:335 +#: baseTemplate/templates/baseTemplate/index.html:321 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:442 #: websiteFunctions/templates/websiteFunctions/createWebsite.html:12 -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:102 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:109 #: websiteFunctions/templates/websiteFunctions/index.html:49 #: websiteFunctions/templates/websiteFunctions/index.html:51 msgid "Create Website" msgstr "Web サイトの作成" -#: baseTemplate/templates/baseTemplate/index.html:336 +#: baseTemplate/templates/baseTemplate/index.html:322 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:443 #: websiteFunctions/templates/websiteFunctions/index.html:34 #: websiteFunctions/templates/websiteFunctions/index.html:36 @@ -871,23 +860,23 @@ msgstr "Web サイトの作成" msgid "List Websites" msgstr "Webサイトの一覧" -#: baseTemplate/templates/baseTemplate/index.html:337 +#: baseTemplate/templates/baseTemplate/index.html:323 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:444 #: websiteFunctions/templates/websiteFunctions/index.html:73 #: websiteFunctions/templates/websiteFunctions/index.html:75 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:12 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:19 -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:95 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:96 msgid "Modify Website" msgstr "Web サイトの変更" -#: baseTemplate/templates/baseTemplate/index.html:338 +#: baseTemplate/templates/baseTemplate/index.html:324 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:445 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:41 msgid "Suspend/Unsuspend" msgstr "休止/休止解除" -#: baseTemplate/templates/baseTemplate/index.html:339 +#: baseTemplate/templates/baseTemplate/index.html:325 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:446 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:12 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:19 @@ -897,7 +886,7 @@ msgstr "休止/休止解除" msgid "Delete Website" msgstr "Web サイトの削除" -#: baseTemplate/templates/baseTemplate/index.html:352 +#: baseTemplate/templates/baseTemplate/index.html:338 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:459 #: packages/templates/packages/createPackage.html:13 #: packages/templates/packages/createPackage.html:84 @@ -906,7 +895,7 @@ msgstr "Web サイトの削除" msgid "Create Package" msgstr "パッケージの作成" -#: baseTemplate/templates/baseTemplate/index.html:353 +#: baseTemplate/templates/baseTemplate/index.html:339 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:460 #: packages/templates/packages/deletePackage.html:12 #: packages/templates/packages/deletePackage.html:18 @@ -916,7 +905,7 @@ msgstr "パッケージの作成" msgid "Delete Package" msgstr "パッケージの削除" -#: baseTemplate/templates/baseTemplate/index.html:354 +#: baseTemplate/templates/baseTemplate/index.html:340 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:461 #: packages/templates/packages/index.html:49 #: packages/templates/packages/index.html:51 @@ -926,7 +915,7 @@ msgstr "パッケージの削除" msgid "Modify Package" msgstr "パッケージの変更" -#: baseTemplate/templates/baseTemplate/index.html:368 +#: baseTemplate/templates/baseTemplate/index.html:354 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:475 #: databases/templates/databases/createDatabase.html:12 #: databases/templates/databases/createDatabase.html:19 @@ -937,7 +926,7 @@ msgstr "パッケージの変更" msgid "Create Database" msgstr "データベースの作成" -#: baseTemplate/templates/baseTemplate/index.html:369 +#: baseTemplate/templates/baseTemplate/index.html:355 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:476 #: databases/templates/databases/deleteDatabase.html:12 #: databases/templates/databases/deleteDatabase.html:19 @@ -948,7 +937,7 @@ msgstr "データベースの作成" msgid "Delete Database" msgstr "データベースの削除" -#: baseTemplate/templates/baseTemplate/index.html:370 +#: baseTemplate/templates/baseTemplate/index.html:356 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:477 #: databases/templates/databases/index.html:53 #: databases/templates/databases/index.html:55 @@ -957,14 +946,14 @@ msgstr "データベースの削除" msgid "List Databases" msgstr "データベースの一覧" -#: baseTemplate/templates/baseTemplate/index.html:371 +#: baseTemplate/templates/baseTemplate/index.html:357 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:478 #: databases/templates/databases/index.html:65 #: databases/templates/databases/index.html:67 msgid "PHPMYAdmin" msgstr "PHPMYAdmin" -#: baseTemplate/templates/baseTemplate/index.html:386 +#: baseTemplate/templates/baseTemplate/index.html:372 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:493 #: dns/templates/dns/createNameServer.html:12 #: dns/templates/dns/createNameServer.html:76 dns/templates/dns/index.html:72 @@ -972,7 +961,7 @@ msgstr "PHPMYAdmin" msgid "Create Nameserver" msgstr "ネームサーバーの作成" -#: baseTemplate/templates/baseTemplate/index.html:387 +#: baseTemplate/templates/baseTemplate/index.html:373 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:494 #: dns/templates/dns/createDNSZone.html:12 #: dns/templates/dns/createDNSZone.html:40 dns/templates/dns/index.html:29 @@ -981,7 +970,7 @@ msgstr "ネームサーバーの作成" msgid "Create DNS Zone" msgstr "DNSゾーンの作成" -#: baseTemplate/templates/baseTemplate/index.html:388 +#: baseTemplate/templates/baseTemplate/index.html:374 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:495 #: dns/templates/dns/deleteDNSZone.html:40 dns/templates/dns/index.html:41 #: dns/templates/dns/index.html:43 dns/templates/dns/index.html:96 @@ -989,19 +978,19 @@ msgstr "DNSゾーンの作成" msgid "Delete Zone" msgstr "ゾーンの削除" -#: baseTemplate/templates/baseTemplate/index.html:389 +#: baseTemplate/templates/baseTemplate/index.html:375 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:496 msgid "Add/Delete Records" msgstr "レコードの追加/削除" -#: baseTemplate/templates/baseTemplate/index.html:405 +#: baseTemplate/templates/baseTemplate/index.html:391 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:512 #: mailServer/templates/mailServer/createEmailAccount.html:12 #: mailServer/templates/mailServer/createEmailAccount.html:19 msgid "Create Email Account" msgstr "メールアカウントの作成" -#: baseTemplate/templates/baseTemplate/index.html:405 +#: baseTemplate/templates/baseTemplate/index.html:391 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:512 #: mailServer/templates/mailServer/createEmailAccount.html:64 #: mailServer/templates/mailServer/index.html:25 @@ -1009,14 +998,14 @@ msgstr "メールアカウントの作成" msgid "Create Email" msgstr "メールの作成" -#: baseTemplate/templates/baseTemplate/index.html:406 +#: baseTemplate/templates/baseTemplate/index.html:392 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:513 #: mailServer/templates/mailServer/deleteEmailAccount.html:12 #: mailServer/templates/mailServer/deleteEmailAccount.html:19 msgid "Delete Email Account" msgstr "メールアカウントの削除" -#: baseTemplate/templates/baseTemplate/index.html:406 +#: baseTemplate/templates/baseTemplate/index.html:392 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:513 #: mailServer/templates/mailServer/deleteEmailAccount.html:56 #: mailServer/templates/mailServer/index.html:37 @@ -1024,7 +1013,7 @@ msgstr "メールアカウントの削除" msgid "Delete Email" msgstr "メールの削除" -#: baseTemplate/templates/baseTemplate/index.html:407 +#: baseTemplate/templates/baseTemplate/index.html:393 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:514 #: databases/templates/databases/listDataBases.html:73 #: ftp/templates/ftp/listFTPAccounts.html:73 @@ -1034,33 +1023,42 @@ msgstr "メールの削除" msgid "Change Password" msgstr "パスワードの変更" -#: baseTemplate/templates/baseTemplate/index.html:408 +#: baseTemplate/templates/baseTemplate/index.html:394 +#: mailServer/templates/mailServer/dkimManager.html:13 +#: mailServer/templates/mailServer/dkimManager.html:22 +#: mailServer/templates/mailServer/dkimManager.html:75 +#, fuzzy +#| msgid "File Manager" +msgid "DKIM Manager" +msgstr "ファイル 管理" + +#: baseTemplate/templates/baseTemplate/index.html:395 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:515 msgid "Access Webmail" msgstr "Webメール アクセス" -#: baseTemplate/templates/baseTemplate/index.html:427 +#: baseTemplate/templates/baseTemplate/index.html:414 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:534 #: ftp/templates/ftp/createFTPAccount.html:12 #: ftp/templates/ftp/createFTPAccount.html:19 ftp/templates/ftp/index.html:25 #: ftp/templates/ftp/index.html:27 -#: websiteFunctions/templates/websiteFunctions/website.html:709 -#: websiteFunctions/templates/websiteFunctions/website.html:711 +#: websiteFunctions/templates/websiteFunctions/website.html:815 +#: websiteFunctions/templates/websiteFunctions/website.html:818 msgid "Create FTP Account" msgstr "FTP アカウントの作成" -#: baseTemplate/templates/baseTemplate/index.html:428 +#: baseTemplate/templates/baseTemplate/index.html:415 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:535 #: ftp/templates/ftp/deleteFTPAccount.html:12 #: ftp/templates/ftp/deleteFTPAccount.html:18 #: ftp/templates/ftp/deleteFTPAccount.html:52 ftp/templates/ftp/index.html:37 #: ftp/templates/ftp/index.html:39 -#: websiteFunctions/templates/websiteFunctions/website.html:721 -#: websiteFunctions/templates/websiteFunctions/website.html:723 +#: websiteFunctions/templates/websiteFunctions/website.html:827 +#: websiteFunctions/templates/websiteFunctions/website.html:830 msgid "Delete FTP Account" msgstr "FTP アカウントの削除" -#: baseTemplate/templates/baseTemplate/index.html:429 +#: baseTemplate/templates/baseTemplate/index.html:416 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:536 #: ftp/templates/ftp/index.html:49 ftp/templates/ftp/index.html:51 #: ftp/templates/ftp/listFTPAccounts.html:13 @@ -1068,26 +1066,27 @@ msgstr "FTP アカウントの削除" msgid "List FTP Accounts" msgstr "FTP アカウントの一覧" -#: baseTemplate/templates/baseTemplate/index.html:447 +#: baseTemplate/templates/baseTemplate/index.html:434 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:554 msgid "Add/Delete Destination" msgstr "バックアップ先の追加/削除" -#: baseTemplate/templates/baseTemplate/index.html:449 +#: baseTemplate/templates/baseTemplate/index.html:436 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:556 #, fuzzy #| msgid "Remote Backups" msgid "Remote Back ups" msgstr "リモートバックアップ" -#: baseTemplate/templates/baseTemplate/index.html:458 -#: baseTemplate/templates/baseTemplate/index.html:459 +#: baseTemplate/templates/baseTemplate/index.html:445 +#: baseTemplate/templates/baseTemplate/index.html:446 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:565 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:566 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:39 msgid "SSL" msgstr "SSL" -#: baseTemplate/templates/baseTemplate/index.html:464 +#: baseTemplate/templates/baseTemplate/index.html:451 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:571 #: manageSSL/templates/manageSSL/index.html:28 #: manageSSL/templates/manageSSL/manageSSL.html:13 @@ -1095,44 +1094,50 @@ msgstr "SSL" msgid "Manage SSL" msgstr "SSL の管理" -#: baseTemplate/templates/baseTemplate/index.html:465 +#: baseTemplate/templates/baseTemplate/index.html:452 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:572 #: manageSSL/templates/manageSSL/index.html:40 msgid "Hostname SSL" msgstr "ホスト名 SSL" -#: baseTemplate/templates/baseTemplate/index.html:473 +#: baseTemplate/templates/baseTemplate/index.html:453 +#, fuzzy +#| msgid "Server Logs" +msgid "MailServer SSL" +msgstr "サーバーログ" + +#: baseTemplate/templates/baseTemplate/index.html:461 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:580 msgid "Server" msgstr "サーバー" -#: baseTemplate/templates/baseTemplate/index.html:478 +#: baseTemplate/templates/baseTemplate/index.html:466 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:585 msgid "NEW" msgstr "新規" -#: baseTemplate/templates/baseTemplate/index.html:483 +#: baseTemplate/templates/baseTemplate/index.html:471 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:590 #: tuning/templates/tuning/index.html:24 tuning/templates/tuning/index.html:26 #: tuning/templates/tuning/liteSpeedTuning.html:12 msgid "LiteSpeed Tuning" msgstr "LiteSpeed チューニング" -#: baseTemplate/templates/baseTemplate/index.html:484 +#: baseTemplate/templates/baseTemplate/index.html:472 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:591 #: tuning/templates/tuning/index.html:36 tuning/templates/tuning/index.html:38 #: tuning/templates/tuning/phpTuning.html:13 msgid "PHP Tuning" msgstr "PHP チューニング" -#: baseTemplate/templates/baseTemplate/index.html:499 +#: baseTemplate/templates/baseTemplate/index.html:487 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:606 #: serverStatus/templates/serverStatus/index.html:25 #: serverStatus/templates/serverStatus/index.html:27 msgid "LiteSpeed Status" msgstr "LiteSpeed の状態" -#: baseTemplate/templates/baseTemplate/index.html:500 +#: baseTemplate/templates/baseTemplate/index.html:488 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:607 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:15 #: serverStatus/templates/serverStatus/index.html:37 @@ -1140,48 +1145,48 @@ msgstr "LiteSpeed の状態" msgid "CyberPanel Main Log File" msgstr "Cyber​​Panel メインログファイル" -#: baseTemplate/templates/baseTemplate/index.html:501 +#: baseTemplate/templates/baseTemplate/index.html:489 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:608 #, fuzzy #| msgid "Server Status" msgid "Services Status" msgstr "サーバーの状態" -#: baseTemplate/templates/baseTemplate/index.html:518 +#: baseTemplate/templates/baseTemplate/index.html:506 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:625 #: managePHP/templates/managePHP/installExtensions.html:13 msgid "Install PHP Extensions" msgstr "PHP拡張機能のインストール" -#: baseTemplate/templates/baseTemplate/index.html:518 +#: baseTemplate/templates/baseTemplate/index.html:506 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:625 #: managePHP/templates/managePHP/index.html:24 #: managePHP/templates/managePHP/index.html:26 msgid "Install Extensions" msgstr "拡張機能のインストール" -#: baseTemplate/templates/baseTemplate/index.html:519 +#: baseTemplate/templates/baseTemplate/index.html:507 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:626 #: managePHP/templates/managePHP/index.html:36 #: managePHP/templates/managePHP/index.html:38 msgid "Edit PHP Configs" msgstr "PHP 設定の編集" -#: baseTemplate/templates/baseTemplate/index.html:534 +#: baseTemplate/templates/baseTemplate/index.html:522 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:641 msgid "Access Log" msgstr "アクセスログ" -#: baseTemplate/templates/baseTemplate/index.html:535 +#: baseTemplate/templates/baseTemplate/index.html:523 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:642 #: serverLogs/templates/serverLogs/errorLogs.html:14 #: serverLogs/templates/serverLogs/index.html:37 #: serverLogs/templates/serverLogs/index.html:39 -#: websiteFunctions/templates/websiteFunctions/website.html:132 +#: websiteFunctions/templates/websiteFunctions/website.html:139 msgid "Error Logs" msgstr "エラーログ" -#: baseTemplate/templates/baseTemplate/index.html:536 +#: baseTemplate/templates/baseTemplate/index.html:524 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:643 #: serverLogs/templates/serverLogs/emailLogs.html:14 #: serverLogs/templates/serverLogs/index.html:49 @@ -1189,12 +1194,12 @@ msgstr "エラーログ" msgid "Email Logs" msgstr "メールログ" -#: baseTemplate/templates/baseTemplate/index.html:536 +#: baseTemplate/templates/baseTemplate/index.html:524 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:643 msgid "Email Log" msgstr "メールログ" -#: baseTemplate/templates/baseTemplate/index.html:537 +#: baseTemplate/templates/baseTemplate/index.html:525 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:644 #: serverLogs/templates/serverLogs/ftplogs.html:14 #: serverLogs/templates/serverLogs/index.html:61 @@ -1202,19 +1207,30 @@ msgstr "メールログ" msgid "FTP Logs" msgstr "FTP ログ" -#: baseTemplate/templates/baseTemplate/index.html:552 +#: baseTemplate/templates/baseTemplate/index.html:526 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:14 +#, fuzzy +#| msgid "Security Functions" +msgid "ModSecurity Audit Logs" +msgstr "セキュリティ機能" + +#: baseTemplate/templates/baseTemplate/index.html:526 +msgid "ModSec Audit Logs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:541 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:659 msgid "Firewall Home" msgstr "ファイアウォールホーム" -#: baseTemplate/templates/baseTemplate/index.html:552 +#: baseTemplate/templates/baseTemplate/index.html:541 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:659 #: firewall/templates/firewall/index.html:25 #: firewall/templates/firewall/index.html:27 msgid "Firewall" msgstr "ファイアウォール" -#: baseTemplate/templates/baseTemplate/index.html:553 +#: baseTemplate/templates/baseTemplate/index.html:542 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:660 #: firewall/templates/firewall/index.html:36 #: firewall/templates/firewall/index.html:38 @@ -1223,10 +1239,41 @@ msgstr "ファイアウォール" msgid "Secure SSH" msgstr "SSH のセキュリティ" +#: baseTemplate/templates/baseTemplate/index.html:543 +#, fuzzy +#| msgid "Edit PHP Configurations" +msgid "ModSecurity Configurations" +msgstr "PHP 設定の編集" + +#: baseTemplate/templates/baseTemplate/index.html:543 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Conf" +msgstr "セキュリティ" + +#: baseTemplate/templates/baseTemplate/index.html:544 +#: firewall/templates/firewall/modSecurityRules.html:20 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Rules" +msgstr "セキュリティ" + +#: baseTemplate/templates/baseTemplate/index.html:545 +msgid "ModSecurity Rules Packs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:199 +msgid "CPU Status" +msgstr "CPU の状態" + #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:327 msgid "Fullscreen" msgstr "フルスクリーン" +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:332 +msgid "System Status" +msgstr "システムの状態" + #: baseTemplate/templates/baseTemplate/versionManagment.html:3 msgid "Version Management - CyberPanel" msgstr "バージョン管理 - Cyber​​Panel" @@ -1257,7 +1304,8 @@ msgstr "最新のビルド" #: baseTemplate/templates/baseTemplate/versionManagment.html:66 #: firewall/templates/firewall/secureSSH.html:78 -#: managePHP/templates/managePHP/editPHPConfig.html:140 +#: mailServer/templates/mailServer/dkimManager.html:40 +#: managePHP/templates/managePHP/editPHPConfig.html:148 msgid "Error message: " msgstr "エラーメッセージ: " @@ -1270,11 +1318,16 @@ msgid "Update finished..." msgstr "更新を終了..." #: baseTemplate/templates/baseTemplate/versionManagment.html:79 +#: firewall/templates/firewall/modSecurity.html:47 +#: firewall/templates/firewall/modSecurity.html:177 +#: firewall/templates/firewall/modSecurityRules.html:53 +#: firewall/templates/firewall/modSecurityRulesPacks.html:88 #: firewall/templates/firewall/secureSSH.html:87 #: firewall/templates/firewall/secureSSH.html:172 -#: managePHP/templates/managePHP/editPHPConfig.html:149 -#: managePHP/templates/managePHP/editPHPConfig.html:221 -#: managePHP/templates/managePHP/installExtensions.html:113 +#: mailServer/templates/mailServer/dkimManager.html:44 +#: managePHP/templates/managePHP/editPHPConfig.html:157 +#: managePHP/templates/managePHP/editPHPConfig.html:230 +#: managePHP/templates/managePHP/installExtensions.html:114 msgid "Could not connect. Please refresh this page." msgstr "接続できませんでした。このページを更新してください。" @@ -1348,7 +1401,7 @@ msgid "Select Domain" msgstr "ドメインタイプの選択" #: databases/templates/databases/listDataBases.html:46 -#: dns/templates/dns/addDeleteDNSRecords.html:168 +#: dns/templates/dns/addDeleteDNSRecords.html:335 #: ftp/templates/ftp/listFTPAccounts.html:46 msgid "Records successfully fetched for" msgstr "レコードが取得されました" @@ -1396,69 +1449,123 @@ msgstr "" msgid "Add Records" msgstr "レコードを追加" -#: dns/templates/dns/addDeleteDNSRecords.html:53 -#: dns/templates/dns/addDeleteDNSRecords.html:131 -#: filemanager/templates/filemanager/index.html:209 +#: dns/templates/dns/addDeleteDNSRecords.html:59 +#: dns/templates/dns/addDeleteDNSRecords.html:82 +#: dns/templates/dns/addDeleteDNSRecords.html:106 +#: dns/templates/dns/addDeleteDNSRecords.html:129 +#: dns/templates/dns/addDeleteDNSRecords.html:157 +#: dns/templates/dns/addDeleteDNSRecords.html:181 +#: dns/templates/dns/addDeleteDNSRecords.html:205 +#: dns/templates/dns/addDeleteDNSRecords.html:229 +#: dns/templates/dns/addDeleteDNSRecords.html:253 +#: dns/templates/dns/addDeleteDNSRecords.html:296 +#: filemanager/templates/filemanager/index.html:212 #: firewall/templates/firewall/firewall.html:136 #: serverStatus/templates/serverStatus/litespeedStatus.html:40 msgid "Name" msgstr "名称" -#: dns/templates/dns/addDeleteDNSRecords.html:69 -msgid "IPV6" -msgstr "IPv6" - -#: dns/templates/dns/addDeleteDNSRecords.html:78 +#: dns/templates/dns/addDeleteDNSRecords.html:63 +#: dns/templates/dns/addDeleteDNSRecords.html:86 +#: dns/templates/dns/addDeleteDNSRecords.html:110 #: dns/templates/dns/addDeleteDNSRecords.html:133 -msgid "Priority" -msgstr "優先度" +#: dns/templates/dns/addDeleteDNSRecords.html:161 +#: dns/templates/dns/addDeleteDNSRecords.html:185 +#: dns/templates/dns/addDeleteDNSRecords.html:209 +#: dns/templates/dns/addDeleteDNSRecords.html:233 +#: dns/templates/dns/addDeleteDNSRecords.html:257 +#: dns/templates/dns/addDeleteDNSRecords.html:297 +msgid "TTL" +msgstr "" -#: dns/templates/dns/addDeleteDNSRecords.html:87 -#: dns/templates/dns/createDNSZone.html:27 -#: dns/templates/dns/createNameServer.html:27 -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:52 -#: websiteFunctions/templates/websiteFunctions/website.html:289 -msgid "Domain Name" -msgstr "ドメイン名" - -#: dns/templates/dns/addDeleteDNSRecords.html:95 -msgid "Policy" -msgstr "ポリシ" - -#: dns/templates/dns/addDeleteDNSRecords.html:103 -msgid "Text" -msgstr "テキスト" - -#: dns/templates/dns/addDeleteDNSRecords.html:111 +#: dns/templates/dns/addDeleteDNSRecords.html:73 +#: dns/templates/dns/addDeleteDNSRecords.html:96 +#: dns/templates/dns/addDeleteDNSRecords.html:120 +#: dns/templates/dns/addDeleteDNSRecords.html:147 +#: dns/templates/dns/addDeleteDNSRecords.html:172 +#: dns/templates/dns/addDeleteDNSRecords.html:196 +#: dns/templates/dns/addDeleteDNSRecords.html:220 +#: dns/templates/dns/addDeleteDNSRecords.html:244 +#: dns/templates/dns/addDeleteDNSRecords.html:272 #: firewall/templates/firewall/firewall.html:117 msgid "Add" msgstr "追加" -#: dns/templates/dns/addDeleteDNSRecords.html:130 +#: dns/templates/dns/addDeleteDNSRecords.html:90 +#, fuzzy +#| msgid "IP Address" +msgid "IPV6 Address" +msgstr "IP アドレス" + +#: dns/templates/dns/addDeleteDNSRecords.html:114 +#: dns/templates/dns/addDeleteDNSRecords.html:141 +#: dns/templates/dns/createDNSZone.html:27 +#: dns/templates/dns/createNameServer.html:27 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:52 +#: websiteFunctions/templates/websiteFunctions/website.html:313 +msgid "Domain Name" +msgstr "ドメイン名" + +#: dns/templates/dns/addDeleteDNSRecords.html:137 +#: dns/templates/dns/addDeleteDNSRecords.html:299 +msgid "Priority" +msgstr "優先度" + +#: dns/templates/dns/addDeleteDNSRecords.html:166 +msgid "Policy" +msgstr "ポリシ" + +#: dns/templates/dns/addDeleteDNSRecords.html:190 +msgid "Text" +msgstr "テキスト" + +#: dns/templates/dns/addDeleteDNSRecords.html:214 +#, fuzzy +#| msgid "Value" +msgid "SOA Value" +msgstr "値" + +#: dns/templates/dns/addDeleteDNSRecords.html:238 +#, fuzzy +#| msgid "First Nameserver" +msgid "Name server" +msgstr "ファーストネームサーバー" + +#: dns/templates/dns/addDeleteDNSRecords.html:261 +#, fuzzy +#| msgid "Priority" +msgid "Prioirty" +msgstr "優先度" + +#: dns/templates/dns/addDeleteDNSRecords.html:266 +msgid "Content" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:295 msgid "Type" msgstr "種別" -#: dns/templates/dns/addDeleteDNSRecords.html:132 +#: dns/templates/dns/addDeleteDNSRecords.html:298 msgid "Value" msgstr "値" -#: dns/templates/dns/addDeleteDNSRecords.html:160 +#: dns/templates/dns/addDeleteDNSRecords.html:327 msgid "Cannot fetch records. Error message:" msgstr "レコードを取得できません。エラー メッセージ:" -#: dns/templates/dns/addDeleteDNSRecords.html:164 +#: dns/templates/dns/addDeleteDNSRecords.html:331 msgid "Cannot add record. Error message: " msgstr "レコードを追加できません。エラーメッセージ: " -#: dns/templates/dns/addDeleteDNSRecords.html:172 +#: dns/templates/dns/addDeleteDNSRecords.html:339 msgid "Record Successfully Deleted" msgstr "レコードが削除されました" -#: dns/templates/dns/addDeleteDNSRecords.html:176 +#: dns/templates/dns/addDeleteDNSRecords.html:343 msgid "Cannot delete record. Error message:" msgstr "レコードを削除できません。エラーメッセージ:" -#: dns/templates/dns/addDeleteDNSRecords.html:180 +#: dns/templates/dns/addDeleteDNSRecords.html:347 msgid "Record Successfully Added." msgstr "レコードが追加されました。" @@ -1591,8 +1698,8 @@ msgid " File Manager" msgstr "ファイル 管理" #: filemanager/templates/filemanager/index.html:63 -#: filemanager/templates/filemanager/index.html:202 -#: filemanager/templates/filemanager/index.html:233 +#: filemanager/templates/filemanager/index.html:205 +#: filemanager/templates/filemanager/index.html:236 #, fuzzy #| msgid "Reload" msgid "Upload" @@ -1609,310 +1716,319 @@ msgid "New Folder" msgstr "" #: filemanager/templates/filemanager/index.html:75 -#: filemanager/templates/filemanager/index.html:563 +#: filemanager/templates/filemanager/index.html:566 msgid "Copy" msgstr "" #: filemanager/templates/filemanager/index.html:78 -#: filemanager/templates/filemanager/index.html:528 +#: filemanager/templates/filemanager/index.html:531 msgid "Move" msgstr "" #: filemanager/templates/filemanager/index.html:81 -#: filemanager/templates/filemanager/index.html:593 +#: filemanager/templates/filemanager/index.html:596 #, fuzzy #| msgid "Username" msgid "Rename" msgstr "ユーザー名" #: filemanager/templates/filemanager/index.html:84 +#: websiteFunctions/templates/websiteFunctions/listCron.html:66 msgid "Edit" msgstr "" #: filemanager/templates/filemanager/index.html:87 -#: filemanager/templates/filemanager/index.html:438 -#: filemanager/templates/filemanager/index.html:465 +#: filemanager/templates/filemanager/index.html:441 +#: filemanager/templates/filemanager/index.html:468 msgid "Compress" msgstr "" #: filemanager/templates/filemanager/index.html:90 -#: filemanager/templates/filemanager/index.html:493 +#: filemanager/templates/filemanager/index.html:496 msgid "Extract" msgstr "" -#: filemanager/templates/filemanager/index.html:108 +#: filemanager/templates/filemanager/index.html:93 +#, fuzzy +#| msgid "PHP version " +msgid "Fix Permissions" +msgstr "PHP バージョン " + +#: filemanager/templates/filemanager/index.html:111 #, fuzzy #| msgid "Current Package:" msgid "Current Path" msgstr "現在のパッケージ:" -#: filemanager/templates/filemanager/index.html:136 +#: filemanager/templates/filemanager/index.html:139 #, fuzzy #| msgid "Back up" msgid "Back" msgstr "バックアップ" -#: filemanager/templates/filemanager/index.html:140 +#: filemanager/templates/filemanager/index.html:143 #: serverLogs/templates/serverLogs/accessLogs.html:42 #: serverLogs/templates/serverLogs/emailLogs.html:39 #: serverLogs/templates/serverLogs/errorLogs.html:39 #: serverLogs/templates/serverLogs/ftplogs.html:39 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:39 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:40 +#: websiteFunctions/templates/websiteFunctions/listCron.html:36 msgid "Refresh" msgstr "更新" -#: filemanager/templates/filemanager/index.html:144 +#: filemanager/templates/filemanager/index.html:147 #, fuzzy #| msgid "Select Email" msgid "Select All" msgstr "メールを選択" -#: filemanager/templates/filemanager/index.html:148 +#: filemanager/templates/filemanager/index.html:151 #, fuzzy #| msgid "Select Email" msgid "UnSelect All" msgstr "メールを選択" -#: filemanager/templates/filemanager/index.html:158 +#: filemanager/templates/filemanager/index.html:161 #, fuzzy #| msgid "Size" msgid "Size (KB)" msgstr "サイズ" -#: filemanager/templates/filemanager/index.html:159 +#: filemanager/templates/filemanager/index.html:162 msgid "Last Modified" msgstr "" -#: filemanager/templates/filemanager/index.html:160 +#: filemanager/templates/filemanager/index.html:163 #, fuzzy #| msgid "PHP version " msgid "Permissions" msgstr "PHP バージョン " -#: filemanager/templates/filemanager/index.html:180 +#: filemanager/templates/filemanager/index.html:183 msgid "Upload File" msgstr "" -#: filemanager/templates/filemanager/index.html:187 +#: filemanager/templates/filemanager/index.html:190 msgid "Upload queue" msgstr "" -#: filemanager/templates/filemanager/index.html:188 +#: filemanager/templates/filemanager/index.html:191 msgid "Queue length:" msgstr "" -#: filemanager/templates/filemanager/index.html:195 +#: filemanager/templates/filemanager/index.html:198 msgid "Drop" msgstr "" -#: filemanager/templates/filemanager/index.html:196 +#: filemanager/templates/filemanager/index.html:199 msgid "Drop Files here to upload them." msgstr "" -#: filemanager/templates/filemanager/index.html:211 +#: filemanager/templates/filemanager/index.html:214 msgid "Progress" msgstr "" -#: filemanager/templates/filemanager/index.html:213 +#: filemanager/templates/filemanager/index.html:216 #, fuzzy #| msgid "FTP Functions" msgid "Actions" msgstr "FTP 機能" -#: filemanager/templates/filemanager/index.html:239 +#: filemanager/templates/filemanager/index.html:242 msgid "Remove" msgstr "" -#: filemanager/templates/filemanager/index.html:249 +#: filemanager/templates/filemanager/index.html:252 msgid "Queue progress:" msgstr "" -#: filemanager/templates/filemanager/index.html:258 +#: filemanager/templates/filemanager/index.html:261 #, fuzzy #| msgid "Cannot tune. Error message:" msgid "can not be uploaded, Error message:" msgstr "チューニングできません。エラー メッセージ:" -#: filemanager/templates/filemanager/index.html:262 +#: filemanager/templates/filemanager/index.html:265 msgid "Upload all" msgstr "" -#: filemanager/templates/filemanager/index.html:265 +#: filemanager/templates/filemanager/index.html:268 #, fuzzy #| msgid "Cancel" msgid "Cancel all" msgstr "キャンセル" -#: filemanager/templates/filemanager/index.html:268 +#: filemanager/templates/filemanager/index.html:271 msgid "Remove all" msgstr "" -#: filemanager/templates/filemanager/index.html:304 +#: filemanager/templates/filemanager/index.html:307 #, fuzzy #| msgid "Rule successfully added." msgid "File Successfully saved." msgstr "ルールが追加されました。" -#: filemanager/templates/filemanager/index.html:311 +#: filemanager/templates/filemanager/index.html:314 #: firewall/templates/firewall/secureSSH.html:68 -#: managePHP/templates/managePHP/editPHPConfig.html:130 -#: managePHP/templates/managePHP/editPHPConfig.html:203 +#: managePHP/templates/managePHP/editPHPConfig.html:138 +#: managePHP/templates/managePHP/editPHPConfig.html:212 msgid "Save Changes" msgstr "変更を保存" -#: filemanager/templates/filemanager/index.html:328 +#: filemanager/templates/filemanager/index.html:331 #, fuzzy #| msgid "Create New User" msgid "Create new folder!" msgstr "新しいユーザーの作成" -#: filemanager/templates/filemanager/index.html:336 +#: filemanager/templates/filemanager/index.html:339 #, fuzzy #| msgid "File Name" msgid "New Folder Name" msgstr "ファイル名" -#: filemanager/templates/filemanager/index.html:338 +#: filemanager/templates/filemanager/index.html:341 msgid "Folder will be created in your current directory" msgstr "" -#: filemanager/templates/filemanager/index.html:340 +#: filemanager/templates/filemanager/index.html:343 #, fuzzy #| msgid "Create User" msgid "Create Folder" msgstr "ユーザーを作成" -#: filemanager/templates/filemanager/index.html:353 +#: filemanager/templates/filemanager/index.html:356 #, fuzzy #| msgid "is successfully created." msgid "Folder Successfully created." msgstr "作成されました。" -#: filemanager/templates/filemanager/index.html:372 +#: filemanager/templates/filemanager/index.html:375 #, fuzzy #| msgid "Create New User" msgid "Create new file!" msgstr "新しいユーザーの作成" -#: filemanager/templates/filemanager/index.html:380 +#: filemanager/templates/filemanager/index.html:383 #, fuzzy #| msgid "File Name" msgid "New File Name" msgstr "ファイル名" -#: filemanager/templates/filemanager/index.html:382 +#: filemanager/templates/filemanager/index.html:385 msgid "" "File will be created in your current directory, if it already exists it will " "not overwirte." msgstr "" -#: filemanager/templates/filemanager/index.html:384 +#: filemanager/templates/filemanager/index.html:387 #, fuzzy #| msgid "Create Email" msgid "Create File" msgstr "メールの作成" -#: filemanager/templates/filemanager/index.html:397 +#: filemanager/templates/filemanager/index.html:400 #, fuzzy #| msgid "is successfully created." msgid "File Successfully created." msgstr "作成されました。" -#: filemanager/templates/filemanager/index.html:413 +#: filemanager/templates/filemanager/index.html:416 #, fuzzy #| msgid "Configurations" msgid "Confirm Deletion!" msgstr "設定" -#: filemanager/templates/filemanager/index.html:422 +#: filemanager/templates/filemanager/index.html:425 msgid "Confirm" msgstr "" -#: filemanager/templates/filemanager/index.html:423 -#: filemanager/templates/filemanager/index.html:466 -#: filemanager/templates/filemanager/index.html:529 -#: filemanager/templates/filemanager/index.html:564 -#: filemanager/templates/filemanager/index.html:594 -#: websiteFunctions/templates/websiteFunctions/website.html:417 +#: filemanager/templates/filemanager/index.html:426 +#: filemanager/templates/filemanager/index.html:469 +#: filemanager/templates/filemanager/index.html:532 +#: filemanager/templates/filemanager/index.html:567 +#: filemanager/templates/filemanager/index.html:597 +#: websiteFunctions/templates/websiteFunctions/website.html:447 msgid "Close" msgstr "閉じる" -#: filemanager/templates/filemanager/index.html:446 +#: filemanager/templates/filemanager/index.html:449 msgid "List of files/folder!" msgstr "" -#: filemanager/templates/filemanager/index.html:450 +#: filemanager/templates/filemanager/index.html:453 #, fuzzy #| msgid "File Name" msgid "Compressed File Name" msgstr "ファイル名" -#: filemanager/templates/filemanager/index.html:452 +#: filemanager/templates/filemanager/index.html:455 #, fuzzy #| msgid "Extension Name" msgid "Enter without extension name!" msgstr "拡張機能名" -#: filemanager/templates/filemanager/index.html:456 +#: filemanager/templates/filemanager/index.html:459 msgid "Compression Type" msgstr "" -#: filemanager/templates/filemanager/index.html:481 +#: filemanager/templates/filemanager/index.html:484 msgid "Extracting" msgstr "" -#: filemanager/templates/filemanager/index.html:489 +#: filemanager/templates/filemanager/index.html:492 msgid "Extract in" msgstr "" -#: filemanager/templates/filemanager/index.html:491 +#: filemanager/templates/filemanager/index.html:494 msgid "You can enter . to extract in current directory!" msgstr "" -#: filemanager/templates/filemanager/index.html:509 +#: filemanager/templates/filemanager/index.html:512 #, fuzzy #| msgid "Files" msgid "Move Files" msgstr "ファイル" -#: filemanager/templates/filemanager/index.html:517 -#: filemanager/templates/filemanager/index.html:552 +#: filemanager/templates/filemanager/index.html:520 +#: filemanager/templates/filemanager/index.html:555 msgid "List of files/folders!" msgstr "" -#: filemanager/templates/filemanager/index.html:521 +#: filemanager/templates/filemanager/index.html:524 msgid "Move to" msgstr "" -#: filemanager/templates/filemanager/index.html:523 +#: filemanager/templates/filemanager/index.html:526 msgid "Enter a path to move your files!" msgstr "" -#: filemanager/templates/filemanager/index.html:544 +#: filemanager/templates/filemanager/index.html:547 #, fuzzy #| msgid "Files" msgid "Copy Files" msgstr "ファイル" -#: filemanager/templates/filemanager/index.html:556 +#: filemanager/templates/filemanager/index.html:559 msgid "Copy to" msgstr "" -#: filemanager/templates/filemanager/index.html:558 +#: filemanager/templates/filemanager/index.html:561 msgid "Enter a path to copy your files to!" msgstr "" -#: filemanager/templates/filemanager/index.html:578 +#: filemanager/templates/filemanager/index.html:581 msgid "Renaming" msgstr "" -#: filemanager/templates/filemanager/index.html:586 +#: filemanager/templates/filemanager/index.html:589 #, fuzzy #| msgid "File Name" msgid "New Name" msgstr "ファイル名" -#: filemanager/templates/filemanager/index.html:588 +#: filemanager/templates/filemanager/index.html:591 msgid "Enter new name of file!" msgstr "" @@ -1977,6 +2093,167 @@ msgstr "セキュリティ機能" msgid "Manage the security of the server on this page." msgstr "このページでサーバーセキュリティを管理します。" +#: firewall/templates/firewall/modSecurity.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity - CyberPanel" +msgstr "セキュリティ - Cyber​​Panel" + +#: firewall/templates/firewall/modSecurity.html:13 +#, fuzzy +#| msgid "Edit PHP Configurations" +msgid "ModSecurity Configurations!" +msgstr "PHP 設定の編集" + +#: firewall/templates/firewall/modSecurity.html:14 +#, fuzzy +#| msgid "On this page you can set up your Back up destinations. (SFTP)" +msgid "On this page you can configure ModSecurity settings." +msgstr "このページでは、バックアップ先を設定できます。 (SFTP)" + +#: firewall/templates/firewall/modSecurity.html:20 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity" +msgstr "セキュリティ" + +#: firewall/templates/firewall/modSecurity.html:29 +#: firewall/templates/firewall/modSecurityRules.html:70 +#: firewall/templates/firewall/modSecurityRulesPacks.html:28 +msgid "ModSecurity is not installed " +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:31 +#: firewall/templates/firewall/modSecurityRules.html:72 +#: firewall/templates/firewall/modSecurityRulesPacks.html:30 +#, fuzzy +#| msgid "Install" +msgid "Install Now." +msgstr "インストール" + +#: firewall/templates/firewall/modSecurity.html:43 +#, fuzzy +#| msgid "Cannot add destination. Error message:" +msgid "Failed to start installation, Error message: " +msgstr "宛先を追加できません。エラーメッセージ:" + +#: firewall/templates/firewall/modSecurity.html:51 +#, fuzzy +#| msgid "Installation failed. Error message:" +msgid "Installation failed." +msgstr "インストールに失敗しました。エラー メッセージ:" + +#: firewall/templates/firewall/modSecurity.html:55 +msgid "ModSecurity successfully installed, refreshing page in 3 seconds.." +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:66 +msgid "Winter is coming, but so is ModSecurity." +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:157 +#, fuzzy +#| msgid "Save Changes" +msgid "Save changes." +msgstr "変更を保存" + +#: firewall/templates/firewall/modSecurity.html:169 +#, fuzzy +#| msgid "Could not fetch current configuration. Error message:" +msgid "Failed to save ModSecurity configurations. Error message: " +msgstr "現在の設定を取得できませんでした。エラー メッセージ:" + +#: firewall/templates/firewall/modSecurity.html:173 +#, fuzzy +#| msgid "Backup Process successfully started." +msgid "ModSecurity configurations successfully saved." +msgstr "バックアップ処理が開始されました。" + +#: firewall/templates/firewall/modSecurityRules.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity Rules - CyberPanel" +msgstr "セキュリティ - Cyber​​Panel" + +#: firewall/templates/firewall/modSecurityRules.html:13 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Rules!" +msgstr "セキュリティ" + +#: firewall/templates/firewall/modSecurityRules.html:14 +#, fuzzy +#| msgid "" +#| "On this page you can launch, list, modify and delete websites from your " +#| "server." +msgid "On this page you can add/delete ModSecurity rules." +msgstr "" +"このページでは、サーバーから Web サイトを起動、一覧表示、変更、削除することが" +"できます。" + +#: firewall/templates/firewall/modSecurityRules.html:42 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Save Rules!" +msgstr "Rewrite ルールを保存" + +#: firewall/templates/firewall/modSecurityRules.html:49 +msgid "ModSecurity Rules Saved" +msgstr "" + +#: firewall/templates/firewall/modSecurityRules.html:58 +#, fuzzy +#| msgid "Could not save rewrite rules. Error message:" +msgid "Could not save rules, Error message: " +msgstr "rewrite ルールを保存できませんでした。エラー メッセージ:" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity Rules Packs - CyberPanel" +msgstr "セキュリティ - Cyber​​Panel" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:13 +#: firewall/templates/firewall/modSecurityRulesPacks.html:20 +#, fuzzy +#| msgid "Modify Package" +msgid "ModSecurity Rules Packages!" +msgstr "パッケージの変更" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:14 +msgid "Install/Un-install ModSecurity rules packages." +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:60 +#: firewall/templates/firewall/modSecurityRulesPacks.html:71 +#, fuzzy +#| msgid "Configurations" +msgid "Configure" +msgstr "設定" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:84 +#: firewall/templates/firewall/modSecurityRulesPacks.html:96 +#, fuzzy +#| msgid "Action successful." +msgid "Operation successful." +msgstr "操作は終了しました。" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:92 +#, fuzzy +#| msgid "Action failed. Error message:" +msgid "Operation failed, Error message: " +msgstr "操作が失敗しました。エラーメッセージ:" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:110 +msgid "Supplier" +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:111 +#, fuzzy +#| msgid "File Name" +msgid "Filename" +msgstr "ファイル名" + #: firewall/templates/firewall/secureSSH.html:3 msgid "Secure SSH - CyberPanel" msgstr "SSH のセキュリティ - Cyber​​Panel" @@ -2024,8 +2301,8 @@ msgstr "キーを追加" #: firewall/templates/firewall/secureSSH.html:158 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:55 -#: websiteFunctions/templates/websiteFunctions/website.html:553 -#: websiteFunctions/templates/websiteFunctions/website.html:613 +#: websiteFunctions/templates/websiteFunctions/website.html:599 +#: websiteFunctions/templates/websiteFunctions/website.html:658 msgid "Save" msgstr "保存" @@ -2073,7 +2350,7 @@ msgstr "ユーザー名を持つ FTP アカウント:" #: ftp/templates/ftp/createFTPAccount.html:84 #: ftp/templates/ftp/createFTPAccount.html:87 -#: userManagment/templates/userManagment/createUser.html:154 +#: userManagment/templates/userManagment/createUser.html:144 msgid "is successfully created." msgstr "作成されました。" @@ -2199,6 +2476,56 @@ msgstr "" msgid "Email with id : {$ deletedID $} is successfully deleted." msgstr "ID 付きメール: {$ deletedID $}は削除されました。" +#: mailServer/templates/mailServer/dkimManager.html:3 +#, fuzzy +#| msgid "Manage SSL - CyberPanel" +msgid "DKIM Manager - CyberPanel" +msgstr "SSL の管理 - Cyber​​Panel" + +#: mailServer/templates/mailServer/dkimManager.html:14 +#, fuzzy +#| msgid "This page can be used to Back up your websites" +msgid "This page can be used to generate and view DKIM keys for Domains" +msgstr "このページは、Web サイトをバックアップするために使用することができます" + +#: mailServer/templates/mailServer/dkimManager.html:27 +msgid "OpenDKIM is not installed. " +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:28 +#, fuzzy +#| msgid "Install" +msgid "Install Now" +msgstr "インストール" + +#: mailServer/templates/mailServer/dkimManager.html:48 +msgid "OpenDKIM successfully installed, refreshing page in 3 seconds.." +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:97 +#, fuzzy +#| msgid "Currently no email accounts exist for this domain." +msgid "Keys not available for this domain." +msgstr "現在、このドメインにはメールアカウントはありません。" + +#: mailServer/templates/mailServer/dkimManager.html:98 +msgid "Generate Now" +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:110 +#, fuzzy +#| msgid "Domains" +msgid "Domain" +msgstr "ドメイン" + +#: mailServer/templates/mailServer/dkimManager.html:111 +msgid "Private Key" +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:112 +msgid "Public Key" +msgstr "" + #: mailServer/templates/mailServer/index.html:3 msgid "Mail Functions - CyberPanel" msgstr "メール機能 - Cyber​​Panel" @@ -2229,48 +2556,55 @@ msgid "Advanced" msgstr "高度" #: managePHP/templates/managePHP/editPHPConfig.html:48 -#: managePHP/templates/managePHP/editPHPConfig.html:174 +#: managePHP/templates/managePHP/editPHPConfig.html:182 #: managePHP/templates/managePHP/installExtensions.html:28 #: websiteFunctions/templates/websiteFunctions/createWebsite.html:68 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:74 -#: websiteFunctions/templates/websiteFunctions/website.html:309 +#: websiteFunctions/templates/websiteFunctions/website.html:333 +#: websiteFunctions/templates/websiteFunctions/website.html:729 msgid "Select PHP" msgstr "PHP の選択" -#: managePHP/templates/managePHP/editPHPConfig.html:66 +#: managePHP/templates/managePHP/editPHPConfig.html:67 msgid "display_errors" msgstr "display_errors" -#: managePHP/templates/managePHP/editPHPConfig.html:73 +#: managePHP/templates/managePHP/editPHPConfig.html:74 msgid "file_uploads" msgstr "file_uploads" -#: managePHP/templates/managePHP/editPHPConfig.html:81 +#: managePHP/templates/managePHP/editPHPConfig.html:82 msgid "allow_url_fopen" msgstr "allow_url_fopen" -#: managePHP/templates/managePHP/editPHPConfig.html:89 +#: managePHP/templates/managePHP/editPHPConfig.html:90 msgid "allow_url_include" msgstr "allow_url_include" -#: managePHP/templates/managePHP/editPHPConfig.html:97 +#: managePHP/templates/managePHP/editPHPConfig.html:98 msgid "memory_limit" msgstr "memory_limit" -#: managePHP/templates/managePHP/editPHPConfig.html:104 +#: managePHP/templates/managePHP/editPHPConfig.html:105 msgid "max_execution_time" msgstr "max_execution_time" -#: managePHP/templates/managePHP/editPHPConfig.html:111 +#: managePHP/templates/managePHP/editPHPConfig.html:112 msgid "upload_max_filesize" msgstr "upload_max_filesize" -#: managePHP/templates/managePHP/editPHPConfig.html:118 +#: managePHP/templates/managePHP/editPHPConfig.html:119 +#, fuzzy +#| msgid "upload_max_filesize" +msgid "post_max_size" +msgstr "upload_max_filesize" + +#: managePHP/templates/managePHP/editPHPConfig.html:126 msgid "max_input_time" msgstr "max_input_time" -#: managePHP/templates/managePHP/editPHPConfig.html:144 -#: managePHP/templates/managePHP/editPHPConfig.html:216 +#: managePHP/templates/managePHP/editPHPConfig.html:152 +#: managePHP/templates/managePHP/editPHPConfig.html:225 msgid "PHP Configs Saved." msgstr "PHP 設定が保存されました。" @@ -2299,39 +2633,39 @@ msgstr "このページでPHP拡張機能をインストール/アンインス msgid "Select PHP Version" msgstr "PHP バージョンを選択" -#: managePHP/templates/managePHP/installExtensions.html:48 +#: managePHP/templates/managePHP/installExtensions.html:49 msgid "Search Extensions.." msgstr "拡張機能を検索.." -#: managePHP/templates/managePHP/installExtensions.html:63 +#: managePHP/templates/managePHP/installExtensions.html:64 msgid "Extension Name" msgstr "拡張機能名" -#: managePHP/templates/managePHP/installExtensions.html:64 +#: managePHP/templates/managePHP/installExtensions.html:65 msgid "Description" msgstr "説明" -#: managePHP/templates/managePHP/installExtensions.html:66 -#: managePHP/templates/managePHP/installExtensions.html:77 +#: managePHP/templates/managePHP/installExtensions.html:67 +#: managePHP/templates/managePHP/installExtensions.html:78 msgid "Install" msgstr "インストール" -#: managePHP/templates/managePHP/installExtensions.html:67 -#: managePHP/templates/managePHP/installExtensions.html:78 +#: managePHP/templates/managePHP/installExtensions.html:68 +#: managePHP/templates/managePHP/installExtensions.html:79 msgid "Uninstall" msgstr "アンインストール" -#: managePHP/templates/managePHP/installExtensions.html:93 +#: managePHP/templates/managePHP/installExtensions.html:94 msgid "Go Back" msgstr "前に戻る" -#: managePHP/templates/managePHP/installExtensions.html:104 +#: managePHP/templates/managePHP/installExtensions.html:105 #: tuning/templates/tuning/phpTuning.html:111 -#: userManagment/templates/userManagment/modifyUser.html:143 +#: userManagment/templates/userManagment/modifyUser.html:135 msgid "Cannot fetch details. Error message:" msgstr "詳細を取得できません。エラーメッセージ:" -#: managePHP/templates/managePHP/installExtensions.html:108 +#: managePHP/templates/managePHP/installExtensions.html:109 msgid "Cannot perform operation. Error message:" msgstr "操作を実行できません。エラー メッセージ:" @@ -2361,11 +2695,13 @@ msgstr "" #: manageSSL/templates/manageSSL/manageSSL.html:42 #: manageSSL/templates/manageSSL/sslForHostName.html:42 +#: manageSSL/templates/manageSSL/sslForMailServer.html:42 msgid "Issue SSL" msgstr "SSLを発行する" #: manageSSL/templates/manageSSL/manageSSL.html:52 #: manageSSL/templates/manageSSL/sslForHostName.html:52 +#: manageSSL/templates/manageSSL/sslForMailServer.html:52 msgid "Cannot issue SSL. Error message:" msgstr "SSL を発行できません。エラー メッセージ:" @@ -2393,6 +2729,35 @@ msgstr "" msgid "SSL Issued. You can now access CyberPanel at:" msgstr "SSL が発行されました。 CyberPanel にアクセスできるようになりました:" +#: manageSSL/templates/manageSSL/sslForMailServer.html:3 +#, fuzzy +#| msgid "Issue SSL For Hostname - CyberPanel" +msgid "Issue SSL For MailServer - CyberPanel" +msgstr "ホスト名のSSLを発行 - Cyber​​Panel" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:13 +#: manageSSL/templates/manageSSL/sslForMailServer.html:20 +#, fuzzy +#| msgid "Issue SSL For Hostname" +msgid "Issue SSL For MailServer" +msgstr "ホスト名にSSLを発行する" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:14 +#, fuzzy +#| msgid "Issue Let’s Encrypt SSLs for websites and hostname." +msgid "Let’s Encrypt SSL for MailServer (Postfix/Dovecot)." +msgstr "Web サイトとホスト名で Let’s Encrypt SSL を発行します。" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:56 +msgid "SSL Issued, your mail server now uses Lets Encrypt!" +msgstr "" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:60 +#, fuzzy +#| msgid "Could not connect to server. Please refresh this page." +msgid "Could not connect to server, please refresh this page." +msgstr "サーバーに接続できませんでした。 このページを更新してください。" + #: packages/templates/packages/createPackage.html:3 msgid "Create Package - CyberPanel" msgstr "パッケージの作成 - Cyber​​Panel" @@ -2419,7 +2784,7 @@ msgstr "パッケージ名" #: packages/templates/packages/createPackage.html:35 #: packages/templates/packages/modifyPackage.html:40 -#: websiteFunctions/templates/websiteFunctions/website.html:249 +#: websiteFunctions/templates/websiteFunctions/website.html:254 msgid "Domains" msgstr "ドメイン" @@ -2505,7 +2870,7 @@ msgstr "アクセスログ - CyberPanel" #: serverLogs/templates/serverLogs/accessLogs.html:17 #: serverLogs/templates/serverLogs/index.html:25 #: serverLogs/templates/serverLogs/index.html:27 -#: websiteFunctions/templates/websiteFunctions/website.html:120 +#: websiteFunctions/templates/websiteFunctions/website.html:128 msgid "Access Logs" msgstr "アクセスログ" @@ -2517,22 +2882,35 @@ msgstr "メイン Web サーバーのアクセスログ。" #: serverLogs/templates/serverLogs/emailLogs.html:23 #: serverLogs/templates/serverLogs/errorLogs.html:23 #: serverLogs/templates/serverLogs/ftplogs.html:23 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:23 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:24 msgid "Last 50 Lines" msgstr "最後の50行" -#: serverLogs/templates/serverLogs/accessLogs.html:49 -#: serverLogs/templates/serverLogs/emailLogs.html:46 -#: serverLogs/templates/serverLogs/errorLogs.html:46 -#: serverLogs/templates/serverLogs/ftplogs.html:46 +#: serverLogs/templates/serverLogs/accessLogs.html:45 +#: serverLogs/templates/serverLogs/emailLogs.html:42 +#: serverLogs/templates/serverLogs/errorLogs.html:42 +#: serverLogs/templates/serverLogs/ftplogs.html:42 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:42 +#, fuzzy +#| msgid "Server Logs" +msgid "Clear Logs" +msgstr "サーバーログ" + +#: serverLogs/templates/serverLogs/accessLogs.html:52 +#: serverLogs/templates/serverLogs/emailLogs.html:49 +#: serverLogs/templates/serverLogs/errorLogs.html:49 +#: serverLogs/templates/serverLogs/ftplogs.html:49 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:50 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:47 msgid "Last 50 Lines Fetched" msgstr "最後の50行を取得しました" -#: serverLogs/templates/serverLogs/accessLogs.html:54 -#: serverLogs/templates/serverLogs/emailLogs.html:51 -#: serverLogs/templates/serverLogs/errorLogs.html:51 -#: serverLogs/templates/serverLogs/ftplogs.html:51 +#: serverLogs/templates/serverLogs/accessLogs.html:57 +#: serverLogs/templates/serverLogs/emailLogs.html:54 +#: serverLogs/templates/serverLogs/errorLogs.html:54 +#: serverLogs/templates/serverLogs/ftplogs.html:54 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:55 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:52 msgid "Could not fetch logs. Use the command line to view the log file." msgstr "" @@ -2576,6 +2954,18 @@ msgstr "" "これらはメインサーバーからのログで、Web サイトのログを見るには次のように操作" "します: Web サイト -> Web サイトの一覧 ->Web サイトの選択 -> ログの表示." +#: serverLogs/templates/serverLogs/modSecAuditLog.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity Audit Logs - CyberPanel" +msgstr "セキュリティ - Cyber​​Panel" + +#: serverLogs/templates/serverLogs/modSecAuditLog.html:15 +#, fuzzy +#| msgid "Security Functions" +msgid "ModSecurity Audit logs" +msgstr "セキュリティ機能" + #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:3 msgid "CyberPanel Main Log File - CyberPanel" msgstr "Cyber​​Panel メインログファイル - Cyber​​Panel" @@ -2713,16 +3103,6 @@ msgstr "メモリ内のキャッシュサイズ" msgid "Enable GZIP Compression" msgstr "GZIP 圧縮を有効にする" -#: tuning/templates/tuning/liteSpeedTuning.html:70 -#: tuning/templates/tuning/phpTuning.html:90 -msgid "Enable" -msgstr "有効化" - -#: tuning/templates/tuning/liteSpeedTuning.html:71 -#: tuning/templates/tuning/phpTuning.html:91 -msgid "Disable" -msgstr "無効化" - #: tuning/templates/tuning/liteSpeedTuning.html:74 #: tuning/templates/tuning/phpTuning.html:94 #: userManagment/templates/userManagment/modifyUser.html:77 @@ -2733,18 +3113,18 @@ msgstr "現在:" msgid "Tune Web Server" msgstr "Web サーバーをチューニング" -#: tuning/templates/tuning/liteSpeedTuning.html:93 +#: tuning/templates/tuning/liteSpeedTuning.html:92 msgid "" "Cannot fetch Current Value, but you can still submit new changes, error " "reported from server:" msgstr "" "現在の値は取得できませんが、サーバーから報告された新しい変更を送信できます:" -#: tuning/templates/tuning/liteSpeedTuning.html:97 +#: tuning/templates/tuning/liteSpeedTuning.html:96 msgid "Cannot save details, Error Message: " msgstr "詳細を保存できません、エラーメッセージ: " -#: tuning/templates/tuning/liteSpeedTuning.html:102 +#: tuning/templates/tuning/liteSpeedTuning.html:101 msgid "Web Server Successfully tuned." msgstr "Web サーバーをチューニングしました。" @@ -2780,6 +3160,14 @@ msgstr "プロセス数のハードリミット" msgid "Persistent Connection" msgstr "永続的な接続" +#: tuning/templates/tuning/phpTuning.html:90 +msgid "Enable" +msgstr "有効化" + +#: tuning/templates/tuning/phpTuning.html:91 +msgid "Disable" +msgstr "無効化" + #: tuning/templates/tuning/phpTuning.html:102 msgid "Tune PHP" msgstr "PHPをチューニング" @@ -2845,17 +3233,6 @@ msgstr "無効なメールアドレスです" msgid "Account Type" msgstr "アカウント種別" -#: userManagment/templates/userManagment/createUser.html:67 -#: userManagment/templates/userManagment/modifyUser.html:72 -msgid "Admin" -msgstr "管理者" - -#: userManagment/templates/userManagment/createUser.html:68 -#: userManagment/templates/userManagment/createUser.html:79 -#: userManagment/templates/userManagment/modifyUser.html:73 -msgid "Normal User" -msgstr "通常のユーザー" - #: userManagment/templates/userManagment/createUser.html:92 #: userManagment/templates/userManagment/modifyUser.html:88 #: userManagment/templates/userManagment/userProfile.html:67 @@ -2864,45 +3241,38 @@ msgid "User Accounts Limit" msgstr "ユーザーアカウントの制限" #: userManagment/templates/userManagment/createUser.html:96 -#: userManagment/templates/userManagment/createUser.html:107 msgid "Only Numbers" msgstr "数字のみ" #: userManagment/templates/userManagment/createUser.html:103 -#: userManagment/templates/userManagment/modifyUser.html:98 -#: userManagment/templates/userManagment/userProfile.html:82 -msgid "Websites Limit" -msgstr "Web サイトの制限" - -#: userManagment/templates/userManagment/createUser.html:113 #: userManagment/templates/userManagment/userProfile.html:42 msgid "Username" msgstr "ユーザー名" -#: userManagment/templates/userManagment/createUser.html:117 +#: userManagment/templates/userManagment/createUser.html:107 msgid "Username should be lowercase alphanumeric." msgstr "ユーザー名は小文字の英数字である必要があります。" -#: userManagment/templates/userManagment/createUser.html:127 +#: userManagment/templates/userManagment/createUser.html:117 msgid "Must contain one number and one special character." msgstr "1 つの数字と 1 つの特殊文字を含める必要があります。" -#: userManagment/templates/userManagment/createUser.html:143 +#: userManagment/templates/userManagment/createUser.html:133 #: userManagment/templates/userManagment/index.html:40 #: userManagment/templates/userManagment/index.html:42 msgid "Create User" msgstr "ユーザーを作成" -#: userManagment/templates/userManagment/createUser.html:154 -#: userManagment/templates/userManagment/modifyUser.html:130 +#: userManagment/templates/userManagment/createUser.html:144 +#: userManagment/templates/userManagment/modifyUser.html:122 msgid "Account with username:" msgstr "ユーザー名を持つアカウント:" -#: userManagment/templates/userManagment/createUser.html:158 +#: userManagment/templates/userManagment/createUser.html:148 msgid "Cannot create user. Error message:" msgstr "ユーザーを作成できません。エラーメッセージ:" -#: userManagment/templates/userManagment/createUser.html:166 +#: userManagment/templates/userManagment/createUser.html:156 msgid "" "Length of first and last name combined should be less than or equal to 20 " "characters" @@ -2948,15 +3318,15 @@ msgstr "このページで既存のユーザー設定を変更します。" msgid "Select Account" msgstr "アカウントを選択" -#: userManagment/templates/userManagment/modifyUser.html:130 +#: userManagment/templates/userManagment/modifyUser.html:122 msgid " is successfully modified." msgstr " 更新されました。" -#: userManagment/templates/userManagment/modifyUser.html:134 +#: userManagment/templates/userManagment/modifyUser.html:126 msgid "Cannot modify user. Error message:" msgstr "ユーザーを変更できません。エラー メッセージ:" -#: userManagment/templates/userManagment/modifyUser.html:147 +#: userManagment/templates/userManagment/modifyUser.html:139 msgid "Details fetched." msgstr "詳細が取得されました。" @@ -2983,6 +3353,10 @@ msgstr "アカウントレベル" msgid "( 0 = Unlimited )" msgstr "( 0 = 無制限 )" +#: userManagment/templates/userManagment/userProfile.html:82 +msgid "Websites Limit" +msgstr "Web サイトの制限" + #: websiteFunctions/templates/websiteFunctions/createWebsite.html:3 msgid "Create New Website - CyberPanel" msgstr "新しい Web サイトの作成する - Cyber​​Panel" @@ -3011,38 +3385,30 @@ msgid "Do not enter WWW, it will be auto created!" msgstr "" #: websiteFunctions/templates/websiteFunctions/createWebsite.html:56 -#: websiteFunctions/templates/websiteFunctions/website.html:293 -#: websiteFunctions/templates/websiteFunctions/website.html:304 +#: websiteFunctions/templates/websiteFunctions/website.html:317 +#: websiteFunctions/templates/websiteFunctions/website.html:328 msgid "Invalid Domain (Note: You don't need to add 'http' or 'https')" msgstr "" "無効なドメイン(注: 'http' または 'https' を追加する必要はありません)" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:84 -#: websiteFunctions/templates/websiteFunctions/website.html:325 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:85 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:86 +#: websiteFunctions/templates/websiteFunctions/website.html:350 msgid "Additional Features" msgstr "その他の機能" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:91 -#: websiteFunctions/templates/websiteFunctions/website.html:332 -msgid "" -"For SSL to work DNS of domain should point to server, otherwise self signed " -"SSL will be issued, you can add your own SSL later." -msgstr "" -"SSL はドメインがサーバーを指して DNS が動作す必要があります。それ以外は、自己" -"署名された SSL が発行されます。後で独自の SSL を追加できます。" - -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:113 -#: websiteFunctions/templates/websiteFunctions/website.html:354 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:120 +#: websiteFunctions/templates/websiteFunctions/website.html:385 msgid "Cannot create website. Error message:" msgstr "Web サイトを作成できません。エラーメッセージ:" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:117 -#: websiteFunctions/templates/websiteFunctions/website.html:358 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:389 msgid "Website with domain" msgstr "ドメインを持つ Web サイト" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:117 -#: websiteFunctions/templates/websiteFunctions/website.html:358 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:389 msgid " is Successfully Created" msgstr " 作成されました" @@ -3066,6 +3432,87 @@ msgstr "Web サイトを削除できません、エラーメッセージ: " msgid "Successfully Deleted." msgstr "削除されました。" +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:3 +#, fuzzy +#| msgid "Home - CyberPanel" +msgid "Domain Aliases - CyberPanel" +msgstr "ホーム - CyberPanel" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:12 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:19 +#, fuzzy +#| msgid "Domain Name" +msgid "Domain Aliases" +msgstr "ドメイン名" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:13 +msgid "" +"With Domain Aliases you can visit example.com using example.net and view the " +"same content." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:29 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:105 +#, fuzzy +#| msgid "Create Email" +msgid "Create Alias" +msgstr "メールの作成" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:36 +#, fuzzy +#| msgid "Create Domain" +msgid "Master Domain" +msgstr "ドメインの作成" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:37 +msgid "Alias" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:38 +#, fuzzy +#| msgid "System Status" +msgid "File System Path" +msgstr "システムの状態" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:53 +#: websiteFunctions/templates/websiteFunctions/website.html:480 +msgid "Issue" +msgstr "発行" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:63 +msgid "Domain Aliases not found." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:79 +#, fuzzy +#| msgid "List Domains" +msgid "Alias Domain" +msgstr "ドメインの一覧" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:93 +msgid "" +"For SSL to work DNS of domain should point to server, otherwise self signed " +"SSL will be issued, you can add your own SSL later." +msgstr "" +"SSL はドメインがサーバーを指して DNS が動作す必要があります。それ以外は、自己" +"署名された SSL が発行されます。後で独自の SSL を追加できます。" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:114 +#, fuzzy +#| msgid "Action failed. Error message:" +msgid "Operation failed. Error message:" +msgstr "操作が失敗しました。エラーメッセージ:" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:118 +msgid "Alias successfully created. Refreshing page in 3 seconds..." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:122 +#, fuzzy +#| msgid "Action successful." +msgid "Operation Successfull." +msgstr "操作は終了しました。" + #: websiteFunctions/templates/websiteFunctions/index.html:3 msgid "Website Functions - CyberPanel" msgstr "Web サイト機能 - Cyber​​Panel" @@ -3077,6 +3524,136 @@ msgstr "Web サイト機能 - Cyber​​Panel" msgid "Suspend/Unsuspend Website" msgstr "Web サイトの休止/休止解除" +#: websiteFunctions/templates/websiteFunctions/listCron.html:3 +#, fuzzy +#| msgid "Version Management - CyberPanel" +msgid "Cron Management - CyberPanel" +msgstr "バージョン管理 - Cyber​​Panel" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:12 +#: websiteFunctions/templates/websiteFunctions/listCron.html:19 +#, fuzzy +#| msgid "Version Management" +msgid "Cron Management" +msgstr "バージョン管理" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:13 +#, fuzzy +#| msgid "Create, edit and delete users on this page." +msgid "Create, edit or delete your cron jobs from this page." +msgstr "このページでユーザーを作成、編集、削除を行います。" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:37 +#, fuzzy +#| msgid "Add Domains" +msgid "Add Cron" +msgstr "ドメインの追加" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:46 +#: websiteFunctions/templates/websiteFunctions/listCron.html:95 +msgid "Minute" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:47 +#: websiteFunctions/templates/websiteFunctions/listCron.html:101 +msgid "Hour" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:48 +msgid "Day of Month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:49 +#: websiteFunctions/templates/websiteFunctions/listCron.html:113 +msgid "Month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:50 +msgid "Day of Week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:51 +#: websiteFunctions/templates/websiteFunctions/listCron.html:126 +msgid "Command" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:52 +#, fuzzy +#| msgid "FTP Functions" +msgid "Action" +msgstr "FTP 機能" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:79 +msgid "Pre defined" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:82 +msgid "Every minute" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:83 +msgid "Every 5 minutes" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:84 +msgid "Every 30 minutes" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:85 +msgid "Every hour" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:86 +msgid "Every day" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:87 +msgid "Every week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:88 +msgid "Every month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:89 +msgid "Every year" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:107 +msgid "Day of month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:119 +msgid "Day of week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:135 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Save edits" +msgstr "Rewrite ルールを保存" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:142 +#, fuzzy +#| msgid "Add Records" +msgid "Add cron" +msgstr "レコードを追加" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:152 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:105 +msgid "Cannot fetch website details. Error message:" +msgstr "Web サイトの詳細を取得できません。エラー メッセージ:" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:156 +#, fuzzy +#| msgid "Could not save SSL. Error message:" +msgid "Unable to add/save Cron. Error message:" +msgstr "SSL を保存できませんでした。エラー メッセージ:" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:159 +msgid "Cron job saved" +msgstr "" + #: websiteFunctions/templates/websiteFunctions/listWebsites.html:3 msgid "Websites Hosted - CyberPanel" msgstr "ホストされているWebサイト - Cyber​​Panel" @@ -3097,15 +3674,11 @@ msgstr "現在のパッケージ:" msgid "Current Owner:" msgstr "現在の所有者:" -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:104 -msgid "Cannot fetch website details. Error message:" -msgstr "Web サイトの詳細を取得できません。エラー メッセージ:" - -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:108 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:109 msgid "Cannot modify website. Error message:" msgstr "Web サイトを変更することができません。エラー メッセージ:" -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:112 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:113 msgid "Website Details Successfully fetched" msgstr "Web サイトの詳細が取得されました" @@ -3151,224 +3724,330 @@ msgstr "前へ" msgid "All functions related to a particular site." msgstr "すべての機能は、特定のサイトに関連します。" -#: websiteFunctions/templates/websiteFunctions/website.html:22 +#: websiteFunctions/templates/websiteFunctions/website.html:25 msgid "Resource Usage" msgstr "リソースの使用量" -#: websiteFunctions/templates/websiteFunctions/website.html:31 +#: websiteFunctions/templates/websiteFunctions/website.html:36 msgid "Resource" msgstr "リソース" -#: websiteFunctions/templates/websiteFunctions/website.html:33 +#: websiteFunctions/templates/websiteFunctions/website.html:38 msgid "Allowed" msgstr "許可" -#: websiteFunctions/templates/websiteFunctions/website.html:55 -#: websiteFunctions/templates/websiteFunctions/website.html:82 +#: websiteFunctions/templates/websiteFunctions/website.html:60 +#: websiteFunctions/templates/websiteFunctions/website.html:87 msgid "Bandwidth Usage" msgstr "帯域幅の使用量" -#: websiteFunctions/templates/websiteFunctions/website.html:118 +#: websiteFunctions/templates/websiteFunctions/website.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:127 msgid "Load Access Logs" msgstr "アクセス ログを読み込む" -#: websiteFunctions/templates/websiteFunctions/website.html:130 +#: websiteFunctions/templates/websiteFunctions/website.html:135 +#: websiteFunctions/templates/websiteFunctions/website.html:138 msgid "Load Error Logs" msgstr "エラー ログを読み込む" -#: websiteFunctions/templates/websiteFunctions/website.html:146 +#: websiteFunctions/templates/websiteFunctions/website.html:150 msgid "Logs Fetched" msgstr "ログが取得されました" -#: websiteFunctions/templates/websiteFunctions/website.html:151 +#: websiteFunctions/templates/websiteFunctions/website.html:155 msgid "" "Could not fetch logs, see the logs file through command line. Error message:" msgstr "" "ログを取得できませんでした、コマンドラインからログファイルを参照してくださ" "い。 エラーメッセージ:" -#: websiteFunctions/templates/websiteFunctions/website.html:172 -#: websiteFunctions/templates/websiteFunctions/website.html:211 +#: websiteFunctions/templates/websiteFunctions/website.html:176 +#: websiteFunctions/templates/websiteFunctions/website.html:215 msgid "Next" msgstr "次へ" -#: websiteFunctions/templates/websiteFunctions/website.html:173 -#: websiteFunctions/templates/websiteFunctions/website.html:212 +#: websiteFunctions/templates/websiteFunctions/website.html:177 +#: websiteFunctions/templates/websiteFunctions/website.html:216 msgid "Previous" msgstr "前へ" -#: websiteFunctions/templates/websiteFunctions/website.html:256 -#: websiteFunctions/templates/websiteFunctions/website.html:258 +#: websiteFunctions/templates/websiteFunctions/website.html:262 +#: websiteFunctions/templates/websiteFunctions/website.html:265 +#: websiteFunctions/templates/websiteFunctions/website.html:266 msgid "Add Domains" msgstr "ドメインの追加" -#: websiteFunctions/templates/websiteFunctions/website.html:268 -#: websiteFunctions/templates/websiteFunctions/website.html:270 +#: websiteFunctions/templates/websiteFunctions/website.html:273 +#: websiteFunctions/templates/websiteFunctions/website.html:276 +#: websiteFunctions/templates/websiteFunctions/website.html:277 +#: websiteFunctions/templates/websiteFunctions/website.html:294 +#: websiteFunctions/templates/websiteFunctions/website.html:297 msgid "List Domains" msgstr "ドメインの一覧" -#: websiteFunctions/templates/websiteFunctions/website.html:300 -#: websiteFunctions/templates/websiteFunctions/website.html:770 -#: websiteFunctions/templates/websiteFunctions/website.html:821 +#: websiteFunctions/templates/websiteFunctions/website.html:283 +#: websiteFunctions/templates/websiteFunctions/website.html:286 +#: websiteFunctions/templates/websiteFunctions/website.html:287 +#, fuzzy +#| msgid "Domains" +msgid "Domain Alias" +msgstr "ドメイン" + +#: websiteFunctions/templates/websiteFunctions/website.html:294 +#: websiteFunctions/templates/websiteFunctions/website.html:297 +msgid "Add new Cron Job" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:298 +msgid "Cron Jobs" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:324 +#: websiteFunctions/templates/websiteFunctions/website.html:883 +#: websiteFunctions/templates/websiteFunctions/website.html:934 msgid "Path" msgstr "パス" -#: websiteFunctions/templates/websiteFunctions/website.html:302 +#: websiteFunctions/templates/websiteFunctions/website.html:326 msgid "This path is relative to: " msgstr "このパスからの相対: " -#: websiteFunctions/templates/websiteFunctions/website.html:302 +#: websiteFunctions/templates/websiteFunctions/website.html:326 msgid "Leave empty to set default." msgstr "デフォルトを設定するには、空のままにします。" -#: websiteFunctions/templates/websiteFunctions/website.html:343 +#: websiteFunctions/templates/websiteFunctions/website.html:374 msgid "Create Domain" msgstr "ドメインの作成" -#: websiteFunctions/templates/websiteFunctions/website.html:386 +#: websiteFunctions/templates/websiteFunctions/website.html:416 msgid "PHP Version Changed to:" msgstr "PHP のバージョンを変更:" -#: websiteFunctions/templates/websiteFunctions/website.html:390 +#: websiteFunctions/templates/websiteFunctions/website.html:420 msgid "Deleted:" msgstr "削除済み:" -#: websiteFunctions/templates/websiteFunctions/website.html:394 +#: websiteFunctions/templates/websiteFunctions/website.html:424 msgid "SSL Issued:" msgstr "SSLの発行:" -#: websiteFunctions/templates/websiteFunctions/website.html:449 -msgid "Issue" -msgstr "発行" - -#: websiteFunctions/templates/websiteFunctions/website.html:477 +#: websiteFunctions/templates/websiteFunctions/website.html:509 msgid "Configurations" msgstr "設定" -#: websiteFunctions/templates/websiteFunctions/website.html:483 -msgid "Edit Virtual Host Main Configurations" -msgstr "仮想ホストのメイン設定の編集" - -#: websiteFunctions/templates/websiteFunctions/website.html:485 +#: websiteFunctions/templates/websiteFunctions/website.html:518 +#: websiteFunctions/templates/websiteFunctions/website.html:521 msgid "Edit vHost Main Configurations" msgstr "メイン vHost 設定の編集" -#: websiteFunctions/templates/websiteFunctions/website.html:495 -#: websiteFunctions/templates/websiteFunctions/website.html:497 +#: websiteFunctions/templates/websiteFunctions/website.html:522 +msgid "vHost Conf" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:530 msgid "Add Rewrite Rules (.htaccess)" msgstr "Rewrite ルールを追加 (.htaccess)" -#: websiteFunctions/templates/websiteFunctions/website.html:507 +#: websiteFunctions/templates/websiteFunctions/website.html:533 +#, fuzzy +#| msgid "Add Rewrite Rules (.htaccess)" +msgid "Rewrite Rules (.htaccess)" +msgstr "Rewrite ルールを追加 (.htaccess)" + +#: websiteFunctions/templates/websiteFunctions/website.html:534 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Rewrite Rules" +msgstr "Rewrite ルールを保存" + +#: websiteFunctions/templates/websiteFunctions/website.html:542 +#: websiteFunctions/templates/websiteFunctions/website.html:545 msgid "Add Your Own SSL" msgstr "独自のSSLを追加" -#: websiteFunctions/templates/websiteFunctions/website.html:509 +#: websiteFunctions/templates/websiteFunctions/website.html:546 msgid "Add SSL" msgstr "SSL を追加" -#: websiteFunctions/templates/websiteFunctions/website.html:524 +#: websiteFunctions/templates/websiteFunctions/website.html:554 +#: websiteFunctions/templates/websiteFunctions/website.html:557 +#, fuzzy +#| msgid "Select PHP Version" +msgid "Change PHP Version" +msgstr "PHP バージョンを選択" + +#: websiteFunctions/templates/websiteFunctions/website.html:558 +#: websiteFunctions/templates/websiteFunctions/website.html:754 +#, fuzzy +#| msgid "Change" +msgid "Change PHP" +msgstr "変更" + +#: websiteFunctions/templates/websiteFunctions/website.html:570 msgid "SSL Saved" msgstr "SSL を保存しました" -#: websiteFunctions/templates/websiteFunctions/website.html:529 +#: websiteFunctions/templates/websiteFunctions/website.html:575 msgid "Could not save SSL. Error message:" msgstr "SSL を保存できませんでした。エラー メッセージ:" -#: websiteFunctions/templates/websiteFunctions/website.html:579 +#: websiteFunctions/templates/websiteFunctions/website.html:624 msgid "Current configuration in the file fetched." msgstr "取得されたファイル内にある現在の設定。" -#: websiteFunctions/templates/websiteFunctions/website.html:584 -#: websiteFunctions/templates/websiteFunctions/website.html:597 +#: websiteFunctions/templates/websiteFunctions/website.html:629 +#: websiteFunctions/templates/websiteFunctions/website.html:642 msgid "Could not fetch current configuration. Error message:" msgstr "現在の設定を取得できませんでした。エラー メッセージ:" -#: websiteFunctions/templates/websiteFunctions/website.html:593 -#: websiteFunctions/templates/websiteFunctions/website.html:648 +#: websiteFunctions/templates/websiteFunctions/website.html:638 +#: websiteFunctions/templates/websiteFunctions/website.html:690 #, fuzzy #| msgid "SSH Configurations Saved." msgid "Configurations saved." msgstr "SSH の設定が保存されました。" -#: websiteFunctions/templates/websiteFunctions/website.html:634 +#: websiteFunctions/templates/websiteFunctions/website.html:676 msgid "Current rewrite rules in the file fetched." msgstr "取得されたファイル内にある現在の rewrite ルール。" -#: websiteFunctions/templates/websiteFunctions/website.html:639 +#: websiteFunctions/templates/websiteFunctions/website.html:681 msgid "Could not fetch current rewrite rules. Error message:" msgstr "現在の rewrite ルールを取得できませんでした。エラー メッセージ:" -#: websiteFunctions/templates/websiteFunctions/website.html:652 +#: websiteFunctions/templates/websiteFunctions/website.html:694 msgid "Could not save rewrite rules. Error message:" msgstr "rewrite ルールを保存できませんでした。エラー メッセージ:" -#: websiteFunctions/templates/websiteFunctions/website.html:668 +#: websiteFunctions/templates/websiteFunctions/website.html:710 msgid "Save Rewrite Rules" msgstr "Rewrite ルールを保存" -#: websiteFunctions/templates/websiteFunctions/website.html:691 +#: websiteFunctions/templates/websiteFunctions/website.html:765 +#, fuzzy +#| msgid "Cannot create website. Error message:" +msgid "Failed to change PHP version. Error message:" +msgstr "Web サイトを作成できません。エラーメッセージ:" + +#: websiteFunctions/templates/websiteFunctions/website.html:769 +#, fuzzy +#| msgid "Password successfully changed for :" +msgid "PHP successfully changed for: " +msgstr "パスワードが変更されました:" + +#: websiteFunctions/templates/websiteFunctions/website.html:795 msgid "Files" msgstr "ファイル" -#: websiteFunctions/templates/websiteFunctions/website.html:698 -#: websiteFunctions/templates/websiteFunctions/website.html:700 +#: websiteFunctions/templates/websiteFunctions/website.html:803 +#: websiteFunctions/templates/websiteFunctions/website.html:806 +#: websiteFunctions/templates/websiteFunctions/website.html:807 msgid "File Manager" msgstr "ファイル 管理" -#: websiteFunctions/templates/websiteFunctions/website.html:739 +#: websiteFunctions/templates/websiteFunctions/website.html:819 +#, fuzzy +#| msgid "Create FTP Account" +msgid "Create FTP Acct" +msgstr "FTP アカウントの作成" + +#: websiteFunctions/templates/websiteFunctions/website.html:831 +#, fuzzy +#| msgid "Delete FTP Account" +msgid "Delete FTP Acct" +msgstr "FTP アカウントの削除" + +#: websiteFunctions/templates/websiteFunctions/website.html:848 msgid "Application Installer" msgstr "アプリケーションインストーラー" -#: websiteFunctions/templates/websiteFunctions/website.html:745 +#: websiteFunctions/templates/websiteFunctions/website.html:857 +#: websiteFunctions/templates/websiteFunctions/website.html:860 msgid "Install wordpress with LSCache" msgstr "LSCache で Wordpress をインストールする" -#: websiteFunctions/templates/websiteFunctions/website.html:747 +#: websiteFunctions/templates/websiteFunctions/website.html:861 msgid "Wordpress with LSCache" msgstr "Wordpress の LSCache" -#: websiteFunctions/templates/websiteFunctions/website.html:756 +#: websiteFunctions/templates/websiteFunctions/website.html:869 +#: websiteFunctions/templates/websiteFunctions/website.html:872 #, fuzzy #| msgid "Install wordpress with LSCache" msgid "Install Joomla with(?) LSCache" msgstr "LSCache で Wordpress をインストールする" -#: websiteFunctions/templates/websiteFunctions/website.html:758 +#: websiteFunctions/templates/websiteFunctions/website.html:873 msgid "Joomla" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:792 -#: websiteFunctions/templates/websiteFunctions/website.html:871 +#: websiteFunctions/templates/websiteFunctions/website.html:905 +#: websiteFunctions/templates/websiteFunctions/website.html:984 msgid "Installation failed. Error message:" msgstr "インストールに失敗しました。エラー メッセージ:" -#: websiteFunctions/templates/websiteFunctions/website.html:796 -#: websiteFunctions/templates/websiteFunctions/website.html:875 +#: websiteFunctions/templates/websiteFunctions/website.html:909 +#: websiteFunctions/templates/websiteFunctions/website.html:988 msgid "Installation successful. To complete the setup visit:" msgstr "インストールに成功しました。 セットアップを完了するには:" -#: websiteFunctions/templates/websiteFunctions/website.html:828 +#: websiteFunctions/templates/websiteFunctions/website.html:941 msgid "Site name" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:835 +#: websiteFunctions/templates/websiteFunctions/website.html:948 #, fuzzy #| msgid "Username" msgid "Admin Username" msgstr "ユーザー名" -#: websiteFunctions/templates/websiteFunctions/website.html:842 +#: websiteFunctions/templates/websiteFunctions/website.html:955 #, fuzzy #| msgid "Password" msgid "Admin Password" msgstr "パスワード" -#: websiteFunctions/templates/websiteFunctions/website.html:849 +#: websiteFunctions/templates/websiteFunctions/website.html:962 #, fuzzy #| msgid "Database Name" msgid "Database prefix" msgstr "データベース名" +#~ msgid "Daily" +#~ msgstr "日次" + +#~ msgid "Weekly" +#~ msgstr "週次" + +#~ msgid "HTTP Statistics" +#~ msgstr "HTTP の統計情報" + +#~ msgid "Available/Max Connections" +#~ msgstr "利用可能/最大 接続数" + +#~ msgid "Available/Max SSL Connections" +#~ msgstr "利用可能/最大 SSL 接続数" + +#~ msgid "Requests Processing" +#~ msgstr "リクエスト処理数" + +#~ msgid "Total Requests" +#~ msgstr "合計リクエスト数" + +#~ msgid "IPV6" +#~ msgstr "IPv6" + +#~ msgid "Admin" +#~ msgstr "管理者" + +#~ msgid "Normal User" +#~ msgstr "通常のユーザー" + +#~ msgid "Edit Virtual Host Main Configurations" +#~ msgstr "仮想ホストのメイン設定の編集" + #~ msgid "Configuration saved. Restart LiteSpeed put them in effect." #~ msgstr "設定が保存されました。 LiteSpeed を再起動して有効にします。" diff --git a/locale/pt/LC_MESSAGES/django.mo b/locale/pt/LC_MESSAGES/django.mo index 1e8c5461e6e0e18d58f3c127dd6125ef135c354f..763cae8acd5591abeda46f4a6949593dbf8dd357 100644 GIT binary patch delta 10537 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 ach{MHz}FpA+%M2Qv2?AsyTmisq9{qD&C delta 11068 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 T{j$bq, 2017. # -#: baseTemplate/templates/baseTemplate/index.html:95 -#: baseTemplate/templates/baseTemplate/index.html:185 -#: baseTemplate/templates/baseTemplate/index.html:236 -#: baseTemplate/templates/baseTemplate/index.html:242 -#: baseTemplate/templates/baseTemplate/index.html:248 -#: baseTemplate/templates/baseTemplate/index.html:254 -#: baseTemplate/templates/baseTemplate/index.html:260 -#: baseTemplate/templates/baseTemplate/index.html:266 +#: baseTemplate/templates/baseTemplate/index.html:176 +#: baseTemplate/templates/baseTemplate/index.html:222 +#: baseTemplate/templates/baseTemplate/index.html:228 +#: baseTemplate/templates/baseTemplate/index.html:234 +#: baseTemplate/templates/baseTemplate/index.html:240 +#: baseTemplate/templates/baseTemplate/index.html:246 +#: baseTemplate/templates/baseTemplate/index.html:252 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:198 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:288 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:343 @@ -23,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: CyberPanel\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-15 13:07+0500\n" +"POT-Creation-Date: 2018-05-14 14:50+0500\n" "PO-Revision-Date: 2017-10-21 00:03+0100\n" "Last-Translator: \n" "Language-Team: LANGUAGE \n" @@ -57,6 +56,22 @@ msgstr "" msgid "Bosnian" msgstr "" +#: CyberCP/settings.py:173 +msgid "Greek" +msgstr "" + +#: CyberCP/settings.py:174 +msgid "Russian" +msgstr "" + +#: CyberCP/settings.py:175 +msgid "Turkish" +msgstr "" + +#: CyberCP/settings.py:176 +msgid "Spanish" +msgstr "" + #: backup/templates/backup/backup.html:4 backup/templates/backup/backup.html:14 #: backup/templates/backup/backup.html:21 msgid "Back up Website" @@ -73,9 +88,12 @@ msgstr "Esta página pode ser usada para fazer backup dos seus websites" #: mailServer/templates/mailServer/changeEmailPassword.html:28 #: mailServer/templates/mailServer/createEmailAccount.html:28 #: mailServer/templates/mailServer/deleteEmailAccount.html:28 +#: mailServer/templates/mailServer/dkimManager.html:83 #: manageSSL/templates/manageSSL/manageSSL.html:29 #: manageSSL/templates/manageSSL/sslForHostName.html:29 +#: manageSSL/templates/manageSSL/sslForMailServer.html:29 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:28 +#: websiteFunctions/templates/websiteFunctions/listCron.html:28 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:28 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:29 msgid "Select Website" @@ -88,24 +106,25 @@ msgstr "Destino" #: backup/templates/backup/backup.html:44 #: baseTemplate/templates/baseTemplate/homePage.html:12 -#: filemanager/templates/filemanager/index.html:133 +#: filemanager/templates/filemanager/index.html:136 msgid "Home" msgstr "Principal" #: backup/templates/backup/backup.html:60 #: backup/templates/backup/restore.html:62 -#: filemanager/templates/filemanager/index.html:157 +#: filemanager/templates/filemanager/index.html:160 msgid "File Name" msgstr "Nome do Ficheiro" #: backup/templates/backup/backup.html:61 #: backup/templates/backup/backup.html:106 #: backup/templates/backup/restore.html:63 -#: baseTemplate/templates/baseTemplate/index.html:270 +#: baseTemplate/templates/baseTemplate/index.html:256 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:377 -#: filemanager/templates/filemanager/index.html:212 +#: filemanager/templates/filemanager/index.html:215 #: firewall/templates/firewall/firewall.html:36 -#: managePHP/templates/managePHP/installExtensions.html:65 +#: firewall/templates/firewall/modSecurityRulesPacks.html:112 +#: managePHP/templates/managePHP/installExtensions.html:66 msgid "Status" msgstr "Estado" @@ -114,7 +133,7 @@ msgid "Running" msgstr "A correr" #: backup/templates/backup/backup.html:81 -#: baseTemplate/templates/baseTemplate/index.html:445 +#: baseTemplate/templates/baseTemplate/index.html:432 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:552 msgid "Create Back up" msgstr "Criar Backup" @@ -129,10 +148,11 @@ msgstr "Criar Backup" #: backup/templates/backup/backupDestinations.html:97 #: backup/templates/backup/backupSchedule.html:89 #: databases/templates/databases/listDataBases.html:87 -#: dns/templates/dns/addDeleteDNSRecords.html:129 +#: dns/templates/dns/addDeleteDNSRecords.html:294 #: firewall/templates/firewall/firewall.html:135 +#: firewall/templates/firewall/modSecurityRulesPacks.html:109 #: ftp/templates/ftp/listFTPAccounts.html:87 -#: managePHP/templates/managePHP/installExtensions.html:61 +#: managePHP/templates/managePHP/installExtensions.html:62 msgid "ID" msgstr "ID" @@ -145,7 +165,7 @@ msgid "Date" msgstr "Data" #: backup/templates/backup/backup.html:105 -#: filemanager/templates/filemanager/index.html:210 +#: filemanager/templates/filemanager/index.html:213 #: ftp/templates/ftp/listFTPAccounts.html:90 msgid "Size" msgstr "Tamanho" @@ -153,11 +173,14 @@ msgstr "Tamanho" #: backup/templates/backup/backup.html:107 #: backup/templates/backup/backupDestinations.html:100 #: backup/templates/backup/backupSchedule.html:92 -#: dns/templates/dns/addDeleteDNSRecords.html:134 +#: dns/templates/dns/addDeleteDNSRecords.html:300 #: filemanager/templates/filemanager/index.html:72 #: firewall/templates/firewall/firewall.html:140 #: firewall/templates/firewall/secureSSH.html:122 -#: websiteFunctions/templates/websiteFunctions/website.html:450 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:40 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:55 +#: websiteFunctions/templates/websiteFunctions/listCron.html:65 +#: websiteFunctions/templates/websiteFunctions/website.html:481 msgid "Delete" msgstr "Apagar" @@ -184,7 +207,7 @@ msgstr "" #: backup/templates/backup/backupDestinations.html:30 #: backup/templates/backup/remoteBackups.html:29 -#: dns/templates/dns/addDeleteDNSRecords.html:60 +#: dns/templates/dns/addDeleteDNSRecords.html:67 #: dns/templates/dns/createNameServer.html:48 #: dns/templates/dns/createNameServer.html:65 #: firewall/templates/firewall/firewall.html:138 @@ -198,8 +221,8 @@ msgstr "Endereço de IP" #: ftp/templates/ftp/listFTPAccounts.html:91 #: mailServer/templates/mailServer/changeEmailPassword.html:52 #: mailServer/templates/mailServer/createEmailAccount.html:51 -#: userManagment/templates/userManagment/createUser.html:123 -#: userManagment/templates/userManagment/modifyUser.html:106 +#: userManagment/templates/userManagment/createUser.html:113 +#: userManagment/templates/userManagment/modifyUser.html:98 msgid "Password" msgstr "Palavra-Chave" @@ -214,7 +237,7 @@ msgstr "" #: backup/templates/backup/backupDestinations.html:55 #: backup/templates/backup/backupSchedule.html:54 -#: baseTemplate/templates/baseTemplate/index.html:447 +#: baseTemplate/templates/baseTemplate/index.html:434 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:554 msgid "Add Destination" msgstr "Adicionar Destino" @@ -247,25 +270,28 @@ msgstr "Destino Adicionado." #: backup/templates/backup/restore.html:95 #: databases/templates/databases/createDatabase.html:88 #: databases/templates/databases/deleteDatabase.html:73 -#: dns/templates/dns/addDeleteDNSRecords.html:185 +#: dns/templates/dns/addDeleteDNSRecords.html:352 #: dns/templates/dns/createDNSZone.html:60 #: dns/templates/dns/createNameServer.html:100 #: dns/templates/dns/deleteDNSZone.html:67 #: mailServer/templates/mailServer/changeEmailPassword.html:80 #: mailServer/templates/mailServer/createEmailAccount.html:79 #: mailServer/templates/mailServer/deleteEmailAccount.html:79 +#: mailServer/templates/mailServer/dkimManager.html:156 #: manageSSL/templates/manageSSL/manageSSL.html:60 -#: userManagment/templates/userManagment/createUser.html:162 -#: userManagment/templates/userManagment/modifyUser.html:138 +#: userManagment/templates/userManagment/createUser.html:152 +#: userManagment/templates/userManagment/modifyUser.html:130 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:126 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:77 -#: websiteFunctions/templates/websiteFunctions/website.html:156 -#: websiteFunctions/templates/websiteFunctions/website.html:362 -#: websiteFunctions/templates/websiteFunctions/website.html:404 -#: websiteFunctions/templates/websiteFunctions/website.html:534 -#: websiteFunctions/templates/websiteFunctions/website.html:589 -#: websiteFunctions/templates/websiteFunctions/website.html:644 -#: websiteFunctions/templates/websiteFunctions/website.html:802 -#: websiteFunctions/templates/websiteFunctions/website.html:881 +#: websiteFunctions/templates/websiteFunctions/website.html:160 +#: websiteFunctions/templates/websiteFunctions/website.html:393 +#: websiteFunctions/templates/websiteFunctions/website.html:434 +#: websiteFunctions/templates/websiteFunctions/website.html:580 +#: websiteFunctions/templates/websiteFunctions/website.html:634 +#: websiteFunctions/templates/websiteFunctions/website.html:686 +#: websiteFunctions/templates/websiteFunctions/website.html:773 +#: websiteFunctions/templates/websiteFunctions/website.html:915 +#: websiteFunctions/templates/websiteFunctions/website.html:994 msgid "Could not connect to server. Please refresh this page." msgstr "Impossível conectar ao servidor. Por favor atualize esta página." @@ -284,7 +310,7 @@ msgstr "Agendar Backup - CyberPanel" #: backup/templates/backup/backupSchedule.html:13 #: backup/templates/backup/backupSchedule.html:20 -#: baseTemplate/templates/baseTemplate/index.html:448 +#: baseTemplate/templates/baseTemplate/index.html:435 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:555 msgid "Schedule Back up" msgstr "Agendar Backup" @@ -305,14 +331,6 @@ msgstr "Selecionar Destino" msgid "Select Frequency" msgstr "Selecionar Frequência" -#: backup/templates/backup/backupSchedule.html:43 -msgid "Daily" -msgstr "Diariamente" - -#: backup/templates/backup/backupSchedule.html:44 -msgid "Weekly" -msgstr "Semanalmente" - #: backup/templates/backup/backupSchedule.html:69 msgid "Cannot add schedule. Error message:" msgstr "Impossível adicionar agendamento. Mensagem de erro:" @@ -331,13 +349,13 @@ msgstr "Backup - CyberPanel" #: backup/templates/backup/index.html:13 backup/templates/backup/index.html:29 #: backup/templates/backup/index.html:45 -#: baseTemplate/templates/baseTemplate/homePage.html:268 -#: baseTemplate/templates/baseTemplate/homePage.html:271 -#: baseTemplate/templates/baseTemplate/homePage.html:463 -#: baseTemplate/templates/baseTemplate/homePage.html:466 -#: baseTemplate/templates/baseTemplate/index.html:438 -#: baseTemplate/templates/baseTemplate/index.html:440 -#: baseTemplate/templates/baseTemplate/index.html:457 +#: baseTemplate/templates/baseTemplate/homePage.html:204 +#: baseTemplate/templates/baseTemplate/homePage.html:207 +#: baseTemplate/templates/baseTemplate/homePage.html:399 +#: baseTemplate/templates/baseTemplate/homePage.html:402 +#: baseTemplate/templates/baseTemplate/index.html:425 +#: baseTemplate/templates/baseTemplate/index.html:427 +#: baseTemplate/templates/baseTemplate/index.html:444 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:545 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:547 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:564 @@ -349,7 +367,7 @@ msgid "Back up and restore sites." msgstr "Faça backup e restaure sites." #: backup/templates/backup/index.html:19 -#: baseTemplate/templates/baseTemplate/homePage.html:164 +#: baseTemplate/templates/baseTemplate/homePage.html:100 #: databases/templates/databases/index.html:19 dns/templates/dns/index.html:19 #: firewall/templates/firewall/index.html:19 ftp/templates/ftp/index.html:19 #: mailServer/templates/mailServer/index.html:19 @@ -371,7 +389,7 @@ msgid "Back up Site" msgstr "Efetuar backup do Website" #: backup/templates/backup/index.html:55 -#: baseTemplate/templates/baseTemplate/index.html:446 +#: baseTemplate/templates/baseTemplate/index.html:433 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:553 msgid "Restore Back up" msgstr "Restaurar Backup" @@ -409,8 +427,9 @@ msgid "Start Transfer" msgstr "" #: backup/templates/backup/remoteBackups.html:59 -#: filemanager/templates/filemanager/index.html:236 -#: websiteFunctions/templates/websiteFunctions/website.html:295 +#: filemanager/templates/filemanager/index.html:239 +#: websiteFunctions/templates/websiteFunctions/website.html:319 +#: websiteFunctions/templates/websiteFunctions/website.html:743 msgid "Cancel" msgstr "" @@ -450,12 +469,12 @@ msgid "Website" msgstr "Website" #: backup/templates/backup/remoteBackups.html:108 -#: baseTemplate/templates/baseTemplate/homePage.html:333 -#: baseTemplate/templates/baseTemplate/index.html:511 -#: baseTemplate/templates/baseTemplate/index.html:513 +#: baseTemplate/templates/baseTemplate/homePage.html:269 +#: baseTemplate/templates/baseTemplate/index.html:499 +#: baseTemplate/templates/baseTemplate/index.html:501 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:618 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:620 -#: managePHP/templates/managePHP/installExtensions.html:62 +#: managePHP/templates/managePHP/installExtensions.html:63 msgid "PHP" msgstr "PHP" @@ -467,8 +486,8 @@ msgid "Package" msgstr "Pacote" #: backup/templates/backup/remoteBackups.html:110 -#: baseTemplate/templates/baseTemplate/index.html:398 -#: baseTemplate/templates/baseTemplate/index.html:400 +#: baseTemplate/templates/baseTemplate/index.html:384 +#: baseTemplate/templates/baseTemplate/index.html:386 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:505 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:507 #: userManagment/templates/userManagment/createUser.html:47 @@ -512,7 +531,7 @@ msgstr "Configurações" #: databases/templates/databases/deleteDatabase.html:64 #: databases/templates/databases/listDataBases.html:54 #: firewall/templates/firewall/firewall.html:166 -#: managePHP/templates/managePHP/editPHPConfig.html:212 +#: managePHP/templates/managePHP/editPHPConfig.html:221 msgid "Error message:" msgstr "Mensagem de erro:" @@ -529,18 +548,18 @@ msgid "Use the tabs to navigate through the control panel." msgstr "Use as abas para navegar pelo painel de controlo." #: baseTemplate/templates/baseTemplate/homePage.html:23 -#: websiteFunctions/templates/websiteFunctions/website.html:32 +#: websiteFunctions/templates/websiteFunctions/website.html:37 msgid "Usage" msgstr "Uso" #: baseTemplate/templates/baseTemplate/homePage.html:34 -#: baseTemplate/templates/baseTemplate/index.html:105 +#: baseTemplate/templates/baseTemplate/index.html:96 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:208 msgid "CPU Usage" msgstr "Utilização de CPU" #: baseTemplate/templates/baseTemplate/homePage.html:55 -#: baseTemplate/templates/baseTemplate/index.html:116 +#: baseTemplate/templates/baseTemplate/index.html:107 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:219 msgid "Ram Usage" msgstr "Utilização de RAM" @@ -549,55 +568,35 @@ msgstr "Utilização de RAM" msgid "Disk Usage '/'" msgstr "Uso do Disco '/'" -#: baseTemplate/templates/baseTemplate/homePage.html:98 -msgid "HTTP Statistics" -msgstr "Estatísticas HTTP" - -#: baseTemplate/templates/baseTemplate/homePage.html:107 -msgid "Available/Max Connections" -msgstr "Disponíveis/Máximo Ligações" - -#: baseTemplate/templates/baseTemplate/homePage.html:118 -msgid "Available/Max SSL Connections" -msgstr "Disponíveis/Máximo Ligações SSL" - -#: baseTemplate/templates/baseTemplate/homePage.html:127 -msgid "Requests Processing" -msgstr "Processamento de Pedidos" - -#: baseTemplate/templates/baseTemplate/homePage.html:136 -msgid "Total Requests" -msgstr "Pedidos Totais" - -#: baseTemplate/templates/baseTemplate/homePage.html:175 -#: baseTemplate/templates/baseTemplate/homePage.html:389 +#: baseTemplate/templates/baseTemplate/homePage.html:111 +#: baseTemplate/templates/baseTemplate/homePage.html:325 #: userManagment/templates/userManagment/index.html:13 msgid "User Functions" msgstr "Funçõoes do Utilizador" -#: baseTemplate/templates/baseTemplate/homePage.html:178 -#: baseTemplate/templates/baseTemplate/homePage.html:392 -#: baseTemplate/templates/baseTemplate/index.html:310 -#: baseTemplate/templates/baseTemplate/index.html:311 -#: baseTemplate/templates/baseTemplate/index.html:312 +#: baseTemplate/templates/baseTemplate/homePage.html:114 +#: baseTemplate/templates/baseTemplate/homePage.html:328 +#: baseTemplate/templates/baseTemplate/index.html:296 +#: baseTemplate/templates/baseTemplate/index.html:297 +#: baseTemplate/templates/baseTemplate/index.html:298 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:417 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:418 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:419 msgid "Users" msgstr "Utilizadores" -#: baseTemplate/templates/baseTemplate/homePage.html:188 -#: baseTemplate/templates/baseTemplate/homePage.html:402 +#: baseTemplate/templates/baseTemplate/homePage.html:124 +#: baseTemplate/templates/baseTemplate/homePage.html:338 #: websiteFunctions/templates/websiteFunctions/index.html:13 msgid "Website Functions" msgstr "Funções do Website" -#: baseTemplate/templates/baseTemplate/homePage.html:191 -#: baseTemplate/templates/baseTemplate/homePage.html:405 -#: baseTemplate/templates/baseTemplate/index.html:240 -#: baseTemplate/templates/baseTemplate/index.html:328 -#: baseTemplate/templates/baseTemplate/index.html:329 -#: baseTemplate/templates/baseTemplate/index.html:330 +#: baseTemplate/templates/baseTemplate/homePage.html:127 +#: baseTemplate/templates/baseTemplate/homePage.html:341 +#: baseTemplate/templates/baseTemplate/index.html:226 +#: baseTemplate/templates/baseTemplate/index.html:314 +#: baseTemplate/templates/baseTemplate/index.html:315 +#: baseTemplate/templates/baseTemplate/index.html:316 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:347 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:435 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:436 @@ -606,16 +605,16 @@ msgstr "Funções do Website" msgid "Websites" msgstr "Websites" -#: baseTemplate/templates/baseTemplate/homePage.html:201 +#: baseTemplate/templates/baseTemplate/homePage.html:137 #, fuzzy #| msgid "Modify Package" msgid "Add/Modify Packages" msgstr "Editar Pacote" -#: baseTemplate/templates/baseTemplate/homePage.html:204 -#: baseTemplate/templates/baseTemplate/index.html:246 -#: baseTemplate/templates/baseTemplate/index.html:345 -#: baseTemplate/templates/baseTemplate/index.html:347 +#: baseTemplate/templates/baseTemplate/homePage.html:140 +#: baseTemplate/templates/baseTemplate/index.html:232 +#: baseTemplate/templates/baseTemplate/index.html:331 +#: baseTemplate/templates/baseTemplate/index.html:333 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:353 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:452 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:454 @@ -623,80 +622,80 @@ msgstr "Editar Pacote" msgid "Packages" msgstr "Pacotes" -#: baseTemplate/templates/baseTemplate/homePage.html:225 -#: baseTemplate/templates/baseTemplate/homePage.html:415 +#: baseTemplate/templates/baseTemplate/homePage.html:161 +#: baseTemplate/templates/baseTemplate/homePage.html:351 #: databases/templates/databases/index.html:12 msgid "Database Functions" msgstr "Funções da Base de Dados" -#: baseTemplate/templates/baseTemplate/homePage.html:228 -#: baseTemplate/templates/baseTemplate/homePage.html:418 -#: baseTemplate/templates/baseTemplate/index.html:361 -#: baseTemplate/templates/baseTemplate/index.html:362 -#: baseTemplate/templates/baseTemplate/index.html:363 +#: baseTemplate/templates/baseTemplate/homePage.html:164 +#: baseTemplate/templates/baseTemplate/homePage.html:354 +#: baseTemplate/templates/baseTemplate/index.html:347 +#: baseTemplate/templates/baseTemplate/index.html:348 +#: baseTemplate/templates/baseTemplate/index.html:349 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:468 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:469 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:470 #: packages/templates/packages/createPackage.html:67 #: packages/templates/packages/modifyPackage.html:73 -#: websiteFunctions/templates/websiteFunctions/website.html:43 +#: websiteFunctions/templates/websiteFunctions/website.html:48 msgid "Databases" msgstr "Bases de Dados" -#: baseTemplate/templates/baseTemplate/homePage.html:237 -#: baseTemplate/templates/baseTemplate/homePage.html:438 +#: baseTemplate/templates/baseTemplate/homePage.html:173 +#: baseTemplate/templates/baseTemplate/homePage.html:374 msgid "Control DNS" msgstr "" -#: baseTemplate/templates/baseTemplate/homePage.html:240 -#: baseTemplate/templates/baseTemplate/homePage.html:441 -#: baseTemplate/templates/baseTemplate/index.html:252 -#: baseTemplate/templates/baseTemplate/index.html:379 -#: baseTemplate/templates/baseTemplate/index.html:381 +#: baseTemplate/templates/baseTemplate/homePage.html:176 +#: baseTemplate/templates/baseTemplate/homePage.html:377 +#: baseTemplate/templates/baseTemplate/index.html:238 +#: baseTemplate/templates/baseTemplate/index.html:365 +#: baseTemplate/templates/baseTemplate/index.html:367 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:359 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:486 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:488 msgid "DNS" msgstr "DNS" -#: baseTemplate/templates/baseTemplate/homePage.html:250 -#: baseTemplate/templates/baseTemplate/homePage.html:451 +#: baseTemplate/templates/baseTemplate/homePage.html:186 +#: baseTemplate/templates/baseTemplate/homePage.html:387 #: ftp/templates/ftp/index.html:12 msgid "FTP Functions" msgstr "Funções do FTP" -#: baseTemplate/templates/baseTemplate/homePage.html:253 -#: baseTemplate/templates/baseTemplate/homePage.html:454 -#: baseTemplate/templates/baseTemplate/index.html:258 -#: baseTemplate/templates/baseTemplate/index.html:420 -#: baseTemplate/templates/baseTemplate/index.html:422 +#: baseTemplate/templates/baseTemplate/homePage.html:189 +#: baseTemplate/templates/baseTemplate/homePage.html:390 +#: baseTemplate/templates/baseTemplate/index.html:244 +#: baseTemplate/templates/baseTemplate/index.html:407 +#: baseTemplate/templates/baseTemplate/index.html:409 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:365 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:527 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:529 -#: websiteFunctions/templates/websiteFunctions/website.html:38 +#: websiteFunctions/templates/websiteFunctions/website.html:43 msgid "FTP" msgstr "FTP" -#: baseTemplate/templates/baseTemplate/homePage.html:280 -#: baseTemplate/templates/baseTemplate/homePage.html:283 -#: baseTemplate/templates/baseTemplate/homePage.html:483 -#: baseTemplate/templates/baseTemplate/homePage.html:486 +#: baseTemplate/templates/baseTemplate/homePage.html:216 +#: baseTemplate/templates/baseTemplate/homePage.html:219 +#: baseTemplate/templates/baseTemplate/homePage.html:419 +#: baseTemplate/templates/baseTemplate/homePage.html:422 #: packages/templates/packages/createPackage.html:75 #: packages/templates/packages/modifyPackage.html:80 msgid "Emails" msgstr "E-Mails" -#: baseTemplate/templates/baseTemplate/homePage.html:293 -#: baseTemplate/templates/baseTemplate/homePage.html:296 +#: baseTemplate/templates/baseTemplate/homePage.html:229 +#: baseTemplate/templates/baseTemplate/homePage.html:232 #: tuning/templates/tuning/index.html:12 msgid "Server Tuning" msgstr "Afinação do Servidor" -#: baseTemplate/templates/baseTemplate/homePage.html:317 -#: baseTemplate/templates/baseTemplate/homePage.html:320 -#: baseTemplate/templates/baseTemplate/index.html:491 -#: baseTemplate/templates/baseTemplate/index.html:493 -#: baseTemplate/templates/baseTemplate/index.html:527 +#: baseTemplate/templates/baseTemplate/homePage.html:253 +#: baseTemplate/templates/baseTemplate/homePage.html:256 +#: baseTemplate/templates/baseTemplate/index.html:479 +#: baseTemplate/templates/baseTemplate/index.html:481 +#: baseTemplate/templates/baseTemplate/index.html:515 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:598 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:600 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:634 @@ -704,44 +703,39 @@ msgstr "Afinação do Servidor" msgid "Server Status" msgstr "Estado do Servidor" -#: baseTemplate/templates/baseTemplate/homePage.html:330 +#: baseTemplate/templates/baseTemplate/homePage.html:266 #, fuzzy #| msgid "Edit PHP Configurations" msgid "PHP Configurations" msgstr "Altere as Configurações PHP" -#: baseTemplate/templates/baseTemplate/homePage.html:342 -#: baseTemplate/templates/baseTemplate/homePage.html:345 -#: baseTemplate/templates/baseTemplate/index.html:529 +#: baseTemplate/templates/baseTemplate/homePage.html:278 +#: baseTemplate/templates/baseTemplate/homePage.html:281 +#: baseTemplate/templates/baseTemplate/index.html:517 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:636 -#: websiteFunctions/templates/websiteFunctions/website.html:112 +#: websiteFunctions/templates/websiteFunctions/website.html:117 msgid "Logs" msgstr "Logs" -#: baseTemplate/templates/baseTemplate/homePage.html:365 -#: baseTemplate/templates/baseTemplate/homePage.html:368 -#: baseTemplate/templates/baseTemplate/index.html:545 -#: baseTemplate/templates/baseTemplate/index.html:547 +#: baseTemplate/templates/baseTemplate/homePage.html:301 +#: baseTemplate/templates/baseTemplate/homePage.html:304 +#: baseTemplate/templates/baseTemplate/index.html:534 +#: baseTemplate/templates/baseTemplate/index.html:536 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:652 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:654 msgid "Security" msgstr "Segurança" -#: baseTemplate/templates/baseTemplate/index.html:96 -#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:199 -msgid "CPU Status" -msgstr "Estado do CPU" - -#: baseTemplate/templates/baseTemplate/index.html:125 +#: baseTemplate/templates/baseTemplate/index.html:116 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:228 -#: websiteFunctions/templates/websiteFunctions/website.html:50 -#: websiteFunctions/templates/websiteFunctions/website.html:71 +#: websiteFunctions/templates/websiteFunctions/website.html:55 +#: websiteFunctions/templates/websiteFunctions/website.html:76 msgid "Disk Usage" msgstr "Uso do Disco" -#: baseTemplate/templates/baseTemplate/index.html:159 -#: baseTemplate/templates/baseTemplate/index.html:162 -#: baseTemplate/templates/baseTemplate/index.html:166 +#: baseTemplate/templates/baseTemplate/index.html:150 +#: baseTemplate/templates/baseTemplate/index.html:153 +#: baseTemplate/templates/baseTemplate/index.html:157 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:262 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:265 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:269 @@ -750,32 +744,32 @@ msgstr "Uso do Disco" msgid "CyberPanel" msgstr "Principal - CyberPanel" -#: baseTemplate/templates/baseTemplate/index.html:164 -#: baseTemplate/templates/baseTemplate/index.html:168 +#: baseTemplate/templates/baseTemplate/index.html:155 +#: baseTemplate/templates/baseTemplate/index.html:159 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:267 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:271 msgid "Web Hosting Control Panel" msgstr "Painel de Controlo de Alojamento Web" -#: baseTemplate/templates/baseTemplate/index.html:170 +#: baseTemplate/templates/baseTemplate/index.html:161 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:273 msgid "Close sidebar" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:176 +#: baseTemplate/templates/baseTemplate/index.html:167 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:279 #, fuzzy #| msgid "FTP Accounts" msgid "My Account" msgstr "Contas de FTP" -#: baseTemplate/templates/baseTemplate/index.html:193 +#: baseTemplate/templates/baseTemplate/index.html:184 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:296 msgid "Edit profile" msgstr "Editar perfil" -#: baseTemplate/templates/baseTemplate/index.html:194 -#: baseTemplate/templates/baseTemplate/index.html:317 +#: baseTemplate/templates/baseTemplate/index.html:185 +#: baseTemplate/templates/baseTemplate/index.html:303 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:297 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:424 #: userManagment/templates/userManagment/index.html:26 @@ -783,52 +777,45 @@ msgstr "Editar perfil" msgid "View Profile" msgstr "Ver perfil" -#: baseTemplate/templates/baseTemplate/index.html:201 -#: baseTemplate/templates/baseTemplate/index.html:278 +#: baseTemplate/templates/baseTemplate/index.html:192 +#: baseTemplate/templates/baseTemplate/index.html:264 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:304 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:385 msgid "Logout" msgstr "Sair" -#: baseTemplate/templates/baseTemplate/index.html:212 -#: baseTemplate/templates/baseTemplate/index.html:216 -#: baseTemplate/templates/baseTemplate/index.html:220 +#: baseTemplate/templates/baseTemplate/index.html:203 +#: baseTemplate/templates/baseTemplate/index.html:207 +#: baseTemplate/templates/baseTemplate/index.html:211 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:315 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:319 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:323 msgid "CPU Load Average" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:225 -#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:332 -#, fuzzy -#| msgid "Server Status" -msgid "System Status" -msgstr "Estado do Servidor" - -#: baseTemplate/templates/baseTemplate/index.html:230 +#: baseTemplate/templates/baseTemplate/index.html:216 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:337 #, fuzzy #| msgid "Dashboard" msgid "Dashboard Quick Menu" msgstr "Painel de Controlo" -#: baseTemplate/templates/baseTemplate/index.html:264 -#: baseTemplate/templates/baseTemplate/index.html:475 -#: baseTemplate/templates/baseTemplate/index.html:477 +#: baseTemplate/templates/baseTemplate/index.html:250 +#: baseTemplate/templates/baseTemplate/index.html:463 +#: baseTemplate/templates/baseTemplate/index.html:465 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:371 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:582 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:584 msgid "Tuning" msgstr "Afinar" -#: baseTemplate/templates/baseTemplate/index.html:291 +#: baseTemplate/templates/baseTemplate/index.html:277 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:398 msgid "Overview" msgstr "Visão Geral" -#: baseTemplate/templates/baseTemplate/index.html:293 -#: baseTemplate/templates/baseTemplate/index.html:294 +#: baseTemplate/templates/baseTemplate/index.html:279 +#: baseTemplate/templates/baseTemplate/index.html:280 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:400 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:401 #, fuzzy @@ -836,16 +823,16 @@ msgstr "Visão Geral" msgid "Server IP Address" msgstr "Endereço de IP" -#: baseTemplate/templates/baseTemplate/index.html:297 -#: baseTemplate/templates/baseTemplate/index.html:299 +#: baseTemplate/templates/baseTemplate/index.html:283 +#: baseTemplate/templates/baseTemplate/index.html:285 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:404 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:406 msgid "Dashboard" msgstr "Painel de Controlo" -#: baseTemplate/templates/baseTemplate/index.html:301 -#: baseTemplate/templates/baseTemplate/index.html:302 -#: baseTemplate/templates/baseTemplate/index.html:303 +#: baseTemplate/templates/baseTemplate/index.html:287 +#: baseTemplate/templates/baseTemplate/index.html:288 +#: baseTemplate/templates/baseTemplate/index.html:289 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:408 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:409 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:410 @@ -853,27 +840,27 @@ msgstr "Painel de Controlo" msgid "Version Management" msgstr "Gestão de Versões" -#: baseTemplate/templates/baseTemplate/index.html:307 +#: baseTemplate/templates/baseTemplate/index.html:293 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:414 msgid "Main" msgstr "Principal" -#: baseTemplate/templates/baseTemplate/index.html:318 +#: baseTemplate/templates/baseTemplate/index.html:304 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:425 #: userManagment/templates/userManagment/createUser.html:12 msgid "Create New User" msgstr "Criar Novo Utilizador" -#: baseTemplate/templates/baseTemplate/index.html:319 +#: baseTemplate/templates/baseTemplate/index.html:305 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:426 #: userManagment/templates/userManagment/index.html:52 #: userManagment/templates/userManagment/index.html:54 #: userManagment/templates/userManagment/modifyUser.html:12 -#: userManagment/templates/userManagment/modifyUser.html:119 +#: userManagment/templates/userManagment/modifyUser.html:111 msgid "Modify User" msgstr "Modificar Utilizador" -#: baseTemplate/templates/baseTemplate/index.html:320 +#: baseTemplate/templates/baseTemplate/index.html:306 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:427 #: userManagment/templates/userManagment/deleteUser.html:13 #: userManagment/templates/userManagment/deleteUser.html:20 @@ -883,16 +870,16 @@ msgstr "Modificar Utilizador" msgid "Delete User" msgstr "Apagar Utilizador" -#: baseTemplate/templates/baseTemplate/index.html:335 +#: baseTemplate/templates/baseTemplate/index.html:321 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:442 #: websiteFunctions/templates/websiteFunctions/createWebsite.html:12 -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:102 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:109 #: websiteFunctions/templates/websiteFunctions/index.html:49 #: websiteFunctions/templates/websiteFunctions/index.html:51 msgid "Create Website" msgstr "Criar Website" -#: baseTemplate/templates/baseTemplate/index.html:336 +#: baseTemplate/templates/baseTemplate/index.html:322 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:443 #: websiteFunctions/templates/websiteFunctions/index.html:34 #: websiteFunctions/templates/websiteFunctions/index.html:36 @@ -902,23 +889,23 @@ msgstr "Criar Website" msgid "List Websites" msgstr "Listar Websites" -#: baseTemplate/templates/baseTemplate/index.html:337 +#: baseTemplate/templates/baseTemplate/index.html:323 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:444 #: websiteFunctions/templates/websiteFunctions/index.html:73 #: websiteFunctions/templates/websiteFunctions/index.html:75 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:12 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:19 -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:95 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:96 msgid "Modify Website" msgstr "Modificar Websites" -#: baseTemplate/templates/baseTemplate/index.html:338 +#: baseTemplate/templates/baseTemplate/index.html:324 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:445 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:41 msgid "Suspend/Unsuspend" msgstr "Suspender/Reativar" -#: baseTemplate/templates/baseTemplate/index.html:339 +#: baseTemplate/templates/baseTemplate/index.html:325 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:446 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:12 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:19 @@ -928,7 +915,7 @@ msgstr "Suspender/Reativar" msgid "Delete Website" msgstr "Apagar Website" -#: baseTemplate/templates/baseTemplate/index.html:352 +#: baseTemplate/templates/baseTemplate/index.html:338 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:459 #: packages/templates/packages/createPackage.html:13 #: packages/templates/packages/createPackage.html:84 @@ -937,7 +924,7 @@ msgstr "Apagar Website" msgid "Create Package" msgstr "Criar Pacote" -#: baseTemplate/templates/baseTemplate/index.html:353 +#: baseTemplate/templates/baseTemplate/index.html:339 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:460 #: packages/templates/packages/deletePackage.html:12 #: packages/templates/packages/deletePackage.html:18 @@ -947,7 +934,7 @@ msgstr "Criar Pacote" msgid "Delete Package" msgstr "Apagar Pacote" -#: baseTemplate/templates/baseTemplate/index.html:354 +#: baseTemplate/templates/baseTemplate/index.html:340 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:461 #: packages/templates/packages/index.html:49 #: packages/templates/packages/index.html:51 @@ -957,7 +944,7 @@ msgstr "Apagar Pacote" msgid "Modify Package" msgstr "Editar Pacote" -#: baseTemplate/templates/baseTemplate/index.html:368 +#: baseTemplate/templates/baseTemplate/index.html:354 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:475 #: databases/templates/databases/createDatabase.html:12 #: databases/templates/databases/createDatabase.html:19 @@ -968,7 +955,7 @@ msgstr "Editar Pacote" msgid "Create Database" msgstr "Criar Base de Dados" -#: baseTemplate/templates/baseTemplate/index.html:369 +#: baseTemplate/templates/baseTemplate/index.html:355 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:476 #: databases/templates/databases/deleteDatabase.html:12 #: databases/templates/databases/deleteDatabase.html:19 @@ -979,7 +966,7 @@ msgstr "Criar Base de Dados" msgid "Delete Database" msgstr "Apagar Base de Dados" -#: baseTemplate/templates/baseTemplate/index.html:370 +#: baseTemplate/templates/baseTemplate/index.html:356 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:477 #: databases/templates/databases/index.html:53 #: databases/templates/databases/index.html:55 @@ -988,14 +975,14 @@ msgstr "Apagar Base de Dados" msgid "List Databases" msgstr "Listar Base de Dados" -#: baseTemplate/templates/baseTemplate/index.html:371 +#: baseTemplate/templates/baseTemplate/index.html:357 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:478 #: databases/templates/databases/index.html:65 #: databases/templates/databases/index.html:67 msgid "PHPMYAdmin" msgstr "PHPMyAdmin" -#: baseTemplate/templates/baseTemplate/index.html:386 +#: baseTemplate/templates/baseTemplate/index.html:372 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:493 #: dns/templates/dns/createNameServer.html:12 #: dns/templates/dns/createNameServer.html:76 dns/templates/dns/index.html:72 @@ -1003,7 +990,7 @@ msgstr "PHPMyAdmin" msgid "Create Nameserver" msgstr "Criar Nameserver" -#: baseTemplate/templates/baseTemplate/index.html:387 +#: baseTemplate/templates/baseTemplate/index.html:373 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:494 #: dns/templates/dns/createDNSZone.html:12 #: dns/templates/dns/createDNSZone.html:40 dns/templates/dns/index.html:29 @@ -1012,7 +999,7 @@ msgstr "Criar Nameserver" msgid "Create DNS Zone" msgstr "Criar uma Zona DNS" -#: baseTemplate/templates/baseTemplate/index.html:388 +#: baseTemplate/templates/baseTemplate/index.html:374 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:495 #: dns/templates/dns/deleteDNSZone.html:40 dns/templates/dns/index.html:41 #: dns/templates/dns/index.html:43 dns/templates/dns/index.html:96 @@ -1020,19 +1007,19 @@ msgstr "Criar uma Zona DNS" msgid "Delete Zone" msgstr "Apagar Zona" -#: baseTemplate/templates/baseTemplate/index.html:389 +#: baseTemplate/templates/baseTemplate/index.html:375 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:496 msgid "Add/Delete Records" msgstr "Adicionar/Apagar Registos" -#: baseTemplate/templates/baseTemplate/index.html:405 +#: baseTemplate/templates/baseTemplate/index.html:391 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:512 #: mailServer/templates/mailServer/createEmailAccount.html:12 #: mailServer/templates/mailServer/createEmailAccount.html:19 msgid "Create Email Account" msgstr "Criar Conta de E-Mail" -#: baseTemplate/templates/baseTemplate/index.html:405 +#: baseTemplate/templates/baseTemplate/index.html:391 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:512 #: mailServer/templates/mailServer/createEmailAccount.html:64 #: mailServer/templates/mailServer/index.html:25 @@ -1040,14 +1027,14 @@ msgstr "Criar Conta de E-Mail" msgid "Create Email" msgstr "Criar E-Mail" -#: baseTemplate/templates/baseTemplate/index.html:406 +#: baseTemplate/templates/baseTemplate/index.html:392 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:513 #: mailServer/templates/mailServer/deleteEmailAccount.html:12 #: mailServer/templates/mailServer/deleteEmailAccount.html:19 msgid "Delete Email Account" msgstr "Apagar Conta de E-Mail" -#: baseTemplate/templates/baseTemplate/index.html:406 +#: baseTemplate/templates/baseTemplate/index.html:392 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:513 #: mailServer/templates/mailServer/deleteEmailAccount.html:56 #: mailServer/templates/mailServer/index.html:37 @@ -1055,7 +1042,7 @@ msgstr "Apagar Conta de E-Mail" msgid "Delete Email" msgstr "Apagar E-Mail" -#: baseTemplate/templates/baseTemplate/index.html:407 +#: baseTemplate/templates/baseTemplate/index.html:393 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:514 #: databases/templates/databases/listDataBases.html:73 #: ftp/templates/ftp/listFTPAccounts.html:73 @@ -1065,33 +1052,42 @@ msgstr "Apagar E-Mail" msgid "Change Password" msgstr "Alterar Palavra-Chave" -#: baseTemplate/templates/baseTemplate/index.html:408 +#: baseTemplate/templates/baseTemplate/index.html:394 +#: mailServer/templates/mailServer/dkimManager.html:13 +#: mailServer/templates/mailServer/dkimManager.html:22 +#: mailServer/templates/mailServer/dkimManager.html:75 +#, fuzzy +#| msgid "File Manager" +msgid "DKIM Manager" +msgstr "Gestor de Ficheiros" + +#: baseTemplate/templates/baseTemplate/index.html:395 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:515 msgid "Access Webmail" msgstr "Aceder ao Webmail" -#: baseTemplate/templates/baseTemplate/index.html:427 +#: baseTemplate/templates/baseTemplate/index.html:414 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:534 #: ftp/templates/ftp/createFTPAccount.html:12 #: ftp/templates/ftp/createFTPAccount.html:19 ftp/templates/ftp/index.html:25 #: ftp/templates/ftp/index.html:27 -#: websiteFunctions/templates/websiteFunctions/website.html:709 -#: websiteFunctions/templates/websiteFunctions/website.html:711 +#: websiteFunctions/templates/websiteFunctions/website.html:815 +#: websiteFunctions/templates/websiteFunctions/website.html:818 msgid "Create FTP Account" msgstr "Criar Conta de FTP" -#: baseTemplate/templates/baseTemplate/index.html:428 +#: baseTemplate/templates/baseTemplate/index.html:415 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:535 #: ftp/templates/ftp/deleteFTPAccount.html:12 #: ftp/templates/ftp/deleteFTPAccount.html:18 #: ftp/templates/ftp/deleteFTPAccount.html:52 ftp/templates/ftp/index.html:37 #: ftp/templates/ftp/index.html:39 -#: websiteFunctions/templates/websiteFunctions/website.html:721 -#: websiteFunctions/templates/websiteFunctions/website.html:723 +#: websiteFunctions/templates/websiteFunctions/website.html:827 +#: websiteFunctions/templates/websiteFunctions/website.html:830 msgid "Delete FTP Account" msgstr "Apagar Conta de FTP" -#: baseTemplate/templates/baseTemplate/index.html:429 +#: baseTemplate/templates/baseTemplate/index.html:416 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:536 #: ftp/templates/ftp/index.html:49 ftp/templates/ftp/index.html:51 #: ftp/templates/ftp/listFTPAccounts.html:13 @@ -1099,26 +1095,27 @@ msgstr "Apagar Conta de FTP" msgid "List FTP Accounts" msgstr "Listar Contas de FTP" -#: baseTemplate/templates/baseTemplate/index.html:447 +#: baseTemplate/templates/baseTemplate/index.html:434 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:554 msgid "Add/Delete Destination" msgstr "Adcionar/Apagar Destino" -#: baseTemplate/templates/baseTemplate/index.html:449 +#: baseTemplate/templates/baseTemplate/index.html:436 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:556 #, fuzzy #| msgid "Restore Back up" msgid "Remote Back ups" msgstr "Restaurar Backup" -#: baseTemplate/templates/baseTemplate/index.html:458 -#: baseTemplate/templates/baseTemplate/index.html:459 +#: baseTemplate/templates/baseTemplate/index.html:445 +#: baseTemplate/templates/baseTemplate/index.html:446 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:565 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:566 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:39 msgid "SSL" msgstr "SSL" -#: baseTemplate/templates/baseTemplate/index.html:464 +#: baseTemplate/templates/baseTemplate/index.html:451 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:571 #: manageSSL/templates/manageSSL/index.html:28 #: manageSSL/templates/manageSSL/manageSSL.html:13 @@ -1126,44 +1123,50 @@ msgstr "SSL" msgid "Manage SSL" msgstr "Gerir SSL" -#: baseTemplate/templates/baseTemplate/index.html:465 +#: baseTemplate/templates/baseTemplate/index.html:452 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:572 #: manageSSL/templates/manageSSL/index.html:40 msgid "Hostname SSL" msgstr "SSL do Hostname" -#: baseTemplate/templates/baseTemplate/index.html:473 +#: baseTemplate/templates/baseTemplate/index.html:453 +#, fuzzy +#| msgid "Server Logs" +msgid "MailServer SSL" +msgstr "Logs do Servidor" + +#: baseTemplate/templates/baseTemplate/index.html:461 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:580 msgid "Server" msgstr "Servidor" -#: baseTemplate/templates/baseTemplate/index.html:478 +#: baseTemplate/templates/baseTemplate/index.html:466 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:585 msgid "NEW" msgstr "NOVO" -#: baseTemplate/templates/baseTemplate/index.html:483 +#: baseTemplate/templates/baseTemplate/index.html:471 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:590 #: tuning/templates/tuning/index.html:24 tuning/templates/tuning/index.html:26 #: tuning/templates/tuning/liteSpeedTuning.html:12 msgid "LiteSpeed Tuning" msgstr "Afinação do LiteSpeed" -#: baseTemplate/templates/baseTemplate/index.html:484 +#: baseTemplate/templates/baseTemplate/index.html:472 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:591 #: tuning/templates/tuning/index.html:36 tuning/templates/tuning/index.html:38 #: tuning/templates/tuning/phpTuning.html:13 msgid "PHP Tuning" msgstr "Afinação do PHP" -#: baseTemplate/templates/baseTemplate/index.html:499 +#: baseTemplate/templates/baseTemplate/index.html:487 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:606 #: serverStatus/templates/serverStatus/index.html:25 #: serverStatus/templates/serverStatus/index.html:27 msgid "LiteSpeed Status" msgstr "Estado do LiteSpeed" -#: baseTemplate/templates/baseTemplate/index.html:500 +#: baseTemplate/templates/baseTemplate/index.html:488 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:607 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:15 #: serverStatus/templates/serverStatus/index.html:37 @@ -1171,48 +1174,48 @@ msgstr "Estado do LiteSpeed" msgid "CyberPanel Main Log File" msgstr "Principal Ficheiro de Log do CyberPanel" -#: baseTemplate/templates/baseTemplate/index.html:501 +#: baseTemplate/templates/baseTemplate/index.html:489 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:608 #, fuzzy #| msgid "Server Status" msgid "Services Status" msgstr "Estado do Servidor" -#: baseTemplate/templates/baseTemplate/index.html:518 +#: baseTemplate/templates/baseTemplate/index.html:506 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:625 #: managePHP/templates/managePHP/installExtensions.html:13 msgid "Install PHP Extensions" msgstr "Instalar Extensões do PHP" -#: baseTemplate/templates/baseTemplate/index.html:518 +#: baseTemplate/templates/baseTemplate/index.html:506 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:625 #: managePHP/templates/managePHP/index.html:24 #: managePHP/templates/managePHP/index.html:26 msgid "Install Extensions" msgstr "Instalar Extensões" -#: baseTemplate/templates/baseTemplate/index.html:519 +#: baseTemplate/templates/baseTemplate/index.html:507 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:626 #: managePHP/templates/managePHP/index.html:36 #: managePHP/templates/managePHP/index.html:38 msgid "Edit PHP Configs" msgstr "Editar configurações do PHP" -#: baseTemplate/templates/baseTemplate/index.html:534 +#: baseTemplate/templates/baseTemplate/index.html:522 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:641 msgid "Access Log" msgstr "Log de Acessos" -#: baseTemplate/templates/baseTemplate/index.html:535 +#: baseTemplate/templates/baseTemplate/index.html:523 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:642 #: serverLogs/templates/serverLogs/errorLogs.html:14 #: serverLogs/templates/serverLogs/index.html:37 #: serverLogs/templates/serverLogs/index.html:39 -#: websiteFunctions/templates/websiteFunctions/website.html:132 +#: websiteFunctions/templates/websiteFunctions/website.html:139 msgid "Error Logs" msgstr "Log de Erros" -#: baseTemplate/templates/baseTemplate/index.html:536 +#: baseTemplate/templates/baseTemplate/index.html:524 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:643 #: serverLogs/templates/serverLogs/emailLogs.html:14 #: serverLogs/templates/serverLogs/index.html:49 @@ -1220,12 +1223,12 @@ msgstr "Log de Erros" msgid "Email Logs" msgstr "Logs de E-Mail" -#: baseTemplate/templates/baseTemplate/index.html:536 +#: baseTemplate/templates/baseTemplate/index.html:524 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:643 msgid "Email Log" msgstr "Log de E-Mail" -#: baseTemplate/templates/baseTemplate/index.html:537 +#: baseTemplate/templates/baseTemplate/index.html:525 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:644 #: serverLogs/templates/serverLogs/ftplogs.html:14 #: serverLogs/templates/serverLogs/index.html:61 @@ -1233,21 +1236,32 @@ msgstr "Log de E-Mail" msgid "FTP Logs" msgstr "Log de FTP" -#: baseTemplate/templates/baseTemplate/index.html:552 +#: baseTemplate/templates/baseTemplate/index.html:526 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:14 +#, fuzzy +#| msgid "Security Functions" +msgid "ModSecurity Audit Logs" +msgstr "Funções de Segurança" + +#: baseTemplate/templates/baseTemplate/index.html:526 +msgid "ModSec Audit Logs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:541 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:659 #, fuzzy #| msgid "Firewall" msgid "Firewall Home" msgstr "Firewall" -#: baseTemplate/templates/baseTemplate/index.html:552 +#: baseTemplate/templates/baseTemplate/index.html:541 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:659 #: firewall/templates/firewall/index.html:25 #: firewall/templates/firewall/index.html:27 msgid "Firewall" msgstr "Firewall" -#: baseTemplate/templates/baseTemplate/index.html:553 +#: baseTemplate/templates/baseTemplate/index.html:542 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:660 #: firewall/templates/firewall/index.html:36 #: firewall/templates/firewall/index.html:38 @@ -1256,10 +1270,43 @@ msgstr "Firewall" msgid "Secure SSH" msgstr "SSH Seguro" +#: baseTemplate/templates/baseTemplate/index.html:543 +#, fuzzy +#| msgid "Edit PHP Configurations" +msgid "ModSecurity Configurations" +msgstr "Altere as Configurações PHP" + +#: baseTemplate/templates/baseTemplate/index.html:543 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Conf" +msgstr "Segurança" + +#: baseTemplate/templates/baseTemplate/index.html:544 +#: firewall/templates/firewall/modSecurityRules.html:20 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Rules" +msgstr "Segurança" + +#: baseTemplate/templates/baseTemplate/index.html:545 +msgid "ModSecurity Rules Packs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:199 +msgid "CPU Status" +msgstr "Estado do CPU" + #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:327 msgid "Fullscreen" msgstr "" +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:332 +#, fuzzy +#| msgid "Server Status" +msgid "System Status" +msgstr "Estado do Servidor" + #: baseTemplate/templates/baseTemplate/versionManagment.html:3 msgid "Version Management - CyberPanel" msgstr "Gestão de Versões - CyberPanel" @@ -1290,7 +1337,8 @@ msgstr "Última Build" #: baseTemplate/templates/baseTemplate/versionManagment.html:66 #: firewall/templates/firewall/secureSSH.html:78 -#: managePHP/templates/managePHP/editPHPConfig.html:140 +#: mailServer/templates/mailServer/dkimManager.html:40 +#: managePHP/templates/managePHP/editPHPConfig.html:148 msgid "Error message: " msgstr "Mensagem de erro: " @@ -1303,11 +1351,16 @@ msgid "Update finished..." msgstr "Atualização conclída..." #: baseTemplate/templates/baseTemplate/versionManagment.html:79 +#: firewall/templates/firewall/modSecurity.html:47 +#: firewall/templates/firewall/modSecurity.html:177 +#: firewall/templates/firewall/modSecurityRules.html:53 +#: firewall/templates/firewall/modSecurityRulesPacks.html:88 #: firewall/templates/firewall/secureSSH.html:87 #: firewall/templates/firewall/secureSSH.html:172 -#: managePHP/templates/managePHP/editPHPConfig.html:149 -#: managePHP/templates/managePHP/editPHPConfig.html:221 -#: managePHP/templates/managePHP/installExtensions.html:113 +#: mailServer/templates/mailServer/dkimManager.html:44 +#: managePHP/templates/managePHP/editPHPConfig.html:157 +#: managePHP/templates/managePHP/editPHPConfig.html:230 +#: managePHP/templates/managePHP/installExtensions.html:114 msgid "Could not connect. Please refresh this page." msgstr "Não foi possível efetuar a ligação. Por favor atualize esta página." @@ -1381,7 +1434,7 @@ msgid "Select Domain" msgstr "Selecionar Domínio" #: databases/templates/databases/listDataBases.html:46 -#: dns/templates/dns/addDeleteDNSRecords.html:168 +#: dns/templates/dns/addDeleteDNSRecords.html:335 #: ftp/templates/ftp/listFTPAccounts.html:46 msgid "Records successfully fetched for" msgstr "Registos obtidos com sucesso para" @@ -1431,69 +1484,123 @@ msgstr "" msgid "Add Records" msgstr "Adicionar Registos" -#: dns/templates/dns/addDeleteDNSRecords.html:53 -#: dns/templates/dns/addDeleteDNSRecords.html:131 -#: filemanager/templates/filemanager/index.html:209 +#: dns/templates/dns/addDeleteDNSRecords.html:59 +#: dns/templates/dns/addDeleteDNSRecords.html:82 +#: dns/templates/dns/addDeleteDNSRecords.html:106 +#: dns/templates/dns/addDeleteDNSRecords.html:129 +#: dns/templates/dns/addDeleteDNSRecords.html:157 +#: dns/templates/dns/addDeleteDNSRecords.html:181 +#: dns/templates/dns/addDeleteDNSRecords.html:205 +#: dns/templates/dns/addDeleteDNSRecords.html:229 +#: dns/templates/dns/addDeleteDNSRecords.html:253 +#: dns/templates/dns/addDeleteDNSRecords.html:296 +#: filemanager/templates/filemanager/index.html:212 #: firewall/templates/firewall/firewall.html:136 #: serverStatus/templates/serverStatus/litespeedStatus.html:40 msgid "Name" msgstr "Nome" -#: dns/templates/dns/addDeleteDNSRecords.html:69 -msgid "IPV6" -msgstr "" - -#: dns/templates/dns/addDeleteDNSRecords.html:78 +#: dns/templates/dns/addDeleteDNSRecords.html:63 +#: dns/templates/dns/addDeleteDNSRecords.html:86 +#: dns/templates/dns/addDeleteDNSRecords.html:110 #: dns/templates/dns/addDeleteDNSRecords.html:133 -msgid "Priority" -msgstr "Prioridade" - -#: dns/templates/dns/addDeleteDNSRecords.html:87 -#: dns/templates/dns/createDNSZone.html:27 -#: dns/templates/dns/createNameServer.html:27 -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:52 -#: websiteFunctions/templates/websiteFunctions/website.html:289 -msgid "Domain Name" -msgstr "Nome de Domínio" - -#: dns/templates/dns/addDeleteDNSRecords.html:95 -msgid "Policy" +#: dns/templates/dns/addDeleteDNSRecords.html:161 +#: dns/templates/dns/addDeleteDNSRecords.html:185 +#: dns/templates/dns/addDeleteDNSRecords.html:209 +#: dns/templates/dns/addDeleteDNSRecords.html:233 +#: dns/templates/dns/addDeleteDNSRecords.html:257 +#: dns/templates/dns/addDeleteDNSRecords.html:297 +msgid "TTL" msgstr "" -#: dns/templates/dns/addDeleteDNSRecords.html:103 -msgid "Text" -msgstr "" - -#: dns/templates/dns/addDeleteDNSRecords.html:111 +#: dns/templates/dns/addDeleteDNSRecords.html:73 +#: dns/templates/dns/addDeleteDNSRecords.html:96 +#: dns/templates/dns/addDeleteDNSRecords.html:120 +#: dns/templates/dns/addDeleteDNSRecords.html:147 +#: dns/templates/dns/addDeleteDNSRecords.html:172 +#: dns/templates/dns/addDeleteDNSRecords.html:196 +#: dns/templates/dns/addDeleteDNSRecords.html:220 +#: dns/templates/dns/addDeleteDNSRecords.html:244 +#: dns/templates/dns/addDeleteDNSRecords.html:272 #: firewall/templates/firewall/firewall.html:117 msgid "Add" msgstr "Adicionar" -#: dns/templates/dns/addDeleteDNSRecords.html:130 +#: dns/templates/dns/addDeleteDNSRecords.html:90 +#, fuzzy +#| msgid "IP Address" +msgid "IPV6 Address" +msgstr "Endereço de IP" + +#: dns/templates/dns/addDeleteDNSRecords.html:114 +#: dns/templates/dns/addDeleteDNSRecords.html:141 +#: dns/templates/dns/createDNSZone.html:27 +#: dns/templates/dns/createNameServer.html:27 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:52 +#: websiteFunctions/templates/websiteFunctions/website.html:313 +msgid "Domain Name" +msgstr "Nome de Domínio" + +#: dns/templates/dns/addDeleteDNSRecords.html:137 +#: dns/templates/dns/addDeleteDNSRecords.html:299 +msgid "Priority" +msgstr "Prioridade" + +#: dns/templates/dns/addDeleteDNSRecords.html:166 +msgid "Policy" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:190 +msgid "Text" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:214 +#, fuzzy +#| msgid "Value" +msgid "SOA Value" +msgstr "Valor" + +#: dns/templates/dns/addDeleteDNSRecords.html:238 +#, fuzzy +#| msgid "First Nameserver" +msgid "Name server" +msgstr "Primeiro Nameserver" + +#: dns/templates/dns/addDeleteDNSRecords.html:261 +#, fuzzy +#| msgid "Priority" +msgid "Prioirty" +msgstr "Prioridade" + +#: dns/templates/dns/addDeleteDNSRecords.html:266 +msgid "Content" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:295 msgid "Type" msgstr "Tipo" -#: dns/templates/dns/addDeleteDNSRecords.html:132 +#: dns/templates/dns/addDeleteDNSRecords.html:298 msgid "Value" msgstr "Valor" -#: dns/templates/dns/addDeleteDNSRecords.html:160 +#: dns/templates/dns/addDeleteDNSRecords.html:327 msgid "Cannot fetch records. Error message:" msgstr "Impossível obter registos. Mensagem de erro:" -#: dns/templates/dns/addDeleteDNSRecords.html:164 +#: dns/templates/dns/addDeleteDNSRecords.html:331 msgid "Cannot add record. Error message: " msgstr "Impossível adicionar registo. Mensage de erro: " -#: dns/templates/dns/addDeleteDNSRecords.html:172 +#: dns/templates/dns/addDeleteDNSRecords.html:339 msgid "Record Successfully Deleted" msgstr "Registo Apagado com Sucesso" -#: dns/templates/dns/addDeleteDNSRecords.html:176 +#: dns/templates/dns/addDeleteDNSRecords.html:343 msgid "Cannot delete record. Error message:" msgstr "Impossível apagar registo. Mensage de erro:" -#: dns/templates/dns/addDeleteDNSRecords.html:180 +#: dns/templates/dns/addDeleteDNSRecords.html:347 msgid "Record Successfully Added." msgstr "Registo Criado com Sucesso." @@ -1628,8 +1735,8 @@ msgid " File Manager" msgstr "Gestor de Ficheiros" #: filemanager/templates/filemanager/index.html:63 -#: filemanager/templates/filemanager/index.html:202 -#: filemanager/templates/filemanager/index.html:233 +#: filemanager/templates/filemanager/index.html:205 +#: filemanager/templates/filemanager/index.html:236 #, fuzzy #| msgid "Reload" msgid "Upload" @@ -1646,310 +1753,319 @@ msgid "New Folder" msgstr "" #: filemanager/templates/filemanager/index.html:75 -#: filemanager/templates/filemanager/index.html:563 +#: filemanager/templates/filemanager/index.html:566 msgid "Copy" msgstr "" #: filemanager/templates/filemanager/index.html:78 -#: filemanager/templates/filemanager/index.html:528 +#: filemanager/templates/filemanager/index.html:531 msgid "Move" msgstr "" #: filemanager/templates/filemanager/index.html:81 -#: filemanager/templates/filemanager/index.html:593 +#: filemanager/templates/filemanager/index.html:596 #, fuzzy #| msgid "Username" msgid "Rename" msgstr "Nome de Utilizador" #: filemanager/templates/filemanager/index.html:84 +#: websiteFunctions/templates/websiteFunctions/listCron.html:66 msgid "Edit" msgstr "" #: filemanager/templates/filemanager/index.html:87 -#: filemanager/templates/filemanager/index.html:438 -#: filemanager/templates/filemanager/index.html:465 +#: filemanager/templates/filemanager/index.html:441 +#: filemanager/templates/filemanager/index.html:468 msgid "Compress" msgstr "" #: filemanager/templates/filemanager/index.html:90 -#: filemanager/templates/filemanager/index.html:493 +#: filemanager/templates/filemanager/index.html:496 msgid "Extract" msgstr "" -#: filemanager/templates/filemanager/index.html:108 +#: filemanager/templates/filemanager/index.html:93 +#, fuzzy +#| msgid "PHP version " +msgid "Fix Permissions" +msgstr "Versão do PHP " + +#: filemanager/templates/filemanager/index.html:111 #, fuzzy #| msgid "Current Package:" msgid "Current Path" msgstr "Pacote Atual:" -#: filemanager/templates/filemanager/index.html:136 +#: filemanager/templates/filemanager/index.html:139 #, fuzzy #| msgid "Back up" msgid "Back" msgstr "Backup" -#: filemanager/templates/filemanager/index.html:140 +#: filemanager/templates/filemanager/index.html:143 #: serverLogs/templates/serverLogs/accessLogs.html:42 #: serverLogs/templates/serverLogs/emailLogs.html:39 #: serverLogs/templates/serverLogs/errorLogs.html:39 #: serverLogs/templates/serverLogs/ftplogs.html:39 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:39 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:40 +#: websiteFunctions/templates/websiteFunctions/listCron.html:36 msgid "Refresh" msgstr "Atualizar" -#: filemanager/templates/filemanager/index.html:144 +#: filemanager/templates/filemanager/index.html:147 #, fuzzy #| msgid "Select Email" msgid "Select All" msgstr "Selecionar E-Mail" -#: filemanager/templates/filemanager/index.html:148 +#: filemanager/templates/filemanager/index.html:151 #, fuzzy #| msgid "Select Email" msgid "UnSelect All" msgstr "Selecionar E-Mail" -#: filemanager/templates/filemanager/index.html:158 +#: filemanager/templates/filemanager/index.html:161 #, fuzzy #| msgid "Size" msgid "Size (KB)" msgstr "Tamanho" -#: filemanager/templates/filemanager/index.html:159 +#: filemanager/templates/filemanager/index.html:162 msgid "Last Modified" msgstr "" -#: filemanager/templates/filemanager/index.html:160 +#: filemanager/templates/filemanager/index.html:163 #, fuzzy #| msgid "PHP version " msgid "Permissions" msgstr "Versão do PHP " -#: filemanager/templates/filemanager/index.html:180 +#: filemanager/templates/filemanager/index.html:183 msgid "Upload File" msgstr "" -#: filemanager/templates/filemanager/index.html:187 +#: filemanager/templates/filemanager/index.html:190 msgid "Upload queue" msgstr "" -#: filemanager/templates/filemanager/index.html:188 +#: filemanager/templates/filemanager/index.html:191 msgid "Queue length:" msgstr "" -#: filemanager/templates/filemanager/index.html:195 +#: filemanager/templates/filemanager/index.html:198 msgid "Drop" msgstr "" -#: filemanager/templates/filemanager/index.html:196 +#: filemanager/templates/filemanager/index.html:199 msgid "Drop Files here to upload them." msgstr "" -#: filemanager/templates/filemanager/index.html:211 +#: filemanager/templates/filemanager/index.html:214 msgid "Progress" msgstr "" -#: filemanager/templates/filemanager/index.html:213 +#: filemanager/templates/filemanager/index.html:216 #, fuzzy #| msgid "FTP Functions" msgid "Actions" msgstr "Funções do FTP" -#: filemanager/templates/filemanager/index.html:239 +#: filemanager/templates/filemanager/index.html:242 msgid "Remove" msgstr "" -#: filemanager/templates/filemanager/index.html:249 +#: filemanager/templates/filemanager/index.html:252 msgid "Queue progress:" msgstr "" -#: filemanager/templates/filemanager/index.html:258 +#: filemanager/templates/filemanager/index.html:261 #, fuzzy #| msgid "Cannot tune. Error message:" msgid "can not be uploaded, Error message:" msgstr "Impossível afinar. Mensagem de erro:" -#: filemanager/templates/filemanager/index.html:262 +#: filemanager/templates/filemanager/index.html:265 msgid "Upload all" msgstr "" -#: filemanager/templates/filemanager/index.html:265 +#: filemanager/templates/filemanager/index.html:268 #, fuzzy #| msgid "Create Back up" msgid "Cancel all" msgstr "Criar Backup" -#: filemanager/templates/filemanager/index.html:268 +#: filemanager/templates/filemanager/index.html:271 msgid "Remove all" msgstr "" -#: filemanager/templates/filemanager/index.html:304 +#: filemanager/templates/filemanager/index.html:307 #, fuzzy #| msgid "Rule successfully added." msgid "File Successfully saved." msgstr "Regra adicionada com sucesso." -#: filemanager/templates/filemanager/index.html:311 +#: filemanager/templates/filemanager/index.html:314 #: firewall/templates/firewall/secureSSH.html:68 -#: managePHP/templates/managePHP/editPHPConfig.html:130 -#: managePHP/templates/managePHP/editPHPConfig.html:203 +#: managePHP/templates/managePHP/editPHPConfig.html:138 +#: managePHP/templates/managePHP/editPHPConfig.html:212 msgid "Save Changes" msgstr "Guardar Alterações" -#: filemanager/templates/filemanager/index.html:328 +#: filemanager/templates/filemanager/index.html:331 #, fuzzy #| msgid "Create New User" msgid "Create new folder!" msgstr "Criar Novo Utilizador" -#: filemanager/templates/filemanager/index.html:336 +#: filemanager/templates/filemanager/index.html:339 #, fuzzy #| msgid "File Name" msgid "New Folder Name" msgstr "Nome do Ficheiro" -#: filemanager/templates/filemanager/index.html:338 +#: filemanager/templates/filemanager/index.html:341 msgid "Folder will be created in your current directory" msgstr "" -#: filemanager/templates/filemanager/index.html:340 +#: filemanager/templates/filemanager/index.html:343 #, fuzzy #| msgid "Create User" msgid "Create Folder" msgstr "Criar Utilizador" -#: filemanager/templates/filemanager/index.html:353 +#: filemanager/templates/filemanager/index.html:356 #, fuzzy #| msgid "is successfully created." msgid "Folder Successfully created." msgstr "foi criado com sucesso." -#: filemanager/templates/filemanager/index.html:372 +#: filemanager/templates/filemanager/index.html:375 #, fuzzy #| msgid "Create New User" msgid "Create new file!" msgstr "Criar Novo Utilizador" -#: filemanager/templates/filemanager/index.html:380 +#: filemanager/templates/filemanager/index.html:383 #, fuzzy #| msgid "File Name" msgid "New File Name" msgstr "Nome do Ficheiro" -#: filemanager/templates/filemanager/index.html:382 +#: filemanager/templates/filemanager/index.html:385 msgid "" "File will be created in your current directory, if it already exists it will " "not overwirte." msgstr "" -#: filemanager/templates/filemanager/index.html:384 +#: filemanager/templates/filemanager/index.html:387 #, fuzzy #| msgid "Create Email" msgid "Create File" msgstr "Criar E-Mail" -#: filemanager/templates/filemanager/index.html:397 +#: filemanager/templates/filemanager/index.html:400 #, fuzzy #| msgid "is successfully created." msgid "File Successfully created." msgstr "foi criado com sucesso." -#: filemanager/templates/filemanager/index.html:413 +#: filemanager/templates/filemanager/index.html:416 #, fuzzy #| msgid "Configurations" msgid "Confirm Deletion!" msgstr "Configurações" -#: filemanager/templates/filemanager/index.html:422 +#: filemanager/templates/filemanager/index.html:425 msgid "Confirm" msgstr "" -#: filemanager/templates/filemanager/index.html:423 -#: filemanager/templates/filemanager/index.html:466 -#: filemanager/templates/filemanager/index.html:529 -#: filemanager/templates/filemanager/index.html:564 -#: filemanager/templates/filemanager/index.html:594 -#: websiteFunctions/templates/websiteFunctions/website.html:417 +#: filemanager/templates/filemanager/index.html:426 +#: filemanager/templates/filemanager/index.html:469 +#: filemanager/templates/filemanager/index.html:532 +#: filemanager/templates/filemanager/index.html:567 +#: filemanager/templates/filemanager/index.html:597 +#: websiteFunctions/templates/websiteFunctions/website.html:447 msgid "Close" msgstr "" -#: filemanager/templates/filemanager/index.html:446 +#: filemanager/templates/filemanager/index.html:449 msgid "List of files/folder!" msgstr "" -#: filemanager/templates/filemanager/index.html:450 +#: filemanager/templates/filemanager/index.html:453 #, fuzzy #| msgid "File Name" msgid "Compressed File Name" msgstr "Nome do Ficheiro" -#: filemanager/templates/filemanager/index.html:452 +#: filemanager/templates/filemanager/index.html:455 #, fuzzy #| msgid "Extension Name" msgid "Enter without extension name!" msgstr "Nome da Extensão" -#: filemanager/templates/filemanager/index.html:456 +#: filemanager/templates/filemanager/index.html:459 msgid "Compression Type" msgstr "" -#: filemanager/templates/filemanager/index.html:481 +#: filemanager/templates/filemanager/index.html:484 msgid "Extracting" msgstr "" -#: filemanager/templates/filemanager/index.html:489 +#: filemanager/templates/filemanager/index.html:492 msgid "Extract in" msgstr "" -#: filemanager/templates/filemanager/index.html:491 +#: filemanager/templates/filemanager/index.html:494 msgid "You can enter . to extract in current directory!" msgstr "" -#: filemanager/templates/filemanager/index.html:509 +#: filemanager/templates/filemanager/index.html:512 #, fuzzy #| msgid "Files" msgid "Move Files" msgstr "Ficheiros" -#: filemanager/templates/filemanager/index.html:517 -#: filemanager/templates/filemanager/index.html:552 +#: filemanager/templates/filemanager/index.html:520 +#: filemanager/templates/filemanager/index.html:555 msgid "List of files/folders!" msgstr "" -#: filemanager/templates/filemanager/index.html:521 +#: filemanager/templates/filemanager/index.html:524 msgid "Move to" msgstr "" -#: filemanager/templates/filemanager/index.html:523 +#: filemanager/templates/filemanager/index.html:526 msgid "Enter a path to move your files!" msgstr "" -#: filemanager/templates/filemanager/index.html:544 +#: filemanager/templates/filemanager/index.html:547 #, fuzzy #| msgid "Files" msgid "Copy Files" msgstr "Ficheiros" -#: filemanager/templates/filemanager/index.html:556 +#: filemanager/templates/filemanager/index.html:559 msgid "Copy to" msgstr "" -#: filemanager/templates/filemanager/index.html:558 +#: filemanager/templates/filemanager/index.html:561 msgid "Enter a path to copy your files to!" msgstr "" -#: filemanager/templates/filemanager/index.html:578 +#: filemanager/templates/filemanager/index.html:581 msgid "Renaming" msgstr "" -#: filemanager/templates/filemanager/index.html:586 +#: filemanager/templates/filemanager/index.html:589 #, fuzzy #| msgid "File Name" msgid "New Name" msgstr "Nome do Ficheiro" -#: filemanager/templates/filemanager/index.html:588 +#: filemanager/templates/filemanager/index.html:591 msgid "Enter new name of file!" msgstr "" @@ -2014,6 +2130,167 @@ msgstr "Funções de Segurança" msgid "Manage the security of the server on this page." msgstr "Administre a segurança do servidor nesta página." +#: firewall/templates/firewall/modSecurity.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity - CyberPanel" +msgstr "Segurança - CyberPaneç" + +#: firewall/templates/firewall/modSecurity.html:13 +#, fuzzy +#| msgid "Edit PHP Configurations" +msgid "ModSecurity Configurations!" +msgstr "Altere as Configurações PHP" + +#: firewall/templates/firewall/modSecurity.html:14 +#, fuzzy +#| msgid "On this page you can set up your Back up destinations. (SFTP)" +msgid "On this page you can configure ModSecurity settings." +msgstr "Nesta página, pode definir os seus destinos de backups. (SFTP)" + +#: firewall/templates/firewall/modSecurity.html:20 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity" +msgstr "Segurança" + +#: firewall/templates/firewall/modSecurity.html:29 +#: firewall/templates/firewall/modSecurityRules.html:70 +#: firewall/templates/firewall/modSecurityRulesPacks.html:28 +msgid "ModSecurity is not installed " +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:31 +#: firewall/templates/firewall/modSecurityRules.html:72 +#: firewall/templates/firewall/modSecurityRulesPacks.html:30 +#, fuzzy +#| msgid "Install" +msgid "Install Now." +msgstr "Instalar" + +#: firewall/templates/firewall/modSecurity.html:43 +#, fuzzy +#| msgid "Cannot add destination. Error message:" +msgid "Failed to start installation, Error message: " +msgstr "Impossível adicionar destino. Mensagem de erro:" + +#: firewall/templates/firewall/modSecurity.html:51 +#, fuzzy +#| msgid "Installation failed. Error message:" +msgid "Installation failed." +msgstr "Instalação falhou. Mensagem de erro:" + +#: firewall/templates/firewall/modSecurity.html:55 +msgid "ModSecurity successfully installed, refreshing page in 3 seconds.." +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:66 +msgid "Winter is coming, but so is ModSecurity." +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:157 +#, fuzzy +#| msgid "Save Changes" +msgid "Save changes." +msgstr "Guardar Alterações" + +#: firewall/templates/firewall/modSecurity.html:169 +#, fuzzy +#| msgid "Could not fetch current configuration. Error message:" +msgid "Failed to save ModSecurity configurations. Error message: " +msgstr "Impossível obter configuração atual. Mensagem de erro:" + +#: firewall/templates/firewall/modSecurity.html:173 +#, fuzzy +#| msgid " is successfully created." +msgid "ModSecurity configurations successfully saved." +msgstr " foi criado com sucesso." + +#: firewall/templates/firewall/modSecurityRules.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity Rules - CyberPanel" +msgstr "Segurança - CyberPaneç" + +#: firewall/templates/firewall/modSecurityRules.html:13 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Rules!" +msgstr "Segurança" + +#: firewall/templates/firewall/modSecurityRules.html:14 +#, fuzzy +#| msgid "" +#| "On this page you can launch, list, modify and delete websites from your " +#| "server." +msgid "On this page you can add/delete ModSecurity rules." +msgstr "" +"Nesta página poderás abrir, listar, modificar e alterar websites do teu " +"servidor." + +#: firewall/templates/firewall/modSecurityRules.html:42 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Save Rules!" +msgstr "Guardar Regras Rewrite" + +#: firewall/templates/firewall/modSecurityRules.html:49 +msgid "ModSecurity Rules Saved" +msgstr "" + +#: firewall/templates/firewall/modSecurityRules.html:58 +#, fuzzy +#| msgid "Could not save rewrite rules. Error message:" +msgid "Could not save rules, Error message: " +msgstr "Impossível guardar regras Rewrite. Mensagem de erro:" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity Rules Packs - CyberPanel" +msgstr "Segurança - CyberPaneç" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:13 +#: firewall/templates/firewall/modSecurityRulesPacks.html:20 +#, fuzzy +#| msgid "Modify Package" +msgid "ModSecurity Rules Packages!" +msgstr "Editar Pacote" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:14 +msgid "Install/Un-install ModSecurity rules packages." +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:60 +#: firewall/templates/firewall/modSecurityRulesPacks.html:71 +#, fuzzy +#| msgid "Configurations" +msgid "Configure" +msgstr "Configurações" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:84 +#: firewall/templates/firewall/modSecurityRulesPacks.html:96 +#, fuzzy +#| msgid "Action successful." +msgid "Operation successful." +msgstr "Ação com sucesso." + +#: firewall/templates/firewall/modSecurityRulesPacks.html:92 +#, fuzzy +#| msgid "Action failed. Error message:" +msgid "Operation failed, Error message: " +msgstr "Ação falhou. Mensagem de erro:" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:110 +msgid "Supplier" +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:111 +#, fuzzy +#| msgid "File Name" +msgid "Filename" +msgstr "Nome do Ficheiro" + #: firewall/templates/firewall/secureSSH.html:3 msgid "Secure SSH - CyberPanel" msgstr "SSH Seguro - CyberPanel" @@ -2063,8 +2340,8 @@ msgstr "Adicionar Chave" #: firewall/templates/firewall/secureSSH.html:158 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:55 -#: websiteFunctions/templates/websiteFunctions/website.html:553 -#: websiteFunctions/templates/websiteFunctions/website.html:613 +#: websiteFunctions/templates/websiteFunctions/website.html:599 +#: websiteFunctions/templates/websiteFunctions/website.html:658 msgid "Save" msgstr "Guardar" @@ -2112,7 +2389,7 @@ msgstr "Conta FTP com nome de utilizador:" #: ftp/templates/ftp/createFTPAccount.html:84 #: ftp/templates/ftp/createFTPAccount.html:87 -#: userManagment/templates/userManagment/createUser.html:154 +#: userManagment/templates/userManagment/createUser.html:144 msgid "is successfully created." msgstr "foi criado com sucesso." @@ -2237,6 +2514,56 @@ msgstr "Selecione um website da lista, para apagar uma conta de e-mail." msgid "Email with id : {$ deletedID $} is successfully deleted." msgstr "E-Mail com o id: {$ deletedID $} foi apagado com sucesso." +#: mailServer/templates/mailServer/dkimManager.html:3 +#, fuzzy +#| msgid "Manage SSL - CyberPanel" +msgid "DKIM Manager - CyberPanel" +msgstr "Gerir SSL - CyberPanel" + +#: mailServer/templates/mailServer/dkimManager.html:14 +#, fuzzy +#| msgid "This page can be used to Back up your websites" +msgid "This page can be used to generate and view DKIM keys for Domains" +msgstr "Esta página pode ser usada para fazer backup dos seus websites" + +#: mailServer/templates/mailServer/dkimManager.html:27 +msgid "OpenDKIM is not installed. " +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:28 +#, fuzzy +#| msgid "Install" +msgid "Install Now" +msgstr "Instalar" + +#: mailServer/templates/mailServer/dkimManager.html:48 +msgid "OpenDKIM successfully installed, refreshing page in 3 seconds.." +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:97 +#, fuzzy +#| msgid "Currently no email accounts exist for this domain." +msgid "Keys not available for this domain." +msgstr "Atualmente nenhuma conta de e-mail existe para este domínio." + +#: mailServer/templates/mailServer/dkimManager.html:98 +msgid "Generate Now" +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:110 +#, fuzzy +#| msgid "Domain Name" +msgid "Domain" +msgstr "Nome de Domínio" + +#: mailServer/templates/mailServer/dkimManager.html:111 +msgid "Private Key" +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:112 +msgid "Public Key" +msgstr "" + #: mailServer/templates/mailServer/index.html:3 msgid "Mail Functions - CyberPanel" msgstr "Funções do Mail - CyberPanel" @@ -2267,48 +2594,55 @@ msgid "Advanced" msgstr "Avançado" #: managePHP/templates/managePHP/editPHPConfig.html:48 -#: managePHP/templates/managePHP/editPHPConfig.html:174 +#: managePHP/templates/managePHP/editPHPConfig.html:182 #: managePHP/templates/managePHP/installExtensions.html:28 #: websiteFunctions/templates/websiteFunctions/createWebsite.html:68 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:74 -#: websiteFunctions/templates/websiteFunctions/website.html:309 +#: websiteFunctions/templates/websiteFunctions/website.html:333 +#: websiteFunctions/templates/websiteFunctions/website.html:729 msgid "Select PHP" msgstr "Selecionar PHP" -#: managePHP/templates/managePHP/editPHPConfig.html:66 +#: managePHP/templates/managePHP/editPHPConfig.html:67 msgid "display_errors" msgstr "display_errors" -#: managePHP/templates/managePHP/editPHPConfig.html:73 +#: managePHP/templates/managePHP/editPHPConfig.html:74 msgid "file_uploads" msgstr "file_uploads" -#: managePHP/templates/managePHP/editPHPConfig.html:81 +#: managePHP/templates/managePHP/editPHPConfig.html:82 msgid "allow_url_fopen" msgstr "allow_url_fopen" -#: managePHP/templates/managePHP/editPHPConfig.html:89 +#: managePHP/templates/managePHP/editPHPConfig.html:90 msgid "allow_url_include" msgstr "allow_url_include" -#: managePHP/templates/managePHP/editPHPConfig.html:97 +#: managePHP/templates/managePHP/editPHPConfig.html:98 msgid "memory_limit" msgstr "memory_limit" -#: managePHP/templates/managePHP/editPHPConfig.html:104 +#: managePHP/templates/managePHP/editPHPConfig.html:105 msgid "max_execution_time" msgstr "max_execution_time" -#: managePHP/templates/managePHP/editPHPConfig.html:111 +#: managePHP/templates/managePHP/editPHPConfig.html:112 msgid "upload_max_filesize" msgstr "upload_max_filesize" -#: managePHP/templates/managePHP/editPHPConfig.html:118 +#: managePHP/templates/managePHP/editPHPConfig.html:119 +#, fuzzy +#| msgid "upload_max_filesize" +msgid "post_max_size" +msgstr "upload_max_filesize" + +#: managePHP/templates/managePHP/editPHPConfig.html:126 msgid "max_input_time" msgstr "max_input_time" -#: managePHP/templates/managePHP/editPHPConfig.html:144 -#: managePHP/templates/managePHP/editPHPConfig.html:216 +#: managePHP/templates/managePHP/editPHPConfig.html:152 +#: managePHP/templates/managePHP/editPHPConfig.html:225 msgid "PHP Configs Saved." msgstr "Configurações PHP Guardadas." @@ -2337,41 +2671,41 @@ msgstr "Instale/desinstale extensões do php nesta página." msgid "Select PHP Version" msgstr "Selecione Versão do PHP" -#: managePHP/templates/managePHP/installExtensions.html:48 +#: managePHP/templates/managePHP/installExtensions.html:49 #, fuzzy #| msgid "Install Extensions" msgid "Search Extensions.." msgstr "Instalar Extensões" -#: managePHP/templates/managePHP/installExtensions.html:63 +#: managePHP/templates/managePHP/installExtensions.html:64 msgid "Extension Name" msgstr "Nome da Extensão" -#: managePHP/templates/managePHP/installExtensions.html:64 +#: managePHP/templates/managePHP/installExtensions.html:65 msgid "Description" msgstr "Descrição" -#: managePHP/templates/managePHP/installExtensions.html:66 -#: managePHP/templates/managePHP/installExtensions.html:77 +#: managePHP/templates/managePHP/installExtensions.html:67 +#: managePHP/templates/managePHP/installExtensions.html:78 msgid "Install" msgstr "Instalar" -#: managePHP/templates/managePHP/installExtensions.html:67 -#: managePHP/templates/managePHP/installExtensions.html:78 +#: managePHP/templates/managePHP/installExtensions.html:68 +#: managePHP/templates/managePHP/installExtensions.html:79 msgid "Uninstall" msgstr "Desinstalar" -#: managePHP/templates/managePHP/installExtensions.html:93 +#: managePHP/templates/managePHP/installExtensions.html:94 msgid "Go Back" msgstr "Voltar" -#: managePHP/templates/managePHP/installExtensions.html:104 +#: managePHP/templates/managePHP/installExtensions.html:105 #: tuning/templates/tuning/phpTuning.html:111 -#: userManagment/templates/userManagment/modifyUser.html:143 +#: userManagment/templates/userManagment/modifyUser.html:135 msgid "Cannot fetch details. Error message:" msgstr "Impossível obter os detalhes. Mensagem de erro:" -#: managePHP/templates/managePHP/installExtensions.html:108 +#: managePHP/templates/managePHP/installExtensions.html:109 msgid "Cannot perform operation. Error message:" msgstr "Impossível efetuar a operação. Mensagem de erro:" @@ -2401,11 +2735,13 @@ msgstr "" #: manageSSL/templates/manageSSL/manageSSL.html:42 #: manageSSL/templates/manageSSL/sslForHostName.html:42 +#: manageSSL/templates/manageSSL/sslForMailServer.html:42 msgid "Issue SSL" msgstr "Emitir SSL" #: manageSSL/templates/manageSSL/manageSSL.html:52 #: manageSSL/templates/manageSSL/sslForHostName.html:52 +#: manageSSL/templates/manageSSL/sslForMailServer.html:52 msgid "Cannot issue SSL. Error message:" msgstr "Impossível emitir SSL. Mensagem de erro:" @@ -2432,6 +2768,35 @@ msgstr "" msgid "SSL Issued. You can now access CyberPanel at:" msgstr "SSL Emitido. Poderá agora aceder ao CyberPanel a partir de:" +#: manageSSL/templates/manageSSL/sslForMailServer.html:3 +#, fuzzy +#| msgid "Issue SSL For Hostname - CyberPanel" +msgid "Issue SSL For MailServer - CyberPanel" +msgstr "Emitir SSL para o Hostname - CyberPanel" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:13 +#: manageSSL/templates/manageSSL/sslForMailServer.html:20 +#, fuzzy +#| msgid "Issue SSL For Hostname" +msgid "Issue SSL For MailServer" +msgstr "Emitir SSL para o Hostname" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:14 +#, fuzzy +#| msgid "Issue Let’s Encrypt SSLs for websites and hostname." +msgid "Let’s Encrypt SSL for MailServer (Postfix/Dovecot)." +msgstr "Emita SSLs Let's Encrypt para os websites e o hostname." + +#: manageSSL/templates/manageSSL/sslForMailServer.html:56 +msgid "SSL Issued, your mail server now uses Lets Encrypt!" +msgstr "" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:60 +#, fuzzy +#| msgid "Could not connect to server. Please refresh this page." +msgid "Could not connect to server, please refresh this page." +msgstr "Impossível conectar ao servidor. Por favor atualize esta página." + #: packages/templates/packages/createPackage.html:3 msgid "Create Package - CyberPanel" msgstr "Criar Pacote - CyberPanel" @@ -2458,7 +2823,7 @@ msgstr "Nome do Pacote" #: packages/templates/packages/createPackage.html:35 #: packages/templates/packages/modifyPackage.html:40 -#: websiteFunctions/templates/websiteFunctions/website.html:249 +#: websiteFunctions/templates/websiteFunctions/website.html:254 #, fuzzy #| msgid "Domain Name" msgid "Domains" @@ -2548,7 +2913,7 @@ msgstr "Logs de Acesso - CyberPanel" #: serverLogs/templates/serverLogs/accessLogs.html:17 #: serverLogs/templates/serverLogs/index.html:25 #: serverLogs/templates/serverLogs/index.html:27 -#: websiteFunctions/templates/websiteFunctions/website.html:120 +#: websiteFunctions/templates/websiteFunctions/website.html:128 msgid "Access Logs" msgstr "Logs de Acesso" @@ -2560,22 +2925,35 @@ msgstr "Logs de Acesso para o servidor web principal." #: serverLogs/templates/serverLogs/emailLogs.html:23 #: serverLogs/templates/serverLogs/errorLogs.html:23 #: serverLogs/templates/serverLogs/ftplogs.html:23 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:23 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:24 msgid "Last 50 Lines" msgstr "Últimas 50 Linhas" -#: serverLogs/templates/serverLogs/accessLogs.html:49 -#: serverLogs/templates/serverLogs/emailLogs.html:46 -#: serverLogs/templates/serverLogs/errorLogs.html:46 -#: serverLogs/templates/serverLogs/ftplogs.html:46 +#: serverLogs/templates/serverLogs/accessLogs.html:45 +#: serverLogs/templates/serverLogs/emailLogs.html:42 +#: serverLogs/templates/serverLogs/errorLogs.html:42 +#: serverLogs/templates/serverLogs/ftplogs.html:42 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:42 +#, fuzzy +#| msgid "Server Logs" +msgid "Clear Logs" +msgstr "Logs do Servidor" + +#: serverLogs/templates/serverLogs/accessLogs.html:52 +#: serverLogs/templates/serverLogs/emailLogs.html:49 +#: serverLogs/templates/serverLogs/errorLogs.html:49 +#: serverLogs/templates/serverLogs/ftplogs.html:49 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:50 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:47 msgid "Last 50 Lines Fetched" msgstr "Últimas 50 Linhas Obtidas" -#: serverLogs/templates/serverLogs/accessLogs.html:54 -#: serverLogs/templates/serverLogs/emailLogs.html:51 -#: serverLogs/templates/serverLogs/errorLogs.html:51 -#: serverLogs/templates/serverLogs/ftplogs.html:51 +#: serverLogs/templates/serverLogs/accessLogs.html:57 +#: serverLogs/templates/serverLogs/emailLogs.html:54 +#: serverLogs/templates/serverLogs/errorLogs.html:54 +#: serverLogs/templates/serverLogs/ftplogs.html:54 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:55 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:52 msgid "Could not fetch logs. Use the command line to view the log file." msgstr "" @@ -2618,6 +2996,18 @@ msgstr "" "Estes são os logs para o servidor principal, para ver os logs do seu website " "nave para: Websites -> Listar Websites -> Selecionar Website -> Ver Logs." +#: serverLogs/templates/serverLogs/modSecAuditLog.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity Audit Logs - CyberPanel" +msgstr "Segurança - CyberPaneç" + +#: serverLogs/templates/serverLogs/modSecAuditLog.html:15 +#, fuzzy +#| msgid "Security Functions" +msgid "ModSecurity Audit logs" +msgstr "Funções de Segurança" + #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:3 msgid "CyberPanel Main Log File - CyberPanel" msgstr "Ficheiro de Log Principal do CyberPanel - CyberPanel" @@ -2756,16 +3146,6 @@ msgstr "Tamanho da Cache em memória" msgid "Enable GZIP Compression" msgstr "Ativar Compressão GZIP" -#: tuning/templates/tuning/liteSpeedTuning.html:70 -#: tuning/templates/tuning/phpTuning.html:90 -msgid "Enable" -msgstr "Ativar" - -#: tuning/templates/tuning/liteSpeedTuning.html:71 -#: tuning/templates/tuning/phpTuning.html:91 -msgid "Disable" -msgstr "Desativar" - #: tuning/templates/tuning/liteSpeedTuning.html:74 #: tuning/templates/tuning/phpTuning.html:94 #: userManagment/templates/userManagment/modifyUser.html:77 @@ -2776,7 +3156,7 @@ msgstr "Atualmente:" msgid "Tune Web Server" msgstr "Afine o Servidor Web" -#: tuning/templates/tuning/liteSpeedTuning.html:93 +#: tuning/templates/tuning/liteSpeedTuning.html:92 msgid "" "Cannot fetch Current Value, but you can still submit new changes, error " "reported from server:" @@ -2784,11 +3164,11 @@ msgstr "" "Impossível obter Valor Atual, mas podes submeter novas alterações, erro " "enviado do servidor:" -#: tuning/templates/tuning/liteSpeedTuning.html:97 +#: tuning/templates/tuning/liteSpeedTuning.html:96 msgid "Cannot save details, Error Message: " msgstr "Impossível guardar detalhes, Mensagem de Erro: " -#: tuning/templates/tuning/liteSpeedTuning.html:102 +#: tuning/templates/tuning/liteSpeedTuning.html:101 msgid "Web Server Successfully tuned." msgstr "Servidor Web Afinado com Sucesso." @@ -2824,6 +3204,14 @@ msgstr "Limite de Processos Duro" msgid "Persistent Connection" msgstr "Ligação Persistente" +#: tuning/templates/tuning/phpTuning.html:90 +msgid "Enable" +msgstr "Ativar" + +#: tuning/templates/tuning/phpTuning.html:91 +msgid "Disable" +msgstr "Desativar" + #: tuning/templates/tuning/phpTuning.html:102 msgid "Tune PHP" msgstr "Ainar PHP" @@ -2889,17 +3277,6 @@ msgstr "E-Mail Inválido" msgid "Account Type" msgstr "Tipo de Conta" -#: userManagment/templates/userManagment/createUser.html:67 -#: userManagment/templates/userManagment/modifyUser.html:72 -msgid "Admin" -msgstr "Administrador" - -#: userManagment/templates/userManagment/createUser.html:68 -#: userManagment/templates/userManagment/createUser.html:79 -#: userManagment/templates/userManagment/modifyUser.html:73 -msgid "Normal User" -msgstr "Utilizador Normal" - #: userManagment/templates/userManagment/createUser.html:92 #: userManagment/templates/userManagment/modifyUser.html:88 #: userManagment/templates/userManagment/userProfile.html:67 @@ -2908,45 +3285,38 @@ msgid "User Accounts Limit" msgstr "Limite de Contas de Utilizador" #: userManagment/templates/userManagment/createUser.html:96 -#: userManagment/templates/userManagment/createUser.html:107 msgid "Only Numbers" msgstr "Apenas Números" #: userManagment/templates/userManagment/createUser.html:103 -#: userManagment/templates/userManagment/modifyUser.html:98 -#: userManagment/templates/userManagment/userProfile.html:82 -msgid "Websites Limit" -msgstr "Limite de Websites" - -#: userManagment/templates/userManagment/createUser.html:113 #: userManagment/templates/userManagment/userProfile.html:42 msgid "Username" msgstr "Nome de Utilizador" -#: userManagment/templates/userManagment/createUser.html:117 +#: userManagment/templates/userManagment/createUser.html:107 msgid "Username should be lowercase alphanumeric." msgstr "O Nome de Utilizador deve ser em letras minúsculas e alfanumérico." -#: userManagment/templates/userManagment/createUser.html:127 +#: userManagment/templates/userManagment/createUser.html:117 msgid "Must contain one number and one special character." msgstr "Deverá conter um número e um caracter especial." -#: userManagment/templates/userManagment/createUser.html:143 +#: userManagment/templates/userManagment/createUser.html:133 #: userManagment/templates/userManagment/index.html:40 #: userManagment/templates/userManagment/index.html:42 msgid "Create User" msgstr "Criar Utilizador" -#: userManagment/templates/userManagment/createUser.html:154 -#: userManagment/templates/userManagment/modifyUser.html:130 +#: userManagment/templates/userManagment/createUser.html:144 +#: userManagment/templates/userManagment/modifyUser.html:122 msgid "Account with username:" msgstr "Conta com o nome de utilizador:" -#: userManagment/templates/userManagment/createUser.html:158 +#: userManagment/templates/userManagment/createUser.html:148 msgid "Cannot create user. Error message:" msgstr "Impossível criar utilizador. Mensagem de erro:" -#: userManagment/templates/userManagment/createUser.html:166 +#: userManagment/templates/userManagment/createUser.html:156 msgid "" "Length of first and last name combined should be less than or equal to 20 " "characters" @@ -2996,15 +3366,15 @@ msgstr "Altere definições de utilizadores existentes nesta página." msgid "Select Account" msgstr "Selecionar Conta" -#: userManagment/templates/userManagment/modifyUser.html:130 +#: userManagment/templates/userManagment/modifyUser.html:122 msgid " is successfully modified." msgstr " foi alterado com sucesso." -#: userManagment/templates/userManagment/modifyUser.html:134 +#: userManagment/templates/userManagment/modifyUser.html:126 msgid "Cannot modify user. Error message:" msgstr "Impossível alterar utilizador. Mensagem de erro:" -#: userManagment/templates/userManagment/modifyUser.html:147 +#: userManagment/templates/userManagment/modifyUser.html:139 msgid "Details fetched." msgstr "Detalhes obtidos." @@ -3031,6 +3401,10 @@ msgstr "Nível da Conta" msgid "( 0 = Unlimited )" msgstr "( 0 = Ilimitado )" +#: userManagment/templates/userManagment/userProfile.html:82 +msgid "Websites Limit" +msgstr "Limite de Websites" + #: websiteFunctions/templates/websiteFunctions/createWebsite.html:3 msgid "Create New Website - CyberPanel" msgstr "Criar Novo Website - CyberPanel" @@ -3059,38 +3433,29 @@ msgid "Do not enter WWW, it will be auto created!" msgstr "" #: websiteFunctions/templates/websiteFunctions/createWebsite.html:56 -#: websiteFunctions/templates/websiteFunctions/website.html:293 -#: websiteFunctions/templates/websiteFunctions/website.html:304 +#: websiteFunctions/templates/websiteFunctions/website.html:317 +#: websiteFunctions/templates/websiteFunctions/website.html:328 msgid "Invalid Domain (Note: You don't need to add 'http' or 'https')" msgstr "Domínio Inválido (Nota: Não é necessãrio adicionar 'http' ou 'https')" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:84 -#: websiteFunctions/templates/websiteFunctions/website.html:325 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:85 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:86 +#: websiteFunctions/templates/websiteFunctions/website.html:350 msgid "Additional Features" msgstr "Funcionalidades Adicionais" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:91 -#: websiteFunctions/templates/websiteFunctions/website.html:332 -msgid "" -"For SSL to work DNS of domain should point to server, otherwise self signed " -"SSL will be issued, you can add your own SSL later." -msgstr "" -"Para o SSL funcionar o DNS do domínio deverá apontar para o servidor, senão " -"um cerificado SSL auto-assinado será emitido, poderás adicionar o teu " -"próprio SSL mais tarde." - -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:113 -#: websiteFunctions/templates/websiteFunctions/website.html:354 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:120 +#: websiteFunctions/templates/websiteFunctions/website.html:385 msgid "Cannot create website. Error message:" msgstr "Impossível criar website. Mensage de erro:" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:117 -#: websiteFunctions/templates/websiteFunctions/website.html:358 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:389 msgid "Website with domain" msgstr "Website com o domínio" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:117 -#: websiteFunctions/templates/websiteFunctions/website.html:358 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:389 msgid " is Successfully Created" msgstr " foi Criado com Sucesso" @@ -3114,6 +3479,90 @@ msgstr "Impossível apagar website, Mensagem de erro: " msgid "Successfully Deleted." msgstr "Apagado com Sucesso." +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:3 +#, fuzzy +#| msgid "Home - CyberPanel" +msgid "Domain Aliases - CyberPanel" +msgstr "Principal - CyberPanel" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:12 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:19 +#, fuzzy +#| msgid "Domain Name" +msgid "Domain Aliases" +msgstr "Nome de Domínio" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:13 +msgid "" +"With Domain Aliases you can visit example.com using example.net and view the " +"same content." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:29 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:105 +#, fuzzy +#| msgid "Create Email" +msgid "Create Alias" +msgstr "Criar E-Mail" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:36 +#, fuzzy +#| msgid "Create Email" +msgid "Master Domain" +msgstr "Criar E-Mail" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:37 +msgid "Alias" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:38 +#, fuzzy +#| msgid "Server Status" +msgid "File System Path" +msgstr "Estado do Servidor" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:53 +#: websiteFunctions/templates/websiteFunctions/website.html:480 +#, fuzzy +#| msgid "Issue SSL" +msgid "Issue" +msgstr "Emitir SSL" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:63 +msgid "Domain Aliases not found." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:79 +#, fuzzy +#| msgid "Select Domain" +msgid "Alias Domain" +msgstr "Selecionar Domínio" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:93 +msgid "" +"For SSL to work DNS of domain should point to server, otherwise self signed " +"SSL will be issued, you can add your own SSL later." +msgstr "" +"Para o SSL funcionar o DNS do domínio deverá apontar para o servidor, senão " +"um cerificado SSL auto-assinado será emitido, poderás adicionar o teu " +"próprio SSL mais tarde." + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:114 +#, fuzzy +#| msgid "Action failed. Error message:" +msgid "Operation failed. Error message:" +msgstr "Ação falhou. Mensagem de erro:" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:118 +msgid "Alias successfully created. Refreshing page in 3 seconds..." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:122 +#, fuzzy +#| msgid "Action successful." +msgid "Operation Successfull." +msgstr "Ação com sucesso." + #: websiteFunctions/templates/websiteFunctions/index.html:3 msgid "Website Functions - CyberPanel" msgstr "Funções do Website - CyberPaneç" @@ -3125,6 +3574,136 @@ msgstr "Funções do Website - CyberPaneç" msgid "Suspend/Unsuspend Website" msgstr "Suspender/Reativar Website" +#: websiteFunctions/templates/websiteFunctions/listCron.html:3 +#, fuzzy +#| msgid "Version Management - CyberPanel" +msgid "Cron Management - CyberPanel" +msgstr "Gestão de Versões - CyberPanel" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:12 +#: websiteFunctions/templates/websiteFunctions/listCron.html:19 +#, fuzzy +#| msgid "Version Management" +msgid "Cron Management" +msgstr "Gestão de Versões" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:13 +#, fuzzy +#| msgid "Create, edit and delete users on this page." +msgid "Create, edit or delete your cron jobs from this page." +msgstr "Crie, editE e elimine utilizadores nesta página." + +#: websiteFunctions/templates/websiteFunctions/listCron.html:37 +#, fuzzy +#| msgid "Add Destination" +msgid "Add Cron" +msgstr "Adicionar Destino" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:46 +#: websiteFunctions/templates/websiteFunctions/listCron.html:95 +msgid "Minute" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:47 +#: websiteFunctions/templates/websiteFunctions/listCron.html:101 +msgid "Hour" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:48 +msgid "Day of Month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:49 +#: websiteFunctions/templates/websiteFunctions/listCron.html:113 +msgid "Month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:50 +msgid "Day of Week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:51 +#: websiteFunctions/templates/websiteFunctions/listCron.html:126 +msgid "Command" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:52 +#, fuzzy +#| msgid "FTP Functions" +msgid "Action" +msgstr "Funções do FTP" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:79 +msgid "Pre defined" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:82 +msgid "Every minute" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:83 +msgid "Every 5 minutes" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:84 +msgid "Every 30 minutes" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:85 +msgid "Every hour" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:86 +msgid "Every day" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:87 +msgid "Every week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:88 +msgid "Every month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:89 +msgid "Every year" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:107 +msgid "Day of month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:119 +msgid "Day of week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:135 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Save edits" +msgstr "Guardar Regras Rewrite" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:142 +#, fuzzy +#| msgid "Add Records" +msgid "Add cron" +msgstr "Adicionar Registos" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:152 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:105 +msgid "Cannot fetch website details. Error message:" +msgstr "Impossível obter detalhes do website. Mensagem de erro:" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:156 +#, fuzzy +#| msgid "Could not save SSL. Error message:" +msgid "Unable to add/save Cron. Error message:" +msgstr "Impossível guardar SSL. Mensagem de erro:" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:159 +msgid "Cron job saved" +msgstr "" + #: websiteFunctions/templates/websiteFunctions/listWebsites.html:3 msgid "Websites Hosted - CyberPanel" msgstr "Websites Alojados - CyberPanel" @@ -3145,15 +3724,11 @@ msgstr "Pacote Atual:" msgid "Current Owner:" msgstr "Dono Atual:" -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:104 -msgid "Cannot fetch website details. Error message:" -msgstr "Impossível obter detalhes do website. Mensagem de erro:" - -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:108 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:109 msgid "Cannot modify website. Error message:" msgstr "Impossível alterar website. Mensagem de erro:" -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:112 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:113 msgid "Website Details Successfully fetched" msgstr "Detalhes do Website Obtidos com Sucesso" @@ -3199,248 +3774,349 @@ msgstr "Anterior" msgid "All functions related to a particular site." msgstr "Todas as funções relacionadas com um site específico." -#: websiteFunctions/templates/websiteFunctions/website.html:22 +#: websiteFunctions/templates/websiteFunctions/website.html:25 msgid "Resource Usage" msgstr "Uso de Recursos" -#: websiteFunctions/templates/websiteFunctions/website.html:31 +#: websiteFunctions/templates/websiteFunctions/website.html:36 msgid "Resource" msgstr "Recurso" -#: websiteFunctions/templates/websiteFunctions/website.html:33 +#: websiteFunctions/templates/websiteFunctions/website.html:38 msgid "Allowed" msgstr "Permitido" -#: websiteFunctions/templates/websiteFunctions/website.html:55 -#: websiteFunctions/templates/websiteFunctions/website.html:82 +#: websiteFunctions/templates/websiteFunctions/website.html:60 +#: websiteFunctions/templates/websiteFunctions/website.html:87 msgid "Bandwidth Usage" msgstr "Uso de Banda" -#: websiteFunctions/templates/websiteFunctions/website.html:118 +#: websiteFunctions/templates/websiteFunctions/website.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:127 #, fuzzy #| msgid "Access Logs" msgid "Load Access Logs" msgstr "Logs de Acesso" -#: websiteFunctions/templates/websiteFunctions/website.html:130 +#: websiteFunctions/templates/websiteFunctions/website.html:135 +#: websiteFunctions/templates/websiteFunctions/website.html:138 #, fuzzy #| msgid "Error Logs" msgid "Load Error Logs" msgstr "Log de Erros" -#: websiteFunctions/templates/websiteFunctions/website.html:146 +#: websiteFunctions/templates/websiteFunctions/website.html:150 msgid "Logs Fetched" msgstr "Logs Obtidos" -#: websiteFunctions/templates/websiteFunctions/website.html:151 +#: websiteFunctions/templates/websiteFunctions/website.html:155 msgid "" "Could not fetch logs, see the logs file through command line. Error message:" msgstr "" "Impossível obter os logs, veja o ficheiro de logs pela linha de comandos. " "Mensagem de erro:" -#: websiteFunctions/templates/websiteFunctions/website.html:172 -#: websiteFunctions/templates/websiteFunctions/website.html:211 +#: websiteFunctions/templates/websiteFunctions/website.html:176 +#: websiteFunctions/templates/websiteFunctions/website.html:215 msgid "Next" msgstr "Próximo" -#: websiteFunctions/templates/websiteFunctions/website.html:173 -#: websiteFunctions/templates/websiteFunctions/website.html:212 +#: websiteFunctions/templates/websiteFunctions/website.html:177 +#: websiteFunctions/templates/websiteFunctions/website.html:216 msgid "Previous" msgstr "Anterior" -#: websiteFunctions/templates/websiteFunctions/website.html:256 -#: websiteFunctions/templates/websiteFunctions/website.html:258 +#: websiteFunctions/templates/websiteFunctions/website.html:262 +#: websiteFunctions/templates/websiteFunctions/website.html:265 +#: websiteFunctions/templates/websiteFunctions/website.html:266 #, fuzzy #| msgid "Add Destination" msgid "Add Domains" msgstr "Adicionar Destino" -#: websiteFunctions/templates/websiteFunctions/website.html:268 -#: websiteFunctions/templates/websiteFunctions/website.html:270 +#: websiteFunctions/templates/websiteFunctions/website.html:273 +#: websiteFunctions/templates/websiteFunctions/website.html:276 +#: websiteFunctions/templates/websiteFunctions/website.html:277 +#: websiteFunctions/templates/websiteFunctions/website.html:294 +#: websiteFunctions/templates/websiteFunctions/website.html:297 #, fuzzy #| msgid "Select Domain" msgid "List Domains" msgstr "Selecionar Domínio" -#: websiteFunctions/templates/websiteFunctions/website.html:300 -#: websiteFunctions/templates/websiteFunctions/website.html:770 -#: websiteFunctions/templates/websiteFunctions/website.html:821 +#: websiteFunctions/templates/websiteFunctions/website.html:283 +#: websiteFunctions/templates/websiteFunctions/website.html:286 +#: websiteFunctions/templates/websiteFunctions/website.html:287 +#, fuzzy +#| msgid "Domain Name" +msgid "Domain Alias" +msgstr "Nome de Domínio" + +#: websiteFunctions/templates/websiteFunctions/website.html:294 +#: websiteFunctions/templates/websiteFunctions/website.html:297 +msgid "Add new Cron Job" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:298 +msgid "Cron Jobs" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:324 +#: websiteFunctions/templates/websiteFunctions/website.html:883 +#: websiteFunctions/templates/websiteFunctions/website.html:934 msgid "Path" msgstr "Caminho" -#: websiteFunctions/templates/websiteFunctions/website.html:302 +#: websiteFunctions/templates/websiteFunctions/website.html:326 msgid "This path is relative to: " msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:302 +#: websiteFunctions/templates/websiteFunctions/website.html:326 msgid "Leave empty to set default." msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:343 +#: websiteFunctions/templates/websiteFunctions/website.html:374 #, fuzzy #| msgid "Create Email" msgid "Create Domain" msgstr "Criar E-Mail" -#: websiteFunctions/templates/websiteFunctions/website.html:386 +#: websiteFunctions/templates/websiteFunctions/website.html:416 #, fuzzy #| msgid "Version Management" msgid "PHP Version Changed to:" msgstr "Gestão de Versões" -#: websiteFunctions/templates/websiteFunctions/website.html:390 +#: websiteFunctions/templates/websiteFunctions/website.html:420 #, fuzzy #| msgid "Delete" msgid "Deleted:" msgstr "Apagar" -#: websiteFunctions/templates/websiteFunctions/website.html:394 +#: websiteFunctions/templates/websiteFunctions/website.html:424 #, fuzzy #| msgid "SSL Issued for" msgid "SSL Issued:" msgstr "SSL Emitida para" -#: websiteFunctions/templates/websiteFunctions/website.html:449 -#, fuzzy -#| msgid "Issue SSL" -msgid "Issue" -msgstr "Emitir SSL" - -#: websiteFunctions/templates/websiteFunctions/website.html:477 +#: websiteFunctions/templates/websiteFunctions/website.html:509 msgid "Configurations" msgstr "Configurações" -#: websiteFunctions/templates/websiteFunctions/website.html:483 -#, fuzzy -#| msgid "Edit vHost Main Configurations" -msgid "Edit Virtual Host Main Configurations" -msgstr "Alterar as Configurações do vHost Principal" - -#: websiteFunctions/templates/websiteFunctions/website.html:485 +#: websiteFunctions/templates/websiteFunctions/website.html:518 +#: websiteFunctions/templates/websiteFunctions/website.html:521 msgid "Edit vHost Main Configurations" msgstr "Alterar as Configurações do vHost Principal" -#: websiteFunctions/templates/websiteFunctions/website.html:495 -#: websiteFunctions/templates/websiteFunctions/website.html:497 +#: websiteFunctions/templates/websiteFunctions/website.html:522 +msgid "vHost Conf" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:530 msgid "Add Rewrite Rules (.htaccess)" msgstr "Adicionar Regras Rewrite (.htaccess)" -#: websiteFunctions/templates/websiteFunctions/website.html:507 +#: websiteFunctions/templates/websiteFunctions/website.html:533 +#, fuzzy +#| msgid "Add Rewrite Rules (.htaccess)" +msgid "Rewrite Rules (.htaccess)" +msgstr "Adicionar Regras Rewrite (.htaccess)" + +#: websiteFunctions/templates/websiteFunctions/website.html:534 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Rewrite Rules" +msgstr "Guardar Regras Rewrite" + +#: websiteFunctions/templates/websiteFunctions/website.html:542 +#: websiteFunctions/templates/websiteFunctions/website.html:545 #, fuzzy #| msgid "Add SSL" msgid "Add Your Own SSL" msgstr "Adicionar SSL" -#: websiteFunctions/templates/websiteFunctions/website.html:509 +#: websiteFunctions/templates/websiteFunctions/website.html:546 msgid "Add SSL" msgstr "Adicionar SSL" -#: websiteFunctions/templates/websiteFunctions/website.html:524 +#: websiteFunctions/templates/websiteFunctions/website.html:554 +#: websiteFunctions/templates/websiteFunctions/website.html:557 +#, fuzzy +#| msgid "Select PHP Version" +msgid "Change PHP Version" +msgstr "Selecione Versão do PHP" + +#: websiteFunctions/templates/websiteFunctions/website.html:558 +#: websiteFunctions/templates/websiteFunctions/website.html:754 +#, fuzzy +#| msgid "Change" +msgid "Change PHP" +msgstr "Alterar" + +#: websiteFunctions/templates/websiteFunctions/website.html:570 msgid "SSL Saved" msgstr "SSL Guardado" -#: websiteFunctions/templates/websiteFunctions/website.html:529 +#: websiteFunctions/templates/websiteFunctions/website.html:575 msgid "Could not save SSL. Error message:" msgstr "Impossível guardar SSL. Mensagem de erro:" -#: websiteFunctions/templates/websiteFunctions/website.html:579 +#: websiteFunctions/templates/websiteFunctions/website.html:624 msgid "Current configuration in the file fetched." msgstr "Configuração atual do ficheiro obtida." -#: websiteFunctions/templates/websiteFunctions/website.html:584 -#: websiteFunctions/templates/websiteFunctions/website.html:597 +#: websiteFunctions/templates/websiteFunctions/website.html:629 +#: websiteFunctions/templates/websiteFunctions/website.html:642 msgid "Could not fetch current configuration. Error message:" msgstr "Impossível obter configuração atual. Mensagem de erro:" -#: websiteFunctions/templates/websiteFunctions/website.html:593 -#: websiteFunctions/templates/websiteFunctions/website.html:648 +#: websiteFunctions/templates/websiteFunctions/website.html:638 +#: websiteFunctions/templates/websiteFunctions/website.html:690 #, fuzzy #| msgid "SSH Configurations Saved." msgid "Configurations saved." msgstr "Configurações do SSH Guardadas." -#: websiteFunctions/templates/websiteFunctions/website.html:634 +#: websiteFunctions/templates/websiteFunctions/website.html:676 msgid "Current rewrite rules in the file fetched." msgstr "Regras Rewrite atuais no ficheiro obtidas." -#: websiteFunctions/templates/websiteFunctions/website.html:639 +#: websiteFunctions/templates/websiteFunctions/website.html:681 msgid "Could not fetch current rewrite rules. Error message:" msgstr "Impossível obter regras Rewrite atuais. Mensagem de erro:" -#: websiteFunctions/templates/websiteFunctions/website.html:652 +#: websiteFunctions/templates/websiteFunctions/website.html:694 msgid "Could not save rewrite rules. Error message:" msgstr "Impossível guardar regras Rewrite. Mensagem de erro:" -#: websiteFunctions/templates/websiteFunctions/website.html:668 +#: websiteFunctions/templates/websiteFunctions/website.html:710 msgid "Save Rewrite Rules" msgstr "Guardar Regras Rewrite" -#: websiteFunctions/templates/websiteFunctions/website.html:691 +#: websiteFunctions/templates/websiteFunctions/website.html:765 +#, fuzzy +#| msgid "Cannot create website. Error message:" +msgid "Failed to change PHP version. Error message:" +msgstr "Impossível criar website. Mensage de erro:" + +#: websiteFunctions/templates/websiteFunctions/website.html:769 +#, fuzzy +#| msgid "Password successfully changed for :" +msgid "PHP successfully changed for: " +msgstr "Palavra-Chave alterada com sucesso para :" + +#: websiteFunctions/templates/websiteFunctions/website.html:795 msgid "Files" msgstr "Ficheiros" -#: websiteFunctions/templates/websiteFunctions/website.html:698 -#: websiteFunctions/templates/websiteFunctions/website.html:700 +#: websiteFunctions/templates/websiteFunctions/website.html:803 +#: websiteFunctions/templates/websiteFunctions/website.html:806 +#: websiteFunctions/templates/websiteFunctions/website.html:807 msgid "File Manager" msgstr "Gestor de Ficheiros" -#: websiteFunctions/templates/websiteFunctions/website.html:739 +#: websiteFunctions/templates/websiteFunctions/website.html:819 +#, fuzzy +#| msgid "Create FTP Account" +msgid "Create FTP Acct" +msgstr "Criar Conta de FTP" + +#: websiteFunctions/templates/websiteFunctions/website.html:831 +#, fuzzy +#| msgid "Delete FTP Account" +msgid "Delete FTP Acct" +msgstr "Apagar Conta de FTP" + +#: websiteFunctions/templates/websiteFunctions/website.html:848 msgid "Application Installer" msgstr "Instalador de Aplicações" -#: websiteFunctions/templates/websiteFunctions/website.html:745 +#: websiteFunctions/templates/websiteFunctions/website.html:857 +#: websiteFunctions/templates/websiteFunctions/website.html:860 #, fuzzy #| msgid "Wordpress with LSCache" msgid "Install wordpress with LSCache" msgstr "Wordpress com LSCache" -#: websiteFunctions/templates/websiteFunctions/website.html:747 +#: websiteFunctions/templates/websiteFunctions/website.html:861 msgid "Wordpress with LSCache" msgstr "Wordpress com LSCache" -#: websiteFunctions/templates/websiteFunctions/website.html:756 +#: websiteFunctions/templates/websiteFunctions/website.html:869 +#: websiteFunctions/templates/websiteFunctions/website.html:872 #, fuzzy #| msgid "Wordpress with LSCache" msgid "Install Joomla with(?) LSCache" msgstr "Wordpress com LSCache" -#: websiteFunctions/templates/websiteFunctions/website.html:758 +#: websiteFunctions/templates/websiteFunctions/website.html:873 msgid "Joomla" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:792 -#: websiteFunctions/templates/websiteFunctions/website.html:871 +#: websiteFunctions/templates/websiteFunctions/website.html:905 +#: websiteFunctions/templates/websiteFunctions/website.html:984 msgid "Installation failed. Error message:" msgstr "Instalação falhou. Mensagem de erro:" -#: websiteFunctions/templates/websiteFunctions/website.html:796 -#: websiteFunctions/templates/websiteFunctions/website.html:875 +#: websiteFunctions/templates/websiteFunctions/website.html:909 +#: websiteFunctions/templates/websiteFunctions/website.html:988 msgid "Installation successful. To complete the setup visit:" msgstr "Instalação com sucesso. Para completar:" -#: websiteFunctions/templates/websiteFunctions/website.html:828 +#: websiteFunctions/templates/websiteFunctions/website.html:941 msgid "Site name" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:835 +#: websiteFunctions/templates/websiteFunctions/website.html:948 #, fuzzy #| msgid "Username" msgid "Admin Username" msgstr "Nome de Utilizador" -#: websiteFunctions/templates/websiteFunctions/website.html:842 +#: websiteFunctions/templates/websiteFunctions/website.html:955 #, fuzzy #| msgid "Password" msgid "Admin Password" msgstr "Palavra-Chave" -#: websiteFunctions/templates/websiteFunctions/website.html:849 +#: websiteFunctions/templates/websiteFunctions/website.html:962 #, fuzzy #| msgid "Database Name" msgid "Database prefix" msgstr "Nome da Base de Dados" +#~ msgid "Daily" +#~ msgstr "Diariamente" + +#~ msgid "Weekly" +#~ msgstr "Semanalmente" + +#~ msgid "HTTP Statistics" +#~ msgstr "Estatísticas HTTP" + +#~ msgid "Available/Max Connections" +#~ msgstr "Disponíveis/Máximo Ligações" + +#~ msgid "Available/Max SSL Connections" +#~ msgstr "Disponíveis/Máximo Ligações SSL" + +#~ msgid "Requests Processing" +#~ msgstr "Processamento de Pedidos" + +#~ msgid "Total Requests" +#~ msgstr "Pedidos Totais" + +#~ msgid "Admin" +#~ msgstr "Administrador" + +#~ msgid "Normal User" +#~ msgstr "Utilizador Normal" + +#, fuzzy +#~| msgid "Edit vHost Main Configurations" +#~ msgid "Edit Virtual Host Main Configurations" +#~ msgstr "Alterar as Configurações do vHost Principal" + #~ msgid "Configuration saved. Restart LiteSpeed put them in effect." #~ msgstr "" #~ "Configuração guardada. Reinicie o LiteSpeed para coloca-las em efeito." diff --git a/locale/ru/LC_MESSAGES/django.mo b/locale/ru/LC_MESSAGES/django.mo index 91f8164522ea2a5ef24a5b1568fa088e01b0c3b2..b485b14f2b531d41420c93fbf752b461b9bc457d 100644 GIT binary patch delta 11774 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

fD0brZ+Jj{jS(GW9^J1 zss9-D`B$j@9(2_#(mWVPUKiVH|0fb?=&xc~e1W=f@oVN+r0&+Cn49{ESP9o*6y8U5 z%=fyPf&|P$-U`*x-l#>s2wA7jRSd?(H|+l3MxftF_9LV1yu4{TbmDt+!~3Z1li>%G z7eftg6V%!nj9OH)Fa)=tw&M|u#$QqA``t2&t_W(X%At$<{{PX1q!ige%#y}bk0c)V zpOc2zm<{9nNZG7&&8eQBN#tiJxhXj*IyBrm?owD@&LYaklwdE$|2KQmDcnZ+%I1F{ z9e2X$$OYng#OZ9?O5*<>V@c{zy3zh6Y8`DL9*>!D1w}^{yl+C!&qOcgKRcCID2FNg zsh)=KkDkO+NXpxatoSc=Kcl8(4e??ejU_3oiQgY#`UR`zyBcUss_p>Q|W2>lQ=CGJ%<6<9;0YENEu9Ao1%l=>g=QJrm(Y|52&9= zc|_??{*67)!I9+2Hm^dwQTzWB0v&q$4WPWTCsf9AE)wWP-p z>U6mN;77D4G=JGBtU!t9Bpm^ijGX)kcT?AolAG8E|DqJ7yrH~5o)Yh{i9hi}%Eb4L z*n>Qn>y1SYJ^%lX=~PZ8t!b<7;osC;(4g6{)BZYI{YcU ziC0l(QYw=Fr3RgOl!|(u#Qcin3F%=9^*SOc;lvrSDbnOjpy(J%+3JaSi_&(A_y??k zU)Xwa$j0qxyG%Jm$xq!i^>i8KcSe1T%Gd%$YSFuSe3%p zy65 z|NZ!eFfHeGz)6(y#38nM6doh5YV)?*|AVMFX)BHse@6Vu<~PX$DLMvN6(6HCw|PBW zM?M=rRHHrmli#uD^ro(?jo-J+g4+MD2_90qb3!(rEEn+z;uy;B_CuNRd&(rrceIbk zhKebzDGMn(C{1Z=ggT~E;wfR2%#_lUj<$`^@zp45{HH3jhZmJCIH}NoPAo>e*yb-e zFV@Dt*w5T04<{~bbMcJ2C6u(pKic!tbL|v+PF>taan+=;B|#9S5Akx;afwpj6PX`t zX^XXa1>yz7y(k-rzsCZUoy0XLyNE;ZHm=8SDGQ0`Qa&Pnf3(v4x3F0wd_v<5yomKF zlPQfUv)_LLA5*@yd3!uT`}^Y;;&7g_5)}_9MaZ*~rxG_HUW0ikIu4M(^J;98+6K>0 zw;G6s{HN{(brmV?Y+X@YNj}Zyk;KWwe(p0d0p3Y>OAK+(jCBRLvs78`?Y>-nzIW1? z+6nHI+G~81QX7Z6U5)#uOM2Hl(YNWaAwzn18Q>n(qF_dMa;I=__xY~5(qv4CiH(nn zjW3r_!u@ym-szJP`~Q`cW?;du2JXr2K0D``ue;DD}R@WDKx?q*l2`nos$aNPU<0G{C{ A4FCWD delta 12448 zcmaLd2Xt1&y2kMxLMJ4lg)~S=XbA~~7Ha4qAOtiN=_C*(vu=tfU8e2L2j|?{@A>Gcr|Wv*oC_U} z(m5O_80!{toNJW3hN;$Z+|iCx3^UOmf58AXR5S)+AZaz^Ql}02U?S$nL0ACCpst^a zp|~2o9mnMyrJxHkQ60F21@RSnp;slx@xuVDj4@aOldv$3Lr+Y%`C{vO^r8L$ssraR z4_>kPEiA$Fod>p|K#b$~azYW*152YuS_k!@_UMa!FdRo>5nN&2YCVp*sK0`F@dj4F zd#DZ+WfYpxU@XYM!rNJ+=rU_Ggun$Vo5Ae#c}ds zB2A8<~L)Re^unFVRmH|)QJhG8;?MBY#ElvBewlM>Onp= z%}8sY+7nPSGzN>|MAUtjqLyMmYKG6Emf)I;f|lS8YD#}YZ+wP@F>ftXAB5V)5y;@2 z>ZrG+A2JwcD%QqBr~y5Uu<IT1{I#RT*>3KNn zfmLnZ7S-XN=!FBZD2~QbI2W~twxI@c07KA?h43M=SzS(!I5YL7P*c0yKQqdJcVFCqB%_pcS z-in&ybEpwtvF(p+yGJ9_UIO(#N1*mh0_ux5&bCjpE<`kNu`tw)Dx$8B#p3t|>hrtE3jhfkO7=tewGyhtn z=q9EERZ$O)L(NQc)D-tY-biNzYU;OIccUJB2-TtQP}kqE_4iTt$Itq+oJB< z!(}T{(UXb~P@8B1s>dr(dt<$=-;J8$3#bpwkEp49ggW21nR!47%t;=Fs;`Wi;d+=0 zo1^aIil?9(bwoXA0BQuIQ6G-Us43o$OqO#Fb)(jAnDaWKMxKNkQD4-9N1@(x7pepE zFbA%*u122Ya@J7L1)EW8vmNu`1=OawihlS9hGVYg=DY~3NZuS(KOEKJWmpe0Q3LXA zVMbgM)m|DkfX?WrA@!!98;r)hxC-^)b*LrThq}=r)J&bje0UqH;RDnN!&;iDuY}R$ z^-yn9e{6?Sk;!weq4q%OH+gL}rBx|JU|ZCUMxmx|3Tj4{VifL1b>t56`F0*-5vVYk=04AdzGzh(M zI;wpsR=^!t1#h7`P_&I%x)9XB!Z8ZV+q^yMzMb1J|9vUEOGRhQMD~pn)s|nfI204` zICjH;w;ZPv4#zmmM9qZH+h*?sqxMW0EQ}G>x~Pt|LCs8O>tL5{n2y@@3(*HxU}@Zh zdcb+q=DdO0g!ixqzOwb*>7~B$@1fq7F{r6eN6o-4)P47(X8bJbKCbH&vZ0~WC)AAxV*rjqoxcEezctoPs3qEo1@->#rJ$ak zLUrUeM&l#YCJF6eMizydp;*+C)IrTibJTTRP$Tb)dJRXTrg|xAU>i^~aR@boSFyO> z|GN~l)~`@K4ew~yCJOa{MyLn0xAsPjEX}r0#De6DP#s%i>$jphbj;RYLOu8=+x`Gu zy0P<)8L1B{53+eA)*z3?Iylg}9;=Yw#jY5@E1^9!3^ik8(I2OwI`#=_hPT-KjLolf zV*YE=@PrCYO*HRd6t+N3^)S?*R-;iJ8;^R>T-(0b)-OjrXag3-J=Slq82N4MGt^S} zbTNA+ybJTMHL5^G0LEci?1;MI2dIwB#A-MXr{W2$j%^tJXq?vfbB2OOcoB8s�c~OEMP(p?X>y)sc7%#*U~C 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 diff --git a/locale/ru/LC_MESSAGES/django.po b/locale/ru/LC_MESSAGES/django.po index 000e03c5e..761fbbdae 100644 --- a/locale/ru/LC_MESSAGES/django.po +++ b/locale/ru/LC_MESSAGES/django.po @@ -3,14 +3,13 @@ # This file is distributed under the same license as the CyberPanel package. # FIRST AUTHOR , 2017. # -#: baseTemplate/templates/baseTemplate/index.html:95 -#: baseTemplate/templates/baseTemplate/index.html:185 -#: baseTemplate/templates/baseTemplate/index.html:236 -#: baseTemplate/templates/baseTemplate/index.html:242 -#: baseTemplate/templates/baseTemplate/index.html:248 -#: baseTemplate/templates/baseTemplate/index.html:254 -#: baseTemplate/templates/baseTemplate/index.html:260 -#: baseTemplate/templates/baseTemplate/index.html:266 +#: baseTemplate/templates/baseTemplate/index.html:176 +#: baseTemplate/templates/baseTemplate/index.html:222 +#: baseTemplate/templates/baseTemplate/index.html:228 +#: baseTemplate/templates/baseTemplate/index.html:234 +#: baseTemplate/templates/baseTemplate/index.html:240 +#: baseTemplate/templates/baseTemplate/index.html:246 +#: baseTemplate/templates/baseTemplate/index.html:252 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:198 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:288 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:343 @@ -23,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: CyberPanel\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-15 13:07+0500\n" +"POT-Creation-Date: 2018-05-14 14:50+0500\n" "PO-Revision-Date: 2017-11-12 17:56+0200\n" "Last-Translator: aleks \n" "Language-Team: LANGUAGE \n" @@ -59,6 +58,22 @@ msgstr "Японский" msgid "Bosnian" msgstr "Боснийский" +#: CyberCP/settings.py:173 +msgid "Greek" +msgstr "" + +#: CyberCP/settings.py:174 +msgid "Russian" +msgstr "Русский" + +#: CyberCP/settings.py:175 +msgid "Turkish" +msgstr "" + +#: CyberCP/settings.py:176 +msgid "Spanish" +msgstr "" + #: backup/templates/backup/backup.html:4 backup/templates/backup/backup.html:14 #: backup/templates/backup/backup.html:21 msgid "Back up Website" @@ -76,9 +91,12 @@ msgstr "" #: mailServer/templates/mailServer/changeEmailPassword.html:28 #: mailServer/templates/mailServer/createEmailAccount.html:28 #: mailServer/templates/mailServer/deleteEmailAccount.html:28 +#: mailServer/templates/mailServer/dkimManager.html:83 #: manageSSL/templates/manageSSL/manageSSL.html:29 #: manageSSL/templates/manageSSL/sslForHostName.html:29 +#: manageSSL/templates/manageSSL/sslForMailServer.html:29 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:28 +#: websiteFunctions/templates/websiteFunctions/listCron.html:28 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:28 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:29 msgid "Select Website" @@ -91,24 +109,25 @@ msgstr "Место назначения" #: backup/templates/backup/backup.html:44 #: baseTemplate/templates/baseTemplate/homePage.html:12 -#: filemanager/templates/filemanager/index.html:133 +#: filemanager/templates/filemanager/index.html:136 msgid "Home" msgstr "Главная" #: backup/templates/backup/backup.html:60 #: backup/templates/backup/restore.html:62 -#: filemanager/templates/filemanager/index.html:157 +#: filemanager/templates/filemanager/index.html:160 msgid "File Name" msgstr "Имя файла" #: backup/templates/backup/backup.html:61 #: backup/templates/backup/backup.html:106 #: backup/templates/backup/restore.html:63 -#: baseTemplate/templates/baseTemplate/index.html:270 +#: baseTemplate/templates/baseTemplate/index.html:256 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:377 -#: filemanager/templates/filemanager/index.html:212 +#: filemanager/templates/filemanager/index.html:215 #: firewall/templates/firewall/firewall.html:36 -#: managePHP/templates/managePHP/installExtensions.html:65 +#: firewall/templates/firewall/modSecurityRulesPacks.html:112 +#: managePHP/templates/managePHP/installExtensions.html:66 msgid "Status" msgstr "Статус" @@ -117,7 +136,7 @@ msgid "Running" msgstr "Активен" #: backup/templates/backup/backup.html:81 -#: baseTemplate/templates/baseTemplate/index.html:445 +#: baseTemplate/templates/baseTemplate/index.html:432 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:552 msgid "Create Back up" msgstr "Создать резервную копию" @@ -130,10 +149,11 @@ msgstr "Отменить резервное копирование" #: backup/templates/backup/backupDestinations.html:97 #: backup/templates/backup/backupSchedule.html:89 #: databases/templates/databases/listDataBases.html:87 -#: dns/templates/dns/addDeleteDNSRecords.html:129 +#: dns/templates/dns/addDeleteDNSRecords.html:294 #: firewall/templates/firewall/firewall.html:135 +#: firewall/templates/firewall/modSecurityRulesPacks.html:109 #: ftp/templates/ftp/listFTPAccounts.html:87 -#: managePHP/templates/managePHP/installExtensions.html:61 +#: managePHP/templates/managePHP/installExtensions.html:62 msgid "ID" msgstr "ID" @@ -146,7 +166,7 @@ msgid "Date" msgstr "Дата" #: backup/templates/backup/backup.html:105 -#: filemanager/templates/filemanager/index.html:210 +#: filemanager/templates/filemanager/index.html:213 #: ftp/templates/ftp/listFTPAccounts.html:90 msgid "Size" msgstr "Размер" @@ -154,11 +174,14 @@ msgstr "Размер" #: backup/templates/backup/backup.html:107 #: backup/templates/backup/backupDestinations.html:100 #: backup/templates/backup/backupSchedule.html:92 -#: dns/templates/dns/addDeleteDNSRecords.html:134 +#: dns/templates/dns/addDeleteDNSRecords.html:300 #: filemanager/templates/filemanager/index.html:72 #: firewall/templates/firewall/firewall.html:140 #: firewall/templates/firewall/secureSSH.html:122 -#: websiteFunctions/templates/websiteFunctions/website.html:450 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:40 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:55 +#: websiteFunctions/templates/websiteFunctions/listCron.html:65 +#: websiteFunctions/templates/websiteFunctions/website.html:481 msgid "Delete" msgstr "Удалить" @@ -187,7 +210,7 @@ msgstr "" #: backup/templates/backup/backupDestinations.html:30 #: backup/templates/backup/remoteBackups.html:29 -#: dns/templates/dns/addDeleteDNSRecords.html:60 +#: dns/templates/dns/addDeleteDNSRecords.html:67 #: dns/templates/dns/createNameServer.html:48 #: dns/templates/dns/createNameServer.html:65 #: firewall/templates/firewall/firewall.html:138 @@ -201,8 +224,8 @@ msgstr "IP Адрес" #: ftp/templates/ftp/listFTPAccounts.html:91 #: mailServer/templates/mailServer/changeEmailPassword.html:52 #: mailServer/templates/mailServer/createEmailAccount.html:51 -#: userManagment/templates/userManagment/createUser.html:123 -#: userManagment/templates/userManagment/modifyUser.html:106 +#: userManagment/templates/userManagment/createUser.html:113 +#: userManagment/templates/userManagment/modifyUser.html:98 msgid "Password" msgstr "Пароль" @@ -217,7 +240,7 @@ msgstr "" #: backup/templates/backup/backupDestinations.html:55 #: backup/templates/backup/backupSchedule.html:54 -#: baseTemplate/templates/baseTemplate/index.html:447 +#: baseTemplate/templates/baseTemplate/index.html:434 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:554 msgid "Add Destination" msgstr "Добавить место назначения" @@ -250,25 +273,28 @@ msgstr "Добавлено место назначения." #: backup/templates/backup/restore.html:95 #: databases/templates/databases/createDatabase.html:88 #: databases/templates/databases/deleteDatabase.html:73 -#: dns/templates/dns/addDeleteDNSRecords.html:185 +#: dns/templates/dns/addDeleteDNSRecords.html:352 #: dns/templates/dns/createDNSZone.html:60 #: dns/templates/dns/createNameServer.html:100 #: dns/templates/dns/deleteDNSZone.html:67 #: mailServer/templates/mailServer/changeEmailPassword.html:80 #: mailServer/templates/mailServer/createEmailAccount.html:79 #: mailServer/templates/mailServer/deleteEmailAccount.html:79 +#: mailServer/templates/mailServer/dkimManager.html:156 #: manageSSL/templates/manageSSL/manageSSL.html:60 -#: userManagment/templates/userManagment/createUser.html:162 -#: userManagment/templates/userManagment/modifyUser.html:138 +#: userManagment/templates/userManagment/createUser.html:152 +#: userManagment/templates/userManagment/modifyUser.html:130 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:126 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:77 -#: websiteFunctions/templates/websiteFunctions/website.html:156 -#: websiteFunctions/templates/websiteFunctions/website.html:362 -#: websiteFunctions/templates/websiteFunctions/website.html:404 -#: websiteFunctions/templates/websiteFunctions/website.html:534 -#: websiteFunctions/templates/websiteFunctions/website.html:589 -#: websiteFunctions/templates/websiteFunctions/website.html:644 -#: websiteFunctions/templates/websiteFunctions/website.html:802 -#: websiteFunctions/templates/websiteFunctions/website.html:881 +#: websiteFunctions/templates/websiteFunctions/website.html:160 +#: websiteFunctions/templates/websiteFunctions/website.html:393 +#: websiteFunctions/templates/websiteFunctions/website.html:434 +#: websiteFunctions/templates/websiteFunctions/website.html:580 +#: websiteFunctions/templates/websiteFunctions/website.html:634 +#: websiteFunctions/templates/websiteFunctions/website.html:686 +#: websiteFunctions/templates/websiteFunctions/website.html:773 +#: websiteFunctions/templates/websiteFunctions/website.html:915 +#: websiteFunctions/templates/websiteFunctions/website.html:994 msgid "Could not connect to server. Please refresh this page." msgstr "Не удалось подключиться к серверу. Пожалуйста обновите эту страницу." @@ -287,7 +313,7 @@ msgstr "Расписание резервного копирования - Cyber #: backup/templates/backup/backupSchedule.html:13 #: backup/templates/backup/backupSchedule.html:20 -#: baseTemplate/templates/baseTemplate/index.html:448 +#: baseTemplate/templates/baseTemplate/index.html:435 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:555 msgid "Schedule Back up" msgstr "Расписание резервного копирования" @@ -308,14 +334,6 @@ msgstr "Выберите место назначения" msgid "Select Frequency" msgstr "Выберите частоту" -#: backup/templates/backup/backupSchedule.html:43 -msgid "Daily" -msgstr "Ежедневно" - -#: backup/templates/backup/backupSchedule.html:44 -msgid "Weekly" -msgstr "Еженедельно" - #: backup/templates/backup/backupSchedule.html:69 msgid "Cannot add schedule. Error message:" msgstr "Не удается добавить расписание. Сообщение об ошибке:" @@ -334,13 +352,13 @@ msgstr "Резервное копирование Home - CyberPanel" #: backup/templates/backup/index.html:13 backup/templates/backup/index.html:29 #: backup/templates/backup/index.html:45 -#: baseTemplate/templates/baseTemplate/homePage.html:268 -#: baseTemplate/templates/baseTemplate/homePage.html:271 -#: baseTemplate/templates/baseTemplate/homePage.html:463 -#: baseTemplate/templates/baseTemplate/homePage.html:466 -#: baseTemplate/templates/baseTemplate/index.html:438 -#: baseTemplate/templates/baseTemplate/index.html:440 -#: baseTemplate/templates/baseTemplate/index.html:457 +#: baseTemplate/templates/baseTemplate/homePage.html:204 +#: baseTemplate/templates/baseTemplate/homePage.html:207 +#: baseTemplate/templates/baseTemplate/homePage.html:399 +#: baseTemplate/templates/baseTemplate/homePage.html:402 +#: baseTemplate/templates/baseTemplate/index.html:425 +#: baseTemplate/templates/baseTemplate/index.html:427 +#: baseTemplate/templates/baseTemplate/index.html:444 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:545 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:547 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:564 @@ -352,7 +370,7 @@ msgid "Back up and restore sites." msgstr "Резервное копирование и восстановление сайтов." #: backup/templates/backup/index.html:19 -#: baseTemplate/templates/baseTemplate/homePage.html:164 +#: baseTemplate/templates/baseTemplate/homePage.html:100 #: databases/templates/databases/index.html:19 dns/templates/dns/index.html:19 #: firewall/templates/firewall/index.html:19 ftp/templates/ftp/index.html:19 #: mailServer/templates/mailServer/index.html:19 @@ -372,7 +390,7 @@ msgid "Back up Site" msgstr "Резервное копирование сайта" #: backup/templates/backup/index.html:55 -#: baseTemplate/templates/baseTemplate/index.html:446 +#: baseTemplate/templates/baseTemplate/index.html:433 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:553 msgid "Restore Back up" msgstr "Восстановить из резервной копии" @@ -404,8 +422,9 @@ msgid "Start Transfer" msgstr "Старт Переноса" #: backup/templates/backup/remoteBackups.html:59 -#: filemanager/templates/filemanager/index.html:236 -#: websiteFunctions/templates/websiteFunctions/website.html:295 +#: filemanager/templates/filemanager/index.html:239 +#: websiteFunctions/templates/websiteFunctions/website.html:319 +#: websiteFunctions/templates/websiteFunctions/website.html:743 msgid "Cancel" msgstr "Отмена" @@ -435,12 +454,12 @@ msgid "Website" msgstr "Веб-сайт" #: backup/templates/backup/remoteBackups.html:108 -#: baseTemplate/templates/baseTemplate/homePage.html:333 -#: baseTemplate/templates/baseTemplate/index.html:511 -#: baseTemplate/templates/baseTemplate/index.html:513 +#: baseTemplate/templates/baseTemplate/homePage.html:269 +#: baseTemplate/templates/baseTemplate/index.html:499 +#: baseTemplate/templates/baseTemplate/index.html:501 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:618 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:620 -#: managePHP/templates/managePHP/installExtensions.html:62 +#: managePHP/templates/managePHP/installExtensions.html:63 msgid "PHP" msgstr "PHP" @@ -452,8 +471,8 @@ msgid "Package" msgstr "Пакет" #: backup/templates/backup/remoteBackups.html:110 -#: baseTemplate/templates/baseTemplate/index.html:398 -#: baseTemplate/templates/baseTemplate/index.html:400 +#: baseTemplate/templates/baseTemplate/index.html:384 +#: baseTemplate/templates/baseTemplate/index.html:386 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:505 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:507 #: userManagment/templates/userManagment/createUser.html:47 @@ -498,7 +517,7 @@ msgstr "Конфигурации" #: databases/templates/databases/deleteDatabase.html:64 #: databases/templates/databases/listDataBases.html:54 #: firewall/templates/firewall/firewall.html:166 -#: managePHP/templates/managePHP/editPHPConfig.html:212 +#: managePHP/templates/managePHP/editPHPConfig.html:221 msgid "Error message:" msgstr "Сообщение об ошибке:" @@ -515,18 +534,18 @@ msgid "Use the tabs to navigate through the control panel." msgstr "Используйте вкладки панели управления для навигации" #: baseTemplate/templates/baseTemplate/homePage.html:23 -#: websiteFunctions/templates/websiteFunctions/website.html:32 +#: websiteFunctions/templates/websiteFunctions/website.html:37 msgid "Usage" msgstr "Использование" #: baseTemplate/templates/baseTemplate/homePage.html:34 -#: baseTemplate/templates/baseTemplate/index.html:105 +#: baseTemplate/templates/baseTemplate/index.html:96 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:208 msgid "CPU Usage" msgstr "Использование процессора" #: baseTemplate/templates/baseTemplate/homePage.html:55 -#: baseTemplate/templates/baseTemplate/index.html:116 +#: baseTemplate/templates/baseTemplate/index.html:107 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:219 msgid "Ram Usage" msgstr "Использование оперативной памяти" @@ -535,55 +554,35 @@ msgstr "Использование оперативной памяти" msgid "Disk Usage '/'" msgstr "Использование диска '/'" -#: baseTemplate/templates/baseTemplate/homePage.html:98 -msgid "HTTP Statistics" -msgstr "Статистика HTTP" - -#: baseTemplate/templates/baseTemplate/homePage.html:107 -msgid "Available/Max Connections" -msgstr "Доступные/Макс соединения" - -#: baseTemplate/templates/baseTemplate/homePage.html:118 -msgid "Available/Max SSL Connections" -msgstr "Доступные/Макс SSL-соединения" - -#: baseTemplate/templates/baseTemplate/homePage.html:127 -msgid "Requests Processing" -msgstr "Обработка запросов" - -#: baseTemplate/templates/baseTemplate/homePage.html:136 -msgid "Total Requests" -msgstr "Всего запросов" - -#: baseTemplate/templates/baseTemplate/homePage.html:175 -#: baseTemplate/templates/baseTemplate/homePage.html:389 +#: baseTemplate/templates/baseTemplate/homePage.html:111 +#: baseTemplate/templates/baseTemplate/homePage.html:325 #: userManagment/templates/userManagment/index.html:13 msgid "User Functions" msgstr "Пользовательские функции" -#: baseTemplate/templates/baseTemplate/homePage.html:178 -#: baseTemplate/templates/baseTemplate/homePage.html:392 -#: baseTemplate/templates/baseTemplate/index.html:310 -#: baseTemplate/templates/baseTemplate/index.html:311 -#: baseTemplate/templates/baseTemplate/index.html:312 +#: baseTemplate/templates/baseTemplate/homePage.html:114 +#: baseTemplate/templates/baseTemplate/homePage.html:328 +#: baseTemplate/templates/baseTemplate/index.html:296 +#: baseTemplate/templates/baseTemplate/index.html:297 +#: baseTemplate/templates/baseTemplate/index.html:298 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:417 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:418 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:419 msgid "Users" msgstr "Пользователи" -#: baseTemplate/templates/baseTemplate/homePage.html:188 -#: baseTemplate/templates/baseTemplate/homePage.html:402 +#: baseTemplate/templates/baseTemplate/homePage.html:124 +#: baseTemplate/templates/baseTemplate/homePage.html:338 #: websiteFunctions/templates/websiteFunctions/index.html:13 msgid "Website Functions" msgstr "Функции Веб-сайта" -#: baseTemplate/templates/baseTemplate/homePage.html:191 -#: baseTemplate/templates/baseTemplate/homePage.html:405 -#: baseTemplate/templates/baseTemplate/index.html:240 -#: baseTemplate/templates/baseTemplate/index.html:328 -#: baseTemplate/templates/baseTemplate/index.html:329 -#: baseTemplate/templates/baseTemplate/index.html:330 +#: baseTemplate/templates/baseTemplate/homePage.html:127 +#: baseTemplate/templates/baseTemplate/homePage.html:341 +#: baseTemplate/templates/baseTemplate/index.html:226 +#: baseTemplate/templates/baseTemplate/index.html:314 +#: baseTemplate/templates/baseTemplate/index.html:315 +#: baseTemplate/templates/baseTemplate/index.html:316 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:347 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:435 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:436 @@ -592,14 +591,14 @@ msgstr "Функции Веб-сайта" msgid "Websites" msgstr "Веб-сайты" -#: baseTemplate/templates/baseTemplate/homePage.html:201 +#: baseTemplate/templates/baseTemplate/homePage.html:137 msgid "Add/Modify Packages" msgstr "Добавить/изменить пакеты" -#: baseTemplate/templates/baseTemplate/homePage.html:204 -#: baseTemplate/templates/baseTemplate/index.html:246 -#: baseTemplate/templates/baseTemplate/index.html:345 -#: baseTemplate/templates/baseTemplate/index.html:347 +#: baseTemplate/templates/baseTemplate/homePage.html:140 +#: baseTemplate/templates/baseTemplate/index.html:232 +#: baseTemplate/templates/baseTemplate/index.html:331 +#: baseTemplate/templates/baseTemplate/index.html:333 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:353 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:452 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:454 @@ -607,80 +606,80 @@ msgstr "Добавить/изменить пакеты" msgid "Packages" msgstr "Пакеты" -#: baseTemplate/templates/baseTemplate/homePage.html:225 -#: baseTemplate/templates/baseTemplate/homePage.html:415 +#: baseTemplate/templates/baseTemplate/homePage.html:161 +#: baseTemplate/templates/baseTemplate/homePage.html:351 #: databases/templates/databases/index.html:12 msgid "Database Functions" msgstr "Функции базы данных" -#: baseTemplate/templates/baseTemplate/homePage.html:228 -#: baseTemplate/templates/baseTemplate/homePage.html:418 -#: baseTemplate/templates/baseTemplate/index.html:361 -#: baseTemplate/templates/baseTemplate/index.html:362 -#: baseTemplate/templates/baseTemplate/index.html:363 +#: baseTemplate/templates/baseTemplate/homePage.html:164 +#: baseTemplate/templates/baseTemplate/homePage.html:354 +#: baseTemplate/templates/baseTemplate/index.html:347 +#: baseTemplate/templates/baseTemplate/index.html:348 +#: baseTemplate/templates/baseTemplate/index.html:349 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:468 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:469 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:470 #: packages/templates/packages/createPackage.html:67 #: packages/templates/packages/modifyPackage.html:73 -#: websiteFunctions/templates/websiteFunctions/website.html:43 +#: websiteFunctions/templates/websiteFunctions/website.html:48 msgid "Databases" msgstr "Базы данных" -#: baseTemplate/templates/baseTemplate/homePage.html:237 -#: baseTemplate/templates/baseTemplate/homePage.html:438 +#: baseTemplate/templates/baseTemplate/homePage.html:173 +#: baseTemplate/templates/baseTemplate/homePage.html:374 msgid "Control DNS" msgstr "Управление DNS" -#: baseTemplate/templates/baseTemplate/homePage.html:240 -#: baseTemplate/templates/baseTemplate/homePage.html:441 -#: baseTemplate/templates/baseTemplate/index.html:252 -#: baseTemplate/templates/baseTemplate/index.html:379 -#: baseTemplate/templates/baseTemplate/index.html:381 +#: baseTemplate/templates/baseTemplate/homePage.html:176 +#: baseTemplate/templates/baseTemplate/homePage.html:377 +#: baseTemplate/templates/baseTemplate/index.html:238 +#: baseTemplate/templates/baseTemplate/index.html:365 +#: baseTemplate/templates/baseTemplate/index.html:367 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:359 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:486 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:488 msgid "DNS" msgstr "DNS" -#: baseTemplate/templates/baseTemplate/homePage.html:250 -#: baseTemplate/templates/baseTemplate/homePage.html:451 +#: baseTemplate/templates/baseTemplate/homePage.html:186 +#: baseTemplate/templates/baseTemplate/homePage.html:387 #: ftp/templates/ftp/index.html:12 msgid "FTP Functions" msgstr "FTP функции" -#: baseTemplate/templates/baseTemplate/homePage.html:253 -#: baseTemplate/templates/baseTemplate/homePage.html:454 -#: baseTemplate/templates/baseTemplate/index.html:258 -#: baseTemplate/templates/baseTemplate/index.html:420 -#: baseTemplate/templates/baseTemplate/index.html:422 +#: baseTemplate/templates/baseTemplate/homePage.html:189 +#: baseTemplate/templates/baseTemplate/homePage.html:390 +#: baseTemplate/templates/baseTemplate/index.html:244 +#: baseTemplate/templates/baseTemplate/index.html:407 +#: baseTemplate/templates/baseTemplate/index.html:409 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:365 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:527 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:529 -#: websiteFunctions/templates/websiteFunctions/website.html:38 +#: websiteFunctions/templates/websiteFunctions/website.html:43 msgid "FTP" msgstr "FTP" -#: baseTemplate/templates/baseTemplate/homePage.html:280 -#: baseTemplate/templates/baseTemplate/homePage.html:283 -#: baseTemplate/templates/baseTemplate/homePage.html:483 -#: baseTemplate/templates/baseTemplate/homePage.html:486 +#: baseTemplate/templates/baseTemplate/homePage.html:216 +#: baseTemplate/templates/baseTemplate/homePage.html:219 +#: baseTemplate/templates/baseTemplate/homePage.html:419 +#: baseTemplate/templates/baseTemplate/homePage.html:422 #: packages/templates/packages/createPackage.html:75 #: packages/templates/packages/modifyPackage.html:80 msgid "Emails" msgstr "Эл.почта" -#: baseTemplate/templates/baseTemplate/homePage.html:293 -#: baseTemplate/templates/baseTemplate/homePage.html:296 +#: baseTemplate/templates/baseTemplate/homePage.html:229 +#: baseTemplate/templates/baseTemplate/homePage.html:232 #: tuning/templates/tuning/index.html:12 msgid "Server Tuning" msgstr "Настройка сервера" -#: baseTemplate/templates/baseTemplate/homePage.html:317 -#: baseTemplate/templates/baseTemplate/homePage.html:320 -#: baseTemplate/templates/baseTemplate/index.html:491 -#: baseTemplate/templates/baseTemplate/index.html:493 -#: baseTemplate/templates/baseTemplate/index.html:527 +#: baseTemplate/templates/baseTemplate/homePage.html:253 +#: baseTemplate/templates/baseTemplate/homePage.html:256 +#: baseTemplate/templates/baseTemplate/index.html:479 +#: baseTemplate/templates/baseTemplate/index.html:481 +#: baseTemplate/templates/baseTemplate/index.html:515 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:598 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:600 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:634 @@ -688,72 +687,67 @@ msgstr "Настройка сервера" msgid "Server Status" msgstr "Состояние сервера" -#: baseTemplate/templates/baseTemplate/homePage.html:330 +#: baseTemplate/templates/baseTemplate/homePage.html:266 msgid "PHP Configurations" msgstr "Конфигурации PHP" -#: baseTemplate/templates/baseTemplate/homePage.html:342 -#: baseTemplate/templates/baseTemplate/homePage.html:345 -#: baseTemplate/templates/baseTemplate/index.html:529 +#: baseTemplate/templates/baseTemplate/homePage.html:278 +#: baseTemplate/templates/baseTemplate/homePage.html:281 +#: baseTemplate/templates/baseTemplate/index.html:517 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:636 -#: websiteFunctions/templates/websiteFunctions/website.html:112 +#: websiteFunctions/templates/websiteFunctions/website.html:117 msgid "Logs" msgstr "Логи" -#: baseTemplate/templates/baseTemplate/homePage.html:365 -#: baseTemplate/templates/baseTemplate/homePage.html:368 -#: baseTemplate/templates/baseTemplate/index.html:545 -#: baseTemplate/templates/baseTemplate/index.html:547 +#: baseTemplate/templates/baseTemplate/homePage.html:301 +#: baseTemplate/templates/baseTemplate/homePage.html:304 +#: baseTemplate/templates/baseTemplate/index.html:534 +#: baseTemplate/templates/baseTemplate/index.html:536 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:652 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:654 msgid "Security" msgstr "Безопасность" -#: baseTemplate/templates/baseTemplate/index.html:96 -#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:199 -msgid "CPU Status" -msgstr "Состояние ЦП" - -#: baseTemplate/templates/baseTemplate/index.html:125 +#: baseTemplate/templates/baseTemplate/index.html:116 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:228 -#: websiteFunctions/templates/websiteFunctions/website.html:50 -#: websiteFunctions/templates/websiteFunctions/website.html:71 +#: websiteFunctions/templates/websiteFunctions/website.html:55 +#: websiteFunctions/templates/websiteFunctions/website.html:76 msgid "Disk Usage" msgstr "Использование диска" -#: baseTemplate/templates/baseTemplate/index.html:159 -#: baseTemplate/templates/baseTemplate/index.html:162 -#: baseTemplate/templates/baseTemplate/index.html:166 +#: baseTemplate/templates/baseTemplate/index.html:150 +#: baseTemplate/templates/baseTemplate/index.html:153 +#: baseTemplate/templates/baseTemplate/index.html:157 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:262 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:265 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:269 msgid "CyberPanel" msgstr "CyberPanel" -#: baseTemplate/templates/baseTemplate/index.html:164 -#: baseTemplate/templates/baseTemplate/index.html:168 +#: baseTemplate/templates/baseTemplate/index.html:155 +#: baseTemplate/templates/baseTemplate/index.html:159 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:267 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:271 msgid "Web Hosting Control Panel" msgstr "Панель управления Веб-хостинга" -#: baseTemplate/templates/baseTemplate/index.html:170 +#: baseTemplate/templates/baseTemplate/index.html:161 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:273 msgid "Close sidebar" msgstr "Закрыть боковую панель" -#: baseTemplate/templates/baseTemplate/index.html:176 +#: baseTemplate/templates/baseTemplate/index.html:167 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:279 msgid "My Account" msgstr "Мой аккаунт" -#: baseTemplate/templates/baseTemplate/index.html:193 +#: baseTemplate/templates/baseTemplate/index.html:184 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:296 msgid "Edit profile" msgstr "Редактировать профиль" -#: baseTemplate/templates/baseTemplate/index.html:194 -#: baseTemplate/templates/baseTemplate/index.html:317 +#: baseTemplate/templates/baseTemplate/index.html:185 +#: baseTemplate/templates/baseTemplate/index.html:303 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:297 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:424 #: userManagment/templates/userManagment/index.html:26 @@ -761,48 +755,43 @@ msgstr "Редактировать профиль" msgid "View Profile" msgstr "Посмотр Профиля" -#: baseTemplate/templates/baseTemplate/index.html:201 -#: baseTemplate/templates/baseTemplate/index.html:278 +#: baseTemplate/templates/baseTemplate/index.html:192 +#: baseTemplate/templates/baseTemplate/index.html:264 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:304 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:385 msgid "Logout" msgstr "Выйти" -#: baseTemplate/templates/baseTemplate/index.html:212 -#: baseTemplate/templates/baseTemplate/index.html:216 -#: baseTemplate/templates/baseTemplate/index.html:220 +#: baseTemplate/templates/baseTemplate/index.html:203 +#: baseTemplate/templates/baseTemplate/index.html:207 +#: baseTemplate/templates/baseTemplate/index.html:211 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:315 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:319 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:323 msgid "CPU Load Average" msgstr "Средняя загрузка ЦП" -#: baseTemplate/templates/baseTemplate/index.html:225 -#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:332 -msgid "System Status" -msgstr "Состояние системы" - -#: baseTemplate/templates/baseTemplate/index.html:230 +#: baseTemplate/templates/baseTemplate/index.html:216 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:337 msgid "Dashboard Quick Menu" msgstr "Панель меню быстрого доступа" -#: baseTemplate/templates/baseTemplate/index.html:264 -#: baseTemplate/templates/baseTemplate/index.html:475 -#: baseTemplate/templates/baseTemplate/index.html:477 +#: baseTemplate/templates/baseTemplate/index.html:250 +#: baseTemplate/templates/baseTemplate/index.html:463 +#: baseTemplate/templates/baseTemplate/index.html:465 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:371 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:582 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:584 msgid "Tuning" msgstr "Настройка" -#: baseTemplate/templates/baseTemplate/index.html:291 +#: baseTemplate/templates/baseTemplate/index.html:277 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:398 msgid "Overview" msgstr "Обзор" -#: baseTemplate/templates/baseTemplate/index.html:293 -#: baseTemplate/templates/baseTemplate/index.html:294 +#: baseTemplate/templates/baseTemplate/index.html:279 +#: baseTemplate/templates/baseTemplate/index.html:280 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:400 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:401 #, fuzzy @@ -810,16 +799,16 @@ msgstr "Обзор" msgid "Server IP Address" msgstr "IP Адрес" -#: baseTemplate/templates/baseTemplate/index.html:297 -#: baseTemplate/templates/baseTemplate/index.html:299 +#: baseTemplate/templates/baseTemplate/index.html:283 +#: baseTemplate/templates/baseTemplate/index.html:285 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:404 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:406 msgid "Dashboard" msgstr "Dashboard" -#: baseTemplate/templates/baseTemplate/index.html:301 -#: baseTemplate/templates/baseTemplate/index.html:302 -#: baseTemplate/templates/baseTemplate/index.html:303 +#: baseTemplate/templates/baseTemplate/index.html:287 +#: baseTemplate/templates/baseTemplate/index.html:288 +#: baseTemplate/templates/baseTemplate/index.html:289 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:408 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:409 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:410 @@ -827,27 +816,27 @@ msgstr "Dashboard" msgid "Version Management" msgstr "Управление версиями" -#: baseTemplate/templates/baseTemplate/index.html:307 +#: baseTemplate/templates/baseTemplate/index.html:293 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:414 msgid "Main" msgstr "Главный" -#: baseTemplate/templates/baseTemplate/index.html:318 +#: baseTemplate/templates/baseTemplate/index.html:304 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:425 #: userManagment/templates/userManagment/createUser.html:12 msgid "Create New User" msgstr "Создать нового пользователя" -#: baseTemplate/templates/baseTemplate/index.html:319 +#: baseTemplate/templates/baseTemplate/index.html:305 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:426 #: userManagment/templates/userManagment/index.html:52 #: userManagment/templates/userManagment/index.html:54 #: userManagment/templates/userManagment/modifyUser.html:12 -#: userManagment/templates/userManagment/modifyUser.html:119 +#: userManagment/templates/userManagment/modifyUser.html:111 msgid "Modify User" msgstr "Редактировать пользователя" -#: baseTemplate/templates/baseTemplate/index.html:320 +#: baseTemplate/templates/baseTemplate/index.html:306 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:427 #: userManagment/templates/userManagment/deleteUser.html:13 #: userManagment/templates/userManagment/deleteUser.html:20 @@ -857,16 +846,16 @@ msgstr "Редактировать пользователя" msgid "Delete User" msgstr "Удалить пользователя" -#: baseTemplate/templates/baseTemplate/index.html:335 +#: baseTemplate/templates/baseTemplate/index.html:321 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:442 #: websiteFunctions/templates/websiteFunctions/createWebsite.html:12 -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:102 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:109 #: websiteFunctions/templates/websiteFunctions/index.html:49 #: websiteFunctions/templates/websiteFunctions/index.html:51 msgid "Create Website" msgstr "Создать Веб-сайт" -#: baseTemplate/templates/baseTemplate/index.html:336 +#: baseTemplate/templates/baseTemplate/index.html:322 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:443 #: websiteFunctions/templates/websiteFunctions/index.html:34 #: websiteFunctions/templates/websiteFunctions/index.html:36 @@ -876,23 +865,23 @@ msgstr "Создать Веб-сайт" msgid "List Websites" msgstr "Список Веб-сайтов" -#: baseTemplate/templates/baseTemplate/index.html:337 +#: baseTemplate/templates/baseTemplate/index.html:323 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:444 #: websiteFunctions/templates/websiteFunctions/index.html:73 #: websiteFunctions/templates/websiteFunctions/index.html:75 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:12 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:19 -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:95 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:96 msgid "Modify Website" msgstr "Изменить Веб-сайт" -#: baseTemplate/templates/baseTemplate/index.html:338 +#: baseTemplate/templates/baseTemplate/index.html:324 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:445 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:41 msgid "Suspend/Unsuspend" msgstr "Приостановки/возобновления" -#: baseTemplate/templates/baseTemplate/index.html:339 +#: baseTemplate/templates/baseTemplate/index.html:325 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:446 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:12 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:19 @@ -902,7 +891,7 @@ msgstr "Приостановки/возобновления" msgid "Delete Website" msgstr "Удалить Веб-сайт" -#: baseTemplate/templates/baseTemplate/index.html:352 +#: baseTemplate/templates/baseTemplate/index.html:338 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:459 #: packages/templates/packages/createPackage.html:13 #: packages/templates/packages/createPackage.html:84 @@ -911,7 +900,7 @@ msgstr "Удалить Веб-сайт" msgid "Create Package" msgstr "Создать пакет" -#: baseTemplate/templates/baseTemplate/index.html:353 +#: baseTemplate/templates/baseTemplate/index.html:339 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:460 #: packages/templates/packages/deletePackage.html:12 #: packages/templates/packages/deletePackage.html:18 @@ -921,7 +910,7 @@ msgstr "Создать пакет" msgid "Delete Package" msgstr "Удалить пакет" -#: baseTemplate/templates/baseTemplate/index.html:354 +#: baseTemplate/templates/baseTemplate/index.html:340 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:461 #: packages/templates/packages/index.html:49 #: packages/templates/packages/index.html:51 @@ -931,7 +920,7 @@ msgstr "Удалить пакет" msgid "Modify Package" msgstr "Изменение пакета" -#: baseTemplate/templates/baseTemplate/index.html:368 +#: baseTemplate/templates/baseTemplate/index.html:354 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:475 #: databases/templates/databases/createDatabase.html:12 #: databases/templates/databases/createDatabase.html:19 @@ -942,7 +931,7 @@ msgstr "Изменение пакета" msgid "Create Database" msgstr "Создание базы данных" -#: baseTemplate/templates/baseTemplate/index.html:369 +#: baseTemplate/templates/baseTemplate/index.html:355 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:476 #: databases/templates/databases/deleteDatabase.html:12 #: databases/templates/databases/deleteDatabase.html:19 @@ -953,7 +942,7 @@ msgstr "Создание базы данных" msgid "Delete Database" msgstr "Удаление базы данных" -#: baseTemplate/templates/baseTemplate/index.html:370 +#: baseTemplate/templates/baseTemplate/index.html:356 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:477 #: databases/templates/databases/index.html:53 #: databases/templates/databases/index.html:55 @@ -962,14 +951,14 @@ msgstr "Удаление базы данных" msgid "List Databases" msgstr "Список баз данных" -#: baseTemplate/templates/baseTemplate/index.html:371 +#: baseTemplate/templates/baseTemplate/index.html:357 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:478 #: databases/templates/databases/index.html:65 #: databases/templates/databases/index.html:67 msgid "PHPMYAdmin" msgstr "PHPMYAdmin" -#: baseTemplate/templates/baseTemplate/index.html:386 +#: baseTemplate/templates/baseTemplate/index.html:372 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:493 #: dns/templates/dns/createNameServer.html:12 #: dns/templates/dns/createNameServer.html:76 dns/templates/dns/index.html:72 @@ -977,7 +966,7 @@ msgstr "PHPMYAdmin" msgid "Create Nameserver" msgstr "Создать Nameserver" -#: baseTemplate/templates/baseTemplate/index.html:387 +#: baseTemplate/templates/baseTemplate/index.html:373 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:494 #: dns/templates/dns/createDNSZone.html:12 #: dns/templates/dns/createDNSZone.html:40 dns/templates/dns/index.html:29 @@ -986,7 +975,7 @@ msgstr "Создать Nameserver" msgid "Create DNS Zone" msgstr "Создание DNS зоны" -#: baseTemplate/templates/baseTemplate/index.html:388 +#: baseTemplate/templates/baseTemplate/index.html:374 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:495 #: dns/templates/dns/deleteDNSZone.html:40 dns/templates/dns/index.html:41 #: dns/templates/dns/index.html:43 dns/templates/dns/index.html:96 @@ -994,19 +983,19 @@ msgstr "Создание DNS зоны" msgid "Delete Zone" msgstr "Удаление зоны" -#: baseTemplate/templates/baseTemplate/index.html:389 +#: baseTemplate/templates/baseTemplate/index.html:375 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:496 msgid "Add/Delete Records" msgstr "Добавление /Удаление записей" -#: baseTemplate/templates/baseTemplate/index.html:405 +#: baseTemplate/templates/baseTemplate/index.html:391 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:512 #: mailServer/templates/mailServer/createEmailAccount.html:12 #: mailServer/templates/mailServer/createEmailAccount.html:19 msgid "Create Email Account" msgstr "Создание учетной записи электронной почты" -#: baseTemplate/templates/baseTemplate/index.html:405 +#: baseTemplate/templates/baseTemplate/index.html:391 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:512 #: mailServer/templates/mailServer/createEmailAccount.html:64 #: mailServer/templates/mailServer/index.html:25 @@ -1014,14 +1003,14 @@ msgstr "Создание учетной записи электронной по msgid "Create Email" msgstr "Создание электронной почты" -#: baseTemplate/templates/baseTemplate/index.html:406 +#: baseTemplate/templates/baseTemplate/index.html:392 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:513 #: mailServer/templates/mailServer/deleteEmailAccount.html:12 #: mailServer/templates/mailServer/deleteEmailAccount.html:19 msgid "Delete Email Account" msgstr "Удаление учетной записи электронной почты" -#: baseTemplate/templates/baseTemplate/index.html:406 +#: baseTemplate/templates/baseTemplate/index.html:392 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:513 #: mailServer/templates/mailServer/deleteEmailAccount.html:56 #: mailServer/templates/mailServer/index.html:37 @@ -1029,7 +1018,7 @@ msgstr "Удаление учетной записи электронной по msgid "Delete Email" msgstr "Удаление почты" -#: baseTemplate/templates/baseTemplate/index.html:407 +#: baseTemplate/templates/baseTemplate/index.html:393 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:514 #: databases/templates/databases/listDataBases.html:73 #: ftp/templates/ftp/listFTPAccounts.html:73 @@ -1039,33 +1028,42 @@ msgstr "Удаление почты" msgid "Change Password" msgstr "Изменить Пароль" -#: baseTemplate/templates/baseTemplate/index.html:408 +#: baseTemplate/templates/baseTemplate/index.html:394 +#: mailServer/templates/mailServer/dkimManager.html:13 +#: mailServer/templates/mailServer/dkimManager.html:22 +#: mailServer/templates/mailServer/dkimManager.html:75 +#, fuzzy +#| msgid "File Manager" +msgid "DKIM Manager" +msgstr "Диспетчер Файлов" + +#: baseTemplate/templates/baseTemplate/index.html:395 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:515 msgid "Access Webmail" msgstr "Доступ к Веб-почте" -#: baseTemplate/templates/baseTemplate/index.html:427 +#: baseTemplate/templates/baseTemplate/index.html:414 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:534 #: ftp/templates/ftp/createFTPAccount.html:12 #: ftp/templates/ftp/createFTPAccount.html:19 ftp/templates/ftp/index.html:25 #: ftp/templates/ftp/index.html:27 -#: websiteFunctions/templates/websiteFunctions/website.html:709 -#: websiteFunctions/templates/websiteFunctions/website.html:711 +#: websiteFunctions/templates/websiteFunctions/website.html:815 +#: websiteFunctions/templates/websiteFunctions/website.html:818 msgid "Create FTP Account" msgstr "Создание учетной записи FTP" -#: baseTemplate/templates/baseTemplate/index.html:428 +#: baseTemplate/templates/baseTemplate/index.html:415 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:535 #: ftp/templates/ftp/deleteFTPAccount.html:12 #: ftp/templates/ftp/deleteFTPAccount.html:18 #: ftp/templates/ftp/deleteFTPAccount.html:52 ftp/templates/ftp/index.html:37 #: ftp/templates/ftp/index.html:39 -#: websiteFunctions/templates/websiteFunctions/website.html:721 -#: websiteFunctions/templates/websiteFunctions/website.html:723 +#: websiteFunctions/templates/websiteFunctions/website.html:827 +#: websiteFunctions/templates/websiteFunctions/website.html:830 msgid "Delete FTP Account" msgstr "Удаление учетной записи FTP" -#: baseTemplate/templates/baseTemplate/index.html:429 +#: baseTemplate/templates/baseTemplate/index.html:416 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:536 #: ftp/templates/ftp/index.html:49 ftp/templates/ftp/index.html:51 #: ftp/templates/ftp/listFTPAccounts.html:13 @@ -1073,26 +1071,27 @@ msgstr "Удаление учетной записи FTP" msgid "List FTP Accounts" msgstr "Список Учетных записей FTP" -#: baseTemplate/templates/baseTemplate/index.html:447 +#: baseTemplate/templates/baseTemplate/index.html:434 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:554 msgid "Add/Delete Destination" msgstr "Добавление/Удаление места назначения" -#: baseTemplate/templates/baseTemplate/index.html:449 +#: baseTemplate/templates/baseTemplate/index.html:436 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:556 #, fuzzy #| msgid "Remote Backups" msgid "Remote Back ups" msgstr "Удаленное резервное копирование" -#: baseTemplate/templates/baseTemplate/index.html:458 -#: baseTemplate/templates/baseTemplate/index.html:459 +#: baseTemplate/templates/baseTemplate/index.html:445 +#: baseTemplate/templates/baseTemplate/index.html:446 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:565 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:566 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:39 msgid "SSL" msgstr "SSL" -#: baseTemplate/templates/baseTemplate/index.html:464 +#: baseTemplate/templates/baseTemplate/index.html:451 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:571 #: manageSSL/templates/manageSSL/index.html:28 #: manageSSL/templates/manageSSL/manageSSL.html:13 @@ -1100,44 +1099,50 @@ msgstr "SSL" msgid "Manage SSL" msgstr "Управление SSL" -#: baseTemplate/templates/baseTemplate/index.html:465 +#: baseTemplate/templates/baseTemplate/index.html:452 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:572 #: manageSSL/templates/manageSSL/index.html:40 msgid "Hostname SSL" msgstr "SSL текущего хоста" -#: baseTemplate/templates/baseTemplate/index.html:473 +#: baseTemplate/templates/baseTemplate/index.html:453 +#, fuzzy +#| msgid "Server Logs" +msgid "MailServer SSL" +msgstr "Лог-журналы сервера" + +#: baseTemplate/templates/baseTemplate/index.html:461 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:580 msgid "Server" msgstr "Сервер" -#: baseTemplate/templates/baseTemplate/index.html:478 +#: baseTemplate/templates/baseTemplate/index.html:466 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:585 msgid "NEW" msgstr "Новый" -#: baseTemplate/templates/baseTemplate/index.html:483 +#: baseTemplate/templates/baseTemplate/index.html:471 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:590 #: tuning/templates/tuning/index.html:24 tuning/templates/tuning/index.html:26 #: tuning/templates/tuning/liteSpeedTuning.html:12 msgid "LiteSpeed Tuning" msgstr "Настройка LiteSpeed " -#: baseTemplate/templates/baseTemplate/index.html:484 +#: baseTemplate/templates/baseTemplate/index.html:472 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:591 #: tuning/templates/tuning/index.html:36 tuning/templates/tuning/index.html:38 #: tuning/templates/tuning/phpTuning.html:13 msgid "PHP Tuning" msgstr "Настройка PHP" -#: baseTemplate/templates/baseTemplate/index.html:499 +#: baseTemplate/templates/baseTemplate/index.html:487 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:606 #: serverStatus/templates/serverStatus/index.html:25 #: serverStatus/templates/serverStatus/index.html:27 msgid "LiteSpeed Status" msgstr "Состояние LiteSpeed" -#: baseTemplate/templates/baseTemplate/index.html:500 +#: baseTemplate/templates/baseTemplate/index.html:488 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:607 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:15 #: serverStatus/templates/serverStatus/index.html:37 @@ -1145,48 +1150,48 @@ msgstr "Состояние LiteSpeed" msgid "CyberPanel Main Log File" msgstr "Файл главного лог-журнала CyberPanel" -#: baseTemplate/templates/baseTemplate/index.html:501 +#: baseTemplate/templates/baseTemplate/index.html:489 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:608 #, fuzzy #| msgid "Server Status" msgid "Services Status" msgstr "Состояние сервера" -#: baseTemplate/templates/baseTemplate/index.html:518 +#: baseTemplate/templates/baseTemplate/index.html:506 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:625 #: managePHP/templates/managePHP/installExtensions.html:13 msgid "Install PHP Extensions" msgstr "Установка расширений PHP" -#: baseTemplate/templates/baseTemplate/index.html:518 +#: baseTemplate/templates/baseTemplate/index.html:506 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:625 #: managePHP/templates/managePHP/index.html:24 #: managePHP/templates/managePHP/index.html:26 msgid "Install Extensions" msgstr "Установка расширений" -#: baseTemplate/templates/baseTemplate/index.html:519 +#: baseTemplate/templates/baseTemplate/index.html:507 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:626 #: managePHP/templates/managePHP/index.html:36 #: managePHP/templates/managePHP/index.html:38 msgid "Edit PHP Configs" msgstr "Редактирование конфигурации PHP" -#: baseTemplate/templates/baseTemplate/index.html:534 +#: baseTemplate/templates/baseTemplate/index.html:522 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:641 msgid "Access Log" msgstr "Лог-журнал доступа" -#: baseTemplate/templates/baseTemplate/index.html:535 +#: baseTemplate/templates/baseTemplate/index.html:523 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:642 #: serverLogs/templates/serverLogs/errorLogs.html:14 #: serverLogs/templates/serverLogs/index.html:37 #: serverLogs/templates/serverLogs/index.html:39 -#: websiteFunctions/templates/websiteFunctions/website.html:132 +#: websiteFunctions/templates/websiteFunctions/website.html:139 msgid "Error Logs" msgstr "Лог-журнал ошибок" -#: baseTemplate/templates/baseTemplate/index.html:536 +#: baseTemplate/templates/baseTemplate/index.html:524 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:643 #: serverLogs/templates/serverLogs/emailLogs.html:14 #: serverLogs/templates/serverLogs/index.html:49 @@ -1194,12 +1199,12 @@ msgstr "Лог-журнал ошибок" msgid "Email Logs" msgstr "Лог-журнал Эл.почты" -#: baseTemplate/templates/baseTemplate/index.html:536 +#: baseTemplate/templates/baseTemplate/index.html:524 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:643 msgid "Email Log" msgstr "Лог эл.почты" -#: baseTemplate/templates/baseTemplate/index.html:537 +#: baseTemplate/templates/baseTemplate/index.html:525 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:644 #: serverLogs/templates/serverLogs/ftplogs.html:14 #: serverLogs/templates/serverLogs/index.html:61 @@ -1207,19 +1212,30 @@ msgstr "Лог эл.почты" msgid "FTP Logs" msgstr "Лог-журнал FTP" -#: baseTemplate/templates/baseTemplate/index.html:552 +#: baseTemplate/templates/baseTemplate/index.html:526 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:14 +#, fuzzy +#| msgid "Security Functions" +msgid "ModSecurity Audit Logs" +msgstr "Функции безопасности" + +#: baseTemplate/templates/baseTemplate/index.html:526 +msgid "ModSec Audit Logs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:541 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:659 msgid "Firewall Home" msgstr "Брандмауэр Home" -#: baseTemplate/templates/baseTemplate/index.html:552 +#: baseTemplate/templates/baseTemplate/index.html:541 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:659 #: firewall/templates/firewall/index.html:25 #: firewall/templates/firewall/index.html:27 msgid "Firewall" msgstr "Брандмауэр" -#: baseTemplate/templates/baseTemplate/index.html:553 +#: baseTemplate/templates/baseTemplate/index.html:542 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:660 #: firewall/templates/firewall/index.html:36 #: firewall/templates/firewall/index.html:38 @@ -1228,10 +1244,41 @@ msgstr "Брандмауэр" msgid "Secure SSH" msgstr "Безопасный SSH" +#: baseTemplate/templates/baseTemplate/index.html:543 +#, fuzzy +#| msgid "Edit PHP Configurations" +msgid "ModSecurity Configurations" +msgstr "Редактирование конфигурации PHP" + +#: baseTemplate/templates/baseTemplate/index.html:543 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Conf" +msgstr "Безопасность" + +#: baseTemplate/templates/baseTemplate/index.html:544 +#: firewall/templates/firewall/modSecurityRules.html:20 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Rules" +msgstr "Безопасность" + +#: baseTemplate/templates/baseTemplate/index.html:545 +msgid "ModSecurity Rules Packs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:199 +msgid "CPU Status" +msgstr "Состояние ЦП" + #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:327 msgid "Fullscreen" msgstr "Полный экран" +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:332 +msgid "System Status" +msgstr "Состояние системы" + #: baseTemplate/templates/baseTemplate/versionManagment.html:3 msgid "Version Management - CyberPanel" msgstr "Управление версиями - CyberPanel" @@ -1262,7 +1309,8 @@ msgstr "Последняя сборка" #: baseTemplate/templates/baseTemplate/versionManagment.html:66 #: firewall/templates/firewall/secureSSH.html:78 -#: managePHP/templates/managePHP/editPHPConfig.html:140 +#: mailServer/templates/mailServer/dkimManager.html:40 +#: managePHP/templates/managePHP/editPHPConfig.html:148 msgid "Error message: " msgstr "Сообщение об ошибке:" @@ -1275,11 +1323,16 @@ msgid "Update finished..." msgstr "Обновление завершено..." #: baseTemplate/templates/baseTemplate/versionManagment.html:79 +#: firewall/templates/firewall/modSecurity.html:47 +#: firewall/templates/firewall/modSecurity.html:177 +#: firewall/templates/firewall/modSecurityRules.html:53 +#: firewall/templates/firewall/modSecurityRulesPacks.html:88 #: firewall/templates/firewall/secureSSH.html:87 #: firewall/templates/firewall/secureSSH.html:172 -#: managePHP/templates/managePHP/editPHPConfig.html:149 -#: managePHP/templates/managePHP/editPHPConfig.html:221 -#: managePHP/templates/managePHP/installExtensions.html:113 +#: mailServer/templates/mailServer/dkimManager.html:44 +#: managePHP/templates/managePHP/editPHPConfig.html:157 +#: managePHP/templates/managePHP/editPHPConfig.html:230 +#: managePHP/templates/managePHP/installExtensions.html:114 msgid "Could not connect. Please refresh this page." msgstr "Не удалось подключиться. Пожалуйста обновите эту страницу." @@ -1353,7 +1406,7 @@ msgid "Select Domain" msgstr "Выберите домен" #: databases/templates/databases/listDataBases.html:46 -#: dns/templates/dns/addDeleteDNSRecords.html:168 +#: dns/templates/dns/addDeleteDNSRecords.html:335 #: ftp/templates/ftp/listFTPAccounts.html:46 msgid "Records successfully fetched for" msgstr "Записи успешно извлечены для:" @@ -1401,69 +1454,123 @@ msgstr "" msgid "Add Records" msgstr "Добавление записей" -#: dns/templates/dns/addDeleteDNSRecords.html:53 -#: dns/templates/dns/addDeleteDNSRecords.html:131 -#: filemanager/templates/filemanager/index.html:209 +#: dns/templates/dns/addDeleteDNSRecords.html:59 +#: dns/templates/dns/addDeleteDNSRecords.html:82 +#: dns/templates/dns/addDeleteDNSRecords.html:106 +#: dns/templates/dns/addDeleteDNSRecords.html:129 +#: dns/templates/dns/addDeleteDNSRecords.html:157 +#: dns/templates/dns/addDeleteDNSRecords.html:181 +#: dns/templates/dns/addDeleteDNSRecords.html:205 +#: dns/templates/dns/addDeleteDNSRecords.html:229 +#: dns/templates/dns/addDeleteDNSRecords.html:253 +#: dns/templates/dns/addDeleteDNSRecords.html:296 +#: filemanager/templates/filemanager/index.html:212 #: firewall/templates/firewall/firewall.html:136 #: serverStatus/templates/serverStatus/litespeedStatus.html:40 msgid "Name" msgstr "Имя" -#: dns/templates/dns/addDeleteDNSRecords.html:69 -msgid "IPV6" -msgstr "IPv6" - -#: dns/templates/dns/addDeleteDNSRecords.html:78 +#: dns/templates/dns/addDeleteDNSRecords.html:63 +#: dns/templates/dns/addDeleteDNSRecords.html:86 +#: dns/templates/dns/addDeleteDNSRecords.html:110 #: dns/templates/dns/addDeleteDNSRecords.html:133 -msgid "Priority" -msgstr "Приоритет" +#: dns/templates/dns/addDeleteDNSRecords.html:161 +#: dns/templates/dns/addDeleteDNSRecords.html:185 +#: dns/templates/dns/addDeleteDNSRecords.html:209 +#: dns/templates/dns/addDeleteDNSRecords.html:233 +#: dns/templates/dns/addDeleteDNSRecords.html:257 +#: dns/templates/dns/addDeleteDNSRecords.html:297 +msgid "TTL" +msgstr "" -#: dns/templates/dns/addDeleteDNSRecords.html:87 -#: dns/templates/dns/createDNSZone.html:27 -#: dns/templates/dns/createNameServer.html:27 -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:52 -#: websiteFunctions/templates/websiteFunctions/website.html:289 -msgid "Domain Name" -msgstr "Доменное имя" - -#: dns/templates/dns/addDeleteDNSRecords.html:95 -msgid "Policy" -msgstr "Политика" - -#: dns/templates/dns/addDeleteDNSRecords.html:103 -msgid "Text" -msgstr "Текст" - -#: dns/templates/dns/addDeleteDNSRecords.html:111 +#: dns/templates/dns/addDeleteDNSRecords.html:73 +#: dns/templates/dns/addDeleteDNSRecords.html:96 +#: dns/templates/dns/addDeleteDNSRecords.html:120 +#: dns/templates/dns/addDeleteDNSRecords.html:147 +#: dns/templates/dns/addDeleteDNSRecords.html:172 +#: dns/templates/dns/addDeleteDNSRecords.html:196 +#: dns/templates/dns/addDeleteDNSRecords.html:220 +#: dns/templates/dns/addDeleteDNSRecords.html:244 +#: dns/templates/dns/addDeleteDNSRecords.html:272 #: firewall/templates/firewall/firewall.html:117 msgid "Add" msgstr "Добавить" -#: dns/templates/dns/addDeleteDNSRecords.html:130 +#: dns/templates/dns/addDeleteDNSRecords.html:90 +#, fuzzy +#| msgid "IP Address" +msgid "IPV6 Address" +msgstr "IP Адрес" + +#: dns/templates/dns/addDeleteDNSRecords.html:114 +#: dns/templates/dns/addDeleteDNSRecords.html:141 +#: dns/templates/dns/createDNSZone.html:27 +#: dns/templates/dns/createNameServer.html:27 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:52 +#: websiteFunctions/templates/websiteFunctions/website.html:313 +msgid "Domain Name" +msgstr "Доменное имя" + +#: dns/templates/dns/addDeleteDNSRecords.html:137 +#: dns/templates/dns/addDeleteDNSRecords.html:299 +msgid "Priority" +msgstr "Приоритет" + +#: dns/templates/dns/addDeleteDNSRecords.html:166 +msgid "Policy" +msgstr "Политика" + +#: dns/templates/dns/addDeleteDNSRecords.html:190 +msgid "Text" +msgstr "Текст" + +#: dns/templates/dns/addDeleteDNSRecords.html:214 +#, fuzzy +#| msgid "Value" +msgid "SOA Value" +msgstr "Значение" + +#: dns/templates/dns/addDeleteDNSRecords.html:238 +#, fuzzy +#| msgid "First Nameserver" +msgid "Name server" +msgstr "Первый сервер имен (nameserver)" + +#: dns/templates/dns/addDeleteDNSRecords.html:261 +#, fuzzy +#| msgid "Priority" +msgid "Prioirty" +msgstr "Приоритет" + +#: dns/templates/dns/addDeleteDNSRecords.html:266 +msgid "Content" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:295 msgid "Type" msgstr "Тип" -#: dns/templates/dns/addDeleteDNSRecords.html:132 +#: dns/templates/dns/addDeleteDNSRecords.html:298 msgid "Value" msgstr "Значение" -#: dns/templates/dns/addDeleteDNSRecords.html:160 +#: dns/templates/dns/addDeleteDNSRecords.html:327 msgid "Cannot fetch records. Error message:" msgstr "Не удалось получить записи. Сообщение об ошибке:" -#: dns/templates/dns/addDeleteDNSRecords.html:164 +#: dns/templates/dns/addDeleteDNSRecords.html:331 msgid "Cannot add record. Error message: " msgstr "Не удается добавить запись. Сообщение об ошибке:" -#: dns/templates/dns/addDeleteDNSRecords.html:172 +#: dns/templates/dns/addDeleteDNSRecords.html:339 msgid "Record Successfully Deleted" msgstr "Запись успешно удалена" -#: dns/templates/dns/addDeleteDNSRecords.html:176 +#: dns/templates/dns/addDeleteDNSRecords.html:343 msgid "Cannot delete record. Error message:" msgstr "Не удается удалить запись. Сообщение об ошибке:" -#: dns/templates/dns/addDeleteDNSRecords.html:180 +#: dns/templates/dns/addDeleteDNSRecords.html:347 msgid "Record Successfully Added." msgstr "Запись успешно добавлена." @@ -1597,8 +1704,8 @@ msgid " File Manager" msgstr "Диспетчер Файлов" #: filemanager/templates/filemanager/index.html:63 -#: filemanager/templates/filemanager/index.html:202 -#: filemanager/templates/filemanager/index.html:233 +#: filemanager/templates/filemanager/index.html:205 +#: filemanager/templates/filemanager/index.html:236 #, fuzzy #| msgid "Reload" msgid "Upload" @@ -1615,310 +1722,319 @@ msgid "New Folder" msgstr "" #: filemanager/templates/filemanager/index.html:75 -#: filemanager/templates/filemanager/index.html:563 +#: filemanager/templates/filemanager/index.html:566 msgid "Copy" msgstr "" #: filemanager/templates/filemanager/index.html:78 -#: filemanager/templates/filemanager/index.html:528 +#: filemanager/templates/filemanager/index.html:531 msgid "Move" msgstr "" #: filemanager/templates/filemanager/index.html:81 -#: filemanager/templates/filemanager/index.html:593 +#: filemanager/templates/filemanager/index.html:596 #, fuzzy #| msgid "Username" msgid "Rename" msgstr "Имя пользователя" #: filemanager/templates/filemanager/index.html:84 +#: websiteFunctions/templates/websiteFunctions/listCron.html:66 msgid "Edit" msgstr "" #: filemanager/templates/filemanager/index.html:87 -#: filemanager/templates/filemanager/index.html:438 -#: filemanager/templates/filemanager/index.html:465 +#: filemanager/templates/filemanager/index.html:441 +#: filemanager/templates/filemanager/index.html:468 msgid "Compress" msgstr "" #: filemanager/templates/filemanager/index.html:90 -#: filemanager/templates/filemanager/index.html:493 +#: filemanager/templates/filemanager/index.html:496 msgid "Extract" msgstr "" -#: filemanager/templates/filemanager/index.html:108 +#: filemanager/templates/filemanager/index.html:93 +#, fuzzy +#| msgid "PHP version " +msgid "Fix Permissions" +msgstr "Версия PHP" + +#: filemanager/templates/filemanager/index.html:111 #, fuzzy #| msgid "Current Package:" msgid "Current Path" msgstr "Действующий пакет:" -#: filemanager/templates/filemanager/index.html:136 +#: filemanager/templates/filemanager/index.html:139 #, fuzzy #| msgid "Back up" msgid "Back" msgstr "Резервное копирование" -#: filemanager/templates/filemanager/index.html:140 +#: filemanager/templates/filemanager/index.html:143 #: serverLogs/templates/serverLogs/accessLogs.html:42 #: serverLogs/templates/serverLogs/emailLogs.html:39 #: serverLogs/templates/serverLogs/errorLogs.html:39 #: serverLogs/templates/serverLogs/ftplogs.html:39 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:39 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:40 +#: websiteFunctions/templates/websiteFunctions/listCron.html:36 msgid "Refresh" msgstr "Обновление" -#: filemanager/templates/filemanager/index.html:144 +#: filemanager/templates/filemanager/index.html:147 #, fuzzy #| msgid "Select Email" msgid "Select All" msgstr "Выберите адрес электронной почты" -#: filemanager/templates/filemanager/index.html:148 +#: filemanager/templates/filemanager/index.html:151 #, fuzzy #| msgid "Select Email" msgid "UnSelect All" msgstr "Выберите адрес электронной почты" -#: filemanager/templates/filemanager/index.html:158 +#: filemanager/templates/filemanager/index.html:161 #, fuzzy #| msgid "Size" msgid "Size (KB)" msgstr "Размер" -#: filemanager/templates/filemanager/index.html:159 +#: filemanager/templates/filemanager/index.html:162 msgid "Last Modified" msgstr "" -#: filemanager/templates/filemanager/index.html:160 +#: filemanager/templates/filemanager/index.html:163 #, fuzzy #| msgid "PHP version " msgid "Permissions" msgstr "Версия PHP" -#: filemanager/templates/filemanager/index.html:180 +#: filemanager/templates/filemanager/index.html:183 msgid "Upload File" msgstr "" -#: filemanager/templates/filemanager/index.html:187 +#: filemanager/templates/filemanager/index.html:190 msgid "Upload queue" msgstr "" -#: filemanager/templates/filemanager/index.html:188 +#: filemanager/templates/filemanager/index.html:191 msgid "Queue length:" msgstr "" -#: filemanager/templates/filemanager/index.html:195 +#: filemanager/templates/filemanager/index.html:198 msgid "Drop" msgstr "" -#: filemanager/templates/filemanager/index.html:196 +#: filemanager/templates/filemanager/index.html:199 msgid "Drop Files here to upload them." msgstr "" -#: filemanager/templates/filemanager/index.html:211 +#: filemanager/templates/filemanager/index.html:214 msgid "Progress" msgstr "" -#: filemanager/templates/filemanager/index.html:213 +#: filemanager/templates/filemanager/index.html:216 #, fuzzy #| msgid "FTP Functions" msgid "Actions" msgstr "FTP функции" -#: filemanager/templates/filemanager/index.html:239 +#: filemanager/templates/filemanager/index.html:242 msgid "Remove" msgstr "" -#: filemanager/templates/filemanager/index.html:249 +#: filemanager/templates/filemanager/index.html:252 msgid "Queue progress:" msgstr "" -#: filemanager/templates/filemanager/index.html:258 +#: filemanager/templates/filemanager/index.html:261 #, fuzzy #| msgid "Cannot tune. Error message:" msgid "can not be uploaded, Error message:" msgstr "Невозможно настроить. Сообщение об ошибке:" -#: filemanager/templates/filemanager/index.html:262 +#: filemanager/templates/filemanager/index.html:265 msgid "Upload all" msgstr "" -#: filemanager/templates/filemanager/index.html:265 +#: filemanager/templates/filemanager/index.html:268 #, fuzzy #| msgid "Cancel" msgid "Cancel all" msgstr "Отмена" -#: filemanager/templates/filemanager/index.html:268 +#: filemanager/templates/filemanager/index.html:271 msgid "Remove all" msgstr "" -#: filemanager/templates/filemanager/index.html:304 +#: filemanager/templates/filemanager/index.html:307 #, fuzzy #| msgid "Rule successfully added." msgid "File Successfully saved." msgstr "Правило успешно добавлено." -#: filemanager/templates/filemanager/index.html:311 +#: filemanager/templates/filemanager/index.html:314 #: firewall/templates/firewall/secureSSH.html:68 -#: managePHP/templates/managePHP/editPHPConfig.html:130 -#: managePHP/templates/managePHP/editPHPConfig.html:203 +#: managePHP/templates/managePHP/editPHPConfig.html:138 +#: managePHP/templates/managePHP/editPHPConfig.html:212 msgid "Save Changes" msgstr "Сохранить изменения" -#: filemanager/templates/filemanager/index.html:328 +#: filemanager/templates/filemanager/index.html:331 #, fuzzy #| msgid "Create New User" msgid "Create new folder!" msgstr "Создать нового пользователя" -#: filemanager/templates/filemanager/index.html:336 +#: filemanager/templates/filemanager/index.html:339 #, fuzzy #| msgid "File Name" msgid "New Folder Name" msgstr "Имя файла" -#: filemanager/templates/filemanager/index.html:338 +#: filemanager/templates/filemanager/index.html:341 msgid "Folder will be created in your current directory" msgstr "" -#: filemanager/templates/filemanager/index.html:340 +#: filemanager/templates/filemanager/index.html:343 #, fuzzy #| msgid "Create User" msgid "Create Folder" msgstr "Создать пользователя" -#: filemanager/templates/filemanager/index.html:353 +#: filemanager/templates/filemanager/index.html:356 #, fuzzy #| msgid "is successfully created." msgid "Folder Successfully created." msgstr "успешно создан." -#: filemanager/templates/filemanager/index.html:372 +#: filemanager/templates/filemanager/index.html:375 #, fuzzy #| msgid "Create New User" msgid "Create new file!" msgstr "Создать нового пользователя" -#: filemanager/templates/filemanager/index.html:380 +#: filemanager/templates/filemanager/index.html:383 #, fuzzy #| msgid "File Name" msgid "New File Name" msgstr "Имя файла" -#: filemanager/templates/filemanager/index.html:382 +#: filemanager/templates/filemanager/index.html:385 msgid "" "File will be created in your current directory, if it already exists it will " "not overwirte." msgstr "" -#: filemanager/templates/filemanager/index.html:384 +#: filemanager/templates/filemanager/index.html:387 #, fuzzy #| msgid "Create Email" msgid "Create File" msgstr "Создание электронной почты" -#: filemanager/templates/filemanager/index.html:397 +#: filemanager/templates/filemanager/index.html:400 #, fuzzy #| msgid "is successfully created." msgid "File Successfully created." msgstr "успешно создан." -#: filemanager/templates/filemanager/index.html:413 +#: filemanager/templates/filemanager/index.html:416 #, fuzzy #| msgid "Configurations" msgid "Confirm Deletion!" msgstr "Конфигурации" -#: filemanager/templates/filemanager/index.html:422 +#: filemanager/templates/filemanager/index.html:425 msgid "Confirm" msgstr "" -#: filemanager/templates/filemanager/index.html:423 -#: filemanager/templates/filemanager/index.html:466 -#: filemanager/templates/filemanager/index.html:529 -#: filemanager/templates/filemanager/index.html:564 -#: filemanager/templates/filemanager/index.html:594 -#: websiteFunctions/templates/websiteFunctions/website.html:417 +#: filemanager/templates/filemanager/index.html:426 +#: filemanager/templates/filemanager/index.html:469 +#: filemanager/templates/filemanager/index.html:532 +#: filemanager/templates/filemanager/index.html:567 +#: filemanager/templates/filemanager/index.html:597 +#: websiteFunctions/templates/websiteFunctions/website.html:447 msgid "Close" msgstr "Закрыть" -#: filemanager/templates/filemanager/index.html:446 +#: filemanager/templates/filemanager/index.html:449 msgid "List of files/folder!" msgstr "" -#: filemanager/templates/filemanager/index.html:450 +#: filemanager/templates/filemanager/index.html:453 #, fuzzy #| msgid "File Name" msgid "Compressed File Name" msgstr "Имя файла" -#: filemanager/templates/filemanager/index.html:452 +#: filemanager/templates/filemanager/index.html:455 #, fuzzy #| msgid "Extension Name" msgid "Enter without extension name!" msgstr "Название Расширения" -#: filemanager/templates/filemanager/index.html:456 +#: filemanager/templates/filemanager/index.html:459 msgid "Compression Type" msgstr "" -#: filemanager/templates/filemanager/index.html:481 +#: filemanager/templates/filemanager/index.html:484 msgid "Extracting" msgstr "" -#: filemanager/templates/filemanager/index.html:489 +#: filemanager/templates/filemanager/index.html:492 msgid "Extract in" msgstr "" -#: filemanager/templates/filemanager/index.html:491 +#: filemanager/templates/filemanager/index.html:494 msgid "You can enter . to extract in current directory!" msgstr "" -#: filemanager/templates/filemanager/index.html:509 +#: filemanager/templates/filemanager/index.html:512 #, fuzzy #| msgid "Files" msgid "Move Files" msgstr "Файлы" -#: filemanager/templates/filemanager/index.html:517 -#: filemanager/templates/filemanager/index.html:552 +#: filemanager/templates/filemanager/index.html:520 +#: filemanager/templates/filemanager/index.html:555 msgid "List of files/folders!" msgstr "" -#: filemanager/templates/filemanager/index.html:521 +#: filemanager/templates/filemanager/index.html:524 msgid "Move to" msgstr "" -#: filemanager/templates/filemanager/index.html:523 +#: filemanager/templates/filemanager/index.html:526 msgid "Enter a path to move your files!" msgstr "" -#: filemanager/templates/filemanager/index.html:544 +#: filemanager/templates/filemanager/index.html:547 #, fuzzy #| msgid "Files" msgid "Copy Files" msgstr "Файлы" -#: filemanager/templates/filemanager/index.html:556 +#: filemanager/templates/filemanager/index.html:559 msgid "Copy to" msgstr "" -#: filemanager/templates/filemanager/index.html:558 +#: filemanager/templates/filemanager/index.html:561 msgid "Enter a path to copy your files to!" msgstr "" -#: filemanager/templates/filemanager/index.html:578 +#: filemanager/templates/filemanager/index.html:581 msgid "Renaming" msgstr "" -#: filemanager/templates/filemanager/index.html:586 +#: filemanager/templates/filemanager/index.html:589 #, fuzzy #| msgid "File Name" msgid "New Name" msgstr "Имя файла" -#: filemanager/templates/filemanager/index.html:588 +#: filemanager/templates/filemanager/index.html:591 msgid "Enter new name of file!" msgstr "" @@ -1983,6 +2099,169 @@ msgstr "Функции безопасности" msgid "Manage the security of the server on this page." msgstr "Управление безопасностью сервера на этой странице." +#: firewall/templates/firewall/modSecurity.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity - CyberPanel" +msgstr "Безопасность - CyberPanel" + +#: firewall/templates/firewall/modSecurity.html:13 +#, fuzzy +#| msgid "Edit PHP Configurations" +msgid "ModSecurity Configurations!" +msgstr "Редактирование конфигурации PHP" + +#: firewall/templates/firewall/modSecurity.html:14 +#, fuzzy +#| msgid "On this page you can set up your Back up destinations. (SFTP)" +msgid "On this page you can configure ModSecurity settings." +msgstr "" +"На этой странице можно настроить место назначения резервного копирования. " +"(SFTP)" + +#: firewall/templates/firewall/modSecurity.html:20 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity" +msgstr "Безопасность" + +#: firewall/templates/firewall/modSecurity.html:29 +#: firewall/templates/firewall/modSecurityRules.html:70 +#: firewall/templates/firewall/modSecurityRulesPacks.html:28 +msgid "ModSecurity is not installed " +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:31 +#: firewall/templates/firewall/modSecurityRules.html:72 +#: firewall/templates/firewall/modSecurityRulesPacks.html:30 +#, fuzzy +#| msgid "Install" +msgid "Install Now." +msgstr "Установить" + +#: firewall/templates/firewall/modSecurity.html:43 +#, fuzzy +#| msgid "Cannot add destination. Error message:" +msgid "Failed to start installation, Error message: " +msgstr "Не удается добавить место назначения. Сообщение об ошибке:" + +#: firewall/templates/firewall/modSecurity.html:51 +#, fuzzy +#| msgid "Installation failed. Error message:" +msgid "Installation failed." +msgstr "Установка не удалась. Сообщение об ошибке:" + +#: firewall/templates/firewall/modSecurity.html:55 +msgid "ModSecurity successfully installed, refreshing page in 3 seconds.." +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:66 +msgid "Winter is coming, but so is ModSecurity." +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:157 +#, fuzzy +#| msgid "Save Changes" +msgid "Save changes." +msgstr "Сохранить изменения" + +#: firewall/templates/firewall/modSecurity.html:169 +#, fuzzy +#| msgid "Could not fetch current configuration. Error message:" +msgid "Failed to save ModSecurity configurations. Error message: " +msgstr "Не удалось получить текущую конфигурацию. Сообщение об ошибке:" + +#: firewall/templates/firewall/modSecurity.html:173 +#, fuzzy +#| msgid "Backup Process successfully started." +msgid "ModSecurity configurations successfully saved." +msgstr "Успешно запущен процесс резервного копирования." + +#: firewall/templates/firewall/modSecurityRules.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity Rules - CyberPanel" +msgstr "Безопасность - CyberPanel" + +#: firewall/templates/firewall/modSecurityRules.html:13 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Rules!" +msgstr "Безопасность" + +#: firewall/templates/firewall/modSecurityRules.html:14 +#, fuzzy +#| msgid "" +#| "On this page you can launch, list, modify and delete websites from your " +#| "server." +msgid "On this page you can add/delete ModSecurity rules." +msgstr "" +"На этой странице вы можете запускать, переименовывать, изменять и удалять " +"веб-сайты с вашего сервера." + +#: firewall/templates/firewall/modSecurityRules.html:42 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Save Rules!" +msgstr "Сохранить правила перезаписи" + +#: firewall/templates/firewall/modSecurityRules.html:49 +msgid "ModSecurity Rules Saved" +msgstr "" + +#: firewall/templates/firewall/modSecurityRules.html:58 +#, fuzzy +#| msgid "Could not save rewrite rules. Error message:" +msgid "Could not save rules, Error message: " +msgstr "Не удалось сохранить правила перезаписи. Сообщение об ошибке:" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity Rules Packs - CyberPanel" +msgstr "Безопасность - CyberPanel" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:13 +#: firewall/templates/firewall/modSecurityRulesPacks.html:20 +#, fuzzy +#| msgid "Modify Package" +msgid "ModSecurity Rules Packages!" +msgstr "Изменение пакета" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:14 +msgid "Install/Un-install ModSecurity rules packages." +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:60 +#: firewall/templates/firewall/modSecurityRulesPacks.html:71 +#, fuzzy +#| msgid "Configurations" +msgid "Configure" +msgstr "Конфигурации" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:84 +#: firewall/templates/firewall/modSecurityRulesPacks.html:96 +#, fuzzy +#| msgid "Action successful." +msgid "Operation successful." +msgstr "Успешное действие " + +#: firewall/templates/firewall/modSecurityRulesPacks.html:92 +#, fuzzy +#| msgid "Action failed. Error message:" +msgid "Operation failed, Error message: " +msgstr "Не удалось выполнить действие. Сообщение об ошибке:" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:110 +msgid "Supplier" +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:111 +#, fuzzy +#| msgid "File Name" +msgid "Filename" +msgstr "Имя файла" + #: firewall/templates/firewall/secureSSH.html:3 msgid "Secure SSH - CyberPanel" msgstr "Безопасный SSH - CyberPanel" @@ -2031,8 +2310,8 @@ msgstr "Добавить ключ" #: firewall/templates/firewall/secureSSH.html:158 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:55 -#: websiteFunctions/templates/websiteFunctions/website.html:553 -#: websiteFunctions/templates/websiteFunctions/website.html:613 +#: websiteFunctions/templates/websiteFunctions/website.html:599 +#: websiteFunctions/templates/websiteFunctions/website.html:658 msgid "Save" msgstr "Сохранить" @@ -2080,7 +2359,7 @@ msgstr "FTP аккаунт с именем пользователя:" #: ftp/templates/ftp/createFTPAccount.html:84 #: ftp/templates/ftp/createFTPAccount.html:87 -#: userManagment/templates/userManagment/createUser.html:154 +#: userManagment/templates/userManagment/createUser.html:144 msgid "is successfully created." msgstr "успешно создан." @@ -2210,6 +2489,59 @@ msgstr "" msgid "Email with id : {$ deletedID $} is successfully deleted." msgstr "Электронная почта с идентификатором: {$ deletedID $} успешно удалена." +#: mailServer/templates/mailServer/dkimManager.html:3 +#, fuzzy +#| msgid "Manage SSL - CyberPanel" +msgid "DKIM Manager - CyberPanel" +msgstr "Управление SSL - CyberPanel" + +#: mailServer/templates/mailServer/dkimManager.html:14 +#, fuzzy +#| msgid "This page can be used to Back up your websites" +msgid "This page can be used to generate and view DKIM keys for Domains" +msgstr "" +"Эта страница может использоваться для резервного копирования ваших веб-сайтов" + +#: mailServer/templates/mailServer/dkimManager.html:27 +msgid "OpenDKIM is not installed. " +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:28 +#, fuzzy +#| msgid "Install" +msgid "Install Now" +msgstr "Установить" + +#: mailServer/templates/mailServer/dkimManager.html:48 +msgid "OpenDKIM successfully installed, refreshing page in 3 seconds.." +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:97 +#, fuzzy +#| msgid "Currently no email accounts exist for this domain." +msgid "Keys not available for this domain." +msgstr "" +"В настоящее время не существует учетных записей электронной почты для " +"данного домена." + +#: mailServer/templates/mailServer/dkimManager.html:98 +msgid "Generate Now" +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:110 +#, fuzzy +#| msgid "Domains" +msgid "Domain" +msgstr "Домены" + +#: mailServer/templates/mailServer/dkimManager.html:111 +msgid "Private Key" +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:112 +msgid "Public Key" +msgstr "" + #: mailServer/templates/mailServer/index.html:3 msgid "Mail Functions - CyberPanel" msgstr "Почтовые функции - CyberPanel" @@ -2240,48 +2572,55 @@ msgid "Advanced" msgstr "Расширенные настройки" #: managePHP/templates/managePHP/editPHPConfig.html:48 -#: managePHP/templates/managePHP/editPHPConfig.html:174 +#: managePHP/templates/managePHP/editPHPConfig.html:182 #: managePHP/templates/managePHP/installExtensions.html:28 #: websiteFunctions/templates/websiteFunctions/createWebsite.html:68 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:74 -#: websiteFunctions/templates/websiteFunctions/website.html:309 +#: websiteFunctions/templates/websiteFunctions/website.html:333 +#: websiteFunctions/templates/websiteFunctions/website.html:729 msgid "Select PHP" msgstr "Выберите PHP" -#: managePHP/templates/managePHP/editPHPConfig.html:66 +#: managePHP/templates/managePHP/editPHPConfig.html:67 msgid "display_errors" msgstr " Директива display_errors" -#: managePHP/templates/managePHP/editPHPConfig.html:73 +#: managePHP/templates/managePHP/editPHPConfig.html:74 msgid "file_uploads" msgstr "Директива file_uploads" -#: managePHP/templates/managePHP/editPHPConfig.html:81 +#: managePHP/templates/managePHP/editPHPConfig.html:82 msgid "allow_url_fopen" msgstr "Директива allow_url_fopen" -#: managePHP/templates/managePHP/editPHPConfig.html:89 +#: managePHP/templates/managePHP/editPHPConfig.html:90 msgid "allow_url_include" msgstr "Директива allow_url_include" -#: managePHP/templates/managePHP/editPHPConfig.html:97 +#: managePHP/templates/managePHP/editPHPConfig.html:98 msgid "memory_limit" msgstr "Директива memory_limit" -#: managePHP/templates/managePHP/editPHPConfig.html:104 +#: managePHP/templates/managePHP/editPHPConfig.html:105 msgid "max_execution_time" msgstr "Директива max_execution_time" -#: managePHP/templates/managePHP/editPHPConfig.html:111 +#: managePHP/templates/managePHP/editPHPConfig.html:112 msgid "upload_max_filesize" msgstr "Директива upload_max_filesize" -#: managePHP/templates/managePHP/editPHPConfig.html:118 +#: managePHP/templates/managePHP/editPHPConfig.html:119 +#, fuzzy +#| msgid "upload_max_filesize" +msgid "post_max_size" +msgstr "Директива upload_max_filesize" + +#: managePHP/templates/managePHP/editPHPConfig.html:126 msgid "max_input_time" msgstr "Директива max_input_time" -#: managePHP/templates/managePHP/editPHPConfig.html:144 -#: managePHP/templates/managePHP/editPHPConfig.html:216 +#: managePHP/templates/managePHP/editPHPConfig.html:152 +#: managePHP/templates/managePHP/editPHPConfig.html:225 msgid "PHP Configs Saved." msgstr "Конфигурации PHP сохранены." @@ -2310,39 +2649,39 @@ msgstr "Установка/удаление расширений php на это msgid "Select PHP Version" msgstr "Выберите версию PHP" -#: managePHP/templates/managePHP/installExtensions.html:48 +#: managePHP/templates/managePHP/installExtensions.html:49 msgid "Search Extensions.." msgstr "Поиск расширений" -#: managePHP/templates/managePHP/installExtensions.html:63 +#: managePHP/templates/managePHP/installExtensions.html:64 msgid "Extension Name" msgstr "Название Расширения" -#: managePHP/templates/managePHP/installExtensions.html:64 +#: managePHP/templates/managePHP/installExtensions.html:65 msgid "Description" msgstr "Описание" -#: managePHP/templates/managePHP/installExtensions.html:66 -#: managePHP/templates/managePHP/installExtensions.html:77 +#: managePHP/templates/managePHP/installExtensions.html:67 +#: managePHP/templates/managePHP/installExtensions.html:78 msgid "Install" msgstr "Установить" -#: managePHP/templates/managePHP/installExtensions.html:67 -#: managePHP/templates/managePHP/installExtensions.html:78 +#: managePHP/templates/managePHP/installExtensions.html:68 +#: managePHP/templates/managePHP/installExtensions.html:79 msgid "Uninstall" msgstr "Деинсталлировать" -#: managePHP/templates/managePHP/installExtensions.html:93 +#: managePHP/templates/managePHP/installExtensions.html:94 msgid "Go Back" msgstr "Назад" -#: managePHP/templates/managePHP/installExtensions.html:104 +#: managePHP/templates/managePHP/installExtensions.html:105 #: tuning/templates/tuning/phpTuning.html:111 -#: userManagment/templates/userManagment/modifyUser.html:143 +#: userManagment/templates/userManagment/modifyUser.html:135 msgid "Cannot fetch details. Error message:" msgstr "Не удалось получить детали. Сообщение об ошибке:" -#: managePHP/templates/managePHP/installExtensions.html:108 +#: managePHP/templates/managePHP/installExtensions.html:109 msgid "Cannot perform operation. Error message:" msgstr "Не удается выполнить операцию. Сообщение об ошибке:" @@ -2372,11 +2711,13 @@ msgstr "" #: manageSSL/templates/manageSSL/manageSSL.html:42 #: manageSSL/templates/manageSSL/sslForHostName.html:42 +#: manageSSL/templates/manageSSL/sslForMailServer.html:42 msgid "Issue SSL" msgstr "Выпуск SSL" #: manageSSL/templates/manageSSL/manageSSL.html:52 #: manageSSL/templates/manageSSL/sslForHostName.html:52 +#: manageSSL/templates/manageSSL/sslForMailServer.html:52 msgid "Cannot issue SSL. Error message:" msgstr "Выпуск SSL невозможен. Сообщение об ошибке:" @@ -2404,6 +2745,35 @@ msgstr "" msgid "SSL Issued. You can now access CyberPanel at:" msgstr "Выпущен SSL. Теперь вы можете получить доступ к CyberPanel по адресу:" +#: manageSSL/templates/manageSSL/sslForMailServer.html:3 +#, fuzzy +#| msgid "Issue SSL For Hostname - CyberPanel" +msgid "Issue SSL For MailServer - CyberPanel" +msgstr "Ошибка SSL для текущего хоста (hostname) - CyberPanel" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:13 +#: manageSSL/templates/manageSSL/sslForMailServer.html:20 +#, fuzzy +#| msgid "Issue SSL For Hostname" +msgid "Issue SSL For MailServer" +msgstr "Ошибка SSL для текущего хоста (hostname)" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:14 +#, fuzzy +#| msgid "Issue Let’s Encrypt SSLs for websites and hostname." +msgid "Let’s Encrypt SSL for MailServer (Postfix/Dovecot)." +msgstr "Выпуск Let’s Encrypt SSL для веб-сайтов и текущего хоста (hostname)." + +#: manageSSL/templates/manageSSL/sslForMailServer.html:56 +msgid "SSL Issued, your mail server now uses Lets Encrypt!" +msgstr "" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:60 +#, fuzzy +#| msgid "Could not connect to server. Please refresh this page." +msgid "Could not connect to server, please refresh this page." +msgstr "Не удалось подключиться к серверу. Пожалуйста обновите эту страницу." + #: packages/templates/packages/createPackage.html:3 msgid "Create Package - CyberPanel" msgstr "Создание пакета - CyberPanel" @@ -2430,7 +2800,7 @@ msgstr "Наименование пакета:" #: packages/templates/packages/createPackage.html:35 #: packages/templates/packages/modifyPackage.html:40 -#: websiteFunctions/templates/websiteFunctions/website.html:249 +#: websiteFunctions/templates/websiteFunctions/website.html:254 msgid "Domains" msgstr "Домены" @@ -2516,7 +2886,7 @@ msgstr "Лог-журналы доступа - CyberPanel" #: serverLogs/templates/serverLogs/accessLogs.html:17 #: serverLogs/templates/serverLogs/index.html:25 #: serverLogs/templates/serverLogs/index.html:27 -#: websiteFunctions/templates/websiteFunctions/website.html:120 +#: websiteFunctions/templates/websiteFunctions/website.html:128 msgid "Access Logs" msgstr "Лог-журналы доступа" @@ -2528,22 +2898,35 @@ msgstr "Лог-журналы доступа для основного веб-с #: serverLogs/templates/serverLogs/emailLogs.html:23 #: serverLogs/templates/serverLogs/errorLogs.html:23 #: serverLogs/templates/serverLogs/ftplogs.html:23 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:23 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:24 msgid "Last 50 Lines" msgstr "Последние 50 строк" -#: serverLogs/templates/serverLogs/accessLogs.html:49 -#: serverLogs/templates/serverLogs/emailLogs.html:46 -#: serverLogs/templates/serverLogs/errorLogs.html:46 -#: serverLogs/templates/serverLogs/ftplogs.html:46 +#: serverLogs/templates/serverLogs/accessLogs.html:45 +#: serverLogs/templates/serverLogs/emailLogs.html:42 +#: serverLogs/templates/serverLogs/errorLogs.html:42 +#: serverLogs/templates/serverLogs/ftplogs.html:42 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:42 +#, fuzzy +#| msgid "Server Logs" +msgid "Clear Logs" +msgstr "Лог-журналы сервера" + +#: serverLogs/templates/serverLogs/accessLogs.html:52 +#: serverLogs/templates/serverLogs/emailLogs.html:49 +#: serverLogs/templates/serverLogs/errorLogs.html:49 +#: serverLogs/templates/serverLogs/ftplogs.html:49 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:50 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:47 msgid "Last 50 Lines Fetched" msgstr "Последние 50 строк извлечены" -#: serverLogs/templates/serverLogs/accessLogs.html:54 -#: serverLogs/templates/serverLogs/emailLogs.html:51 -#: serverLogs/templates/serverLogs/errorLogs.html:51 -#: serverLogs/templates/serverLogs/ftplogs.html:51 +#: serverLogs/templates/serverLogs/accessLogs.html:57 +#: serverLogs/templates/serverLogs/emailLogs.html:54 +#: serverLogs/templates/serverLogs/errorLogs.html:54 +#: serverLogs/templates/serverLogs/ftplogs.html:54 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:55 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:52 msgid "Could not fetch logs. Use the command line to view the log file." msgstr "" @@ -2588,6 +2971,18 @@ msgstr "" "веб-сайта, перейдите на: Веб-сайты -> Список веб-сайтов -> Выбрать сайт -> " "Просмотр лог-журналов." +#: serverLogs/templates/serverLogs/modSecAuditLog.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity Audit Logs - CyberPanel" +msgstr "Безопасность - CyberPanel" + +#: serverLogs/templates/serverLogs/modSecAuditLog.html:15 +#, fuzzy +#| msgid "Security Functions" +msgid "ModSecurity Audit logs" +msgstr "Функции безопасности" + #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:3 msgid "CyberPanel Main Log File - CyberPanel" msgstr "Основной файл лог-журнала CyberPanel - CyberPanel" @@ -2725,16 +3120,6 @@ msgstr "Размер кэша в памяти" msgid "Enable GZIP Compression" msgstr "Включить сжатие Gzip" -#: tuning/templates/tuning/liteSpeedTuning.html:70 -#: tuning/templates/tuning/phpTuning.html:90 -msgid "Enable" -msgstr "Включить" - -#: tuning/templates/tuning/liteSpeedTuning.html:71 -#: tuning/templates/tuning/phpTuning.html:91 -msgid "Disable" -msgstr "Отлючить" - #: tuning/templates/tuning/liteSpeedTuning.html:74 #: tuning/templates/tuning/phpTuning.html:94 #: userManagment/templates/userManagment/modifyUser.html:77 @@ -2745,7 +3130,7 @@ msgstr "В данный момент" msgid "Tune Web Server" msgstr "Настроить Веб-сервер" -#: tuning/templates/tuning/liteSpeedTuning.html:93 +#: tuning/templates/tuning/liteSpeedTuning.html:92 msgid "" "Cannot fetch Current Value, but you can still submit new changes, error " "reported from server:" @@ -2753,11 +3138,11 @@ msgstr "" "Не удается получить текущее значение, но у вас есть возможность отправлять " "новые изменения,сообщение об ошибке с сервера:" -#: tuning/templates/tuning/liteSpeedTuning.html:97 +#: tuning/templates/tuning/liteSpeedTuning.html:96 msgid "Cannot save details, Error Message: " msgstr "Не удается сохранить данные, Сообщение об ошибке:" -#: tuning/templates/tuning/liteSpeedTuning.html:102 +#: tuning/templates/tuning/liteSpeedTuning.html:101 msgid "Web Server Successfully tuned." msgstr "Веб-сервер успешно настроен." @@ -2793,6 +3178,14 @@ msgstr "Жесткий лимит процесса" msgid "Persistent Connection" msgstr "Постоянное соединение" +#: tuning/templates/tuning/phpTuning.html:90 +msgid "Enable" +msgstr "Включить" + +#: tuning/templates/tuning/phpTuning.html:91 +msgid "Disable" +msgstr "Отлючить" + #: tuning/templates/tuning/phpTuning.html:102 msgid "Tune PHP" msgstr "Настроить PHP" @@ -2860,17 +3253,6 @@ msgstr "Некорректный Email" msgid "Account Type" msgstr "Тип Учетной Записи" -#: userManagment/templates/userManagment/createUser.html:67 -#: userManagment/templates/userManagment/modifyUser.html:72 -msgid "Admin" -msgstr "Администратор" - -#: userManagment/templates/userManagment/createUser.html:68 -#: userManagment/templates/userManagment/createUser.html:79 -#: userManagment/templates/userManagment/modifyUser.html:73 -msgid "Normal User" -msgstr "Обычный пользователь" - #: userManagment/templates/userManagment/createUser.html:92 #: userManagment/templates/userManagment/modifyUser.html:88 #: userManagment/templates/userManagment/userProfile.html:67 @@ -2879,45 +3261,38 @@ msgid "User Accounts Limit" msgstr "Предельное количество учетных записей пользователей" #: userManagment/templates/userManagment/createUser.html:96 -#: userManagment/templates/userManagment/createUser.html:107 msgid "Only Numbers" msgstr "Tолько цифры" #: userManagment/templates/userManagment/createUser.html:103 -#: userManagment/templates/userManagment/modifyUser.html:98 -#: userManagment/templates/userManagment/userProfile.html:82 -msgid "Websites Limit" -msgstr "Предельное количество веб-сайтов" - -#: userManagment/templates/userManagment/createUser.html:113 #: userManagment/templates/userManagment/userProfile.html:42 msgid "Username" msgstr "Имя пользователя" -#: userManagment/templates/userManagment/createUser.html:117 +#: userManagment/templates/userManagment/createUser.html:107 msgid "Username should be lowercase alphanumeric." msgstr "Имя пользователя должно быть в нижнем регистре буквенно-цифровым" -#: userManagment/templates/userManagment/createUser.html:127 +#: userManagment/templates/userManagment/createUser.html:117 msgid "Must contain one number and one special character." msgstr "Должно содержать одно число и один специальный символ." -#: userManagment/templates/userManagment/createUser.html:143 +#: userManagment/templates/userManagment/createUser.html:133 #: userManagment/templates/userManagment/index.html:40 #: userManagment/templates/userManagment/index.html:42 msgid "Create User" msgstr "Создать пользователя" -#: userManagment/templates/userManagment/createUser.html:154 -#: userManagment/templates/userManagment/modifyUser.html:130 +#: userManagment/templates/userManagment/createUser.html:144 +#: userManagment/templates/userManagment/modifyUser.html:122 msgid "Account with username:" msgstr "Учетная запись с именем пользователя:" -#: userManagment/templates/userManagment/createUser.html:158 +#: userManagment/templates/userManagment/createUser.html:148 msgid "Cannot create user. Error message:" msgstr "Невозможно создать пользователя. Сообщение об ошибке:" -#: userManagment/templates/userManagment/createUser.html:166 +#: userManagment/templates/userManagment/createUser.html:156 msgid "" "Length of first and last name combined should be less than or equal to 20 " "characters" @@ -2966,15 +3341,15 @@ msgstr "Измените существующие пользовательски msgid "Select Account" msgstr "Выберите учетную запись" -#: userManagment/templates/userManagment/modifyUser.html:130 +#: userManagment/templates/userManagment/modifyUser.html:122 msgid " is successfully modified." msgstr "успешно изменен." -#: userManagment/templates/userManagment/modifyUser.html:134 +#: userManagment/templates/userManagment/modifyUser.html:126 msgid "Cannot modify user. Error message:" msgstr "Невозможно изменить пользователя. Сообщение об ошибке:" -#: userManagment/templates/userManagment/modifyUser.html:147 +#: userManagment/templates/userManagment/modifyUser.html:139 msgid "Details fetched." msgstr "Детали получены." @@ -3001,6 +3376,10 @@ msgstr "Уровень аккаунта" msgid "( 0 = Unlimited )" msgstr "(0 = неограниченно)" +#: userManagment/templates/userManagment/userProfile.html:82 +msgid "Websites Limit" +msgstr "Предельное количество веб-сайтов" + #: websiteFunctions/templates/websiteFunctions/createWebsite.html:3 msgid "Create New Website - CyberPanel" msgstr "Создать новый сайт - CyberPanel" @@ -3029,39 +3408,30 @@ msgid "Do not enter WWW, it will be auto created!" msgstr "" #: websiteFunctions/templates/websiteFunctions/createWebsite.html:56 -#: websiteFunctions/templates/websiteFunctions/website.html:293 -#: websiteFunctions/templates/websiteFunctions/website.html:304 +#: websiteFunctions/templates/websiteFunctions/website.html:317 +#: websiteFunctions/templates/websiteFunctions/website.html:328 msgid "Invalid Domain (Note: You don't need to add 'http' or 'https')" msgstr "" "Недопустимый домен (Примечание: вам не нужно добавлять «http» или «https»)" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:84 -#: websiteFunctions/templates/websiteFunctions/website.html:325 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:85 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:86 +#: websiteFunctions/templates/websiteFunctions/website.html:350 msgid "Additional Features" msgstr "Дополнительные параметры" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:91 -#: websiteFunctions/templates/websiteFunctions/website.html:332 -msgid "" -"For SSL to work DNS of domain should point to server, otherwise self signed " -"SSL will be issued, you can add your own SSL later." -msgstr "" -"Для корректной работы SSL, DNS домена должна указывать на сервер, в " -"противном случае будет выдан самостоятельно подписанный SSL, вы можете " -"добавить свой собственный SSL позже." - -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:113 -#: websiteFunctions/templates/websiteFunctions/website.html:354 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:120 +#: websiteFunctions/templates/websiteFunctions/website.html:385 msgid "Cannot create website. Error message:" msgstr "Не удается создать веб-сайт. Сообщение об ошибке:" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:117 -#: websiteFunctions/templates/websiteFunctions/website.html:358 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:389 msgid "Website with domain" msgstr "Веб-сайт с доменом" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:117 -#: websiteFunctions/templates/websiteFunctions/website.html:358 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:389 msgid " is Successfully Created" msgstr "Успешно создан" @@ -3085,6 +3455,88 @@ msgstr "Не удается удалить веб-сайт, сообщение msgid "Successfully Deleted." msgstr "Успешно удалено" +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:3 +#, fuzzy +#| msgid "Home - CyberPanel" +msgid "Domain Aliases - CyberPanel" +msgstr "Главная - CyberPanel" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:12 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:19 +#, fuzzy +#| msgid "Domain Name" +msgid "Domain Aliases" +msgstr "Доменное имя" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:13 +msgid "" +"With Domain Aliases you can visit example.com using example.net and view the " +"same content." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:29 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:105 +#, fuzzy +#| msgid "Create Email" +msgid "Create Alias" +msgstr "Создание электронной почты" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:36 +#, fuzzy +#| msgid "Create Domain" +msgid "Master Domain" +msgstr "Создать домен" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:37 +msgid "Alias" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:38 +#, fuzzy +#| msgid "System Status" +msgid "File System Path" +msgstr "Состояние системы" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:53 +#: websiteFunctions/templates/websiteFunctions/website.html:480 +msgid "Issue" +msgstr "Выпуск" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:63 +msgid "Domain Aliases not found." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:79 +#, fuzzy +#| msgid "List Domains" +msgid "Alias Domain" +msgstr "Список доменов" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:93 +msgid "" +"For SSL to work DNS of domain should point to server, otherwise self signed " +"SSL will be issued, you can add your own SSL later." +msgstr "" +"Для корректной работы SSL, DNS домена должна указывать на сервер, в " +"противном случае будет выдан самостоятельно подписанный SSL, вы можете " +"добавить свой собственный SSL позже." + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:114 +#, fuzzy +#| msgid "Action failed. Error message:" +msgid "Operation failed. Error message:" +msgstr "Не удалось выполнить действие. Сообщение об ошибке:" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:118 +msgid "Alias successfully created. Refreshing page in 3 seconds..." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:122 +#, fuzzy +#| msgid "Action successful." +msgid "Operation Successfull." +msgstr "Успешное действие " + #: websiteFunctions/templates/websiteFunctions/index.html:3 msgid "Website Functions - CyberPanel" msgstr "Функции веб-сайта - CyberPanel" @@ -3096,6 +3548,136 @@ msgstr "Функции веб-сайта - CyberPanel" msgid "Suspend/Unsuspend Website" msgstr "Приостановить/возобновить Веб-сайт " +#: websiteFunctions/templates/websiteFunctions/listCron.html:3 +#, fuzzy +#| msgid "Version Management - CyberPanel" +msgid "Cron Management - CyberPanel" +msgstr "Управление версиями - CyberPanel" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:12 +#: websiteFunctions/templates/websiteFunctions/listCron.html:19 +#, fuzzy +#| msgid "Version Management" +msgid "Cron Management" +msgstr "Управление версиями" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:13 +#, fuzzy +#| msgid "Create, edit and delete users on this page." +msgid "Create, edit or delete your cron jobs from this page." +msgstr "Создавайте, редактируйте и удаляйте пользователей на этой странице." + +#: websiteFunctions/templates/websiteFunctions/listCron.html:37 +#, fuzzy +#| msgid "Add Domains" +msgid "Add Cron" +msgstr "Добавление доменов" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:46 +#: websiteFunctions/templates/websiteFunctions/listCron.html:95 +msgid "Minute" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:47 +#: websiteFunctions/templates/websiteFunctions/listCron.html:101 +msgid "Hour" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:48 +msgid "Day of Month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:49 +#: websiteFunctions/templates/websiteFunctions/listCron.html:113 +msgid "Month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:50 +msgid "Day of Week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:51 +#: websiteFunctions/templates/websiteFunctions/listCron.html:126 +msgid "Command" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:52 +#, fuzzy +#| msgid "FTP Functions" +msgid "Action" +msgstr "FTP функции" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:79 +msgid "Pre defined" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:82 +msgid "Every minute" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:83 +msgid "Every 5 minutes" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:84 +msgid "Every 30 minutes" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:85 +msgid "Every hour" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:86 +msgid "Every day" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:87 +msgid "Every week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:88 +msgid "Every month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:89 +msgid "Every year" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:107 +msgid "Day of month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:119 +msgid "Day of week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:135 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Save edits" +msgstr "Сохранить правила перезаписи" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:142 +#, fuzzy +#| msgid "Add Records" +msgid "Add cron" +msgstr "Добавление записей" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:152 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:105 +msgid "Cannot fetch website details. Error message:" +msgstr "Не удалось получить детали веб-сайта. Сообщение об ошибке:" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:156 +#, fuzzy +#| msgid "Could not save SSL. Error message:" +msgid "Unable to add/save Cron. Error message:" +msgstr "Не удалось сохранить SSL. Сообщение об ошибке:" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:159 +msgid "Cron job saved" +msgstr "" + #: websiteFunctions/templates/websiteFunctions/listWebsites.html:3 msgid "Websites Hosted - CyberPanel" msgstr "Веб-сайтов Хостинг - CyberPanel" @@ -3116,15 +3698,11 @@ msgstr "Действующий пакет:" msgid "Current Owner:" msgstr "Текущий владелец:" -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:104 -msgid "Cannot fetch website details. Error message:" -msgstr "Не удалось получить детали веб-сайта. Сообщение об ошибке:" - -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:108 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:109 msgid "Cannot modify website. Error message:" msgstr "Нельзя изменить веб-сайт. Сообщение об ошибке:" -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:112 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:113 msgid "Website Details Successfully fetched" msgstr "Детали веб-сайта успешно получены" @@ -3172,226 +3750,329 @@ msgstr "Предыдущая" msgid "All functions related to a particular site." msgstr "Все функции, относящиеся к определенному сайту." -#: websiteFunctions/templates/websiteFunctions/website.html:22 +#: websiteFunctions/templates/websiteFunctions/website.html:25 msgid "Resource Usage" msgstr "Использование ресурсов" -#: websiteFunctions/templates/websiteFunctions/website.html:31 +#: websiteFunctions/templates/websiteFunctions/website.html:36 msgid "Resource" msgstr "Ресурс" -#: websiteFunctions/templates/websiteFunctions/website.html:33 +#: websiteFunctions/templates/websiteFunctions/website.html:38 msgid "Allowed" msgstr "Разрешено" -#: websiteFunctions/templates/websiteFunctions/website.html:55 -#: websiteFunctions/templates/websiteFunctions/website.html:82 +#: websiteFunctions/templates/websiteFunctions/website.html:60 +#: websiteFunctions/templates/websiteFunctions/website.html:87 msgid "Bandwidth Usage" msgstr "Использование пропускной способности" -#: websiteFunctions/templates/websiteFunctions/website.html:118 +#: websiteFunctions/templates/websiteFunctions/website.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:127 msgid "Load Access Logs" msgstr "Загрузить лог-журналы доступа" -#: websiteFunctions/templates/websiteFunctions/website.html:130 +#: websiteFunctions/templates/websiteFunctions/website.html:135 +#: websiteFunctions/templates/websiteFunctions/website.html:138 msgid "Load Error Logs" msgstr " Загрузить лог-журналы ошибок" -#: websiteFunctions/templates/websiteFunctions/website.html:146 +#: websiteFunctions/templates/websiteFunctions/website.html:150 msgid "Logs Fetched" msgstr "Логи получены" -#: websiteFunctions/templates/websiteFunctions/website.html:151 +#: websiteFunctions/templates/websiteFunctions/website.html:155 msgid "" "Could not fetch logs, see the logs file through command line. Error message:" msgstr "" "Невозможно получить лог-журнал, просмотрите логи через терминал. Сообщение " "об ошибке." -#: websiteFunctions/templates/websiteFunctions/website.html:172 -#: websiteFunctions/templates/websiteFunctions/website.html:211 +#: websiteFunctions/templates/websiteFunctions/website.html:176 +#: websiteFunctions/templates/websiteFunctions/website.html:215 msgid "Next" msgstr "Следующий" -#: websiteFunctions/templates/websiteFunctions/website.html:173 -#: websiteFunctions/templates/websiteFunctions/website.html:212 +#: websiteFunctions/templates/websiteFunctions/website.html:177 +#: websiteFunctions/templates/websiteFunctions/website.html:216 msgid "Previous" msgstr "Предыдущая" -#: websiteFunctions/templates/websiteFunctions/website.html:256 -#: websiteFunctions/templates/websiteFunctions/website.html:258 +#: websiteFunctions/templates/websiteFunctions/website.html:262 +#: websiteFunctions/templates/websiteFunctions/website.html:265 +#: websiteFunctions/templates/websiteFunctions/website.html:266 msgid "Add Domains" msgstr "Добавление доменов" -#: websiteFunctions/templates/websiteFunctions/website.html:268 -#: websiteFunctions/templates/websiteFunctions/website.html:270 +#: websiteFunctions/templates/websiteFunctions/website.html:273 +#: websiteFunctions/templates/websiteFunctions/website.html:276 +#: websiteFunctions/templates/websiteFunctions/website.html:277 +#: websiteFunctions/templates/websiteFunctions/website.html:294 +#: websiteFunctions/templates/websiteFunctions/website.html:297 msgid "List Domains" msgstr "Список доменов" -#: websiteFunctions/templates/websiteFunctions/website.html:300 -#: websiteFunctions/templates/websiteFunctions/website.html:770 -#: websiteFunctions/templates/websiteFunctions/website.html:821 +#: websiteFunctions/templates/websiteFunctions/website.html:283 +#: websiteFunctions/templates/websiteFunctions/website.html:286 +#: websiteFunctions/templates/websiteFunctions/website.html:287 +#, fuzzy +#| msgid "Domains" +msgid "Domain Alias" +msgstr "Домены" + +#: websiteFunctions/templates/websiteFunctions/website.html:294 +#: websiteFunctions/templates/websiteFunctions/website.html:297 +msgid "Add new Cron Job" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:298 +msgid "Cron Jobs" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:324 +#: websiteFunctions/templates/websiteFunctions/website.html:883 +#: websiteFunctions/templates/websiteFunctions/website.html:934 msgid "Path" msgstr "Путь" -#: websiteFunctions/templates/websiteFunctions/website.html:302 +#: websiteFunctions/templates/websiteFunctions/website.html:326 msgid "This path is relative to: " msgstr "Этот путь является относительным:" -#: websiteFunctions/templates/websiteFunctions/website.html:302 +#: websiteFunctions/templates/websiteFunctions/website.html:326 msgid "Leave empty to set default." msgstr "Оставьте пустым, чтобы задать по умолчанию." -#: websiteFunctions/templates/websiteFunctions/website.html:343 +#: websiteFunctions/templates/websiteFunctions/website.html:374 msgid "Create Domain" msgstr "Создать домен" -#: websiteFunctions/templates/websiteFunctions/website.html:386 +#: websiteFunctions/templates/websiteFunctions/website.html:416 msgid "PHP Version Changed to:" msgstr "PHP версии изменено на:" -#: websiteFunctions/templates/websiteFunctions/website.html:390 +#: websiteFunctions/templates/websiteFunctions/website.html:420 msgid "Deleted:" msgstr "Удалено:" -#: websiteFunctions/templates/websiteFunctions/website.html:394 +#: websiteFunctions/templates/websiteFunctions/website.html:424 msgid "SSL Issued:" msgstr "SSL выпущен:" -#: websiteFunctions/templates/websiteFunctions/website.html:449 -msgid "Issue" -msgstr "Выпуск" - -#: websiteFunctions/templates/websiteFunctions/website.html:477 +#: websiteFunctions/templates/websiteFunctions/website.html:509 msgid "Configurations" msgstr "Конфигурации" -#: websiteFunctions/templates/websiteFunctions/website.html:483 -msgid "Edit Virtual Host Main Configurations" -msgstr "Редактировать основные конфигурации виртуального хоста" - -#: websiteFunctions/templates/websiteFunctions/website.html:485 +#: websiteFunctions/templates/websiteFunctions/website.html:518 +#: websiteFunctions/templates/websiteFunctions/website.html:521 msgid "Edit vHost Main Configurations" msgstr "Редактирование основных конфигураций vHost " -#: websiteFunctions/templates/websiteFunctions/website.html:495 -#: websiteFunctions/templates/websiteFunctions/website.html:497 +#: websiteFunctions/templates/websiteFunctions/website.html:522 +msgid "vHost Conf" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:530 msgid "Add Rewrite Rules (.htaccess)" msgstr "Добавление правила перезаписи (.htaccess)" -#: websiteFunctions/templates/websiteFunctions/website.html:507 +#: websiteFunctions/templates/websiteFunctions/website.html:533 +#, fuzzy +#| msgid "Add Rewrite Rules (.htaccess)" +msgid "Rewrite Rules (.htaccess)" +msgstr "Добавление правила перезаписи (.htaccess)" + +#: websiteFunctions/templates/websiteFunctions/website.html:534 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Rewrite Rules" +msgstr "Сохранить правила перезаписи" + +#: websiteFunctions/templates/websiteFunctions/website.html:542 +#: websiteFunctions/templates/websiteFunctions/website.html:545 msgid "Add Your Own SSL" msgstr "Добавить свой собственный SSL" -#: websiteFunctions/templates/websiteFunctions/website.html:509 +#: websiteFunctions/templates/websiteFunctions/website.html:546 msgid "Add SSL" msgstr "Добавьте SSL" -#: websiteFunctions/templates/websiteFunctions/website.html:524 +#: websiteFunctions/templates/websiteFunctions/website.html:554 +#: websiteFunctions/templates/websiteFunctions/website.html:557 +#, fuzzy +#| msgid "Select PHP Version" +msgid "Change PHP Version" +msgstr "Выберите версию PHP" + +#: websiteFunctions/templates/websiteFunctions/website.html:558 +#: websiteFunctions/templates/websiteFunctions/website.html:754 +#, fuzzy +#| msgid "Change" +msgid "Change PHP" +msgstr "Изменить" + +#: websiteFunctions/templates/websiteFunctions/website.html:570 msgid "SSL Saved" msgstr "SSL сохранен" -#: websiteFunctions/templates/websiteFunctions/website.html:529 +#: websiteFunctions/templates/websiteFunctions/website.html:575 msgid "Could not save SSL. Error message:" msgstr "Не удалось сохранить SSL. Сообщение об ошибке:" -#: websiteFunctions/templates/websiteFunctions/website.html:579 +#: websiteFunctions/templates/websiteFunctions/website.html:624 msgid "Current configuration in the file fetched." msgstr "Текущая конфигурация в файле загружена" -#: websiteFunctions/templates/websiteFunctions/website.html:584 -#: websiteFunctions/templates/websiteFunctions/website.html:597 +#: websiteFunctions/templates/websiteFunctions/website.html:629 +#: websiteFunctions/templates/websiteFunctions/website.html:642 msgid "Could not fetch current configuration. Error message:" msgstr "Не удалось получить текущую конфигурацию. Сообщение об ошибке:" -#: websiteFunctions/templates/websiteFunctions/website.html:593 -#: websiteFunctions/templates/websiteFunctions/website.html:648 +#: websiteFunctions/templates/websiteFunctions/website.html:638 +#: websiteFunctions/templates/websiteFunctions/website.html:690 #, fuzzy #| msgid "SSH Configurations Saved." msgid "Configurations saved." msgstr "SSH конфигурации сохранены." -#: websiteFunctions/templates/websiteFunctions/website.html:634 +#: websiteFunctions/templates/websiteFunctions/website.html:676 msgid "Current rewrite rules in the file fetched." msgstr "Текущие правила перезаписи в извлеченном файле." -#: websiteFunctions/templates/websiteFunctions/website.html:639 +#: websiteFunctions/templates/websiteFunctions/website.html:681 msgid "Could not fetch current rewrite rules. Error message:" msgstr "Не удалось получить текущие правила перезаписи. Сообщение об ошибке:" -#: websiteFunctions/templates/websiteFunctions/website.html:652 +#: websiteFunctions/templates/websiteFunctions/website.html:694 msgid "Could not save rewrite rules. Error message:" msgstr "Не удалось сохранить правила перезаписи. Сообщение об ошибке:" -#: websiteFunctions/templates/websiteFunctions/website.html:668 +#: websiteFunctions/templates/websiteFunctions/website.html:710 msgid "Save Rewrite Rules" msgstr "Сохранить правила перезаписи" -#: websiteFunctions/templates/websiteFunctions/website.html:691 +#: websiteFunctions/templates/websiteFunctions/website.html:765 +#, fuzzy +#| msgid "Cannot create website. Error message:" +msgid "Failed to change PHP version. Error message:" +msgstr "Не удается создать веб-сайт. Сообщение об ошибке:" + +#: websiteFunctions/templates/websiteFunctions/website.html:769 +#, fuzzy +#| msgid "Password successfully changed for :" +msgid "PHP successfully changed for: " +msgstr "Пароль успешно изменен для:" + +#: websiteFunctions/templates/websiteFunctions/website.html:795 msgid "Files" msgstr "Файлы" -#: websiteFunctions/templates/websiteFunctions/website.html:698 -#: websiteFunctions/templates/websiteFunctions/website.html:700 +#: websiteFunctions/templates/websiteFunctions/website.html:803 +#: websiteFunctions/templates/websiteFunctions/website.html:806 +#: websiteFunctions/templates/websiteFunctions/website.html:807 msgid "File Manager" msgstr "Диспетчер Файлов" -#: websiteFunctions/templates/websiteFunctions/website.html:739 +#: websiteFunctions/templates/websiteFunctions/website.html:819 +#, fuzzy +#| msgid "Create FTP Account" +msgid "Create FTP Acct" +msgstr "Создание учетной записи FTP" + +#: websiteFunctions/templates/websiteFunctions/website.html:831 +#, fuzzy +#| msgid "Delete FTP Account" +msgid "Delete FTP Acct" +msgstr "Удаление учетной записи FTP" + +#: websiteFunctions/templates/websiteFunctions/website.html:848 msgid "Application Installer" msgstr "Установщик приложения" -#: websiteFunctions/templates/websiteFunctions/website.html:745 +#: websiteFunctions/templates/websiteFunctions/website.html:857 +#: websiteFunctions/templates/websiteFunctions/website.html:860 msgid "Install wordpress with LSCache" msgstr "Установить wordpress с LSCache" -#: websiteFunctions/templates/websiteFunctions/website.html:747 +#: websiteFunctions/templates/websiteFunctions/website.html:861 msgid "Wordpress with LSCache" msgstr "WordPress с LSCache" -#: websiteFunctions/templates/websiteFunctions/website.html:756 +#: websiteFunctions/templates/websiteFunctions/website.html:869 +#: websiteFunctions/templates/websiteFunctions/website.html:872 #, fuzzy #| msgid "Install wordpress with LSCache" msgid "Install Joomla with(?) LSCache" msgstr "Установить wordpress с LSCache" -#: websiteFunctions/templates/websiteFunctions/website.html:758 +#: websiteFunctions/templates/websiteFunctions/website.html:873 msgid "Joomla" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:792 -#: websiteFunctions/templates/websiteFunctions/website.html:871 +#: websiteFunctions/templates/websiteFunctions/website.html:905 +#: websiteFunctions/templates/websiteFunctions/website.html:984 msgid "Installation failed. Error message:" msgstr "Установка не удалась. Сообщение об ошибке:" -#: websiteFunctions/templates/websiteFunctions/website.html:796 -#: websiteFunctions/templates/websiteFunctions/website.html:875 +#: websiteFunctions/templates/websiteFunctions/website.html:909 +#: websiteFunctions/templates/websiteFunctions/website.html:988 msgid "Installation successful. To complete the setup visit:" msgstr " Успешная установка. Для завершения установки перейдите:" -#: websiteFunctions/templates/websiteFunctions/website.html:828 +#: websiteFunctions/templates/websiteFunctions/website.html:941 msgid "Site name" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:835 +#: websiteFunctions/templates/websiteFunctions/website.html:948 #, fuzzy #| msgid "Username" msgid "Admin Username" msgstr "Имя пользователя" -#: websiteFunctions/templates/websiteFunctions/website.html:842 +#: websiteFunctions/templates/websiteFunctions/website.html:955 #, fuzzy #| msgid "Password" msgid "Admin Password" msgstr "Пароль" -#: websiteFunctions/templates/websiteFunctions/website.html:849 +#: websiteFunctions/templates/websiteFunctions/website.html:962 #, fuzzy #| msgid "Database Name" msgid "Database prefix" msgstr "Имя базы данных" -#~ msgid "Russian" -#~ msgstr "Русский" +#~ msgid "Daily" +#~ msgstr "Ежедневно" + +#~ msgid "Weekly" +#~ msgstr "Еженедельно" + +#~ msgid "HTTP Statistics" +#~ msgstr "Статистика HTTP" + +#~ msgid "Available/Max Connections" +#~ msgstr "Доступные/Макс соединения" + +#~ msgid "Available/Max SSL Connections" +#~ msgstr "Доступные/Макс SSL-соединения" + +#~ msgid "Requests Processing" +#~ msgstr "Обработка запросов" + +#~ msgid "Total Requests" +#~ msgstr "Всего запросов" + +#~ msgid "IPV6" +#~ msgstr "IPv6" + +#~ msgid "Admin" +#~ msgstr "Администратор" + +#~ msgid "Normal User" +#~ msgstr "Обычный пользователь" + +#~ msgid "Edit Virtual Host Main Configurations" +#~ msgstr "Редактировать основные конфигурации виртуального хоста" #~ msgid "Reseller" #~ msgstr "Реселлер" diff --git a/locale/tr/LC_MESSAGES/django.mo b/locale/tr/LC_MESSAGES/django.mo index d3ae9a281d423d9e1d588d799be4c4cadef2b29e..770019203a5e6276a47262f6addbfb3c6b0a6dd6 100644 GIT binary patch delta 13405 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 delta 13969 zcmZwN2Yk-w-pBF3ERh&V5V3DFRuE$EEjF>$2!co?B(cX$Yt_~islBzOR&dm)6=EWAM6^z7kxE$5b z5u5+k>f6w?tBh*b3$+7NQSCQ2WdAjj(-ef`ebht>G-5lkF6xElSOpK;{7*KYr?KZ2 zJM~fR`k^|Wjv8*VbsJMpcdE~OJW}k)aQR933V_FwG-)B z0=J+Gvrq%yK@I#2)j>!rGqD<2lzcPPj`g?Y@mPlZ1k_QiMor)Ytcl058sj@pmB6yC z&28U9F>06J3nzXC3>S#W~TzKBre~kg;Z(8r8CiomHpWJJMNYo{<2X!_-TOXqaeu0{4P)Bo{!_Y;(A*#MVYDdPR21vK%Yf%FozzDpI+6kXd zX5jot-tCkjp#f^3I;d}Lg}SX>P?xkj=Eh{qgHvqzJk-%`L4C9BL`^6Q)&3Ud#Yd=} zere0SJL|V8=O08uTT}@(P!#I&bjE%-0=1P{sDVC34RjGTk-MmgKSzDTd37;IR~L1e zqftjP3>nT@ff}z+SKd=WDH7U&Dwq$WP%~|b!5EENNk8<$5!M9Mz)7g~6Hy<-X{i3z zpf2wgTYeBj$$y3VVtR<4-~S=q_- zYUX`WmvT7j^FJMR_FJ(K?m=z+S*(T+Py-k5Z6+RpnrJg?3~D@g90?7WhJm;Q!*DgK z!G2VI7FNdZP!r4D$4np?b=itx4J>QRd!f#HFsl79)J`X$?nVZ(<8EgI39V!oYQ~3b zgHKT}UPMjo3Xa6@u`hP!M_YU!JL9j&b#YqsGk?0RK$<$wun~5C&Ftht)C5+dw?2@Y zNazT*Sr4Hm^f_v4uULOUz3AWHt{gopM@_semc=O4k@Z2fABMV9$v6;a+44JBK%f7I zBtp@9fH}h=sFgQHb=(5A12L#G9Ej?04C+$NLA76mns_>DVrx+o*lOK{TIfMkyL0GP z!DZXvuJsA()9?ps0=byBK9+@1x4#S)!6?+-=!`B*Kn=VAHL4Pm9b)oDQ2B~j2Ww#i9A$kEYmmQ#d_bJAq2}zzqEM!qbGf**%B3}yUVo$7v-{NG(cM6U$zkZiuBKhOk2_xdoH`)~3PyP$6iL*zVZ@@#S zOIt9(tgt#pl5c|kI0kh$CZQkBL+!*;)DEmiw=TgJ61ptAQCoTxb(ua!t?(+UgZmhW zzoOpz8}(iQv-ZV8s0kLg`L3uP>xH>70X2aMsH2>d$oXr)O%!OxA7CXsfa>t3^+(i% z9$-myMww5G3v-igg*t+6SOOCyasEary^Vx! z`AO7@uV4^9Lk;McYC0^4`gBypQrH-);2_k>7TWqXwtg?>q5KkRg11luKf+V6mu@v`V%tz1A3&}A6jsFZsD6G!9g){q)4nj4CSL*7 zZ+lNU=iiTnzN<%~W;hq~<0el7{<#cwNzb4r`UR@pZPbKbqAqQ&ac0F)r~#VWd^gn2 z4nketsaPJ@pbz6aStNAZ&!R5ldDJC)h+640bfM39v*qQm8~JXiOSA=bWM@$WT}Acx z9N7ftFVsX+CYVpfR8;@7&|QGU0ut(A18U}bQ6Hz1sD{^3?QWxX;03xckgKjOt%BOY z&Zr5DLf!s(7=hQZG6qaC3#g6N$Pbys=U-cqZYvI<8vckb%s<(jX%s3y08618_1*^S zC#Z=$vW84Ce=F9)3Y4$MNIZ*r?+>hnrKht0E)u<`nlqe;n(=0=gBNT*V49g&T@0su zC>F;Br~%$bZSh4cf#0AO@)zpkSCMhTumNgEyQ7Y%pPNJ|iCENao`5BB78b-UsD_78 z9i2c8d=b^rW7Ltoz{2Q1-Q1bds82;C>YK0;>f_i7)jkI6qk9O6A|%$@f)A}vu{!0| zW*7%y4f0E|5oY0R^m?7Y@$pTJ#rx>OPH&hkPDWkgEvNRYh%mV^nzutb+Zq zHsd?@RC)I_VG z&b$e#-C$I^lzH~||6&TXweQ#lyKRHxs9SskbwqbD0Db41?}Z@L5!6S29EYlRqb58L zwSXnIejSz}|1N60&*roLYIvIhU9!6vi2p{d&})IY6ZuhRTLD!ci@9+W`r#yu!WpQE z96)^>kD&(q8mr@9SQD!*G)FqvO+o`LK{eQbE${-W zbKy?RjR&zjo<{A+eXNGhu`-4)HWPHmkkD3)LVdx^M16xT$BMWgweoK<4~8uKiT^gK#kFuB2iq9FKYN9n_t87rDG{=P-#N3a+6p(|xRf0ZYvQHBt3VQAgDk zgRvKCqVcE|&P9D1(oy|nVhVnVI+B)enfE%P-W!OXfB&0CLLFydbzF-fcpf$LTd1w{ zN#{SMu`;T|3#cu>X1#;@{&<95=<~L@?Kx39RR~pH)*6nvxPMM15 z+M>=h5p@aEP`7!qEnkMZ3u{nc)!R`!cFNXY#v0_mL0!_|6~^MIfh(fw2d?1!dy#mH zg4XymYQ>QmX3JY)9rB4-2sfiH(Gk={&tYSHg!!=QJLdhySb%&t?25y&AbyD2iSwvC z^4&Y^e=v!c6comwm1e6ep}wKoqsm91cItK1iWZPVlV+W(G4 z&~KGFx>BeejCPaI0KKphjzN9wR-;yQ21D^OYM=+!zfn68yxM#-x=<5nh?+oG)Jjv) zg)^}(Zb2RCH>gYLzC%JCJ;4afvBuo)YN*Rn*V-8M#nBS=aT|@A;AB)s^HCGbu=Vew z?$CbJ-8hQV@e54Fu50-VS)c#YBt}x;zs~$uZz{%-KZ#?o!g})^zY;azWz^RFfZq5N zbr)Ws%8P9FUU7nk$2|Y(` zVf;q(jW-%~gl}SL+=SY>GpGrDhU(`khT(10-T71HjPC?(GMA+=YGx%+m#rdd3u~e} zXn@+vmZ%B$viT9H_LEWVW}%K^5$aR39<_4^u_%6G{T@BP|DDa|k`zU)tRd=7v_P$( zn{^OsLP@9r##!fDSE5$71J%!Q)Pz4qeG0DH`X5k7^804?Kb%C^7IRijQ3LkFG8m8A z`h}R>jx87%)Is0IYCSMsf!Lg{1ts8ab%Teujp(b*~=Fh2tI=*5H z?x7~~!s_#`sSiS(VHs3?P1H^`K@HRqHNa5RgvX%Tzm9767Bp>FRZ)S3EcnyoB}I>G(A)OMX0RC95$IH)8?ZjaBh9YC=y@ zM;5r>>`V>R-D!;#v8yegj2+1@MlJLPY9c@GXaDn&@H=4skO;+f_`9qBWDuvCzV?9 zzlrxq?;%>#a6S1&q&YIr)0Us5iQ~jD>c2!Tva^jgdafFrrPhM9(E{sJ-;tO`{6TD^ z?2R0p{|hoJ$W+CsVf$*(a9tJCrqj<;BL7g%Ayh!?yfW^d_JE#MnfPE&GuA1;hnH z7yEm>j`QsJP7m9#3?89Ex3fHrMv$L@+0SDVQA8EWZ`s1>w*EMdp)8-xkEG3B(w&L# zhzO!T_4>`)j&v=;ooYMz6IW5N5i8?VJcG@#HXUU@futu>K949vOt2Mv33~pF(=V62 zw7EoG^;h0&M!F_tA5-7nzVnmL{}(dJRQ!!GnEm7=ecR^qyi%_E%fuAQo?;aohL3Ov z&L9$reZ*#BDdojcPah`Hk{C)l+Ec>*cl9L9kFqrWmC(}+tK&1`Z_*`Ezj#iN{>HXB zicRV8C1y}pmvkGvPreap{oWXa{~%ui{fT3gy-v7@Hf{>qQn`lAP#jJEA?fB=mwYFp z9QpCcZ%}6g(UUqoHHd1YZ&A08=tsT*(VMc-UqQ)!fR4Qwe|Az98_T|gAel~_u-Wb0mM(O2O zo^rImNB*BgUt%EPMZ0Lqmyxbu``e`RZ%9G*Glq(hG@NA%c4DY){441yL=yP|#2>cJ zFxqDj!-+&<9OZZMj;)U)J%@BS(SrAC+Va+v|CWREZ)*ooc^wM%48X=XotR5{6A?sO zPZ82j2|epD-KN))&qZH1$?qXu%9g8LDgEG?Ls>sNUU%}(8Q%$}upY62_<{Ui*u*ya zjI^FYs6QM6D7RIf@ZMM{5cd`g@o-;G#JWRWk2da7YMeoGuAorGrycLYBoUgIe*@Ho+;LzxPur$yISn6S3Kaq<<#8(&k6t>#x)$P+yzKP1y|`YwPlmo<{T`a#1#zNshr~ zww_{VC+QnRA<}{94yRF=ZO}|Dc-}KOyD6_jI+8Y%@lD$<6#q#aBFfsf;t2VR#0%10 zc_;hnOk!7d1}hThl-KY7T1wbwu=PV6NJm9+5b-vlryiYlr~C)vE%KGHG!a6qA^eE! zXDjJZb`qac*fhHW!-$ohyt#k>sfxERoTQ|y?d&`bpu7@gt%zRaul?r@{#${34x%${ z9^h%h*Y;Byi;>rJ4!e;5*<_t(Dt~qSyyS}zXKe$qokopt2rvGGZ;_884wCl4KExH$ z9f`_>o_C1=$`kA)JcY0P=u6#3q8nxI=Oo$?g=pN4g7U;Q@@cQU;3gkWEGOb<*O!PU z-OUbASoO58Z}U$`pQS8{d~u>Gv4Z?}w$Fc&{+;0I?0jJh`_rfrq30rTlz5Fsn@vN{ zzZ0uY&o7j{X4@+Nfo=13j?AQ*<-OAv)qXp&*|^yF#Mr@!an(A;PH?qIPD+X!k`|ww zl{q9m%X8A4+`~y2Br;Or-9;tCD>0|naW{&H9$2aeov2m$s zsje<5$wT5&Q!{%EXcd?zIgMuB;!IU$MtqF7Z(Ljg1K&+t?G;cXBC?h%vS$72but$x zr~9ObrR{9per#f5Y*N-978IWtpTd$7QeDksv({0XmbHifGsFK=ua*68o7Aj5nWxi! z3-)hw>PS-JsUr!QM`y3~Nl%<#HkWJYsUwr(k`m)G`_3QaSD>vHnzcLCE;S)BE+szw z!=*K}+RVF4XXOg9E6pBt2wjg_b;B7G0~F?N(K d%*?r~n@_H`vBTJftUU?ouD3!nlQNfh{SVcAGeQ6W diff --git a/locale/tr/LC_MESSAGES/django.po b/locale/tr/LC_MESSAGES/django.po index bd2b7a800..4d84ca140 100644 --- a/locale/tr/LC_MESSAGES/django.po +++ b/locale/tr/LC_MESSAGES/django.po @@ -3,14 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # -#: baseTemplate/templates/baseTemplate/index.html:95 -#: baseTemplate/templates/baseTemplate/index.html:185 -#: baseTemplate/templates/baseTemplate/index.html:236 -#: baseTemplate/templates/baseTemplate/index.html:242 -#: baseTemplate/templates/baseTemplate/index.html:248 -#: baseTemplate/templates/baseTemplate/index.html:254 -#: baseTemplate/templates/baseTemplate/index.html:260 -#: baseTemplate/templates/baseTemplate/index.html:266 +#: baseTemplate/templates/baseTemplate/index.html:176 +#: baseTemplate/templates/baseTemplate/index.html:222 +#: baseTemplate/templates/baseTemplate/index.html:228 +#: baseTemplate/templates/baseTemplate/index.html:234 +#: baseTemplate/templates/baseTemplate/index.html:240 +#: baseTemplate/templates/baseTemplate/index.html:246 +#: baseTemplate/templates/baseTemplate/index.html:252 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:198 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:288 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:343 @@ -23,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: CyberPanel 1.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-15 13:07+0500\n" +"POT-Creation-Date: 2018-05-14 14:50+0500\n" "PO-Revision-Date: 2018-02-04 04:34+0300\n" "Last-Translator: Burak BOZ\n" "Language-Team: Burak BOZ \n" @@ -58,6 +57,22 @@ msgstr "Japonca" msgid "Bosnian" msgstr "Boşnakça" +#: CyberCP/settings.py:173 +msgid "Greek" +msgstr "" + +#: CyberCP/settings.py:174 +msgid "Russian" +msgstr "" + +#: CyberCP/settings.py:175 +msgid "Turkish" +msgstr "" + +#: CyberCP/settings.py:176 +msgid "Spanish" +msgstr "" + #: backup/templates/backup/backup.html:4 backup/templates/backup/backup.html:14 #: backup/templates/backup/backup.html:21 msgid "Back up Website" @@ -74,9 +89,12 @@ msgstr "Bu sayfa web sitelerinizi yedekleme için kullanılır" #: mailServer/templates/mailServer/changeEmailPassword.html:28 #: mailServer/templates/mailServer/createEmailAccount.html:28 #: mailServer/templates/mailServer/deleteEmailAccount.html:28 +#: mailServer/templates/mailServer/dkimManager.html:83 #: manageSSL/templates/manageSSL/manageSSL.html:29 #: manageSSL/templates/manageSSL/sslForHostName.html:29 +#: manageSSL/templates/manageSSL/sslForMailServer.html:29 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:28 +#: websiteFunctions/templates/websiteFunctions/listCron.html:28 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:28 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:29 msgid "Select Website" @@ -89,24 +107,25 @@ msgstr "Hedef" #: backup/templates/backup/backup.html:44 #: baseTemplate/templates/baseTemplate/homePage.html:12 -#: filemanager/templates/filemanager/index.html:133 +#: filemanager/templates/filemanager/index.html:136 msgid "Home" msgstr "Ev" #: backup/templates/backup/backup.html:60 #: backup/templates/backup/restore.html:62 -#: filemanager/templates/filemanager/index.html:157 +#: filemanager/templates/filemanager/index.html:160 msgid "File Name" msgstr "Dosya Adı" #: backup/templates/backup/backup.html:61 #: backup/templates/backup/backup.html:106 #: backup/templates/backup/restore.html:63 -#: baseTemplate/templates/baseTemplate/index.html:270 +#: baseTemplate/templates/baseTemplate/index.html:256 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:377 -#: filemanager/templates/filemanager/index.html:212 +#: filemanager/templates/filemanager/index.html:215 #: firewall/templates/firewall/firewall.html:36 -#: managePHP/templates/managePHP/installExtensions.html:65 +#: firewall/templates/firewall/modSecurityRulesPacks.html:112 +#: managePHP/templates/managePHP/installExtensions.html:66 msgid "Status" msgstr "Durum" @@ -115,7 +134,7 @@ msgid "Running" msgstr "Çalışıyor" #: backup/templates/backup/backup.html:81 -#: baseTemplate/templates/baseTemplate/index.html:445 +#: baseTemplate/templates/baseTemplate/index.html:432 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:552 msgid "Create Back up" msgstr "Yedek Oluştur" @@ -128,10 +147,11 @@ msgstr "Yedeklemeyi iptal et" #: backup/templates/backup/backupDestinations.html:97 #: backup/templates/backup/backupSchedule.html:89 #: databases/templates/databases/listDataBases.html:87 -#: dns/templates/dns/addDeleteDNSRecords.html:129 +#: dns/templates/dns/addDeleteDNSRecords.html:294 #: firewall/templates/firewall/firewall.html:135 +#: firewall/templates/firewall/modSecurityRulesPacks.html:109 #: ftp/templates/ftp/listFTPAccounts.html:87 -#: managePHP/templates/managePHP/installExtensions.html:61 +#: managePHP/templates/managePHP/installExtensions.html:62 msgid "ID" msgstr "ID" @@ -144,7 +164,7 @@ msgid "Date" msgstr "Tarih" #: backup/templates/backup/backup.html:105 -#: filemanager/templates/filemanager/index.html:210 +#: filemanager/templates/filemanager/index.html:213 #: ftp/templates/ftp/listFTPAccounts.html:90 msgid "Size" msgstr "Boyut" @@ -152,11 +172,14 @@ msgstr "Boyut" #: backup/templates/backup/backup.html:107 #: backup/templates/backup/backupDestinations.html:100 #: backup/templates/backup/backupSchedule.html:92 -#: dns/templates/dns/addDeleteDNSRecords.html:134 +#: dns/templates/dns/addDeleteDNSRecords.html:300 #: filemanager/templates/filemanager/index.html:72 #: firewall/templates/firewall/firewall.html:140 #: firewall/templates/firewall/secureSSH.html:122 -#: websiteFunctions/templates/websiteFunctions/website.html:450 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:40 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:55 +#: websiteFunctions/templates/websiteFunctions/listCron.html:65 +#: websiteFunctions/templates/websiteFunctions/website.html:481 msgid "Delete" msgstr "Sil" @@ -185,7 +208,7 @@ msgstr "" #: backup/templates/backup/backupDestinations.html:30 #: backup/templates/backup/remoteBackups.html:29 -#: dns/templates/dns/addDeleteDNSRecords.html:60 +#: dns/templates/dns/addDeleteDNSRecords.html:67 #: dns/templates/dns/createNameServer.html:48 #: dns/templates/dns/createNameServer.html:65 #: firewall/templates/firewall/firewall.html:138 @@ -199,8 +222,8 @@ msgstr "IP Adresi" #: ftp/templates/ftp/listFTPAccounts.html:91 #: mailServer/templates/mailServer/changeEmailPassword.html:52 #: mailServer/templates/mailServer/createEmailAccount.html:51 -#: userManagment/templates/userManagment/createUser.html:123 -#: userManagment/templates/userManagment/modifyUser.html:106 +#: userManagment/templates/userManagment/createUser.html:113 +#: userManagment/templates/userManagment/modifyUser.html:98 msgid "Password" msgstr "Şifre" @@ -216,7 +239,7 @@ msgstr "" #: backup/templates/backup/backupDestinations.html:55 #: backup/templates/backup/backupSchedule.html:54 -#: baseTemplate/templates/baseTemplate/index.html:447 +#: baseTemplate/templates/baseTemplate/index.html:434 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:554 msgid "Add Destination" msgstr "Hedef Ekle" @@ -247,25 +270,28 @@ msgstr "Hedef Eklendi." #: backup/templates/backup/restore.html:95 #: databases/templates/databases/createDatabase.html:88 #: databases/templates/databases/deleteDatabase.html:73 -#: dns/templates/dns/addDeleteDNSRecords.html:185 +#: dns/templates/dns/addDeleteDNSRecords.html:352 #: dns/templates/dns/createDNSZone.html:60 #: dns/templates/dns/createNameServer.html:100 #: dns/templates/dns/deleteDNSZone.html:67 #: mailServer/templates/mailServer/changeEmailPassword.html:80 #: mailServer/templates/mailServer/createEmailAccount.html:79 #: mailServer/templates/mailServer/deleteEmailAccount.html:79 +#: mailServer/templates/mailServer/dkimManager.html:156 #: manageSSL/templates/manageSSL/manageSSL.html:60 -#: userManagment/templates/userManagment/createUser.html:162 -#: userManagment/templates/userManagment/modifyUser.html:138 +#: userManagment/templates/userManagment/createUser.html:152 +#: userManagment/templates/userManagment/modifyUser.html:130 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:126 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:77 -#: websiteFunctions/templates/websiteFunctions/website.html:156 -#: websiteFunctions/templates/websiteFunctions/website.html:362 -#: websiteFunctions/templates/websiteFunctions/website.html:404 -#: websiteFunctions/templates/websiteFunctions/website.html:534 -#: websiteFunctions/templates/websiteFunctions/website.html:589 -#: websiteFunctions/templates/websiteFunctions/website.html:644 -#: websiteFunctions/templates/websiteFunctions/website.html:802 -#: websiteFunctions/templates/websiteFunctions/website.html:881 +#: websiteFunctions/templates/websiteFunctions/website.html:160 +#: websiteFunctions/templates/websiteFunctions/website.html:393 +#: websiteFunctions/templates/websiteFunctions/website.html:434 +#: websiteFunctions/templates/websiteFunctions/website.html:580 +#: websiteFunctions/templates/websiteFunctions/website.html:634 +#: websiteFunctions/templates/websiteFunctions/website.html:686 +#: websiteFunctions/templates/websiteFunctions/website.html:773 +#: websiteFunctions/templates/websiteFunctions/website.html:915 +#: websiteFunctions/templates/websiteFunctions/website.html:994 msgid "Could not connect to server. Please refresh this page." msgstr "Sunucuya bağlanılamıyor. Lütfen bu sayfayı yenileyin." @@ -284,7 +310,7 @@ msgstr "Yedekleme Zamanla - CyberPanel" #: backup/templates/backup/backupSchedule.html:13 #: backup/templates/backup/backupSchedule.html:20 -#: baseTemplate/templates/baseTemplate/index.html:448 +#: baseTemplate/templates/baseTemplate/index.html:435 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:555 msgid "Schedule Back up" msgstr "Yedekleme Zamanla" @@ -305,14 +331,6 @@ msgstr "Hedef Seçin" msgid "Select Frequency" msgstr "Sıklık Seçin" -#: backup/templates/backup/backupSchedule.html:43 -msgid "Daily" -msgstr "Günlük" - -#: backup/templates/backup/backupSchedule.html:44 -msgid "Weekly" -msgstr "Haftalık" - #: backup/templates/backup/backupSchedule.html:69 msgid "Cannot add schedule. Error message:" msgstr "Zamanlanamadı. Hata mesajı:" @@ -331,13 +349,13 @@ msgstr "Yedekleme Merkezi - CyberPanel" #: backup/templates/backup/index.html:13 backup/templates/backup/index.html:29 #: backup/templates/backup/index.html:45 -#: baseTemplate/templates/baseTemplate/homePage.html:268 -#: baseTemplate/templates/baseTemplate/homePage.html:271 -#: baseTemplate/templates/baseTemplate/homePage.html:463 -#: baseTemplate/templates/baseTemplate/homePage.html:466 -#: baseTemplate/templates/baseTemplate/index.html:438 -#: baseTemplate/templates/baseTemplate/index.html:440 -#: baseTemplate/templates/baseTemplate/index.html:457 +#: baseTemplate/templates/baseTemplate/homePage.html:204 +#: baseTemplate/templates/baseTemplate/homePage.html:207 +#: baseTemplate/templates/baseTemplate/homePage.html:399 +#: baseTemplate/templates/baseTemplate/homePage.html:402 +#: baseTemplate/templates/baseTemplate/index.html:425 +#: baseTemplate/templates/baseTemplate/index.html:427 +#: baseTemplate/templates/baseTemplate/index.html:444 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:545 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:547 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:564 @@ -349,7 +367,7 @@ msgid "Back up and restore sites." msgstr "Siteleri yedekle ve geri yükle." #: backup/templates/backup/index.html:19 -#: baseTemplate/templates/baseTemplate/homePage.html:164 +#: baseTemplate/templates/baseTemplate/homePage.html:100 #: databases/templates/databases/index.html:19 dns/templates/dns/index.html:19 #: firewall/templates/firewall/index.html:19 ftp/templates/ftp/index.html:19 #: mailServer/templates/mailServer/index.html:19 @@ -369,7 +387,7 @@ msgid "Back up Site" msgstr "Siteyi" #: backup/templates/backup/index.html:55 -#: baseTemplate/templates/baseTemplate/index.html:446 +#: baseTemplate/templates/baseTemplate/index.html:433 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:553 msgid "Restore Back up" msgstr "Yedeği geri yükle" @@ -401,8 +419,9 @@ msgid "Start Transfer" msgstr "Aktarımı Başlat" #: backup/templates/backup/remoteBackups.html:59 -#: filemanager/templates/filemanager/index.html:236 -#: websiteFunctions/templates/websiteFunctions/website.html:295 +#: filemanager/templates/filemanager/index.html:239 +#: websiteFunctions/templates/websiteFunctions/website.html:319 +#: websiteFunctions/templates/websiteFunctions/website.html:743 msgid "Cancel" msgstr "İptal" @@ -432,12 +451,12 @@ msgid "Website" msgstr "Website" #: backup/templates/backup/remoteBackups.html:108 -#: baseTemplate/templates/baseTemplate/homePage.html:333 -#: baseTemplate/templates/baseTemplate/index.html:511 -#: baseTemplate/templates/baseTemplate/index.html:513 +#: baseTemplate/templates/baseTemplate/homePage.html:269 +#: baseTemplate/templates/baseTemplate/index.html:499 +#: baseTemplate/templates/baseTemplate/index.html:501 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:618 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:620 -#: managePHP/templates/managePHP/installExtensions.html:62 +#: managePHP/templates/managePHP/installExtensions.html:63 msgid "PHP" msgstr "PHP" @@ -449,8 +468,8 @@ msgid "Package" msgstr "Paket" #: backup/templates/backup/remoteBackups.html:110 -#: baseTemplate/templates/baseTemplate/index.html:398 -#: baseTemplate/templates/baseTemplate/index.html:400 +#: baseTemplate/templates/baseTemplate/index.html:384 +#: baseTemplate/templates/baseTemplate/index.html:386 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:505 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:507 #: userManagment/templates/userManagment/createUser.html:47 @@ -492,7 +511,7 @@ msgstr "Durum" #: databases/templates/databases/deleteDatabase.html:64 #: databases/templates/databases/listDataBases.html:54 #: firewall/templates/firewall/firewall.html:166 -#: managePHP/templates/managePHP/editPHPConfig.html:212 +#: managePHP/templates/managePHP/editPHPConfig.html:221 msgid "Error message:" msgstr "Hata mesajı:" @@ -509,18 +528,18 @@ msgid "Use the tabs to navigate through the control panel." msgstr "Kontrol panelinde gezinmek için sekmeleri kullanın." #: baseTemplate/templates/baseTemplate/homePage.html:23 -#: websiteFunctions/templates/websiteFunctions/website.html:32 +#: websiteFunctions/templates/websiteFunctions/website.html:37 msgid "Usage" msgstr "Kullanım" #: baseTemplate/templates/baseTemplate/homePage.html:34 -#: baseTemplate/templates/baseTemplate/index.html:105 +#: baseTemplate/templates/baseTemplate/index.html:96 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:208 msgid "CPU Usage" msgstr "CPU Kullanımı" #: baseTemplate/templates/baseTemplate/homePage.html:55 -#: baseTemplate/templates/baseTemplate/index.html:116 +#: baseTemplate/templates/baseTemplate/index.html:107 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:219 msgid "Ram Usage" msgstr "Ram Kullanımı" @@ -529,55 +548,35 @@ msgstr "Ram Kullanımı" msgid "Disk Usage '/'" msgstr "Disk Kullanımı '/'" -#: baseTemplate/templates/baseTemplate/homePage.html:98 -msgid "HTTP Statistics" -msgstr "HTTP İstatistikleri" - -#: baseTemplate/templates/baseTemplate/homePage.html:107 -msgid "Available/Max Connections" -msgstr "Kullanılabilir/Maks Bağlantı" - -#: baseTemplate/templates/baseTemplate/homePage.html:118 -msgid "Available/Max SSL Connections" -msgstr "Kullanılabilir/Maks SSL Bağlantısı" - -#: baseTemplate/templates/baseTemplate/homePage.html:127 -msgid "Requests Processing" -msgstr "İşlenen İstekler" - -#: baseTemplate/templates/baseTemplate/homePage.html:136 -msgid "Total Requests" -msgstr "Toplam İstek" - -#: baseTemplate/templates/baseTemplate/homePage.html:175 -#: baseTemplate/templates/baseTemplate/homePage.html:389 +#: baseTemplate/templates/baseTemplate/homePage.html:111 +#: baseTemplate/templates/baseTemplate/homePage.html:325 #: userManagment/templates/userManagment/index.html:13 msgid "User Functions" msgstr "Kullanıcı Fonksiyonları" -#: baseTemplate/templates/baseTemplate/homePage.html:178 -#: baseTemplate/templates/baseTemplate/homePage.html:392 -#: baseTemplate/templates/baseTemplate/index.html:310 -#: baseTemplate/templates/baseTemplate/index.html:311 -#: baseTemplate/templates/baseTemplate/index.html:312 +#: baseTemplate/templates/baseTemplate/homePage.html:114 +#: baseTemplate/templates/baseTemplate/homePage.html:328 +#: baseTemplate/templates/baseTemplate/index.html:296 +#: baseTemplate/templates/baseTemplate/index.html:297 +#: baseTemplate/templates/baseTemplate/index.html:298 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:417 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:418 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:419 msgid "Users" msgstr "Kullanıcılar" -#: baseTemplate/templates/baseTemplate/homePage.html:188 -#: baseTemplate/templates/baseTemplate/homePage.html:402 +#: baseTemplate/templates/baseTemplate/homePage.html:124 +#: baseTemplate/templates/baseTemplate/homePage.html:338 #: websiteFunctions/templates/websiteFunctions/index.html:13 msgid "Website Functions" msgstr "Website Fonksiyonları" -#: baseTemplate/templates/baseTemplate/homePage.html:191 -#: baseTemplate/templates/baseTemplate/homePage.html:405 -#: baseTemplate/templates/baseTemplate/index.html:240 -#: baseTemplate/templates/baseTemplate/index.html:328 -#: baseTemplate/templates/baseTemplate/index.html:329 -#: baseTemplate/templates/baseTemplate/index.html:330 +#: baseTemplate/templates/baseTemplate/homePage.html:127 +#: baseTemplate/templates/baseTemplate/homePage.html:341 +#: baseTemplate/templates/baseTemplate/index.html:226 +#: baseTemplate/templates/baseTemplate/index.html:314 +#: baseTemplate/templates/baseTemplate/index.html:315 +#: baseTemplate/templates/baseTemplate/index.html:316 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:347 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:435 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:436 @@ -586,14 +585,14 @@ msgstr "Website Fonksiyonları" msgid "Websites" msgstr "Websiteler" -#: baseTemplate/templates/baseTemplate/homePage.html:201 +#: baseTemplate/templates/baseTemplate/homePage.html:137 msgid "Add/Modify Packages" msgstr "Paket Ekle/Düzenle" -#: baseTemplate/templates/baseTemplate/homePage.html:204 -#: baseTemplate/templates/baseTemplate/index.html:246 -#: baseTemplate/templates/baseTemplate/index.html:345 -#: baseTemplate/templates/baseTemplate/index.html:347 +#: baseTemplate/templates/baseTemplate/homePage.html:140 +#: baseTemplate/templates/baseTemplate/index.html:232 +#: baseTemplate/templates/baseTemplate/index.html:331 +#: baseTemplate/templates/baseTemplate/index.html:333 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:353 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:452 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:454 @@ -601,80 +600,80 @@ msgstr "Paket Ekle/Düzenle" msgid "Packages" msgstr "Paketler" -#: baseTemplate/templates/baseTemplate/homePage.html:225 -#: baseTemplate/templates/baseTemplate/homePage.html:415 +#: baseTemplate/templates/baseTemplate/homePage.html:161 +#: baseTemplate/templates/baseTemplate/homePage.html:351 #: databases/templates/databases/index.html:12 msgid "Database Functions" msgstr "Veritabanı Fonksiyonları" -#: baseTemplate/templates/baseTemplate/homePage.html:228 -#: baseTemplate/templates/baseTemplate/homePage.html:418 -#: baseTemplate/templates/baseTemplate/index.html:361 -#: baseTemplate/templates/baseTemplate/index.html:362 -#: baseTemplate/templates/baseTemplate/index.html:363 +#: baseTemplate/templates/baseTemplate/homePage.html:164 +#: baseTemplate/templates/baseTemplate/homePage.html:354 +#: baseTemplate/templates/baseTemplate/index.html:347 +#: baseTemplate/templates/baseTemplate/index.html:348 +#: baseTemplate/templates/baseTemplate/index.html:349 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:468 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:469 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:470 #: packages/templates/packages/createPackage.html:67 #: packages/templates/packages/modifyPackage.html:73 -#: websiteFunctions/templates/websiteFunctions/website.html:43 +#: websiteFunctions/templates/websiteFunctions/website.html:48 msgid "Databases" msgstr "Veritabanları" -#: baseTemplate/templates/baseTemplate/homePage.html:237 -#: baseTemplate/templates/baseTemplate/homePage.html:438 +#: baseTemplate/templates/baseTemplate/homePage.html:173 +#: baseTemplate/templates/baseTemplate/homePage.html:374 msgid "Control DNS" msgstr "Control DNS" -#: baseTemplate/templates/baseTemplate/homePage.html:240 -#: baseTemplate/templates/baseTemplate/homePage.html:441 -#: baseTemplate/templates/baseTemplate/index.html:252 -#: baseTemplate/templates/baseTemplate/index.html:379 -#: baseTemplate/templates/baseTemplate/index.html:381 +#: baseTemplate/templates/baseTemplate/homePage.html:176 +#: baseTemplate/templates/baseTemplate/homePage.html:377 +#: baseTemplate/templates/baseTemplate/index.html:238 +#: baseTemplate/templates/baseTemplate/index.html:365 +#: baseTemplate/templates/baseTemplate/index.html:367 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:359 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:486 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:488 msgid "DNS" msgstr "DNS" -#: baseTemplate/templates/baseTemplate/homePage.html:250 -#: baseTemplate/templates/baseTemplate/homePage.html:451 +#: baseTemplate/templates/baseTemplate/homePage.html:186 +#: baseTemplate/templates/baseTemplate/homePage.html:387 #: ftp/templates/ftp/index.html:12 msgid "FTP Functions" msgstr "FTP Fonksiyonları" -#: baseTemplate/templates/baseTemplate/homePage.html:253 -#: baseTemplate/templates/baseTemplate/homePage.html:454 -#: baseTemplate/templates/baseTemplate/index.html:258 -#: baseTemplate/templates/baseTemplate/index.html:420 -#: baseTemplate/templates/baseTemplate/index.html:422 +#: baseTemplate/templates/baseTemplate/homePage.html:189 +#: baseTemplate/templates/baseTemplate/homePage.html:390 +#: baseTemplate/templates/baseTemplate/index.html:244 +#: baseTemplate/templates/baseTemplate/index.html:407 +#: baseTemplate/templates/baseTemplate/index.html:409 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:365 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:527 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:529 -#: websiteFunctions/templates/websiteFunctions/website.html:38 +#: websiteFunctions/templates/websiteFunctions/website.html:43 msgid "FTP" msgstr "FTP" -#: baseTemplate/templates/baseTemplate/homePage.html:280 -#: baseTemplate/templates/baseTemplate/homePage.html:283 -#: baseTemplate/templates/baseTemplate/homePage.html:483 -#: baseTemplate/templates/baseTemplate/homePage.html:486 +#: baseTemplate/templates/baseTemplate/homePage.html:216 +#: baseTemplate/templates/baseTemplate/homePage.html:219 +#: baseTemplate/templates/baseTemplate/homePage.html:419 +#: baseTemplate/templates/baseTemplate/homePage.html:422 #: packages/templates/packages/createPackage.html:75 #: packages/templates/packages/modifyPackage.html:80 msgid "Emails" msgstr "Epostalar" -#: baseTemplate/templates/baseTemplate/homePage.html:293 -#: baseTemplate/templates/baseTemplate/homePage.html:296 +#: baseTemplate/templates/baseTemplate/homePage.html:229 +#: baseTemplate/templates/baseTemplate/homePage.html:232 #: tuning/templates/tuning/index.html:12 msgid "Server Tuning" msgstr "Sunucu İnce Ayarları" -#: baseTemplate/templates/baseTemplate/homePage.html:317 -#: baseTemplate/templates/baseTemplate/homePage.html:320 -#: baseTemplate/templates/baseTemplate/index.html:491 -#: baseTemplate/templates/baseTemplate/index.html:493 -#: baseTemplate/templates/baseTemplate/index.html:527 +#: baseTemplate/templates/baseTemplate/homePage.html:253 +#: baseTemplate/templates/baseTemplate/homePage.html:256 +#: baseTemplate/templates/baseTemplate/index.html:479 +#: baseTemplate/templates/baseTemplate/index.html:481 +#: baseTemplate/templates/baseTemplate/index.html:515 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:598 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:600 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:634 @@ -682,72 +681,67 @@ msgstr "Sunucu İnce Ayarları" msgid "Server Status" msgstr "Sunucu Durumu" -#: baseTemplate/templates/baseTemplate/homePage.html:330 +#: baseTemplate/templates/baseTemplate/homePage.html:266 msgid "PHP Configurations" msgstr "PHP Ayarları" -#: baseTemplate/templates/baseTemplate/homePage.html:342 -#: baseTemplate/templates/baseTemplate/homePage.html:345 -#: baseTemplate/templates/baseTemplate/index.html:529 +#: baseTemplate/templates/baseTemplate/homePage.html:278 +#: baseTemplate/templates/baseTemplate/homePage.html:281 +#: baseTemplate/templates/baseTemplate/index.html:517 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:636 -#: websiteFunctions/templates/websiteFunctions/website.html:112 +#: websiteFunctions/templates/websiteFunctions/website.html:117 msgid "Logs" msgstr "Günlükler" -#: baseTemplate/templates/baseTemplate/homePage.html:365 -#: baseTemplate/templates/baseTemplate/homePage.html:368 -#: baseTemplate/templates/baseTemplate/index.html:545 -#: baseTemplate/templates/baseTemplate/index.html:547 +#: baseTemplate/templates/baseTemplate/homePage.html:301 +#: baseTemplate/templates/baseTemplate/homePage.html:304 +#: baseTemplate/templates/baseTemplate/index.html:534 +#: baseTemplate/templates/baseTemplate/index.html:536 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:652 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:654 msgid "Security" msgstr "Güvenlik" -#: baseTemplate/templates/baseTemplate/index.html:96 -#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:199 -msgid "CPU Status" -msgstr "İşlemci Durumu" - -#: baseTemplate/templates/baseTemplate/index.html:125 +#: baseTemplate/templates/baseTemplate/index.html:116 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:228 -#: websiteFunctions/templates/websiteFunctions/website.html:50 -#: websiteFunctions/templates/websiteFunctions/website.html:71 +#: websiteFunctions/templates/websiteFunctions/website.html:55 +#: websiteFunctions/templates/websiteFunctions/website.html:76 msgid "Disk Usage" msgstr "Disk Kullanımı" -#: baseTemplate/templates/baseTemplate/index.html:159 -#: baseTemplate/templates/baseTemplate/index.html:162 -#: baseTemplate/templates/baseTemplate/index.html:166 +#: baseTemplate/templates/baseTemplate/index.html:150 +#: baseTemplate/templates/baseTemplate/index.html:153 +#: baseTemplate/templates/baseTemplate/index.html:157 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:262 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:265 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:269 msgid "CyberPanel" msgstr "CyberPanel" -#: baseTemplate/templates/baseTemplate/index.html:164 -#: baseTemplate/templates/baseTemplate/index.html:168 +#: baseTemplate/templates/baseTemplate/index.html:155 +#: baseTemplate/templates/baseTemplate/index.html:159 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:267 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:271 msgid "Web Hosting Control Panel" msgstr "Web Hosting Kontrol Paneli" -#: baseTemplate/templates/baseTemplate/index.html:170 +#: baseTemplate/templates/baseTemplate/index.html:161 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:273 msgid "Close sidebar" msgstr "Kenar çubuğunu kapat" -#: baseTemplate/templates/baseTemplate/index.html:176 +#: baseTemplate/templates/baseTemplate/index.html:167 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:279 msgid "My Account" msgstr "Hesabım" -#: baseTemplate/templates/baseTemplate/index.html:193 +#: baseTemplate/templates/baseTemplate/index.html:184 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:296 msgid "Edit profile" msgstr "Profili düzenle" -#: baseTemplate/templates/baseTemplate/index.html:194 -#: baseTemplate/templates/baseTemplate/index.html:317 +#: baseTemplate/templates/baseTemplate/index.html:185 +#: baseTemplate/templates/baseTemplate/index.html:303 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:297 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:424 #: userManagment/templates/userManagment/index.html:26 @@ -755,63 +749,58 @@ msgstr "Profili düzenle" msgid "View Profile" msgstr "Profili görüntüle" -#: baseTemplate/templates/baseTemplate/index.html:201 -#: baseTemplate/templates/baseTemplate/index.html:278 +#: baseTemplate/templates/baseTemplate/index.html:192 +#: baseTemplate/templates/baseTemplate/index.html:264 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:304 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:385 msgid "Logout" msgstr "Çıkış" -#: baseTemplate/templates/baseTemplate/index.html:212 -#: baseTemplate/templates/baseTemplate/index.html:216 -#: baseTemplate/templates/baseTemplate/index.html:220 +#: baseTemplate/templates/baseTemplate/index.html:203 +#: baseTemplate/templates/baseTemplate/index.html:207 +#: baseTemplate/templates/baseTemplate/index.html:211 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:315 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:319 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:323 msgid "CPU Load Average" msgstr "CPU Yük Ortalaması" -#: baseTemplate/templates/baseTemplate/index.html:225 -#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:332 -msgid "System Status" -msgstr "Sistem Durumu" - -#: baseTemplate/templates/baseTemplate/index.html:230 +#: baseTemplate/templates/baseTemplate/index.html:216 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:337 msgid "Dashboard Quick Menu" msgstr "Hızlı Menü" -#: baseTemplate/templates/baseTemplate/index.html:264 -#: baseTemplate/templates/baseTemplate/index.html:475 -#: baseTemplate/templates/baseTemplate/index.html:477 +#: baseTemplate/templates/baseTemplate/index.html:250 +#: baseTemplate/templates/baseTemplate/index.html:463 +#: baseTemplate/templates/baseTemplate/index.html:465 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:371 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:582 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:584 msgid "Tuning" msgstr "İnce ayarlar" -#: baseTemplate/templates/baseTemplate/index.html:291 +#: baseTemplate/templates/baseTemplate/index.html:277 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:398 msgid "Overview" msgstr "Genel Bakış" -#: baseTemplate/templates/baseTemplate/index.html:293 -#: baseTemplate/templates/baseTemplate/index.html:294 +#: baseTemplate/templates/baseTemplate/index.html:279 +#: baseTemplate/templates/baseTemplate/index.html:280 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:400 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:401 msgid "Server IP Address" msgstr "Sunucu IP Adresi" -#: baseTemplate/templates/baseTemplate/index.html:297 -#: baseTemplate/templates/baseTemplate/index.html:299 +#: baseTemplate/templates/baseTemplate/index.html:283 +#: baseTemplate/templates/baseTemplate/index.html:285 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:404 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:406 msgid "Dashboard" msgstr "Kontrol Paneli" -#: baseTemplate/templates/baseTemplate/index.html:301 -#: baseTemplate/templates/baseTemplate/index.html:302 -#: baseTemplate/templates/baseTemplate/index.html:303 +#: baseTemplate/templates/baseTemplate/index.html:287 +#: baseTemplate/templates/baseTemplate/index.html:288 +#: baseTemplate/templates/baseTemplate/index.html:289 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:408 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:409 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:410 @@ -819,27 +808,27 @@ msgstr "Kontrol Paneli" msgid "Version Management" msgstr "Sürüm Yönetimi" -#: baseTemplate/templates/baseTemplate/index.html:307 +#: baseTemplate/templates/baseTemplate/index.html:293 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:414 msgid "Main" msgstr "Main" -#: baseTemplate/templates/baseTemplate/index.html:318 +#: baseTemplate/templates/baseTemplate/index.html:304 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:425 #: userManagment/templates/userManagment/createUser.html:12 msgid "Create New User" msgstr "Kullanıcı oluştur" -#: baseTemplate/templates/baseTemplate/index.html:319 +#: baseTemplate/templates/baseTemplate/index.html:305 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:426 #: userManagment/templates/userManagment/index.html:52 #: userManagment/templates/userManagment/index.html:54 #: userManagment/templates/userManagment/modifyUser.html:12 -#: userManagment/templates/userManagment/modifyUser.html:119 +#: userManagment/templates/userManagment/modifyUser.html:111 msgid "Modify User" msgstr "Kullanıcı düzenle" -#: baseTemplate/templates/baseTemplate/index.html:320 +#: baseTemplate/templates/baseTemplate/index.html:306 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:427 #: userManagment/templates/userManagment/deleteUser.html:13 #: userManagment/templates/userManagment/deleteUser.html:20 @@ -849,16 +838,16 @@ msgstr "Kullanıcı düzenle" msgid "Delete User" msgstr "Kullanıcı sil" -#: baseTemplate/templates/baseTemplate/index.html:335 +#: baseTemplate/templates/baseTemplate/index.html:321 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:442 #: websiteFunctions/templates/websiteFunctions/createWebsite.html:12 -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:102 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:109 #: websiteFunctions/templates/websiteFunctions/index.html:49 #: websiteFunctions/templates/websiteFunctions/index.html:51 msgid "Create Website" msgstr "Website oluştur" -#: baseTemplate/templates/baseTemplate/index.html:336 +#: baseTemplate/templates/baseTemplate/index.html:322 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:443 #: websiteFunctions/templates/websiteFunctions/index.html:34 #: websiteFunctions/templates/websiteFunctions/index.html:36 @@ -868,23 +857,23 @@ msgstr "Website oluştur" msgid "List Websites" msgstr "Website listesi" -#: baseTemplate/templates/baseTemplate/index.html:337 +#: baseTemplate/templates/baseTemplate/index.html:323 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:444 #: websiteFunctions/templates/websiteFunctions/index.html:73 #: websiteFunctions/templates/websiteFunctions/index.html:75 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:12 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:19 -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:95 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:96 msgid "Modify Website" msgstr "Website düzenle" -#: baseTemplate/templates/baseTemplate/index.html:338 +#: baseTemplate/templates/baseTemplate/index.html:324 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:445 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:41 msgid "Suspend/Unsuspend" msgstr "Askıya al/Askıdan çıkar" -#: baseTemplate/templates/baseTemplate/index.html:339 +#: baseTemplate/templates/baseTemplate/index.html:325 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:446 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:12 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:19 @@ -894,7 +883,7 @@ msgstr "Askıya al/Askıdan çıkar" msgid "Delete Website" msgstr "Website Sil" -#: baseTemplate/templates/baseTemplate/index.html:352 +#: baseTemplate/templates/baseTemplate/index.html:338 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:459 #: packages/templates/packages/createPackage.html:13 #: packages/templates/packages/createPackage.html:84 @@ -903,7 +892,7 @@ msgstr "Website Sil" msgid "Create Package" msgstr "Paket Oluştur" -#: baseTemplate/templates/baseTemplate/index.html:353 +#: baseTemplate/templates/baseTemplate/index.html:339 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:460 #: packages/templates/packages/deletePackage.html:12 #: packages/templates/packages/deletePackage.html:18 @@ -913,7 +902,7 @@ msgstr "Paket Oluştur" msgid "Delete Package" msgstr "Paket Sil" -#: baseTemplate/templates/baseTemplate/index.html:354 +#: baseTemplate/templates/baseTemplate/index.html:340 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:461 #: packages/templates/packages/index.html:49 #: packages/templates/packages/index.html:51 @@ -923,7 +912,7 @@ msgstr "Paket Sil" msgid "Modify Package" msgstr "Paket Düzenle" -#: baseTemplate/templates/baseTemplate/index.html:368 +#: baseTemplate/templates/baseTemplate/index.html:354 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:475 #: databases/templates/databases/createDatabase.html:12 #: databases/templates/databases/createDatabase.html:19 @@ -934,7 +923,7 @@ msgstr "Paket Düzenle" msgid "Create Database" msgstr "Veritabanı Oluştur" -#: baseTemplate/templates/baseTemplate/index.html:369 +#: baseTemplate/templates/baseTemplate/index.html:355 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:476 #: databases/templates/databases/deleteDatabase.html:12 #: databases/templates/databases/deleteDatabase.html:19 @@ -945,7 +934,7 @@ msgstr "Veritabanı Oluştur" msgid "Delete Database" msgstr "Veritabanı Sil" -#: baseTemplate/templates/baseTemplate/index.html:370 +#: baseTemplate/templates/baseTemplate/index.html:356 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:477 #: databases/templates/databases/index.html:53 #: databases/templates/databases/index.html:55 @@ -954,14 +943,14 @@ msgstr "Veritabanı Sil" msgid "List Databases" msgstr "Veritabanı Listesi" -#: baseTemplate/templates/baseTemplate/index.html:371 +#: baseTemplate/templates/baseTemplate/index.html:357 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:478 #: databases/templates/databases/index.html:65 #: databases/templates/databases/index.html:67 msgid "PHPMYAdmin" msgstr "phpMyAdmin" -#: baseTemplate/templates/baseTemplate/index.html:386 +#: baseTemplate/templates/baseTemplate/index.html:372 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:493 #: dns/templates/dns/createNameServer.html:12 #: dns/templates/dns/createNameServer.html:76 dns/templates/dns/index.html:72 @@ -969,7 +958,7 @@ msgstr "phpMyAdmin" msgid "Create Nameserver" msgstr "Nameserver Oluştur" -#: baseTemplate/templates/baseTemplate/index.html:387 +#: baseTemplate/templates/baseTemplate/index.html:373 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:494 #: dns/templates/dns/createDNSZone.html:12 #: dns/templates/dns/createDNSZone.html:40 dns/templates/dns/index.html:29 @@ -978,7 +967,7 @@ msgstr "Nameserver Oluştur" msgid "Create DNS Zone" msgstr "DNS Bölgesi Oluştur" -#: baseTemplate/templates/baseTemplate/index.html:388 +#: baseTemplate/templates/baseTemplate/index.html:374 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:495 #: dns/templates/dns/deleteDNSZone.html:40 dns/templates/dns/index.html:41 #: dns/templates/dns/index.html:43 dns/templates/dns/index.html:96 @@ -986,19 +975,19 @@ msgstr "DNS Bölgesi Oluştur" msgid "Delete Zone" msgstr "Bölge Sil" -#: baseTemplate/templates/baseTemplate/index.html:389 +#: baseTemplate/templates/baseTemplate/index.html:375 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:496 msgid "Add/Delete Records" msgstr "Kayıt Ekle/Sil" -#: baseTemplate/templates/baseTemplate/index.html:405 +#: baseTemplate/templates/baseTemplate/index.html:391 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:512 #: mailServer/templates/mailServer/createEmailAccount.html:12 #: mailServer/templates/mailServer/createEmailAccount.html:19 msgid "Create Email Account" msgstr "Eposta Hesabı Oluştur" -#: baseTemplate/templates/baseTemplate/index.html:405 +#: baseTemplate/templates/baseTemplate/index.html:391 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:512 #: mailServer/templates/mailServer/createEmailAccount.html:64 #: mailServer/templates/mailServer/index.html:25 @@ -1006,14 +995,14 @@ msgstr "Eposta Hesabı Oluştur" msgid "Create Email" msgstr "Eposta Oluştur" -#: baseTemplate/templates/baseTemplate/index.html:406 +#: baseTemplate/templates/baseTemplate/index.html:392 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:513 #: mailServer/templates/mailServer/deleteEmailAccount.html:12 #: mailServer/templates/mailServer/deleteEmailAccount.html:19 msgid "Delete Email Account" msgstr "Eposta Hesabı Sil" -#: baseTemplate/templates/baseTemplate/index.html:406 +#: baseTemplate/templates/baseTemplate/index.html:392 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:513 #: mailServer/templates/mailServer/deleteEmailAccount.html:56 #: mailServer/templates/mailServer/index.html:37 @@ -1021,7 +1010,7 @@ msgstr "Eposta Hesabı Sil" msgid "Delete Email" msgstr "Eposta Sil" -#: baseTemplate/templates/baseTemplate/index.html:407 +#: baseTemplate/templates/baseTemplate/index.html:393 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:514 #: databases/templates/databases/listDataBases.html:73 #: ftp/templates/ftp/listFTPAccounts.html:73 @@ -1031,33 +1020,42 @@ msgstr "Eposta Sil" msgid "Change Password" msgstr "Şifre Değiştir" -#: baseTemplate/templates/baseTemplate/index.html:408 +#: baseTemplate/templates/baseTemplate/index.html:394 +#: mailServer/templates/mailServer/dkimManager.html:13 +#: mailServer/templates/mailServer/dkimManager.html:22 +#: mailServer/templates/mailServer/dkimManager.html:75 +#, fuzzy +#| msgid "File Manager" +msgid "DKIM Manager" +msgstr "Dosya Yöneticisi" + +#: baseTemplate/templates/baseTemplate/index.html:395 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:515 msgid "Access Webmail" msgstr "Webmail'e Eriş" -#: baseTemplate/templates/baseTemplate/index.html:427 +#: baseTemplate/templates/baseTemplate/index.html:414 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:534 #: ftp/templates/ftp/createFTPAccount.html:12 #: ftp/templates/ftp/createFTPAccount.html:19 ftp/templates/ftp/index.html:25 #: ftp/templates/ftp/index.html:27 -#: websiteFunctions/templates/websiteFunctions/website.html:709 -#: websiteFunctions/templates/websiteFunctions/website.html:711 +#: websiteFunctions/templates/websiteFunctions/website.html:815 +#: websiteFunctions/templates/websiteFunctions/website.html:818 msgid "Create FTP Account" msgstr "FTP Hesabı Oluştur" -#: baseTemplate/templates/baseTemplate/index.html:428 +#: baseTemplate/templates/baseTemplate/index.html:415 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:535 #: ftp/templates/ftp/deleteFTPAccount.html:12 #: ftp/templates/ftp/deleteFTPAccount.html:18 #: ftp/templates/ftp/deleteFTPAccount.html:52 ftp/templates/ftp/index.html:37 #: ftp/templates/ftp/index.html:39 -#: websiteFunctions/templates/websiteFunctions/website.html:721 -#: websiteFunctions/templates/websiteFunctions/website.html:723 +#: websiteFunctions/templates/websiteFunctions/website.html:827 +#: websiteFunctions/templates/websiteFunctions/website.html:830 msgid "Delete FTP Account" msgstr "FTP Hesabı Sil" -#: baseTemplate/templates/baseTemplate/index.html:429 +#: baseTemplate/templates/baseTemplate/index.html:416 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:536 #: ftp/templates/ftp/index.html:49 ftp/templates/ftp/index.html:51 #: ftp/templates/ftp/listFTPAccounts.html:13 @@ -1065,24 +1063,25 @@ msgstr "FTP Hesabı Sil" msgid "List FTP Accounts" msgstr "FTP Hesapları" -#: baseTemplate/templates/baseTemplate/index.html:447 +#: baseTemplate/templates/baseTemplate/index.html:434 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:554 msgid "Add/Delete Destination" msgstr "Hedef Ekle/Sil" -#: baseTemplate/templates/baseTemplate/index.html:449 +#: baseTemplate/templates/baseTemplate/index.html:436 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:556 msgid "Remote Back ups" msgstr "Uzak Yedekler" -#: baseTemplate/templates/baseTemplate/index.html:458 -#: baseTemplate/templates/baseTemplate/index.html:459 +#: baseTemplate/templates/baseTemplate/index.html:445 +#: baseTemplate/templates/baseTemplate/index.html:446 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:565 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:566 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:39 msgid "SSL" msgstr "SSL" -#: baseTemplate/templates/baseTemplate/index.html:464 +#: baseTemplate/templates/baseTemplate/index.html:451 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:571 #: manageSSL/templates/manageSSL/index.html:28 #: manageSSL/templates/manageSSL/manageSSL.html:13 @@ -1090,44 +1089,50 @@ msgstr "SSL" msgid "Manage SSL" msgstr "SSL Yönetimi" -#: baseTemplate/templates/baseTemplate/index.html:465 +#: baseTemplate/templates/baseTemplate/index.html:452 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:572 #: manageSSL/templates/manageSSL/index.html:40 msgid "Hostname SSL" msgstr "Alanadı SSL" -#: baseTemplate/templates/baseTemplate/index.html:473 +#: baseTemplate/templates/baseTemplate/index.html:453 +#, fuzzy +#| msgid "Server Logs" +msgid "MailServer SSL" +msgstr "Sunucu Günlükleri" + +#: baseTemplate/templates/baseTemplate/index.html:461 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:580 msgid "Server" msgstr "Sunucu" -#: baseTemplate/templates/baseTemplate/index.html:478 +#: baseTemplate/templates/baseTemplate/index.html:466 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:585 msgid "NEW" msgstr "YENİ" -#: baseTemplate/templates/baseTemplate/index.html:483 +#: baseTemplate/templates/baseTemplate/index.html:471 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:590 #: tuning/templates/tuning/index.html:24 tuning/templates/tuning/index.html:26 #: tuning/templates/tuning/liteSpeedTuning.html:12 msgid "LiteSpeed Tuning" msgstr "LiteSpeed İnce ayarları" -#: baseTemplate/templates/baseTemplate/index.html:484 +#: baseTemplate/templates/baseTemplate/index.html:472 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:591 #: tuning/templates/tuning/index.html:36 tuning/templates/tuning/index.html:38 #: tuning/templates/tuning/phpTuning.html:13 msgid "PHP Tuning" msgstr "PHP İnce ayarları" -#: baseTemplate/templates/baseTemplate/index.html:499 +#: baseTemplate/templates/baseTemplate/index.html:487 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:606 #: serverStatus/templates/serverStatus/index.html:25 #: serverStatus/templates/serverStatus/index.html:27 msgid "LiteSpeed Status" msgstr "LiteSpeed Durumu" -#: baseTemplate/templates/baseTemplate/index.html:500 +#: baseTemplate/templates/baseTemplate/index.html:488 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:607 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:15 #: serverStatus/templates/serverStatus/index.html:37 @@ -1135,46 +1140,46 @@ msgstr "LiteSpeed Durumu" msgid "CyberPanel Main Log File" msgstr "CyberPanel Ana Günlük Dosyası" -#: baseTemplate/templates/baseTemplate/index.html:501 +#: baseTemplate/templates/baseTemplate/index.html:489 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:608 msgid "Services Status" msgstr "Hizmet Durumları" -#: baseTemplate/templates/baseTemplate/index.html:518 +#: baseTemplate/templates/baseTemplate/index.html:506 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:625 #: managePHP/templates/managePHP/installExtensions.html:13 msgid "Install PHP Extensions" msgstr "PHP Uzantılarını Yükle" -#: baseTemplate/templates/baseTemplate/index.html:518 +#: baseTemplate/templates/baseTemplate/index.html:506 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:625 #: managePHP/templates/managePHP/index.html:24 #: managePHP/templates/managePHP/index.html:26 msgid "Install Extensions" msgstr "Uzantıları Yükle" -#: baseTemplate/templates/baseTemplate/index.html:519 +#: baseTemplate/templates/baseTemplate/index.html:507 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:626 #: managePHP/templates/managePHP/index.html:36 #: managePHP/templates/managePHP/index.html:38 msgid "Edit PHP Configs" msgstr "PHP Ayarlarını Düzenle" -#: baseTemplate/templates/baseTemplate/index.html:534 +#: baseTemplate/templates/baseTemplate/index.html:522 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:641 msgid "Access Log" msgstr "Erişim günlüğü" -#: baseTemplate/templates/baseTemplate/index.html:535 +#: baseTemplate/templates/baseTemplate/index.html:523 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:642 #: serverLogs/templates/serverLogs/errorLogs.html:14 #: serverLogs/templates/serverLogs/index.html:37 #: serverLogs/templates/serverLogs/index.html:39 -#: websiteFunctions/templates/websiteFunctions/website.html:132 +#: websiteFunctions/templates/websiteFunctions/website.html:139 msgid "Error Logs" msgstr "Hata günlükleri" -#: baseTemplate/templates/baseTemplate/index.html:536 +#: baseTemplate/templates/baseTemplate/index.html:524 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:643 #: serverLogs/templates/serverLogs/emailLogs.html:14 #: serverLogs/templates/serverLogs/index.html:49 @@ -1182,12 +1187,12 @@ msgstr "Hata günlükleri" msgid "Email Logs" msgstr "Eposta günlükleri" -#: baseTemplate/templates/baseTemplate/index.html:536 +#: baseTemplate/templates/baseTemplate/index.html:524 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:643 msgid "Email Log" msgstr "Eposta günlüğü" -#: baseTemplate/templates/baseTemplate/index.html:537 +#: baseTemplate/templates/baseTemplate/index.html:525 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:644 #: serverLogs/templates/serverLogs/ftplogs.html:14 #: serverLogs/templates/serverLogs/index.html:61 @@ -1195,19 +1200,30 @@ msgstr "Eposta günlüğü" msgid "FTP Logs" msgstr "FTP Günlükleri" -#: baseTemplate/templates/baseTemplate/index.html:552 +#: baseTemplate/templates/baseTemplate/index.html:526 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:14 +#, fuzzy +#| msgid "Security Functions" +msgid "ModSecurity Audit Logs" +msgstr "Güvenlik Fonksiyonları" + +#: baseTemplate/templates/baseTemplate/index.html:526 +msgid "ModSec Audit Logs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:541 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:659 msgid "Firewall Home" msgstr "Güvenlik Duvarı Merkezi" -#: baseTemplate/templates/baseTemplate/index.html:552 +#: baseTemplate/templates/baseTemplate/index.html:541 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:659 #: firewall/templates/firewall/index.html:25 #: firewall/templates/firewall/index.html:27 msgid "Firewall" msgstr "Güvenlik Duvarı" -#: baseTemplate/templates/baseTemplate/index.html:553 +#: baseTemplate/templates/baseTemplate/index.html:542 #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:660 #: firewall/templates/firewall/index.html:36 #: firewall/templates/firewall/index.html:38 @@ -1216,10 +1232,41 @@ msgstr "Güvenlik Duvarı" msgid "Secure SSH" msgstr "Güvenli SSH" +#: baseTemplate/templates/baseTemplate/index.html:543 +#, fuzzy +#| msgid "Edit PHP Configurations" +msgid "ModSecurity Configurations" +msgstr "PHP Yapılandırmalarını Düzenle" + +#: baseTemplate/templates/baseTemplate/index.html:543 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Conf" +msgstr "Güvenlik" + +#: baseTemplate/templates/baseTemplate/index.html:544 +#: firewall/templates/firewall/modSecurityRules.html:20 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Rules" +msgstr "Güvenlik" + +#: baseTemplate/templates/baseTemplate/index.html:545 +msgid "ModSecurity Rules Packs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:199 +msgid "CPU Status" +msgstr "İşlemci Durumu" + #: baseTemplate/templates/baseTemplate/indexJavaFixed.html:327 msgid "Fullscreen" msgstr "Tam ekran" +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:332 +msgid "System Status" +msgstr "Sistem Durumu" + #: baseTemplate/templates/baseTemplate/versionManagment.html:3 msgid "Version Management - CyberPanel" msgstr "Sürüm Yönetimi - CyberPanel" @@ -1249,7 +1296,8 @@ msgstr "Son Derleme" #: baseTemplate/templates/baseTemplate/versionManagment.html:66 #: firewall/templates/firewall/secureSSH.html:78 -#: managePHP/templates/managePHP/editPHPConfig.html:140 +#: mailServer/templates/mailServer/dkimManager.html:40 +#: managePHP/templates/managePHP/editPHPConfig.html:148 msgid "Error message: " msgstr "Hata mesajı:" @@ -1262,11 +1310,16 @@ msgid "Update finished..." msgstr "Güncelleme tamamlandı.." #: baseTemplate/templates/baseTemplate/versionManagment.html:79 +#: firewall/templates/firewall/modSecurity.html:47 +#: firewall/templates/firewall/modSecurity.html:177 +#: firewall/templates/firewall/modSecurityRules.html:53 +#: firewall/templates/firewall/modSecurityRulesPacks.html:88 #: firewall/templates/firewall/secureSSH.html:87 #: firewall/templates/firewall/secureSSH.html:172 -#: managePHP/templates/managePHP/editPHPConfig.html:149 -#: managePHP/templates/managePHP/editPHPConfig.html:221 -#: managePHP/templates/managePHP/installExtensions.html:113 +#: mailServer/templates/mailServer/dkimManager.html:44 +#: managePHP/templates/managePHP/editPHPConfig.html:157 +#: managePHP/templates/managePHP/editPHPConfig.html:230 +#: managePHP/templates/managePHP/installExtensions.html:114 msgid "Could not connect. Please refresh this page." msgstr "Bağlanılamadı, lütfen bu sayfayı yenileyin." @@ -1340,7 +1393,7 @@ msgid "Select Domain" msgstr "Domain seç" #: databases/templates/databases/listDataBases.html:46 -#: dns/templates/dns/addDeleteDNSRecords.html:168 +#: dns/templates/dns/addDeleteDNSRecords.html:335 #: ftp/templates/ftp/listFTPAccounts.html:46 msgid "Records successfully fetched for" msgstr "Kayıtlar başarıyla getirildi:" @@ -1388,69 +1441,123 @@ msgstr "" msgid "Add Records" msgstr "Kayıt Ekle" -#: dns/templates/dns/addDeleteDNSRecords.html:53 -#: dns/templates/dns/addDeleteDNSRecords.html:131 -#: filemanager/templates/filemanager/index.html:209 +#: dns/templates/dns/addDeleteDNSRecords.html:59 +#: dns/templates/dns/addDeleteDNSRecords.html:82 +#: dns/templates/dns/addDeleteDNSRecords.html:106 +#: dns/templates/dns/addDeleteDNSRecords.html:129 +#: dns/templates/dns/addDeleteDNSRecords.html:157 +#: dns/templates/dns/addDeleteDNSRecords.html:181 +#: dns/templates/dns/addDeleteDNSRecords.html:205 +#: dns/templates/dns/addDeleteDNSRecords.html:229 +#: dns/templates/dns/addDeleteDNSRecords.html:253 +#: dns/templates/dns/addDeleteDNSRecords.html:296 +#: filemanager/templates/filemanager/index.html:212 #: firewall/templates/firewall/firewall.html:136 #: serverStatus/templates/serverStatus/litespeedStatus.html:40 msgid "Name" msgstr "İsim" -#: dns/templates/dns/addDeleteDNSRecords.html:69 -msgid "IPV6" -msgstr "IPV6" - -#: dns/templates/dns/addDeleteDNSRecords.html:78 +#: dns/templates/dns/addDeleteDNSRecords.html:63 +#: dns/templates/dns/addDeleteDNSRecords.html:86 +#: dns/templates/dns/addDeleteDNSRecords.html:110 #: dns/templates/dns/addDeleteDNSRecords.html:133 -msgid "Priority" -msgstr "Öncelik" +#: dns/templates/dns/addDeleteDNSRecords.html:161 +#: dns/templates/dns/addDeleteDNSRecords.html:185 +#: dns/templates/dns/addDeleteDNSRecords.html:209 +#: dns/templates/dns/addDeleteDNSRecords.html:233 +#: dns/templates/dns/addDeleteDNSRecords.html:257 +#: dns/templates/dns/addDeleteDNSRecords.html:297 +msgid "TTL" +msgstr "" -#: dns/templates/dns/addDeleteDNSRecords.html:87 -#: dns/templates/dns/createDNSZone.html:27 -#: dns/templates/dns/createNameServer.html:27 -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:52 -#: websiteFunctions/templates/websiteFunctions/website.html:289 -msgid "Domain Name" -msgstr "Domain Adı" - -#: dns/templates/dns/addDeleteDNSRecords.html:95 -msgid "Policy" -msgstr "Politika" - -#: dns/templates/dns/addDeleteDNSRecords.html:103 -msgid "Text" -msgstr "Metin" - -#: dns/templates/dns/addDeleteDNSRecords.html:111 +#: dns/templates/dns/addDeleteDNSRecords.html:73 +#: dns/templates/dns/addDeleteDNSRecords.html:96 +#: dns/templates/dns/addDeleteDNSRecords.html:120 +#: dns/templates/dns/addDeleteDNSRecords.html:147 +#: dns/templates/dns/addDeleteDNSRecords.html:172 +#: dns/templates/dns/addDeleteDNSRecords.html:196 +#: dns/templates/dns/addDeleteDNSRecords.html:220 +#: dns/templates/dns/addDeleteDNSRecords.html:244 +#: dns/templates/dns/addDeleteDNSRecords.html:272 #: firewall/templates/firewall/firewall.html:117 msgid "Add" msgstr "Ekle" -#: dns/templates/dns/addDeleteDNSRecords.html:130 +#: dns/templates/dns/addDeleteDNSRecords.html:90 +#, fuzzy +#| msgid "IP Address" +msgid "IPV6 Address" +msgstr "IP Adresi" + +#: dns/templates/dns/addDeleteDNSRecords.html:114 +#: dns/templates/dns/addDeleteDNSRecords.html:141 +#: dns/templates/dns/createDNSZone.html:27 +#: dns/templates/dns/createNameServer.html:27 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:52 +#: websiteFunctions/templates/websiteFunctions/website.html:313 +msgid "Domain Name" +msgstr "Domain Adı" + +#: dns/templates/dns/addDeleteDNSRecords.html:137 +#: dns/templates/dns/addDeleteDNSRecords.html:299 +msgid "Priority" +msgstr "Öncelik" + +#: dns/templates/dns/addDeleteDNSRecords.html:166 +msgid "Policy" +msgstr "Politika" + +#: dns/templates/dns/addDeleteDNSRecords.html:190 +msgid "Text" +msgstr "Metin" + +#: dns/templates/dns/addDeleteDNSRecords.html:214 +#, fuzzy +#| msgid "Value" +msgid "SOA Value" +msgstr "Değer" + +#: dns/templates/dns/addDeleteDNSRecords.html:238 +#, fuzzy +#| msgid "First Nameserver" +msgid "Name server" +msgstr "Birinci Nameserver" + +#: dns/templates/dns/addDeleteDNSRecords.html:261 +#, fuzzy +#| msgid "Priority" +msgid "Prioirty" +msgstr "Öncelik" + +#: dns/templates/dns/addDeleteDNSRecords.html:266 +msgid "Content" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:295 msgid "Type" msgstr "Tür" -#: dns/templates/dns/addDeleteDNSRecords.html:132 +#: dns/templates/dns/addDeleteDNSRecords.html:298 msgid "Value" msgstr "Değer" -#: dns/templates/dns/addDeleteDNSRecords.html:160 +#: dns/templates/dns/addDeleteDNSRecords.html:327 msgid "Cannot fetch records. Error message:" msgstr "Kayıtlar getirilemiyor. Hata mesajı:" -#: dns/templates/dns/addDeleteDNSRecords.html:164 +#: dns/templates/dns/addDeleteDNSRecords.html:331 msgid "Cannot add record. Error message: " msgstr "Kayıt eklenemiyor. Hata mesajı: " -#: dns/templates/dns/addDeleteDNSRecords.html:172 +#: dns/templates/dns/addDeleteDNSRecords.html:339 msgid "Record Successfully Deleted" msgstr "Kayıt başarıyla silindi" -#: dns/templates/dns/addDeleteDNSRecords.html:176 +#: dns/templates/dns/addDeleteDNSRecords.html:343 msgid "Cannot delete record. Error message:" msgstr "Kayıt silinemiyor. Hata mesajı:" -#: dns/templates/dns/addDeleteDNSRecords.html:180 +#: dns/templates/dns/addDeleteDNSRecords.html:347 msgid "Record Successfully Added." msgstr "Kayıt Başarıyla Eklendi." @@ -1579,8 +1686,8 @@ msgid " File Manager" msgstr "Dosya Yöneticisi" #: filemanager/templates/filemanager/index.html:63 -#: filemanager/templates/filemanager/index.html:202 -#: filemanager/templates/filemanager/index.html:233 +#: filemanager/templates/filemanager/index.html:205 +#: filemanager/templates/filemanager/index.html:236 msgid "Upload" msgstr "Dosya Yükle" @@ -1593,164 +1700,173 @@ msgid "New Folder" msgstr "Yeni Klasör" #: filemanager/templates/filemanager/index.html:75 -#: filemanager/templates/filemanager/index.html:563 +#: filemanager/templates/filemanager/index.html:566 msgid "Copy" msgstr "Kopyala" #: filemanager/templates/filemanager/index.html:78 -#: filemanager/templates/filemanager/index.html:528 +#: filemanager/templates/filemanager/index.html:531 msgid "Move" msgstr "Taşı" #: filemanager/templates/filemanager/index.html:81 -#: filemanager/templates/filemanager/index.html:593 +#: filemanager/templates/filemanager/index.html:596 msgid "Rename" msgstr "Yeniden Adlandır" #: filemanager/templates/filemanager/index.html:84 +#: websiteFunctions/templates/websiteFunctions/listCron.html:66 msgid "Edit" msgstr "Düzenle" #: filemanager/templates/filemanager/index.html:87 -#: filemanager/templates/filemanager/index.html:438 -#: filemanager/templates/filemanager/index.html:465 +#: filemanager/templates/filemanager/index.html:441 +#: filemanager/templates/filemanager/index.html:468 msgid "Compress" msgstr "Sıkıştır" #: filemanager/templates/filemanager/index.html:90 -#: filemanager/templates/filemanager/index.html:493 +#: filemanager/templates/filemanager/index.html:496 msgid "Extract" msgstr "Çıkar" -#: filemanager/templates/filemanager/index.html:108 +#: filemanager/templates/filemanager/index.html:93 +#, fuzzy +#| msgid "Permissions" +msgid "Fix Permissions" +msgstr "İzinler" + +#: filemanager/templates/filemanager/index.html:111 msgid "Current Path" msgstr "Şuanki Dizin" -#: filemanager/templates/filemanager/index.html:136 +#: filemanager/templates/filemanager/index.html:139 msgid "Back" msgstr "Geri" -#: filemanager/templates/filemanager/index.html:140 +#: filemanager/templates/filemanager/index.html:143 #: serverLogs/templates/serverLogs/accessLogs.html:42 #: serverLogs/templates/serverLogs/emailLogs.html:39 #: serverLogs/templates/serverLogs/errorLogs.html:39 #: serverLogs/templates/serverLogs/ftplogs.html:39 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:39 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:40 +#: websiteFunctions/templates/websiteFunctions/listCron.html:36 msgid "Refresh" msgstr "Yenile" -#: filemanager/templates/filemanager/index.html:144 +#: filemanager/templates/filemanager/index.html:147 msgid "Select All" msgstr "Tümünü Seç" -#: filemanager/templates/filemanager/index.html:148 +#: filemanager/templates/filemanager/index.html:151 msgid "UnSelect All" msgstr "Tüm Seçimi Kaldır" -#: filemanager/templates/filemanager/index.html:158 +#: filemanager/templates/filemanager/index.html:161 msgid "Size (KB)" msgstr "Boyut (KB)" -#: filemanager/templates/filemanager/index.html:159 +#: filemanager/templates/filemanager/index.html:162 msgid "Last Modified" msgstr "Son Değiştirilme" -#: filemanager/templates/filemanager/index.html:160 +#: filemanager/templates/filemanager/index.html:163 msgid "Permissions" msgstr "İzinler" -#: filemanager/templates/filemanager/index.html:180 +#: filemanager/templates/filemanager/index.html:183 msgid "Upload File" msgstr "Dosya Yükle" -#: filemanager/templates/filemanager/index.html:187 +#: filemanager/templates/filemanager/index.html:190 msgid "Upload queue" msgstr "Yükleme kuyruğu" -#: filemanager/templates/filemanager/index.html:188 +#: filemanager/templates/filemanager/index.html:191 msgid "Queue length:" msgstr "Kuyruk uzunluğu:" -#: filemanager/templates/filemanager/index.html:195 +#: filemanager/templates/filemanager/index.html:198 msgid "Drop" msgstr "Bırak" -#: filemanager/templates/filemanager/index.html:196 +#: filemanager/templates/filemanager/index.html:199 msgid "Drop Files here to upload them." msgstr "Dosya yüklemek için buraya sürükleyip bırakın." -#: filemanager/templates/filemanager/index.html:211 +#: filemanager/templates/filemanager/index.html:214 msgid "Progress" msgstr "İlerleme" -#: filemanager/templates/filemanager/index.html:213 +#: filemanager/templates/filemanager/index.html:216 msgid "Actions" msgstr "Eylemler" -#: filemanager/templates/filemanager/index.html:239 +#: filemanager/templates/filemanager/index.html:242 msgid "Remove" msgstr "Kaldır" -#: filemanager/templates/filemanager/index.html:249 +#: filemanager/templates/filemanager/index.html:252 msgid "Queue progress:" msgstr "Kuyruk ilerleme durumu:" -#: filemanager/templates/filemanager/index.html:258 +#: filemanager/templates/filemanager/index.html:261 msgid "can not be uploaded, Error message:" msgstr "yüklenemiyor, Hata mesajı:" -#: filemanager/templates/filemanager/index.html:262 +#: filemanager/templates/filemanager/index.html:265 msgid "Upload all" msgstr "Tümünü yükle" -#: filemanager/templates/filemanager/index.html:265 +#: filemanager/templates/filemanager/index.html:268 msgid "Cancel all" msgstr "Tümünü iptal et" -#: filemanager/templates/filemanager/index.html:268 +#: filemanager/templates/filemanager/index.html:271 msgid "Remove all" msgstr "Tümünü kaldır" -#: filemanager/templates/filemanager/index.html:304 +#: filemanager/templates/filemanager/index.html:307 msgid "File Successfully saved." msgstr "Dosya başarıyla kaydedildi." -#: filemanager/templates/filemanager/index.html:311 +#: filemanager/templates/filemanager/index.html:314 #: firewall/templates/firewall/secureSSH.html:68 -#: managePHP/templates/managePHP/editPHPConfig.html:130 -#: managePHP/templates/managePHP/editPHPConfig.html:203 +#: managePHP/templates/managePHP/editPHPConfig.html:138 +#: managePHP/templates/managePHP/editPHPConfig.html:212 msgid "Save Changes" msgstr "Değişiklikleri Kaydet" -#: filemanager/templates/filemanager/index.html:328 +#: filemanager/templates/filemanager/index.html:331 msgid "Create new folder!" msgstr "Yeni klasör oluştur!" -#: filemanager/templates/filemanager/index.html:336 +#: filemanager/templates/filemanager/index.html:339 msgid "New Folder Name" msgstr "Yeni Klasör Adı" -#: filemanager/templates/filemanager/index.html:338 +#: filemanager/templates/filemanager/index.html:341 msgid "Folder will be created in your current directory" msgstr "Klasör şuanki dizinde oluşturulacak" -#: filemanager/templates/filemanager/index.html:340 +#: filemanager/templates/filemanager/index.html:343 msgid "Create Folder" msgstr "Klasör Oluştur" -#: filemanager/templates/filemanager/index.html:353 +#: filemanager/templates/filemanager/index.html:356 msgid "Folder Successfully created." msgstr "Klasör başarıyla oluşturuldu." -#: filemanager/templates/filemanager/index.html:372 +#: filemanager/templates/filemanager/index.html:375 msgid "Create new file!" msgstr "Yeni dosya oluştur!" -#: filemanager/templates/filemanager/index.html:380 +#: filemanager/templates/filemanager/index.html:383 msgid "New File Name" msgstr "Yeni Dosya Adı" -#: filemanager/templates/filemanager/index.html:382 +#: filemanager/templates/filemanager/index.html:385 msgid "" "File will be created in your current directory, if it already exists it will " "not overwirte." @@ -1758,97 +1874,97 @@ msgstr "" "Dosya şuanki dizinde oluşturulacak, eğer aynı dosya isminde bir dosya " "bulunursa hiç bir işlem yapılmayacak." -#: filemanager/templates/filemanager/index.html:384 +#: filemanager/templates/filemanager/index.html:387 msgid "Create File" msgstr "Dosya Oluştur" -#: filemanager/templates/filemanager/index.html:397 +#: filemanager/templates/filemanager/index.html:400 msgid "File Successfully created." msgstr "Dosya başarıyla oluşturuldu." -#: filemanager/templates/filemanager/index.html:413 +#: filemanager/templates/filemanager/index.html:416 msgid "Confirm Deletion!" msgstr "Silmeyi Onayla!" -#: filemanager/templates/filemanager/index.html:422 +#: filemanager/templates/filemanager/index.html:425 msgid "Confirm" msgstr "Onayla" -#: filemanager/templates/filemanager/index.html:423 -#: filemanager/templates/filemanager/index.html:466 -#: filemanager/templates/filemanager/index.html:529 -#: filemanager/templates/filemanager/index.html:564 -#: filemanager/templates/filemanager/index.html:594 -#: websiteFunctions/templates/websiteFunctions/website.html:417 +#: filemanager/templates/filemanager/index.html:426 +#: filemanager/templates/filemanager/index.html:469 +#: filemanager/templates/filemanager/index.html:532 +#: filemanager/templates/filemanager/index.html:567 +#: filemanager/templates/filemanager/index.html:597 +#: websiteFunctions/templates/websiteFunctions/website.html:447 msgid "Close" msgstr "Kapat" -#: filemanager/templates/filemanager/index.html:446 +#: filemanager/templates/filemanager/index.html:449 msgid "List of files/folder!" msgstr "Dosya/Dizin listesi" -#: filemanager/templates/filemanager/index.html:450 +#: filemanager/templates/filemanager/index.html:453 msgid "Compressed File Name" msgstr "Sıkıştırılmış Dosya Adı" -#: filemanager/templates/filemanager/index.html:452 +#: filemanager/templates/filemanager/index.html:455 msgid "Enter without extension name!" msgstr "Uzantısız isim girin" -#: filemanager/templates/filemanager/index.html:456 +#: filemanager/templates/filemanager/index.html:459 msgid "Compression Type" msgstr "Sıkıştırma Türü" -#: filemanager/templates/filemanager/index.html:481 +#: filemanager/templates/filemanager/index.html:484 msgid "Extracting" msgstr "Çıkartılıyor" -#: filemanager/templates/filemanager/index.html:489 +#: filemanager/templates/filemanager/index.html:492 msgid "Extract in" msgstr "Şuraya çıkartılıyor" -#: filemanager/templates/filemanager/index.html:491 +#: filemanager/templates/filemanager/index.html:494 msgid "You can enter . to extract in current directory!" msgstr "Şimdiki dizine çıkartmak için sadece . (tek nokta) yazın!" -#: filemanager/templates/filemanager/index.html:509 +#: filemanager/templates/filemanager/index.html:512 msgid "Move Files" msgstr "Dosya Taşı" -#: filemanager/templates/filemanager/index.html:517 -#: filemanager/templates/filemanager/index.html:552 +#: filemanager/templates/filemanager/index.html:520 +#: filemanager/templates/filemanager/index.html:555 msgid "List of files/folders!" msgstr "Dosya/Dizin listesi!" -#: filemanager/templates/filemanager/index.html:521 +#: filemanager/templates/filemanager/index.html:524 msgid "Move to" msgstr "Şuraya taşı" -#: filemanager/templates/filemanager/index.html:523 +#: filemanager/templates/filemanager/index.html:526 msgid "Enter a path to move your files!" msgstr "Dosyaları taşımak için bir dizin girin!" -#: filemanager/templates/filemanager/index.html:544 +#: filemanager/templates/filemanager/index.html:547 msgid "Copy Files" msgstr "Dosya Kopyala" -#: filemanager/templates/filemanager/index.html:556 +#: filemanager/templates/filemanager/index.html:559 msgid "Copy to" msgstr "Şuraya Kopyala" -#: filemanager/templates/filemanager/index.html:558 +#: filemanager/templates/filemanager/index.html:561 msgid "Enter a path to copy your files to!" msgstr "Dosyaların kopyalanacağı dizin yolunu girin!" -#: filemanager/templates/filemanager/index.html:578 +#: filemanager/templates/filemanager/index.html:581 msgid "Renaming" msgstr "Yeniden adlandır" -#: filemanager/templates/filemanager/index.html:586 +#: filemanager/templates/filemanager/index.html:589 msgid "New Name" msgstr "Yeni İsim" -#: filemanager/templates/filemanager/index.html:588 +#: filemanager/templates/filemanager/index.html:591 msgid "Enter new name of file!" msgstr "Yeni dosya adını girin!" @@ -1913,6 +2029,167 @@ msgstr "Güvenlik Fonksiyonları" msgid "Manage the security of the server on this page." msgstr "Bu sayfada sunucu güvenliğini yönetin." +#: firewall/templates/firewall/modSecurity.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity - CyberPanel" +msgstr "Güvenlik - CyberPanel" + +#: firewall/templates/firewall/modSecurity.html:13 +#, fuzzy +#| msgid "Edit PHP Configurations" +msgid "ModSecurity Configurations!" +msgstr "PHP Yapılandırmalarını Düzenle" + +#: firewall/templates/firewall/modSecurity.html:14 +#, fuzzy +#| msgid "On this page you can set up your Back up destinations. (SFTP)" +msgid "On this page you can configure ModSecurity settings." +msgstr "Bu sayfada yedekleme hedeflerini ayarlayabilirsiniz. (SFTP)" + +#: firewall/templates/firewall/modSecurity.html:20 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity" +msgstr "Güvenlik" + +#: firewall/templates/firewall/modSecurity.html:29 +#: firewall/templates/firewall/modSecurityRules.html:70 +#: firewall/templates/firewall/modSecurityRulesPacks.html:28 +msgid "ModSecurity is not installed " +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:31 +#: firewall/templates/firewall/modSecurityRules.html:72 +#: firewall/templates/firewall/modSecurityRulesPacks.html:30 +#, fuzzy +#| msgid "Install" +msgid "Install Now." +msgstr "Kur" + +#: firewall/templates/firewall/modSecurity.html:43 +#, fuzzy +#| msgid "Cannot add destination. Error message:" +msgid "Failed to start installation, Error message: " +msgstr "Hedef eklenemiyor. Hata mesajı:" + +#: firewall/templates/firewall/modSecurity.html:51 +#, fuzzy +#| msgid "Installation failed. Error message:" +msgid "Installation failed." +msgstr "Kurulum başarısız. Hata mesajı:" + +#: firewall/templates/firewall/modSecurity.html:55 +msgid "ModSecurity successfully installed, refreshing page in 3 seconds.." +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:66 +msgid "Winter is coming, but so is ModSecurity." +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:157 +#, fuzzy +#| msgid "Save Changes" +msgid "Save changes." +msgstr "Değişiklikleri Kaydet" + +#: firewall/templates/firewall/modSecurity.html:169 +#, fuzzy +#| msgid "Could not fetch current configuration. Error message:" +msgid "Failed to save ModSecurity configurations. Error message: " +msgstr "Geçerli yapılandırma alınamadı. Hata mesajı:" + +#: firewall/templates/firewall/modSecurity.html:173 +#, fuzzy +#| msgid "Backup Process successfully started." +msgid "ModSecurity configurations successfully saved." +msgstr "Yedekleme işlemi başarıyla başlatıldı." + +#: firewall/templates/firewall/modSecurityRules.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity Rules - CyberPanel" +msgstr "Güvenlik - CyberPanel" + +#: firewall/templates/firewall/modSecurityRules.html:13 +#, fuzzy +#| msgid "Security" +msgid "ModSecurity Rules!" +msgstr "Güvenlik" + +#: firewall/templates/firewall/modSecurityRules.html:14 +#, fuzzy +#| msgid "" +#| "On this page you can launch, list, modify and delete websites from your " +#| "server." +msgid "On this page you can add/delete ModSecurity rules." +msgstr "" +"Bu sayfada, web sitelerini sunucunuzdan başlatabilir, listeleyebilir, " +"değiştirebilir ve silebilirsiniz." + +#: firewall/templates/firewall/modSecurityRules.html:42 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Save Rules!" +msgstr "Rewrite Kurallarını Kaydet" + +#: firewall/templates/firewall/modSecurityRules.html:49 +msgid "ModSecurity Rules Saved" +msgstr "" + +#: firewall/templates/firewall/modSecurityRules.html:58 +#, fuzzy +#| msgid "Could not save rewrite rules. Error message:" +msgid "Could not save rules, Error message: " +msgstr "Yeniden yazma kuralları kaydedilemedi. Hata mesajı:" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity Rules Packs - CyberPanel" +msgstr "Güvenlik - CyberPanel" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:13 +#: firewall/templates/firewall/modSecurityRulesPacks.html:20 +#, fuzzy +#| msgid "Modify Package" +msgid "ModSecurity Rules Packages!" +msgstr "Paket Düzenle" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:14 +msgid "Install/Un-install ModSecurity rules packages." +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:60 +#: firewall/templates/firewall/modSecurityRulesPacks.html:71 +#, fuzzy +#| msgid "Confirm" +msgid "Configure" +msgstr "Onayla" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:84 +#: firewall/templates/firewall/modSecurityRulesPacks.html:96 +#, fuzzy +#| msgid "Action successful." +msgid "Operation successful." +msgstr "Eylem başarılı." + +#: firewall/templates/firewall/modSecurityRulesPacks.html:92 +#, fuzzy +#| msgid "Action failed. Error message:" +msgid "Operation failed, Error message: " +msgstr "Eylem başarısız. Hata mesajı:" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:110 +msgid "Supplier" +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:111 +#, fuzzy +#| msgid "File Name" +msgid "Filename" +msgstr "Dosya Adı" + #: firewall/templates/firewall/secureSSH.html:3 msgid "Secure SSH - CyberPanel" msgstr "Güvenli SSH - CyberPanel" @@ -1960,8 +2237,8 @@ msgstr "Anahtar Ekle" #: firewall/templates/firewall/secureSSH.html:158 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:55 -#: websiteFunctions/templates/websiteFunctions/website.html:553 -#: websiteFunctions/templates/websiteFunctions/website.html:613 +#: websiteFunctions/templates/websiteFunctions/website.html:599 +#: websiteFunctions/templates/websiteFunctions/website.html:658 msgid "Save" msgstr "Kaydet" @@ -2009,7 +2286,7 @@ msgstr "kullanıcı adı ile FTP Hesabı:" #: ftp/templates/ftp/createFTPAccount.html:84 #: ftp/templates/ftp/createFTPAccount.html:87 -#: userManagment/templates/userManagment/createUser.html:154 +#: userManagment/templates/userManagment/createUser.html:144 msgid "is successfully created." msgstr "başarıyla oluşturuldu." @@ -2132,6 +2409,56 @@ msgstr "Bir eposta hesabını silmek için listeden bir web sitesi seçin." msgid "Email with id : {$ deletedID $} is successfully deleted." msgstr "Eposta ID : {$ deletedID $} başarıyla silindi." +#: mailServer/templates/mailServer/dkimManager.html:3 +#, fuzzy +#| msgid "File Manager - CyberPanel" +msgid "DKIM Manager - CyberPanel" +msgstr "Dosya Yöneticisi - CyberPanel" + +#: mailServer/templates/mailServer/dkimManager.html:14 +#, fuzzy +#| msgid "This page can be used to Back up your websites" +msgid "This page can be used to generate and view DKIM keys for Domains" +msgstr "Bu sayfa web sitelerinizi yedekleme için kullanılır" + +#: mailServer/templates/mailServer/dkimManager.html:27 +msgid "OpenDKIM is not installed. " +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:28 +#, fuzzy +#| msgid "Install" +msgid "Install Now" +msgstr "Kur" + +#: mailServer/templates/mailServer/dkimManager.html:48 +msgid "OpenDKIM successfully installed, refreshing page in 3 seconds.." +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:97 +#, fuzzy +#| msgid "Currently no email accounts exist for this domain." +msgid "Keys not available for this domain." +msgstr "Şu anda bu alan adı için hiçbir eposta hesabı mevcut değil." + +#: mailServer/templates/mailServer/dkimManager.html:98 +msgid "Generate Now" +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:110 +#, fuzzy +#| msgid "Domains" +msgid "Domain" +msgstr "Alan adları" + +#: mailServer/templates/mailServer/dkimManager.html:111 +msgid "Private Key" +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:112 +msgid "Public Key" +msgstr "" + #: mailServer/templates/mailServer/index.html:3 msgid "Mail Functions - CyberPanel" msgstr "Posta Fonksiyonları - CyberPanel" @@ -2162,48 +2489,55 @@ msgid "Advanced" msgstr "Gelişmiş" #: managePHP/templates/managePHP/editPHPConfig.html:48 -#: managePHP/templates/managePHP/editPHPConfig.html:174 +#: managePHP/templates/managePHP/editPHPConfig.html:182 #: managePHP/templates/managePHP/installExtensions.html:28 #: websiteFunctions/templates/websiteFunctions/createWebsite.html:68 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:74 -#: websiteFunctions/templates/websiteFunctions/website.html:309 +#: websiteFunctions/templates/websiteFunctions/website.html:333 +#: websiteFunctions/templates/websiteFunctions/website.html:729 msgid "Select PHP" msgstr "PHP'yi seçin" -#: managePHP/templates/managePHP/editPHPConfig.html:66 +#: managePHP/templates/managePHP/editPHPConfig.html:67 msgid "display_errors" msgstr "display_errors" -#: managePHP/templates/managePHP/editPHPConfig.html:73 +#: managePHP/templates/managePHP/editPHPConfig.html:74 msgid "file_uploads" msgstr "file_uploads" -#: managePHP/templates/managePHP/editPHPConfig.html:81 +#: managePHP/templates/managePHP/editPHPConfig.html:82 msgid "allow_url_fopen" msgstr "allow_url_fopen" -#: managePHP/templates/managePHP/editPHPConfig.html:89 +#: managePHP/templates/managePHP/editPHPConfig.html:90 msgid "allow_url_include" msgstr "allow_url_include" -#: managePHP/templates/managePHP/editPHPConfig.html:97 +#: managePHP/templates/managePHP/editPHPConfig.html:98 msgid "memory_limit" msgstr "memory_limit" -#: managePHP/templates/managePHP/editPHPConfig.html:104 +#: managePHP/templates/managePHP/editPHPConfig.html:105 msgid "max_execution_time" msgstr "max_execution_time" -#: managePHP/templates/managePHP/editPHPConfig.html:111 +#: managePHP/templates/managePHP/editPHPConfig.html:112 msgid "upload_max_filesize" msgstr "upload_max_filesize" -#: managePHP/templates/managePHP/editPHPConfig.html:118 +#: managePHP/templates/managePHP/editPHPConfig.html:119 +#, fuzzy +#| msgid "upload_max_filesize" +msgid "post_max_size" +msgstr "upload_max_filesize" + +#: managePHP/templates/managePHP/editPHPConfig.html:126 msgid "max_input_time" msgstr "max_input_time" -#: managePHP/templates/managePHP/editPHPConfig.html:144 -#: managePHP/templates/managePHP/editPHPConfig.html:216 +#: managePHP/templates/managePHP/editPHPConfig.html:152 +#: managePHP/templates/managePHP/editPHPConfig.html:225 msgid "PHP Configs Saved." msgstr "PHP Yapılandırmaları Kaydedildi." @@ -2232,39 +2566,39 @@ msgstr "Bu sayfada php uzantılarını yükleyin / kaldırın." msgid "Select PHP Version" msgstr "PHP Versiyonunu Seçin" -#: managePHP/templates/managePHP/installExtensions.html:48 +#: managePHP/templates/managePHP/installExtensions.html:49 msgid "Search Extensions.." msgstr "Uzantılarda ara.." -#: managePHP/templates/managePHP/installExtensions.html:63 +#: managePHP/templates/managePHP/installExtensions.html:64 msgid "Extension Name" msgstr "Uzantı Adı" -#: managePHP/templates/managePHP/installExtensions.html:64 +#: managePHP/templates/managePHP/installExtensions.html:65 msgid "Description" msgstr "Açıklama" -#: managePHP/templates/managePHP/installExtensions.html:66 -#: managePHP/templates/managePHP/installExtensions.html:77 +#: managePHP/templates/managePHP/installExtensions.html:67 +#: managePHP/templates/managePHP/installExtensions.html:78 msgid "Install" msgstr "Kur" -#: managePHP/templates/managePHP/installExtensions.html:67 -#: managePHP/templates/managePHP/installExtensions.html:78 +#: managePHP/templates/managePHP/installExtensions.html:68 +#: managePHP/templates/managePHP/installExtensions.html:79 msgid "Uninstall" msgstr "Kaldır" -#: managePHP/templates/managePHP/installExtensions.html:93 +#: managePHP/templates/managePHP/installExtensions.html:94 msgid "Go Back" msgstr "Geri dön" -#: managePHP/templates/managePHP/installExtensions.html:104 +#: managePHP/templates/managePHP/installExtensions.html:105 #: tuning/templates/tuning/phpTuning.html:111 -#: userManagment/templates/userManagment/modifyUser.html:143 +#: userManagment/templates/userManagment/modifyUser.html:135 msgid "Cannot fetch details. Error message:" msgstr "Ayrıntılar alınamıyor. Hata mesajı:" -#: managePHP/templates/managePHP/installExtensions.html:108 +#: managePHP/templates/managePHP/installExtensions.html:109 msgid "Cannot perform operation. Error message:" msgstr "İşlem gerçekleştirilemiyor. Hata mesajı:" @@ -2294,11 +2628,13 @@ msgstr "" #: manageSSL/templates/manageSSL/manageSSL.html:42 #: manageSSL/templates/manageSSL/sslForHostName.html:42 +#: manageSSL/templates/manageSSL/sslForMailServer.html:42 msgid "Issue SSL" msgstr "Issue SSL" #: manageSSL/templates/manageSSL/manageSSL.html:52 #: manageSSL/templates/manageSSL/sslForHostName.html:52 +#: manageSSL/templates/manageSSL/sslForMailServer.html:52 msgid "Cannot issue SSL. Error message:" msgstr "Cannot issue SSL. Error message:" @@ -2324,6 +2660,35 @@ msgstr "Let’s Encrypt SSL for hostname to access CyberPanel on verified SSL." msgid "SSL Issued. You can now access CyberPanel at:" msgstr "SSL Issued. You can now access CyberPanel at:" +#: manageSSL/templates/manageSSL/sslForMailServer.html:3 +#, fuzzy +#| msgid "Issue SSL For Hostname - CyberPanel" +msgid "Issue SSL For MailServer - CyberPanel" +msgstr "Issue SSL For Hostname - CyberPanel" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:13 +#: manageSSL/templates/manageSSL/sslForMailServer.html:20 +#, fuzzy +#| msgid "Issue SSL For Hostname" +msgid "Issue SSL For MailServer" +msgstr "Issue SSL For Hostname" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:14 +#, fuzzy +#| msgid "Issue Let’s Encrypt SSLs for websites and hostname." +msgid "Let’s Encrypt SSL for MailServer (Postfix/Dovecot)." +msgstr "Issue Let’s Encrypt SSLs for websites and hostname." + +#: manageSSL/templates/manageSSL/sslForMailServer.html:56 +msgid "SSL Issued, your mail server now uses Lets Encrypt!" +msgstr "" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:60 +#, fuzzy +#| msgid "Could not connect to server. Please refresh this page." +msgid "Could not connect to server, please refresh this page." +msgstr "Sunucuya bağlanılamıyor. Lütfen bu sayfayı yenileyin." + #: packages/templates/packages/createPackage.html:3 msgid "Create Package - CyberPanel" msgstr "Paket Oluştur - CyberPanel" @@ -2350,7 +2715,7 @@ msgstr "Paket Adı" #: packages/templates/packages/createPackage.html:35 #: packages/templates/packages/modifyPackage.html:40 -#: websiteFunctions/templates/websiteFunctions/website.html:249 +#: websiteFunctions/templates/websiteFunctions/website.html:254 msgid "Domains" msgstr "Alan adları" @@ -2436,7 +2801,7 @@ msgstr "Erişim Günlükleri - CyberPanel" #: serverLogs/templates/serverLogs/accessLogs.html:17 #: serverLogs/templates/serverLogs/index.html:25 #: serverLogs/templates/serverLogs/index.html:27 -#: websiteFunctions/templates/websiteFunctions/website.html:120 +#: websiteFunctions/templates/websiteFunctions/website.html:128 msgid "Access Logs" msgstr "Erişim Günlükleri" @@ -2448,22 +2813,35 @@ msgstr "Ana web sunucusu için Erişim Günlükleri." #: serverLogs/templates/serverLogs/emailLogs.html:23 #: serverLogs/templates/serverLogs/errorLogs.html:23 #: serverLogs/templates/serverLogs/ftplogs.html:23 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:23 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:24 msgid "Last 50 Lines" msgstr "Son 50 Satır" -#: serverLogs/templates/serverLogs/accessLogs.html:49 -#: serverLogs/templates/serverLogs/emailLogs.html:46 -#: serverLogs/templates/serverLogs/errorLogs.html:46 -#: serverLogs/templates/serverLogs/ftplogs.html:46 +#: serverLogs/templates/serverLogs/accessLogs.html:45 +#: serverLogs/templates/serverLogs/emailLogs.html:42 +#: serverLogs/templates/serverLogs/errorLogs.html:42 +#: serverLogs/templates/serverLogs/ftplogs.html:42 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:42 +#, fuzzy +#| msgid "Server Logs" +msgid "Clear Logs" +msgstr "Sunucu Günlükleri" + +#: serverLogs/templates/serverLogs/accessLogs.html:52 +#: serverLogs/templates/serverLogs/emailLogs.html:49 +#: serverLogs/templates/serverLogs/errorLogs.html:49 +#: serverLogs/templates/serverLogs/ftplogs.html:49 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:50 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:47 msgid "Last 50 Lines Fetched" msgstr "Son 50 Satır Getirildi" -#: serverLogs/templates/serverLogs/accessLogs.html:54 -#: serverLogs/templates/serverLogs/emailLogs.html:51 -#: serverLogs/templates/serverLogs/errorLogs.html:51 -#: serverLogs/templates/serverLogs/ftplogs.html:51 +#: serverLogs/templates/serverLogs/accessLogs.html:57 +#: serverLogs/templates/serverLogs/emailLogs.html:54 +#: serverLogs/templates/serverLogs/errorLogs.html:54 +#: serverLogs/templates/serverLogs/ftplogs.html:54 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:55 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:52 msgid "Could not fetch logs. Use the command line to view the log file." msgstr "" @@ -2507,6 +2885,18 @@ msgstr "" "These are the logs from main server, to see logs for your website navigate " "to: Websites -> List Websites -> Select Website -> View Logs." +#: serverLogs/templates/serverLogs/modSecAuditLog.html:3 +#, fuzzy +#| msgid "Security - CyberPanel" +msgid "ModSecurity Audit Logs - CyberPanel" +msgstr "Güvenlik - CyberPanel" + +#: serverLogs/templates/serverLogs/modSecAuditLog.html:15 +#, fuzzy +#| msgid "Security Functions" +msgid "ModSecurity Audit logs" +msgstr "Güvenlik Fonksiyonları" + #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:3 msgid "CyberPanel Main Log File - CyberPanel" msgstr "CyberPanel Ana Günlük Dosyası - CyberPanel" @@ -2641,16 +3031,6 @@ msgstr "RAM'deki Önbellek Boyutu" msgid "Enable GZIP Compression" msgstr "GZIP Sıkıştırmasını Etkinleştir" -#: tuning/templates/tuning/liteSpeedTuning.html:70 -#: tuning/templates/tuning/phpTuning.html:90 -msgid "Enable" -msgstr "Etkinleştir" - -#: tuning/templates/tuning/liteSpeedTuning.html:71 -#: tuning/templates/tuning/phpTuning.html:91 -msgid "Disable" -msgstr "Pasifleştir" - #: tuning/templates/tuning/liteSpeedTuning.html:74 #: tuning/templates/tuning/phpTuning.html:94 #: userManagment/templates/userManagment/modifyUser.html:77 @@ -2661,7 +3041,7 @@ msgstr "Şu anda:" msgid "Tune Web Server" msgstr "Web Sunucusunu Ayarla" -#: tuning/templates/tuning/liteSpeedTuning.html:93 +#: tuning/templates/tuning/liteSpeedTuning.html:92 msgid "" "Cannot fetch Current Value, but you can still submit new changes, error " "reported from server:" @@ -2669,11 +3049,11 @@ msgstr "" "Geçerli değer getirilemiyor, ama yinede değişiklik yapabilirsiniz. Sunucu " "tarafından bildirilen hata:" -#: tuning/templates/tuning/liteSpeedTuning.html:97 +#: tuning/templates/tuning/liteSpeedTuning.html:96 msgid "Cannot save details, Error Message: " msgstr "Ayrıntılar kaydedilemiyor, Hata Mesajı: " -#: tuning/templates/tuning/liteSpeedTuning.html:102 +#: tuning/templates/tuning/liteSpeedTuning.html:101 msgid "Web Server Successfully tuned." msgstr "Web Sunucusu Başarıyla ayarlandı." @@ -2709,6 +3089,14 @@ msgstr "Process Hard Limit" msgid "Persistent Connection" msgstr "Kalıcı Bağlantı" +#: tuning/templates/tuning/phpTuning.html:90 +msgid "Enable" +msgstr "Etkinleştir" + +#: tuning/templates/tuning/phpTuning.html:91 +msgid "Disable" +msgstr "Pasifleştir" + #: tuning/templates/tuning/phpTuning.html:102 msgid "Tune PHP" msgstr "PHP'yi ayarla" @@ -2772,17 +3160,6 @@ msgstr "Geçersiz eposta" msgid "Account Type" msgstr "Hesap Türü" -#: userManagment/templates/userManagment/createUser.html:67 -#: userManagment/templates/userManagment/modifyUser.html:72 -msgid "Admin" -msgstr "Yönetici" - -#: userManagment/templates/userManagment/createUser.html:68 -#: userManagment/templates/userManagment/createUser.html:79 -#: userManagment/templates/userManagment/modifyUser.html:73 -msgid "Normal User" -msgstr "Normal Kullanıcı" - #: userManagment/templates/userManagment/createUser.html:92 #: userManagment/templates/userManagment/modifyUser.html:88 #: userManagment/templates/userManagment/userProfile.html:67 @@ -2791,45 +3168,38 @@ msgid "User Accounts Limit" msgstr "Kullanıcı Hesap Limiti" #: userManagment/templates/userManagment/createUser.html:96 -#: userManagment/templates/userManagment/createUser.html:107 msgid "Only Numbers" msgstr "Sadece sayılar" #: userManagment/templates/userManagment/createUser.html:103 -#: userManagment/templates/userManagment/modifyUser.html:98 -#: userManagment/templates/userManagment/userProfile.html:82 -msgid "Websites Limit" -msgstr "Web Siteleri Limiti" - -#: userManagment/templates/userManagment/createUser.html:113 #: userManagment/templates/userManagment/userProfile.html:42 msgid "Username" msgstr "Kullanıcı adı" -#: userManagment/templates/userManagment/createUser.html:117 +#: userManagment/templates/userManagment/createUser.html:107 msgid "Username should be lowercase alphanumeric." msgstr "Kullanıcı adı küçük harfli ve alfanümerik olmalıdır." -#: userManagment/templates/userManagment/createUser.html:127 +#: userManagment/templates/userManagment/createUser.html:117 msgid "Must contain one number and one special character." msgstr "Bir sayı ve bir özel karakter içermelidir." -#: userManagment/templates/userManagment/createUser.html:143 +#: userManagment/templates/userManagment/createUser.html:133 #: userManagment/templates/userManagment/index.html:40 #: userManagment/templates/userManagment/index.html:42 msgid "Create User" msgstr "Kullanıcı oluştur" -#: userManagment/templates/userManagment/createUser.html:154 -#: userManagment/templates/userManagment/modifyUser.html:130 +#: userManagment/templates/userManagment/createUser.html:144 +#: userManagment/templates/userManagment/modifyUser.html:122 msgid "Account with username:" msgstr "Kullanıcı adıyla hesap:" -#: userManagment/templates/userManagment/createUser.html:158 +#: userManagment/templates/userManagment/createUser.html:148 msgid "Cannot create user. Error message:" msgstr "Kullanıcı oluşturulamıyor. Hata mesajı:" -#: userManagment/templates/userManagment/createUser.html:166 +#: userManagment/templates/userManagment/createUser.html:156 msgid "" "Length of first and last name combined should be less than or equal to 20 " "characters" @@ -2878,15 +3248,15 @@ msgstr "Bu sayfada mevcut kullanıcı ayarlarını değiştirin." msgid "Select Account" msgstr "Hesap Seçin" -#: userManagment/templates/userManagment/modifyUser.html:130 +#: userManagment/templates/userManagment/modifyUser.html:122 msgid " is successfully modified." msgstr " başarıyla değiştirildi." -#: userManagment/templates/userManagment/modifyUser.html:134 +#: userManagment/templates/userManagment/modifyUser.html:126 msgid "Cannot modify user. Error message:" msgstr "Kullanıcı değiştirilemiyor. Hata mesajı:" -#: userManagment/templates/userManagment/modifyUser.html:147 +#: userManagment/templates/userManagment/modifyUser.html:139 msgid "Details fetched." msgstr "Ayrıntılar alındı." @@ -2913,6 +3283,10 @@ msgstr "Hesap Düzeyi" msgid "( 0 = Unlimited )" msgstr "( 0 = Limitsiz )" +#: userManagment/templates/userManagment/userProfile.html:82 +msgid "Websites Limit" +msgstr "Web Siteleri Limiti" + #: websiteFunctions/templates/websiteFunctions/createWebsite.html:3 msgid "Create New Website - CyberPanel" msgstr "Yeni Web Sitesi Oluştur - CyberPanel" @@ -2941,38 +3315,29 @@ msgid "Do not enter WWW, it will be auto created!" msgstr "WWW olarak girmeyin, otomatik olarak oluşturulacaktır!" #: websiteFunctions/templates/websiteFunctions/createWebsite.html:56 -#: websiteFunctions/templates/websiteFunctions/website.html:293 -#: websiteFunctions/templates/websiteFunctions/website.html:304 +#: websiteFunctions/templates/websiteFunctions/website.html:317 +#: websiteFunctions/templates/websiteFunctions/website.html:328 msgid "Invalid Domain (Note: You don't need to add 'http' or 'https')" msgstr "Geçersiz Alan Adı (Not: 'http' veya 'https' eklemeniz gerekmez)" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:84 -#: websiteFunctions/templates/websiteFunctions/website.html:325 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:85 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:86 +#: websiteFunctions/templates/websiteFunctions/website.html:350 msgid "Additional Features" msgstr "Ek Özellikler" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:91 -#: websiteFunctions/templates/websiteFunctions/website.html:332 -msgid "" -"For SSL to work DNS of domain should point to server, otherwise self signed " -"SSL will be issued, you can add your own SSL later." -msgstr "" -"SSL'nin çalışması için alan adının DNS'i sunucuyu işaret etmelidir, aksi " -"halde kendinden imzalı SSL verilecektir, daha sonra kendi SSL'nizi " -"ekleyebilirsiniz." - -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:113 -#: websiteFunctions/templates/websiteFunctions/website.html:354 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:120 +#: websiteFunctions/templates/websiteFunctions/website.html:385 msgid "Cannot create website. Error message:" msgstr "Web sitesi oluşturulamıyor. Hata mesajı:" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:117 -#: websiteFunctions/templates/websiteFunctions/website.html:358 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:389 msgid "Website with domain" msgstr "Website with domain" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:117 -#: websiteFunctions/templates/websiteFunctions/website.html:358 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:389 msgid " is Successfully Created" msgstr " başarıyla oluşturuldu." @@ -2996,6 +3361,88 @@ msgstr "Web sitesi silinemiyor, Hata mesajı: " msgid "Successfully Deleted." msgstr "Başarıyla Silindi." +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:3 +#, fuzzy +#| msgid "Home - CyberPanel" +msgid "Domain Aliases - CyberPanel" +msgstr "Ev - CyberPanel" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:12 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:19 +#, fuzzy +#| msgid "Domain Name" +msgid "Domain Aliases" +msgstr "Domain Adı" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:13 +msgid "" +"With Domain Aliases you can visit example.com using example.net and view the " +"same content." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:29 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:105 +#, fuzzy +#| msgid "Create File" +msgid "Create Alias" +msgstr "Dosya Oluştur" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:36 +#, fuzzy +#| msgid "Create Domain" +msgid "Master Domain" +msgstr "Alan Adı Oluştur" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:37 +msgid "Alias" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:38 +#, fuzzy +#| msgid "System Status" +msgid "File System Path" +msgstr "Sistem Durumu" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:53 +#: websiteFunctions/templates/websiteFunctions/website.html:480 +msgid "Issue" +msgstr "Issue" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:63 +msgid "Domain Aliases not found." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:79 +#, fuzzy +#| msgid "List Domains" +msgid "Alias Domain" +msgstr "Alan adlarını listele" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:93 +msgid "" +"For SSL to work DNS of domain should point to server, otherwise self signed " +"SSL will be issued, you can add your own SSL later." +msgstr "" +"SSL'nin çalışması için alan adının DNS'i sunucuyu işaret etmelidir, aksi " +"halde kendinden imzalı SSL verilecektir, daha sonra kendi SSL'nizi " +"ekleyebilirsiniz." + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:114 +#, fuzzy +#| msgid "Action failed. Error message:" +msgid "Operation failed. Error message:" +msgstr "Eylem başarısız. Hata mesajı:" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:118 +msgid "Alias successfully created. Refreshing page in 3 seconds..." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:122 +#, fuzzy +#| msgid "Action successful." +msgid "Operation Successfull." +msgstr "Eylem başarılı." + #: websiteFunctions/templates/websiteFunctions/index.html:3 msgid "Website Functions - CyberPanel" msgstr "Web Sitesi Fonksiyonları - CyberPanel" @@ -3007,6 +3454,136 @@ msgstr "Web Sitesi Fonksiyonları - CyberPanel" msgid "Suspend/Unsuspend Website" msgstr "Suspend/Unsuspend Website" +#: websiteFunctions/templates/websiteFunctions/listCron.html:3 +#, fuzzy +#| msgid "Version Management - CyberPanel" +msgid "Cron Management - CyberPanel" +msgstr "Sürüm Yönetimi - CyberPanel" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:12 +#: websiteFunctions/templates/websiteFunctions/listCron.html:19 +#, fuzzy +#| msgid "Version Management" +msgid "Cron Management" +msgstr "Sürüm Yönetimi" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:13 +#, fuzzy +#| msgid "Create, edit and delete users on this page." +msgid "Create, edit or delete your cron jobs from this page." +msgstr "Bu sayfada kullanıcı oluşturun, düzenleyin ve silin." + +#: websiteFunctions/templates/websiteFunctions/listCron.html:37 +#, fuzzy +#| msgid "Add Domains" +msgid "Add Cron" +msgstr "Alan adı ekle" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:46 +#: websiteFunctions/templates/websiteFunctions/listCron.html:95 +msgid "Minute" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:47 +#: websiteFunctions/templates/websiteFunctions/listCron.html:101 +msgid "Hour" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:48 +msgid "Day of Month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:49 +#: websiteFunctions/templates/websiteFunctions/listCron.html:113 +msgid "Month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:50 +msgid "Day of Week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:51 +#: websiteFunctions/templates/websiteFunctions/listCron.html:126 +msgid "Command" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:52 +#, fuzzy +#| msgid "Actions" +msgid "Action" +msgstr "Eylemler" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:79 +msgid "Pre defined" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:82 +msgid "Every minute" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:83 +msgid "Every 5 minutes" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:84 +msgid "Every 30 minutes" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:85 +msgid "Every hour" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:86 +msgid "Every day" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:87 +msgid "Every week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:88 +msgid "Every month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:89 +msgid "Every year" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:107 +msgid "Day of month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:119 +msgid "Day of week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:135 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Save edits" +msgstr "Rewrite Kurallarını Kaydet" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:142 +#, fuzzy +#| msgid "Add Records" +msgid "Add cron" +msgstr "Kayıt Ekle" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:152 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:105 +msgid "Cannot fetch website details. Error message:" +msgstr "Web sitesi ayrıntıları alınamıyor. Hata mesajı:" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:156 +#, fuzzy +#| msgid "Could not save SSL. Error message:" +msgid "Unable to add/save Cron. Error message:" +msgstr "SSL kaydedilemedi. Hata mesajı:" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:159 +msgid "Cron job saved" +msgstr "" + #: websiteFunctions/templates/websiteFunctions/listWebsites.html:3 msgid "Websites Hosted - CyberPanel" msgstr "Barındırılan Web Siteleri - CyberPanel" @@ -3027,15 +3604,11 @@ msgstr "Şu anki paket:" msgid "Current Owner:" msgstr "Şu anki sahibi:" -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:104 -msgid "Cannot fetch website details. Error message:" -msgstr "Web sitesi ayrıntıları alınamıyor. Hata mesajı:" - -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:108 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:109 msgid "Cannot modify website. Error message:" msgstr "Web sitesinde değişiklik yapılamıyor. Hata mesajı:" -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:112 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:113 msgid "Website Details Successfully fetched" msgstr "Web sitesi Ayrıntıları başarıyla alındı" @@ -3079,210 +3652,316 @@ msgstr "Önizleme" msgid "All functions related to a particular site." msgstr "Belirli bir siteyle ilgili tüm işlevler." -#: websiteFunctions/templates/websiteFunctions/website.html:22 +#: websiteFunctions/templates/websiteFunctions/website.html:25 msgid "Resource Usage" msgstr "Kaynak Kullanımı" -#: websiteFunctions/templates/websiteFunctions/website.html:31 +#: websiteFunctions/templates/websiteFunctions/website.html:36 msgid "Resource" msgstr "Kaynak" -#: websiteFunctions/templates/websiteFunctions/website.html:33 +#: websiteFunctions/templates/websiteFunctions/website.html:38 msgid "Allowed" msgstr "İzin Verilen" -#: websiteFunctions/templates/websiteFunctions/website.html:55 -#: websiteFunctions/templates/websiteFunctions/website.html:82 +#: websiteFunctions/templates/websiteFunctions/website.html:60 +#: websiteFunctions/templates/websiteFunctions/website.html:87 msgid "Bandwidth Usage" msgstr "Bant Genişliği Kullanımı" -#: websiteFunctions/templates/websiteFunctions/website.html:118 +#: websiteFunctions/templates/websiteFunctions/website.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:127 msgid "Load Access Logs" msgstr "Erişim Günlüklerini Getir" -#: websiteFunctions/templates/websiteFunctions/website.html:130 +#: websiteFunctions/templates/websiteFunctions/website.html:135 +#: websiteFunctions/templates/websiteFunctions/website.html:138 msgid "Load Error Logs" msgstr "Hata Günlüklerini Getir" -#: websiteFunctions/templates/websiteFunctions/website.html:146 +#: websiteFunctions/templates/websiteFunctions/website.html:150 msgid "Logs Fetched" msgstr "Kayıtlar getirildi" -#: websiteFunctions/templates/websiteFunctions/website.html:151 +#: websiteFunctions/templates/websiteFunctions/website.html:155 msgid "" "Could not fetch logs, see the logs file through command line. Error message:" msgstr "" "Günlükler getirilemedi, komut satırından günlük dosyalarına bakmayı deneyin. " "Hata mesajı:" -#: websiteFunctions/templates/websiteFunctions/website.html:172 -#: websiteFunctions/templates/websiteFunctions/website.html:211 +#: websiteFunctions/templates/websiteFunctions/website.html:176 +#: websiteFunctions/templates/websiteFunctions/website.html:215 msgid "Next" msgstr "Sonraki" -#: websiteFunctions/templates/websiteFunctions/website.html:173 -#: websiteFunctions/templates/websiteFunctions/website.html:212 +#: websiteFunctions/templates/websiteFunctions/website.html:177 +#: websiteFunctions/templates/websiteFunctions/website.html:216 msgid "Previous" msgstr "Önceki" -#: websiteFunctions/templates/websiteFunctions/website.html:256 -#: websiteFunctions/templates/websiteFunctions/website.html:258 +#: websiteFunctions/templates/websiteFunctions/website.html:262 +#: websiteFunctions/templates/websiteFunctions/website.html:265 +#: websiteFunctions/templates/websiteFunctions/website.html:266 msgid "Add Domains" msgstr "Alan adı ekle" -#: websiteFunctions/templates/websiteFunctions/website.html:268 -#: websiteFunctions/templates/websiteFunctions/website.html:270 +#: websiteFunctions/templates/websiteFunctions/website.html:273 +#: websiteFunctions/templates/websiteFunctions/website.html:276 +#: websiteFunctions/templates/websiteFunctions/website.html:277 +#: websiteFunctions/templates/websiteFunctions/website.html:294 +#: websiteFunctions/templates/websiteFunctions/website.html:297 msgid "List Domains" msgstr "Alan adlarını listele" -#: websiteFunctions/templates/websiteFunctions/website.html:300 -#: websiteFunctions/templates/websiteFunctions/website.html:770 -#: websiteFunctions/templates/websiteFunctions/website.html:821 +#: websiteFunctions/templates/websiteFunctions/website.html:283 +#: websiteFunctions/templates/websiteFunctions/website.html:286 +#: websiteFunctions/templates/websiteFunctions/website.html:287 +#, fuzzy +#| msgid "Domains" +msgid "Domain Alias" +msgstr "Alan adları" + +#: websiteFunctions/templates/websiteFunctions/website.html:294 +#: websiteFunctions/templates/websiteFunctions/website.html:297 +msgid "Add new Cron Job" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:298 +msgid "Cron Jobs" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:324 +#: websiteFunctions/templates/websiteFunctions/website.html:883 +#: websiteFunctions/templates/websiteFunctions/website.html:934 msgid "Path" msgstr "Dizin" -#: websiteFunctions/templates/websiteFunctions/website.html:302 +#: websiteFunctions/templates/websiteFunctions/website.html:326 msgid "This path is relative to: " msgstr "This path is relative to: " -#: websiteFunctions/templates/websiteFunctions/website.html:302 +#: websiteFunctions/templates/websiteFunctions/website.html:326 msgid "Leave empty to set default." msgstr "Varsayılan olarak ayarlamak için boş bırakın." -#: websiteFunctions/templates/websiteFunctions/website.html:343 +#: websiteFunctions/templates/websiteFunctions/website.html:374 msgid "Create Domain" msgstr "Alan Adı Oluştur" -#: websiteFunctions/templates/websiteFunctions/website.html:386 +#: websiteFunctions/templates/websiteFunctions/website.html:416 msgid "PHP Version Changed to:" msgstr "PHP Sürümü değiştirildi:" -#: websiteFunctions/templates/websiteFunctions/website.html:390 +#: websiteFunctions/templates/websiteFunctions/website.html:420 msgid "Deleted:" msgstr "Silindi:" -#: websiteFunctions/templates/websiteFunctions/website.html:394 +#: websiteFunctions/templates/websiteFunctions/website.html:424 msgid "SSL Issued:" msgstr "SSL Veren:" -#: websiteFunctions/templates/websiteFunctions/website.html:449 -msgid "Issue" -msgstr "Issue" - -#: websiteFunctions/templates/websiteFunctions/website.html:477 +#: websiteFunctions/templates/websiteFunctions/website.html:509 msgid "Configurations" msgstr "Yapılandırmalar" -#: websiteFunctions/templates/websiteFunctions/website.html:483 -msgid "Edit Virtual Host Main Configurations" -msgstr "Sanal Sunucu Ana Yapılandırmaları düzenle" - -#: websiteFunctions/templates/websiteFunctions/website.html:485 +#: websiteFunctions/templates/websiteFunctions/website.html:518 +#: websiteFunctions/templates/websiteFunctions/website.html:521 msgid "Edit vHost Main Configurations" msgstr "Sanal Sunucu Ana Yapılandırmalarını Düzenle" -#: websiteFunctions/templates/websiteFunctions/website.html:495 -#: websiteFunctions/templates/websiteFunctions/website.html:497 +#: websiteFunctions/templates/websiteFunctions/website.html:522 +msgid "vHost Conf" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:530 msgid "Add Rewrite Rules (.htaccess)" msgstr "Yeniden Yazma Kuralları Ekle (.htaccess)" -#: websiteFunctions/templates/websiteFunctions/website.html:507 +#: websiteFunctions/templates/websiteFunctions/website.html:533 +#, fuzzy +#| msgid "Add Rewrite Rules (.htaccess)" +msgid "Rewrite Rules (.htaccess)" +msgstr "Yeniden Yazma Kuralları Ekle (.htaccess)" + +#: websiteFunctions/templates/websiteFunctions/website.html:534 +#, fuzzy +#| msgid "Save Rewrite Rules" +msgid "Rewrite Rules" +msgstr "Rewrite Kurallarını Kaydet" + +#: websiteFunctions/templates/websiteFunctions/website.html:542 +#: websiteFunctions/templates/websiteFunctions/website.html:545 msgid "Add Your Own SSL" msgstr "Kendi SSL'nizi Ekleyin" -#: websiteFunctions/templates/websiteFunctions/website.html:509 +#: websiteFunctions/templates/websiteFunctions/website.html:546 msgid "Add SSL" msgstr "SSL ekle" -#: websiteFunctions/templates/websiteFunctions/website.html:524 +#: websiteFunctions/templates/websiteFunctions/website.html:554 +#: websiteFunctions/templates/websiteFunctions/website.html:557 +#, fuzzy +#| msgid "Select PHP Version" +msgid "Change PHP Version" +msgstr "PHP Versiyonunu Seçin" + +#: websiteFunctions/templates/websiteFunctions/website.html:558 +#: websiteFunctions/templates/websiteFunctions/website.html:754 +#, fuzzy +#| msgid "Change" +msgid "Change PHP" +msgstr "Değiştir" + +#: websiteFunctions/templates/websiteFunctions/website.html:570 msgid "SSL Saved" msgstr "SSL Kaydedildi" -#: websiteFunctions/templates/websiteFunctions/website.html:529 +#: websiteFunctions/templates/websiteFunctions/website.html:575 msgid "Could not save SSL. Error message:" msgstr "SSL kaydedilemedi. Hata mesajı:" -#: websiteFunctions/templates/websiteFunctions/website.html:579 +#: websiteFunctions/templates/websiteFunctions/website.html:624 msgid "Current configuration in the file fetched." msgstr "Dosyadaki geçerli yapılandırma getirildi." -#: websiteFunctions/templates/websiteFunctions/website.html:584 -#: websiteFunctions/templates/websiteFunctions/website.html:597 +#: websiteFunctions/templates/websiteFunctions/website.html:629 +#: websiteFunctions/templates/websiteFunctions/website.html:642 msgid "Could not fetch current configuration. Error message:" msgstr "Geçerli yapılandırma alınamadı. Hata mesajı:" -#: websiteFunctions/templates/websiteFunctions/website.html:593 -#: websiteFunctions/templates/websiteFunctions/website.html:648 +#: websiteFunctions/templates/websiteFunctions/website.html:638 +#: websiteFunctions/templates/websiteFunctions/website.html:690 msgid "Configurations saved." msgstr "Yapılandırmalar kaydedildi." -#: websiteFunctions/templates/websiteFunctions/website.html:634 +#: websiteFunctions/templates/websiteFunctions/website.html:676 msgid "Current rewrite rules in the file fetched." msgstr "Dosyadaki geçerli yeniden yazma kuralları getirildi." -#: websiteFunctions/templates/websiteFunctions/website.html:639 +#: websiteFunctions/templates/websiteFunctions/website.html:681 msgid "Could not fetch current rewrite rules. Error message:" msgstr "Geçerli yeniden yazma kuralları getirilemedi. Hata mesajı:" -#: websiteFunctions/templates/websiteFunctions/website.html:652 +#: websiteFunctions/templates/websiteFunctions/website.html:694 msgid "Could not save rewrite rules. Error message:" msgstr "Yeniden yazma kuralları kaydedilemedi. Hata mesajı:" -#: websiteFunctions/templates/websiteFunctions/website.html:668 +#: websiteFunctions/templates/websiteFunctions/website.html:710 msgid "Save Rewrite Rules" msgstr "Rewrite Kurallarını Kaydet" -#: websiteFunctions/templates/websiteFunctions/website.html:691 +#: websiteFunctions/templates/websiteFunctions/website.html:765 +#, fuzzy +#| msgid "Cannot create website. Error message:" +msgid "Failed to change PHP version. Error message:" +msgstr "Web sitesi oluşturulamıyor. Hata mesajı:" + +#: websiteFunctions/templates/websiteFunctions/website.html:769 +#, fuzzy +#| msgid "Password successfully changed for :" +msgid "PHP successfully changed for: " +msgstr "Parola başarıyla değiştirildi:" + +#: websiteFunctions/templates/websiteFunctions/website.html:795 msgid "Files" msgstr "Dosyalar" -#: websiteFunctions/templates/websiteFunctions/website.html:698 -#: websiteFunctions/templates/websiteFunctions/website.html:700 +#: websiteFunctions/templates/websiteFunctions/website.html:803 +#: websiteFunctions/templates/websiteFunctions/website.html:806 +#: websiteFunctions/templates/websiteFunctions/website.html:807 msgid "File Manager" msgstr "Dosya Yöneticisi" -#: websiteFunctions/templates/websiteFunctions/website.html:739 +#: websiteFunctions/templates/websiteFunctions/website.html:819 +#, fuzzy +#| msgid "Create FTP Account" +msgid "Create FTP Acct" +msgstr "FTP Hesabı Oluştur" + +#: websiteFunctions/templates/websiteFunctions/website.html:831 +#, fuzzy +#| msgid "Delete FTP Account" +msgid "Delete FTP Acct" +msgstr "FTP Hesabı Sil" + +#: websiteFunctions/templates/websiteFunctions/website.html:848 msgid "Application Installer" msgstr "Uygulama Kurucu" -#: websiteFunctions/templates/websiteFunctions/website.html:745 +#: websiteFunctions/templates/websiteFunctions/website.html:857 +#: websiteFunctions/templates/websiteFunctions/website.html:860 msgid "Install wordpress with LSCache" msgstr "LSCache ile birlikte WordPress kur" -#: websiteFunctions/templates/websiteFunctions/website.html:747 +#: websiteFunctions/templates/websiteFunctions/website.html:861 msgid "Wordpress with LSCache" msgstr "LSCache ile birlikte Wordpress" -#: websiteFunctions/templates/websiteFunctions/website.html:756 +#: websiteFunctions/templates/websiteFunctions/website.html:869 +#: websiteFunctions/templates/websiteFunctions/website.html:872 msgid "Install Joomla with(?) LSCache" msgstr "LSCache ile birlikte Joomla kur?" -#: websiteFunctions/templates/websiteFunctions/website.html:758 +#: websiteFunctions/templates/websiteFunctions/website.html:873 msgid "Joomla" msgstr "Joomla" -#: websiteFunctions/templates/websiteFunctions/website.html:792 -#: websiteFunctions/templates/websiteFunctions/website.html:871 +#: websiteFunctions/templates/websiteFunctions/website.html:905 +#: websiteFunctions/templates/websiteFunctions/website.html:984 msgid "Installation failed. Error message:" msgstr "Kurulum başarısız. Hata mesajı:" -#: websiteFunctions/templates/websiteFunctions/website.html:796 -#: websiteFunctions/templates/websiteFunctions/website.html:875 +#: websiteFunctions/templates/websiteFunctions/website.html:909 +#: websiteFunctions/templates/websiteFunctions/website.html:988 msgid "Installation successful. To complete the setup visit:" msgstr "Kurulum başarılı. Kurulumu tamamlamak için şurayı ziyaret edin:" -#: websiteFunctions/templates/websiteFunctions/website.html:828 +#: websiteFunctions/templates/websiteFunctions/website.html:941 msgid "Site name" msgstr "Site adı" -#: websiteFunctions/templates/websiteFunctions/website.html:835 +#: websiteFunctions/templates/websiteFunctions/website.html:948 msgid "Admin Username" msgstr "Yönetici kullanıcı adı" -#: websiteFunctions/templates/websiteFunctions/website.html:842 +#: websiteFunctions/templates/websiteFunctions/website.html:955 msgid "Admin Password" msgstr "Yönetici şifresi" -#: websiteFunctions/templates/websiteFunctions/website.html:849 +#: websiteFunctions/templates/websiteFunctions/website.html:962 msgid "Database prefix" msgstr "Veritabanı ön eki" + +#~ msgid "Daily" +#~ msgstr "Günlük" + +#~ msgid "Weekly" +#~ msgstr "Haftalık" + +#~ msgid "HTTP Statistics" +#~ msgstr "HTTP İstatistikleri" + +#~ msgid "Available/Max Connections" +#~ msgstr "Kullanılabilir/Maks Bağlantı" + +#~ msgid "Available/Max SSL Connections" +#~ msgstr "Kullanılabilir/Maks SSL Bağlantısı" + +#~ msgid "Requests Processing" +#~ msgstr "İşlenen İstekler" + +#~ msgid "Total Requests" +#~ msgstr "Toplam İstek" + +#~ msgid "IPV6" +#~ msgstr "IPV6" + +#~ msgid "Admin" +#~ msgstr "Yönetici" + +#~ msgid "Normal User" +#~ msgstr "Normal Kullanıcı" + +#~ msgid "Edit Virtual Host Main Configurations" +#~ msgstr "Sanal Sunucu Ana Yapılandırmaları düzenle" diff --git a/locale/ur-PK/LC_MESSAGES/django.mo b/locale/ur-PK/LC_MESSAGES/django.mo index 51190ff05e31be14872d047ba3c8fd20074b3449..92a8a1c977b91ae7b45655fb9e76c753e9bf1797 100644 GIT binary patch delta 22 dcmeyx^owai7mtOmfvK*ciGrbtmFdK3PXJdF2YLVi delta 22 dcmeyx^owai7mvBFp@FWEk%FPImGQ)BPXJcG2XO!Z diff --git a/locale/ur-PK/LC_MESSAGES/django.po b/locale/ur-PK/LC_MESSAGES/django.po index b9b454b78..bf2a9d8a5 100644 --- a/locale/ur-PK/LC_MESSAGES/django.po +++ b/locale/ur-PK/LC_MESSAGES/django.po @@ -3,20 +3,27 @@ # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # -#: baseTemplate/templates/baseTemplate/index.html:211 -#: baseTemplate/templates/baseTemplate/index.html:301 -#: baseTemplate/templates/baseTemplate/index.html:356 -#: baseTemplate/templates/baseTemplate/index.html:362 -#: baseTemplate/templates/baseTemplate/index.html:368 -#: baseTemplate/templates/baseTemplate/index.html:374 -#: baseTemplate/templates/baseTemplate/index.html:380 -#: baseTemplate/templates/baseTemplate/index.html:386 +#: baseTemplate/templates/baseTemplate/index.html:176 +#: baseTemplate/templates/baseTemplate/index.html:222 +#: baseTemplate/templates/baseTemplate/index.html:228 +#: baseTemplate/templates/baseTemplate/index.html:234 +#: baseTemplate/templates/baseTemplate/index.html:240 +#: baseTemplate/templates/baseTemplate/index.html:246 +#: baseTemplate/templates/baseTemplate/index.html:252 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:198 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:288 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:343 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:349 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:355 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:361 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:367 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:373 #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-22 13:30+0500\n" +"POT-Creation-Date: 2018-05-14 14:50+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -30,130 +37,161 @@ msgid "English" msgstr "" #: CyberCP/settings.py:168 -msgid "Urdu" -msgstr "" - -#: CyberCP/settings.py:169 msgid "Chinese" msgstr "" -#: CyberCP/settings.py:170 +#: CyberCP/settings.py:169 msgid "Bulgarian" msgstr "" -#: CyberCP/settings.py:171 +#: CyberCP/settings.py:170 msgid "Portuguese" msgstr "" -#: CyberCP/settings.py:172 +#: CyberCP/settings.py:171 msgid "Japanese" msgstr "" -#: backup/templates/backup/backup.html:3 backup/templates/backup/backup.html:13 -#: backup/templates/backup/backup.html:20 +#: CyberCP/settings.py:172 +msgid "Bosnian" +msgstr "" + +#: CyberCP/settings.py:173 +msgid "Greek" +msgstr "" + +#: CyberCP/settings.py:174 +msgid "Russian" +msgstr "" + +#: CyberCP/settings.py:175 +msgid "Turkish" +msgstr "" + +#: CyberCP/settings.py:176 +msgid "Spanish" +msgstr "" + +#: backup/templates/backup/backup.html:4 backup/templates/backup/backup.html:14 +#: backup/templates/backup/backup.html:21 msgid "Back up Website" msgstr "" -#: backup/templates/backup/backup.html:14 +#: backup/templates/backup/backup.html:15 msgid "This page can be used to Back up your websites" msgstr "" -#: backup/templates/backup/backup.html:29 +#: backup/templates/backup/backup.html:30 #: databases/templates/databases/createDatabase.html:28 #: databases/templates/databases/deleteDatabase.html:28 #: ftp/templates/ftp/createFTPAccount.html:28 #: mailServer/templates/mailServer/changeEmailPassword.html:28 #: mailServer/templates/mailServer/createEmailAccount.html:28 #: mailServer/templates/mailServer/deleteEmailAccount.html:28 +#: mailServer/templates/mailServer/dkimManager.html:83 #: manageSSL/templates/manageSSL/manageSSL.html:29 #: manageSSL/templates/manageSSL/sslForHostName.html:29 +#: manageSSL/templates/manageSSL/sslForMailServer.html:29 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:28 +#: websiteFunctions/templates/websiteFunctions/listCron.html:28 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:28 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:29 msgid "Select Website" msgstr "" -#: backup/templates/backup/backup.html:40 +#: backup/templates/backup/backup.html:41 #: backup/templates/backup/backupSchedule.html:90 msgid "Destination" msgstr "" -#: backup/templates/backup/backup.html:43 +#: backup/templates/backup/backup.html:44 #: baseTemplate/templates/baseTemplate/homePage.html:12 +#: filemanager/templates/filemanager/index.html:136 msgid "Home" msgstr "" -#: backup/templates/backup/backup.html:59 +#: backup/templates/backup/backup.html:60 #: backup/templates/backup/restore.html:62 +#: filemanager/templates/filemanager/index.html:160 msgid "File Name" msgstr "" -#: backup/templates/backup/backup.html:60 -#: backup/templates/backup/backup.html:105 +#: backup/templates/backup/backup.html:61 +#: backup/templates/backup/backup.html:106 #: backup/templates/backup/restore.html:63 -#: baseTemplate/templates/baseTemplate/index.html:390 +#: baseTemplate/templates/baseTemplate/index.html:256 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:377 +#: filemanager/templates/filemanager/index.html:215 #: firewall/templates/firewall/firewall.html:36 -#: managePHP/templates/managePHP/installExtensions.html:65 +#: firewall/templates/firewall/modSecurityRulesPacks.html:112 +#: managePHP/templates/managePHP/installExtensions.html:66 msgid "Status" msgstr "" -#: backup/templates/backup/backup.html:65 +#: backup/templates/backup/backup.html:66 msgid "Running" msgstr "" -#: backup/templates/backup/backup.html:80 -#: baseTemplate/templates/baseTemplate/index.html:561 +#: backup/templates/backup/backup.html:81 +#: baseTemplate/templates/baseTemplate/index.html:432 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:552 msgid "Create Back up" msgstr "" -#: backup/templates/backup/backup.html:87 +#: backup/templates/backup/backup.html:88 msgid "Cancel Backup" msgstr "" -#: backup/templates/backup/backup.html:101 -#: backup/templates/backup/backupDestinations.html:90 +#: backup/templates/backup/backup.html:102 +#: backup/templates/backup/backupDestinations.html:97 #: backup/templates/backup/backupSchedule.html:89 -#: databases/templates/databases/listDataBases.html:86 -#: dns/templates/dns/addDeleteDNSRecords.html:129 -#: firewall/templates/firewall/firewall.html:127 +#: databases/templates/databases/listDataBases.html:87 +#: dns/templates/dns/addDeleteDNSRecords.html:294 +#: firewall/templates/firewall/firewall.html:135 +#: firewall/templates/firewall/modSecurityRulesPacks.html:109 #: ftp/templates/ftp/listFTPAccounts.html:87 -#: managePHP/templates/managePHP/installExtensions.html:61 +#: managePHP/templates/managePHP/installExtensions.html:62 msgid "ID" msgstr "" -#: backup/templates/backup/backup.html:102 +#: backup/templates/backup/backup.html:103 msgid "File" msgstr "" -#: backup/templates/backup/backup.html:103 +#: backup/templates/backup/backup.html:104 msgid "Date" msgstr "" -#: backup/templates/backup/backup.html:104 +#: backup/templates/backup/backup.html:105 +#: filemanager/templates/filemanager/index.html:213 #: ftp/templates/ftp/listFTPAccounts.html:90 msgid "Size" msgstr "" -#: backup/templates/backup/backup.html:106 -#: backup/templates/backup/backupDestinations.html:93 +#: backup/templates/backup/backup.html:107 +#: backup/templates/backup/backupDestinations.html:100 #: backup/templates/backup/backupSchedule.html:92 -#: dns/templates/dns/addDeleteDNSRecords.html:134 -#: firewall/templates/firewall/firewall.html:131 +#: dns/templates/dns/addDeleteDNSRecords.html:300 +#: filemanager/templates/filemanager/index.html:72 +#: firewall/templates/firewall/firewall.html:140 #: firewall/templates/firewall/secureSSH.html:122 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:40 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:55 +#: websiteFunctions/templates/websiteFunctions/listCron.html:65 +#: websiteFunctions/templates/websiteFunctions/website.html:481 msgid "Delete" msgstr "" -#: backup/templates/backup/backup.html:130 +#: backup/templates/backup/backup.html:131 msgid "Cannot delete website, Error message: " msgstr "" -#: backup/templates/backup/backup.html:134 +#: backup/templates/backup/backup.html:135 msgid "Successfully Deleted" msgstr "" #: backup/templates/backup/backupDestinations.html:3 #: backup/templates/backup/backupDestinations.html:14 -#: backup/templates/backup/backupDestinations.html:21 msgid "Set up Back up Destinations" msgstr "" @@ -161,81 +199,104 @@ msgstr "" msgid "On this page you can set up your Back up destinations. (SFTP)" msgstr "" +#: backup/templates/backup/backupDestinations.html:21 +msgid "Set up Back up Destinations (SSH port should be 22 on backup server)" +msgstr "" + #: backup/templates/backup/backupDestinations.html:30 -#: dns/templates/dns/addDeleteDNSRecords.html:60 +#: backup/templates/backup/remoteBackups.html:29 +#: dns/templates/dns/addDeleteDNSRecords.html:67 #: dns/templates/dns/createNameServer.html:48 #: dns/templates/dns/createNameServer.html:65 +#: firewall/templates/firewall/firewall.html:138 msgid "IP Address" msgstr "" #: backup/templates/backup/backupDestinations.html:38 +#: backup/templates/backup/remoteBackups.html:37 #: databases/templates/databases/createDatabase.html:58 -#: databases/templates/databases/listDataBases.html:89 +#: databases/templates/databases/listDataBases.html:90 #: ftp/templates/ftp/listFTPAccounts.html:91 #: mailServer/templates/mailServer/changeEmailPassword.html:52 #: mailServer/templates/mailServer/createEmailAccount.html:51 -#: userManagment/templates/userManagment/createUser.html:123 -#: userManagment/templates/userManagment/modifyUser.html:107 +#: userManagment/templates/userManagment/createUser.html:113 +#: userManagment/templates/userManagment/modifyUser.html:98 msgid "Password" msgstr "" -#: backup/templates/backup/backupDestinations.html:48 +#: backup/templates/backup/backupDestinations.html:45 +#: firewall/templates/firewall/firewall.html:139 +msgid "Port" +msgstr "" + +#: backup/templates/backup/backupDestinations.html:47 +msgid "Backup server SSH Port, leave empty for 22." +msgstr "" + +#: backup/templates/backup/backupDestinations.html:55 #: backup/templates/backup/backupSchedule.html:54 -#: baseTemplate/templates/baseTemplate/index.html:563 +#: baseTemplate/templates/baseTemplate/index.html:434 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:554 msgid "Add Destination" msgstr "" -#: backup/templates/backup/backupDestinations.html:62 -#: backup/templates/backup/backupDestinations.html:66 +#: backup/templates/backup/backupDestinations.html:69 +#: backup/templates/backup/backupDestinations.html:73 msgid "Connection to" msgstr "" -#: backup/templates/backup/backupDestinations.html:62 -msgid "failed. Please delete and re-add." +#: backup/templates/backup/backupDestinations.html:69 +msgid "failed. Please delete and re-add. " msgstr "" -#: backup/templates/backup/backupDestinations.html:66 +#: backup/templates/backup/backupDestinations.html:73 msgid "successful." msgstr "" -#: backup/templates/backup/backupDestinations.html:70 +#: backup/templates/backup/backupDestinations.html:77 msgid "Cannot add destination. Error message:" msgstr "" -#: backup/templates/backup/backupDestinations.html:74 +#: backup/templates/backup/backupDestinations.html:81 msgid "Destination Added." msgstr "" -#: backup/templates/backup/backupDestinations.html:78 +#: backup/templates/backup/backupDestinations.html:85 #: backup/templates/backup/backupSchedule.html:77 #: backup/templates/backup/restore.html:95 #: databases/templates/databases/createDatabase.html:88 #: databases/templates/databases/deleteDatabase.html:73 -#: dns/templates/dns/addDeleteDNSRecords.html:185 +#: dns/templates/dns/addDeleteDNSRecords.html:352 #: dns/templates/dns/createDNSZone.html:60 #: dns/templates/dns/createNameServer.html:100 #: dns/templates/dns/deleteDNSZone.html:67 #: mailServer/templates/mailServer/changeEmailPassword.html:80 #: mailServer/templates/mailServer/createEmailAccount.html:79 #: mailServer/templates/mailServer/deleteEmailAccount.html:79 +#: mailServer/templates/mailServer/dkimManager.html:156 #: manageSSL/templates/manageSSL/manageSSL.html:60 -#: userManagment/templates/userManagment/createUser.html:162 -#: userManagment/templates/userManagment/modifyUser.html:139 +#: userManagment/templates/userManagment/createUser.html:152 +#: userManagment/templates/userManagment/modifyUser.html:130 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:126 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:77 -#: websiteFunctions/templates/websiteFunctions/website.html:157 -#: websiteFunctions/templates/websiteFunctions/website.html:284 -#: websiteFunctions/templates/websiteFunctions/website.html:339 -#: websiteFunctions/templates/websiteFunctions/website.html:394 -#: websiteFunctions/templates/websiteFunctions/website.html:542 +#: websiteFunctions/templates/websiteFunctions/website.html:160 +#: websiteFunctions/templates/websiteFunctions/website.html:393 +#: websiteFunctions/templates/websiteFunctions/website.html:434 +#: websiteFunctions/templates/websiteFunctions/website.html:580 +#: websiteFunctions/templates/websiteFunctions/website.html:634 +#: websiteFunctions/templates/websiteFunctions/website.html:686 +#: websiteFunctions/templates/websiteFunctions/website.html:773 +#: websiteFunctions/templates/websiteFunctions/website.html:915 +#: websiteFunctions/templates/websiteFunctions/website.html:994 msgid "Could not connect to server. Please refresh this page." msgstr "" -#: backup/templates/backup/backupDestinations.html:91 +#: backup/templates/backup/backupDestinations.html:98 msgid "IP" msgstr "" -#: backup/templates/backup/backupDestinations.html:92 -#: backup/templates/backup/backupDestinations.html:100 +#: backup/templates/backup/backupDestinations.html:99 +#: backup/templates/backup/backupDestinations.html:107 msgid "Check Connection" msgstr "" @@ -245,7 +306,8 @@ msgstr "" #: backup/templates/backup/backupSchedule.html:13 #: backup/templates/backup/backupSchedule.html:20 -#: baseTemplate/templates/baseTemplate/index.html:564 +#: baseTemplate/templates/baseTemplate/index.html:435 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:555 msgid "Schedule Back up" msgstr "" @@ -263,14 +325,6 @@ msgstr "" msgid "Select Frequency" msgstr "" -#: backup/templates/backup/backupSchedule.html:43 -msgid "Daily" -msgstr "" - -#: backup/templates/backup/backupSchedule.html:44 -msgid "Weekly" -msgstr "" - #: backup/templates/backup/backupSchedule.html:69 msgid "Cannot add schedule. Error message:" msgstr "" @@ -289,11 +343,16 @@ msgstr "" #: backup/templates/backup/index.html:13 backup/templates/backup/index.html:29 #: backup/templates/backup/index.html:45 -#: baseTemplate/templates/baseTemplate/homePage.html:266 -#: baseTemplate/templates/baseTemplate/homePage.html:269 -#: baseTemplate/templates/baseTemplate/index.html:554 -#: baseTemplate/templates/baseTemplate/index.html:556 -#: baseTemplate/templates/baseTemplate/index.html:572 +#: baseTemplate/templates/baseTemplate/homePage.html:204 +#: baseTemplate/templates/baseTemplate/homePage.html:207 +#: baseTemplate/templates/baseTemplate/homePage.html:399 +#: baseTemplate/templates/baseTemplate/homePage.html:402 +#: baseTemplate/templates/baseTemplate/index.html:425 +#: baseTemplate/templates/baseTemplate/index.html:427 +#: baseTemplate/templates/baseTemplate/index.html:444 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:545 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:547 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:564 msgid "Back up" msgstr "" @@ -302,7 +361,7 @@ msgid "Back up and restore sites." msgstr "" #: backup/templates/backup/index.html:19 -#: baseTemplate/templates/baseTemplate/homePage.html:164 +#: baseTemplate/templates/baseTemplate/homePage.html:100 #: databases/templates/databases/index.html:19 dns/templates/dns/index.html:19 #: firewall/templates/firewall/index.html:19 ftp/templates/ftp/index.html:19 #: mailServer/templates/mailServer/index.html:19 @@ -313,7 +372,7 @@ msgstr "" #: serverStatus/templates/serverStatus/index.html:19 #: tuning/templates/tuning/index.html:18 #: userManagment/templates/userManagment/index.html:20 -#: websiteFunctions/templates/websiteFunctions/index.html:20 +#: websiteFunctions/templates/websiteFunctions/index.html:22 msgid "Available Functions" msgstr "" @@ -322,7 +381,8 @@ msgid "Back up Site" msgstr "" #: backup/templates/backup/index.html:55 -#: baseTemplate/templates/baseTemplate/index.html:562 +#: baseTemplate/templates/baseTemplate/index.html:433 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:553 msgid "Restore Back up" msgstr "" @@ -331,6 +391,89 @@ msgstr "" msgid "Restore" msgstr "" +#: backup/templates/backup/remoteBackups.html:3 +msgid "Transfer Websites from Remote Server - CyberPanel" +msgstr "" + +#: backup/templates/backup/remoteBackups.html:14 +#: backup/templates/backup/remoteBackups.html:21 +msgid "Remote Backups" +msgstr "" + +#: backup/templates/backup/remoteBackups.html:15 +msgid "This feature can import website(s) from remote server" +msgstr "" + +#: backup/templates/backup/remoteBackups.html:46 +msgid "Fetch Accounts" +msgstr "" + +#: backup/templates/backup/remoteBackups.html:55 +msgid "Start Transfer" +msgstr "" + +#: backup/templates/backup/remoteBackups.html:59 +#: filemanager/templates/filemanager/index.html:239 +#: websiteFunctions/templates/websiteFunctions/website.html:319 +#: websiteFunctions/templates/websiteFunctions/website.html:743 +msgid "Cancel" +msgstr "" + +#: backup/templates/backup/remoteBackups.html:72 +msgid "Could not connect, please refresh this page." +msgstr "" + +#: backup/templates/backup/remoteBackups.html:76 +msgid "Accounts Successfully Fetched from remote server." +msgstr "" + +#: backup/templates/backup/remoteBackups.html:80 +msgid "Backup Process successfully started." +msgstr "" + +#: backup/templates/backup/remoteBackups.html:84 +msgid "Backup successfully cancelled." +msgstr "" + +#: backup/templates/backup/remoteBackups.html:96 +msgid "Search Accounts.." +msgstr "" + +#: backup/templates/backup/remoteBackups.html:107 +#: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:65 +msgid "Website" +msgstr "" + +#: backup/templates/backup/remoteBackups.html:108 +#: baseTemplate/templates/baseTemplate/homePage.html:269 +#: baseTemplate/templates/baseTemplate/index.html:499 +#: baseTemplate/templates/baseTemplate/index.html:501 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:618 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:620 +#: managePHP/templates/managePHP/installExtensions.html:63 +msgid "PHP" +msgstr "" + +#: backup/templates/backup/remoteBackups.html:109 +#: packages/templates/packages/createPackage.html:99 +#: packages/templates/packages/deletePackage.html:63 +#: packages/templates/packages/modifyPackage.html:112 +msgid "Package" +msgstr "" + +#: backup/templates/backup/remoteBackups.html:110 +#: baseTemplate/templates/baseTemplate/index.html:384 +#: baseTemplate/templates/baseTemplate/index.html:386 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:505 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:507 +#: userManagment/templates/userManagment/createUser.html:47 +#: userManagment/templates/userManagment/modifyUser.html:54 +#: userManagment/templates/userManagment/userProfile.html:50 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:60 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:67 +msgid "Email" +msgstr "" + #: backup/templates/backup/restore.html:3 msgid "Restore Website - CyberPanel" msgstr "" @@ -351,10 +494,15 @@ msgstr "" msgid "Select Back up" msgstr "" +#: backup/templates/backup/restore.html:61 +msgid "Condition" +msgstr "" + #: backup/templates/backup/restore.html:86 #: databases/templates/databases/deleteDatabase.html:64 -#: firewall/templates/firewall/firewall.html:156 -#: managePHP/templates/managePHP/editPHPConfig.html:212 +#: databases/templates/databases/listDataBases.html:54 +#: firewall/templates/firewall/firewall.html:166 +#: managePHP/templates/managePHP/editPHPConfig.html:221 msgid "Error message:" msgstr "" @@ -371,17 +519,19 @@ msgid "Use the tabs to navigate through the control panel." msgstr "" #: baseTemplate/templates/baseTemplate/homePage.html:23 -#: websiteFunctions/templates/websiteFunctions/website.html:33 +#: websiteFunctions/templates/websiteFunctions/website.html:37 msgid "Usage" msgstr "" #: baseTemplate/templates/baseTemplate/homePage.html:34 -#: baseTemplate/templates/baseTemplate/index.html:221 +#: baseTemplate/templates/baseTemplate/index.html:96 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:208 msgid "CPU Usage" msgstr "" #: baseTemplate/templates/baseTemplate/homePage.html:55 -#: baseTemplate/templates/baseTemplate/index.html:232 +#: baseTemplate/templates/baseTemplate/index.html:107 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:219 msgid "Ram Usage" msgstr "" @@ -389,253 +539,288 @@ msgstr "" msgid "Disk Usage '/'" msgstr "" -#: baseTemplate/templates/baseTemplate/homePage.html:98 -msgid "HTTP Statistics" -msgstr "" - -#: baseTemplate/templates/baseTemplate/homePage.html:107 -msgid "Available/Max Connections" -msgstr "" - -#: baseTemplate/templates/baseTemplate/homePage.html:118 -msgid "Available/Max SSL Connections" -msgstr "" - -#: baseTemplate/templates/baseTemplate/homePage.html:127 -msgid "Requests Processing" -msgstr "" - -#: baseTemplate/templates/baseTemplate/homePage.html:136 -msgid "Total Requests" -msgstr "" - -#: baseTemplate/templates/baseTemplate/homePage.html:173 +#: baseTemplate/templates/baseTemplate/homePage.html:111 +#: baseTemplate/templates/baseTemplate/homePage.html:325 #: userManagment/templates/userManagment/index.html:13 msgid "User Functions" msgstr "" -#: baseTemplate/templates/baseTemplate/homePage.html:176 -#: baseTemplate/templates/baseTemplate/index.html:426 -#: baseTemplate/templates/baseTemplate/index.html:427 -#: baseTemplate/templates/baseTemplate/index.html:428 +#: baseTemplate/templates/baseTemplate/homePage.html:114 +#: baseTemplate/templates/baseTemplate/homePage.html:328 +#: baseTemplate/templates/baseTemplate/index.html:296 +#: baseTemplate/templates/baseTemplate/index.html:297 +#: baseTemplate/templates/baseTemplate/index.html:298 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:417 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:418 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:419 msgid "Users" msgstr "" -#: baseTemplate/templates/baseTemplate/homePage.html:186 +#: baseTemplate/templates/baseTemplate/homePage.html:124 +#: baseTemplate/templates/baseTemplate/homePage.html:338 #: websiteFunctions/templates/websiteFunctions/index.html:13 msgid "Website Functions" msgstr "" -#: baseTemplate/templates/baseTemplate/homePage.html:189 -#: baseTemplate/templates/baseTemplate/index.html:360 -#: baseTemplate/templates/baseTemplate/index.html:444 -#: baseTemplate/templates/baseTemplate/index.html:445 -#: baseTemplate/templates/baseTemplate/index.html:446 +#: baseTemplate/templates/baseTemplate/homePage.html:127 +#: baseTemplate/templates/baseTemplate/homePage.html:341 +#: baseTemplate/templates/baseTemplate/index.html:226 +#: baseTemplate/templates/baseTemplate/index.html:314 +#: baseTemplate/templates/baseTemplate/index.html:315 +#: baseTemplate/templates/baseTemplate/index.html:316 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:347 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:435 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:436 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:437 #: websiteFunctions/templates/websiteFunctions/listWebsites.html:21 msgid "Websites" msgstr "" -#: baseTemplate/templates/baseTemplate/homePage.html:199 +#: baseTemplate/templates/baseTemplate/homePage.html:137 msgid "Add/Modify Packages" msgstr "" -#: baseTemplate/templates/baseTemplate/homePage.html:202 -#: baseTemplate/templates/baseTemplate/index.html:366 -#: baseTemplate/templates/baseTemplate/index.html:461 -#: baseTemplate/templates/baseTemplate/index.html:463 +#: baseTemplate/templates/baseTemplate/homePage.html:140 +#: baseTemplate/templates/baseTemplate/index.html:232 +#: baseTemplate/templates/baseTemplate/index.html:331 +#: baseTemplate/templates/baseTemplate/index.html:333 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:353 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:452 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:454 #: packages/templates/packages/index.html:13 msgid "Packages" msgstr "" -#: baseTemplate/templates/baseTemplate/homePage.html:223 +#: baseTemplate/templates/baseTemplate/homePage.html:161 +#: baseTemplate/templates/baseTemplate/homePage.html:351 #: databases/templates/databases/index.html:12 msgid "Database Functions" msgstr "" -#: baseTemplate/templates/baseTemplate/homePage.html:226 -#: baseTemplate/templates/baseTemplate/index.html:477 -#: baseTemplate/templates/baseTemplate/index.html:478 -#: baseTemplate/templates/baseTemplate/index.html:479 -#: packages/templates/packages/createPackage.html:59 -#: packages/templates/packages/modifyPackage.html:63 -#: websiteFunctions/templates/websiteFunctions/website.html:44 +#: baseTemplate/templates/baseTemplate/homePage.html:164 +#: baseTemplate/templates/baseTemplate/homePage.html:354 +#: baseTemplate/templates/baseTemplate/index.html:347 +#: baseTemplate/templates/baseTemplate/index.html:348 +#: baseTemplate/templates/baseTemplate/index.html:349 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:468 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:469 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:470 +#: packages/templates/packages/createPackage.html:67 +#: packages/templates/packages/modifyPackage.html:73 +#: websiteFunctions/templates/websiteFunctions/website.html:48 msgid "Databases" msgstr "" -#: baseTemplate/templates/baseTemplate/homePage.html:235 +#: baseTemplate/templates/baseTemplate/homePage.html:173 +#: baseTemplate/templates/baseTemplate/homePage.html:374 msgid "Control DNS" msgstr "" -#: baseTemplate/templates/baseTemplate/homePage.html:238 -#: baseTemplate/templates/baseTemplate/index.html:372 -#: baseTemplate/templates/baseTemplate/index.html:495 -#: baseTemplate/templates/baseTemplate/index.html:497 +#: baseTemplate/templates/baseTemplate/homePage.html:176 +#: baseTemplate/templates/baseTemplate/homePage.html:377 +#: baseTemplate/templates/baseTemplate/index.html:238 +#: baseTemplate/templates/baseTemplate/index.html:365 +#: baseTemplate/templates/baseTemplate/index.html:367 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:359 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:486 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:488 msgid "DNS" msgstr "" -#: baseTemplate/templates/baseTemplate/homePage.html:248 +#: baseTemplate/templates/baseTemplate/homePage.html:186 +#: baseTemplate/templates/baseTemplate/homePage.html:387 #: ftp/templates/ftp/index.html:12 msgid "FTP Functions" msgstr "" -#: baseTemplate/templates/baseTemplate/homePage.html:251 -#: baseTemplate/templates/baseTemplate/index.html:378 -#: baseTemplate/templates/baseTemplate/index.html:536 -#: baseTemplate/templates/baseTemplate/index.html:538 -#: websiteFunctions/templates/websiteFunctions/website.html:39 +#: baseTemplate/templates/baseTemplate/homePage.html:189 +#: baseTemplate/templates/baseTemplate/homePage.html:390 +#: baseTemplate/templates/baseTemplate/index.html:244 +#: baseTemplate/templates/baseTemplate/index.html:407 +#: baseTemplate/templates/baseTemplate/index.html:409 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:365 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:527 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:529 +#: websiteFunctions/templates/websiteFunctions/website.html:43 msgid "FTP" msgstr "" -#: baseTemplate/templates/baseTemplate/homePage.html:278 -#: baseTemplate/templates/baseTemplate/homePage.html:281 -#: packages/templates/packages/createPackage.html:67 -#: packages/templates/packages/modifyPackage.html:70 +#: baseTemplate/templates/baseTemplate/homePage.html:216 +#: baseTemplate/templates/baseTemplate/homePage.html:219 +#: baseTemplate/templates/baseTemplate/homePage.html:419 +#: baseTemplate/templates/baseTemplate/homePage.html:422 +#: packages/templates/packages/createPackage.html:75 +#: packages/templates/packages/modifyPackage.html:80 msgid "Emails" msgstr "" -#: baseTemplate/templates/baseTemplate/homePage.html:291 -#: baseTemplate/templates/baseTemplate/homePage.html:294 +#: baseTemplate/templates/baseTemplate/homePage.html:229 +#: baseTemplate/templates/baseTemplate/homePage.html:232 #: tuning/templates/tuning/index.html:12 msgid "Server Tuning" msgstr "" -#: baseTemplate/templates/baseTemplate/homePage.html:315 -#: baseTemplate/templates/baseTemplate/homePage.html:318 -#: baseTemplate/templates/baseTemplate/index.html:606 -#: baseTemplate/templates/baseTemplate/index.html:608 -#: baseTemplate/templates/baseTemplate/index.html:641 +#: baseTemplate/templates/baseTemplate/homePage.html:253 +#: baseTemplate/templates/baseTemplate/homePage.html:256 +#: baseTemplate/templates/baseTemplate/index.html:479 +#: baseTemplate/templates/baseTemplate/index.html:481 +#: baseTemplate/templates/baseTemplate/index.html:515 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:598 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:600 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:634 #: serverStatus/templates/serverStatus/index.html:13 msgid "Server Status" msgstr "" -#: baseTemplate/templates/baseTemplate/homePage.html:328 +#: baseTemplate/templates/baseTemplate/homePage.html:266 msgid "PHP Configurations" msgstr "" -#: baseTemplate/templates/baseTemplate/homePage.html:331 -#: baseTemplate/templates/baseTemplate/index.html:625 -#: baseTemplate/templates/baseTemplate/index.html:627 -#: managePHP/templates/managePHP/installExtensions.html:62 -msgid "PHP" -msgstr "" - -#: baseTemplate/templates/baseTemplate/homePage.html:340 -#: baseTemplate/templates/baseTemplate/homePage.html:343 -#: baseTemplate/templates/baseTemplate/index.html:643 -#: websiteFunctions/templates/websiteFunctions/website.html:113 +#: baseTemplate/templates/baseTemplate/homePage.html:278 +#: baseTemplate/templates/baseTemplate/homePage.html:281 +#: baseTemplate/templates/baseTemplate/index.html:517 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:636 +#: websiteFunctions/templates/websiteFunctions/website.html:117 msgid "Logs" msgstr "" -#: baseTemplate/templates/baseTemplate/homePage.html:363 -#: baseTemplate/templates/baseTemplate/homePage.html:366 -#: baseTemplate/templates/baseTemplate/index.html:659 -#: baseTemplate/templates/baseTemplate/index.html:661 +#: baseTemplate/templates/baseTemplate/homePage.html:301 +#: baseTemplate/templates/baseTemplate/homePage.html:304 +#: baseTemplate/templates/baseTemplate/index.html:534 +#: baseTemplate/templates/baseTemplate/index.html:536 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:652 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:654 msgid "Security" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:212 -msgid "CPU Status" -msgstr "" - -#: baseTemplate/templates/baseTemplate/index.html:241 -#: websiteFunctions/templates/websiteFunctions/website.html:51 -#: websiteFunctions/templates/websiteFunctions/website.html:72 +#: baseTemplate/templates/baseTemplate/index.html:116 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:228 +#: websiteFunctions/templates/websiteFunctions/website.html:55 +#: websiteFunctions/templates/websiteFunctions/website.html:76 msgid "Disk Usage" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:275 -#: baseTemplate/templates/baseTemplate/index.html:278 -#: baseTemplate/templates/baseTemplate/index.html:282 +#: baseTemplate/templates/baseTemplate/index.html:150 +#: baseTemplate/templates/baseTemplate/index.html:153 +#: baseTemplate/templates/baseTemplate/index.html:157 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:262 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:265 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:269 msgid "CyberPanel" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:280 -#: baseTemplate/templates/baseTemplate/index.html:284 +#: baseTemplate/templates/baseTemplate/index.html:155 +#: baseTemplate/templates/baseTemplate/index.html:159 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:267 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:271 msgid "Web Hosting Control Panel" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:286 +#: baseTemplate/templates/baseTemplate/index.html:161 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:273 msgid "Close sidebar" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:292 +#: baseTemplate/templates/baseTemplate/index.html:167 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:279 msgid "My Account" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:309 +#: baseTemplate/templates/baseTemplate/index.html:184 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:296 msgid "Edit profile" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:310 -#: baseTemplate/templates/baseTemplate/index.html:433 +#: baseTemplate/templates/baseTemplate/index.html:185 +#: baseTemplate/templates/baseTemplate/index.html:303 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:297 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:424 #: userManagment/templates/userManagment/index.html:26 #: userManagment/templates/userManagment/index.html:28 msgid "View Profile" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:317 -#: baseTemplate/templates/baseTemplate/index.html:398 +#: baseTemplate/templates/baseTemplate/index.html:192 +#: baseTemplate/templates/baseTemplate/index.html:264 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:304 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:385 msgid "Logout" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:328 -#: baseTemplate/templates/baseTemplate/index.html:332 -#: baseTemplate/templates/baseTemplate/index.html:336 +#: baseTemplate/templates/baseTemplate/index.html:203 +#: baseTemplate/templates/baseTemplate/index.html:207 +#: baseTemplate/templates/baseTemplate/index.html:211 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:315 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:319 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:323 msgid "CPU Load Average" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:340 -msgid "Fullscreen" -msgstr "" - -#: baseTemplate/templates/baseTemplate/index.html:345 -msgid "System Status" -msgstr "" - -#: baseTemplate/templates/baseTemplate/index.html:350 +#: baseTemplate/templates/baseTemplate/index.html:216 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:337 msgid "Dashboard Quick Menu" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:384 -#: baseTemplate/templates/baseTemplate/index.html:590 -#: baseTemplate/templates/baseTemplate/index.html:592 +#: baseTemplate/templates/baseTemplate/index.html:250 +#: baseTemplate/templates/baseTemplate/index.html:463 +#: baseTemplate/templates/baseTemplate/index.html:465 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:371 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:582 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:584 msgid "Tuning" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:411 +#: baseTemplate/templates/baseTemplate/index.html:277 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:398 msgid "Overview" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:413 -#: baseTemplate/templates/baseTemplate/index.html:415 -#: baseTemplate/templates/baseTemplate/index.html:417 +#: baseTemplate/templates/baseTemplate/index.html:279 +#: baseTemplate/templates/baseTemplate/index.html:280 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:400 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:401 +msgid "Server IP Address" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:283 +#: baseTemplate/templates/baseTemplate/index.html:285 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:404 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:406 msgid "Dashboard" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:418 -#: baseTemplate/templates/baseTemplate/index.html:419 +#: baseTemplate/templates/baseTemplate/index.html:287 +#: baseTemplate/templates/baseTemplate/index.html:288 +#: baseTemplate/templates/baseTemplate/index.html:289 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:408 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:409 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:410 #: baseTemplate/templates/baseTemplate/versionManagment.html:10 msgid "Version Management" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:423 +#: baseTemplate/templates/baseTemplate/index.html:293 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:414 msgid "Main" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:434 +#: baseTemplate/templates/baseTemplate/index.html:304 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:425 #: userManagment/templates/userManagment/createUser.html:12 msgid "Create New User" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:435 +#: baseTemplate/templates/baseTemplate/index.html:305 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:426 #: userManagment/templates/userManagment/index.html:52 #: userManagment/templates/userManagment/index.html:54 #: userManagment/templates/userManagment/modifyUser.html:12 -#: userManagment/templates/userManagment/modifyUser.html:120 +#: userManagment/templates/userManagment/modifyUser.html:111 msgid "Modify User" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:436 +#: baseTemplate/templates/baseTemplate/index.html:306 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:427 #: userManagment/templates/userManagment/deleteUser.html:13 #: userManagment/templates/userManagment/deleteUser.html:20 #: userManagment/templates/userManagment/deleteUser.html:42 @@ -644,53 +829,62 @@ msgstr "" msgid "Delete User" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:451 +#: baseTemplate/templates/baseTemplate/index.html:321 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:442 #: websiteFunctions/templates/websiteFunctions/createWebsite.html:12 -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:102 -#: websiteFunctions/templates/websiteFunctions/index.html:26 -#: websiteFunctions/templates/websiteFunctions/index.html:28 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:109 +#: websiteFunctions/templates/websiteFunctions/index.html:49 +#: websiteFunctions/templates/websiteFunctions/index.html:51 msgid "Create Website" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:452 -#: websiteFunctions/templates/websiteFunctions/index.html:38 -#: websiteFunctions/templates/websiteFunctions/index.html:40 +#: baseTemplate/templates/baseTemplate/index.html:322 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:443 +#: websiteFunctions/templates/websiteFunctions/index.html:34 +#: websiteFunctions/templates/websiteFunctions/index.html:36 +#: websiteFunctions/templates/websiteFunctions/index.html:61 +#: websiteFunctions/templates/websiteFunctions/index.html:63 #: websiteFunctions/templates/websiteFunctions/listWebsites.html:14 msgid "List Websites" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:453 -#: websiteFunctions/templates/websiteFunctions/index.html:50 -#: websiteFunctions/templates/websiteFunctions/index.html:52 +#: baseTemplate/templates/baseTemplate/index.html:323 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:444 +#: websiteFunctions/templates/websiteFunctions/index.html:73 +#: websiteFunctions/templates/websiteFunctions/index.html:75 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:12 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:19 -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:95 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:96 msgid "Modify Website" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:454 +#: baseTemplate/templates/baseTemplate/index.html:324 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:445 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:41 msgid "Suspend/Unsuspend" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:455 +#: baseTemplate/templates/baseTemplate/index.html:325 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:446 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:12 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:19 #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:42 -#: websiteFunctions/templates/websiteFunctions/index.html:84 -#: websiteFunctions/templates/websiteFunctions/index.html:86 +#: websiteFunctions/templates/websiteFunctions/index.html:102 +#: websiteFunctions/templates/websiteFunctions/index.html:104 msgid "Delete Website" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:468 +#: baseTemplate/templates/baseTemplate/index.html:338 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:459 #: packages/templates/packages/createPackage.html:13 -#: packages/templates/packages/createPackage.html:76 +#: packages/templates/packages/createPackage.html:84 #: packages/templates/packages/index.html:25 #: packages/templates/packages/index.html:27 msgid "Create Package" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:469 +#: baseTemplate/templates/baseTemplate/index.html:339 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:460 #: packages/templates/packages/deletePackage.html:12 #: packages/templates/packages/deletePackage.html:18 #: packages/templates/packages/deletePackage.html:40 @@ -699,16 +893,18 @@ msgstr "" msgid "Delete Package" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:470 +#: baseTemplate/templates/baseTemplate/index.html:340 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:461 #: packages/templates/packages/index.html:49 #: packages/templates/packages/index.html:51 #: packages/templates/packages/modifyPackage.html:9 #: packages/templates/packages/modifyPackage.html:15 -#: packages/templates/packages/modifyPackage.html:85 +#: packages/templates/packages/modifyPackage.html:95 msgid "Modify Package" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:484 +#: baseTemplate/templates/baseTemplate/index.html:354 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:475 #: databases/templates/databases/createDatabase.html:12 #: databases/templates/databases/createDatabase.html:19 #: databases/templates/databases/createDatabase.html:68 @@ -718,7 +914,8 @@ msgstr "" msgid "Create Database" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:485 +#: baseTemplate/templates/baseTemplate/index.html:355 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:476 #: databases/templates/databases/deleteDatabase.html:12 #: databases/templates/databases/deleteDatabase.html:19 #: databases/templates/databases/deleteDatabase.html:53 @@ -728,7 +925,8 @@ msgstr "" msgid "Delete Database" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:486 +#: baseTemplate/templates/baseTemplate/index.html:356 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:477 #: databases/templates/databases/index.html:53 #: databases/templates/databases/index.html:55 #: databases/templates/databases/listDataBases.html:13 @@ -736,20 +934,23 @@ msgstr "" msgid "List Databases" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:487 +#: baseTemplate/templates/baseTemplate/index.html:357 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:478 #: databases/templates/databases/index.html:65 #: databases/templates/databases/index.html:67 msgid "PHPMYAdmin" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:502 +#: baseTemplate/templates/baseTemplate/index.html:372 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:493 #: dns/templates/dns/createNameServer.html:12 #: dns/templates/dns/createNameServer.html:76 dns/templates/dns/index.html:72 #: dns/templates/dns/index.html:74 msgid "Create Nameserver" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:503 +#: baseTemplate/templates/baseTemplate/index.html:373 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:494 #: dns/templates/dns/createDNSZone.html:12 #: dns/templates/dns/createDNSZone.html:40 dns/templates/dns/index.html:29 #: dns/templates/dns/index.html:31 dns/templates/dns/index.html:84 @@ -757,55 +958,52 @@ msgstr "" msgid "Create DNS Zone" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:504 +#: baseTemplate/templates/baseTemplate/index.html:374 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:495 #: dns/templates/dns/deleteDNSZone.html:40 dns/templates/dns/index.html:41 #: dns/templates/dns/index.html:43 dns/templates/dns/index.html:96 #: dns/templates/dns/index.html:98 msgid "Delete Zone" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:505 +#: baseTemplate/templates/baseTemplate/index.html:375 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:496 msgid "Add/Delete Records" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:514 -#: baseTemplate/templates/baseTemplate/index.html:516 -#: userManagment/templates/userManagment/createUser.html:47 -#: userManagment/templates/userManagment/modifyUser.html:54 -#: userManagment/templates/userManagment/userProfile.html:50 -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:60 -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:67 -msgid "Email" -msgstr "" - -#: baseTemplate/templates/baseTemplate/index.html:521 +#: baseTemplate/templates/baseTemplate/index.html:391 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:512 #: mailServer/templates/mailServer/createEmailAccount.html:12 #: mailServer/templates/mailServer/createEmailAccount.html:19 msgid "Create Email Account" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:521 +#: baseTemplate/templates/baseTemplate/index.html:391 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:512 #: mailServer/templates/mailServer/createEmailAccount.html:64 #: mailServer/templates/mailServer/index.html:25 #: mailServer/templates/mailServer/index.html:27 msgid "Create Email" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:522 +#: baseTemplate/templates/baseTemplate/index.html:392 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:513 #: mailServer/templates/mailServer/deleteEmailAccount.html:12 #: mailServer/templates/mailServer/deleteEmailAccount.html:19 msgid "Delete Email Account" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:522 +#: baseTemplate/templates/baseTemplate/index.html:392 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:513 #: mailServer/templates/mailServer/deleteEmailAccount.html:56 #: mailServer/templates/mailServer/index.html:37 #: mailServer/templates/mailServer/index.html:39 msgid "Delete Email" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:523 -#: databases/templates/databases/listDataBases.html:72 +#: baseTemplate/templates/baseTemplate/index.html:393 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:514 +#: databases/templates/databases/listDataBases.html:73 #: ftp/templates/ftp/listFTPAccounts.html:73 #: mailServer/templates/mailServer/changeEmailPassword.html:64 #: mailServer/templates/mailServer/index.html:49 @@ -813,146 +1011,205 @@ msgstr "" msgid "Change Password" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:524 +#: baseTemplate/templates/baseTemplate/index.html:394 +#: mailServer/templates/mailServer/dkimManager.html:13 +#: mailServer/templates/mailServer/dkimManager.html:22 +#: mailServer/templates/mailServer/dkimManager.html:75 +msgid "DKIM Manager" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:395 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:515 msgid "Access Webmail" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:543 +#: baseTemplate/templates/baseTemplate/index.html:414 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:534 #: ftp/templates/ftp/createFTPAccount.html:12 #: ftp/templates/ftp/createFTPAccount.html:19 ftp/templates/ftp/index.html:25 #: ftp/templates/ftp/index.html:27 -#: websiteFunctions/templates/websiteFunctions/website.html:461 +#: websiteFunctions/templates/websiteFunctions/website.html:815 +#: websiteFunctions/templates/websiteFunctions/website.html:818 msgid "Create FTP Account" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:544 +#: baseTemplate/templates/baseTemplate/index.html:415 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:535 #: ftp/templates/ftp/deleteFTPAccount.html:12 #: ftp/templates/ftp/deleteFTPAccount.html:18 #: ftp/templates/ftp/deleteFTPAccount.html:52 ftp/templates/ftp/index.html:37 #: ftp/templates/ftp/index.html:39 -#: websiteFunctions/templates/websiteFunctions/website.html:473 +#: websiteFunctions/templates/websiteFunctions/website.html:827 +#: websiteFunctions/templates/websiteFunctions/website.html:830 msgid "Delete FTP Account" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:545 +#: baseTemplate/templates/baseTemplate/index.html:416 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:536 #: ftp/templates/ftp/index.html:49 ftp/templates/ftp/index.html:51 #: ftp/templates/ftp/listFTPAccounts.html:13 #: ftp/templates/ftp/listFTPAccounts.html:19 msgid "List FTP Accounts" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:563 +#: baseTemplate/templates/baseTemplate/index.html:434 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:554 msgid "Add/Delete Destination" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:573 -#: baseTemplate/templates/baseTemplate/index.html:574 +#: baseTemplate/templates/baseTemplate/index.html:436 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:556 +msgid "Remote Back ups" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:445 +#: baseTemplate/templates/baseTemplate/index.html:446 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:565 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:566 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:39 msgid "SSL" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:579 +#: baseTemplate/templates/baseTemplate/index.html:451 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:571 #: manageSSL/templates/manageSSL/index.html:28 #: manageSSL/templates/manageSSL/manageSSL.html:13 #: manageSSL/templates/manageSSL/manageSSL.html:20 msgid "Manage SSL" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:580 +#: baseTemplate/templates/baseTemplate/index.html:452 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:572 #: manageSSL/templates/manageSSL/index.html:40 msgid "Hostname SSL" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:588 +#: baseTemplate/templates/baseTemplate/index.html:453 +msgid "MailServer SSL" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:461 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:580 msgid "Server" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:593 +#: baseTemplate/templates/baseTemplate/index.html:466 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:585 msgid "NEW" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:598 +#: baseTemplate/templates/baseTemplate/index.html:471 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:590 #: tuning/templates/tuning/index.html:24 tuning/templates/tuning/index.html:26 #: tuning/templates/tuning/liteSpeedTuning.html:12 msgid "LiteSpeed Tuning" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:599 +#: baseTemplate/templates/baseTemplate/index.html:472 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:591 #: tuning/templates/tuning/index.html:36 tuning/templates/tuning/index.html:38 #: tuning/templates/tuning/phpTuning.html:13 msgid "PHP Tuning" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:614 +#: baseTemplate/templates/baseTemplate/index.html:487 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:606 #: serverStatus/templates/serverStatus/index.html:25 #: serverStatus/templates/serverStatus/index.html:27 msgid "LiteSpeed Status" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:615 +#: baseTemplate/templates/baseTemplate/index.html:488 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:607 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:15 #: serverStatus/templates/serverStatus/index.html:37 #: serverStatus/templates/serverStatus/index.html:39 msgid "CyberPanel Main Log File" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:632 +#: baseTemplate/templates/baseTemplate/index.html:489 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:608 +msgid "Services Status" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:506 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:625 #: managePHP/templates/managePHP/installExtensions.html:13 msgid "Install PHP Extensions" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:632 +#: baseTemplate/templates/baseTemplate/index.html:506 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:625 #: managePHP/templates/managePHP/index.html:24 #: managePHP/templates/managePHP/index.html:26 msgid "Install Extensions" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:633 +#: baseTemplate/templates/baseTemplate/index.html:507 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:626 #: managePHP/templates/managePHP/index.html:36 #: managePHP/templates/managePHP/index.html:38 msgid "Edit PHP Configs" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:648 +#: baseTemplate/templates/baseTemplate/index.html:522 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:641 msgid "Access Log" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:649 +#: baseTemplate/templates/baseTemplate/index.html:523 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:642 #: serverLogs/templates/serverLogs/errorLogs.html:14 #: serverLogs/templates/serverLogs/index.html:37 #: serverLogs/templates/serverLogs/index.html:39 -#: websiteFunctions/templates/websiteFunctions/website.html:133 +#: websiteFunctions/templates/websiteFunctions/website.html:139 msgid "Error Logs" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:650 +#: baseTemplate/templates/baseTemplate/index.html:524 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:643 #: serverLogs/templates/serverLogs/emailLogs.html:14 #: serverLogs/templates/serverLogs/index.html:49 #: serverLogs/templates/serverLogs/index.html:51 msgid "Email Logs" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:650 +#: baseTemplate/templates/baseTemplate/index.html:524 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:643 msgid "Email Log" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:651 +#: baseTemplate/templates/baseTemplate/index.html:525 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:644 #: serverLogs/templates/serverLogs/ftplogs.html:14 #: serverLogs/templates/serverLogs/index.html:61 #: serverLogs/templates/serverLogs/index.html:63 msgid "FTP Logs" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:666 +#: baseTemplate/templates/baseTemplate/index.html:526 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:14 +msgid "ModSecurity Audit Logs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:526 +msgid "ModSec Audit Logs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:541 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:659 msgid "Firewall Home" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:666 +#: baseTemplate/templates/baseTemplate/index.html:541 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:659 #: firewall/templates/firewall/index.html:25 #: firewall/templates/firewall/index.html:27 msgid "Firewall" msgstr "" -#: baseTemplate/templates/baseTemplate/index.html:667 +#: baseTemplate/templates/baseTemplate/index.html:542 +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:660 #: firewall/templates/firewall/index.html:36 #: firewall/templates/firewall/index.html:38 #: firewall/templates/firewall/secureSSH.html:13 @@ -960,6 +1217,35 @@ msgstr "" msgid "Secure SSH" msgstr "" +#: baseTemplate/templates/baseTemplate/index.html:543 +msgid "ModSecurity Configurations" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:543 +msgid "ModSecurity Conf" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:544 +#: firewall/templates/firewall/modSecurityRules.html:20 +msgid "ModSecurity Rules" +msgstr "" + +#: baseTemplate/templates/baseTemplate/index.html:545 +msgid "ModSecurity Rules Packs" +msgstr "" + +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:199 +msgid "CPU Status" +msgstr "" + +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:327 +msgid "Fullscreen" +msgstr "" + +#: baseTemplate/templates/baseTemplate/indexJavaFixed.html:332 +msgid "System Status" +msgstr "" + #: baseTemplate/templates/baseTemplate/versionManagment.html:3 msgid "Version Management - CyberPanel" msgstr "" @@ -988,7 +1274,8 @@ msgstr "" #: baseTemplate/templates/baseTemplate/versionManagment.html:66 #: firewall/templates/firewall/secureSSH.html:78 -#: managePHP/templates/managePHP/editPHPConfig.html:140 +#: mailServer/templates/mailServer/dkimManager.html:40 +#: managePHP/templates/managePHP/editPHPConfig.html:148 msgid "Error message: " msgstr "" @@ -1001,11 +1288,16 @@ msgid "Update finished..." msgstr "" #: baseTemplate/templates/baseTemplate/versionManagment.html:79 +#: firewall/templates/firewall/modSecurity.html:47 +#: firewall/templates/firewall/modSecurity.html:177 +#: firewall/templates/firewall/modSecurityRules.html:53 +#: firewall/templates/firewall/modSecurityRulesPacks.html:88 #: firewall/templates/firewall/secureSSH.html:87 #: firewall/templates/firewall/secureSSH.html:172 -#: managePHP/templates/managePHP/editPHPConfig.html:149 -#: managePHP/templates/managePHP/editPHPConfig.html:221 -#: managePHP/templates/managePHP/installExtensions.html:113 +#: mailServer/templates/mailServer/dkimManager.html:44 +#: managePHP/templates/managePHP/editPHPConfig.html:157 +#: managePHP/templates/managePHP/editPHPConfig.html:230 +#: managePHP/templates/managePHP/installExtensions.html:114 msgid "Could not connect. Please refresh this page." msgstr "" @@ -1018,7 +1310,7 @@ msgid "Create a new database on this page." msgstr "" #: databases/templates/databases/createDatabase.html:42 -#: databases/templates/databases/listDataBases.html:87 +#: databases/templates/databases/listDataBases.html:88 msgid "Database Name" msgstr "" @@ -1074,30 +1366,35 @@ msgstr "" #: dns/templates/dns/addDeleteDNSRecords.html:28 #: ftp/templates/ftp/deleteFTPAccount.html:27 #: ftp/templates/ftp/listFTPAccounts.html:28 +#: tuning/templates/tuning/phpTuning.html:28 msgid "Select Domain" msgstr "" #: databases/templates/databases/listDataBases.html:46 -#: dns/templates/dns/addDeleteDNSRecords.html:168 +#: dns/templates/dns/addDeleteDNSRecords.html:335 #: ftp/templates/ftp/listFTPAccounts.html:46 msgid "Records successfully fetched for" msgstr "" -#: databases/templates/databases/listDataBases.html:53 +#: databases/templates/databases/listDataBases.html:50 +msgid "Password changed for: " +msgstr "" + +#: databases/templates/databases/listDataBases.html:54 msgid "Cannot change password for " msgstr "" -#: databases/templates/databases/listDataBases.html:58 -#: firewall/templates/firewall/firewall.html:166 +#: databases/templates/databases/listDataBases.html:59 +#: firewall/templates/firewall/firewall.html:176 #: ftp/templates/ftp/listFTPAccounts.html:59 msgid "Could Not Connect to server. Please refresh this page" msgstr "" -#: databases/templates/databases/listDataBases.html:88 +#: databases/templates/databases/listDataBases.html:89 msgid "Database User" msgstr "" -#: databases/templates/databases/listDataBases.html:97 +#: databases/templates/databases/listDataBases.html:98 #: ftp/templates/ftp/listFTPAccounts.html:100 msgid "Change" msgstr "" @@ -1120,67 +1417,115 @@ msgstr "" msgid "Add Records" msgstr "" -#: dns/templates/dns/addDeleteDNSRecords.html:53 -#: dns/templates/dns/addDeleteDNSRecords.html:131 -#: firewall/templates/firewall/firewall.html:128 +#: dns/templates/dns/addDeleteDNSRecords.html:59 +#: dns/templates/dns/addDeleteDNSRecords.html:82 +#: dns/templates/dns/addDeleteDNSRecords.html:106 +#: dns/templates/dns/addDeleteDNSRecords.html:129 +#: dns/templates/dns/addDeleteDNSRecords.html:157 +#: dns/templates/dns/addDeleteDNSRecords.html:181 +#: dns/templates/dns/addDeleteDNSRecords.html:205 +#: dns/templates/dns/addDeleteDNSRecords.html:229 +#: dns/templates/dns/addDeleteDNSRecords.html:253 +#: dns/templates/dns/addDeleteDNSRecords.html:296 +#: filemanager/templates/filemanager/index.html:212 +#: firewall/templates/firewall/firewall.html:136 #: serverStatus/templates/serverStatus/litespeedStatus.html:40 msgid "Name" msgstr "" -#: dns/templates/dns/addDeleteDNSRecords.html:69 -msgid "IPV6" -msgstr "" - -#: dns/templates/dns/addDeleteDNSRecords.html:78 +#: dns/templates/dns/addDeleteDNSRecords.html:63 +#: dns/templates/dns/addDeleteDNSRecords.html:86 +#: dns/templates/dns/addDeleteDNSRecords.html:110 #: dns/templates/dns/addDeleteDNSRecords.html:133 -msgid "Priority" +#: dns/templates/dns/addDeleteDNSRecords.html:161 +#: dns/templates/dns/addDeleteDNSRecords.html:185 +#: dns/templates/dns/addDeleteDNSRecords.html:209 +#: dns/templates/dns/addDeleteDNSRecords.html:233 +#: dns/templates/dns/addDeleteDNSRecords.html:257 +#: dns/templates/dns/addDeleteDNSRecords.html:297 +msgid "TTL" msgstr "" -#: dns/templates/dns/addDeleteDNSRecords.html:87 -#: dns/templates/dns/createDNSZone.html:27 -#: dns/templates/dns/createNameServer.html:27 -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:52 -msgid "Domain Name" -msgstr "" - -#: dns/templates/dns/addDeleteDNSRecords.html:95 -msgid "Policy" -msgstr "" - -#: dns/templates/dns/addDeleteDNSRecords.html:103 -msgid "Text" -msgstr "" - -#: dns/templates/dns/addDeleteDNSRecords.html:111 -#: firewall/templates/firewall/firewall.html:109 +#: dns/templates/dns/addDeleteDNSRecords.html:73 +#: dns/templates/dns/addDeleteDNSRecords.html:96 +#: dns/templates/dns/addDeleteDNSRecords.html:120 +#: dns/templates/dns/addDeleteDNSRecords.html:147 +#: dns/templates/dns/addDeleteDNSRecords.html:172 +#: dns/templates/dns/addDeleteDNSRecords.html:196 +#: dns/templates/dns/addDeleteDNSRecords.html:220 +#: dns/templates/dns/addDeleteDNSRecords.html:244 +#: dns/templates/dns/addDeleteDNSRecords.html:272 +#: firewall/templates/firewall/firewall.html:117 msgid "Add" msgstr "" -#: dns/templates/dns/addDeleteDNSRecords.html:130 +#: dns/templates/dns/addDeleteDNSRecords.html:90 +msgid "IPV6 Address" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:114 +#: dns/templates/dns/addDeleteDNSRecords.html:141 +#: dns/templates/dns/createDNSZone.html:27 +#: dns/templates/dns/createNameServer.html:27 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:52 +#: websiteFunctions/templates/websiteFunctions/website.html:313 +msgid "Domain Name" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:137 +#: dns/templates/dns/addDeleteDNSRecords.html:299 +msgid "Priority" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:166 +msgid "Policy" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:190 +msgid "Text" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:214 +msgid "SOA Value" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:238 +msgid "Name server" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:261 +msgid "Prioirty" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:266 +msgid "Content" +msgstr "" + +#: dns/templates/dns/addDeleteDNSRecords.html:295 msgid "Type" msgstr "" -#: dns/templates/dns/addDeleteDNSRecords.html:132 +#: dns/templates/dns/addDeleteDNSRecords.html:298 msgid "Value" msgstr "" -#: dns/templates/dns/addDeleteDNSRecords.html:160 +#: dns/templates/dns/addDeleteDNSRecords.html:327 msgid "Cannot fetch records. Error message:" msgstr "" -#: dns/templates/dns/addDeleteDNSRecords.html:164 +#: dns/templates/dns/addDeleteDNSRecords.html:331 msgid "Cannot add record. Error message: " msgstr "" -#: dns/templates/dns/addDeleteDNSRecords.html:172 +#: dns/templates/dns/addDeleteDNSRecords.html:339 msgid "Record Successfully Deleted" msgstr "" -#: dns/templates/dns/addDeleteDNSRecords.html:176 +#: dns/templates/dns/addDeleteDNSRecords.html:343 msgid "Cannot delete record. Error message:" msgstr "" -#: dns/templates/dns/addDeleteDNSRecords.html:180 +#: dns/templates/dns/addDeleteDNSRecords.html:347 msgid "Record Successfully Added." msgstr "" @@ -1294,6 +1639,293 @@ msgstr "" msgid "Add Delete/Records" msgstr "" +#: filemanager/templates/filemanager/index.html:5 +msgid "File Manager - CyberPanel" +msgstr "" + +#: filemanager/templates/filemanager/index.html:43 +msgid " File Manager" +msgstr "" + +#: filemanager/templates/filemanager/index.html:63 +#: filemanager/templates/filemanager/index.html:205 +#: filemanager/templates/filemanager/index.html:236 +msgid "Upload" +msgstr "" + +#: filemanager/templates/filemanager/index.html:66 +msgid "New File" +msgstr "" + +#: filemanager/templates/filemanager/index.html:69 +msgid "New Folder" +msgstr "" + +#: filemanager/templates/filemanager/index.html:75 +#: filemanager/templates/filemanager/index.html:566 +msgid "Copy" +msgstr "" + +#: filemanager/templates/filemanager/index.html:78 +#: filemanager/templates/filemanager/index.html:531 +msgid "Move" +msgstr "" + +#: filemanager/templates/filemanager/index.html:81 +#: filemanager/templates/filemanager/index.html:596 +msgid "Rename" +msgstr "" + +#: filemanager/templates/filemanager/index.html:84 +#: websiteFunctions/templates/websiteFunctions/listCron.html:66 +msgid "Edit" +msgstr "" + +#: filemanager/templates/filemanager/index.html:87 +#: filemanager/templates/filemanager/index.html:441 +#: filemanager/templates/filemanager/index.html:468 +msgid "Compress" +msgstr "" + +#: filemanager/templates/filemanager/index.html:90 +#: filemanager/templates/filemanager/index.html:496 +msgid "Extract" +msgstr "" + +#: filemanager/templates/filemanager/index.html:93 +msgid "Fix Permissions" +msgstr "" + +#: filemanager/templates/filemanager/index.html:111 +msgid "Current Path" +msgstr "" + +#: filemanager/templates/filemanager/index.html:139 +msgid "Back" +msgstr "" + +#: filemanager/templates/filemanager/index.html:143 +#: serverLogs/templates/serverLogs/accessLogs.html:42 +#: serverLogs/templates/serverLogs/emailLogs.html:39 +#: serverLogs/templates/serverLogs/errorLogs.html:39 +#: serverLogs/templates/serverLogs/ftplogs.html:39 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:39 +#: serverStatus/templates/serverStatus/cybercpmainlogfile.html:40 +#: websiteFunctions/templates/websiteFunctions/listCron.html:36 +msgid "Refresh" +msgstr "" + +#: filemanager/templates/filemanager/index.html:147 +msgid "Select All" +msgstr "" + +#: filemanager/templates/filemanager/index.html:151 +msgid "UnSelect All" +msgstr "" + +#: filemanager/templates/filemanager/index.html:161 +msgid "Size (KB)" +msgstr "" + +#: filemanager/templates/filemanager/index.html:162 +msgid "Last Modified" +msgstr "" + +#: filemanager/templates/filemanager/index.html:163 +msgid "Permissions" +msgstr "" + +#: filemanager/templates/filemanager/index.html:183 +msgid "Upload File" +msgstr "" + +#: filemanager/templates/filemanager/index.html:190 +msgid "Upload queue" +msgstr "" + +#: filemanager/templates/filemanager/index.html:191 +msgid "Queue length:" +msgstr "" + +#: filemanager/templates/filemanager/index.html:198 +msgid "Drop" +msgstr "" + +#: filemanager/templates/filemanager/index.html:199 +msgid "Drop Files here to upload them." +msgstr "" + +#: filemanager/templates/filemanager/index.html:214 +msgid "Progress" +msgstr "" + +#: filemanager/templates/filemanager/index.html:216 +msgid "Actions" +msgstr "" + +#: filemanager/templates/filemanager/index.html:242 +msgid "Remove" +msgstr "" + +#: filemanager/templates/filemanager/index.html:252 +msgid "Queue progress:" +msgstr "" + +#: filemanager/templates/filemanager/index.html:261 +msgid "can not be uploaded, Error message:" +msgstr "" + +#: filemanager/templates/filemanager/index.html:265 +msgid "Upload all" +msgstr "" + +#: filemanager/templates/filemanager/index.html:268 +msgid "Cancel all" +msgstr "" + +#: filemanager/templates/filemanager/index.html:271 +msgid "Remove all" +msgstr "" + +#: filemanager/templates/filemanager/index.html:307 +msgid "File Successfully saved." +msgstr "" + +#: filemanager/templates/filemanager/index.html:314 +#: firewall/templates/firewall/secureSSH.html:68 +#: managePHP/templates/managePHP/editPHPConfig.html:138 +#: managePHP/templates/managePHP/editPHPConfig.html:212 +msgid "Save Changes" +msgstr "" + +#: filemanager/templates/filemanager/index.html:331 +msgid "Create new folder!" +msgstr "" + +#: filemanager/templates/filemanager/index.html:339 +msgid "New Folder Name" +msgstr "" + +#: filemanager/templates/filemanager/index.html:341 +msgid "Folder will be created in your current directory" +msgstr "" + +#: filemanager/templates/filemanager/index.html:343 +msgid "Create Folder" +msgstr "" + +#: filemanager/templates/filemanager/index.html:356 +msgid "Folder Successfully created." +msgstr "" + +#: filemanager/templates/filemanager/index.html:375 +msgid "Create new file!" +msgstr "" + +#: filemanager/templates/filemanager/index.html:383 +msgid "New File Name" +msgstr "" + +#: filemanager/templates/filemanager/index.html:385 +msgid "" +"File will be created in your current directory, if it already exists it will " +"not overwirte." +msgstr "" + +#: filemanager/templates/filemanager/index.html:387 +msgid "Create File" +msgstr "" + +#: filemanager/templates/filemanager/index.html:400 +msgid "File Successfully created." +msgstr "" + +#: filemanager/templates/filemanager/index.html:416 +msgid "Confirm Deletion!" +msgstr "" + +#: filemanager/templates/filemanager/index.html:425 +msgid "Confirm" +msgstr "" + +#: filemanager/templates/filemanager/index.html:426 +#: filemanager/templates/filemanager/index.html:469 +#: filemanager/templates/filemanager/index.html:532 +#: filemanager/templates/filemanager/index.html:567 +#: filemanager/templates/filemanager/index.html:597 +#: websiteFunctions/templates/websiteFunctions/website.html:447 +msgid "Close" +msgstr "" + +#: filemanager/templates/filemanager/index.html:449 +msgid "List of files/folder!" +msgstr "" + +#: filemanager/templates/filemanager/index.html:453 +msgid "Compressed File Name" +msgstr "" + +#: filemanager/templates/filemanager/index.html:455 +msgid "Enter without extension name!" +msgstr "" + +#: filemanager/templates/filemanager/index.html:459 +msgid "Compression Type" +msgstr "" + +#: filemanager/templates/filemanager/index.html:484 +msgid "Extracting" +msgstr "" + +#: filemanager/templates/filemanager/index.html:492 +msgid "Extract in" +msgstr "" + +#: filemanager/templates/filemanager/index.html:494 +msgid "You can enter . to extract in current directory!" +msgstr "" + +#: filemanager/templates/filemanager/index.html:512 +msgid "Move Files" +msgstr "" + +#: filemanager/templates/filemanager/index.html:520 +#: filemanager/templates/filemanager/index.html:555 +msgid "List of files/folders!" +msgstr "" + +#: filemanager/templates/filemanager/index.html:524 +msgid "Move to" +msgstr "" + +#: filemanager/templates/filemanager/index.html:526 +msgid "Enter a path to move your files!" +msgstr "" + +#: filemanager/templates/filemanager/index.html:547 +msgid "Copy Files" +msgstr "" + +#: filemanager/templates/filemanager/index.html:559 +msgid "Copy to" +msgstr "" + +#: filemanager/templates/filemanager/index.html:561 +msgid "Enter a path to copy your files to!" +msgstr "" + +#: filemanager/templates/filemanager/index.html:581 +msgid "Renaming" +msgstr "" + +#: filemanager/templates/filemanager/index.html:589 +msgid "New Name" +msgstr "" + +#: filemanager/templates/filemanager/index.html:591 +msgid "Enter new name of file!" +msgstr "" + #: firewall/templates/firewall/firewall.html:3 msgid "Firewall - CyberPanel" msgstr "" @@ -1333,15 +1965,11 @@ msgstr "" msgid "Action successful." msgstr "" -#: firewall/templates/firewall/firewall.html:129 +#: firewall/templates/firewall/firewall.html:137 msgid "Protocol" msgstr "" -#: firewall/templates/firewall/firewall.html:130 -msgid "Port" -msgstr "" - -#: firewall/templates/firewall/firewall.html:162 +#: firewall/templates/firewall/firewall.html:172 msgid "Rule successfully added." msgstr "" @@ -1357,13 +1985,127 @@ msgstr "" msgid "Manage the security of the server on this page." msgstr "" +#: firewall/templates/firewall/modSecurity.html:3 +msgid "ModSecurity - CyberPanel" +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:13 +msgid "ModSecurity Configurations!" +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:14 +msgid "On this page you can configure ModSecurity settings." +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:20 +msgid "ModSecurity" +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:29 +#: firewall/templates/firewall/modSecurityRules.html:70 +#: firewall/templates/firewall/modSecurityRulesPacks.html:28 +msgid "ModSecurity is not installed " +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:31 +#: firewall/templates/firewall/modSecurityRules.html:72 +#: firewall/templates/firewall/modSecurityRulesPacks.html:30 +msgid "Install Now." +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:43 +msgid "Failed to start installation, Error message: " +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:51 +msgid "Installation failed." +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:55 +msgid "ModSecurity successfully installed, refreshing page in 3 seconds.." +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:66 +msgid "Winter is coming, but so is ModSecurity." +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:157 +msgid "Save changes." +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:169 +msgid "Failed to save ModSecurity configurations. Error message: " +msgstr "" + +#: firewall/templates/firewall/modSecurity.html:173 +msgid "ModSecurity configurations successfully saved." +msgstr "" + +#: firewall/templates/firewall/modSecurityRules.html:3 +msgid "ModSecurity Rules - CyberPanel" +msgstr "" + +#: firewall/templates/firewall/modSecurityRules.html:13 +msgid "ModSecurity Rules!" +msgstr "" + +#: firewall/templates/firewall/modSecurityRules.html:14 +msgid "On this page you can add/delete ModSecurity rules." +msgstr "" + +#: firewall/templates/firewall/modSecurityRules.html:42 +msgid "Save Rules!" +msgstr "" + +#: firewall/templates/firewall/modSecurityRules.html:49 +msgid "ModSecurity Rules Saved" +msgstr "" + +#: firewall/templates/firewall/modSecurityRules.html:58 +msgid "Could not save rules, Error message: " +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:3 +msgid "ModSecurity Rules Packs - CyberPanel" +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:13 +#: firewall/templates/firewall/modSecurityRulesPacks.html:20 +msgid "ModSecurity Rules Packages!" +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:14 +msgid "Install/Un-install ModSecurity rules packages." +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:60 +#: firewall/templates/firewall/modSecurityRulesPacks.html:71 +msgid "Configure" +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:84 +#: firewall/templates/firewall/modSecurityRulesPacks.html:96 +msgid "Operation successful." +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:92 +msgid "Operation failed, Error message: " +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:110 +msgid "Supplier" +msgstr "" + +#: firewall/templates/firewall/modSecurityRulesPacks.html:111 +msgid "Filename" +msgstr "" + #: firewall/templates/firewall/secureSSH.html:3 msgid "Secure SSH - CyberPanel" msgstr "" #: firewall/templates/firewall/secureSSH.html:14 -#: managePHP/templates/managePHP/editPHPConfig.html:15 -msgid "Edit PHP Configurations on this page." +msgid "Secure or harden SSH Configurations." msgstr "" #: firewall/templates/firewall/secureSSH.html:28 @@ -1389,12 +2131,6 @@ msgid "" "priviliges on server." msgstr "" -#: firewall/templates/firewall/secureSSH.html:68 -#: managePHP/templates/managePHP/editPHPConfig.html:130 -#: managePHP/templates/managePHP/editPHPConfig.html:203 -msgid "Save Changes" -msgstr "" - #: firewall/templates/firewall/secureSSH.html:82 msgid "SSH Configurations Saved." msgstr "" @@ -1409,8 +2145,8 @@ msgstr "" #: firewall/templates/firewall/secureSSH.html:158 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:55 -#: websiteFunctions/templates/websiteFunctions/website.html:303 -#: websiteFunctions/templates/websiteFunctions/website.html:363 +#: websiteFunctions/templates/websiteFunctions/website.html:599 +#: websiteFunctions/templates/websiteFunctions/website.html:658 msgid "Save" msgstr "" @@ -1456,7 +2192,7 @@ msgstr "" #: ftp/templates/ftp/createFTPAccount.html:84 #: ftp/templates/ftp/createFTPAccount.html:87 -#: userManagment/templates/userManagment/createUser.html:154 +#: userManagment/templates/userManagment/createUser.html:144 msgid "is successfully created." msgstr "" @@ -1578,6 +2314,46 @@ msgstr "" msgid "Email with id : {$ deletedID $} is successfully deleted." msgstr "" +#: mailServer/templates/mailServer/dkimManager.html:3 +msgid "DKIM Manager - CyberPanel" +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:14 +msgid "This page can be used to generate and view DKIM keys for Domains" +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:27 +msgid "OpenDKIM is not installed. " +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:28 +msgid "Install Now" +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:48 +msgid "OpenDKIM successfully installed, refreshing page in 3 seconds.." +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:97 +msgid "Keys not available for this domain." +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:98 +msgid "Generate Now" +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:110 +msgid "Domain" +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:111 +msgid "Private Key" +msgstr "" + +#: mailServer/templates/mailServer/dkimManager.html:112 +msgid "Public Key" +msgstr "" + #: mailServer/templates/mailServer/index.html:3 msgid "Mail Functions - CyberPanel" msgstr "" @@ -1599,53 +2375,62 @@ msgstr "" msgid "Edit PHP Configurations" msgstr "" +#: managePHP/templates/managePHP/editPHPConfig.html:15 +msgid "Edit PHP Configurations on this page." +msgstr "" + #: managePHP/templates/managePHP/editPHPConfig.html:35 msgid "Advanced" msgstr "" #: managePHP/templates/managePHP/editPHPConfig.html:48 -#: managePHP/templates/managePHP/editPHPConfig.html:174 +#: managePHP/templates/managePHP/editPHPConfig.html:182 #: managePHP/templates/managePHP/installExtensions.html:28 -#: tuning/templates/tuning/phpTuning.html:28 #: websiteFunctions/templates/websiteFunctions/createWebsite.html:68 #: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:74 +#: websiteFunctions/templates/websiteFunctions/website.html:333 +#: websiteFunctions/templates/websiteFunctions/website.html:729 msgid "Select PHP" msgstr "" -#: managePHP/templates/managePHP/editPHPConfig.html:66 +#: managePHP/templates/managePHP/editPHPConfig.html:67 msgid "display_errors" msgstr "" -#: managePHP/templates/managePHP/editPHPConfig.html:73 +#: managePHP/templates/managePHP/editPHPConfig.html:74 msgid "file_uploads" msgstr "" -#: managePHP/templates/managePHP/editPHPConfig.html:81 +#: managePHP/templates/managePHP/editPHPConfig.html:82 msgid "allow_url_fopen" msgstr "" -#: managePHP/templates/managePHP/editPHPConfig.html:89 +#: managePHP/templates/managePHP/editPHPConfig.html:90 msgid "allow_url_include" msgstr "" -#: managePHP/templates/managePHP/editPHPConfig.html:97 +#: managePHP/templates/managePHP/editPHPConfig.html:98 msgid "memory_limit" msgstr "" -#: managePHP/templates/managePHP/editPHPConfig.html:104 +#: managePHP/templates/managePHP/editPHPConfig.html:105 msgid "max_execution_time" msgstr "" -#: managePHP/templates/managePHP/editPHPConfig.html:111 +#: managePHP/templates/managePHP/editPHPConfig.html:112 msgid "upload_max_filesize" msgstr "" -#: managePHP/templates/managePHP/editPHPConfig.html:118 +#: managePHP/templates/managePHP/editPHPConfig.html:119 +msgid "post_max_size" +msgstr "" + +#: managePHP/templates/managePHP/editPHPConfig.html:126 msgid "max_input_time" msgstr "" -#: managePHP/templates/managePHP/editPHPConfig.html:144 -#: managePHP/templates/managePHP/editPHPConfig.html:216 +#: managePHP/templates/managePHP/editPHPConfig.html:152 +#: managePHP/templates/managePHP/editPHPConfig.html:225 msgid "PHP Configs Saved." msgstr "" @@ -1674,39 +2459,39 @@ msgstr "" msgid "Select PHP Version" msgstr "" -#: managePHP/templates/managePHP/installExtensions.html:48 +#: managePHP/templates/managePHP/installExtensions.html:49 msgid "Search Extensions.." msgstr "" -#: managePHP/templates/managePHP/installExtensions.html:63 +#: managePHP/templates/managePHP/installExtensions.html:64 msgid "Extension Name" msgstr "" -#: managePHP/templates/managePHP/installExtensions.html:64 +#: managePHP/templates/managePHP/installExtensions.html:65 msgid "Description" msgstr "" -#: managePHP/templates/managePHP/installExtensions.html:66 -#: managePHP/templates/managePHP/installExtensions.html:77 -msgid "Install" -msgstr "" - #: managePHP/templates/managePHP/installExtensions.html:67 #: managePHP/templates/managePHP/installExtensions.html:78 +msgid "Install" +msgstr "" + +#: managePHP/templates/managePHP/installExtensions.html:68 +#: managePHP/templates/managePHP/installExtensions.html:79 msgid "Uninstall" msgstr "" -#: managePHP/templates/managePHP/installExtensions.html:93 +#: managePHP/templates/managePHP/installExtensions.html:94 msgid "Go Back" msgstr "" -#: managePHP/templates/managePHP/installExtensions.html:104 -#: tuning/templates/tuning/phpTuning.html:114 -#: userManagment/templates/userManagment/modifyUser.html:144 +#: managePHP/templates/managePHP/installExtensions.html:105 +#: tuning/templates/tuning/phpTuning.html:111 +#: userManagment/templates/userManagment/modifyUser.html:135 msgid "Cannot fetch details. Error message:" msgstr "" -#: managePHP/templates/managePHP/installExtensions.html:108 +#: managePHP/templates/managePHP/installExtensions.html:109 msgid "Cannot perform operation. Error message:" msgstr "" @@ -1734,11 +2519,13 @@ msgstr "" #: manageSSL/templates/manageSSL/manageSSL.html:42 #: manageSSL/templates/manageSSL/sslForHostName.html:42 +#: manageSSL/templates/manageSSL/sslForMailServer.html:42 msgid "Issue SSL" msgstr "" #: manageSSL/templates/manageSSL/manageSSL.html:52 #: manageSSL/templates/manageSSL/sslForHostName.html:52 +#: manageSSL/templates/manageSSL/sslForMailServer.html:52 msgid "Cannot issue SSL. Error message:" msgstr "" @@ -1764,6 +2551,27 @@ msgstr "" msgid "SSL Issued. You can now access CyberPanel at:" msgstr "" +#: manageSSL/templates/manageSSL/sslForMailServer.html:3 +msgid "Issue SSL For MailServer - CyberPanel" +msgstr "" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:13 +#: manageSSL/templates/manageSSL/sslForMailServer.html:20 +msgid "Issue SSL For MailServer" +msgstr "" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:14 +msgid "Let’s Encrypt SSL for MailServer (Postfix/Dovecot)." +msgstr "" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:56 +msgid "SSL Issued, your mail server now uses Lets Encrypt!" +msgstr "" + +#: manageSSL/templates/manageSSL/sslForMailServer.html:60 +msgid "Could not connect to server, please refresh this page." +msgstr "" + #: packages/templates/packages/createPackage.html:3 msgid "Create Package - CyberPanel" msgstr "" @@ -1787,38 +2595,43 @@ msgid "Package Name" msgstr "" #: packages/templates/packages/createPackage.html:35 -#: packages/templates/packages/modifyPackage.html:39 -msgid "Disk Space" +#: packages/templates/packages/modifyPackage.html:40 +#: websiteFunctions/templates/websiteFunctions/website.html:254 +msgid "Domains" msgstr "" #: packages/templates/packages/createPackage.html:39 -#: packages/templates/packages/createPackage.html:47 -#: packages/templates/packages/modifyPackage.html:43 -#: packages/templates/packages/modifyPackage.html:51 -msgid "MB (0 = Unlimited)" +#: packages/templates/packages/modifyPackage.html:44 +msgid "(0 = Unlimited)" msgstr "" #: packages/templates/packages/createPackage.html:43 -#: packages/templates/packages/modifyPackage.html:47 +#: packages/templates/packages/modifyPackage.html:49 +msgid "Disk Space" +msgstr "" + +#: packages/templates/packages/createPackage.html:47 +#: packages/templates/packages/createPackage.html:55 +#: packages/templates/packages/modifyPackage.html:53 +#: packages/templates/packages/modifyPackage.html:61 +msgid "MB (0 = Unlimited)" +msgstr "" + +#: packages/templates/packages/createPackage.html:51 +#: packages/templates/packages/modifyPackage.html:57 msgid "Bandwidth" msgstr "" -#: packages/templates/packages/createPackage.html:52 -#: packages/templates/packages/modifyPackage.html:56 +#: packages/templates/packages/createPackage.html:60 +#: packages/templates/packages/modifyPackage.html:66 msgid "FTP Accounts" msgstr "" -#: packages/templates/packages/createPackage.html:87 +#: packages/templates/packages/createPackage.html:95 msgid "Cannot create package. Error message:" msgstr "" -#: packages/templates/packages/createPackage.html:91 -#: packages/templates/packages/deletePackage.html:63 -#: packages/templates/packages/modifyPackage.html:102 -msgid "Package" -msgstr "" - -#: packages/templates/packages/createPackage.html:91 +#: packages/templates/packages/createPackage.html:99 msgid "Successfully Created" msgstr "" @@ -1850,15 +2663,15 @@ msgstr "" msgid "Modify Package - CyberPanel" msgstr "" -#: packages/templates/packages/modifyPackage.html:94 +#: packages/templates/packages/modifyPackage.html:104 msgid "Cannot fetch package details. Error message:" msgstr "" -#: packages/templates/packages/modifyPackage.html:98 +#: packages/templates/packages/modifyPackage.html:108 msgid "Package Details Successfully Fetched" msgstr "" -#: packages/templates/packages/modifyPackage.html:102 +#: packages/templates/packages/modifyPackage.html:112 msgid "Successfully Modified" msgstr "" @@ -1869,7 +2682,7 @@ msgstr "" #: serverLogs/templates/serverLogs/accessLogs.html:17 #: serverLogs/templates/serverLogs/index.html:25 #: serverLogs/templates/serverLogs/index.html:27 -#: websiteFunctions/templates/websiteFunctions/website.html:121 +#: websiteFunctions/templates/websiteFunctions/website.html:128 msgid "Access Logs" msgstr "" @@ -1881,30 +2694,33 @@ msgstr "" #: serverLogs/templates/serverLogs/emailLogs.html:23 #: serverLogs/templates/serverLogs/errorLogs.html:23 #: serverLogs/templates/serverLogs/ftplogs.html:23 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:23 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:24 msgid "Last 50 Lines" msgstr "" -#: serverLogs/templates/serverLogs/accessLogs.html:42 -#: serverLogs/templates/serverLogs/emailLogs.html:39 -#: serverLogs/templates/serverLogs/errorLogs.html:39 -#: serverLogs/templates/serverLogs/ftplogs.html:39 -#: serverStatus/templates/serverStatus/cybercpmainlogfile.html:40 -msgid "Refresh" +#: serverLogs/templates/serverLogs/accessLogs.html:45 +#: serverLogs/templates/serverLogs/emailLogs.html:42 +#: serverLogs/templates/serverLogs/errorLogs.html:42 +#: serverLogs/templates/serverLogs/ftplogs.html:42 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:42 +msgid "Clear Logs" msgstr "" -#: serverLogs/templates/serverLogs/accessLogs.html:49 -#: serverLogs/templates/serverLogs/emailLogs.html:46 -#: serverLogs/templates/serverLogs/errorLogs.html:46 -#: serverLogs/templates/serverLogs/ftplogs.html:46 +#: serverLogs/templates/serverLogs/accessLogs.html:52 +#: serverLogs/templates/serverLogs/emailLogs.html:49 +#: serverLogs/templates/serverLogs/errorLogs.html:49 +#: serverLogs/templates/serverLogs/ftplogs.html:49 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:50 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:47 msgid "Last 50 Lines Fetched" msgstr "" -#: serverLogs/templates/serverLogs/accessLogs.html:54 -#: serverLogs/templates/serverLogs/emailLogs.html:51 -#: serverLogs/templates/serverLogs/errorLogs.html:51 -#: serverLogs/templates/serverLogs/ftplogs.html:51 +#: serverLogs/templates/serverLogs/accessLogs.html:57 +#: serverLogs/templates/serverLogs/emailLogs.html:54 +#: serverLogs/templates/serverLogs/errorLogs.html:54 +#: serverLogs/templates/serverLogs/ftplogs.html:54 +#: serverLogs/templates/serverLogs/modSecAuditLog.html:55 #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:52 msgid "Could not fetch logs. Use the command line to view the log file." msgstr "" @@ -1944,6 +2760,14 @@ msgid "" "to: Websites -> List Websites -> Select Website -> View Logs." msgstr "" +#: serverLogs/templates/serverLogs/modSecAuditLog.html:3 +msgid "ModSecurity Audit Logs - CyberPanel" +msgstr "" + +#: serverLogs/templates/serverLogs/modSecAuditLog.html:15 +msgid "ModSecurity Audit logs" +msgstr "" + #: serverStatus/templates/serverStatus/cybercpmainlogfile.html:3 msgid "CyberPanel Main Log File - CyberPanel" msgstr "" @@ -2017,6 +2841,10 @@ msgstr "" msgid "Could not connect to server." msgstr "" +#: serverStatus/templates/serverStatus/services.html:3 +msgid "Services - CyberPanel" +msgstr "" + #: tuning/templates/tuning/index.html:3 msgid "Server Tuning - CyberPanel" msgstr "" @@ -2042,7 +2870,7 @@ msgid "Tuning Details" msgstr "" #: tuning/templates/tuning/liteSpeedTuning.html:28 -#: tuning/templates/tuning/phpTuning.html:52 +#: tuning/templates/tuning/phpTuning.html:49 msgid "Max Connections" msgstr "" @@ -2066,19 +2894,9 @@ msgstr "" msgid "Enable GZIP Compression" msgstr "" -#: tuning/templates/tuning/liteSpeedTuning.html:70 -#: tuning/templates/tuning/phpTuning.html:93 -msgid "Enable" -msgstr "" - -#: tuning/templates/tuning/liteSpeedTuning.html:71 -#: tuning/templates/tuning/phpTuning.html:94 -msgid "Disable" -msgstr "" - #: tuning/templates/tuning/liteSpeedTuning.html:74 -#: tuning/templates/tuning/phpTuning.html:97 -#: userManagment/templates/userManagment/modifyUser.html:78 +#: tuning/templates/tuning/phpTuning.html:94 +#: userManagment/templates/userManagment/modifyUser.html:77 msgid "Currently:" msgstr "" @@ -2086,17 +2904,17 @@ msgstr "" msgid "Tune Web Server" msgstr "" -#: tuning/templates/tuning/liteSpeedTuning.html:93 +#: tuning/templates/tuning/liteSpeedTuning.html:92 msgid "" "Cannot fetch Current Value, but you can still submit new changes, error " "reported from server:" msgstr "" -#: tuning/templates/tuning/liteSpeedTuning.html:97 +#: tuning/templates/tuning/liteSpeedTuning.html:96 msgid "Cannot save details, Error Message: " msgstr "" -#: tuning/templates/tuning/liteSpeedTuning.html:102 +#: tuning/templates/tuning/liteSpeedTuning.html:101 msgid "Web Server Successfully tuned." msgstr "" @@ -2108,47 +2926,55 @@ msgstr "" msgid "Set how each version of PHP behaves in your server here." msgstr "" -#: tuning/templates/tuning/phpTuning.html:45 +#: tuning/templates/tuning/phpTuning.html:42 msgid "Initial Request Timeout (secs)" msgstr "" -#: tuning/templates/tuning/phpTuning.html:60 +#: tuning/templates/tuning/phpTuning.html:57 msgid "Memory Soft Limit" msgstr "" -#: tuning/templates/tuning/phpTuning.html:67 +#: tuning/templates/tuning/phpTuning.html:64 msgid "Memory Hard Limit" msgstr "" -#: tuning/templates/tuning/phpTuning.html:75 +#: tuning/templates/tuning/phpTuning.html:72 msgid "Process Soft Limit" msgstr "" -#: tuning/templates/tuning/phpTuning.html:82 +#: tuning/templates/tuning/phpTuning.html:79 msgid "Process Hard Limit" msgstr "" -#: tuning/templates/tuning/phpTuning.html:90 +#: tuning/templates/tuning/phpTuning.html:87 msgid "Persistent Connection" msgstr "" -#: tuning/templates/tuning/phpTuning.html:105 +#: tuning/templates/tuning/phpTuning.html:90 +msgid "Enable" +msgstr "" + +#: tuning/templates/tuning/phpTuning.html:91 +msgid "Disable" +msgstr "" + +#: tuning/templates/tuning/phpTuning.html:102 msgid "Tune PHP" msgstr "" -#: tuning/templates/tuning/phpTuning.html:118 +#: tuning/templates/tuning/phpTuning.html:115 msgid "Cannot tune. Error message:" msgstr "" -#: tuning/templates/tuning/phpTuning.html:123 +#: tuning/templates/tuning/phpTuning.html:120 msgid "Details Successfully fetched." msgstr "" -#: tuning/templates/tuning/phpTuning.html:127 -msgid "PHP version " +#: tuning/templates/tuning/phpTuning.html:124 +msgid "PHP for " msgstr "" -#: tuning/templates/tuning/phpTuning.html:127 +#: tuning/templates/tuning/phpTuning.html:124 msgid "Successfully tuned." msgstr "" @@ -2195,64 +3021,46 @@ msgstr "" msgid "Account Type" msgstr "" -#: userManagment/templates/userManagment/createUser.html:67 -#: userManagment/templates/userManagment/modifyUser.html:73 -msgid "Reseller" -msgstr "" - -#: userManagment/templates/userManagment/createUser.html:68 -#: userManagment/templates/userManagment/createUser.html:79 -#: userManagment/templates/userManagment/modifyUser.html:74 -msgid "Normal User" -msgstr "" - #: userManagment/templates/userManagment/createUser.html:92 -#: userManagment/templates/userManagment/modifyUser.html:89 +#: userManagment/templates/userManagment/modifyUser.html:88 #: userManagment/templates/userManagment/userProfile.html:67 #: userManagment/templates/userManagment/userProfile.html:74 msgid "User Accounts Limit" msgstr "" #: userManagment/templates/userManagment/createUser.html:96 -#: userManagment/templates/userManagment/createUser.html:107 msgid "Only Numbers" msgstr "" #: userManagment/templates/userManagment/createUser.html:103 -#: userManagment/templates/userManagment/modifyUser.html:99 -#: userManagment/templates/userManagment/userProfile.html:82 -msgid "Websites Limit" -msgstr "" - -#: userManagment/templates/userManagment/createUser.html:113 #: userManagment/templates/userManagment/userProfile.html:42 msgid "Username" msgstr "" -#: userManagment/templates/userManagment/createUser.html:117 +#: userManagment/templates/userManagment/createUser.html:107 msgid "Username should be lowercase alphanumeric." msgstr "" -#: userManagment/templates/userManagment/createUser.html:127 +#: userManagment/templates/userManagment/createUser.html:117 msgid "Must contain one number and one special character." msgstr "" -#: userManagment/templates/userManagment/createUser.html:143 +#: userManagment/templates/userManagment/createUser.html:133 #: userManagment/templates/userManagment/index.html:40 #: userManagment/templates/userManagment/index.html:42 msgid "Create User" msgstr "" -#: userManagment/templates/userManagment/createUser.html:154 -#: userManagment/templates/userManagment/modifyUser.html:131 +#: userManagment/templates/userManagment/createUser.html:144 +#: userManagment/templates/userManagment/modifyUser.html:122 msgid "Account with username:" msgstr "" -#: userManagment/templates/userManagment/createUser.html:158 +#: userManagment/templates/userManagment/createUser.html:148 msgid "Cannot create user. Error message:" msgstr "" -#: userManagment/templates/userManagment/createUser.html:166 +#: userManagment/templates/userManagment/createUser.html:156 msgid "" "Length of first and last name combined should be less than or equal to 20 " "characters" @@ -2298,19 +3106,15 @@ msgstr "" msgid "Select Account" msgstr "" -#: userManagment/templates/userManagment/modifyUser.html:72 -msgid "Admin" -msgstr "" - -#: userManagment/templates/userManagment/modifyUser.html:131 +#: userManagment/templates/userManagment/modifyUser.html:122 msgid " is successfully modified." msgstr "" -#: userManagment/templates/userManagment/modifyUser.html:135 +#: userManagment/templates/userManagment/modifyUser.html:126 msgid "Cannot modify user. Error message:" msgstr "" -#: userManagment/templates/userManagment/modifyUser.html:148 +#: userManagment/templates/userManagment/modifyUser.html:139 msgid "Details fetched." msgstr "" @@ -2337,6 +3141,10 @@ msgstr "" msgid "( 0 = Unlimited )" msgstr "" +#: userManagment/templates/userManagment/userProfile.html:82 +msgid "Websites Limit" +msgstr "" + #: websiteFunctions/templates/websiteFunctions/createWebsite.html:3 msgid "Create New Website - CyberPanel" msgstr "" @@ -2358,29 +3166,34 @@ msgstr "" msgid "Select Owner" msgstr "" +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:54 +msgid "Do not enter WWW, it will be auto created!" +msgstr "" + #: websiteFunctions/templates/websiteFunctions/createWebsite.html:56 +#: websiteFunctions/templates/websiteFunctions/website.html:317 +#: websiteFunctions/templates/websiteFunctions/website.html:328 msgid "Invalid Domain (Note: You don't need to add 'http' or 'https')" msgstr "" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:84 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:85 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:86 +#: websiteFunctions/templates/websiteFunctions/website.html:350 msgid "Additional Features" msgstr "" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:91 -msgid "" -"For SSL to work DNS of domain should point to server, otherwise self signed " -"SSL will be issued, you can add your own SSL later." -msgstr "" - -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:113 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:120 +#: websiteFunctions/templates/websiteFunctions/website.html:385 msgid "Cannot create website. Error message:" msgstr "" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:117 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:389 msgid "Website with domain" msgstr "" -#: websiteFunctions/templates/websiteFunctions/createWebsite.html:117 +#: websiteFunctions/templates/websiteFunctions/createWebsite.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:389 msgid " is Successfully Created" msgstr "" @@ -2399,29 +3212,202 @@ msgid "Cannot delete website, Error message: " msgstr "" #: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:65 -msgid "Website" +msgid "Successfully Deleted." msgstr "" -#: websiteFunctions/templates/websiteFunctions/deleteWebsite.html:65 -msgid "Successfully Deleted." +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:3 +msgid "Domain Aliases - CyberPanel" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:12 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:19 +msgid "Domain Aliases" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:13 +msgid "" +"With Domain Aliases you can visit example.com using example.net and view the " +"same content." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:29 +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:105 +msgid "Create Alias" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:36 +msgid "Master Domain" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:37 +msgid "Alias" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:38 +msgid "File System Path" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:53 +#: websiteFunctions/templates/websiteFunctions/website.html:480 +msgid "Issue" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:63 +msgid "Domain Aliases not found." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:79 +msgid "Alias Domain" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:93 +msgid "" +"For SSL to work DNS of domain should point to server, otherwise self signed " +"SSL will be issued, you can add your own SSL later." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:114 +msgid "Operation failed. Error message:" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:118 +msgid "Alias successfully created. Refreshing page in 3 seconds..." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/domainAlias.html:122 +msgid "Operation Successfull." msgstr "" #: websiteFunctions/templates/websiteFunctions/index.html:3 msgid "Website Functions - CyberPanel" msgstr "" -#: websiteFunctions/templates/websiteFunctions/index.html:70 -#: websiteFunctions/templates/websiteFunctions/index.html:72 +#: websiteFunctions/templates/websiteFunctions/index.html:89 +#: websiteFunctions/templates/websiteFunctions/index.html:91 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:13 #: websiteFunctions/templates/websiteFunctions/suspendWebsite.html:20 msgid "Suspend/Unsuspend Website" msgstr "" +#: websiteFunctions/templates/websiteFunctions/listCron.html:3 +msgid "Cron Management - CyberPanel" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:12 +#: websiteFunctions/templates/websiteFunctions/listCron.html:19 +msgid "Cron Management" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:13 +msgid "Create, edit or delete your cron jobs from this page." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:37 +msgid "Add Cron" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:46 +#: websiteFunctions/templates/websiteFunctions/listCron.html:95 +msgid "Minute" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:47 +#: websiteFunctions/templates/websiteFunctions/listCron.html:101 +msgid "Hour" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:48 +msgid "Day of Month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:49 +#: websiteFunctions/templates/websiteFunctions/listCron.html:113 +msgid "Month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:50 +msgid "Day of Week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:51 +#: websiteFunctions/templates/websiteFunctions/listCron.html:126 +msgid "Command" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:52 +msgid "Action" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:79 +msgid "Pre defined" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:82 +msgid "Every minute" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:83 +msgid "Every 5 minutes" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:84 +msgid "Every 30 minutes" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:85 +msgid "Every hour" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:86 +msgid "Every day" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:87 +msgid "Every week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:88 +msgid "Every month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:89 +msgid "Every year" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:107 +msgid "Day of month" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:119 +msgid "Day of week" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:135 +msgid "Save edits" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:142 +msgid "Add cron" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:152 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:105 +msgid "Cannot fetch website details. Error message:" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:156 +msgid "Unable to add/save Cron. Error message:" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/listCron.html:159 +msgid "Cron job saved" +msgstr "" + #: websiteFunctions/templates/websiteFunctions/listWebsites.html:3 msgid "Websites Hosted - CyberPanel" msgstr "" -#: websiteFunctions/templates/websiteFunctions/listWebsites.html:51 +#: websiteFunctions/templates/websiteFunctions/listWebsites.html:53 msgid "Cannot list websites. Error message:" msgstr "" @@ -2437,15 +3423,11 @@ msgstr "" msgid "Current Owner:" msgstr "" -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:104 -msgid "Cannot fetch website details. Error message:" -msgstr "" - -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:108 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:109 msgid "Cannot modify website. Error message:" msgstr "" -#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:112 +#: websiteFunctions/templates/websiteFunctions/modifyWebsite.html:113 msgid "Website Details Successfully fetched" msgstr "" @@ -2481,139 +3463,271 @@ msgstr "" msgid "Successfully " msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:15 +#: websiteFunctions/templates/websiteFunctions/website.html:13 +msgid "Preview" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:14 msgid "All functions related to a particular site." msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:23 +#: websiteFunctions/templates/websiteFunctions/website.html:25 msgid "Resource Usage" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:32 +#: websiteFunctions/templates/websiteFunctions/website.html:36 msgid "Resource" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:34 +#: websiteFunctions/templates/websiteFunctions/website.html:38 msgid "Allowed" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:56 -#: websiteFunctions/templates/websiteFunctions/website.html:83 +#: websiteFunctions/templates/websiteFunctions/website.html:60 +#: websiteFunctions/templates/websiteFunctions/website.html:87 msgid "Bandwidth Usage" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:119 +#: websiteFunctions/templates/websiteFunctions/website.html:124 +#: websiteFunctions/templates/websiteFunctions/website.html:127 msgid "Load Access Logs" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:131 +#: websiteFunctions/templates/websiteFunctions/website.html:135 +#: websiteFunctions/templates/websiteFunctions/website.html:138 msgid "Load Error Logs" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:147 +#: websiteFunctions/templates/websiteFunctions/website.html:150 msgid "Logs Fetched" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:152 +#: websiteFunctions/templates/websiteFunctions/website.html:155 msgid "" "Could not fetch logs, see the logs file through command line. Error message:" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:173 +#: websiteFunctions/templates/websiteFunctions/website.html:176 +#: websiteFunctions/templates/websiteFunctions/website.html:215 msgid "Next" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:174 +#: websiteFunctions/templates/websiteFunctions/website.html:177 +#: websiteFunctions/templates/websiteFunctions/website.html:216 msgid "Previous" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:227 -msgid "Configurations" +#: websiteFunctions/templates/websiteFunctions/website.html:262 +#: websiteFunctions/templates/websiteFunctions/website.html:265 +#: websiteFunctions/templates/websiteFunctions/website.html:266 +msgid "Add Domains" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:233 -msgid "Edit Virtual Host Main Configurations" +#: websiteFunctions/templates/websiteFunctions/website.html:273 +#: websiteFunctions/templates/websiteFunctions/website.html:276 +#: websiteFunctions/templates/websiteFunctions/website.html:277 +#: websiteFunctions/templates/websiteFunctions/website.html:294 +#: websiteFunctions/templates/websiteFunctions/website.html:297 +msgid "List Domains" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:235 -msgid "Edit vHost Main Configurations" +#: websiteFunctions/templates/websiteFunctions/website.html:283 +#: websiteFunctions/templates/websiteFunctions/website.html:286 +#: websiteFunctions/templates/websiteFunctions/website.html:287 +msgid "Domain Alias" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:245 -#: websiteFunctions/templates/websiteFunctions/website.html:247 -msgid "Add Rewrite Rules (.htaccess)" +#: websiteFunctions/templates/websiteFunctions/website.html:294 +#: websiteFunctions/templates/websiteFunctions/website.html:297 +msgid "Add new Cron Job" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:257 -msgid "Add Your Own SSL" +#: websiteFunctions/templates/websiteFunctions/website.html:298 +msgid "Cron Jobs" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:259 -msgid "Add SSL" -msgstr "" - -#: websiteFunctions/templates/websiteFunctions/website.html:274 -msgid "SSL Saved" -msgstr "" - -#: websiteFunctions/templates/websiteFunctions/website.html:279 -msgid "Could not save SSL. Error message:" -msgstr "" - -#: websiteFunctions/templates/websiteFunctions/website.html:329 -msgid "Current configuration in the file fetched." -msgstr "" - -#: websiteFunctions/templates/websiteFunctions/website.html:334 -#: websiteFunctions/templates/websiteFunctions/website.html:347 -msgid "Could not fetch current configuration. Error message:" -msgstr "" - -#: websiteFunctions/templates/websiteFunctions/website.html:343 -#: websiteFunctions/templates/websiteFunctions/website.html:398 -msgid "Configuration saved. Restart LiteSpeed put them in effect." -msgstr "" - -#: websiteFunctions/templates/websiteFunctions/website.html:384 -msgid "Current rewrite rules in the file fetched." -msgstr "" - -#: websiteFunctions/templates/websiteFunctions/website.html:389 -msgid "Could not fetch current rewrite rules. Error message:" -msgstr "" - -#: websiteFunctions/templates/websiteFunctions/website.html:402 -msgid "Could not save rewrite rules. Error message:" -msgstr "" - -#: websiteFunctions/templates/websiteFunctions/website.html:418 -msgid "Save Rewrite Rules" -msgstr "" - -#: websiteFunctions/templates/websiteFunctions/website.html:441 -msgid "Files" -msgstr "" - -#: websiteFunctions/templates/websiteFunctions/website.html:450 -msgid "File Manager" -msgstr "" - -#: websiteFunctions/templates/websiteFunctions/website.html:490 -msgid "Application Installer" -msgstr "" - -#: websiteFunctions/templates/websiteFunctions/website.html:498 -msgid "Wordpress with LSCache" -msgstr "" - -#: websiteFunctions/templates/websiteFunctions/website.html:510 +#: websiteFunctions/templates/websiteFunctions/website.html:324 +#: websiteFunctions/templates/websiteFunctions/website.html:883 +#: websiteFunctions/templates/websiteFunctions/website.html:934 msgid "Path" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:532 +#: websiteFunctions/templates/websiteFunctions/website.html:326 +msgid "This path is relative to: " +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:326 +msgid "Leave empty to set default." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:374 +msgid "Create Domain" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:416 +msgid "PHP Version Changed to:" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:420 +msgid "Deleted:" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:424 +msgid "SSL Issued:" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:509 +msgid "Configurations" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:518 +#: websiteFunctions/templates/websiteFunctions/website.html:521 +msgid "Edit vHost Main Configurations" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:522 +msgid "vHost Conf" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:530 +msgid "Add Rewrite Rules (.htaccess)" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:533 +msgid "Rewrite Rules (.htaccess)" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:534 +msgid "Rewrite Rules" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:542 +#: websiteFunctions/templates/websiteFunctions/website.html:545 +msgid "Add Your Own SSL" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:546 +msgid "Add SSL" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:554 +#: websiteFunctions/templates/websiteFunctions/website.html:557 +msgid "Change PHP Version" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:558 +#: websiteFunctions/templates/websiteFunctions/website.html:754 +msgid "Change PHP" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:570 +msgid "SSL Saved" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:575 +msgid "Could not save SSL. Error message:" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:624 +msgid "Current configuration in the file fetched." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:629 +#: websiteFunctions/templates/websiteFunctions/website.html:642 +msgid "Could not fetch current configuration. Error message:" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:638 +#: websiteFunctions/templates/websiteFunctions/website.html:690 +msgid "Configurations saved." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:676 +msgid "Current rewrite rules in the file fetched." +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:681 +msgid "Could not fetch current rewrite rules. Error message:" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:694 +msgid "Could not save rewrite rules. Error message:" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:710 +msgid "Save Rewrite Rules" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:765 +msgid "Failed to change PHP version. Error message:" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:769 +msgid "PHP successfully changed for: " +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:795 +msgid "Files" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:803 +#: websiteFunctions/templates/websiteFunctions/website.html:806 +#: websiteFunctions/templates/websiteFunctions/website.html:807 +msgid "File Manager" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:819 +msgid "Create FTP Acct" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:831 +msgid "Delete FTP Acct" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:848 +msgid "Application Installer" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:857 +#: websiteFunctions/templates/websiteFunctions/website.html:860 +msgid "Install wordpress with LSCache" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:861 +msgid "Wordpress with LSCache" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:869 +#: websiteFunctions/templates/websiteFunctions/website.html:872 +msgid "Install Joomla with(?) LSCache" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:873 +msgid "Joomla" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:905 +#: websiteFunctions/templates/websiteFunctions/website.html:984 msgid "Installation failed. Error message:" msgstr "" -#: websiteFunctions/templates/websiteFunctions/website.html:536 +#: websiteFunctions/templates/websiteFunctions/website.html:909 +#: websiteFunctions/templates/websiteFunctions/website.html:988 msgid "Installation successful. To complete the setup visit:" msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:941 +msgid "Site name" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:948 +msgid "Admin Username" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:955 +msgid "Admin Password" +msgstr "" + +#: websiteFunctions/templates/websiteFunctions/website.html:962 +msgid "Database prefix" +msgstr "" diff --git a/loginSystem/templates/loginSystem/login.html b/loginSystem/templates/loginSystem/login.html index 495c69604..d6f0db03b 100755 --- a/loginSystem/templates/loginSystem/login.html +++ b/loginSystem/templates/loginSystem/login.html @@ -133,6 +133,7 @@ + diff --git a/loginSystem/views.py b/loginSystem/views.py index c3531816c..96d8a2af7 100644 --- a/loginSystem/views.py +++ b/loginSystem/views.py @@ -79,6 +79,11 @@ def verifyLogin(request): request.session[LANGUAGE_SESSION_KEY] = user_Language request.COOKIES['django_language'] = user_Language settings.LANGUAGE_CODE = user_Language + elif data['languageSelection'] == "Spanish": + user_Language = "es" + request.session[LANGUAGE_SESSION_KEY] = user_Language + request.COOKIES['django_language'] = user_Language + settings.LANGUAGE_CODE = user_Language except: request.session[LANGUAGE_SESSION_KEY] = "en" request.COOKIES['django_language'] = "en" @@ -129,7 +134,7 @@ def loadLoginPage(request): firstName="Cyber",lastName="Panel") admin.save() - vers = version(currentVersion="1.6",build=2) + vers = version(currentVersion="1.6",build=4) vers.save() package = Package(admin=admin, packageName="Default", diskSpace=1000, diff --git a/plogical/sslUtilities.py b/plogical/sslUtilities.py index f3a809455..bae2d6830 100644 --- a/plogical/sslUtilities.py +++ b/plogical/sslUtilities.py @@ -89,6 +89,8 @@ class sslUtilities: writeDataToFile.writelines(items) writeDataToFile.writelines(map) sslCheck = 0 + else: + writeDataToFile.writelines(items) writeDataToFile.close() ###################### Write per host Configs for SSL ################### diff --git a/plogical/test.py b/plogical/test.py index e69de29bb..4f57b7fcc 100644 --- a/plogical/test.py +++ b/plogical/test.py @@ -0,0 +1,46 @@ +# Copyright 2018 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# [START drive_quickstart] +""" +Shows basic usage of the Drive v3 API. + +Creates a Drive v3 API service and prints the names and ids of the last 10 files +the user has access to. +""" +from __future__ import print_function +from apiclient.discovery import build +from httplib2 import Http +from oauth2client import file, client, tools + +# Setup the Drive v3 API +SCOPES = 'https://www.googleapis.com/auth/drive.metadata.readonly' +store = file.Storage('credentials.json') +creds = store.get() +if not creds or creds.invalid: + flow = client.flow_from_clientsecrets('client_secret.json', SCOPES) + creds = tools.run_flow(flow, store) +service = build('drive', 'v3', http=creds.authorize(Http())) + +# Call the Drive v3 API +results = service.files().list( + pageSize=10, fields="nextPageToken, files(id, name)").execute() +items = results.get('files', []) +if not items: + print('No files found.') +else: + print('Files:') + for item in items: + print('{0} ({1})'.format(item['name'], item['id'])) +# [END drive_quickstart] \ No newline at end of file diff --git a/plogical/upgrade.py b/plogical/upgrade.py index 4d0e7f9f7..1c31ace02 100644 --- a/plogical/upgrade.py +++ b/plogical/upgrade.py @@ -6,6 +6,7 @@ import subprocess import shutil import requests import json +import time class Upgrade: logPath = "/usr/local/lscp/logs/upgradeLog" @@ -88,6 +89,8 @@ class Upgrade: command = "systemctl restart gunicorn.socket" subprocess.call(shlex.split(command)) + time.sleep(3) + ## Upgrade version r = requests.post("http://localhost:5003/base/upgradeVersion") diff --git a/plogical/virtualHostUtilities.py b/plogical/virtualHostUtilities.py index fc8003aef..417c649cc 100644 --- a/plogical/virtualHostUtilities.py +++ b/plogical/virtualHostUtilities.py @@ -681,7 +681,7 @@ class virtualHostUtilities: continue if (items.find(virtualHostName) > -1 and (items.find("virtualHost") > -1 or items.find("virtualhost") > -1)): check = 0 - if (items.find("listener SSL {") > -1): + if items.find("listener")>-1 and items.find("SSL") > -1: sslCheck = 0 if (check == 1 and sslCheck == 1): writeDataToFile.writelines(items) @@ -1023,12 +1023,14 @@ def createVirtualHost(virtualHostName, administratorEmail, phpVersion, virtualHo if ssl == 1: installUtilities.installUtilities.reStartLiteSpeed() retValues = sslUtilities.issueSSLForDomain(virtualHostName, administratorEmail, sslPath) - installUtilities.installUtilities.reStartLiteSpeed() if retValues[0] == 0: raise BaseException(retValues[1]) + else: + installUtilities.installUtilities.reStartLiteSpeed() if ssl == 0: installUtilities.installUtilities.reStartLiteSpeed() + virtualHostUtilities.finalizeVhostCreation(virtualHostName, virtualHostUser) print "1,None" @@ -1684,7 +1686,7 @@ def createAlias(masterDomain,aliasDomain,ssl,sslPath, administratorEmail): listenerTrueCheck = 0 for items in data: - if items.find("listener Default{") > -1 or items.find("Default {") > -1: + if items.find("listener") > -1 and items.find("Default") > -1: listenerTrueCheck = 1 if items.find(masterDomain) > -1 and items.find('map') > -1 and listenerTrueCheck == 1: data = filter(None, items.split(" ")) @@ -1710,10 +1712,8 @@ def createAlias(masterDomain,aliasDomain,ssl,sslPath, administratorEmail): else: virtualHostUtilities.createAliasSSLMap(confPath,masterDomain, aliasDomain) - print "1,None" - except BaseException,msg: logging.CyberCPLogFileWriter.writeToFile(str(msg) + " [createAlias]") diff --git a/websiteFunctions/views.py b/websiteFunctions/views.py index 980897c76..fbc987350 100644 --- a/websiteFunctions/views.py +++ b/websiteFunctions/views.py @@ -975,8 +975,6 @@ def submitDomainDeletion(request): execPath = execPath + " deleteVirtualHostConfigurations --virtualHostName " + websiteName + " --numberOfSites " + numberOfWebsites - - subprocess.check_output(shlex.split(execPath)) @@ -1656,6 +1654,7 @@ def saveConfigsToFile(request): ## writing data temporary to file + mailUtilities.checkHome() tempPath = "/home/cyberpanel/"+str(randint(1000, 9999)) @@ -1757,6 +1756,7 @@ def saveRewriteRules(request): ## writing data temporary to file + mailUtilities.checkHome() tempPath = "/home/cyberpanel/" + str(randint(1000, 9999))