Commit c5d13e9d by Yutaka Kobayashi

htdocs削除

1 parent c639920c
Showing with 0 additions and 2576 deletions
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}
.mfp-container:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #ccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #ccc;
}
.mfp-preloader a:hover {
color: #fff;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #fff;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #fff;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #ccc;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #fff;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #fff;
margin-left: 39px;
}
.mfp-arrow-right:before {
border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
}
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
}
.mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: "";
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
} /*# sourceMappingURL=magnific-popup.css.map */
GPL Cooperation Commitment
Version 1.0
Before filing or continuing to prosecute any legal proceeding or claim
(other than a Defensive Action) arising from termination of a Covered
License, we commit to extend to the person or entity ('you') accused
of violating the Covered License the following provisions regarding
cure and reinstatement, taken from GPL version 3. As used here, the
term 'this License' refers to the specific Covered License being
enforced.
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly
and finally terminates your license, and (b) permanently, if the
copyright holder fails to notify you of the violation by some
reasonable means prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you
have received notice of violation of this License (for any work)
from that copyright holder, and you cure the violation prior to 30
days after your receipt of the notice.
We intend this Commitment to be irrevocable, and binding and
enforceable against us and assignees of or successors to our
copyrights.
Definitions
'Covered License' means the GNU General Public License, version 2
(GPLv2), the GNU Lesser General Public License, version 2.1
(LGPLv2.1), or the GNU Library General Public License, version 2
(LGPLv2), all as published by the Free Software Foundation.
'Defensive Action' means a legal proceeding or claim that We bring
against you in response to a prior proceeding or claim initiated by
you or your affiliate.
'We' means each contributor to this repository as of the date of
inclusion of this file, including subsidiaries of a corporate
contributor.
This work is available under a Creative Commons Attribution-ShareAlike
4.0 International license (https://creativecommons.org/licenses/by-sa/4.0/).
# Security notices relating to PHPMailer
Please disclose any security issues or vulnerabilities found through [Tidelift's coordinated disclosure system](https://tidelift.com/security) or to the maintainers privately.
PHPMailer 6.4.1 and earlier contain a vulnerability that can result in untrusted code being called (if such code is injected into the host project's scope by other means). If the `$patternselect` parameter to `validateAddress()` is set to `'php'` (the default, defined by `PHPMailer::$validator`), and the global namespace contains a function called `php`, it will be called in preference to the built-in validator of the same name. Mitigated in PHPMailer 6.5.0 by denying the use of simple strings as validator function names. Recorded as [CVE-2021-3603](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-3603). Reported by [Vikrant Singh Chauhan](mailto:vi@hackberry.xyz) via [huntr.dev](https://www.huntr.dev/).
PHPMailer versions 6.4.1 and earlier contain a possible remote code execution vulnerability through the `$lang_path` parameter of the `setLanguage()` method. If the `$lang_path` parameter is passed unfiltered from user input, it can be set to [a UNC path](https://docs.microsoft.com/en-us/dotnet/standard/io/file-path-formats#unc-paths), and if an attacker is also able to persuade the server to load a file from that UNC path, a script file under their control may be executed. This vulnerability only applies to systems that resolve UNC paths, typically only Microsoft Windows.
PHPMailer 6.5.0 mitigates this by no longer treating translation files as PHP code, but by parsing their text content directly. This approach avoids the possibility of executing unknown code while retaining backward compatibility. This isn't ideal, so the current translation format is deprecated and will be replaced in the next major release. Recorded as [CVE-2021-34551](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-34551). Reported by [Jilin Diting Information Technology Co., Ltd](https://listensec.com) via Tidelift.
PHPMailer versions between 6.1.8 and 6.4.0 contain a regression of the earlier CVE-2018-19296 object injection vulnerability as a result of [a fix for Windows UNC paths in 6.1.8](https://github.com/PHPMailer/PHPMailer/commit/e2e07a355ee8ff36aba21d0242c5950c56e4c6f9). Recorded as [CVE-2020-36326](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-36326). Reported by Fariskhi Vidyan via Tidelift. 6.4.1 fixes this issue, and also enforces stricter checks for URL schemes in local path contexts.
PHPMailer versions 6.1.5 and earlier contain an output escaping bug that occurs in `Content-Type` and `Content-Disposition` when filenames passed into `addAttachment` and other methods that accept attachment names contain double quote characters, in contravention of RFC822 3.4.1. No specific vulnerability has been found relating to this, but it could allow file attachments to bypass attachment filters that are based on matching filename extensions. Recorded as [CVE-2020-13625](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-13625). Reported by Elar Lang of Clarified Security.
PHPMailer versions prior to 6.0.6 and 5.2.27 are vulnerable to an object injection attack by passing `phar://` paths into `addAttachment()` and other functions that may receive unfiltered local paths, possibly leading to RCE. Recorded as [CVE-2018-19296](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2018-19296). See [this article](https://knasmueller.net/5-answers-about-php-phar-exploitation) for more info on this type of vulnerability. Mitigated by blocking the use of paths containing URL-protocol style prefixes such as `phar://`. Reported by Sehun Oh of cyberone.kr.
PHPMailer versions prior to 5.2.24 (released July 26th 2017) have an XSS vulnerability in one of the code examples, [CVE-2017-11503](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-11503). The `code_generator.phps` example did not filter user input prior to output. This file is distributed with a `.phps` extension, so it it not normally executable unless it is explicitly renamed, and the file is not included when PHPMailer is loaded through composer, so it is safe by default. There was also an undisclosed potential XSS vulnerability in the default exception handler (unused by default). Patches for both issues kindly provided by Patrick Monnerat of the Fedora Project.
PHPMailer versions prior to 5.2.22 (released January 9th 2017) have a local file disclosure vulnerability, [CVE-2017-5223](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-5223). If content passed into `msgHTML()` is sourced from unfiltered user input, relative paths can map to absolute local file paths and added as attachments. Also note that `addAttachment` (just like `file_get_contents`, `passthru`, `unlink`, etc) should not be passed user-sourced params either! Reported by Yongxiang Li of Asiasecurity.
PHPMailer versions prior to 5.2.20 (released December 28th 2016) are vulnerable to [CVE-2016-10045](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-10045) a remote code execution vulnerability, responsibly reported by [Dawid Golunski](https://legalhackers.com/advisories/PHPMailer-Exploit-Remote-Code-Exec-CVE-2016-10045-Vuln-Patch-Bypass.html), and patched by Paul Buonopane (@Zenexer).
PHPMailer versions prior to 5.2.18 (released December 2016) are vulnerable to [CVE-2016-10033](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-10033) a remote code execution vulnerability, responsibly reported by [Dawid Golunski](http://legalhackers.com/advisories/PHPMailer-Exploit-Remote-Code-Exec-CVE-2016-10033-Vuln.html).
PHPMailer versions prior to 5.2.14 (released November 2015) are vulnerable to [CVE-2015-8476](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-8476) an SMTP CRLF injection bug permitting arbitrary message sending.
PHPMailer versions prior to 5.2.10 (released May 2015) are vulnerable to [CVE-2008-5619](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2008-5619), a remote code execution vulnerability in the bundled html2text library. This file was removed in 5.2.10, so if you are using a version prior to that and make use of the html2text function, it's vitally important that you upgrade and remove this file.
PHPMailer versions prior to 2.0.7 and 2.2.1 are vulnerable to [CVE-2012-0796](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-0796), an email header injection attack.
Joomla 1.6.0 uses PHPMailer in an unsafe way, allowing it to reveal local file paths, reported in [CVE-2011-3747](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-3747).
PHPMailer didn't sanitise the `$lang_path` parameter in `SetLanguage`. This wasn't a problem in itself, but some apps (PHPClassifieds, ATutor) also failed to sanitise user-provided parameters passed to it, permitting semi-arbitrary local file inclusion, reported in [CVE-2010-4914](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-4914), [CVE-2007-2021](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2007-2021) and [CVE-2006-5734](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2006-5734).
PHPMailer 1.7.2 and earlier contained a possible DDoS vulnerability reported in [CVE-2005-1807](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2005-1807).
PHPMailer 1.7 and earlier (June 2003) have a possible vulnerability in the `SendmailSend` method where shell commands may not be sanitised. Reported in [CVE-2007-3215](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2007-3215).
6.6.3
\ No newline at end of file
{
"name": "phpmailer/phpmailer",
"type": "library",
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"authors": [
{
"name": "Marcus Bointon",
"email": "phpmailer@synchromedia.co.uk"
},
{
"name": "Jim Jagielski",
"email": "jimjag@gmail.com"
},
{
"name": "Andy Prevost",
"email": "codeworxtech@users.sourceforge.net"
},
{
"name": "Brent R. Matzelle"
}
],
"funding": [
{
"url": "https://github.com/Synchro",
"type": "github"
}
],
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
"php": ">=5.5.0",
"ext-ctype": "*",
"ext-filter": "*",
"ext-hash": "*"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"doctrine/annotations": "^1.2",
"php-parallel-lint/php-console-highlighter": "^1.0.0",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpcompatibility/php-compatibility": "^9.3.5",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.6.2",
"yoast/phpunit-polyfills": "^1.0.0"
},
"suggest": {
"ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
"psr/log": "For optional PSR-3 debug logging",
"stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
},
"autoload": {
"psr-4": {
"PHPMailer\\PHPMailer\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"PHPMailer\\Test\\": "test/"
}
},
"license": "LGPL-2.1-only",
"scripts": {
"check": "./vendor/bin/phpcs",
"test": "./vendor/bin/phpunit --no-coverage",
"coverage": "./vendor/bin/phpunit",
"lint": [
"@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . --show-deprecated -e php,phps --exclude vendor --exclude .git --exclude build"
]
}
}
<?php
/**
* PHPMailer - PHP email creation and transport class.
* PHP Version 5.5
* @package PHPMailer
* @see https://github.com/PHPMailer/PHPMailer/ The PHPMailer GitHub project
* @author Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
* @author Jim Jagielski (jimjag) <jimjag@gmail.com>
* @author Andy Prevost (codeworxtech) <codeworxtech@users.sourceforge.net>
* @author Brent R. Matzelle (original founder)
* @copyright 2012 - 2020 Marcus Bointon
* @copyright 2010 - 2012 Jim Jagielski
* @copyright 2004 - 2009 Andy Prevost
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
* @note This program is distributed in the hope that it will be useful - WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE.
*/
/**
* Get an OAuth2 token from an OAuth2 provider.
* * Install this script on your server so that it's accessible
* as [https/http]://<yourdomain>/<folder>/get_oauth_token.php
* e.g.: http://localhost/phpmailer/get_oauth_token.php
* * Ensure dependencies are installed with 'composer install'
* * Set up an app in your Google/Yahoo/Microsoft account
* * Set the script address as the app's redirect URL
* If no refresh token is obtained when running this file,
* revoke access to your app and run the script again.
*/
namespace PHPMailer\PHPMailer;
/**
* Aliases for League Provider Classes
* Make sure you have added these to your composer.json and run `composer install`
* Plenty to choose from here:
* @see http://oauth2-client.thephpleague.com/providers/thirdparty/
*/
//@see https://github.com/thephpleague/oauth2-google
use League\OAuth2\Client\Provider\Google;
//@see https://packagist.org/packages/hayageek/oauth2-yahoo
use Hayageek\OAuth2\Client\Provider\Yahoo;
//@see https://github.com/stevenmaguire/oauth2-microsoft
use Stevenmaguire\OAuth2\Client\Provider\Microsoft;
if (!isset($_GET['code']) && !isset($_POST['provider'])) {
?>
<html>
<body>
<form method="post">
<h1>Select Provider</h1>
<input type="radio" name="provider" value="Google" id="providerGoogle">
<label for="providerGoogle">Google</label><br>
<input type="radio" name="provider" value="Yahoo" id="providerYahoo">
<label for="providerYahoo">Yahoo</label><br>
<input type="radio" name="provider" value="Microsoft" id="providerMicrosoft">
<label for="providerMicrosoft">Microsoft</label><br>
<h1>Enter id and secret</h1>
<p>These details are obtained by setting up an app in your provider's developer console.
</p>
<p>ClientId: <input type="text" name="clientId"><p>
<p>ClientSecret: <input type="text" name="clientSecret"></p>
<input type="submit" value="Continue">
</form>
</body>
</html>
<?php
exit;
}
require 'vendor/autoload.php';
session_start();
$providerName = '';
$clientId = '';
$clientSecret = '';
if (array_key_exists('provider', $_POST)) {
$providerName = $_POST['provider'];
$clientId = $_POST['clientId'];
$clientSecret = $_POST['clientSecret'];
$_SESSION['provider'] = $providerName;
$_SESSION['clientId'] = $clientId;
$_SESSION['clientSecret'] = $clientSecret;
} elseif (array_key_exists('provider', $_SESSION)) {
$providerName = $_SESSION['provider'];
$clientId = $_SESSION['clientId'];
$clientSecret = $_SESSION['clientSecret'];
}
//If you don't want to use the built-in form, set your client id and secret here
//$clientId = 'RANDOMCHARS-----duv1n2.apps.googleusercontent.com';
//$clientSecret = 'RANDOMCHARS-----lGyjPcRtvP';
//If this automatic URL doesn't work, set it yourself manually to the URL of this script
$redirectUri = (isset($_SERVER['HTTPS']) ? 'https://' : 'http://') . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'];
//$redirectUri = 'http://localhost/PHPMailer/redirect';
$params = [
'clientId' => $clientId,
'clientSecret' => $clientSecret,
'redirectUri' => $redirectUri,
'accessType' => 'offline'
];
$options = [];
$provider = null;
switch ($providerName) {
case 'Google':
$provider = new Google($params);
$options = [
'scope' => [
'https://mail.google.com/'
]
];
break;
case 'Yahoo':
$provider = new Yahoo($params);
break;
case 'Microsoft':
$provider = new Microsoft($params);
$options = [
'scope' => [
'wl.imap',
'wl.offline_access'
]
];
break;
}
if (null === $provider) {
exit('Provider missing');
}
if (!isset($_GET['code'])) {
//If we don't have an authorization code then get one
$authUrl = $provider->getAuthorizationUrl($options);
$_SESSION['oauth2state'] = $provider->getState();
header('Location: ' . $authUrl);
exit;
//Check given state against previously stored one to mitigate CSRF attack
} elseif (empty($_GET['state']) || ($_GET['state'] !== $_SESSION['oauth2state'])) {
unset($_SESSION['oauth2state']);
unset($_SESSION['provider']);
exit('Invalid state');
} else {
unset($_SESSION['provider']);
//Try to get an access token (using the authorization code grant)
$token = $provider->getAccessToken(
'authorization_code',
[
'code' => $_GET['code']
]
);
//Use this to interact with an API on the users behalf
//Use this to get a new access token if the old one expires
echo 'Refresh Token: ', $token->getRefreshToken();
}
<?php
/**
* Afrikaans PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP-fout: kon nie geverifieer word nie.';
$PHPMAILER_LANG['connect_host'] = 'SMTP-fout: kon nie aan SMTP-verbind nie.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP-fout: data nie aanvaar nie.';
$PHPMAILER_LANG['empty_message'] = 'Boodskapliggaam leeg.';
$PHPMAILER_LANG['encoding'] = 'Onbekende kodering: ';
$PHPMAILER_LANG['execute'] = 'Kon nie uitvoer nie: ';
$PHPMAILER_LANG['file_access'] = 'Kon nie lêer oopmaak nie: ';
$PHPMAILER_LANG['file_open'] = 'Lêerfout: Kon nie lêer oopmaak nie: ';
$PHPMAILER_LANG['from_failed'] = 'Die volgende Van adres misluk: ';
$PHPMAILER_LANG['instantiate'] = 'Kon nie posfunksie instansieer nie.';
$PHPMAILER_LANG['invalid_address'] = 'Ongeldige adres: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer word nie ondersteun nie.';
$PHPMAILER_LANG['provide_address'] = 'U moet ten minste een ontvanger e-pos adres verskaf.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP-fout: Die volgende ontvangers het misluk: ';
$PHPMAILER_LANG['signing'] = 'Ondertekening Fout: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP-verbinding () misluk.';
$PHPMAILER_LANG['smtp_error'] = 'SMTP-bediener fout: ';
$PHPMAILER_LANG['variable_set'] = 'Kan nie veranderlike instel of herstel nie: ';
$PHPMAILER_LANG['extension_missing'] = 'Uitbreiding ontbreek: ';
<?php
/**
* Arabic PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author bahjat al mostafa <bahjat983@hotmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'خطأ SMTP : لا يمكن تأكيد الهوية.';
$PHPMAILER_LANG['connect_host'] = 'خطأ SMTP: لا يمكن الاتصال بالخادم SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'خطأ SMTP: لم يتم قبول المعلومات .';
$PHPMAILER_LANG['empty_message'] = 'نص الرسالة فارغ';
$PHPMAILER_LANG['encoding'] = 'ترميز غير معروف: ';
$PHPMAILER_LANG['execute'] = 'لا يمكن تنفيذ : ';
$PHPMAILER_LANG['file_access'] = 'لا يمكن الوصول للملف: ';
$PHPMAILER_LANG['file_open'] = 'خطأ في الملف: لا يمكن فتحه: ';
$PHPMAILER_LANG['from_failed'] = 'خطأ على مستوى عنوان المرسل : ';
$PHPMAILER_LANG['instantiate'] = 'لا يمكن توفير خدمة البريد.';
$PHPMAILER_LANG['invalid_address'] = 'الإرسال غير ممكن لأن عنوان البريد الإلكتروني غير صالح: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' برنامج الإرسال غير مدعوم.';
$PHPMAILER_LANG['provide_address'] = 'يجب توفير عنوان البريد الإلكتروني لمستلم واحد على الأقل.';
$PHPMAILER_LANG['recipients_failed'] = 'خطأ SMTP: الأخطاء التالية فشل في الارسال لكل من : ';
$PHPMAILER_LANG['signing'] = 'خطأ في التوقيع: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() غير ممكن.';
$PHPMAILER_LANG['smtp_error'] = 'خطأ على مستوى الخادم SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'لا يمكن تعيين أو إعادة تعيين متغير: ';
$PHPMAILER_LANG['extension_missing'] = 'الإضافة غير موجودة: ';
<?php
/**
* Azerbaijani PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author @mirjalal
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP xətası: Giriş uğursuz oldu.';
$PHPMAILER_LANG['connect_host'] = 'SMTP xətası: SMTP serverinə qoşulma uğursuz oldu.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP xətası: Verilənlər qəbul edilməyib.';
$PHPMAILER_LANG['empty_message'] = 'Boş mesaj göndərilə bilməz.';
$PHPMAILER_LANG['encoding'] = 'Qeyri-müəyyən kodlaşdırma: ';
$PHPMAILER_LANG['execute'] = 'Əmr yerinə yetirilmədi: ';
$PHPMAILER_LANG['file_access'] = 'Fayla giriş yoxdur: ';
$PHPMAILER_LANG['file_open'] = 'Fayl xətası: Fayl açıla bilmədi: ';
$PHPMAILER_LANG['from_failed'] = 'Göstərilən poçtlara göndərmə uğursuz oldu: ';
$PHPMAILER_LANG['instantiate'] = 'Mail funksiyası işə salına bilmədi.';
$PHPMAILER_LANG['invalid_address'] = 'Düzgün olmayan e-mail adresi: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' - e-mail kitabxanası dəstəklənmir.';
$PHPMAILER_LANG['provide_address'] = 'Ən azı bir e-mail adresi daxil edilməlidir.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP xətası: Aşağıdakı ünvanlar üzrə alıcılara göndərmə uğursuzdur: ';
$PHPMAILER_LANG['signing'] = 'İmzalama xətası: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP serverinə qoşulma uğursuz oldu.';
$PHPMAILER_LANG['smtp_error'] = 'SMTP serveri xətası: ';
$PHPMAILER_LANG['variable_set'] = 'Dəyişənin quraşdırılması uğursuz oldu: ';
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
<?php
/**
* Bosnian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Ermin Islamagić <ermin@islamagic.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP Greška: Neuspjela prijava.';
$PHPMAILER_LANG['connect_host'] = 'SMTP Greška: Nije moguće spojiti se sa SMTP serverom.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Greška: Podatci nisu prihvaćeni.';
$PHPMAILER_LANG['empty_message'] = 'Sadržaj poruke je prazan.';
$PHPMAILER_LANG['encoding'] = 'Nepoznata kriptografija: ';
$PHPMAILER_LANG['execute'] = 'Nije moguće izvršiti naredbu: ';
$PHPMAILER_LANG['file_access'] = 'Nije moguće pristupiti datoteci: ';
$PHPMAILER_LANG['file_open'] = 'Nije moguće otvoriti datoteku: ';
$PHPMAILER_LANG['from_failed'] = 'SMTP Greška: Slanje sa navedenih e-mail adresa nije uspjelo: ';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Greška: Slanje na navedene e-mail adrese nije uspjelo: ';
$PHPMAILER_LANG['instantiate'] = 'Ne mogu pokrenuti mail funkcionalnost.';
$PHPMAILER_LANG['invalid_address'] = 'E-mail nije poslan. Neispravna e-mail adresa: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer nije podržan.';
$PHPMAILER_LANG['provide_address'] = 'Definišite barem jednu adresu primaoca.';
$PHPMAILER_LANG['signing'] = 'Greška prilikom prijave: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Spajanje na SMTP server nije uspjelo.';
$PHPMAILER_LANG['smtp_error'] = 'SMTP greška: ';
$PHPMAILER_LANG['variable_set'] = 'Nije moguće postaviti varijablu ili je vratiti nazad: ';
$PHPMAILER_LANG['extension_missing'] = 'Nedostaje ekstenzija: ';
<?php
/**
* Belarusian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Aleksander Maksymiuk <info@setpro.pl>
*/
$PHPMAILER_LANG['authenticate'] = 'Памылка SMTP: памылка ідэнтыфікацыі.';
$PHPMAILER_LANG['connect_host'] = 'Памылка SMTP: нельга ўстанавіць сувязь з SMTP-серверам.';
$PHPMAILER_LANG['data_not_accepted'] = 'Памылка SMTP: звесткі непрынятыя.';
$PHPMAILER_LANG['empty_message'] = 'Пустое паведамленне.';
$PHPMAILER_LANG['encoding'] = 'Невядомая кадыроўка тэксту: ';
$PHPMAILER_LANG['execute'] = 'Нельга выканаць каманду: ';
$PHPMAILER_LANG['file_access'] = 'Няма доступу да файла: ';
$PHPMAILER_LANG['file_open'] = 'Нельга адкрыць файл: ';
$PHPMAILER_LANG['from_failed'] = 'Няправільны адрас адпраўніка: ';
$PHPMAILER_LANG['instantiate'] = 'Нельга прымяніць функцыю mail().';
$PHPMAILER_LANG['invalid_address'] = 'Нельга даслаць паведамленне, няправільны email атрымальніка: ';
$PHPMAILER_LANG['provide_address'] = 'Запоўніце, калі ласка, правільны email атрымальніка.';
$PHPMAILER_LANG['mailer_not_supported'] = ' - паштовы сервер не падтрымліваецца.';
$PHPMAILER_LANG['recipients_failed'] = 'Памылка SMTP: няправільныя атрымальнікі: ';
$PHPMAILER_LANG['signing'] = 'Памылка подпісу паведамлення: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Памылка сувязі з SMTP-серверам.';
$PHPMAILER_LANG['smtp_error'] = 'Памылка SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'Нельга ўстанавіць або перамяніць значэнне пераменнай: ';
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
<?php
/**
* Bulgarian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Mikhail Kyosev <mialygk@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP грешка: Не може да се удостовери пред сървъра.';
$PHPMAILER_LANG['connect_host'] = 'SMTP грешка: Не може да се свърже с SMTP хоста.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP грешка: данните не са приети.';
$PHPMAILER_LANG['empty_message'] = 'Съдържанието на съобщението е празно';
$PHPMAILER_LANG['encoding'] = 'Неизвестно кодиране: ';
$PHPMAILER_LANG['execute'] = 'Не може да се изпълни: ';
$PHPMAILER_LANG['file_access'] = 'Няма достъп до файл: ';
$PHPMAILER_LANG['file_open'] = 'Файлова грешка: Не може да се отвори файл: ';
$PHPMAILER_LANG['from_failed'] = 'Следните адреси за подател са невалидни: ';
$PHPMAILER_LANG['instantiate'] = 'Не може да се инстанцира функцията mail.';
$PHPMAILER_LANG['invalid_address'] = 'Невалиден адрес: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' - пощенски сървър не се поддържа.';
$PHPMAILER_LANG['provide_address'] = 'Трябва да предоставите поне един email адрес за получател.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP грешка: Следните адреси за Получател са невалидни: ';
$PHPMAILER_LANG['signing'] = 'Грешка при подписване: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP провален connect().';
$PHPMAILER_LANG['smtp_error'] = 'SMTP сървърна грешка: ';
$PHPMAILER_LANG['variable_set'] = 'Не може да се установи или възстанови променлива: ';
$PHPMAILER_LANG['extension_missing'] = 'Липсва разширение: ';
<?php
/**
* Catalan PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Ivan <web AT microstudi DOT com>
*/
$PHPMAILER_LANG['authenticate'] = 'Error SMTP: No s’ha pogut autenticar.';
$PHPMAILER_LANG['connect_host'] = 'Error SMTP: No es pot connectar al servidor SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'Error SMTP: Dades no acceptades.';
$PHPMAILER_LANG['empty_message'] = 'El cos del missatge està buit.';
$PHPMAILER_LANG['encoding'] = 'Codificació desconeguda: ';
$PHPMAILER_LANG['execute'] = 'No es pot executar: ';
$PHPMAILER_LANG['file_access'] = 'No es pot accedir a l’arxiu: ';
$PHPMAILER_LANG['file_open'] = 'Error d’Arxiu: No es pot obrir l’arxiu: ';
$PHPMAILER_LANG['from_failed'] = 'La(s) següent(s) adreces de remitent han fallat: ';
$PHPMAILER_LANG['instantiate'] = 'No s’ha pogut crear una instància de la funció Mail.';
$PHPMAILER_LANG['invalid_address'] = 'Adreça d’email invalida: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer no està suportat';
$PHPMAILER_LANG['provide_address'] = 'S’ha de proveir almenys una adreça d’email com a destinatari.';
$PHPMAILER_LANG['recipients_failed'] = 'Error SMTP: Els següents destinataris han fallat: ';
$PHPMAILER_LANG['signing'] = 'Error al signar: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Ha fallat el SMTP Connect().';
$PHPMAILER_LANG['smtp_error'] = 'Error del servidor SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'No s’ha pogut establir o restablir la variable: ';
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
<?php
/**
* Czech PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
*/
$PHPMAILER_LANG['authenticate'] = 'Chyba SMTP: Autentizace selhala.';
$PHPMAILER_LANG['connect_host'] = 'Chyba SMTP: Nelze navázat spojení se SMTP serverem.';
$PHPMAILER_LANG['data_not_accepted'] = 'Chyba SMTP: Data nebyla přijata.';
$PHPMAILER_LANG['empty_message'] = 'Prázdné tělo zprávy';
$PHPMAILER_LANG['encoding'] = 'Neznámé kódování: ';
$PHPMAILER_LANG['execute'] = 'Nelze provést: ';
$PHPMAILER_LANG['file_access'] = 'Nelze získat přístup k souboru: ';
$PHPMAILER_LANG['file_open'] = 'Chyba souboru: Nelze otevřít soubor pro čtení: ';
$PHPMAILER_LANG['from_failed'] = 'Následující adresa odesílatele je nesprávná: ';
$PHPMAILER_LANG['instantiate'] = 'Nelze vytvořit instanci emailové funkce.';
$PHPMAILER_LANG['invalid_address'] = 'Neplatná adresa: ';
$PHPMAILER_LANG['invalid_hostentry'] = 'Záznam hostitele je nesprávný: ';
$PHPMAILER_LANG['invalid_host'] = 'Hostitel je nesprávný: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer není podporován.';
$PHPMAILER_LANG['provide_address'] = 'Musíte zadat alespoň jednu emailovou adresu příjemce.';
$PHPMAILER_LANG['recipients_failed'] = 'Chyba SMTP: Následující adresy příjemců nejsou správně: ';
$PHPMAILER_LANG['signing'] = 'Chyba přihlašování: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() selhal.';
$PHPMAILER_LANG['smtp_error'] = 'Chyba SMTP serveru: ';
$PHPMAILER_LANG['variable_set'] = 'Nelze nastavit nebo změnit proměnnou: ';
$PHPMAILER_LANG['extension_missing'] = 'Chybí rozšíření: ';
<?php
/**
* Danish PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author John Sebastian <jms@iwb.dk>
* Rewrite and extension of the work by Mikael Stokkebro <info@stokkebro.dk>
*
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP fejl: Login mislykkedes.';
$PHPMAILER_LANG['connect_host'] = 'SMTP fejl: Forbindelse til SMTP serveren kunne ikke oprettes.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP fejl: Data blev ikke accepteret.';
$PHPMAILER_LANG['empty_message'] = 'Meddelelsen er uden indhold';
$PHPMAILER_LANG['encoding'] = 'Ukendt encode-format: ';
$PHPMAILER_LANG['execute'] = 'Kunne ikke afvikle: ';
$PHPMAILER_LANG['file_access'] = 'Kunne ikke tilgå filen: ';
$PHPMAILER_LANG['file_open'] = 'Fil fejl: Kunne ikke åbne filen: ';
$PHPMAILER_LANG['from_failed'] = 'Følgende afsenderadresse er forkert: ';
$PHPMAILER_LANG['instantiate'] = 'Email funktionen kunne ikke initialiseres.';
$PHPMAILER_LANG['invalid_address'] = 'Udgyldig adresse: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer understøttes ikke.';
$PHPMAILER_LANG['provide_address'] = 'Indtast mindst en modtagers email adresse.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP fejl: Følgende modtagere er forkerte: ';
$PHPMAILER_LANG['signing'] = 'Signeringsfejl: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() fejlede.';
$PHPMAILER_LANG['smtp_error'] = 'SMTP server fejl: ';
$PHPMAILER_LANG['variable_set'] = 'Kunne ikke definere eller nulstille variablen: ';
$PHPMAILER_LANG['extension_missing'] = 'Udvidelse mangler: ';
<?php
/**
* German PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP-Fehler: Authentifizierung fehlgeschlagen.';
$PHPMAILER_LANG['connect_host'] = 'SMTP-Fehler: Konnte keine Verbindung zum SMTP-Host herstellen.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP-Fehler: Daten werden nicht akzeptiert.';
$PHPMAILER_LANG['empty_message'] = 'E-Mail-Inhalt ist leer.';
$PHPMAILER_LANG['encoding'] = 'Unbekannte Kodierung: ';
$PHPMAILER_LANG['execute'] = 'Konnte folgenden Befehl nicht ausführen: ';
$PHPMAILER_LANG['file_access'] = 'Zugriff auf folgende Datei fehlgeschlagen: ';
$PHPMAILER_LANG['file_open'] = 'Dateifehler: Konnte folgende Datei nicht öffnen: ';
$PHPMAILER_LANG['from_failed'] = 'Die folgende Absenderadresse ist nicht korrekt: ';
$PHPMAILER_LANG['instantiate'] = 'Mail-Funktion konnte nicht initialisiert werden.';
$PHPMAILER_LANG['invalid_address'] = 'Die Adresse ist ungültig: ';
$PHPMAILER_LANG['invalid_hostentry'] = 'Ungültiger Hosteintrag: ';
$PHPMAILER_LANG['invalid_host'] = 'Ungültiger Host: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer wird nicht unterstützt.';
$PHPMAILER_LANG['provide_address'] = 'Bitte geben Sie mindestens eine Empfängeradresse an.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP-Fehler: Die folgenden Empfänger sind nicht korrekt: ';
$PHPMAILER_LANG['signing'] = 'Fehler beim Signieren: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Verbindung zum SMTP-Server fehlgeschlagen.';
$PHPMAILER_LANG['smtp_error'] = 'Fehler vom SMTP-Server: ';
$PHPMAILER_LANG['variable_set'] = 'Kann Variable nicht setzen oder zurücksetzen: ';
$PHPMAILER_LANG['extension_missing'] = 'Fehlende Erweiterung: ';
<?php
/**
* Greek PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
*/
$PHPMAILER_LANG['authenticate'] = 'Σφάλμα SMTP: Αδυναμία πιστοποίησης.';
$PHPMAILER_LANG['buggy_php'] = 'Η έκδοση PHP που χρησιμοποιείτε παρουσιάζει σφάλμα που μπορεί να έχει ως αποτέλεσμα κατεστραμένα μηνύματα. Για να το διορθώσετε, αλλάξτε τον τρόπο αποστολής σε SMTP, απενεργοποιήστε την επιλογή mail.add_x_header στο αρχείο php.ini, αλλάξτε λειτουργικό σε MacOS ή Linux ή αναβαθμίστε την PHP σε έκδοση 7.0.17+ ή 7.1.3+.';
$PHPMAILER_LANG['connect_host'] = 'Σφάλμα SMTP: Αδυναμία σύνδεσης με τον φιλοξενητή SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'Σφάλμα SMTP: Μη αποδεκτά δεδομένα.';
$PHPMAILER_LANG['empty_message'] = 'Η ηλεκτρονική επιστολή δεν έχει περιεχόμενο.';
$PHPMAILER_LANG['encoding'] = 'Άγνωστη μορφή κωδικοποίησης: ';
$PHPMAILER_LANG['execute'] = 'Αδυναμία εκτέλεσης: ';
$PHPMAILER_LANG['extension_missing'] = 'Απουσία επέκτασης: ';
$PHPMAILER_LANG['file_access'] = 'Αδυναμία πρόσβασης στο αρχείο: ';
$PHPMAILER_LANG['file_open'] = 'Σφάλμα Αρχείου: Αδυναμία ανοίγματος αρχείου: ';
$PHPMAILER_LANG['from_failed'] = 'Η ακόλουθη διεύθυνση αποστολέα δεν είναι σωστή: ';
$PHPMAILER_LANG['instantiate'] = 'Αδυναμία εκκίνησης συνάρτησης Mail.';
$PHPMAILER_LANG['invalid_address'] = 'Μη έγκυρη διεύθυνση: ';
$PHPMAILER_LANG['invalid_header'] = 'Μη έγκυρο όνομα κεφαλίδας ή τιμή';
$PHPMAILER_LANG['invalid_hostentry'] = 'Μη έγκυρη εισαγωγή φιλοξενητή: ';
$PHPMAILER_LANG['invalid_host'] = 'Μη έγκυρος φιλοξενητής: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer δεν υποστηρίζεται.';
$PHPMAILER_LANG['provide_address'] = 'Δώστε τουλάχιστον μια ηλεκτρονική διεύθυνση παραλήπτη.';
$PHPMAILER_LANG['recipients_failed'] = 'Σφάλμα SMTP: Οι παρακάτω διευθύνσεις παραλήπτη δεν είναι έγκυρες: ';
$PHPMAILER_LANG['signing'] = 'Σφάλμα υπογραφής: ';
$PHPMAILER_LANG['smtp_code'] = 'Κώδικάς SMTP: ';
$PHPMAILER_LANG['smtp_code_ex'] = 'Πρόσθετες πληροφορίες SMTP: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Αποτυχία σύνδεσης SMTP.';
$PHPMAILER_LANG['smtp_detail'] = 'Λεπτομέρεια: ';
$PHPMAILER_LANG['smtp_error'] = 'Σφάλμα με τον διακομιστή SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'Αδυναμία ορισμού ή επαναφοράς μεταβλητής: ';
<?php
/**
* Esperanto PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
*/
$PHPMAILER_LANG['authenticate'] = 'Eraro de servilo SMTP : aŭtentigo malsukcesis.';
$PHPMAILER_LANG['connect_host'] = 'Eraro de servilo SMTP : konektado al servilo malsukcesis.';
$PHPMAILER_LANG['data_not_accepted'] = 'Eraro de servilo SMTP : neĝustaj datumoj.';
$PHPMAILER_LANG['empty_message'] = 'Teksto de mesaĝo mankas.';
$PHPMAILER_LANG['encoding'] = 'Nekonata kodoprezento: ';
$PHPMAILER_LANG['execute'] = 'Lanĉi rulumadon ne eblis: ';
$PHPMAILER_LANG['file_access'] = 'Aliro al dosiero ne sukcesis: ';
$PHPMAILER_LANG['file_open'] = 'Eraro de dosiero: malfermo neeblas: ';
$PHPMAILER_LANG['from_failed'] = 'Jena adreso de sendinto malsukcesis: ';
$PHPMAILER_LANG['instantiate'] = 'Genero de retmesaĝa funkcio neeblis.';
$PHPMAILER_LANG['invalid_address'] = 'Retadreso ne validas: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mesaĝilo ne subtenata.';
$PHPMAILER_LANG['provide_address'] = 'Vi devas tajpi almenaŭ unu recevontan retadreson.';
$PHPMAILER_LANG['recipients_failed'] = 'Eraro de servilo SMTP : la jenaj poŝtrecivuloj kaŭzis eraron: ';
$PHPMAILER_LANG['signing'] = 'Eraro de subskribo: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP konektado malsukcesis.';
$PHPMAILER_LANG['smtp_error'] = 'Eraro de servilo SMTP : ';
$PHPMAILER_LANG['variable_set'] = 'Variablo ne pravalorizeblas aŭ ne repravalorizeblas: ';
$PHPMAILER_LANG['extension_missing'] = 'Mankas etendo: ';
<?php
/**
* Spanish PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Matt Sturdy <matt.sturdy@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'Error SMTP: Imposible autentificar.';
$PHPMAILER_LANG['connect_host'] = 'Error SMTP: Imposible conectar al servidor SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'Error SMTP: Datos no aceptados.';
$PHPMAILER_LANG['empty_message'] = 'El cuerpo del mensaje está vacío.';
$PHPMAILER_LANG['encoding'] = 'Codificación desconocida: ';
$PHPMAILER_LANG['execute'] = 'Imposible ejecutar: ';
$PHPMAILER_LANG['file_access'] = 'Imposible acceder al archivo: ';
$PHPMAILER_LANG['file_open'] = 'Error de Archivo: Imposible abrir el archivo: ';
$PHPMAILER_LANG['from_failed'] = 'La(s) siguiente(s) direcciones de remitente fallaron: ';
$PHPMAILER_LANG['instantiate'] = 'Imposible crear una instancia de la función Mail.';
$PHPMAILER_LANG['invalid_address'] = 'Imposible enviar: dirección de email inválido: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer no está soportado.';
$PHPMAILER_LANG['provide_address'] = 'Debe proporcionar al menos una dirección de email de destino.';
$PHPMAILER_LANG['recipients_failed'] = 'Error SMTP: Los siguientes destinos fallaron: ';
$PHPMAILER_LANG['signing'] = 'Error al firmar: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() falló.';
$PHPMAILER_LANG['smtp_error'] = 'Error del servidor SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'No se pudo configurar la variable: ';
$PHPMAILER_LANG['extension_missing'] = 'Extensión faltante: ';
<?php
/**
* Estonian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Indrek Päri
* @author Elan Ruusamäe <glen@delfi.ee>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP Viga: Autoriseerimise viga.';
$PHPMAILER_LANG['connect_host'] = 'SMTP Viga: Ei õnnestunud luua ühendust SMTP serveriga.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Viga: Vigased andmed.';
$PHPMAILER_LANG['empty_message'] = 'Tühi kirja sisu';
$PHPMAILER_LANG["encoding"] = 'Tundmatu kodeering: ';
$PHPMAILER_LANG['execute'] = 'Tegevus ebaõnnestus: ';
$PHPMAILER_LANG['file_access'] = 'Pole piisavalt õiguseid järgneva faili avamiseks: ';
$PHPMAILER_LANG['file_open'] = 'Faili Viga: Faili avamine ebaõnnestus: ';
$PHPMAILER_LANG['from_failed'] = 'Järgnev saatja e-posti aadress on vigane: ';
$PHPMAILER_LANG['instantiate'] = 'mail funktiooni käivitamine ebaõnnestus.';
$PHPMAILER_LANG['invalid_address'] = 'Saatmine peatatud, e-posti address vigane: ';
$PHPMAILER_LANG['provide_address'] = 'Te peate määrama vähemalt ühe saaja e-posti aadressi.';
$PHPMAILER_LANG['mailer_not_supported'] = ' maileri tugi puudub.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Viga: Järgnevate saajate e-posti aadressid on vigased: ';
$PHPMAILER_LANG["signing"] = 'Viga allkirjastamisel: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() ebaõnnestus.';
$PHPMAILER_LANG['smtp_error'] = 'SMTP serveri viga: ';
$PHPMAILER_LANG['variable_set'] = 'Ei õnnestunud määrata või lähtestada muutujat: ';
$PHPMAILER_LANG['extension_missing'] = 'Nõutud laiendus on puudu: ';
<?php
/**
* Persian/Farsi PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Ali Jazayeri <jaza.ali@gmail.com>
* @author Mohammad Hossein Mojtahedi <mhm5000@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'خطای SMTP: احراز هویت با شکست مواجه شد.';
$PHPMAILER_LANG['connect_host'] = 'خطای SMTP: اتصال به سرور SMTP برقرار نشد.';
$PHPMAILER_LANG['data_not_accepted'] = 'خطای SMTP: داده‌ها نا‌درست هستند.';
$PHPMAILER_LANG['empty_message'] = 'بخش متن پیام خالی است.';
$PHPMAILER_LANG['encoding'] = 'کد‌گذاری نا‌شناخته: ';
$PHPMAILER_LANG['execute'] = 'امکان اجرا وجود ندارد: ';
$PHPMAILER_LANG['file_access'] = 'امکان دسترسی به فایل وجود ندارد: ';
$PHPMAILER_LANG['file_open'] = 'خطای File: امکان بازکردن فایل وجود ندارد: ';
$PHPMAILER_LANG['from_failed'] = 'آدرس فرستنده اشتباه است: ';
$PHPMAILER_LANG['instantiate'] = 'امکان معرفی تابع ایمیل وجود ندارد.';
$PHPMAILER_LANG['invalid_address'] = 'آدرس ایمیل معتبر نیست: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer پشتیبانی نمی‌شود.';
$PHPMAILER_LANG['provide_address'] = 'باید حداقل یک آدرس گیرنده وارد کنید.';
$PHPMAILER_LANG['recipients_failed'] = 'خطای SMTP: ارسال به آدرس گیرنده با خطا مواجه شد: ';
$PHPMAILER_LANG['signing'] = 'خطا در امضا: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'خطا در اتصال به SMTP.';
$PHPMAILER_LANG['smtp_error'] = 'خطا در SMTP Server: ';
$PHPMAILER_LANG['variable_set'] = 'امکان ارسال یا ارسال مجدد متغیر‌ها وجود ندارد: ';
$PHPMAILER_LANG['extension_missing'] = 'افزونه موجود نیست: ';
<?php
/**
* Finnish PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Jyry Kuukanen
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP-virhe: käyttäjätunnistus epäonnistui.';
$PHPMAILER_LANG['connect_host'] = 'SMTP-virhe: yhteys palvelimeen ei onnistu.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP-virhe: data on virheellinen.';
//$PHPMAILER_LANG['empty_message'] = 'Message body empty';
$PHPMAILER_LANG['encoding'] = 'Tuntematon koodaustyyppi: ';
$PHPMAILER_LANG['execute'] = 'Suoritus epäonnistui: ';
$PHPMAILER_LANG['file_access'] = 'Seuraavaan tiedostoon ei ole oikeuksia: ';
$PHPMAILER_LANG['file_open'] = 'Tiedostovirhe: Ei voida avata tiedostoa: ';
$PHPMAILER_LANG['from_failed'] = 'Seuraava lähettäjän osoite on virheellinen: ';
$PHPMAILER_LANG['instantiate'] = 'mail-funktion luonti epäonnistui.';
//$PHPMAILER_LANG['invalid_address'] = 'Invalid address: ';
$PHPMAILER_LANG['mailer_not_supported'] = 'postivälitintyyppiä ei tueta.';
$PHPMAILER_LANG['provide_address'] = 'Aseta vähintään yksi vastaanottajan sähk&ouml;postiosoite.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP-virhe: seuraava vastaanottaja osoite on virheellinen.';
$PHPMAILER_LANG['encoding'] = 'Tuntematon koodaustyyppi: ';
//$PHPMAILER_LANG['signing'] = 'Signing Error: ';
//$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.';
//$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: ';
//$PHPMAILER_LANG['variable_set'] = 'Cannot set or reset variable: ';
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
<?php
/**
* Faroese PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Dávur Sørensen <http://www.profo-webdesign.dk>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP feilur: Kundi ikki góðkenna.';
$PHPMAILER_LANG['connect_host'] = 'SMTP feilur: Kundi ikki knýta samband við SMTP vert.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP feilur: Data ikki góðkent.';
//$PHPMAILER_LANG['empty_message'] = 'Message body empty';
$PHPMAILER_LANG['encoding'] = 'Ókend encoding: ';
$PHPMAILER_LANG['execute'] = 'Kundi ikki útføra: ';
$PHPMAILER_LANG['file_access'] = 'Kundi ikki tilganga fílu: ';
$PHPMAILER_LANG['file_open'] = 'Fílu feilur: Kundi ikki opna fílu: ';
$PHPMAILER_LANG['from_failed'] = 'fylgjandi Frá/From adressa miseydnaðist: ';
$PHPMAILER_LANG['instantiate'] = 'Kuni ikki instantiera mail funktión.';
//$PHPMAILER_LANG['invalid_address'] = 'Invalid address: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' er ikki supporterað.';
$PHPMAILER_LANG['provide_address'] = 'Tú skal uppgeva minst móttakara-emailadressu(r).';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Feilur: Fylgjandi móttakarar miseydnaðust: ';
//$PHPMAILER_LANG['signing'] = 'Signing Error: ';
//$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.';
//$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: ';
//$PHPMAILER_LANG['variable_set'] = 'Cannot set or reset variable: ';
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
<?php
/**
* French PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* Some French punctuation requires a thin non-breaking space (U+202F) character before it,
* for example before a colon or exclamation mark.
* There is one of these characters between these quotes: " "
* @see http://unicode.org/udhr/n/notes_fra.html
*/
$PHPMAILER_LANG['authenticate'] = 'Erreur SMTP : échec de l’authentification.';
$PHPMAILER_LANG['buggy_php'] = 'Votre version de PHP est affectée par un bug qui peut entraîner des messages corrompus. Pour résoudre ce problème, passez à l’envoi par SMTP, désactivez l’option mail.add_x_header dans le fichier php.ini, passez à MacOS ou Linux, ou passez PHP à la version 7.0.17+ ou 7.1.3+.';
$PHPMAILER_LANG['connect_host'] = 'Erreur SMTP : impossible de se connecter au serveur SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'Erreur SMTP : données incorrectes.';
$PHPMAILER_LANG['empty_message'] = 'Corps du message vide.';
$PHPMAILER_LANG['encoding'] = 'Encodage inconnu : ';
$PHPMAILER_LANG['execute'] = 'Impossible de lancer l’exécution : ';
$PHPMAILER_LANG['extension_missing'] = 'Extension manquante : ';
$PHPMAILER_LANG['file_access'] = 'Impossible d’accéder au fichier : ';
$PHPMAILER_LANG['file_open'] = 'Ouverture du fichier impossible : ';
$PHPMAILER_LANG['from_failed'] = 'L’adresse d’expéditeur suivante a échoué : ';
$PHPMAILER_LANG['instantiate'] = 'Impossible d’instancier la fonction mail.';
$PHPMAILER_LANG['invalid_address'] = 'Adresse courriel non valide : ';
$PHPMAILER_LANG['invalid_header'] = 'Nom ou valeur de l’en-tête non valide';
$PHPMAILER_LANG['invalid_hostentry'] = 'Entrée d’hôte non valide : ';
$PHPMAILER_LANG['invalid_host'] = 'Hôte non valide : ';
$PHPMAILER_LANG['mailer_not_supported'] = ' client de messagerie non supporté.';
$PHPMAILER_LANG['provide_address'] = 'Vous devez fournir au moins une adresse de destinataire.';
$PHPMAILER_LANG['recipients_failed'] = 'Erreur SMTP : les destinataires suivants ont échoué : ';
$PHPMAILER_LANG['signing'] = 'Erreur de signature : ';
$PHPMAILER_LANG['smtp_code'] = 'Code SMTP : ';
$PHPMAILER_LANG['smtp_code_ex'] = 'Informations supplémentaires SMTP : ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'La fonction SMTP connect() a échouée.';
$PHPMAILER_LANG['smtp_detail'] = 'Détails : ';
$PHPMAILER_LANG['smtp_error'] = 'Erreur du serveur SMTP : ';
$PHPMAILER_LANG['variable_set'] = 'Impossible d’initialiser ou de réinitialiser une variable : ';
$PHPMAILER_LANG['extension_missing'] = 'Extension manquante : ';
<?php
/**
* Galician PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author by Donato Rouco <donatorouco@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'Erro SMTP: Non puido ser autentificado.';
$PHPMAILER_LANG['connect_host'] = 'Erro SMTP: Non puido conectar co servidor SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'Erro SMTP: Datos non aceptados.';
$PHPMAILER_LANG['empty_message'] = 'Corpo da mensaxe vacía';
$PHPMAILER_LANG['encoding'] = 'Codificación descoñecida: ';
$PHPMAILER_LANG['execute'] = 'Non puido ser executado: ';
$PHPMAILER_LANG['file_access'] = 'Nob puido acceder ó arquivo: ';
$PHPMAILER_LANG['file_open'] = 'Erro de Arquivo: No puido abrir o arquivo: ';
$PHPMAILER_LANG['from_failed'] = 'A(s) seguinte(s) dirección(s) de remitente(s) deron erro: ';
$PHPMAILER_LANG['instantiate'] = 'Non puido crear unha instancia da función Mail.';
$PHPMAILER_LANG['invalid_address'] = 'Non puido envia-lo correo: dirección de email inválida: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer non está soportado.';
$PHPMAILER_LANG['provide_address'] = 'Debe engadir polo menos unha dirección de email coma destino.';
$PHPMAILER_LANG['recipients_failed'] = 'Erro SMTP: Os seguintes destinos fallaron: ';
$PHPMAILER_LANG['signing'] = 'Erro ó firmar: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() fallou.';
$PHPMAILER_LANG['smtp_error'] = 'Erro do servidor SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'Non puidemos axustar ou reaxustar a variábel: ';
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
<?php
/**
* Hebrew PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Ronny Sherer <ronny@hoojima.com>
*/
$PHPMAILER_LANG['authenticate'] = 'שגיאת SMTP: פעולת האימות נכשלה.';
$PHPMAILER_LANG['connect_host'] = 'שגיאת SMTP: לא הצלחתי להתחבר לשרת SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'שגיאת SMTP: מידע לא התקבל.';
$PHPMAILER_LANG['empty_message'] = 'גוף ההודעה ריק';
$PHPMAILER_LANG['invalid_address'] = 'כתובת שגויה: ';
$PHPMAILER_LANG['encoding'] = 'קידוד לא מוכר: ';
$PHPMAILER_LANG['execute'] = 'לא הצלחתי להפעיל את: ';
$PHPMAILER_LANG['file_access'] = 'לא ניתן לגשת לקובץ: ';
$PHPMAILER_LANG['file_open'] = 'שגיאת קובץ: לא ניתן לגשת לקובץ: ';
$PHPMAILER_LANG['from_failed'] = 'כתובות הנמענים הבאות נכשלו: ';
$PHPMAILER_LANG['instantiate'] = 'לא הצלחתי להפעיל את פונקציית המייל.';
$PHPMAILER_LANG['mailer_not_supported'] = ' אינה נתמכת.';
$PHPMAILER_LANG['provide_address'] = 'חובה לספק לפחות כתובת אחת של מקבל המייל.';
$PHPMAILER_LANG['recipients_failed'] = 'שגיאת SMTP: הנמענים הבאים נכשלו: ';
$PHPMAILER_LANG['signing'] = 'שגיאת חתימה: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.';
$PHPMAILER_LANG['smtp_error'] = 'שגיאת שרת SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'לא ניתן לקבוע או לשנות את המשתנה: ';
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
<?php
/**
* Hindi PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Yash Karanke <mr.karanke@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP त्रुटि: प्रामाणिकता की जांच नहीं हो सका। ';
$PHPMAILER_LANG['connect_host'] = 'SMTP त्रुटि: SMTP सर्वर से कनेक्ट नहीं हो सका। ';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP त्रुटि: डेटा स्वीकार नहीं किया जाता है। ';
$PHPMAILER_LANG['empty_message'] = 'संदेश खाली है। ';
$PHPMAILER_LANG['encoding'] = 'अज्ञात एन्कोडिंग प्रकार। ';
$PHPMAILER_LANG['execute'] = 'आदेश को निष्पादित करने में विफल। ';
$PHPMAILER_LANG['file_access'] = 'फ़ाइल उपलब्ध नहीं है। ';
$PHPMAILER_LANG['file_open'] = 'फ़ाइल त्रुटि: फाइल को खोला नहीं जा सका। ';
$PHPMAILER_LANG['from_failed'] = 'प्रेषक का पता गलत है। ';
$PHPMAILER_LANG['instantiate'] = 'मेल फ़ंक्शन कॉल नहीं कर सकता है।';
$PHPMAILER_LANG['invalid_address'] = 'पता गलत है। ';
$PHPMAILER_LANG['mailer_not_supported'] = 'मेल सर्वर के साथ काम नहीं करता है। ';
$PHPMAILER_LANG['provide_address'] = 'आपको कम से कम एक प्राप्तकर्ता का ई-मेल पता प्रदान करना होगा।';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP त्रुटि: निम्न प्राप्तकर्ताओं को पते भेजने में विफल। ';
$PHPMAILER_LANG['signing'] = 'साइनअप त्रुटि:। ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP का connect () फ़ंक्शन विफल हुआ। ';
$PHPMAILER_LANG['smtp_error'] = 'SMTP सर्वर त्रुटि। ';
$PHPMAILER_LANG['variable_set'] = 'चर को बना या संशोधित नहीं किया जा सकता। ';
$PHPMAILER_LANG['extension_missing'] = 'एक्सटेन्षन गायब है: ';
<?php
/**
* Croatian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Hrvoj3e <hrvoj3e@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP Greška: Neuspjela autentikacija.';
$PHPMAILER_LANG['connect_host'] = 'SMTP Greška: Ne mogu se spojiti na SMTP poslužitelj.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Greška: Podatci nisu prihvaćeni.';
$PHPMAILER_LANG['empty_message'] = 'Sadržaj poruke je prazan.';
$PHPMAILER_LANG['encoding'] = 'Nepoznati encoding: ';
$PHPMAILER_LANG['execute'] = 'Nije moguće izvršiti naredbu: ';
$PHPMAILER_LANG['file_access'] = 'Nije moguće pristupiti datoteci: ';
$PHPMAILER_LANG['file_open'] = 'Nije moguće otvoriti datoteku: ';
$PHPMAILER_LANG['from_failed'] = 'SMTP Greška: Slanje s navedenih e-mail adresa nije uspjelo: ';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Greška: Slanje na navedenih e-mail adresa nije uspjelo: ';
$PHPMAILER_LANG['instantiate'] = 'Ne mogu pokrenuti mail funkcionalnost.';
$PHPMAILER_LANG['invalid_address'] = 'E-mail nije poslan. Neispravna e-mail adresa: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer nije podržan.';
$PHPMAILER_LANG['provide_address'] = 'Definirajte barem jednu adresu primatelja.';
$PHPMAILER_LANG['signing'] = 'Greška prilikom prijave: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Spajanje na SMTP poslužitelj nije uspjelo.';
$PHPMAILER_LANG['smtp_error'] = 'Greška SMTP poslužitelja: ';
$PHPMAILER_LANG['variable_set'] = 'Ne mogu postaviti varijablu niti ju vratiti nazad: ';
$PHPMAILER_LANG['extension_missing'] = 'Nedostaje proširenje: ';
<?php
/**
* Hungarian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author @dominicus-75
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP hiba: az azonosítás sikertelen.';
$PHPMAILER_LANG['connect_host'] = 'SMTP hiba: nem lehet kapcsolódni az SMTP-szerverhez.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP hiba: adatok visszautasítva.';
$PHPMAILER_LANG['empty_message'] = 'Üres az üzenettörzs.';
$PHPMAILER_LANG['encoding'] = 'Ismeretlen kódolás: ';
$PHPMAILER_LANG['execute'] = 'Nem lehet végrehajtani: ';
$PHPMAILER_LANG['file_access'] = 'A következő fájl nem elérhető: ';
$PHPMAILER_LANG['file_open'] = 'Fájl hiba: a következő fájlt nem lehet megnyitni: ';
$PHPMAILER_LANG['from_failed'] = 'A feladóként megadott következő cím hibás: ';
$PHPMAILER_LANG['instantiate'] = 'A PHP mail() függvényt nem sikerült végrehajtani.';
$PHPMAILER_LANG['invalid_address'] = 'Érvénytelen cím: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' a mailer-osztály nem támogatott.';
$PHPMAILER_LANG['provide_address'] = 'Legalább egy címzettet fel kell tüntetni.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP hiba: a címzettként megadott következő címek hibásak: ';
$PHPMAILER_LANG['signing'] = 'Hibás aláírás: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Hiba az SMTP-kapcsolatban.';
$PHPMAILER_LANG['smtp_error'] = 'SMTP-szerver hiba: ';
$PHPMAILER_LANG['variable_set'] = 'A következő változók beállítása nem sikerült: ';
$PHPMAILER_LANG['extension_missing'] = 'Bővítmény hiányzik: ';
<?php
/**
* Armenian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Hrayr Grigoryan <hrayr@bits.am>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP -ի սխալ: չհաջողվեց ստուգել իսկությունը.';
$PHPMAILER_LANG['connect_host'] = 'SMTP -ի սխալ: չհաջողվեց կապ հաստատել SMTP սերվերի հետ.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP -ի սխալ: տվյալները ընդունված չեն.';
$PHPMAILER_LANG['empty_message'] = 'Հաղորդագրությունը դատարկ է';
$PHPMAILER_LANG['encoding'] = 'Կոդավորման անհայտ տեսակ: ';
$PHPMAILER_LANG['execute'] = 'Չհաջողվեց իրականացնել հրամանը: ';
$PHPMAILER_LANG['file_access'] = 'Ֆայլը հասանելի չէ: ';
$PHPMAILER_LANG['file_open'] = 'Ֆայլի սխալ: ֆայլը չհաջողվեց բացել: ';
$PHPMAILER_LANG['from_failed'] = 'Ուղարկողի հետևյալ հասցեն սխալ է: ';
$PHPMAILER_LANG['instantiate'] = 'Հնարավոր չէ կանչել mail ֆունկցիան.';
$PHPMAILER_LANG['invalid_address'] = 'Հասցեն սխալ է: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' փոստային սերվերի հետ չի աշխատում.';
$PHPMAILER_LANG['provide_address'] = 'Անհրաժեշտ է տրամադրել գոնե մեկ ստացողի e-mail հասցե.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP -ի սխալ: չի հաջողվել ուղարկել հետևյալ ստացողների հասցեներին: ';
$PHPMAILER_LANG['signing'] = 'Ստորագրման սխալ: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP -ի connect() ֆունկցիան չի հաջողվել';
$PHPMAILER_LANG['smtp_error'] = 'SMTP սերվերի սխալ: ';
$PHPMAILER_LANG['variable_set'] = 'Չի հաջողվում ստեղծել կամ վերափոխել փոփոխականը: ';
$PHPMAILER_LANG['extension_missing'] = 'Հավելվածը բացակայում է: ';
<?php
/**
* Indonesian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Cecep Prawiro <cecep.prawiro@gmail.com>
* @author @januridp
* @author Ian Mustafa <mail@ianmustafa.com>
*/
$PHPMAILER_LANG['authenticate'] = 'Kesalahan SMTP: Tidak dapat mengotentikasi.';
$PHPMAILER_LANG['connect_host'] = 'Kesalahan SMTP: Tidak dapat terhubung ke host SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'Kesalahan SMTP: Data tidak diterima.';
$PHPMAILER_LANG['empty_message'] = 'Isi pesan kosong';
$PHPMAILER_LANG['encoding'] = 'Pengkodean karakter tidak dikenali: ';
$PHPMAILER_LANG['execute'] = 'Tidak dapat menjalankan proses: ';
$PHPMAILER_LANG['file_access'] = 'Tidak dapat mengakses berkas: ';
$PHPMAILER_LANG['file_open'] = 'Kesalahan Berkas: Berkas tidak dapat dibuka: ';
$PHPMAILER_LANG['from_failed'] = 'Alamat pengirim berikut mengakibatkan kesalahan: ';
$PHPMAILER_LANG['instantiate'] = 'Tidak dapat menginisialisasi fungsi surel.';
$PHPMAILER_LANG['invalid_address'] = 'Gagal terkirim, alamat surel tidak sesuai: ';
$PHPMAILER_LANG['invalid_hostentry'] = 'Gagal terkirim, entri host tidak sesuai: ';
$PHPMAILER_LANG['invalid_host'] = 'Gagal terkirim, host tidak sesuai: ';
$PHPMAILER_LANG['provide_address'] = 'Harus tersedia minimal satu alamat tujuan';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer tidak didukung';
$PHPMAILER_LANG['recipients_failed'] = 'Kesalahan SMTP: Alamat tujuan berikut menyebabkan kesalahan: ';
$PHPMAILER_LANG['signing'] = 'Kesalahan dalam penandatangan SSL: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() gagal.';
$PHPMAILER_LANG['smtp_error'] = 'Kesalahan pada pelayan SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'Tidak dapat mengatur atau mengatur ulang variabel: ';
$PHPMAILER_LANG['extension_missing'] = 'Ekstensi PHP tidak tersedia: ';
<?php
/**
* Italian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Ilias Bartolini <brain79@inwind.it>
* @author Stefano Sabatini <sabas88@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP Error: Impossibile autenticarsi.';
$PHPMAILER_LANG['connect_host'] = 'SMTP Error: Impossibile connettersi all\'host SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Error: Dati non accettati dal server.';
$PHPMAILER_LANG['empty_message'] = 'Il corpo del messaggio è vuoto';
$PHPMAILER_LANG['encoding'] = 'Codifica dei caratteri sconosciuta: ';
$PHPMAILER_LANG['execute'] = 'Impossibile eseguire l\'operazione: ';
$PHPMAILER_LANG['file_access'] = 'Impossibile accedere al file: ';
$PHPMAILER_LANG['file_open'] = 'File Error: Impossibile aprire il file: ';
$PHPMAILER_LANG['from_failed'] = 'I seguenti indirizzi mittenti hanno generato errore: ';
$PHPMAILER_LANG['instantiate'] = 'Impossibile istanziare la funzione mail';
$PHPMAILER_LANG['invalid_address'] = 'Impossibile inviare, l\'indirizzo email non è valido: ';
$PHPMAILER_LANG['provide_address'] = 'Deve essere fornito almeno un indirizzo ricevente';
$PHPMAILER_LANG['mailer_not_supported'] = 'Mailer non supportato';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: I seguenti indirizzi destinatari hanno generato un errore: ';
$PHPMAILER_LANG['signing'] = 'Errore nella firma: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() fallita.';
$PHPMAILER_LANG['smtp_error'] = 'Errore del server SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'Impossibile impostare o resettare la variabile: ';
$PHPMAILER_LANG['extension_missing'] = 'Estensione mancante: ';
<?php
/**
* Japanese PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Mitsuhiro Yoshida <http://mitstek.com/>
* @author Yoshi Sakai <http://bluemooninc.jp/>
* @author Arisophy <https://github.com/arisophy/>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTPエラー: 認証できませんでした。';
$PHPMAILER_LANG['connect_host'] = 'SMTPエラー: SMTPホストに接続できませんでした。';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTPエラー: データが受け付けられませんでした。';
$PHPMAILER_LANG['empty_message'] = 'メール本文が空です。';
$PHPMAILER_LANG['encoding'] = '不明なエンコーディング: ';
$PHPMAILER_LANG['execute'] = '実行できませんでした: ';
$PHPMAILER_LANG['file_access'] = 'ファイルにアクセスできません: ';
$PHPMAILER_LANG['file_open'] = 'ファイルエラー: ファイルを開けません: ';
$PHPMAILER_LANG['from_failed'] = 'Fromアドレスを登録する際にエラーが発生しました: ';
$PHPMAILER_LANG['instantiate'] = 'メール関数が正常に動作しませんでした。';
$PHPMAILER_LANG['invalid_address'] = '不正なメールアドレス: ';
$PHPMAILER_LANG['provide_address'] = '少なくとも1つメールアドレスを 指定する必要があります。';
$PHPMAILER_LANG['mailer_not_supported'] = ' メーラーがサポートされていません。';
$PHPMAILER_LANG['recipients_failed'] = 'SMTPエラー: 次の受信者アドレスに 間違いがあります: ';
$PHPMAILER_LANG['signing'] = '署名エラー: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP接続に失敗しました。';
$PHPMAILER_LANG['smtp_error'] = 'SMTPサーバーエラー: ';
$PHPMAILER_LANG['variable_set'] = '変数が存在しません: ';
$PHPMAILER_LANG['extension_missing'] = '拡張機能が見つかりません: ';
<?php
/**
* Georgian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Avtandil Kikabidze aka LONGMAN <akalongman@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP შეცდომა: ავტორიზაცია შეუძლებელია.';
$PHPMAILER_LANG['connect_host'] = 'SMTP შეცდომა: SMTP სერვერთან დაკავშირება შეუძლებელია.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP შეცდომა: მონაცემები არ იქნა მიღებული.';
$PHPMAILER_LANG['encoding'] = 'კოდირების უცნობი ტიპი: ';
$PHPMAILER_LANG['execute'] = 'შეუძლებელია შემდეგი ბრძანების შესრულება: ';
$PHPMAILER_LANG['file_access'] = 'შეუძლებელია წვდომა ფაილთან: ';
$PHPMAILER_LANG['file_open'] = 'ფაილური სისტემის შეცდომა: არ იხსნება ფაილი: ';
$PHPMAILER_LANG['from_failed'] = 'გამგზავნის არასწორი მისამართი: ';
$PHPMAILER_LANG['instantiate'] = 'mail ფუნქციის გაშვება ვერ ხერხდება.';
$PHPMAILER_LANG['provide_address'] = 'გთხოვთ მიუთითოთ ერთი ადრესატის e-mail მისამართი მაინც.';
$PHPMAILER_LANG['mailer_not_supported'] = ' - საფოსტო სერვერის მხარდაჭერა არ არის.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP შეცდომა: შემდეგ მისამართებზე გაგზავნა ვერ მოხერხდა: ';
$PHPMAILER_LANG['empty_message'] = 'შეტყობინება ცარიელია';
$PHPMAILER_LANG['invalid_address'] = 'არ გაიგზავნა, e-mail მისამართის არასწორი ფორმატი: ';
$PHPMAILER_LANG['signing'] = 'ხელმოწერის შეცდომა: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'შეცდომა SMTP სერვერთან დაკავშირებისას';
$PHPMAILER_LANG['smtp_error'] = 'SMTP სერვერის შეცდომა: ';
$PHPMAILER_LANG['variable_set'] = 'შეუძლებელია შემდეგი ცვლადის შექმნა ან შეცვლა: ';
$PHPMAILER_LANG['extension_missing'] = 'ბიბლიოთეკა არ არსებობს: ';
<?php
/**
* Korean PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author ChalkPE <amato0617@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP 오류: 인증할 수 없습니다.';
$PHPMAILER_LANG['connect_host'] = 'SMTP 오류: SMTP 호스트에 접속할 수 없습니다.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP 오류: 데이터가 받아들여지지 않았습니다.';
$PHPMAILER_LANG['empty_message'] = '메세지 내용이 없습니다';
$PHPMAILER_LANG['encoding'] = '알 수 없는 인코딩: ';
$PHPMAILER_LANG['execute'] = '실행 불가: ';
$PHPMAILER_LANG['file_access'] = '파일 접근 불가: ';
$PHPMAILER_LANG['file_open'] = '파일 오류: 파일을 열 수 없습니다: ';
$PHPMAILER_LANG['from_failed'] = '다음 From 주소에서 오류가 발생했습니다: ';
$PHPMAILER_LANG['instantiate'] = 'mail 함수를 인스턴스화할 수 없습니다';
$PHPMAILER_LANG['invalid_address'] = '잘못된 주소: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' 메일러는 지원되지 않습니다.';
$PHPMAILER_LANG['provide_address'] = '적어도 한 개 이상의 수신자 메일 주소를 제공해야 합니다.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP 오류: 다음 수신자에서 오류가 발생했습니다: ';
$PHPMAILER_LANG['signing'] = '서명 오류: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP 연결을 실패하였습니다.';
$PHPMAILER_LANG['smtp_error'] = 'SMTP 서버 오류: ';
$PHPMAILER_LANG['variable_set'] = '변수 설정 및 초기화 불가: ';
$PHPMAILER_LANG['extension_missing'] = '확장자 없음: ';
<?php
/**
* Lithuanian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Dainius Kaupaitis <dk@sum.lt>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP klaida: autentifikacija nepavyko.';
$PHPMAILER_LANG['connect_host'] = 'SMTP klaida: nepavyksta prisijungti prie SMTP stoties.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP klaida: duomenys nepriimti.';
$PHPMAILER_LANG['empty_message'] = 'Laiško turinys tuščias';
$PHPMAILER_LANG['encoding'] = 'Neatpažinta koduotė: ';
$PHPMAILER_LANG['execute'] = 'Nepavyko įvykdyti komandos: ';
$PHPMAILER_LANG['file_access'] = 'Byla nepasiekiama: ';
$PHPMAILER_LANG['file_open'] = 'Bylos klaida: Nepavyksta atidaryti: ';
$PHPMAILER_LANG['from_failed'] = 'Neteisingas siuntėjo adresas: ';
$PHPMAILER_LANG['instantiate'] = 'Nepavyko paleisti mail funkcijos.';
$PHPMAILER_LANG['invalid_address'] = 'Neteisingas adresas: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' pašto stotis nepalaikoma.';
$PHPMAILER_LANG['provide_address'] = 'Nurodykite bent vieną gavėjo adresą.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP klaida: nepavyko išsiųsti šiems gavėjams: ';
$PHPMAILER_LANG['signing'] = 'Prisijungimo klaida: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP susijungimo klaida';
$PHPMAILER_LANG['smtp_error'] = 'SMTP stoties klaida: ';
$PHPMAILER_LANG['variable_set'] = 'Nepavyko priskirti reikšmės kintamajam: ';
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
<?php
/**
* Latvian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Eduards M. <e@npd.lv>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP kļūda: Autorizācija neizdevās.';
$PHPMAILER_LANG['connect_host'] = 'SMTP Kļūda: Nevar izveidot savienojumu ar SMTP serveri.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Kļūda: Nepieņem informāciju.';
$PHPMAILER_LANG['empty_message'] = 'Ziņojuma teksts ir tukšs';
$PHPMAILER_LANG['encoding'] = 'Neatpazīts kodējums: ';
$PHPMAILER_LANG['execute'] = 'Neizdevās izpildīt komandu: ';
$PHPMAILER_LANG['file_access'] = 'Fails nav pieejams: ';
$PHPMAILER_LANG['file_open'] = 'Faila kļūda: Nevar atvērt failu: ';
$PHPMAILER_LANG['from_failed'] = 'Nepareiza sūtītāja adrese: ';
$PHPMAILER_LANG['instantiate'] = 'Nevar palaist sūtīšanas funkciju.';
$PHPMAILER_LANG['invalid_address'] = 'Nepareiza adrese: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' sūtītājs netiek atbalstīts.';
$PHPMAILER_LANG['provide_address'] = 'Lūdzu, norādiet vismaz vienu adresātu.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP kļūda: neizdevās nosūtīt šādiem saņēmējiem: ';
$PHPMAILER_LANG['signing'] = 'Autorizācijas kļūda: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP savienojuma kļūda';
$PHPMAILER_LANG['smtp_error'] = 'SMTP servera kļūda: ';
$PHPMAILER_LANG['variable_set'] = 'Nevar piešķirt mainīgā vērtību: ';
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
<?php
/**
* Malagasy PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Hackinet <piyushjha8164@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'Hadisoana SMTP: Tsy nahomby ny fanamarinana.';
$PHPMAILER_LANG['connect_host'] = 'SMTP Error: Tsy afaka mampifandray amin\'ny mpampiantrano SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP diso: tsy voarakitra ny angona.';
$PHPMAILER_LANG['empty_message'] = 'Tsy misy ny votoaty mailaka.';
$PHPMAILER_LANG['encoding'] = 'Tsy fantatra encoding: ';
$PHPMAILER_LANG['execute'] = 'Tsy afaka manatanteraka ity baiko manaraka ity: ';
$PHPMAILER_LANG['file_access'] = 'Tsy nahomby ny fidirana amin\'ity rakitra ity: ';
$PHPMAILER_LANG['file_open'] = 'Hadisoana diso: Tsy afaka nanokatra ity file manaraka ity: ';
$PHPMAILER_LANG['from_failed'] = 'Ny adiresy iraka manaraka dia diso: ';
$PHPMAILER_LANG['instantiate'] = 'Tsy afaka nanomboka ny hetsika mail.';
$PHPMAILER_LANG['invalid_address'] = 'Tsy mety ny adiresy: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer tsy manohana.';
$PHPMAILER_LANG['provide_address'] = 'Alefaso azafady iray adiresy iray farafahakeliny.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: Tsy mety ireo mpanaraka ireto: ';
$PHPMAILER_LANG['signing'] = 'Error nandritra ny sonia:';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Tsy nahomby ny fifandraisana tamin\'ny server SMTP.';
$PHPMAILER_LANG['smtp_error'] = 'Fahadisoana tamin\'ny server SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'Tsy azo atao ny mametraka na mamerina ny variable: ';
$PHPMAILER_LANG['extension_missing'] = 'Tsy hita ny ampahany: ';
<?php
/**
* Mongolian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author @wispas
*/
$PHPMAILER_LANG['authenticate'] = 'Алдаа SMTP: Холбогдож чадсангүй.';
$PHPMAILER_LANG['connect_host'] = 'Алдаа SMTP: SMTP- сервертэй холбогдож болохгүй байна.';
$PHPMAILER_LANG['data_not_accepted'] = 'Алдаа SMTP: зөвшөөрөгдсөнгүй.';
$PHPMAILER_LANG['encoding'] = 'Тодорхойгүй кодчилол: ';
$PHPMAILER_LANG['execute'] = 'Коммандыг гүйцэтгэх боломжгүй байна: ';
$PHPMAILER_LANG['file_access'] = 'Файлд хандах боломжгүй байна: ';
$PHPMAILER_LANG['file_open'] = 'Файлын алдаа: файлыг нээх боломжгүй байна: ';
$PHPMAILER_LANG['from_failed'] = 'Илгээгчийн хаяг буруу байна: ';
$PHPMAILER_LANG['instantiate'] = 'Mail () функцийг ажиллуулах боломжгүй байна.';
$PHPMAILER_LANG['provide_address'] = 'Хүлээн авагчийн имэйл хаягийг оруулна уу.';
$PHPMAILER_LANG['mailer_not_supported'] = ' — мэйл серверийг дэмжсэнгүй.';
$PHPMAILER_LANG['recipients_failed'] = 'Алдаа SMTP: ийм хаягийг илгээж чадсангүй: ';
$PHPMAILER_LANG['empty_message'] = 'Хоосон мессэж';
$PHPMAILER_LANG['invalid_address'] = 'И-Мэйл буруу форматтай тул илгээх боломжгүй: ';
$PHPMAILER_LANG['signing'] = 'Гарын үсгийн алдаа: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP сервертэй холбогдоход алдаа гарлаа';
$PHPMAILER_LANG['smtp_error'] = 'SMTP серверийн алдаа: ';
$PHPMAILER_LANG['variable_set'] = 'Хувьсагчийг тохируулах эсвэл дахин тохируулах боломжгүй байна: ';
$PHPMAILER_LANG['extension_missing'] = 'Өргөтгөл байхгүй: ';
<?php
/**
* Malaysian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Nawawi Jamili <nawawi@rutweb.com>
*/
$PHPMAILER_LANG['authenticate'] = 'Ralat SMTP: Tidak dapat pengesahan.';
$PHPMAILER_LANG['connect_host'] = 'Ralat SMTP: Tidak dapat menghubungi hos pelayan SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'Ralat SMTP: Data tidak diterima oleh pelayan.';
$PHPMAILER_LANG['empty_message'] = 'Tiada isi untuk mesej';
$PHPMAILER_LANG['encoding'] = 'Pengekodan tidak diketahui: ';
$PHPMAILER_LANG['execute'] = 'Tidak dapat melaksanakan: ';
$PHPMAILER_LANG['file_access'] = 'Tidak dapat mengakses fail: ';
$PHPMAILER_LANG['file_open'] = 'Ralat Fail: Tidak dapat membuka fail: ';
$PHPMAILER_LANG['from_failed'] = 'Berikut merupakan ralat dari alamat e-mel: ';
$PHPMAILER_LANG['instantiate'] = 'Tidak dapat memberi contoh fungsi e-mel.';
$PHPMAILER_LANG['invalid_address'] = 'Alamat emel tidak sah: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' jenis penghantar emel tidak disokong.';
$PHPMAILER_LANG['provide_address'] = 'Anda perlu menyediakan sekurang-kurangnya satu alamat e-mel penerima.';
$PHPMAILER_LANG['recipients_failed'] = 'Ralat SMTP: Penerima e-mel berikut telah gagal: ';
$PHPMAILER_LANG['signing'] = 'Ralat pada tanda tangan: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() telah gagal.';
$PHPMAILER_LANG['smtp_error'] = 'Ralat pada pelayan SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'Tidak boleh menetapkan atau menetapkan semula pembolehubah: ';
$PHPMAILER_LANG['extension_missing'] = 'Sambungan hilang: ';
<?php
/**
* Norwegian Bokmål PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP Feil: Kunne ikke autentisere.';
$PHPMAILER_LANG['connect_host'] = 'SMTP Feil: Kunne ikke koble til SMTP tjener.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Feil: Datainnhold ikke akseptert.';
$PHPMAILER_LANG['empty_message'] = 'Meldingsinnhold mangler';
$PHPMAILER_LANG['encoding'] = 'Ukjent koding: ';
$PHPMAILER_LANG['execute'] = 'Kunne ikke utføre: ';
$PHPMAILER_LANG['file_access'] = 'Får ikke tilgang til filen: ';
$PHPMAILER_LANG['file_open'] = 'Fil Feil: Kunne ikke åpne filen: ';
$PHPMAILER_LANG['from_failed'] = 'Følgende Frå adresse feilet: ';
$PHPMAILER_LANG['instantiate'] = 'Kunne ikke initialisere post funksjon.';
$PHPMAILER_LANG['invalid_address'] = 'Ugyldig adresse: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' sender er ikke støttet.';
$PHPMAILER_LANG['provide_address'] = 'Du må opppgi minst en mottakeradresse.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Feil: Følgende mottakeradresse feilet: ';
$PHPMAILER_LANG['signing'] = 'Signering Feil: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP connect() feilet.';
$PHPMAILER_LANG['smtp_error'] = 'SMTP server feil: ';
$PHPMAILER_LANG['variable_set'] = 'Kan ikke skrive eller omskrive variabel: ';
$PHPMAILER_LANG['extension_missing'] = 'Utvidelse mangler: ';
<?php
/**
* Dutch PHPMailer language file: refer to PHPMailer.php for definitive list.
* @package PHPMailer
* @author Tuxion <team@tuxion.nl>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP-fout: authenticatie mislukt.';
$PHPMAILER_LANG['buggy_php'] = 'PHP versie gededecteerd die onderhavig is aan een bug die kan resulteren in gecorrumpeerde berichten. Om dit te voorkomen, gebruik SMTP voor het verzenden van berichten, zet de mail.add_x_header optie in uw php.ini file uit, gebruik MacOS of Linux, of pas de gebruikte PHP versie aan naar versie 7.0.17+ or 7.1.3+.';
$PHPMAILER_LANG['connect_host'] = 'SMTP-fout: kon niet verbinden met SMTP-host.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP-fout: data niet geaccepteerd.';
$PHPMAILER_LANG['empty_message'] = 'Berichttekst is leeg';
$PHPMAILER_LANG['encoding'] = 'Onbekende codering: ';
$PHPMAILER_LANG['execute'] = 'Kon niet uitvoeren: ';
$PHPMAILER_LANG['extension_missing'] = 'Extensie afwezig: ';
$PHPMAILER_LANG['file_access'] = 'Kreeg geen toegang tot bestand: ';
$PHPMAILER_LANG['file_open'] = 'Bestandsfout: kon bestand niet openen: ';
$PHPMAILER_LANG['from_failed'] = 'Het volgende afzendersadres is mislukt: ';
$PHPMAILER_LANG['instantiate'] = 'Kon mailfunctie niet initialiseren.';
$PHPMAILER_LANG['invalid_address'] = 'Ongeldig adres: ';
$PHPMAILER_LANG['invalid_header'] = 'Ongeldige header naam of waarde';
$PHPMAILER_LANG['invalid_hostentry'] = 'Ongeldige hostentry: ';
$PHPMAILER_LANG['invalid_host'] = 'Ongeldige host: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer wordt niet ondersteund.';
$PHPMAILER_LANG['provide_address'] = 'Er moet minstens één ontvanger worden opgegeven.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP-fout: de volgende ontvangers zijn mislukt: ';
$PHPMAILER_LANG['signing'] = 'Signeerfout: ';
$PHPMAILER_LANG['smtp_code'] = 'SMTP code: ';
$PHPMAILER_LANG['smtp_code_ex'] = 'Aanvullende SMTP informatie: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Verbinding mislukt.';
$PHPMAILER_LANG['smtp_detail'] = 'Detail: ';
$PHPMAILER_LANG['smtp_error'] = 'SMTP-serverfout: ';
$PHPMAILER_LANG['variable_set'] = 'Kan de volgende variabele niet instellen of resetten: ';
<?php
/**
* Polish PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
*/
$PHPMAILER_LANG['authenticate'] = 'Błąd SMTP: Nie można przeprowadzić uwierzytelnienia.';
$PHPMAILER_LANG['connect_host'] = 'Błąd SMTP: Nie można połączyć się z wybranym hostem.';
$PHPMAILER_LANG['data_not_accepted'] = 'Błąd SMTP: Dane nie zostały przyjęte.';
$PHPMAILER_LANG['empty_message'] = 'Wiadomość jest pusta.';
$PHPMAILER_LANG['encoding'] = 'Nieznany sposób kodowania znaków: ';
$PHPMAILER_LANG['execute'] = 'Nie można uruchomić: ';
$PHPMAILER_LANG['file_access'] = 'Brak dostępu do pliku: ';
$PHPMAILER_LANG['file_open'] = 'Nie można otworzyć pliku: ';
$PHPMAILER_LANG['from_failed'] = 'Następujący adres Nadawcy jest nieprawidłowy: ';
$PHPMAILER_LANG['instantiate'] = 'Nie można wywołać funkcji mail(). Sprawdź konfigurację serwera.';
$PHPMAILER_LANG['invalid_address'] = 'Nie można wysłać wiadomości, ' .
'następujący adres Odbiorcy jest nieprawidłowy: ';
$PHPMAILER_LANG['provide_address'] = 'Należy podać prawidłowy adres email Odbiorcy.';
$PHPMAILER_LANG['mailer_not_supported'] = 'Wybrana metoda wysyłki wiadomości nie jest obsługiwana.';
$PHPMAILER_LANG['recipients_failed'] = 'Błąd SMTP: Następujący odbiorcy są nieprawidłowi: ';
$PHPMAILER_LANG['signing'] = 'Błąd podpisywania wiadomości: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() zakończone niepowodzeniem.';
$PHPMAILER_LANG['smtp_error'] = 'Błąd SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'Nie można ustawić lub zmodyfikować zmiennej: ';
$PHPMAILER_LANG['extension_missing'] = 'Brakujące rozszerzenie: ';
<?php
/**
* Portuguese (European) PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Jonadabe <jonadabe@hotmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'Erro do SMTP: Não foi possível realizar a autenticação.';
$PHPMAILER_LANG['connect_host'] = 'Erro do SMTP: Não foi possível realizar ligação com o servidor SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'Erro do SMTP: Os dados foram rejeitados.';
$PHPMAILER_LANG['empty_message'] = 'A mensagem no e-mail está vazia.';
$PHPMAILER_LANG['encoding'] = 'Codificação desconhecida: ';
$PHPMAILER_LANG['execute'] = 'Não foi possível executar: ';
$PHPMAILER_LANG['file_access'] = 'Não foi possível aceder o ficheiro: ';
$PHPMAILER_LANG['file_open'] = 'Abertura do ficheiro: Não foi possível abrir o ficheiro: ';
$PHPMAILER_LANG['from_failed'] = 'Ocorreram falhas nos endereços dos seguintes remententes: ';
$PHPMAILER_LANG['instantiate'] = 'Não foi possível iniciar uma instância da função mail.';
$PHPMAILER_LANG['invalid_address'] = 'Não foi enviado nenhum e-mail para o endereço de e-mail inválido: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer não é suportado.';
$PHPMAILER_LANG['provide_address'] = 'Tem de fornecer pelo menos um endereço como destinatário do e-mail.';
$PHPMAILER_LANG['recipients_failed'] = 'Erro do SMTP: O endereço do seguinte destinatário falhou: ';
$PHPMAILER_LANG['signing'] = 'Erro ao assinar: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() falhou.';
$PHPMAILER_LANG['smtp_error'] = 'Erro de servidor SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'Não foi possível definir ou redefinir a variável: ';
$PHPMAILER_LANG['extension_missing'] = 'Extensão em falta: ';
<?php
/**
* Brazilian Portuguese PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Paulo Henrique Garcia <paulo@controllerweb.com.br>
* @author Lucas Guimarães <lucas@lucasguimaraes.com>
* @author Phelipe Alves <phelipealvesdesouza@gmail.com>
* @author Fabio Beneditto <fabiobeneditto@gmail.com>
* @author Geidson Benício Coelho <geidsonc@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'Erro de SMTP: Não foi possível autenticar.';
$PHPMAILER_LANG['buggy_php'] = 'Sua versão do PHP é afetada por um bug que por resultar em messagens corrompidas. Para corrigir, mude para enviar usando SMTP, desative a opção mail.add_x_header em seu php.ini, mude para MacOS ou Linux, ou atualize seu PHP para versão 7.0.17+ ou 7.1.3+ ';
$PHPMAILER_LANG['connect_host'] = 'Erro de SMTP: Não foi possível conectar ao servidor SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'Erro de SMTP: Dados rejeitados.';
$PHPMAILER_LANG['empty_message'] = 'Mensagem vazia';
$PHPMAILER_LANG['encoding'] = 'Codificação desconhecida: ';
$PHPMAILER_LANG['execute'] = 'Não foi possível executar: ';
$PHPMAILER_LANG['extension_missing'] = 'Extensão não existe: ';
$PHPMAILER_LANG['file_access'] = 'Não foi possível acessar o arquivo: ';
$PHPMAILER_LANG['file_open'] = 'Erro de Arquivo: Não foi possível abrir o arquivo: ';
$PHPMAILER_LANG['from_failed'] = 'Os seguintes remetentes falharam: ';
$PHPMAILER_LANG['instantiate'] = 'Não foi possível instanciar a função mail.';
$PHPMAILER_LANG['invalid_address'] = 'Endereço de e-mail inválido: ';
$PHPMAILER_LANG['invalid_header'] = 'Nome ou valor de cabeçalho inválido';
$PHPMAILER_LANG['invalid_hostentry'] = 'hostentry inválido: ';
$PHPMAILER_LANG['invalid_host'] = 'host inválido: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer não é suportado.';
$PHPMAILER_LANG['provide_address'] = 'Você deve informar pelo menos um destinatário.';
$PHPMAILER_LANG['recipients_failed'] = 'Erro de SMTP: Os seguintes destinatários falharam: ';
$PHPMAILER_LANG['signing'] = 'Erro de Assinatura: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() falhou.';
$PHPMAILER_LANG['smtp_code'] = 'Código do servidor SMTP: ';
$PHPMAILER_LANG['smtp_error'] = 'Erro de servidor SMTP: ';
$PHPMAILER_LANG['smtp_code_ex'] = 'Informações adicionais do servidor SMTP: ';
$PHPMAILER_LANG['smtp_detail'] = 'Detalhes do servidor SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'Não foi possível definir ou redefinir a variável: ';
<?php
/**
* Romanian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
*/
$PHPMAILER_LANG['authenticate'] = 'Eroare SMTP: Autentificarea a eșuat.';
$PHPMAILER_LANG['buggy_php'] = 'Versiunea instalată de PHP este afectată de o problemă care poate duce la coruperea mesajelor Pentru a preveni această problemă, folosiți SMTP, dezactivați opțiunea mail.add_x_header din php.ini, folosiți MacOS/Linux sau actualizați versiunea de PHP la 7.0.17+ sau 7.1.3+.';
$PHPMAILER_LANG['connect_host'] = 'Eroare SMTP: Conectarea la serverul SMTP a eșuat.';
$PHPMAILER_LANG['data_not_accepted'] = 'Eroare SMTP: Datele nu au fost acceptate.';
$PHPMAILER_LANG['empty_message'] = 'Mesajul este gol.';
$PHPMAILER_LANG['encoding'] = 'Encodare necunoscută: ';
$PHPMAILER_LANG['execute'] = 'Nu se poate executa următoarea comandă: ';
$PHPMAILER_LANG['extension_missing'] = 'Lipsește extensia: ';
$PHPMAILER_LANG['file_access'] = 'Nu se poate accesa următorul fișier: ';
$PHPMAILER_LANG['file_open'] = 'Eroare fișier: Nu se poate deschide următorul fișier: ';
$PHPMAILER_LANG['from_failed'] = 'Următoarele adrese From au dat eroare: ';
$PHPMAILER_LANG['instantiate'] = 'Funcția mail nu a putut fi inițializată.';
$PHPMAILER_LANG['invalid_address'] = 'Adresa de email nu este validă: ';
$PHPMAILER_LANG['invalid_header'] = 'Numele sau valoarea header-ului nu este validă: ';
$PHPMAILER_LANG['invalid_hostentry'] = 'Hostentry invalid: ';
$PHPMAILER_LANG['invalid_host'] = 'Host invalid: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer nu este suportat.';
$PHPMAILER_LANG['provide_address'] = 'Trebuie să adăugați cel puțin o adresă de email.';
$PHPMAILER_LANG['recipients_failed'] = 'Eroare SMTP: Următoarele adrese de email au eșuat: ';
$PHPMAILER_LANG['signing'] = 'A aparut o problemă la semnarea emailului. ';
$PHPMAILER_LANG['smtp_code'] = 'Cod SMTP: ';
$PHPMAILER_LANG['smtp_code_ex'] = 'Informații SMTP adiționale: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Conectarea la serverul SMTP a eșuat.';
$PHPMAILER_LANG['smtp_detail'] = 'Detalii SMTP: ';
$PHPMAILER_LANG['smtp_error'] = 'Eroare server SMTP: ';
$PHPMAILER_LANG['variable_set'] = 'Nu se poate seta/reseta variabila. ';
<?php
/**
* Russian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Alexey Chumakov <alex@chumakov.ru>
* @author Foster Snowhill <i18n@forstwoof.ru>
*/
$PHPMAILER_LANG['authenticate'] = 'Ошибка SMTP: ошибка авторизации.';
$PHPMAILER_LANG['connect_host'] = 'Ошибка SMTP: не удается подключиться к SMTP-серверу.';
$PHPMAILER_LANG['data_not_accepted'] = 'Ошибка SMTP: данные не приняты.';
$PHPMAILER_LANG['encoding'] = 'Неизвестная кодировка: ';
$PHPMAILER_LANG['execute'] = 'Невозможно выполнить команду: ';
$PHPMAILER_LANG['file_access'] = 'Нет доступа к файлу: ';
$PHPMAILER_LANG['file_open'] = 'Файловая ошибка: не удаётся открыть файл: ';
$PHPMAILER_LANG['from_failed'] = 'Неверный адрес отправителя: ';
$PHPMAILER_LANG['instantiate'] = 'Невозможно запустить функцию mail().';
$PHPMAILER_LANG['provide_address'] = 'Пожалуйста, введите хотя бы один email-адрес получателя.';
$PHPMAILER_LANG['mailer_not_supported'] = ' — почтовый сервер не поддерживается.';
$PHPMAILER_LANG['recipients_failed'] = 'Ошибка SMTP: не удалась отправка таким адресатам: ';
$PHPMAILER_LANG['empty_message'] = 'Пустое сообщение';
$PHPMAILER_LANG['invalid_address'] = 'Не отправлено из-за неправильного формата email-адреса: ';
$PHPMAILER_LANG['signing'] = 'Ошибка подписи: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Ошибка соединения с SMTP-сервером';
$PHPMAILER_LANG['smtp_error'] = 'Ошибка SMTP-сервера: ';
$PHPMAILER_LANG['variable_set'] = 'Невозможно установить или сбросить переменную: ';
$PHPMAILER_LANG['extension_missing'] = 'Расширение отсутствует: ';
<?php
/**
* Slovak PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Michal Tinka <michaltinka@gmail.com>
* @author Peter Orlický <pcmanik91@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP Error: Chyba autentifikácie.';
$PHPMAILER_LANG['connect_host'] = 'SMTP Error: Nebolo možné nadviazať spojenie so SMTP serverom.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Error: Dáta neboli prijaté';
$PHPMAILER_LANG['empty_message'] = 'Prázdne telo správy.';
$PHPMAILER_LANG['encoding'] = 'Neznáme kódovanie: ';
$PHPMAILER_LANG['execute'] = 'Nedá sa vykonať: ';
$PHPMAILER_LANG['file_access'] = 'Súbor nebol nájdený: ';
$PHPMAILER_LANG['file_open'] = 'File Error: Súbor sa otvoriť pre čítanie: ';
$PHPMAILER_LANG['from_failed'] = 'Následujúca adresa From je nesprávna: ';
$PHPMAILER_LANG['instantiate'] = 'Nedá sa vytvoriť inštancia emailovej funkcie.';
$PHPMAILER_LANG['invalid_address'] = 'Neodoslané, emailová adresa je nesprávna: ';
$PHPMAILER_LANG['invalid_hostentry'] = 'Záznam hostiteľa je nesprávny: ';
$PHPMAILER_LANG['invalid_host'] = 'Hostiteľ je nesprávny: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' emailový klient nieje podporovaný.';
$PHPMAILER_LANG['provide_address'] = 'Musíte zadať aspoň jednu emailovú adresu príjemcu.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: Adresy príjemcov niesu správne ';
$PHPMAILER_LANG['signing'] = 'Chyba prihlasovania: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() zlyhalo.';
$PHPMAILER_LANG['smtp_error'] = 'SMTP chyba serveru: ';
$PHPMAILER_LANG['variable_set'] = 'Nemožno nastaviť alebo resetovať premennú: ';
$PHPMAILER_LANG['extension_missing'] = 'Chýba rozšírenie: ';
<?php
/**
* Slovene PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Klemen Tušar <techouse@gmail.com>
* @author Filip Š <projects@filips.si>
* @author Blaž Oražem <blaz@orazem.si>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP napaka: Avtentikacija ni uspela.';
$PHPMAILER_LANG['buggy_php'] = 'Na vašo PHP različico vpliva napaka, ki lahko povzroči poškodovana sporočila. Če želite težavo odpraviti, preklopite na pošiljanje prek SMTP, onemogočite možnost mail.add_x_header v vaši php.ini datoteki, preklopite na MacOS ali Linux, ali nadgradite vašo PHP zaličico na 7.0.17+ ali 7.1.3+.';
$PHPMAILER_LANG['connect_host'] = 'SMTP napaka: Vzpostavljanje povezave s SMTP gostiteljem ni uspelo.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP napaka: Strežnik zavrača podatke.';
$PHPMAILER_LANG['empty_message'] = 'E-poštno sporočilo nima vsebine.';
$PHPMAILER_LANG['encoding'] = 'Nepoznan tip kodiranja: ';
$PHPMAILER_LANG['execute'] = 'Operacija ni uspela: ';
$PHPMAILER_LANG['extension_missing'] = 'Manjkajoča razširitev: ';
$PHPMAILER_LANG['file_access'] = 'Nimam dostopa do datoteke: ';
$PHPMAILER_LANG['file_open'] = 'Ne morem odpreti datoteke: ';
$PHPMAILER_LANG['from_failed'] = 'Neveljaven e-naslov pošiljatelja: ';
$PHPMAILER_LANG['instantiate'] = 'Ne morem inicializirati mail funkcije.';
$PHPMAILER_LANG['invalid_address'] = 'E-poštno sporočilo ni bilo poslano. E-naslov je neveljaven: ';
$PHPMAILER_LANG['invalid_header'] = 'Neveljavno ime ali vrednost glave';
$PHPMAILER_LANG['invalid_hostentry'] = 'Neveljaven vnos gostitelja: ';
$PHPMAILER_LANG['invalid_host'] = 'Neveljaven gostitelj: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer ni podprt.';
$PHPMAILER_LANG['provide_address'] = 'Prosimo, vnesite vsaj enega naslovnika.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP napaka: Sledeči naslovniki so neveljavni: ';
$PHPMAILER_LANG['signing'] = 'Napaka pri podpisovanju: ';
$PHPMAILER_LANG['smtp_code'] = 'SMTP koda: ';
$PHPMAILER_LANG['smtp_code_ex'] = 'Dodatne informacije o SMTP: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Ne morem vzpostaviti povezave s SMTP strežnikom.';
$PHPMAILER_LANG['smtp_detail'] = 'Podrobnosti: ';
$PHPMAILER_LANG['smtp_error'] = 'Napaka SMTP strežnika: ';
$PHPMAILER_LANG['variable_set'] = 'Ne morem nastaviti oz. ponastaviti spremenljivke: ';
<?php
/**
* Serbian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Александар Јевремовић <ajevremovic@gmail.com>
* @author Miloš Milanović <mmilanovic016@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP грешка: аутентификација није успела.';
$PHPMAILER_LANG['connect_host'] = 'SMTP грешка: повезивање са SMTP сервером није успело.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP грешка: подаци нису прихваћени.';
$PHPMAILER_LANG['empty_message'] = 'Садржај поруке је празан.';
$PHPMAILER_LANG['encoding'] = 'Непознато кодирање: ';
$PHPMAILER_LANG['execute'] = 'Није могуће извршити наредбу: ';
$PHPMAILER_LANG['file_access'] = 'Није могуће приступити датотеци: ';
$PHPMAILER_LANG['file_open'] = 'Није могуће отворити датотеку: ';
$PHPMAILER_LANG['from_failed'] = 'SMTP грешка: слање са следећих адреса није успело: ';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP грешка: слање на следеће адресе није успело: ';
$PHPMAILER_LANG['instantiate'] = 'Није могуће покренути mail функцију.';
$PHPMAILER_LANG['invalid_address'] = 'Порука није послата. Неисправна адреса: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' мејлер није подржан.';
$PHPMAILER_LANG['provide_address'] = 'Дефинишите бар једну адресу примаоца.';
$PHPMAILER_LANG['signing'] = 'Грешка приликом пријаве: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Повезивање са SMTP сервером није успело.';
$PHPMAILER_LANG['smtp_error'] = 'Грешка SMTP сервера: ';
$PHPMAILER_LANG['variable_set'] = 'Није могуће задати нити ресетовати променљиву: ';
$PHPMAILER_LANG['extension_missing'] = 'Недостаје проширење: ';
<?php
/**
* Serbian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Александар Јевремовић <ajevremovic@gmail.com>
* @author Miloš Milanović <mmilanovic016@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP greška: autentifikacija nije uspela.';
$PHPMAILER_LANG['connect_host'] = 'SMTP greška: povezivanje sa SMTP serverom nije uspelo.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP greška: podaci nisu prihvaćeni.';
$PHPMAILER_LANG['empty_message'] = 'Sadržaj poruke je prazan.';
$PHPMAILER_LANG['encoding'] = 'Nepoznato kodiranje: ';
$PHPMAILER_LANG['execute'] = 'Nije moguće izvršiti naredbu: ';
$PHPMAILER_LANG['file_access'] = 'Nije moguće pristupiti datoteci: ';
$PHPMAILER_LANG['file_open'] = 'Nije moguće otvoriti datoteku: ';
$PHPMAILER_LANG['from_failed'] = 'SMTP greška: slanje sa sledećih adresa nije uspelo: ';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP greška: slanje na sledeće adrese nije uspelo: ';
$PHPMAILER_LANG['instantiate'] = 'Nije moguće pokrenuti mail funkciju.';
$PHPMAILER_LANG['invalid_address'] = 'Poruka nije poslata. Neispravna adresa: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' majler nije podržan.';
$PHPMAILER_LANG['provide_address'] = 'Definišite bar jednu adresu primaoca.';
$PHPMAILER_LANG['signing'] = 'Greška prilikom prijave: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Povezivanje sa SMTP serverom nije uspelo.';
$PHPMAILER_LANG['smtp_error'] = 'Greška SMTP servera: ';
$PHPMAILER_LANG['variable_set'] = 'Nije moguće zadati niti resetovati promenljivu: ';
$PHPMAILER_LANG['extension_missing'] = 'Nedostaje proširenje: ';
<?php
/**
* Swedish PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Johan Linnér <johan@linner.biz>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP fel: Kunde inte autentisera.';
$PHPMAILER_LANG['connect_host'] = 'SMTP fel: Kunde inte ansluta till SMTP-server.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP fel: Data accepterades inte.';
//$PHPMAILER_LANG['empty_message'] = 'Message body empty';
$PHPMAILER_LANG['encoding'] = 'Okänt encode-format: ';
$PHPMAILER_LANG['execute'] = 'Kunde inte köra: ';
$PHPMAILER_LANG['file_access'] = 'Ingen åtkomst till fil: ';
$PHPMAILER_LANG['file_open'] = 'Fil fel: Kunde inte öppna fil: ';
$PHPMAILER_LANG['from_failed'] = 'Följande avsändaradress är felaktig: ';
$PHPMAILER_LANG['instantiate'] = 'Kunde inte initiera e-postfunktion.';
$PHPMAILER_LANG['invalid_address'] = 'Felaktig adress: ';
$PHPMAILER_LANG['provide_address'] = 'Du måste ange minst en mottagares e-postadress.';
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer stöds inte.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP fel: Följande mottagare är felaktig: ';
$PHPMAILER_LANG['signing'] = 'Signeringsfel: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() misslyckades.';
$PHPMAILER_LANG['smtp_error'] = 'SMTP serverfel: ';
$PHPMAILER_LANG['variable_set'] = 'Kunde inte definiera eller återställa variabel: ';
$PHPMAILER_LANG['extension_missing'] = 'Tillägg ej tillgängligt: ';
<?php
/**
* Tagalog PHPMailer language file: refer to English translation for definitive list
*
* @package PHPMailer
* @author Adriane Justine Tan <eidoriantan@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP Error: Hindi mapatotohanan.';
$PHPMAILER_LANG['connect_host'] = 'SMTP Error: Hindi makakonekta sa SMTP host.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Error: Ang datos ay hindi naitanggap.';
$PHPMAILER_LANG['empty_message'] = 'Walang laman ang mensahe';
$PHPMAILER_LANG['encoding'] = 'Hindi alam ang encoding: ';
$PHPMAILER_LANG['execute'] = 'Hindi maisasagawa: ';
$PHPMAILER_LANG['file_access'] = 'Hindi ma-access ang file: ';
$PHPMAILER_LANG['file_open'] = 'File Error: Hindi mabuksan ang file: ';
$PHPMAILER_LANG['from_failed'] = 'Ang sumusunod na address ay nabigo: ';
$PHPMAILER_LANG['instantiate'] = 'Hindi maisimulan ang instance ng mail function.';
$PHPMAILER_LANG['invalid_address'] = 'Hindi wasto ang address na naibigay: ';
$PHPMAILER_LANG['mailer_not_supported'] = 'Ang mailer ay hindi suportado.';
$PHPMAILER_LANG['provide_address'] = 'Kailangan mong magbigay ng kahit isang email address na tatanggap.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: Ang mga sumusunod na tatanggap ay nabigo: ';
$PHPMAILER_LANG['signing'] = 'Hindi ma-sign: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Ang SMTP connect() ay nabigo.';
$PHPMAILER_LANG['smtp_error'] = 'Ang server ng SMTP ay nabigo: ';
$PHPMAILER_LANG['variable_set'] = 'Hindi matatakda o ma-reset ang mga variables: ';
$PHPMAILER_LANG['extension_missing'] = 'Nawawala ang extension: ';
<?php
/**
* Turkish PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Elçin Özel
* @author Can Yılmaz
* @author Mehmet Benlioğlu
* @author @yasinaydin
* @author Ogün Karakuş
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP Hatası: Oturum açılamadı.';
$PHPMAILER_LANG['connect_host'] = 'SMTP Hatası: SMTP sunucusuna bağlanılamadı.';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Hatası: Veri kabul edilmedi.';
$PHPMAILER_LANG['empty_message'] = 'Mesajın içeriği boş';
$PHPMAILER_LANG['encoding'] = 'Bilinmeyen karakter kodlama: ';
$PHPMAILER_LANG['execute'] = 'Çalıştırılamadı: ';
$PHPMAILER_LANG['file_access'] = 'Dosyaya erişilemedi: ';
$PHPMAILER_LANG['file_open'] = 'Dosya Hatası: Dosya açılamadı: ';
$PHPMAILER_LANG['from_failed'] = 'Belirtilen adreslere gönderme başarısız: ';
$PHPMAILER_LANG['instantiate'] = 'Örnek e-posta fonksiyonu oluşturulamadı.';
$PHPMAILER_LANG['invalid_address'] = 'Geçersiz e-posta adresi: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' e-posta kütüphanesi desteklenmiyor.';
$PHPMAILER_LANG['provide_address'] = 'En az bir alıcı e-posta adresi belirtmelisiniz.';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Hatası: Belirtilen alıcılara ulaşılamadı: ';
$PHPMAILER_LANG['signing'] = 'İmzalama hatası: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP connect() fonksiyonu başarısız.';
$PHPMAILER_LANG['smtp_error'] = 'SMTP sunucu hatası: ';
$PHPMAILER_LANG['variable_set'] = 'Değişken ayarlanamadı ya da sıfırlanamadı: ';
$PHPMAILER_LANG['extension_missing'] = 'Eklenti bulunamadı: ';
<?php
/**
* Ukrainian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Yuriy Rudyy <yrudyy@prs.net.ua>
* @fixed by Boris Yurchenko <boris@yurchenko.pp.ua>
*/
$PHPMAILER_LANG['authenticate'] = 'Помилка SMTP: помилка авторизації.';
$PHPMAILER_LANG['connect_host'] = 'Помилка SMTP: не вдається під\'єднатися до SMTP-серверу.';
$PHPMAILER_LANG['data_not_accepted'] = 'Помилка SMTP: дані не прийнято.';
$PHPMAILER_LANG['encoding'] = 'Невідоме кодування: ';
$PHPMAILER_LANG['execute'] = 'Неможливо виконати команду: ';
$PHPMAILER_LANG['file_access'] = 'Немає доступу до файлу: ';
$PHPMAILER_LANG['file_open'] = 'Помилка файлової системи: не вдається відкрити файл: ';
$PHPMAILER_LANG['from_failed'] = 'Невірна адреса відправника: ';
$PHPMAILER_LANG['instantiate'] = 'Неможливо запустити функцію mail().';
$PHPMAILER_LANG['provide_address'] = 'Будь ласка, введіть хоча б одну email-адресу отримувача.';
$PHPMAILER_LANG['mailer_not_supported'] = ' - поштовий сервер не підтримується.';
$PHPMAILER_LANG['recipients_failed'] = 'Помилка SMTP: не вдалося відправлення для таких отримувачів: ';
$PHPMAILER_LANG['empty_message'] = 'Пусте повідомлення';
$PHPMAILER_LANG['invalid_address'] = 'Не відправлено через неправильний формат email-адреси: ';
$PHPMAILER_LANG['signing'] = 'Помилка підпису: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Помилка з\'єднання з SMTP-сервером';
$PHPMAILER_LANG['smtp_error'] = 'Помилка SMTP-сервера: ';
$PHPMAILER_LANG['variable_set'] = 'Неможливо встановити або скинути змінну: ';
$PHPMAILER_LANG['extension_missing'] = 'Розширення відсутнє: ';
<?php
/**
* Vietnamese (Tiếng Việt) PHPMailer language file: refer to English translation for definitive list.
* @package PHPMailer
* @author VINADES.,JSC <contact@vinades.vn>
*/
$PHPMAILER_LANG['authenticate'] = 'Lỗi SMTP: Không thể xác thực.';
$PHPMAILER_LANG['connect_host'] = 'Lỗi SMTP: Không thể kết nối máy chủ SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'Lỗi SMTP: Dữ liệu không được chấp nhận.';
$PHPMAILER_LANG['empty_message'] = 'Không có nội dung';
$PHPMAILER_LANG['encoding'] = 'Mã hóa không xác định: ';
$PHPMAILER_LANG['execute'] = 'Không thực hiện được: ';
$PHPMAILER_LANG['file_access'] = 'Không thể truy cập tệp tin ';
$PHPMAILER_LANG['file_open'] = 'Lỗi Tập tin: Không thể mở tệp tin: ';
$PHPMAILER_LANG['from_failed'] = 'Lỗi địa chỉ gửi đi: ';
$PHPMAILER_LANG['instantiate'] = 'Không dùng được các hàm gửi thư.';
$PHPMAILER_LANG['invalid_address'] = 'Đại chỉ emai không đúng: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' trình gửi thư không được hỗ trợ.';
$PHPMAILER_LANG['provide_address'] = 'Bạn phải cung cấp ít nhất một địa chỉ người nhận.';
$PHPMAILER_LANG['recipients_failed'] = 'Lỗi SMTP: lỗi địa chỉ người nhận: ';
$PHPMAILER_LANG['signing'] = 'Lỗi đăng nhập: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'Lỗi kết nối với SMTP';
$PHPMAILER_LANG['smtp_error'] = 'Lỗi máy chủ smtp ';
$PHPMAILER_LANG['variable_set'] = 'Không thể thiết lập hoặc thiết lập lại biến: ';
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
<?php
/**
* Traditional Chinese PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author liqwei <liqwei@liqwei.com>
* @author Peter Dave Hello <@PeterDaveHello/>
* @author Jason Chiang <xcojad@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP 錯誤:登入失敗。';
$PHPMAILER_LANG['connect_host'] = 'SMTP 錯誤:無法連線到 SMTP 主機。';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP 錯誤:無法接受的資料。';
$PHPMAILER_LANG['empty_message'] = '郵件內容為空';
$PHPMAILER_LANG['encoding'] = '未知編碼: ';
$PHPMAILER_LANG['execute'] = '無法執行:';
$PHPMAILER_LANG['file_access'] = '無法存取檔案:';
$PHPMAILER_LANG['file_open'] = '檔案錯誤:無法開啟檔案:';
$PHPMAILER_LANG['from_failed'] = '發送地址錯誤:';
$PHPMAILER_LANG['instantiate'] = '未知函數呼叫。';
$PHPMAILER_LANG['invalid_address'] = '因為電子郵件地址無效,無法傳送: ';
$PHPMAILER_LANG['mailer_not_supported'] = '不支援的發信客戶端。';
$PHPMAILER_LANG['provide_address'] = '必須提供至少一個收件人地址。';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP 錯誤:以下收件人地址錯誤:';
$PHPMAILER_LANG['signing'] = '電子簽章錯誤: ';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP 連線失敗';
$PHPMAILER_LANG['smtp_error'] = 'SMTP 伺服器錯誤: ';
$PHPMAILER_LANG['variable_set'] = '無法設定或重設變數: ';
$PHPMAILER_LANG['extension_missing'] = '遺失模組 Extension: ';
<?php
/**
* Simplified Chinese PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author liqwei <liqwei@liqwei.com>
* @author young <masxy@foxmail.com>
* @author Teddysun <i@teddysun.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP 错误:登录失败。';
$PHPMAILER_LANG['connect_host'] = 'SMTP 错误:无法连接到 SMTP 主机。';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP 错误:数据不被接受。';
$PHPMAILER_LANG['empty_message'] = '邮件正文为空。';
$PHPMAILER_LANG['encoding'] = '未知编码:';
$PHPMAILER_LANG['execute'] = '无法执行:';
$PHPMAILER_LANG['file_access'] = '无法访问文件:';
$PHPMAILER_LANG['file_open'] = '文件错误:无法打开文件:';
$PHPMAILER_LANG['from_failed'] = '发送地址错误:';
$PHPMAILER_LANG['instantiate'] = '未知函数调用。';
$PHPMAILER_LANG['invalid_address'] = '发送失败,电子邮箱地址是无效的:';
$PHPMAILER_LANG['mailer_not_supported'] = '发信客户端不被支持。';
$PHPMAILER_LANG['provide_address'] = '必须提供至少一个收件人地址。';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP 错误:收件人地址错误:';
$PHPMAILER_LANG['signing'] = '登录失败:';
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP服务器连接失败。';
$PHPMAILER_LANG['smtp_error'] = 'SMTP服务器出错:';
$PHPMAILER_LANG['variable_set'] = '无法设置或重置变量:';
$PHPMAILER_LANG['extension_missing'] = '丢失模块 Extension:';
<?php
/**
* PHPMailer Exception class.
* PHP Version 5.5.
*
* @see https://github.com/PHPMailer/PHPMailer/ The PHPMailer GitHub project
*
* @author Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
* @author Jim Jagielski (jimjag) <jimjag@gmail.com>
* @author Andy Prevost (codeworxtech) <codeworxtech@users.sourceforge.net>
* @author Brent R. Matzelle (original founder)
* @copyright 2012 - 2020 Marcus Bointon
* @copyright 2010 - 2012 Jim Jagielski
* @copyright 2004 - 2009 Andy Prevost
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
* @note This program is distributed in the hope that it will be useful - WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE.
*/
namespace PHPMailer\PHPMailer;
/**
* PHPMailer exception handler.
*
* @author Marcus Bointon <phpmailer@synchromedia.co.uk>
*/
class Exception extends \Exception
{
/**
* Prettify error message output.
*
* @return string
*/
public function errorMessage()
{
return '<strong>' . htmlspecialchars($this->getMessage(), ENT_COMPAT | ENT_HTML401) . "</strong><br />\n";
}
}
<?php
/**
* PHPMailer - PHP email creation and transport class.
* PHP Version 5.5.
*
* @see https://github.com/PHPMailer/PHPMailer/ The PHPMailer GitHub project
*
* @author Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
* @author Jim Jagielski (jimjag) <jimjag@gmail.com>
* @author Andy Prevost (codeworxtech) <codeworxtech@users.sourceforge.net>
* @author Brent R. Matzelle (original founder)
* @copyright 2012 - 2020 Marcus Bointon
* @copyright 2010 - 2012 Jim Jagielski
* @copyright 2004 - 2009 Andy Prevost
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
* @note This program is distributed in the hope that it will be useful - WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE.
*/
namespace PHPMailer\PHPMailer;
use League\OAuth2\Client\Grant\RefreshToken;
use League\OAuth2\Client\Provider\AbstractProvider;
use League\OAuth2\Client\Token\AccessToken;
/**
* OAuth - OAuth2 authentication wrapper class.
* Uses the oauth2-client package from the League of Extraordinary Packages.
*
* @see http://oauth2-client.thephpleague.com
*
* @author Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
*/
class OAuth implements OAuthTokenProvider
{
/**
* An instance of the League OAuth Client Provider.
*
* @var AbstractProvider
*/
protected $provider;
/**
* The current OAuth access token.
*
* @var AccessToken
*/
protected $oauthToken;
/**
* The user's email address, usually used as the login ID
* and also the from address when sending email.
*
* @var string
*/
protected $oauthUserEmail = '';
/**
* The client secret, generated in the app definition of the service you're connecting to.
*
* @var string
*/
protected $oauthClientSecret = '';
/**
* The client ID, generated in the app definition of the service you're connecting to.
*
* @var string
*/
protected $oauthClientId = '';
/**
* The refresh token, used to obtain new AccessTokens.
*
* @var string
*/
protected $oauthRefreshToken = '';
/**
* OAuth constructor.
*
* @param array $options Associative array containing
* `provider`, `userName`, `clientSecret`, `clientId` and `refreshToken` elements
*/
public function __construct($options)
{
$this->provider = $options['provider'];
$this->oauthUserEmail = $options['userName'];
$this->oauthClientSecret = $options['clientSecret'];
$this->oauthClientId = $options['clientId'];
$this->oauthRefreshToken = $options['refreshToken'];
}
/**
* Get a new RefreshToken.
*
* @return RefreshToken
*/
protected function getGrant()
{
return new RefreshToken();
}
/**
* Get a new AccessToken.
*
* @return AccessToken
*/
protected function getToken()
{
return $this->provider->getAccessToken(
$this->getGrant(),
['refresh_token' => $this->oauthRefreshToken]
);
}
/**
* Generate a base64-encoded OAuth token.
*
* @return string
*/
public function getOauth64()
{
//Get a new token if it's not available or has expired
if (null === $this->oauthToken || $this->oauthToken->hasExpired()) {
$this->oauthToken = $this->getToken();
}
return base64_encode(
'user=' .
$this->oauthUserEmail .
"\001auth=Bearer " .
$this->oauthToken .
"\001\001"
);
}
}
<?php
/**
* PHPMailer - PHP email creation and transport class.
* PHP Version 5.5.
*
* @see https://github.com/PHPMailer/PHPMailer/ The PHPMailer GitHub project
*
* @author Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
* @author Jim Jagielski (jimjag) <jimjag@gmail.com>
* @author Andy Prevost (codeworxtech) <codeworxtech@users.sourceforge.net>
* @author Brent R. Matzelle (original founder)
* @copyright 2012 - 2020 Marcus Bointon
* @copyright 2010 - 2012 Jim Jagielski
* @copyright 2004 - 2009 Andy Prevost
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
* @note This program is distributed in the hope that it will be useful - WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE.
*/
namespace PHPMailer\PHPMailer;
/**
* OAuthTokenProvider - OAuth2 token provider interface.
* Provides base64 encoded OAuth2 auth strings for SMTP authentication.
*
* @see OAuth
* @see SMTP::authenticate()
*
* @author Peter Scopes (pdscopes)
* @author Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
*/
interface OAuthTokenProvider
{
/**
* Generate a base64-encoded OAuth token ensuring that the access token has not expired.
* The string to be base 64 encoded should be in the form:
* "user=<user_email_address>\001auth=Bearer <access_token>\001\001"
*
* @return string
*/
public function getOauth64();
}
This diff could not be displayed because it is too large.
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0, 0, 0, 0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0, 0, 0, 0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px)and (orientation: landscape),screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0, 0, 0, 0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0, 0, 0, 0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}/*# sourceMappingURL=magnific-popup.css.map */
<?xml version="1.0" encoding="UTF-8"?>
<svg id="_レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" width="7.04" height="4.97" viewBox="0 0 7.04 4.97">
<path id="_パス_39" data-name="パス 39" d="M7.04,0H0S3.52,4.97,3.52,4.97L7.04,0Z" style="fill: #0099e7;"/>
</svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<svg id="_レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" width="7.04" height="4.97" viewBox="0 0 7.04 4.97">
<path id="_パス_40" data-name="パス 40" d="M7.04,0H0S3.52,4.97,3.52,4.97L7.04,0Z" style="fill: #0099e7; isolation: isolate; opacity: .3;"/>
</svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" width="248.819" height="247.819" viewBox="0 0 248.819 247.819">
<path id="background-triangle01" d="M0,42.352l206.3,205.466L248.818,0Z" transform="translate(0 0)" fill="#0099e7" opacity="0.1"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="423.823" height="423.823" viewBox="0 0 423.823 423.823">
<path id="background-triangle02" d="M0,72.432,351.391,423.823,423.823,0Z" transform="translate(0 0)" fill="#0099e7" opacity="0.1"/>
</svg>
<svg id="グループ_205" data-name="グループ 205" xmlns="http://www.w3.org/2000/svg" width="28" height="21" viewBox="0 0 28 21">
<g id="長方形_27" data-name="長方形 27" fill="none" stroke="#fff" stroke-width="2">
<rect width="28" height="21" stroke="none"/>
<rect x="1" y="1" width="26" height="19" fill="none"/>
</g>
<path id="パス_23" data-name="パス 23" d="M7592.5-39.36l-12.929,7.8-12.928-7.8" transform="translate(-7565.721 44.667)" fill="none" stroke="#fff" stroke-width="2"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="11" viewBox="0 0 13 11">
<g id="グループ_516" data-name="グループ 516" transform="translate(-698 -749)">
<g id="長方形_268" data-name="長方形 268" transform="translate(701 749)" fill="#fff" stroke="#1ca8ea" stroke-width="1">
<rect width="10" height="8" stroke="none"/>
<rect x="0.5" y="0.5" width="9" height="7" fill="none"/>
</g>
<g id="長方形_269" data-name="長方形 269" transform="translate(698 752)" fill="#fff" stroke="#1ca8ea" stroke-width="1">
<rect width="10" height="8" stroke="none"/>
<rect x="0.5" y="0.5" width="9" height="7" fill="none"/>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="29.261" height="29.25" viewBox="0 0 29.261 29.25">
<path id="phone" d="M29.25,32.625h-.191C6.952,31.354,3.814,12.7,3.375,7.009A3.375,3.375,0,0,1,6.48,3.375h6.2a2.25,2.25,0,0,1,2.093,1.417L16.481,9a2.25,2.25,0,0,1-.495,2.43l-2.4,2.419a10.541,10.541,0,0,0,8.527,8.55l2.441-2.419A2.25,2.25,0,0,1,27,19.519l4.241,1.7a2.25,2.25,0,0,1,1.385,2.092v5.94a3.375,3.375,0,0,1-3.375,3.375Zm-22.5-27A1.125,1.125,0,0,0,5.625,6.75v.09c.518,6.66,3.836,22.41,23.558,23.535a1.125,1.125,0,0,0,1.193-1.057V23.31l-4.241-1.7-3.229,3.206-.54-.068c-9.787-1.226-11.115-11.014-11.115-11.115l-.068-.54,3.195-3.229L12.69,5.625Z" transform="translate(-3.364 -3.375)" fill="#0f68b7"/>
</svg>
<?xml version="1.0" encoding="UTF-8"?><svg id="_イヤー_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 260 260"><defs><style>.cls-1{fill:none;}.cls-2{clip-path:url(#clippath);}.cls-3{fill:#e3f7ff;}.cls-4,.cls-5{fill:#ffc99c;}.cls-6,.cls-7{fill:#0f68b7;}.cls-8,.cls-9{fill:#5fd2ff;}.cls-10{fill:#563e27;}.cls-10,.cls-11,.cls-9,.cls-7,.cls-12,.cls-13,.cls-14,.cls-5,.cls-15{fill-rule:evenodd;}.cls-11{fill:#3aaded;}.cls-12{fill:#092978;}.cls-13{fill:#333;}.cls-14{fill:#f2b486;}.cls-15{fill:#02518c;}</style><clipPath id="clippath"><circle class="cls-1" cx="130" cy="130" r="130"/></clipPath></defs><g id="_イヤー_1-2"><circle class="cls-3" cx="130" cy="130" r="130"/><g class="cls-2"><g><polygon class="cls-12" points="40.53 170.86 38.65 170.86 38.57 170.86 37.52 170.86 37.52 172.7 38.57 172.7 38.57 175.25 40.53 175.25 40.53 170.86"/><path class="cls-4" d="M28.65,163.35c.2,1.64,.81,2.4,.44,3.99-.27,1.16,.23,2.88,.33,4.08,.07,.94-.11,4.85,1.49,4.78,.18,0,.31-.07,.44-.21,.3,.72,1.39,.05,1.77-.19,.37,.68,1.59,.18,1.92-.24,.45,1.14,4.06-.49,3.3-1.67,.87-.84,.43-.93,.22-1.87,.15-.12-1.88-7.1-2.17-7.65-.43-.83-1.11-1.53-1.07-2.5l-6.68,1.48Z"/><polygon class="cls-12" points="27.66 170.86 29.54 170.86 29.62 170.86 30.67 170.86 30.67 172.7 29.62 172.7 29.62 175.25 27.66 175.25 27.66 170.86"/><path class="cls-9" d="M17.82,175.05h8.64c2.31,0,4.2,1.89,4.2,4.2v35.99c0,2.31-1.89,4.2-4.2,4.2h-8.64c-2.31,0-4.2-1.89-4.2-4.2v-35.99c0-2.31,1.89-4.2,4.2-4.2"/><path class="cls-11" d="M25.71,175.05h23.17c1.49,0,2.72,1.22,2.72,2.72v38.96c0,1.49-1.22,2.72-2.72,2.72H25.71c-1.49,0-2.72-1.22-2.72-2.72v-38.96c0-1.49,1.22-2.72,2.72-2.72"/><path class="cls-11" d="M169.41,95.88c2.1,6.52-2.14,21.55-16.74,33.62-9.11,7.53-15.52,13.86-21.68,9.89-3.32-2.14-1.97-7.19,.7-7.82,4.06-3.64,15.47-14.19,16.16-14.58,1.41-.78,13.84-34.25,23.58-36.82,1.17-.75,1.39,10.58-2.02,15.72"/><path class="cls-6" d="M59.9,97.64c2.23-4.7,.51-13.92-4.21-15.99-1.25-.55-4.76-2.27-7.06-.96-8.11,4.61-19.33,33.88-20.6,44.66-1.04,8.84-3.4,34.7,.89,41.95,1.32,2.23,5.11,.64,6.21-.05,2.77-.98,3.27-20.5,8.8-39.37,4.56-15.56,13.96-26.02,15.96-30.24"/><path class="cls-15" d="M99.68,151.1c6.77,12.01-7.21,78.14-9.73,119.54l.39-.04s.31,3.57,3.02,5.07c2.7,1.5,12.65,2.73,14.25,4.28,1.15,1.12,3.07,5.63-12.72,5.2-11.22-.3-16.64,.68-17.84-1.17-.93-1.42-.6-8.42-.4-11.56h-.07c-1.45-28.29,.57-50.89-4.87-84.15-4.31,19.56-8.88,36.58-11.73,46.93-1.72,6.25-11.79,33.88-10.95,40.06,.19,1.37,6.54,1.99,9.22,4.18,1.12,1.09,3.2,5.63-7.68,5.53-10.88-.1-16.12,.66-17.29-1.13-1.09-1.67,7.05-48.28,7.69-54.86,2.81-29.04,3.68-61.16,7.44-80.08h0c1.94-78.89,43.23-58.56,39.51-10.8-.42,5.4,9.89,5.55,11.75,12.99"/><path class="cls-4" d="M66.98,42.27s10.74-4.07,15.69,4.23c1.24,2.08,3.17,2.4,3.13,5.22-.01,.94,0,3.04,.31,4.84,.25,1.5,1.39,3.72,1.64,4.94,.3,1.51-1.92,2.32-1.96,2.98-.38,5.27,.38,8.32-2.01,9.22-6.03,.86-15.58,.72-18.35-4.47-2.77-5.19-5.27-12.69-5.15-17.71,.12-5.02,3.9-7.8,6.72-9.24"/><path class="cls-4" d="M79.93,72.93s-.43,2.86,.28,4.26c.72,1.41-13.5,1.44-13.5,1.44,0,0-1.15-7.65-3.34-14.12-2.19-6.47,16.56,8.41,16.56,8.41"/><path class="cls-13" d="M69.06,71.55c2.66-.79,5.17-1.61,7.38-4.08,.79-.88,2.05-8.44,2.48-8.59,1.67-.59,2.47,5.25,2.47,5.25,.25-.31,1.13-.56,1.33-1.52,.09-.43-.47-2.84-.11-3.45,.27-.45,2.09-2.04,2.49-2.64,3.23-4.86,6.92-10.12,2.56-13.88-.18-.15-1.38-1.02-2.77-1.04-1.92-.03-3.43-.72-4.2-1.09-10.57-5.08-31.29,2.68-20.37,24.36,1.53,3.04,6.22,6.43,8.73,6.69"/><path class="cls-8" d="M81.06,77.02s-.05-2.69-1.25-2.95c-1.2-.26-14.02-1.1-15.5-.52l-.16,3.42s3.77,1.15,16.91,.04"/><path class="cls-4" d="M80.55,60.56c-.22-.96-2.54-4.86-3.45-1.94-.92,2.92,1.38,6.86,2.67,6.52,1.28-.34,1.35-2.16,.78-4.58"/><path class="cls-4" d="M125.35,145.6s-.8-.85-.97-1.39c0,0-1.71-1.15-1.93-1.86-.07-.22-.13-.42-.19-.54-.23-.51,.6-1.42,.39-2.79-.21-1.37-.8-7.54-.8-7.54l3.89,.66c3.91-.84,8.42,1.6,9.48,5.49,.03,.12,.06,.25,.08,.36,.19,1.09-.13,1.99-.09,2.57,.01,.21-.02,2.36-.51,2.76-.68,.56-1.38,.66-1.95,.48,0,0-1.38,1.03-2.54,.97,0,0-1.25,.99-2.66,.5,0,0-1.38,.86-2.18,.34"/><path class="cls-6" d="M64.01,76.3c-5.5,0-13.35,1.71-16.68,5.67-4.77,5.68-3.59,74.9-2.14,83.75,4.75,13.24,45.12,8.12,57.36,1.1l-2.24-79.96c-8.39-13-23.25-10.56-36.3-10.56"/><path class="cls-4" d="M187.28,204.5c0,.63,.03,1.28,.11,1.96,.01,20.88,14.64,44.93,19.59,66.02,.16,.7-1.08,7.33-.94,8.02,2.2,2.35,8.46,5.66,9.13-5.17-2.8-18.2-6.28-47.62-13.49-69.77l.22-1.05h-14.61Zm-19.31,0l4.34,66.59c-.17,.23-.34,.46-.51,.69-.13,.18-.26,.35-.39,.52-.31,.41-.62,.8-.93,1.16-.14,.17-.28,.33-.42,.48-2.29,2.52-5.25,3.13-7.67,3.72-1.88,.46-3.32,.68-4.6,3.19-.04,.08-.07,.16-.09,.24-.27,.9,.42,1.85,1.41,1.83l22.23-.7c1.1-.03,1.97-.86,2.08-1.91,.02-.15,.02-.3,0-.45l-1.48-9.71s0-.01,0-.04c.51-18.04,4.42-44.06,1.77-65.62h-15.73Zm9.23-93.83l-2,16.56h11.43c-5.15-9.07-9.42-16.56-9.42-16.56Z"/><path class="cls-7" d="M161.47,139.11c-4.81,15.96-2.29,46.61,.2,72.84,18.06,4.64,44.63,3.38,51.27-2.23-4.43-34.2-6.68-67.07-13.76-73.12-14.91-34.84-35.52-6.34-37.71,2.52"/><path class="cls-9" d="M210.39,84.91c4.25,17.33-12.76,19.5-8.91,54.48-12.74,1.77-29.54,2.26-40.49-.44,1.75-12.87-2.84-30.17,.06-40.1,1.91-6.52,7.12-17.36,10.38-18.69,15.37-4.31,32.63-4.68,38.96,4.75"/><path class="cls-5" d="M180.74,74.5l-.08,4.2-.61,.52c-2.39,2.57,.2,7.83,2.93,7.67,6.9,.34,12.19-5.32,10.12-8.38l-.9-1-.2-5.95c.36-.02,2.95-1.49,3.72-1.73,.77-.24,1.9-1.72,1.98-3.29,.08-1.57-2.35-1.06-2.35-1.06,2.94-4.02,6.26-7.3,1.95-10.92-4.31-3.62-14.21-5.73-14.21-5.73l-5.96-2.07c.76,2.06-.26,8.92-1.79,13.2-2.17,6.09-.97,11.48,5.4,14.53"/><path class="cls-14" d="M189.18,72.38c-1.95,3.35-4.24,6.83-8.52,6.32l.08-4.2c1.91,.31,3.77,.16,8.45-2.12"/><path class="cls-9" d="M206.68,81.19c22.98,9.53,17.5,62.1,14.69,72.62-.88,3.31-7.64-.22-7.24-2.11,.72-5.38-4.92-43.59-7.27-47.84-3.39-6.13-9.09-24.08-.18-22.67"/><path class="cls-5" d="M214.82,152.25l-.15,2.6-2.92,4.81c-.48,.47-2.38,6.67-.75,6.15,1.15-.36,1.97-2.19,2.04-2.1,.99,1.18,1.15,6.37,1.24,6.48,1.21,1.59,2.04-3.29,2.21-4.11,.05-.22,.18,3.49,.37,3.39,.23-.11,.84-.38,1.02-1.3,.21-1.12,.27-3.09,.5-3.24,.24-.15,.34,3.44,.56,3.28,.16-.12,.51-.37,.62-1.07,.19-1.16,.12-2.99,.33-3.21,.21-.23,.14,2.35,.31,2.12,.14-.18,.52-.09,.57-.3,1.4-5.69-1.73-5.36,.05-11.83,.99-3.6-5-2.68-6-1.7"/><path class="cls-10" d="M188.24,58.27s-8.55,.29-11.74-2.48c-6.68-5.75-2.62-19.45,14.48-14.38,13.6,4.04,8.88,17.48,26.35,23.68,11.43,4.05,18.29,12.21,10.53,28.72-.03,.02-3.71-7.09-7.34-7.55,4.53,6.76,1.82,13.78,.59,14.87-3.6-15.52-18.59-23.87-28.51-22.62-6.32-4.63,5.27-18.81-4.37-20.25"/><path class="cls-6" d="M105.71,132.14c6.77,3.4,18.58,14.69,20.25,8.83,1.68-5.85-.62-8.39-.62-8.39,0,0-8.26-14.89-10.85-15.77-1.96-.66-11.26-26.1-16.21-32.67-8.22-7.62-15.96,32.01,7.43,48"/></g></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="_イヤー_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 260 260"><defs><style>.cls-1{fill:none;}.cls-2{clip-path:url(#clippath);}.cls-3{fill:#e3f7ff;}.cls-4{fill:#e60000;}.cls-5,.cls-6{fill:#ffc99c;}.cls-7{fill:#355298;}.cls-8{fill:#563e27;}.cls-8,.cls-9,.cls-10,.cls-11,.cls-12,.cls-13,.cls-14,.cls-15,.cls-6,.cls-16{fill-rule:evenodd;}.cls-9{fill:#5fd2ff;}.cls-10{fill:#94e6ff;}.cls-11{fill:#105cb5;}.cls-12{fill:#0f68b7;}.cls-13{fill:#333;}.cls-14{fill:#f2b486;}.cls-15{fill:#fff;}.cls-16{fill:#0555a5;}</style><clipPath id="clippath"><circle class="cls-1" cx="130" cy="130" r="130"/></clipPath></defs><g id="_イヤー_1-2"><circle class="cls-3" cx="130" cy="130" r="130"/><g class="cls-2"><g><path class="cls-12" d="M181.15,156.24l9.41,38.24,4.81,22.76,10.67,55.45s2.26,1.03,5.87,.82c3.61-.21,5.43-.74,5.43-.74,.08-16.37,.49-38.39,.63-58.18,.12-17.4,.57-32.88,.64-46.08,.03-5.71-6.46-21.87-6.38-21.66l-31.07,9.39Z"/><path class="cls-12" d="M168.51,154.18c-3.24,40.94-1.57,80.43-.1,118.47,0,0,4.22,.91,7.83,.7,3.61-.21,2.95-.63,2.95-.63l8.45-60.36s1.91-13.74,6.38-24.46c3.23-7.73,7.19-9.96,6.6-18.95-.61-9.31,.18-16.52-1.1-19.74-1.28-3.22-7.68-1.93-7.68-1.93l-23.32,6.88Z"/><path class="cls-16" d="M185.75,225.89l1.89-13.52s1.04-7.49,3.38-15.72h0l-1.79-12.81-3.72,32.12,.23,9.93Z"/><path class="cls-9" d="M182.28,104.17c-4.8,10.88-6.73,35.14-20.4,45.34-12.28,4.9-19.16,12.14-26.12,6.05-3.02-2.65-2.2-4.36-.98-5.42,5.46-4.31,23.18-18.59,24.32-19.88,3.3-3.73,12.31-40.75,22.27-44.5,1.18-.78,4.32,13.14,.91,18.41"/><path class="cls-9" d="M176.62,115.69c-3.36,5.24-1.35,25.61-14.74,33.82-4.92,2.12-16.07,10.22-23.45,7.93l.59-.17s15.42-7.29,21.85-12.04c6.42-4.76,14.93-38.85,14.93-38.85,0,0-.21,7.08,.82,9.32"/><path class="cls-10" d="M147.13,156.78c-2.54,1.24-2.55,.73-5.13,1.97-2.63,1.26-10.01-3.13-8.24-7.38,.92-1.5,2.97-3.19,6.69-6,3.2,1.85,5.7,7.13,6.68,11.41"/><path class="cls-6" d="M133.19,152.44c-1.22-.35-6.09-1.67-7.23-1.28-.58,.2-.46,.38-.32,.68,.13,.26,.62,.69,1.03,.84,.86,.33,1.95,1.59,2.45,1.7-2.36,4.68-9.33,6.39-7.88,8.74,.51,.23,3.76,.41,4.58,.68,2.62,.86,4,1,12.13-5.54,.38-.31,1.58-.93,1.99-1.27-.18-.91-1.38-3.37-3.7-4.87l-3.06,.31Z"/><path class="cls-9" d="M220.96,131.2c-1.58,10.44-2.23,22.88-1.33,39.14-21.03,3.61-39.77,2.88-52.33-1.12-.97-14.36-1.26-80.8,17.87-85.33,6.91-1.94,12.28-1.76,19.62-1.02,7.42,.76,12.24,2.51,16.12,6.33,12.99,12.2,17.62,54.47,19.76,72.23,.31,2.6-5.77,6.65-8.87,3.92-1-1.2-2.29-3.61-3.32-7.09-2.87-9.65-6.02-24.56-7.5-27.07"/><path class="cls-10" d="M240.07,156.68c.32,2.52,.5,4.06,.81,6.61,.31,2.6-6.17,5.93-9.28,3.21-1.01-1.21-1.86-3.45-3.17-7.43,2.5-2.19,7.71-2.79,11.64-2.39"/><path class="cls-9" d="M221.01,131.27c-1.64,10.43-1.76,25.97-1.37,39.07-19.18,3.29-36.96,3.29-50.18-.54,8.45,.98,40.75,1.49,43.27-6.61,1.44-4.63,1.76-28.2,4.39-41.73,1.85,2.04,2.71,6.59,3.89,9.81"/><path class="cls-6" d="M185.48,72.71c1.48,2.94,3.07,5.09,5.38,6.2l-.08,4.28-.62,.53c-2.44,2.61,.55,6.22,3.33,6.06,10.92,.54,7.66-4.39,9.48-7.41l-1.06-6.35c.36-.02,3.4-1.61,4.19-1.85,.78-.24,1.94-1.75,2.01-3.35,.08-1.6-2.39-1.08-2.39-1.08,2.99-4.09,6.37-7.43,1.98-11.11-4.39-3.68-14.47-5.83-14.47-5.83l-6.07-2.1c.77,2.09-.26,9.08-1.82,13.44-1.4,3.91-1.87,4.64,.12,8.59"/><path class="cls-14" d="M199.46,76.76s-3.43,5.88-6.25,6.42c-2.82,.53-1.38,.14-2.43,.01l.08-4.28c1.94,.31,3.84,.16,8.6-2.15"/><path class="cls-8" d="M210.65,60.07c1.02-3.33-.07-6.84-3.35-9.41-6.81-5.32-12.66-2.38-15.18-1.76-1.75,.43-2.93,.38-4.64,.74-4.29,.9-4.66,9.83-1.56,12.76,.31,.29,.78-3.8,1.13-3.54,.36,.32,.76,.61,1.21,.86,5.04,2.58,10.85-.48,13.79,2.98,1.45,1.71,1.31,4.18-.32,8-.48,1.12-1.12,1.95,.78,1.07,.87-.4,2.31-.97,2.8-.57,1.09,.88,.54,2.73-.33,3.33-.39,.27-1.12,.66-1.12,.66,8.02-1.52,9.89-12.76,6.82-15.13"/><path class="cls-5" d="M232.86,164.99c-.07,3.15-.29,4.53-.5,7.6-.05,.68,1.06,1.95,1.95,2.8h6.74s.02-.02,.02-.02c.94-.66,1.37-3.2,1.31-4.1,.06-.03-.12-.58-.38-1.3-.46-1.26-1.17-3.03-1.29-3.38-.3-.83-.83-1.58-.66-2.48-2.28-.72-5.45-.19-7.19,.88"/><path class="cls-10" d="M193.66,88.64c1.29,1.51,3.58,3.91,4.87,5.42,3.41-3.16,5.18-6.19,6.96-10.59-.63-.64-1.89-1.34-2.52-1.98-1.43,2.78-4.09,5.26-9.31,7.16"/><path class="cls-7" d="M183.05,140.46l4.66,8.96c2.08-3.02,4.16-6.05,6.24-9.07-1.04-12.52-.1-30.77,.03-46.27l2.15-2.47-2.48-2.98-2.91,2.06,1.25,3.35c-4.27,10.54-8.22,39.63-8.93,46.43"/><path class="cls-10" d="M193.66,88.64c-1.46,1.31-3.84,2.92-5.3,4.23-.54-2.97-.18-6.21,.78-9.63l1.6-.87c.12,2.4,1.49,4.43,2.92,6.27"/><polygon class="cls-10" points="211.97 112.96 199.86 111.9 199.53 114.31 211.63 115.38 211.97 112.96"/></g><g><path class="cls-16" d="M91.11,150.84l-9.83,39.91-5.02,23.76-11.14,57.88s-2.36,1.08-6.12,.86c-3.77-.22-5.67-.77-5.67-.77-.08-17.09,0-38.79,1.85-60.6,1.55-18.28-2.15-33.58-1.03-53.74,.33-5.95,4.6-17.31,4.52-17.1l32.43,9.8Z"/><path class="cls-16" d="M104.3,148.69l1,15.16c2.97,30.61,1.67,69.96-.9,108.51,0,0-4.4,.95-8.17,.73-3.77-.22-3.08-.65-3.08-.65l-8.82-63.01s-1.99-14.35-6.66-25.53c-3.37-8.07-7.5-10.4-6.89-19.78,.63-9.72-.19-17.25,1.15-20.6,1.34-3.36,8.01-2.01,8.01-2.01l24.35,7.19Z"/><path class="cls-16" d="M86.31,223.54l-1.97-14.11s-1.09-7.82-3.53-16.41h0l1.87-13.37,3.88,33.53-.24,10.36Z"/><path class="cls-16" d="M90.35,106.13c5.36,11.76,7.36,24.57,22.7,26.85,10.85,.3,33.14-15.37,31.67-19.11-1.6-4.07,4.09-7.29-2.14-7.17-8.29-.02-28.57,8.07-30.44,7.94-1.77-.12-8.62-26.31-19.5-30.26-1.29-.83-6.07,16.07-2.3,21.75"/><path class="cls-6" d="M141.64,106.66c.52-1.28,2.65-6.33,3.75-7.04,.56-.37,.64-.14,.79,.18,.14,.28,.17,.99,.03,1.45-.29,.95,.05,2.73-.19,3.23,5.59,1.12,11.72-3.71,12.76-.89-.15,.59-2.16,3.5-2.48,4.38-1.02,2.82-1.83,4.09-12.87,6.67-.52,.12-1.85,.73-2.42,.85-.66-.77-1.96-3.43-1.69-6.43l2.32-2.42Z"/><path class="cls-12" d="M39.27,106.17c-11.17,31.02-10.23,34.77-1.18,54.65,.8,1.75,1.42,3.59,4.09,3.59,.94,0,3.75-1.88,5.63-3.75,.69-.69,1.43-1.46,1.37-2.37-.43-7.01-6.48-17.39-2.46-23.96,9.03-14.76,17.73-29.07,12.93-38.53-.23-1.33-18.94,4.57-20.38,10.38"/><path class="cls-12" d="M51,124.4c1.74,10.22,3.16,27.56,2.2,44.98,20.96,3.6,40.98,2.46,53.5-1.52-.59-13.83,3.5-80.22-17-84.61-13.87-3.89-32.47-2.66-40.15,4.92l-.07,.06c-5.87,5.5-13.13,23.63-16.54,36.77-6.82,26.22,12.38,11.65,18.06-.6"/><path class="cls-15" d="M84.32,81.9c2.52,11.42,3.39,50,3.13,62.74-.49-.96-21.83-54.07-23.64-62.89,5.85-1.67,14.07-1.44,20.51,.14"/><path class="cls-4" d="M88.3,122.95l-.85,21.7-9.47-19.95-.57-28.27-2.22-3.11,2.38-2.62,2.95,1.58-.98,3.58c2.91,7.76,6.83,21.05,8.77,27.1"/><path class="cls-12" d="M51,124.4c1.63,10.4,2.59,31.93,2.2,44.98,5.5-13.63,2.58-49.3,1.51-54.79-1,3.34-2.25,6.74-3.72,9.81"/><path class="cls-6" d="M85.85,71.5c-1.47,2.93-3.54,5.2-5.84,6.3l.08,4.26,.62,.53c2.43,2.6-.2,7.95-2.97,7.78-7,.35-12.37-5.39-10.27-8.51l.91-1.02,.2-6.03c-.36-.02-2.99-1.51-3.77-1.75-.78-.24-1.93-1.75-2.01-3.34-.08-1.59,2.38-1.08,2.38-1.08-2.98-4.08-6.35-7.41-1.98-11.07,4.37-3.67,14.42-5.81,14.42-5.81l6.05-2.1c-.77,2.09,.26,9.05,1.81,13.39,1.39,3.9,2.34,4.5,.36,8.44"/><path class="cls-14" d="M71.44,75.65c1.98,3.4,4.3,6.93,8.65,6.41l-.08-4.26c-1.94,.31-3.83,.16-8.57-2.15"/><path class="cls-13" d="M82.62,58.68c-5.03,2.58-10.81-.48-13.74,2.97-1.45,1.71-1.3,4.17,.32,7.97,.48,1.12,1.12,1.95-.77,1.07-.87-.4-2.3-.96-2.79-.57-1.09,.88-.54,2.73,.33,3.32,.39,.27,1.12,.66,1.12,.66-6.76-1.28-9.58-7.38-9.48-12.29,.03-1.66,.22-3.15,.53-4.46-.14-.45-.21-.94-.21-1.44,0-2.13,1.36-3.93,3.22-4.5,.35-2.23,2.19-3.93,4.41-3.93,.67,0,1.3,.15,1.87,.43l.22-.06c.81-1.39,2.33-2.33,4.08-2.33,1.22,0,2.34,.46,3.17,1.22,1.23-1.68,3.09-2.74,5.18-2.74,3.71,0,6.72,3.38,6.72,7.55,0,2.61-1.18,4.91-2.97,6.27-.36,.32-.76,.61-1.2,.86"/><path class="cls-11" d="M87.45,144.65h0l5.85-47.81-4.74-4,3-3.55-2.94-6.33c-1.21,.02-2.86-.79-4.29-1.05,2.52,11.42,3.39,50,3.13,62.74"/><path class="cls-16" d="M87.45,144.65h0l-28.86-44.33,3.36-5.21-3.91-2.52,1.4-9.69c.99-.29,3.18-.92,4.37-1.07,1.88,8.97,23.13,61.84,23.63,62.83"/><path class="cls-6" d="M48.23,160.79l4.49,4.11c.65,.35,4.49,6.2,2.64,6.16-1.3-.03-2.7-1.67-2.75-1.56-.67,1.53,.74,6.96,.68,7.1-.78,2.02-3.11-2.79-3.54-3.59-.11-.21,.87,3.67,.65,3.63-.27-.05-.99-.14-1.45-1.04-.56-1.09-1.21-3.12-1.5-3.21-.3-.09,.69,3.67,.42,3.57-.21-.08-.64-.23-.97-.92-.55-1.15-1.03-3.06-1.32-3.23-.29-.17,.57,2.48,.32,2.3-.2-.14-.57,.07-.68-.14-3.17-5.48-.32-6.72-2.35-10.79,2.14-4.41,5.37-2.4,5.37-2.4Z"/></g></g></g></svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="11.801" height="16.603" viewBox="0 0 11.801 16.603">
<defs>
<clipPath id="clip-path">
<rect id="長方形_39" data-name="長方形 39" width="11.801" height="16.603" fill="#fff"/>
</clipPath>
</defs>
<g id="グループ_105" data-name="グループ 105" clip-path="url(#clip-path)">
<path id="パス_41" data-name="パス 41" d="M9.7,8.952a4.6,4.6,0,1,0-7.21,0l3.6,5.481Z" transform="translate(-0.198 -0.198)" fill="none" stroke="#fff" stroke-width="2"/>
<path id="パス_43" data-name="パス 43" d="M8.267,6.776A1.733,1.733,0,1,1,6.535,5.043,1.733,1.733,0,0,1,8.267,6.776" transform="translate(-0.634 -0.666)" fill="#fff"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="21" viewBox="0 0 28 21">
<g id="グループ_97" data-name="グループ 97" transform="translate(-1247.025 -31.812)">
<g id="長方形_27" data-name="長方形 27" transform="translate(1247.025 31.812)" fill="none" stroke="#0068b3" stroke-width="3">
<rect width="28" height="21" stroke="none"/>
<rect x="1.5" y="1.5" width="25" height="18" fill="none"/>
</g>
<path id="パス_23" data-name="パス 23" d="M7592.5-39.36l-12.929,7.8-12.928-7.8" transform="translate(-6318.696 76.479)" fill="none" stroke="#0068b3" stroke-width="3"/>
</g>
</svg>
<svg id="byside_yoko_color" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="204" height="42.565" viewBox="0 0 204 42.565">
<defs>
<clipPath id="clip-path">
<rect id="長方形_62" data-name="長方形 62" width="204" height="42.565" fill="none"/>
</clipPath>
</defs>
<g id="グループ_165" data-name="グループ 165" transform="translate(0 0)">
<path id="パス_143" data-name="パス 143" d="M164.823,5.278l-6.845,1.17,5.675,5.675Z" transform="translate(-18.92 -0.632)" fill="#0099e7"/>
<g id="グループ_166" data-name="グループ 166" transform="translate(0 0)">
<g id="グループ_165-2" data-name="グループ 165" clip-path="url(#clip-path)">
<path id="パス_144" data-name="パス 144" d="M56.844,9.924q2.432-.294,4.487-.5t3.942-.356q1.887-.147,3.69-.209t3.69-.063a34.63,34.63,0,0,1,4.612.294A13.14,13.14,0,0,1,81.1,10.154a6.6,6.6,0,0,1,2.621,2.117,5.68,5.68,0,0,1,.964,3.4,5.133,5.133,0,0,1-4.57,5.283v.168a8.681,8.681,0,0,1,5.031,2.2,5.812,5.812,0,0,1,1.678,4.256,6.628,6.628,0,0,1-1.174,4.005,8.357,8.357,0,0,1-3.04,2.557,14.75,14.75,0,0,1-4.193,1.342,27.485,27.485,0,0,1-4.634.4q-2.852,0-5.053-.085t-4.13-.252q-1.93-.168-3.774-.4t-3.984-.524l.21-2.559,4.151-.335V12.942l-4.151-.335Zm9.435,9.686h8.638a6.575,6.575,0,0,0,3.4-.755,2.866,2.866,0,0,0,1.258-2.683,3.229,3.229,0,0,0-.524-1.887,3.74,3.74,0,0,0-1.467-1.216,7.615,7.615,0,0,0-2.286-.65,21.823,21.823,0,0,0-3.019-.188q-1.468,0-2.914.1a29.871,29.871,0,0,0-3.082.4Zm0,12.161q1.887.337,3.438.461t3.1.126a26.889,26.889,0,0,0,3.208-.189,10.6,10.6,0,0,0,2.831-.712,5.132,5.132,0,0,0,2.033-1.468,3.805,3.805,0,0,0,.775-2.495,3.694,3.694,0,0,0-.524-2.033,3.989,3.989,0,0,0-1.4-1.321,6.74,6.74,0,0,0-2.076-.734,13.425,13.425,0,0,0-2.537-.231H66.279Z" transform="translate(-6.808 -1.053)" fill="#2b333b"/>
<path id="パス_145" data-name="パス 145" d="M104.784,14.984l.21,2.6-3.4.587,7.212,13.461h.461l6.207-13.461-3.187-.587.168-2.6h10.19l.21,2.6-2.642.587-9.6,19.457a9.584,9.584,0,0,1-3.145,3.879,8.973,8.973,0,0,1-7.7.733,6.227,6.227,0,0,1-2.243-1.635l1.593-2.767a7.464,7.464,0,0,0,3.145.839,5.5,5.5,0,0,0,3-.713,4.83,4.83,0,0,0,1.74-2.013l.545-1.132-2.893-.755-9.1-15.725-3.229-.754.167-2.6Z" transform="translate(-11.057 -1.795)" fill="#2b333b"/>
<path id="パス_146" data-name="パス 146" d="M146.72,22.544l-.587-3.774a12.388,12.388,0,0,0-2.851-1.007,15.3,15.3,0,0,0-3.313-.335,23.563,23.563,0,0,0-2.537.126,9.366,9.366,0,0,0-2.013.42,3.282,3.282,0,0,0-1.342.8,1.8,1.8,0,0,0-.482,1.3,1.92,1.92,0,0,0,.42,1.238,2.62,2.62,0,0,0,1.635.733l8.848,1.426a10.676,10.676,0,0,1,4.99,2.033,5.224,5.224,0,0,1,1.929,4.34,5.644,5.644,0,0,1-3.061,5.3,11.146,11.146,0,0,1-3.564,1.174,28.176,28.176,0,0,1-4.7.356,35.242,35.242,0,0,1-5.87-.461,21.443,21.443,0,0,1-5.242-1.594l.21-6.289h2.893l.629,3.4a17.365,17.365,0,0,0,7.38,1.552,19.911,19.911,0,0,0,3.166-.21,7.231,7.231,0,0,0,2.033-.587,2.5,2.5,0,0,0,1.069-.9,2.278,2.278,0,0,0,.314-1.2q0-2.138-2.935-2.558l-8.513-1.341a8.353,8.353,0,0,1-4.508-1.971,5.146,5.146,0,0,1-1.614-3.942,5.546,5.546,0,0,1,.839-3.145,6,6,0,0,1,2.306-2.013,11.437,11.437,0,0,1,3.459-1.069,27.211,27.211,0,0,1,4.256-.315,29.491,29.491,0,0,1,5.43.461,25.486,25.486,0,0,1,4.592,1.3l-.42,6.751Z" transform="translate(-15.447 -1.681)" fill="#2b333b"/>
<path id="パス_147" data-name="パス 147" d="M164.646,32.95V15.087l-.335-.294-7.59.42.21,2.517,2.6.251V32.95l-3.019.42.21,2.557h10.735l.167-2.557Z" transform="translate(-18.744 -1.772)" fill="#2b333b"/>
<path id="パス_148" data-name="パス 148" d="M195.159,31.53l2.977.922V35.01h-5.114l-1.343-2.139a10.889,10.889,0,0,1-4.068,2.286,17.172,17.172,0,0,1-5.031.692,14.491,14.491,0,0,1-5.033-.819,10.77,10.77,0,0,1-3.795-2.326,10.206,10.206,0,0,1-2.411-3.586,12.13,12.13,0,0,1-.838-4.591,11.3,11.3,0,0,1,.9-4.55,10.045,10.045,0,0,1,2.622-3.585,12.233,12.233,0,0,1,4.171-2.348,17.293,17.293,0,0,1,5.6-.838,16.524,16.524,0,0,1,3.48.335,13.336,13.336,0,0,1,2.81.922V10.6l-2.936-.419L186.9,7.627l7.926-.5.335.209Zm-5.074-13.838a15.642,15.642,0,0,0-3.145-.775,24.692,24.692,0,0,0-3.144-.189,8.945,8.945,0,0,0-5.934,1.846q-2.2,1.845-2.2,5.954a9.918,9.918,0,0,0,.567,3.564,6.664,6.664,0,0,0,1.53,2.412,5.887,5.887,0,0,0,2.306,1.384,9.242,9.242,0,0,0,2.893.44,12.722,12.722,0,0,0,4.236-.65,7.3,7.3,0,0,0,2.893-1.74Z" transform="translate(-20.419 -0.853)" fill="#2b333b"/>
<path id="パス_149" data-name="パス 149" d="M217.1,27.282l-8.68-.461a7.063,7.063,0,0,0,2.264,4.843,7.911,7.911,0,0,0,5.325,1.657,24.239,24.239,0,0,0,2.621-.126,13.438,13.438,0,0,0,2.138-.4,9.629,9.629,0,0,0,1.908-.754,16.81,16.81,0,0,0,1.929-1.2l1.8,3.019a14.047,14.047,0,0,1-4.7,2.2,23.719,23.719,0,0,1-5.7.608,15.685,15.685,0,0,1-5.451-.881,11.567,11.567,0,0,1-4.025-2.431,10.269,10.269,0,0,1-2.474-3.606,11.539,11.539,0,0,1-.839-4.4,11.207,11.207,0,0,1,.881-4.424,10.239,10.239,0,0,1,2.558-3.606,12.144,12.144,0,0,1,4.109-2.411,16.2,16.2,0,0,1,5.536-.881,15.392,15.392,0,0,1,5.053.776,10.689,10.689,0,0,1,3.795,2.2,9.308,9.308,0,0,1,2.37,3.5,12.549,12.549,0,0,1,.818,4.634c0,.307-.015.622-.042.943a5.361,5.361,0,0,1-.167.944l-.252.252Zm6.122-3.48q-.168-3.438-2.033-4.927a7.6,7.6,0,0,0-4.885-1.489,8.291,8.291,0,0,0-5.451,1.635,7.313,7.313,0,0,0-2.432,4.781Z" transform="translate(-24.338 -1.681)" fill="#2b333b"/>
<path id="パス_150" data-name="パス 150" d="M21.278,42.565A21.287,21.287,0,0,1,6.225,6.225,21.288,21.288,0,0,1,36.33,36.33a21.151,21.151,0,0,1-15.052,6.235M17.161,11.8A6.728,6.728,0,0,1,23.9,18.4l.006.252.252.005a6.739,6.739,0,0,1,4.629,11.506L20.2,38.749l.61.016c.156,0,.312.006.467.006A17.494,17.494,0,0,0,33.648,8.907,17.494,17.494,0,0,0,3.784,21.277c0,.157,0,.312.006.467l.016.61,8.586-8.585A6.7,6.7,0,0,1,17.161,11.8m6.855,10.647a2.928,2.928,0,0,0-2.086.864L10.319,34.919l.234.182a17.308,17.308,0,0,0,5.005,2.716l.155.054L26.1,27.481a2.95,2.95,0,0,0-2.087-5.037m-6.855-6.855a2.933,2.933,0,0,0-2.087.863L4.685,26.842,4.737,27A17.331,17.331,0,0,0,7.454,32l.183.234,11.61-11.611a2.949,2.949,0,0,0-2.086-5.036" transform="translate(0 0)" fill="#0057aa"/>
<path id="パス_151" data-name="パス 151" d="M34.35,13.145l-6.26,1.069,5.191,5.191Z" transform="translate(-3.364 -1.574)" fill="#0099e7"/>
</g>
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg id="_グループ_159" data-name="グループ 159" xmlns="http://www.w3.org/2000/svg" width="16.53" height="16.52" viewBox="0 0 16.53 16.52">
<path id="_パス_142" data-name="パス 142" d="M16.53,0L0,2.82l13.7,13.7L16.53,0Z" style="fill: #fff;"/>
</svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<svg id="_グループ_159" data-name="グループ 159" xmlns="http://www.w3.org/2000/svg" width="112.72" height="112.72" viewBox="0 0 112.72 112.72">
<g id="_グループ_158" data-name="グループ 158">
<path id="_パス_142" data-name="パス 142" d="M56.19,112.72C25.16,112.72,0,87.56,0,56.53c0-14.9,5.92-29.2,16.46-39.73,21.76-22.13,57.34-22.42,79.47-.66,22.13,21.76,22.42,57.34,.66,79.47-.22,.22-.44,.44-.66,.66-10.52,10.57-24.82,16.5-39.74,16.46M45.33,31.5c9.69-.02,17.6,7.74,17.79,17.43v.67s.68,.01,.68,.01c9.82,.19,17.63,8.31,17.44,18.13-.09,4.6-1.96,8.99-5.22,12.24l-22.66,22.67,1.61,.04c.41,.01,.82,.02,1.23,.02,25.5,0,46.18-20.67,46.18-46.18,0-12.25-4.87-24-13.53-32.66-18.03-18.04-47.27-18.04-65.31,0-8.66,8.66-13.53,20.41-13.53,32.66,0,.41,0,.82,.02,1.23l.04,1.61,22.66-22.66c3.33-3.34,7.87-5.22,12.59-5.2m18.1,28.11c-2.07,0-4.05,.81-5.51,2.28l-30.65,30.65,.62,.48c3.98,3.1,8.44,5.53,13.21,7.17l.41,.14,27.43-27.43c3.04-3.04,3.04-7.97,0-11.01-1.46-1.46-3.44-2.28-5.51-2.28m-18.1-18.1c-2.07,0-4.05,.81-5.51,2.28l-27.43,27.43,.14,.41c1.64,4.77,4.07,9.23,7.17,13.21l.48,.62,30.65-30.65c3.04-3.04,3.04-7.97,0-11.01-1.46-1.46-3.44-2.28-5.51-2.28" style="fill: #fff;"/>
</g>
</svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<svg id="_グループ_159" data-name="グループ 159" xmlns="http://www.w3.org/2000/svg" width="190.88" height="43.05" viewBox="0 0 190.88 43.05">
<path id="_パス_142" data-name="パス 142" d="M0,3.22c2.01-.24,3.86-.45,5.56-.62,1.7-.17,3.33-.32,4.89-.44,1.56-.12,3.08-.21,4.57-.26,1.49-.05,3.02-.08,4.57-.08,1.91,0,3.82,.11,5.72,.36,1.64,.2,3.25,.65,4.76,1.33,1.29,.58,2.41,1.48,3.25,2.62,.84,1.24,1.26,2.72,1.2,4.21,.12,3.33-2.35,6.19-5.67,6.55v.21c2.32,.21,4.51,1.17,6.24,2.73,1.39,1.4,2.14,3.31,2.08,5.28,.06,1.77-.45,3.51-1.46,4.96-.98,1.34-2.28,2.43-3.77,3.17-1.64,.81-3.39,1.37-5.2,1.66-1.9,.33-3.82,.49-5.74,.49-2.36,0-4.45-.03-6.26-.1-1.82-.07-3.53-.17-5.13-.32-1.59-.14-3.15-.3-4.68-.49-1.52-.19-3.17-.41-4.94-.65l.26-3.17,5.15-.42V6.96L.26,6.55l-.26-3.33ZM11.7,15.23h10.71c1.46,.07,2.92-.25,4.21-.94,1.1-.73,1.7-2.01,1.56-3.33,.03-.83-.2-1.65-.65-2.34-.47-.65-1.09-1.17-1.82-1.51-.9-.42-1.85-.69-2.83-.81-1.24-.16-2.49-.24-3.74-.23-1.21,0-2.42,.04-3.61,.13-1.28,.1-2.56,.27-3.82,.5V15.23Zm0,15.08c1.56,.28,2.98,.47,4.26,.57,1.28,.1,2.56,.16,3.85,.16,1.33,0,2.66-.08,3.98-.23,1.21-.13,2.39-.43,3.51-.88,.98-.39,1.84-1.01,2.52-1.82,.68-.88,1.02-1.98,.96-3.09,.03-.89-.19-1.76-.65-2.52-.44-.68-1.04-1.24-1.74-1.64-.8-.44-1.67-.75-2.57-.91-1.04-.2-2.09-.29-3.15-.29H11.7v10.66ZM54.17,8.58l.26,3.22-4.21,.73,8.94,16.69h.57l7.69-16.69-3.95-.73,.21-3.22h12.63l.26,3.22-3.28,.73-11.9,24.12c-.85,1.92-2.2,3.58-3.9,4.81-1.68,1.09-3.66,1.65-5.67,1.59-1.32,.04-2.64-.19-3.87-.68-1.07-.46-2.02-1.15-2.78-2.03l1.97-3.43c1.21,.63,2.54,.98,3.9,1.04,1.3,.07,2.59-.24,3.72-.88,.94-.61,1.69-1.48,2.16-2.5l.68-1.4-3.59-.94-11.28-19.5-4-.94,.21-3.22h15.23Zm46.55,9.52l-.73-4.68c-1.12-.56-2.31-.98-3.54-1.25-1.35-.29-2.73-.43-4.11-.42-1.05,0-2.1,.05-3.14,.15-.85,.08-1.69,.26-2.5,.52-.63,.19-1.2,.53-1.66,.99-.41,.44-.62,1.02-.6,1.61-.01,.56,.17,1.1,.52,1.54,.55,.53,1.27,.85,2.03,.91l10.97,1.77c2.24,.3,4.37,1.17,6.19,2.52,1.61,1.31,2.5,3.31,2.39,5.38,.14,2.75-1.35,5.32-3.79,6.58-1.38,.73-2.87,1.23-4.42,1.46-1.93,.31-3.87,.46-5.82,.44-2.44,.01-4.87-.18-7.28-.57-2.24-.38-4.43-1.04-6.5-1.98l.26-7.8h3.59l.78,4.21c2.87,1.3,6,1.96,9.15,1.92,1.31,.02,2.63-.07,3.93-.26,.87-.12,1.72-.36,2.52-.73,.54-.24,1-.63,1.33-1.12,.26-.45,.4-.96,.39-1.48,0-1.77-1.21-2.82-3.64-3.17l-10.55-1.66c-2.07-.23-4.01-1.09-5.59-2.44-1.34-1.26-2.07-3.05-2-4.89-.05-1.37,.31-2.73,1.04-3.9,.72-1.07,1.71-1.93,2.86-2.5,1.35-.67,2.8-1.11,4.29-1.32,1.75-.27,3.51-.4,5.28-.39,2.26-.02,4.51,.17,6.73,.57,1.94,.36,3.85,.9,5.69,1.61l-.52,8.37h-3.53Zm18.14,12.8V8.73l-.42-.37-9.41,.52,.26,3.12,3.22,.31V30.88l-3.74,.52,.26,3.17h13.31l.21-3.17-3.69-.52Zm35.75-.62l3.69,1.15v3.17h-6.34l-1.66-2.65c-1.46,1.3-3.18,2.26-5.04,2.83-2.03,.59-4.13,.88-6.24,.86-2.12,.03-4.24-.31-6.24-1.01-1.75-.62-3.35-1.61-4.71-2.88-1.3-1.25-2.32-2.77-2.99-4.45-.71-1.81-1.06-3.75-1.04-5.69-.02-1.94,.36-3.86,1.12-5.64,.74-1.71,1.85-3.23,3.25-4.45,1.52-1.3,3.27-2.29,5.17-2.91,2.24-.73,4.59-1.08,6.94-1.04,1.45-.01,2.89,.13,4.31,.42,1.2,.25,2.37,.63,3.48,1.15V4.32l-3.64-.52-.31-3.17,9.83-.62,.42,.26V30.25Zm-6.29-17.16c-1.26-.45-2.57-.78-3.9-.96-1.29-.16-2.6-.24-3.9-.23-2.65-.14-5.26,.67-7.36,2.29-1.82,1.52-2.73,3.99-2.73,7.38-.04,1.5,.2,3,.7,4.42,.41,1.12,1.06,2.14,1.9,2.99,.81,.79,1.79,1.37,2.86,1.72,1.16,.37,2.37,.56,3.59,.55,1.78,.03,3.56-.24,5.25-.81,1.35-.43,2.58-1.17,3.59-2.16V13.1Zm28.63,10.87l-10.76-.57c.11,2.29,1.12,4.44,2.81,6,1.88,1.46,4.22,2.19,6.6,2.05,1.09,0,2.17-.05,3.25-.16,.9-.09,1.78-.26,2.65-.49,.82-.23,1.61-.54,2.37-.93,.83-.44,1.63-.94,2.39-1.48l2.23,3.74c-1.75,1.26-3.73,2.19-5.82,2.73-2.32,.54-4.69,.79-7.07,.75-2.3,.04-4.59-.33-6.76-1.09-1.85-.65-3.55-1.68-4.99-3.01-1.33-1.25-2.38-2.78-3.07-4.47-.7-1.73-1.05-3.59-1.04-5.46-.01-1.88,.36-3.75,1.09-5.48,.72-1.7,1.8-3.23,3.17-4.47,1.49-1.32,3.22-2.34,5.1-2.99,2.21-.76,4.53-1.13,6.86-1.09,2.13-.03,4.24,.29,6.26,.96,1.74,.57,3.34,1.5,4.71,2.73,1.3,1.2,2.3,2.69,2.94,4.34,.7,1.83,1.04,3.78,1.01,5.74,0,.38-.02,.77-.05,1.17-.03,.4-.1,.79-.21,1.17l-.31,.31h-13.36Zm7.59-4.31c-.14-2.84-.98-4.88-2.52-6.11-1.75-1.3-3.89-1.95-6.06-1.85-2.42-.14-4.82,.57-6.76,2.03-1.72,1.52-2.8,3.64-3.02,5.93h18.35Z" style="fill: #fff;"/>
</svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<svg id="_グループ_159" data-name="グループ 159" xmlns="http://www.w3.org/2000/svg" width="8.49" height="8.49" viewBox="0 0 8.49 8.49">
<polygon points="8.49 0 0 1.45 7.04 8.49 8.49 0" style="fill: #fff;"/>
</svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<svg id="_レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" width="190.88" height="166.82" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 190.88 166.82">
<defs>
<clipPath id="clippath">
<rect y=".36" width="190.88" height="166.46" style="fill: none;"/>
</clipPath>
</defs>
<g style="clip-path: url(#clippath);">
<g id="logo-opening">
<path id="_パス_142" data-name="パス 142" d="M95.44,112.72c-31.04,0-56.19-25.16-56.19-56.19,0-14.9,5.92-29.2,16.46-39.73,21.76-22.13,57.34-22.42,79.47-.66,22.13,21.76,22.42,57.34,.66,79.47-.22,.22-.44,.44-.66,.66-10.52,10.57-24.82,16.5-39.74,16.46m-10.87-81.22c9.69-.02,17.6,7.74,17.79,17.43v.67s.68,.01,.68,.01c9.82,.19,17.63,8.31,17.44,18.13-.09,4.6-1.96,8.99-5.22,12.24l-22.66,22.67,1.61,.04c.41,.01,.82,.02,1.23,.02,25.5,0,46.18-20.67,46.18-46.18,0-12.25-4.87-24-13.53-32.66-18.03-18.04-47.27-18.04-65.31,0-8.66,8.66-13.53,20.41-13.53,32.66,0,.41,0,.82,.02,1.23l.04,1.61,22.66-22.66c3.33-3.34,7.87-5.22,12.59-5.2m18.1,28.11c-2.07,0-4.05,.81-5.51,2.28l-30.65,30.65,.62,.48c3.98,3.1,8.44,5.53,13.21,7.17l.41,.14,27.43-27.43c3.04-3.04,3.04-7.97,0-11.01-1.46-1.46-3.44-2.28-5.51-2.28m-18.1-18.1c-2.07,0-4.05,.81-5.51,2.28l-27.43,27.43,.14,.41c1.64,4.77,4.07,9.23,7.17,13.21l.48,.62,30.65-30.65c3.04-3.04,3.04-7.97,0-11.01-1.46-1.46-3.44-2.28-5.51-2.28m34.28,80.25l-8.49,1.45,7.04,7.04,1.45-8.49ZM0,126.99c2.01-.24,3.86-.45,5.56-.62,1.7-.17,3.33-.32,4.89-.44,1.56-.12,3.08-.21,4.57-.26,1.49-.05,3.02-.08,4.57-.08,1.91,0,3.82,.11,5.72,.36,1.64,.2,3.25,.65,4.76,1.33,1.29,.58,2.41,1.48,3.25,2.62,.84,1.24,1.26,2.72,1.2,4.21,.12,3.33-2.35,6.19-5.67,6.55v.21c2.32,.21,4.51,1.17,6.24,2.73,1.39,1.4,2.14,3.31,2.08,5.28,.06,1.77-.45,3.51-1.46,4.96-.98,1.34-2.28,2.43-3.77,3.17-1.64,.81-3.39,1.37-5.2,1.66-1.9,.33-3.82,.49-5.74,.49-2.36,0-4.45-.03-6.26-.1-1.82-.07-3.53-.17-5.13-.32-1.59-.14-3.15-.3-4.68-.49-1.52-.19-3.17-.41-4.94-.65l.26-3.17,5.15-.42v-23.29l-5.15-.41-.26-3.33Zm11.7,12.01h10.71c1.46,.07,2.92-.25,4.21-.94,1.1-.73,1.7-2.01,1.56-3.33,.03-.83-.2-1.65-.65-2.34-.47-.65-1.09-1.17-1.82-1.51-.9-.42-1.85-.69-2.83-.81-1.24-.16-2.49-.24-3.74-.23-1.21,0-2.42,.04-3.61,.13-1.28,.1-2.56,.27-3.82,.5v8.52Zm0,15.08c1.56,.28,2.98,.47,4.26,.57,1.28,.1,2.56,.16,3.85,.16,1.33,0,2.66-.08,3.98-.23,1.21-.13,2.39-.43,3.51-.88,.98-.39,1.84-1.01,2.52-1.82,.68-.88,1.02-1.98,.96-3.09,.03-.89-.19-1.76-.65-2.52-.44-.68-1.04-1.24-1.74-1.64-.8-.44-1.67-.75-2.57-.91-1.04-.2-2.09-.29-3.15-.29H11.7v10.66Zm42.47-21.73l.26,3.22-4.21,.73,8.94,16.69h.57l7.69-16.69-3.95-.73,.21-3.22h12.63l.26,3.22-3.28,.73-11.9,24.12c-.85,1.92-2.2,3.58-3.9,4.81-1.68,1.09-3.66,1.65-5.67,1.59-1.32,.04-2.64-.19-3.87-.68-1.07-.46-2.02-1.15-2.78-2.03l1.97-3.43c1.21,.63,2.54,.98,3.9,1.04,1.3,.07,2.59-.24,3.72-.88,.94-.61,1.69-1.48,2.16-2.5l.68-1.4-3.59-.94-11.28-19.5-4-.94,.21-3.22h15.23Zm46.55,9.52l-.73-4.68c-1.12-.56-2.31-.98-3.54-1.25-1.35-.29-2.73-.43-4.11-.42-1.05,0-2.1,.05-3.14,.15-.85,.08-1.69,.26-2.5,.52-.63,.19-1.2,.53-1.66,.99-.41,.44-.62,1.02-.6,1.61-.01,.56,.17,1.1,.52,1.54,.55,.53,1.27,.85,2.03,.91l10.97,1.77c2.24,.3,4.37,1.17,6.19,2.52,1.61,1.31,2.5,3.31,2.39,5.38,.14,2.75-1.35,5.32-3.79,6.58-1.38,.73-2.87,1.23-4.42,1.46-1.93,.31-3.87,.46-5.82,.44-2.44,.01-4.87-.18-7.28-.57-2.24-.38-4.43-1.04-6.5-1.98l.26-7.8h3.59l.78,4.21c2.87,1.3,6,1.96,9.15,1.92,1.31,.02,2.63-.07,3.93-.26,.87-.12,1.72-.36,2.52-.73,.54-.24,1-.63,1.33-1.12,.26-.45,.4-.96,.39-1.48,0-1.77-1.21-2.82-3.64-3.17l-10.55-1.66c-2.07-.23-4.01-1.09-5.59-2.44-1.34-1.26-2.07-3.05-2-4.89-.05-1.37,.31-2.73,1.04-3.9,.72-1.07,1.71-1.93,2.86-2.5,1.35-.67,2.8-1.11,4.29-1.32,1.75-.27,3.51-.4,5.28-.39,2.26-.02,4.51,.17,6.73,.57,1.94,.36,3.85,.9,5.69,1.61l-.52,8.37h-3.53Zm18.14,12.8v-22.15l-.42-.37-9.41,.52,.26,3.12,3.22,.31v18.56l-3.74,.52,.26,3.17h13.31l.21-3.17-3.69-.52Zm35.75-.62l3.69,1.15v3.17h-6.34l-1.66-2.65c-1.46,1.3-3.18,2.26-5.04,2.83-2.03,.59-4.13,.88-6.24,.86-2.12,.03-4.24-.31-6.24-1.01-1.75-.62-3.35-1.61-4.71-2.88-1.3-1.25-2.32-2.77-2.99-4.45-.71-1.81-1.06-3.75-1.04-5.69-.02-1.94,.36-3.86,1.12-5.64,.74-1.71,1.85-3.23,3.25-4.45,1.52-1.3,3.27-2.29,5.17-2.91,2.24-.73,4.59-1.08,6.94-1.04,1.45-.01,2.89,.13,4.31,.42,1.2,.25,2.37,.63,3.48,1.15v-4.78l-3.64-.52-.31-3.17,9.83-.62,.42,.26v29.99Zm-6.29-17.16c-1.26-.45-2.57-.78-3.9-.96-1.29-.16-2.6-.24-3.9-.23-2.65-.14-5.26,.67-7.36,2.29-1.82,1.52-2.73,3.99-2.73,7.38-.04,1.5,.2,3,.7,4.42,.41,1.12,1.06,2.14,1.9,2.99,.81,.79,1.79,1.37,2.86,1.72,1.16,.37,2.37,.56,3.59,.55,1.78,.03,3.56-.24,5.25-.81,1.35-.43,2.58-1.17,3.59-2.16v-15.18Zm28.63,10.87l-10.76-.57c.11,2.29,1.12,4.44,2.81,6,1.88,1.46,4.22,2.19,6.6,2.05,1.09,0,2.17-.05,3.25-.16,.9-.09,1.78-.26,2.65-.49,.82-.23,1.61-.54,2.37-.93,.83-.44,1.63-.94,2.39-1.48l2.23,3.74c-1.75,1.26-3.73,2.19-5.82,2.73-2.32,.54-4.69,.79-7.07,.75-2.3,.04-4.59-.33-6.76-1.09-1.85-.65-3.55-1.68-4.99-3.01-1.33-1.25-2.38-2.78-3.07-4.47-.7-1.73-1.05-3.59-1.04-5.46-.01-1.88,.36-3.75,1.09-5.48,.72-1.7,1.8-3.23,3.17-4.47,1.49-1.32,3.22-2.34,5.1-2.99,2.21-.76,4.53-1.13,6.86-1.09,2.13-.03,4.24,.29,6.26,.96,1.74,.57,3.34,1.5,4.71,2.73,1.3,1.2,2.3,2.69,2.94,4.34,.7,1.83,1.04,3.78,1.01,5.74,0,.38-.02,.77-.05,1.17-.03,.4-.1,.79-.21,1.17l-.31,.31h-13.36Zm7.59-4.31c-.14-2.84-.98-4.88-2.52-6.11-1.75-1.3-3.89-1.95-6.06-1.85-2.42-.14-4.82,.57-6.76,2.03-1.72,1.52-2.8,3.64-3.02,5.93h18.35Z" style="fill: #fff;"/>
</g>
</g>
</svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200.297" height="174.669" viewBox="0 0 200.297 174.669">
<defs>
<clipPath id="clip-path">
<rect id="長方形_35" data-name="長方形 35" width="200.297" height="174.669" fill="none"/>
</clipPath>
</defs>
<g id="logo-sectionlogo" clip-path="url(#clip-path)">
<path id="パス_30" data-name="パス 30" d="M86.623,117.905a58.967,58.967,0,0,1-41.7-100.662,58.966,58.966,0,1,1,83.391,83.391,58.581,58.581,0,0,1-41.7,17.271M75.22,32.679A18.639,18.639,0,0,1,93.883,50.967l.015.7.7.015A18.667,18.667,0,0,1,107.42,83.553L83.639,107.335l1.691.043c.43.012.86.018,1.294.018a48.457,48.457,0,0,0,34.265-82.722A48.458,48.458,0,0,0,38.166,58.938c0,.433.006.863.018,1.3l.043,1.691L62.009,38.142A18.562,18.562,0,0,1,75.22,32.679M94.21,62.172a8.122,8.122,0,0,0-5.78,2.391L56.268,96.725l.649.506a47.937,47.937,0,0,0,13.863,7.525l.429.149L99.989,76.122A8.171,8.171,0,0,0,94.21,62.172M75.22,43.182a8.118,8.118,0,0,0-5.78,2.391L40.659,74.354l.147.43a48,48,0,0,0,7.525,13.863l.506.649L81,57.131a8.17,8.17,0,0,0-5.78-13.949" transform="translate(13.525)" fill="#0057aa"/>
<path id="パス_31" data-name="パス 31" d="M91.036,21.532,73.7,24.494,88.074,38.872Z" transform="translate(36.003 10.519)" fill="#0099e7"/>
<path id="パス_32" data-name="パス 32" d="M86.708,85.578,77.8,87.1l7.383,7.383Z" transform="translate(38.009 41.808)" fill="#0099e7"/>
<path id="パス_33" data-name="パス 33" d="M0,89.753q3.164-.382,5.837-.655t5.129-.463q2.454-.19,4.8-.272t4.8-.082a45.031,45.031,0,0,1,6,.381,17.112,17.112,0,0,1,4.991,1.392,8.586,8.586,0,0,1,3.41,2.754,7.4,7.4,0,0,1,1.255,4.419,6.681,6.681,0,0,1-5.947,6.874v.217a11.313,11.313,0,0,1,6.547,2.864,7.565,7.565,0,0,1,2.182,5.537,8.63,8.63,0,0,1-1.527,5.21,10.89,10.89,0,0,1-3.955,3.328A19.241,19.241,0,0,1,28.068,123a35.691,35.691,0,0,1-6.029.518q-3.711,0-6.573-.109t-5.374-.327q-2.51-.219-4.909-.518T0,121.885l.272-3.327,5.4-.438V93.681l-5.4-.436Zm12.274,12.6H23.513a8.55,8.55,0,0,0,4.418-.982,3.731,3.731,0,0,0,1.637-3.491,4.2,4.2,0,0,0-.682-2.455,4.878,4.878,0,0,0-1.91-1.582A9.916,9.916,0,0,0,24,93a28.416,28.416,0,0,0-3.928-.246q-1.911,0-3.791.135a38.955,38.955,0,0,0-4.01.519Zm0,15.82q2.456.438,4.473.6t4.037.164a34.986,34.986,0,0,0,4.174-.246,13.8,13.8,0,0,0,3.683-.927,6.671,6.671,0,0,0,2.645-1.91,4.945,4.945,0,0,0,1.009-3.245,4.817,4.817,0,0,0-.682-2.647,5.2,5.2,0,0,0-1.828-1.718,8.749,8.749,0,0,0-2.7-.954,17.449,17.449,0,0,0-3.3-.3H12.274Z" transform="translate(0 43.128)" fill="#2b333b"/>
<path id="パス_34" data-name="パス 34" d="M43.5,93.045l.272,3.382-4.418.764L48.737,114.7h.6l8.074-17.511-4.146-.764.219-3.382H66.74l.274,3.382-3.437.764L51.083,122.5a12.442,12.442,0,0,1-4.092,5.046,10.345,10.345,0,0,1-5.944,1.664,10.386,10.386,0,0,1-4.067-.709,8.126,8.126,0,0,1-2.918-2.129l2.072-3.6a9.723,9.723,0,0,0,4.092,1.09,7.142,7.142,0,0,0,3.9-.927,6.269,6.269,0,0,0,2.264-2.618l.71-1.472-3.764-.982L31.5,97.409l-4.2-.982.219-3.382Z" transform="translate(13.336 45.455)" fill="#2b333b"/>
<path id="パス_35" data-name="パス 35" d="M78.571,103.387l-.764-4.909a16.09,16.09,0,0,0-3.709-1.31,19.928,19.928,0,0,0-4.309-.436,30.7,30.7,0,0,0-3.3.164,12.329,12.329,0,0,0-2.618.545,4.292,4.292,0,0,0-1.745,1.038,2.337,2.337,0,0,0-.628,1.691,2.5,2.5,0,0,0,.546,1.609,3.408,3.408,0,0,0,2.127.954l11.511,1.855a13.886,13.886,0,0,1,6.491,2.645,6.8,6.8,0,0,1,2.51,5.647,7.342,7.342,0,0,1-3.983,6.9,14.5,14.5,0,0,1-4.637,1.527,36.759,36.759,0,0,1-6.109.463,45.771,45.771,0,0,1-7.638-.6A27.929,27.929,0,0,1,55.5,119.1l.272-8.182h3.765l.819,4.418a22.588,22.588,0,0,0,9.6,2.018,26.121,26.121,0,0,0,4.119-.272,9.437,9.437,0,0,0,2.645-.764,3.257,3.257,0,0,0,1.392-1.173,2.97,2.97,0,0,0,.408-1.556q0-2.782-3.818-3.327l-11.075-1.746a10.865,10.865,0,0,1-5.863-2.565,6.692,6.692,0,0,1-2.1-5.128,7.215,7.215,0,0,1,1.091-4.09,7.807,7.807,0,0,1,3-2.618,14.9,14.9,0,0,1,4.5-1.392,35.556,35.556,0,0,1,5.537-.409,38.322,38.322,0,0,1,7.065.6A32.94,32.94,0,0,1,82.827,94.6l-.546,8.782Z" transform="translate(27.112 45.097)" fill="#2b333b"/>
<path id="パス_36" data-name="パス 36" d="M87.258,116.52V93.281l-.436-.383-9.875.546.274,3.273,3.382.327V116.52l-3.928.546.272,3.327H90.912l.219-3.327Z" transform="translate(37.458 45.384)" fill="#2b333b"/>
<path id="パス_37" data-name="パス 37" d="M119.514,118.748l3.873,1.2v3.328h-6.655l-1.745-2.782a14.15,14.15,0,0,1-5.292,2.973,22.361,22.361,0,0,1-6.547.9A18.85,18.85,0,0,1,96.6,123.3a14,14,0,0,1-4.937-3.028,13.285,13.285,0,0,1-3.136-4.664,15.8,15.8,0,0,1-1.091-5.973,14.711,14.711,0,0,1,1.173-5.92,13.053,13.053,0,0,1,3.41-4.664A15.91,15.91,0,0,1,97.448,96a22.447,22.447,0,0,1,7.283-1.091,21.564,21.564,0,0,1,4.528.436,17.312,17.312,0,0,1,3.654,1.2V91.526l-3.818-.545-.327-3.328L119.078,87l.436.272Zm-6.6-18a20.3,20.3,0,0,0-4.092-1.009,32.112,32.112,0,0,0-4.09-.246,11.636,11.636,0,0,0-7.72,2.4q-2.865,2.4-2.864,7.746a12.909,12.909,0,0,0,.737,4.637,8.653,8.653,0,0,0,1.99,3.136,7.607,7.607,0,0,0,3,1.8,11.987,11.987,0,0,0,3.764.573,16.5,16.5,0,0,0,5.509-.845,9.477,9.477,0,0,0,3.765-2.264Z" transform="translate(42.716 42.502)" fill="#2b333b"/>
<path id="パス_38" data-name="パス 38" d="M130.664,109.551l-11.292-.6a9.2,9.2,0,0,0,2.946,6.3,10.3,10.3,0,0,0,6.929,2.154,31.452,31.452,0,0,0,3.409-.164,17.507,17.507,0,0,0,2.782-.518,12.631,12.631,0,0,0,2.483-.981,22.068,22.068,0,0,0,2.51-1.556l2.344,3.928a18.319,18.319,0,0,1-6.109,2.864,30.851,30.851,0,0,1-7.419.79,20.4,20.4,0,0,1-7.093-1.146,15.042,15.042,0,0,1-5.237-3.163,13.339,13.339,0,0,1-3.218-4.692,14.994,14.994,0,0,1-1.091-5.728,14.555,14.555,0,0,1,1.146-5.755,13.328,13.328,0,0,1,3.327-4.692,15.779,15.779,0,0,1,5.347-3.136,21.06,21.06,0,0,1,7.2-1.146,20.036,20.036,0,0,1,6.573,1.009,13.922,13.922,0,0,1,4.937,2.864,12.134,12.134,0,0,1,3.083,4.555,16.343,16.343,0,0,1,1.063,6.029q0,.6-.054,1.227a7.051,7.051,0,0,1-.219,1.228l-.327.327Zm7.965-4.528q-.219-4.472-2.645-6.41a9.893,9.893,0,0,0-6.356-1.937,10.783,10.783,0,0,0-7.091,2.127,9.515,9.515,0,0,0-3.165,6.219Z" transform="translate(55.013 45.097)" fill="#2b333b"/>
</g>
</svg>
<svg id="lp_number-ic" xmlns="http://www.w3.org/2000/svg" width="79.488" height="50" viewBox="0 0 79.488 50">
<path id="パス_208" data-name="パス 208" d="M39.711-5H99.455L79.711,45H19.966Z" transform="translate(-19.966 5)" fill="#fff95a"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48">
<g id="グループ_98" data-name="グループ 98" transform="translate(-1241 -29)">
<g id="楕円形_5" data-name="楕円形 5" transform="translate(1241 29)" fill="#fff" stroke="#fff" stroke-width="2">
<circle cx="24" cy="24" r="24" stroke="none"/>
<circle cx="24" cy="24" r="23" fill="none"/>
</g>
<g id="グループ_97" data-name="グループ 97" transform="translate(3.975 11.188)">
<g id="長方形_27" data-name="長方形 27" transform="translate(1247.025 31.812)" fill="none" stroke="#1ca8ea" stroke-width="3">
<rect width="28" height="21" stroke="none"/>
<rect x="1.5" y="1.5" width="25" height="18" fill="none"/>
</g>
<path id="パス_23" data-name="パス 23" d="M7592.5-39.36l-12.929,7.8-12.928-7.8" transform="translate(-6318.696 76.479)" fill="none" stroke="#1ca8ea" stroke-width="3"/>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="21.619" height="21.611" viewBox="0 0 21.619 21.611">
<path id="phone" d="M22.489,24.986h-.141C6.015,24.047,3.7,10.265,3.372,6.06A2.494,2.494,0,0,1,5.666,3.375h4.58a1.662,1.662,0,0,1,1.546,1.047l1.263,3.109a1.662,1.662,0,0,1-.366,1.8l-1.77,1.787a7.788,7.788,0,0,0,6.3,6.317l1.8-1.787a1.662,1.662,0,0,1,1.8-.341l3.133,1.255A1.662,1.662,0,0,1,24.983,18.1v4.389a2.494,2.494,0,0,1-2.494,2.494ZM5.866,5.037a.831.831,0,0,0-.831.831v.066c.383,4.921,2.834,16.557,17.405,17.388a.831.831,0,0,0,.881-.781V18.1l-3.133-1.255L17.8,19.217l-.4-.05c-7.231-.906-8.212-8.137-8.212-8.212l-.05-.4L11.5,8.17,10.254,5.037Z" transform="translate(-3.364 -3.375)" fill="#0f68b7"/>
</svg>
<svg id="グループ_205" data-name="グループ 205" xmlns="http://www.w3.org/2000/svg" width="28" height="21" viewBox="0 0 28 21">
<g id="長方形_27" data-name="長方形 27" fill="none" stroke="#fff" stroke-width="2">
<rect width="28" height="21" stroke="none"/>
<rect x="1" y="1" width="26" height="19" fill="none"/>
</g>
<path id="パス_23" data-name="パス 23" d="M7592.5-39.36l-12.929,7.8-12.928-7.8" transform="translate(-7565.721 44.667)" fill="none" stroke="#fff" stroke-width="2"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="80.43" height="42.428" viewBox="0 0 80.43 42.428">
<path id="合体_3" data-name="合体 3" d="M17761.215,33H17702V10h59.217V0l21.213,21.212-21.213,21.216Z" transform="translate(-17701.998)" fill="#e5f5fd"/>
</svg>
No preview for this file type
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!