msgid ""
msgstr ""
"Project-Id-Version: letsencrypt 3.1.1\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2022-09-26T14:47:11+00:00\n"
"PO-Revision-Date: 2022-09-26T14:47:11+00:00\n"
"Language: ms_MY\n"
"Plural-Forms: nplurals=1; plural=0;\n"

#: packages/letsencrypt/controller.php:27
msgid "My Let's Encrypt"
msgstr ""

#: packages/letsencrypt/controller.php:32
msgid "Setup and maintain HTTPS / SSL for your website."
msgstr ""

#: packages/letsencrypt/controller.php:122
msgid "HTTPS"
msgstr ""

#: packages/letsencrypt/controller.php:129
msgid "HTTPS accounts"
msgstr ""

#: packages/letsencrypt/controller.php:136
msgid "Add new HTTPS account"
msgstr ""

#: packages/letsencrypt/controller.php:144
msgid "Edit HTTPS account"
msgstr ""

#: packages/letsencrypt/controller.php:152
msgid "HTTPS domains"
msgstr ""

#: packages/letsencrypt/controller.php:159
msgid "Add new HTTPS domain"
msgstr ""

#: packages/letsencrypt/controller.php:167
msgid "Edit HTTPS domain"
msgstr ""

#: packages/letsencrypt/controller.php:175
msgid "Authorize HTTPS domain"
msgstr ""

#: packages/letsencrypt/controller.php:183
msgid "HTTPS certificates"
msgstr ""

#: packages/letsencrypt/controller.php:190
msgid "Add new HTTPS certificate"
msgstr ""

#: packages/letsencrypt/controller.php:198
msgid "Edit HTTPS certificate"
msgstr ""

#: packages/letsencrypt/controller.php:206
msgid "Remote HTTPS servers"
msgstr ""

#: packages/letsencrypt/controller.php:213
msgid "Add new remote HTTPS server"
msgstr ""

#: packages/letsencrypt/controller.php:221
msgid "Edit remote HTTPS server"
msgstr ""

#: packages/letsencrypt/controller.php:229
msgid "HTTPS options"
msgstr ""

#: packages/letsencrypt/src/Concrete/Help/HelpServiceProvider.php:18
msgid "%2$d registrations every %1$d hour per IP address."
msgid_plural "%2$d registrations every %1$d hours per IP address."
msgstr[0] ""

#: packages/letsencrypt/src/Concrete/Help/HelpServiceProvider.php:20
msgid "%d incomplete domain registration per account per week."
msgid_plural "%d incomplete domain registrations per account per week."
msgstr[0] ""

#: packages/letsencrypt/src/Concrete/Help/HelpServiceProvider.php:22
msgid "%d certificate per top-level domain per week."
msgid_plural "%d certificates per top-level domain per week."
msgstr[0] ""

#: packages/letsencrypt/src/Concrete/Help/HelpServiceProvider.php:25
msgid "Here you can manage the accounts used to authenticate into Let's Encrypt server."
msgstr ""

#: packages/letsencrypt/src/Concrete/Help/HelpServiceProvider.php:26
msgid "Here you can manage the domains for which you may request HTTPS certificates."
msgstr ""

#: packages/letsencrypt/src/Concrete/Help/HelpServiceProvider.php:27
msgid "Here you can manage the HTTPS certificates for your domains."
msgstr ""

#: packages/letsencrypt/src/Concrete/Help/HelpServiceProvider.php:33
msgid "LIMITS"
msgstr ""

#: packages/letsencrypt/src/Concrete/Help/HelpServiceProvider.php:33
msgid "Reference"
msgstr ""

#: packages/letsencrypt/src/Concrete/RemoteConnection/FtpConnector.php:22
msgid "Missing PHP module %s with SSL support"
msgstr ""

#: packages/letsencrypt/src/Concrete/RemoteConnection/FtpConnector.php:27
msgid "Missing PHP module %s"
msgstr ""

#: packages/letsencrypt/src/Concrete/RemoteConnection/FtpConnector.php:32
msgid "Failed to open an FTP connection to %s"
msgstr ""

#: packages/letsencrypt/src/Concrete/RemoteConnection/FtpConnector.php:36
msgid "Failed to access to the FTP server with the specified username and password"
msgstr ""

#: packages/letsencrypt/src/Concrete/RemoteConnection/FtpConnector.php:41
msgid "Failed to enable FTP passive mode"
msgstr ""

#: packages/letsencrypt/src/Concrete/RemoteConnection/FtpRemoteConnection.php:80
msgid "FTP over SSL (passive)"
msgstr ""

#: packages/letsencrypt/src/Concrete/RemoteConnection/FtpRemoteConnection.php:80
msgid "FTP over SSL"
msgstr ""

#: packages/letsencrypt/src/Concrete/RemoteConnection/FtpRemoteConnection.php:82
msgid "FTP (passive)"
msgstr ""

#: packages/letsencrypt/src/Concrete/RemoteConnection/FtpRemoteConnection.php:82
msgid "FTP"
msgstr ""

#: packages/letsencrypt/src/Concrete/RemoteConnection/FtpRemoteConnection.php:120
#: packages/letsencrypt/src/Concrete/RemoteConnection/SftpRemoteConnection.php:96
msgid "Remote server not defined for remote connection"
msgstr ""

#: packages/letsencrypt/src/Concrete/RemoteConnection/FtpRemoteConnection.php:143
msgid "Failed to determine the current FTP directory"
msgstr ""

#: packages/letsencrypt/src/Concrete/RemoteConnection/FtpRemoteConnection.php:234
#: packages/letsencrypt/src/Concrete/RemoteConnection/FtpRemoteConnection.php:264
msgid "Failed to create a temporary memory stream"
msgstr ""

#: packages/letsencrypt/src/Concrete/RemoteConnection/FtpRemoteConnection.php:240
msgid "Failed to download existing file via FTP"
msgstr ""

#: packages/letsencrypt/src/Concrete/RemoteConnection/FtpRemoteConnection.php:242
msgid "File does not exist at FTP path %s"
msgstr ""

#: packages/letsencrypt/src/Concrete/RemoteConnection/FtpRemoteConnection.php:249
msgid "Failed to read from a temporary memory stream"
msgstr ""

#: packages/letsencrypt/src/Concrete/RemoteConnection/FtpRemoteConnection.php:269
msgid "Failed to write to a temporary memory stream"
msgstr ""

#: packages/letsencrypt/src/Concrete/RemoteConnection/FtpRemoteConnection.php:348
msgid "It is not possible to execute commands on an FTP server"
msgstr ""

#: packages/letsencrypt/src/Concrete/RemoteConnection/SftpConnector.php:27
msgid "Failed to access to the SSH2 server with the specified username and password"
msgstr ""

#: packages/letsencrypt/src/Concrete/RemoteConnection/SftpRemoteConnection.php:61
msgid "SFTP"
msgstr ""

#: packages/letsencrypt/src/Concrete/RemoteConnection/SftpRemoteConnection.php:209
msgid "Failed to download existing file via SFTP"
msgstr ""

#: packages/letsencrypt/src/Concrete/RemoteConnection/SftpRemoteConnection.php:211
msgid "File does not exist at SFTP path %s"
msgstr ""

#: packages/letsencrypt/src/Concrete/RemoteConnection/SftpRemoteConnection.php:312
msgid "Failed to run command on SSH server"
msgstr ""

#: packages/letsencrypt/src/Concrete/Console/Command/AuthorizeDomainCommand.php:202
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:275
msgid "The Let's Encrypt server does not support the authorization %s"
msgstr ""

#: packages/letsencrypt/src/Concrete/Console/Command/AuthorizeDomainCommand.php:205
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:278
msgid "The Let's Encrypt server does not support an authorization of type %s alone"
msgstr ""

#: packages/letsencrypt/src/Concrete/Console/Command/RenewCommand.php:102
#: packages/letsencrypt/src/Concrete/Entity/Account.php:245
msgid "The email address %s is not valid"
msgstr ""

#: packages/letsencrypt/src/Concrete/Entity/Account.php:157
msgid "Please specify the name of the account"
msgstr ""

#: packages/letsencrypt/src/Concrete/Entity/Account.php:161
msgid "There's already another account named %s"
msgstr ""

#: packages/letsencrypt/src/Concrete/Entity/Account.php:240
msgid "Please specify the email address of the account"
msgstr ""

#: packages/letsencrypt/src/Concrete/Entity/Account.php:330
msgid "An account must have a registration URI."
msgstr ""

#: packages/letsencrypt/src/Concrete/Entity/Account.php:334
msgid "The account named '%s' has this same registration URI."
msgstr ""

#: packages/letsencrypt/src/Concrete/Entity/Certificate.php:470
msgid "Failed to detect issuer name"
msgstr ""

#: packages/letsencrypt/src/Concrete/Entity/Certificate.php:515
msgid "Invalid remote server specified for saving certificate files to"
msgstr ""

#: packages/letsencrypt/src/Concrete/Entity/Certificate.php:1031
msgid "Failed to save the private key to %s"
msgstr ""

#: packages/letsencrypt/src/Concrete/Entity/Certificate.php:1039
msgid "Failed to save the certificate to %s"
msgstr ""

#: packages/letsencrypt/src/Concrete/Entity/Certificate.php:1047
msgid "Failed to save the issuer certificate to %s"
msgstr ""

#: packages/letsencrypt/src/Concrete/Entity/Certificate.php:1056
msgid "Failed to save the certificate joined with the issuer certificate to %s"
msgstr ""

#: packages/letsencrypt/src/Concrete/Entity/Domain.php:255
msgid "Invalid account specified for domain"
msgstr ""

#: packages/letsencrypt/src/Concrete/Entity/Domain.php:280
msgid "Authorized expired"
msgstr ""

#: packages/letsencrypt/src/Concrete/Entity/Domain.php:282
msgid "Authorized"
msgstr ""

#: packages/letsencrypt/src/Concrete/Entity/Domain.php:285
msgctxt "Domain"
msgid "Not authorized"
msgstr ""

#: packages/letsencrypt/src/Concrete/Entity/Domain.php:314
msgid "The authorization expiration must be an object of type %s"
msgstr ""

#: packages/letsencrypt/src/Concrete/Entity/Domain.php:424
msgid "Invalid remote server specified for challenge file path"
msgstr ""

#: packages/letsencrypt/src/Concrete/Entity/Domain.php:538
msgid "This domain has just been created and it needs authorization."
msgstr ""

#: packages/letsencrypt/src/Concrete/Entity/Domain.php:542
msgid "The authorization for this domain expired on %s: you need to re-authorize it."
msgstr ""

#: packages/letsencrypt/src/Concrete/Entity/RemoteServer.php:132
msgid "Please specify the mnemonic name of the remote server"
msgstr ""

#: packages/letsencrypt/src/Concrete/Entity/RemoteServer.php:136
msgid "A remote server with the mnemonic name %s already exists"
msgstr ""

#: packages/letsencrypt/src/Concrete/Entity/RemoteServer.php:207
msgid "Please specify the protocol to be used to access the remote server"
msgstr ""

#: packages/letsencrypt/src/Concrete/Entity/RemoteServer.php:212
msgid "Invalid protocol specified: %s"
msgstr ""

#: packages/letsencrypt/src/Concrete/Entity/RemoteServer.php:239
msgid "Please specify the remote server host name"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/AcmeServer.php:98
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:184
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:187
msgid "Failed to retrieve the ACME directory: %s"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/AcmeServer.php:102
msgid "Failed to decode the ACME directory from URL %s"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/AcmeServer.php:146
msgid "Failed to retrieve the URL of the terms of service: %s"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/AcmeServer.php:167
msgid "Failed to retrieve the nonce: missing %s header"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/AcmeServer.php:222
#: packages/letsencrypt/src/Concrete/AcmeServer/AcmeServer.php:225
#: packages/letsencrypt/src/Concrete/KeyHelper.php:120
msgid "Invalid private key specified"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/AcmeServer.php:293
msgid "The private key must be set"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/AcmeServer.php:303
msgid "Failed to sign the data to be sent"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/AcmeServer.php:338
msgid "Unable to parse the response from the server"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/AcmeServer.php:416
msgid "The server did not respond correctly: missing %s header"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/AcmeServer.php:462
msgid "Failed to retrieve the authorization status URL."
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/AcmeServer.php:498
msgid "The domain authorization status URL is not defined."
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/AcmeServer.php:523
msgid "Unable to retrieve the issuer certificate"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/DomainAuthorizationChallenge.php:182
msgid "You need to create this directory in the web root folder of the domain %s:"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/DomainAuthorizationChallenge.php:186
msgid "Inside that direcory you have to create a file named"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/DomainAuthorizationChallenge.php:190
msgid "The contents of this file must exactly be this (no new line at its end):"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/DomainAuthorizationChallenge.php:194
msgid "The Let's Encrypt server will fetch it accessing this URL:"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/DomainAuthorizationChallenge.php:202
msgid "Please verify that this URL works before proceeding."
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/DomainAuthorizationChallenge.php:210
msgid "You need to access the DNS server controlling the domain %s."
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/DomainAuthorizationChallenge.php:212
msgid "You have to add this TXT record:"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/DomainAuthorizationChallenge.php:216
msgid "with this value:"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/DomainAuthorizationChallenge.php:220
msgid "Here's the full DNS record to add:"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/DomainAuthorizationChallenge.php:248
msgid "Pretty URLs must be enabled in order to automatically respond to the Let's Encrypt server"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/DomainAuthorizationChallenge.php:251
msgid "We can't handle Let's Encrypt server requests since this concrete5 installation is available as a sub-directory of the web server"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/DomainAuthorizationChallenge.php:262
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:115
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/remote_servers/edit.php:37
msgid "Unable to find the specified remote server"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/DomainAuthorizationChallenge.php:269
msgid "Please specify the directory containing the root of the website."
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/DomainAuthorizationChallenge.php:282
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:135
msgid "The specified directory containing the root of the website ('%s') does not exist."
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/DomainAuthorizationChallenge.php:285
msgid "The directory containing the root of the website ('%s') is not writable."
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/DomainAuthorizationChallenge.php:292
msgid "Please specify how the HTTP-based authorization should be performed."
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/DomainAuthorizationChallenge.php:294
msgid "Unknown HTTP-based authorization kind."
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/DomainAuthorizationChallenge.php:349
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:148
msgid "Failed to create the directory %s"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/DomainAuthorizationChallenge.php:357
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:165
msgid "Failed to write the file %s"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/DomainAuthorizationRequest.php:221
msgid "Pending authorization..."
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/DomainAuthorizationRequest.php:224
msgid "Processing authorization..."
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/DomainAuthorizationRequest.php:228
msgid "Authorization failed!"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/DomainAuthorizationRequest.php:239
msgid "Authorization succeeded!"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/DomainAuthorizationRequest.php:243
msgid "Authorization revoked!"
msgstr ""

#: packages/letsencrypt/src/Concrete/AcmeServer/DomainAuthorizationRequest.php:248
msgid "Unknown authorization status!"
msgstr ""

#: packages/letsencrypt/src/Concrete/KeyHelper.php:64
msgid "Invalid value for the size of the private key."
msgstr ""

#: packages/letsencrypt/src/Concrete/KeyHelper.php:76
msgid "Timeout generating the new private key: try to lower its size"
msgstr ""

#: packages/letsencrypt/src/Concrete/KeyHelper.php:78
msgid "Timeout generating the new private key: try to lower its size or adding the openssl PHP extension"
msgstr ""

#: packages/letsencrypt/src/Concrete/KeyHelper.php:94
msgid "Failed to encoding to base64"
msgstr ""

#: packages/letsencrypt/src/Concrete/KeyHelper.php:166
msgid "Failed to build a JSON encoded variable"
msgstr ""

#: packages/letsencrypt/src/Concrete/KeyHelper.php:192
msgid "The specified private key is not valid."
msgstr ""

#: packages/letsencrypt/src/Concrete/KeyHelper.php:195
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates/add.php:94
msgid "Please specify at least one domain to be included in the certificate"
msgstr ""

#: packages/letsencrypt/src/Concrete/KeyHelper.php:208
#: packages/letsencrypt/src/Concrete/KeyHelper.php:220
msgid "Failed to sign certificate (step %d)"
msgstr ""

#: packages/letsencrypt/src/Concrete/KeyHelper.php:290
msgid "Failed to load the certificate"
msgstr ""

#: packages/letsencrypt/src/Concrete/KeyHelper.php:302
msgid "Failed to determine the certificate start date"
msgstr ""

#: packages/letsencrypt/src/Concrete/KeyHelper.php:315
msgid "Failed to determine the certificate end date"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/accounts/add.php:25
msgid "An error occurred while communicating with the Let's Encrypt server"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/accounts/add.php:28
msgid "<a href=\"%s\" target=\"_blank\">See this page</a> for possible solutions."
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/accounts/add.php:69
msgid "You must accept the Let's Encrypt terms of service"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/accounts/add.php:76
msgid "Please specify the private key of the existing account"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/accounts/add.php:80
msgid "The specified private key is not valid"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/accounts/add.php:89
msgid "Please specify a valid value for the size of the new private key"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/accounts/add.php:93
msgid "The size of the new private key must be greather or equal to 1024"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/accounts/edit.php:34
msgid "Unable to find the specified account"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/add.php:37
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/add.php:88
msgid "Please specify the domain name"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/add.php:97
msgid "The domain name should be written as %s"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/add.php:99
msgid "Please specify the domain name, not its IP address"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/add.php:101
msgid "The domain %s already exists"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/add.php:103
msgid "The specified domain name is not valid"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/add.php:108
msgid "%s is not a valid UTF-8 string"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/add.php:112
msgid "The domain name contains invalid characters"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/add.php:114
msgid "The domain name contains these invalid characters: %s"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:47
msgid "Authorize domain %s"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:52
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:53
msgid "yes"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:52
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:53
msgid "no"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:57
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:234
msgid "writable"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:57
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:234
msgid "not writable"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:72
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:107
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:248
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:302
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:328
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:346
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates/add.php:76
msgid "Unable to find the domain with ID %s"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:120
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:252
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:306
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:385
msgid "Invalid parameter received: %s"
msgstr "Parameter tidak sah telah diterima: %s"

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:138
msgid "Root directory \"%s\" is not writable"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:184
msgid "Not Found"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/authorize.php:190
msgid ""
"Failed to retrieve the correct file contents.\n"
"Expected: %s\n"
"Received: %s"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/edit.php:46
msgid "This domain is currently associated to a certificate. In order to delete this domain you have to remove if from the certificate."
msgid_plural "This domain is currently associated to %d certificates. In order to delete this domain you have to remove if from the certificates."
msgstr[0] ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/domains/edit.php:64
msgid "Invalid domain"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates/add.php:53
msgid "Please specify a valid value for the size of the private key"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates/add.php:57
msgid "The size of the private key must be greather or equal to 1024"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates/add.php:66
msgid "Please specify the account to be associated to this certificate"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates/add.php:81
msgid "It's not possible to certificate the domain %1$s: %2$s"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates/add.php:83
msgid "The domain %1$s is not associated to the account %2$s"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates/edit.php:165
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:144
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:191
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:206
msgid "Unable to find the specified certificate"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/remote_servers/edit.php:97
msgid "Invalid remote server"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/remote_servers/edit.php:102
msgid "This remote server can't be deleted since it's used by %d certificate"
msgid_plural "This remote server can't be deleted since it's used by %d certificates"
msgstr[0] ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:43
#: packages/letsencrypt/single_pages/dashboard/system/https/accounts.php:41
#: packages/letsencrypt/single_pages/dashboard/system/https/domains.php:51
#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers.php:41
msgid "Edit"
msgstr "Sunting"

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:45
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:47
msgid "Renew"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:54
msgid "Check"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:57
msgid "We still don't know if files are synchronized - Click the check button to check or here to force synchronization"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:57
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:63
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:69
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:72
msgid "Sync"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:60
msgid "Yes"
msgstr "Ya"

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:63
msgid "Files are synchronized"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:66
msgid "No"
msgstr "Tidak"

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:69
msgid "Files are NOT synchronized"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:72
msgid "No files to be saved"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:149
msgid "Files are already synchronized"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:163
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:220
msgid "Output of the remote command: %s"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:166
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:223
msgid "Error output of remote command: %s"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:169
#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:226
msgid "The remote command did not return anything"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:173
msgid "Files have been synchronized, but the following error occurred executing the command on remote server:"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/certificates.php:230
msgid "Certificate has been renewed, but the following error occurred executing the command on remote server:"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/options.php:79
msgid "Please specify which Let's Encrypt server you want to use."
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/options.php:86
msgid "The specified Let's Encrypt server is not valid (error message: %s)"
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/options.php:98
msgid "Please specify the number of days for renewal before the certificate expirations."
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/options.php:109
msgid "Please specify the default size of private keys."
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/options.php:124
msgid "The specified domain validation port is not valid."
msgstr ""

#: packages/letsencrypt/controllers/single_page/dashboard/system/https/options.php:170
msgid "The options has been correctly saved."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/add.php:25
#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/edit.php:58
msgid "Give this account a name of your choice"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/add.php:26
#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/edit.php:55
#: packages/letsencrypt/single_pages/dashboard/system/https/accounts.php:30
msgid "Name"
msgstr "Nama"

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/add.php:43
#: packages/letsencrypt/single_pages/dashboard/system/https/accounts.php:33
msgid "Email"
msgstr "Email"

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/add.php:64
#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/edit.php:85
msgid "Set as default account"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/add.php:79
msgid "I accept the <a href=\"%s\" target=\"_blank\">Let's Encrypt terms of service</a>"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/add.php:87
#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/edit.php:131
#: packages/letsencrypt/single_pages/dashboard/system/https/domains/add.php:83
#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/add.php:77
#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/edit.php:91
msgid "Advanced options"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/add.php:95
msgid "Use an existing Let's Encrypt account"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/add.php:104
msgid "Private key"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/add.php:113
#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/add.php:80
msgid "Size of private key to create"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/add.php:126
#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/edit.php:164
#: packages/letsencrypt/single_pages/dashboard/system/https/domains/add.php:18
#: packages/letsencrypt/single_pages/dashboard/system/https/domains/add.php:108
#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:158
#: packages/letsencrypt/single_pages/dashboard/system/https/domains/edit.php:93
#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/add.php:93
#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/edit.php:154
#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers/add.php:78
#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers/edit.php:150
#: packages/letsencrypt/single_pages/dashboard/system/https/options.php:68
msgid "Cancel"
msgstr "Batal"

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/add.php:127
#: packages/letsencrypt/single_pages/dashboard/system/https/domains/add.php:109
#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/add.php:94
#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers/add.php:79
msgid "Add"
msgstr "Tambah"

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/edit.php:14
msgid "Unable to find the requested account."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/edit.php:18
msgid "Back to account list"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/edit.php:46
#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/edit.php:108
#: packages/letsencrypt/single_pages/dashboard/system/https/domains/edit.php:61
#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers/edit.php:113
#: packages/letsencrypt/single_pages/dashboard/system/https/accounts.php:31
#: packages/letsencrypt/single_pages/dashboard/system/https/domains.php:42
#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers.php:35
msgid "Created on"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/edit.php:67
msgid "Email address"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/edit.php:94
msgid "Associated domains"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/edit.php:103
msgid "There's no domain associated to this account"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/edit.php:109
#: packages/letsencrypt/single_pages/dashboard/system/https/domains/edit.php:41
#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/add.php:53
#: packages/letsencrypt/single_pages/dashboard/system/https/domains.php:38
msgid "Domain"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/edit.php:110
#: packages/letsencrypt/single_pages/dashboard/system/https/domains/edit.php:70
#: packages/letsencrypt/single_pages/dashboard/system/https/domains.php:43
msgid "State"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/edit.php:135
#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/edit.php:125
msgid "Download public key"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/edit.php:147
#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/edit.php:137
msgid "Download private key"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/edit.php:150
#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/edit.php:140
msgid "Warning! Transferring private keys can be unsecure. Use wisely."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/edit.php:166
#: packages/letsencrypt/single_pages/dashboard/system/https/domains/edit.php:95
#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/edit.php:156
#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers/edit.php:152
msgid "Delete"
msgstr "Padam"

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/edit.php:167
#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/edit.php:157
#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers/edit.php:153
#: packages/letsencrypt/single_pages/dashboard/system/https/options.php:69
msgid "Save"
msgstr "Simpan"

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/edit.php:186
msgid "Are you sure you want to delete this account?"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts/edit.php:190
msgid "WARNING! All the associated domains will be removed!"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/add.php:14
msgid "In order to add a domain you need to <a href=\"%s\">define at least one account</a>."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/add.php:43
#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/add.php:28
msgid "Please select"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/add.php:48
#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/add.php:33
msgid "Associate to account"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/add.php:63
msgid "Domain name"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/add.php:90
msgid "the Let's Encrypt account is already authorized to manage this domain"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/add.php:96
#: packages/letsencrypt/single_pages/dashboard/system/https/domains/edit.php:84
#: packages/letsencrypt/single_pages/dashboard/system/https/domains.php:44
msgid "Authorization expiration"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/add.php:158
msgid "You should write this domain name as %s"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/add.php:165
msgid "The punycode of the domain name %1$s is %2$s."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/add.php:176
msgid "For security reasons, you should also register the domain name %1$s (punycode: %2$s)."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/add.php:185
msgid "For security reasons, you should also register the domain name %s."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/add.php:239
msgid "No server response"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:11
#: packages/letsencrypt/single_pages/dashboard/system/https/domains/edit.php:13
msgid "Unable to find the requested domain."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:15
#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:30
#: packages/letsencrypt/single_pages/dashboard/system/https/domains/edit.php:17
msgid "Back to domain list"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:26
msgid "This domain does not requires authorization."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:45
msgid "Authorization method"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:49
msgid "Intercept calls to %s"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:49
#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:72
#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:106
msgctxt "Method"
msgid "Simple"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:51
#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:74
#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:108
msgid "With this validation, the Let's Encrypt server reads an URL located under the root of the website using the HTTP protocol."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:52
msgid "With this method, concrete5 will intercept the calls made to this server, no file will be written to the webroot directory."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:53
#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:76
#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:110
msgid "Requirements:"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:56
msgid "this concrete5 instance is not installed in a sub-directory"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:60
msgid "<a href=\"%s\" target=\"_blank\">pretty URLs</a> are enabled"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:64
msgid "PHP and webserver are configured to pass URLs that start with %s to concrete5"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:67
#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:101
msgid "Check that everything works"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:72
msgid "Create automatically a file in the webroot directory of %s"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:75
msgid "With this method, a directory and a file will be physically created in the webroot directory, and Let's Encrypt server will retrieve it automatically."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:79
msgid "PHP needs write access to the root directory of the webserver"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:82
#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:116
msgid "your webserver is configured to serve URLs that start with %s"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:86
msgid "Server containing the web root directory:"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:88
#: packages/letsencrypt/elements/certificate_savepaths.php:18
msgid "this server"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:97
msgid "Enter the path to the directory that serves %s"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:106
msgid "Create manually a file in the webroot directory of %s"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:109
msgid "With this method, you will have to create a directory in the webroot directory and place a file with a specific content in it, and Let's Encrypt server will retrieve it automatically."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:113
msgid "you need write access to the root directory of the webserver"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:123
msgid "Creation of a DNS record for the domain %s"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:123
msgctxt "Method"
msgid "Advanced"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:125
msgid "This authorization method requires that you create a TXT record in the DNS server."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:126
msgid "This TXT record is something like this:"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:127
#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:128
msgid "value"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:128
msgid "Where %s is a string that this page will tell you."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:138
#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:160
#: packages/letsencrypt/single_pages/dashboard/system/https/domains/edit.php:75
msgid "Authorize"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:138
msgid "Once you're ready, please press the '%s' button below."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:143
msgid "DO NOT CLOSE THIS WINDOW"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:144
msgid "Waiting that the Let's Encrypt server authorizes the domain."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:147
msgid "Current authorization state"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:152
msgid "Retry"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:168
msgid "Please select the authorization type."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:169
msgid "Please select the webroot folder."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:170
#: packages/letsencrypt/single_pages/dashboard/system/https/certificates.php:85
msgid "No response from server"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:171
msgid "No result from server"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:172
msgid "WARNING: there's a pending process, if you proceed the domain authorization will be aborted."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:173
msgid "Success!"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/authorize.php:174
msgid "Failed!"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/edit.php:51
msgid "Associated account"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/edit.php:86
msgid "never"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains/edit.php:108
msgid "Are you sure you want to delete this domain?"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/add.php:48
msgid "Included domains"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/add.php:54
msgctxt "Domain"
msgid "Include"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/add.php:55
msgctxt "Domain"
msgid "Main"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/add.php:62
msgid "Select:"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/add.php:63
msgctxt "Select domains"
msgid "all"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/add.php:65
msgctxt "Select domains"
msgid "none"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/add.php:67
msgctxt "Select domains"
msgid "invert"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/add.php:69
msgid "NOTE: you can include a maximum of %d domain in a certificate."
msgid_plural "NOTE: you can include a maximum of %d domains in a certificate."
msgstr[0] ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/add.php:151
msgid "No domains for this account"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/edit.php:14
msgid "Unable to find the requested certificate."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/edit.php:18
msgid "Back to certificate list"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/edit.php:46
msgid "Certificate valid from"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/edit.php:55
msgid "Certificate valid to"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/edit.php:64
msgid "You requested to certificate these domains"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/edit.php:77
msgid "The certificate is valid for these domains"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/edit.php:96
msgid "Download CSR"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/edit.php:98
#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/edit.php:108
#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/edit.php:118
msgid "ASCII format (PEM)"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/edit.php:99
#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/edit.php:109
#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/edit.php:119
msgid "Binary format (DER)"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/edit.php:106
msgid "Download certificate"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/edit.php:116
msgid "Download issuer certificate"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/edit.php:178
msgid "Are you sure you want to delete this certificate?"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates/edit.php:178
msgid "WARNING: the current certificate will be REVOKED!"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers/add.php:18
#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers/edit.php:43
msgid "Remote server name"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers/add.php:21
#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers/edit.php:46
msgid "Mnemonic name of your choice"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers/add.php:30
#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers/edit.php:55
msgid "Connection protocol"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers/add.php:33
msgid "Please specify a protocol"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers/add.php:42
#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers/edit.php:67
#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers.php:32
msgid "Host name"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers/add.php:54
#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers/edit.php:79
#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers.php:34
msgid "Username"
msgstr "Nama Pengguna"

#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers/add.php:66
#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers/edit.php:91
msgid "Password"
msgstr "Kata laluan"

#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers/edit.php:15
msgid "Unable to find the requested remote server."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers/edit.php:19
msgid "Back to remote servers list"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers/edit.php:103
msgid "Change"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers/edit.php:122
msgid "Used for certificates"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers/edit.php:127
msgctxt "NoCertificates"
msgid "none"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers/edit.php:163
msgid "Are you sure you want to delete this remote server?"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts.php:10
msgid "Add account"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts.php:15
msgid "The specified account has been removed."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts.php:20
msgid "No account has been defined."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts.php:29
msgid "Default"
msgstr "Tetapan asal"

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts.php:32
msgid "Registered on"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts.php:34
msgid "Domains"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/accounts.php:35
msgid "Key size"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates.php:7
msgid "Add certificate"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates.php:13
msgid "The specified certificate has been removed."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates.php:19
msgid "No domain has been defined: you need to add at least one domain <a href=\"%s\">here</a>."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates.php:23
msgid "No certificate has been defined."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates.php:32
msgid "Requested domains"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates.php:33
msgid "Certified domains"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates.php:34
msgid "Valid from"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates.php:35
msgid "Valid to"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates.php:36
msgid "Issued by"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/certificates.php:37
msgid "Files synchonized"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains.php:10
msgid "Add domain"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains.php:16
msgid "The specified domain has been removed."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains.php:22
msgid "No account has been defined: you need to add at least one account <a href=\"%s\">here</a>."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains.php:26
msgid "No domain has been defined."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains.php:40
msgid "Account"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/domains.php:53
#: packages/letsencrypt/single_pages/dashboard/system/https/domains.php:55
msgid "Auth"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/options.php:15
msgid "Let's Encrypt server"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/options.php:19
msgid "WARNING: if you change the Let's Encrypt server, all the certificates, domains and Let's Encrypt accounts will be removed from this concrete5 installation."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/options.php:22
msgctxt "Server"
msgid "Production (%s)"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/options.php:23
msgctxt "Server"
msgid "Staging (%s)"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/options.php:24
msgctxt "Server"
msgid "Other/test"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/options.php:34
msgid "Allow renewing certificates before these expiration days"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/options.php:45
msgid "Default size of private keys"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/options.php:55
msgid "Debug options"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/options.php:58
msgid "Domain validation port"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/options.php:74
msgid "Setup a debug environment"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/options.php:75
msgid "It is possible to create a test environment, so that you can try the Let's Encrypt functions before going to staging/production."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/options.php:76
msgid "See <a href=\"%s\" target=\"_blank\">here</a> to know how to setup a test Let's Encrypt server."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers.php:8
msgid "Add remote server"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers.php:13
msgid "The specified remote server has been removed."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers.php:19
msgid "No remote server has been defined."
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers.php:31
msgid "Remote server"
msgstr ""

#: packages/letsencrypt/single_pages/dashboard/system/https/remote_servers.php:33
msgid "Protocol"
msgstr ""

#: packages/letsencrypt/elements/dashboard/install.php:17
msgid "Repeat checks"
msgstr ""

#: packages/letsencrypt/elements/dashboard/install.php:28
#: packages/letsencrypt/elements/dashboard/install.php:91
#: packages/letsencrypt/elements/dashboard/install.php:166
msgid "PHP extension %s installed"
msgstr ""

#: packages/letsencrypt/elements/dashboard/install.php:29
msgid "For faster execution, you should enable the \"%s\" PHP extension"
msgstr ""

#: packages/letsencrypt/elements/dashboard/install.php:55
msgid "The version of the OpenSSL Header (%1$s) and the version of the OpenSSL Library (%2$s) are different"
msgstr ""

#: packages/letsencrypt/elements/dashboard/install.php:57
msgid "The version of the OpenSSL Header has been found (%s), but the version of the OpenSSL Library has not been detected"
msgstr ""

#: packages/letsencrypt/elements/dashboard/install.php:60
msgid "The version of the OpenSSL Library has been found (%s), but the version of the OpenSSL Header has not been detected"
msgstr ""

#: packages/letsencrypt/elements/dashboard/install.php:62
msgid "It was not possible to determine the OpenSSL version"
msgstr ""

#: packages/letsencrypt/elements/dashboard/install.php:68
#: packages/letsencrypt/elements/dashboard/install.php:149
msgid "PHP extension %s configured correctly"
msgstr ""

#: packages/letsencrypt/elements/dashboard/install.php:80
msgid "PHP extension %s or %s installed"
msgstr ""

#: packages/letsencrypt/elements/dashboard/install.php:81
msgid "For faster execution, you should enable the %s and/or the %s PHP extension"
msgstr ""

#: packages/letsencrypt/elements/dashboard/install.php:92
msgid "You need to enable the %s PHP extension"
msgstr ""

#: packages/letsencrypt/elements/dashboard/install.php:132
msgid "You need to configure PHP in order to correctly handle HTTPS calls.<br />Click this icon for more details."
msgstr ""

#: packages/letsencrypt/elements/dashboard/install.php:136
msgid "It was not possible to verify if the cURL PHP extension works correctly."
msgstr ""

#: packages/letsencrypt/elements/dashboard/install.php:140
msgid "Your concrete5 installation is configured to not verify HTTPS connections. This is UNSECURE!"
msgstr ""

#: packages/letsencrypt/elements/dashboard/install.php:167
msgid "To enable uploading certificates to remote servers with FTP, you should enable the \"%s\" PHP extension"
msgstr ""

#: packages/letsencrypt/elements/dashboard/install.php:175
msgid "PHP extension %s installed with SSL support"
msgstr ""

#: packages/letsencrypt/elements/dashboard/install.php:176
msgid "To enable uploading certificates to remote servers with FTP over SSL, you should enable the \"%s\" PHP extension with SSL support"
msgstr ""

#: packages/letsencrypt/elements/dashboard/install.php:185
msgid "I understand that without fixing the errors marked with %s this package could not work properly."
msgstr ""

#: packages/letsencrypt/elements/certificate_savepaths.php:10
msgid "Save certificate files to disk"
msgstr ""

#: packages/letsencrypt/elements/certificate_savepaths.php:15
msgid "Server where files should be saved"
msgstr ""

#: packages/letsencrypt/elements/certificate_savepaths.php:41
#: packages/letsencrypt/elements/certificate_savepaths.php:61
#: packages/letsencrypt/elements/certificate_savepaths.php:81
#: packages/letsencrypt/elements/certificate_savepaths.php:101
msgid "This is useful for these server directives:"
msgstr ""

#: packages/letsencrypt/elements/certificate_savepaths.php:43
msgid "Save private key to"
msgstr ""

#: packages/letsencrypt/elements/certificate_savepaths.php:63
msgid "Save certificate to"
msgstr ""

#: packages/letsencrypt/elements/certificate_savepaths.php:83
msgid "Save issuer certificate to"
msgstr ""

#: packages/letsencrypt/elements/certificate_savepaths.php:103
msgid "Save joined certificate and issuer certificate to"
msgstr ""

#: packages/letsencrypt/elements/certificate_savepaths.php:121
msgid "This is useful to reload the web server configuration after certificate files have been updated:"
msgstr ""

#: packages/letsencrypt/elements/certificate_savepaths.php:121
msgid "Example:"
msgstr ""

#: packages/letsencrypt/elements/certificate_savepaths.php:123
msgid "Execute a command after files are saved"
msgstr ""

#: packages/letsencrypt/elements/certificate_savepaths.php:137
msgid "Select the appropriate fields for your web server"
msgstr ""

#: packages/letsencrypt/elements/certificate_savepaths.php:148
msgid "Here's a hint that may help you decide: you have %s"
msgstr ""

#: packages/letsencrypt/elements/certificate_savepaths.php:193
msgid "It is not possible to execute remote commands on the selected server"
msgstr ""
